@charset "UTF-8";
body {
  min-width: 1460px;
  overflow-x: auto;
  background-color: #f2f2f2;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
}

*:hover {
  zoom: 1;
}

:focus {
  outline: 0;
}

/* //清除浮动 */
.clearfix {
  overflow: hidden;
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.container-view {
  width: 1460px;
  margin: 0 auto;
}

.w-1200 {
  width: 1200px;
  margin: 0 auto;
}

.header-common {
  /* height: 60px;
  line-height: 60px; */
  background-color: rgba(0, 0, 0, 0.8);
}

.header-common .container-view {
  position: relative;
  height: 100%;
}

.header-common .logo {
  width: 116px;
  height: 40px;
  background-image: url(../images/logo.png?20201125);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 12px;
  margin-top: -20px;
  z-index: 1;
}

.header-common .header-menu {
    flex: 1;
    margin-left: 20px;
  /* text-align: right;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -30px; */
}

.header-common .header-menu ul li {
  font-size: 16px;
  color: #ffffff;
  margin-right: 38px;
  word-break: normal;
  text-align: center;
}

.header-common .header-menu ul li a.active,
.header-common .header-menu ul li a:hover {
  color: #ffb000;
}
.header-common .header-right {
    font-size: 16px;
    color: #fff;
    margin-left: 20px;
    display: flex;
    /* align-items: center; */
    /* white-space: nowrap; */
}
.header-common .header-right .heat-ray {
  color: #ffb000;
  margin-right: 20px;
  text-align: center;
}
.header-common .header-right .user-center {
    position: relative;
    font-size: 16px;
    margin-left: 10px;
    cursor: pointer;
    justify-content: center;
    white-space: nowrap;
}
.header-common .header-right .user-center .icon-arrow {
    width: 12px;
    margin-left: 5px;
    transition: all .5s;
}
.header-common .header-right .user-center:hover .icon-arrow {
    transform: rotate(180deg);
}
.header-common .header-right .user-center .down {
    position: absolute;
    z-index: 999;
    top: 100%;
    display: none;
    flex-direction: column;
    font-size: 16px;
    color: #333;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #eee;
    min-width: 100%;
    text-align: left;
    padding: 5px 10px;
    box-shadow: 0 2px 5px #e5e5e5;
}
.header-common .header-right .user-center:hover .down {
    display: flex;
}
.header-common .header-right .user-center .down a {
    line-height: 2;
}
.index-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
}

.index-header .logo {
  width: 128px;
  height: 40px;
  background-image: url(../images/logo.png?20201125002);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 22px;
  margin-top: -20px;
}

.footer-login {
  background-color: #ffffff;
  padding-top: 44px;
  padding-bottom: 44px;
  text-align: center;
  font-size: 12px;
  color: #666666;
}

.footer-login .quick-menu .quick-entry a {
  vertical-align: middle;
}

.footer-login .quick-menu .quick-entry a:hover {
  color: #ffb000;
}

.footer-login .quick-menu .quick-entry:not(:last-child) {
  margin-right: 12px;
}

.footer-login .quick-menu .quick-entry:not(:last-child):after {
  content: "";
  width: 1px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  background-color: #666666;
  margin-left: 12px;
}

.footer-login .footer-put-record {
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer-common .footer-login {
  padding-top: 29px;
  padding-bottom: 58px;
}

.footer-common .footer-advert {
  height: 180px;
  overflow: hidden;
  position: relative;
}

.footer-common .footer-advert .footer-advert-bg {
  width: 1920px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../images/footer/advert-bg.jpg);
  text-align: center;
  line-height: 180px;
}

.footer-common .footer-advert .footer-advert-bg .advert-tip {
  color: #eda401;
  font-size: 36px;
  vertical-align: middle;
  margin-right: 128px;
}

.footer-common .footer-advert .footer-advert-bg .advert-btn {
  width: 150px;
  height: 48px;
  background-color: #ffb000;
  border-radius: 2px;
  border: none;
  font-size: 18px;
  color: #ffffff;
  vertical-align: middle;
  line-height: 44px;
}

.footer-common .partnership {
  padding-top: 66px;
  padding-bottom: 77px;
}

.footer-common .partnership ul {
  padding-top: 60px;
  font-size: 0;
}

.footer-common .partnership ul li {
  display: inline-block;
  margin-top: 10px;
}

.footer-common .partnership ul li img {
  width: 163px;
  height: 80px;
}

.footer-common .partnership ul li:not(:nth-child(7n)) {
  margin-right: 9px;
}

.footer-common .Links {
  background-color: #ffffff;
  padding-top: 30px;
}

.footer-common .Links .container-view {
  padding-left: 14px;
  padding-right: 14px;
}

.footer-common .Links .links-title {
  font-size: 16px;
  padding-bottom: 26px;
}

.footer-common .Links ul {
  font-size: 0;
  padding-bottom: 25px;
}

.footer-common .Links ul li {
  display: inline-block;
  font-size: 12px;
  color: #666666;
  padding-right: 15px;
  padding-bottom: 10px;
  white-space: nowrap;
}

.bread-crumb {
  padding-top: 22px;
  width: 1460px;
  margin: 0 auto;
  font-size: 12px;
  color: #999999;
}

.bread-crumb .bread-crumb-item {
  color: #333333;
}

.bread-crumb .bread-crumb-item:not(:last-child):hover a {
  color: #ffb000;
}

.bread-crumb .bread-crumb-item:not(:last-child)::after {
  content: ">";
  margin-left: 2px;
}

.common-title {
  font-size: 28px;
  color: #333333;
  text-align: center;
}

.more-btn {
  width: 180px;
  height: 50px;
  display: block;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #ded9d9;
  margin: 0 auto;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
}

.more-btn:hover {
  background-color: #f2f2f2;
}

.checkbox {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  background-color: #f2f2f2;
  border: solid 1px #dedede;
}

.checkbox .checkbox-input {
  width: 100%;
  height: 100%;
  position: absolute;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1;
}

.checkbox .checkbox-input:checked + .checkbox-icon {
  background-image: url(../images/icon-checkbox-blue.png);
  width: 16px;
  height: 16px;
}

.checkbox .checkbox-icon {
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
}

.selection-checkbox,
.selection-radio {
  display: inline-block;
  position: relative;
  font-weight: normal;
}

.selection-checkbox .checkbox-check,
.selection-checkbox .radio-check,
.selection-radio .checkbox-check,
.selection-radio .radio-check {
  width: 100%;
  height: 100%;
  position: absolute;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1;
}

.selection-checkbox .checkbox-check:checked + .radio-icon,
.selection-checkbox .radio-check:checked + .radio-icon,
.selection-radio .checkbox-check:checked + .radio-icon,
.selection-radio .radio-check:checked + .radio-icon {
  background-image: url(../images/radio-yellow.png);
  border: none;
}

.selection-checkbox .checkbox-icon,
.selection-checkbox .radio-icon,
.selection-radio .checkbox-icon,
.selection-radio .radio-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background-color: #ffffff;
  border: solid 1px #d5d5d5;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  cursor: pointer;
  margin-right: 7px;
}

.selection-checkbox .checkbox-check:checked + .checkbox-icon,
.selection-radio .checkbox-check:checked + .checkbox-icon {
  background-image: url(../images/user/icon-checkbox-red.png);
  border: none;
}

.selection-checkbox .checkbox-icon,
.selection-radio .checkbox-icon {
  border-radius: 2px;
}

.bg-f2 {
  background-color: #f2f2f2 !important;
}

.color-red {
  color: #ee0707;
}

.color-666 {
  color: #666666 !important;
}

.color-999 {
  color: #999999;
}

.color-yellow {
  color: #e1a010;
}

.color-green {
  color: #16b045;
}

.color-blue {
  color: #2694ed;
}

.color-d82821 {
  color: #d82821;
}

.color-ccc {
  color: #ccc;
}

.font-14 {
  font-size: 14px;
}

.font-0 {
  font-size: 0;
}

.font-normal {
  font-weight: normal;
}

.font-bold {
  font-weight: bold;
}

.vertical-middle {
  vertical-align: middle;
}

.t-r {
  text-align: right;
}

.text-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* 2行文本省略 */
.text-2-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* 8行文本省略 */
.text-8-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}

.icon-time {
  background-repeat: no-repeat;
  background-position: 133px 50%;
  background-image: url(../images/icon-time.png);
}

button.btn-small {
	padding: 6px 10px;
  /* width: 100px; */
  /* height: 34px; */
  /* line-height: 32px; */
  font-size: 14px;
  border-radius: 2px;
  border: none;
  vertical-align: middle;
}

button.btn-middle {
  width: 120px;
  height: 36px;
  line-height: 34px;
  font-size: 16px;
  border-radius: 2px;
  border: none;
  vertical-align: middle;
  background-color: #ffffff;
}

button.btn-big {
  min-width: 140px;
  height: 34px;
  line-height: 32px;
  font-size: 14px;
  border-radius: 2px;
  border: none;
  vertical-align: middle;
}

.btn-cancel {
  color: #ffffff;
  background-color: #000000;
  margin-right: 16px;
}

.btn-ensure {
  background-color: #ffb000;
  color: #000000;
}

.btn-green {
  background-color: #05ac38;
  color: #ffffff;
}

.btn-red {
  background-color: #e33232;
  color: #ffffff;
}

button.btn-grey {
  background-color: #ebecf0;
  border: solid 1px #ded9d9;
  color: #666666;
}

.dialog-bg {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 100;
  overflow-y: auto;
  display: none;
}

.dialog-bg .dialog-container {
  width: 680px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dialog-bg .dialog-container .dialog-header {
  height: 70px;
  line-height: 70px;
  padding-left: 36px;
  font-size: 20px;
  position: relative;
  border-bottom: 1px solid #ded9d9;
}

.dialog-bg .dialog-container .dialog-header::before {
  content: "";
  width: 8px;
  height: 40px;
  background-color: #ffb000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.dialog-bg .dialog-container .dialog-header .icon-dialog-close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 26px;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../images/icon-dialog-close.png);
  cursor: pointer;
}

.dialog-bg .dialog-container .dialog-content {
  max-height: 450px;
  overflow-y: auto;
}

.dialog-bg .dialog-container .dialog-footer {
/*  height: 80px;
  line-height: 80px; */
  background-color: #f2f2f2;
  border-top: 1px solid #ded9d9;
  text-align: right;
  padding-right: 26px;
  display: flex;
  justify-content: flex-end;
  padding: 20px;
}

.cloud-user-container {
  min-width: 1460px;
}

.cloud-user-container .cloud-user-header {
  height: 68px;
  line-height: 68px;
  background-color: #000001;
  color: #ffffff;
  font-size: 20px;
  padding-left: 20px;
  padding-right: 60px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.cloud-user-container .cloud-user-header .cloud-logo {
  width: 126px;
  height: 40px;
  margin-right: 22px;
  background-color: transparent;
  transform: translateY(-2px);
}

.cloud-user-container .cloud-user-header .user-msg {
  font-size: 14px;
}

.cloud-user-container .cloud-user-header .user-msg .icon-msg {
  width: 28px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../images/user/icon-msg.png);
  position: relative;
  margin-right: 27px;
}

.cloud-user-container .cloud-user-header .user-msg .icon-msg .unread-num {
  position: absolute;
  height: 16px;
  line-height: 16px;
  white-space: nowrap;
  background-color: #e33232;
  border-radius: 7px;
  padding: 0 4px;
  left: 23px;
  top: 0;
}

.cloud-user-container .cloud-user-header .user-msg .head-sculpture {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-left: 27px;
  margin-right: 8px;
}

.cloud-user-container .cloud-user-header .user-msg .company-name {
  font-size: 14px;
}

.cloud-user-container .cloud-user-header .user-msg .user-img {
  position: relative;
  display: inline-block;
}

.cloud-user-container .cloud-user-header .user-msg .user-img .user-menu {
  position: absolute;
  left: 0;
  top: 69px;
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 10px 1px rgba(0, 91, 255, 0.2);
  border-radius: 4px;
  border: solid 1px #ffffff;
  z-index: 1;
  line-height: 30px;
  padding: 10px 7px 4px;
  opacity: 0;
  display: none;
  min-width: 102px;
}

.cloud-user-container .cloud-user-header .user-msg .user-img .user-menu .icon-arrow-top {
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 13px;
  height: 12px;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../images/user/icon-arrow-top.png);
}

.cloud-user-container .cloud-user-header .user-msg .user-img .user-menu li {
  padding-left: 8px;
  padding-right: 3px;
}

.cloud-user-container .cloud-user-header .user-msg .user-img .user-menu li:not(:last-child) {
  border-bottom: 1px solid #58585a;
}

.cloud-user-container .cloud-user-header .user-msg .user-img .user-menu li:hover, .cloud-user-container .cloud-user-header .user-msg .user-img .user-menu li.active {
  color: #eda402;
}

.cloud-user-container .cloud-user-header .user-msg .user-img a {
  display: block;
}

.cloud-user-container .cloud-user-header .user-msg .user-img:hover .company-name {
  color: #eda402;
}

.cloud-user-container .cloud-user-header .user-msg .user-img:hover .user-menu {
  opacity: 1;
  display: block;
  transition: all 1s;
}

.cloud-user-container .cloud-user-content {
  padding-top: 68px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-y: auto;
  min-width: 1460px;
  background-color: #ebecf0;
  background-image: url(../images/bg-l.png);
  background-repeat: repeat-y;
}

.cloud-user-container .cloud-user-content .user-left-menu {
  width: 250px;
  min-height: 100%;
}

.cloud-user-container .cloud-user-content .user-left-menu ul {
  font-size: 0;
  padding-left: 18px;
}

.cloud-user-container .cloud-user-content .user-left-menu ul .one-grade {
  font-size: 16px;
  font-weight: bold;
  padding-left: 8px;
  padding-top: 18px;
  position: relative;
}

.cloud-user-container .cloud-user-content .user-left-menu ul .one-grade.active::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 36px;
  background-color: #eda402;
  left: -18px;
  top: 12px;
}

.cloud-user-container .cloud-user-content .user-left-menu ul .two-grade {
  width: 50%;
  padding-top: 12px;
  display: inline-block;
  vertical-align: top;
}

.cloud-user-container .cloud-user-content .user-left-menu ul .two-grade .two-grade-item {
  font-size: 14px;
  color: #666666;
  padding: 6px 8px;
  border-radius: 2px;
}

.cloud-user-container .cloud-user-content .user-left-menu ul .two-grade .two-grade-item:hover, .cloud-user-container .cloud-user-content .user-left-menu ul .two-grade .two-grade-item.active {
  background-color: #fbedcc;
  color: #333333;
}

.user-right-content {
  padding-left: 270px;
  padding-right: 20px;
}

.user-right-content .user-bread-crumb {
  color: #999999;
  font-size: 14px;
  padding: 20px 0 20px 10px;
}

.user-right-content .user-bread-crumb .user-bread-crumb-item {
  cursor: auto;
}

.user-right-content .user-bread-crumb .user-bread-crumb-item:last-child {
  color: #666666;
}

.user-right-content .user-bread-crumb .user-bread-crumb-item:not(:last-child)::after {
  content: ">";
  margin-left: 2px;
}

.user-right-content .page .custom-pagination {
  right: 18px;
  left: auto;
  transform: translateX(0);
}

.selectbtn {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block !important;
  opacity: 0;
  filter: alpha(opacity=0);
}

.no-data,
.no-data-content {
  padding: 114px 0 60px;
  text-align: center;
  color: #666666;
  font-size: 14px;
  background-repeat: no-repeat;
  background-position: 50% 20px;
  background-image: url(../images/no-data.png);
}

.no-data .no-data-content {
  padding: 0;
  background-image: url();
}

@media (max-width: 1470px) {
  .header-common .container-view {
    width: auto;
    max-width: 1280px;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .header-common .header-menu {
    max-width: 1470px;
    min-width: 1200px;
  }
  .header-common .header-menu ul {
    padding-left: 13%;
  }
  .header-common .header-menu ul li {
    margin-right: 2%;
  }
  .header-common .header-menu ul li.heat-ray + li {
    margin-right: 0;
  }
}
.home-container {
  overflow-x: hidden;
}

button:disabled,
input:disabled,
select:disabled {
  cursor: no-drop;
}
