body,
html,
div,
p,
span,
ul,
li {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.fl10 {
  padding-left: 10px;
}
.fl5 {
  padding-left: 5px;
}
html {
  overflow-x: hidden;
}
html,
body {
  height: 100%;
  min-height: 100%;
  font-family: Arial, 'Microsoft YaHei', '微软雅黑', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
  position: relative;
}
* {
  -webkit-tap-highlight-color: transparent;
}
img {
  display: block;
  border: 0;
  max-width: 100%;
}
a {
  text-decoration: none;
}
ul,
li {
  list-style: none;
}
button:focus {
  outline: none !important;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.clearboth {
  position: relative;
}
.clearboth:before {
  content: '';
  width: 100%;
  height: 0;
  display: block;
  overflow: hidden;
}
.clearboth:after {
  content: '';
  width: 100%;
  height: 0;
  display: block;
  overflow: hidden;
}
.clearboth .refreshbox {
  width: 120px;
  height: 40px;
  border-radius: 4px;
  display: inline-block;
  background-color: #fdc300;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: 0.6s;
}
input,
select,
textarea,
button {
  outline: none;
  font-family: Arial, 'Microsoft YaHei', '微软雅黑', sans-serif;
}
select {
  /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
  /*很关键：将默认的select选择框样式清除*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /*将背景改为红色*/
  /*加padding防止文字覆盖*/
  background-image: url(../images/arr.png);
  background-repeat: no-repeat;
  background-position: right center;
  position: relative;
}
input[type="checkbox"] {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  vertical-align: middle;
  transition: 0.6s;
  box-sizing: border-box;
}
input[type="checkbox"]:before {
  content: '';
  position: absolute;
  left: -2px;
  top: -2px;
  width: 16px;
  height: 16px;
  border: 1px solid #ddd;
  background-color: #fff;
}
input[type="checkbox"]:checked:after {
  content: url(../images/gou.svg);
  position: absolute;
  left: -1px;
  top: -1px;
}
input[type="radio"] {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  vertical-align: sub;
  box-sizing: border-box;
  transition: 0.6s;
}
input[type="radio"]:before {
  content: '';
  position: absolute;
  left: -2px;
  top: -2px;
  width: 16px;
  height: 16px;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 50%;
}
input[type="radio"]:checked:after {
  content: '';
  position: absolute;
  left: 3px;
  top: 3px;
  border-radius: 1px;
  width: 8px;
  height: 8px;
  background-color: #a29b9b !important;
  border-radius: 50%;
}
.mobileconfirmation {
  display: none;
}
.loginbox-wrap {
  width: 100%;
  min-height: 100%;
  background-image: url(../images/loginbg.jpg);
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.logifooterbox {
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
  width: 100%;
}
.logifooterbox a {
  color: #fff;
}
.loginbox {
  overflow: hidden;
  height: inherit;
  max-width: 1200px;
  width: 80%;
  height: 720px;
  margin: 5% auto 40px;
  border-radius: 5px;
}
.loginbox .box-l {
  width: 50%;
  float: left;
  height: inherit;
  background-image: url(../images/login-left.jpg);
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loginbox .box-l img {
  max-width: 100%;
  max-height: 100%;
}
.loginbox .box-r {
  background: #fff;
  width: 50%;
  float: right;
  height: inherit;
  box-sizing: border-box;
  padding: 20px 30px;
  position: relative;
}
.loginbox .box-r .topbox {
  font-size: 16px;
}
.loginbox .box-r .topbox .linkhome {
  color: #7393ac;
  transition: 0.6s;
}
.loginbox .box-r .topbox .linkhome:hover {
  color: #d92b2d;
}
.loginbox .box-r .topbox .languagebox {
  color: #7393ac;
  transition: 0.6s;
}
.loginbox .box-r .topbox .languagebox a {
  color: #7393ac;
}
.loginbox .box-r .insedbox {
  padding: 30px 40px 24px;
}
.loginbox .box-r .insedbox .bigfont {
  font-weight: bold;
  font-size: 30px;
}
.loginbox .box-r .insedbox .p2 {
  font-size: 18px;
  margin-top: 10px;
}
.loginbox .box-r .insedbox .formbox .item {
  margin-top: 20px;
}
.loginbox .box-r .insedbox .formbox .item p {
  color: #999999;
  font-size: 18px;
  margin-bottom: 10px;
}
.loginbox .box-r .insedbox .formbox .item .inps {
  display: block;
  height: 56px;
  width: 100%;
  border: none;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #f3f3f3;
  padding: 0 14px;
  font-size: 16px;
}
.loginbox .box-r .insedbox .regtxt {
  font-size: 16px;
  margin-top: 14px;
  text-align: left;
  color: #635b5b;
  margin-bottom: 5px;
}
.loginbox .box-r .insedbox .btnbpx {
  margin-top: 20px;
}
.loginbox .box-r .insedbox .btnbpx .itembtnbox {
  width: 100%;
  display: block;
  height: 56px;
  line-height: 56px;
  display: inline-block;
  border-radius: 10px;
  background-color: #006eb9;
  border: none;
  font-size: 18px;
  color: #fff;
  margin-top: 10px;
  cursor: pointer;
  transition: background-color 0.6s;
  text-align: center;
  margin-right: 20px;
  transition: 0.6s;
}
.loginbox .box-r .insedbox .btnbpx .itembtnbox:last-child {
  margin-right: 0;
  background-color: #fdc300;
}
.loginbox .box-r .insedbox .btnbpx .itembtnbox:hover {
  background-color: #d92b2d;
}
.loginbox .box-r .insedbox .ptit {
  font-size: 16px;
  color: #666666;
}
.loginbox .box-r .insedbox .ptit span {
  cursor: pointer;
  transition: 0.6s;
}
.loginbox .box-r .insedbox .ptit span:hover {
  color: #d92b2d;
}
@media print {
  body {
    -webkit-print-color-adjust: exact;
    -moz-print-color-adjust: exact;
    -ms-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
.fontW {
  font-weight: 600;
}
.reg_lg {
  display: block;
}
.reg_lm {
  display: none;
}
.Confirmation-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
  margin-bottom: 80px;
}
.Confirmation-box .Con_btn {
  width: 160px;
  height: 50px;
  margin: 0 auto;
  text-align: center;
  line-height: 50px;
  background-color: #006eb9;
  font-size: 18px;
  color: #fff;
  margin-top: 80px;
  border-radius: 10px;
  cursor: pointer;
}
.Confirmation .h3 {
  font-size: 18px;
  color: #333333;
  margin: 0;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #dddddd;
}
.Confirmation .Con_box {
  width: 95%;
  max-width: 740px;
  margin: 0 auto;
  border: 1px solid #f4f4f4;
  border-radius: 5px;
}
.Confirmation .Con_box .box_top {
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 10px;
  background-color: #fdc300 !important;
}
.Confirmation .Con_box .box_header {
  background-color: #f4f4f4;
  display: flex;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  align-items: center;
}
.Confirmation .Con_box .box_header img {
  display: block;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
}
.Confirmation .Con_box .box_header .hea_left {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 15px;
}
.Confirmation .Con_box .box_header .hea_right {
  font-size: 18px;
  color: #333333;
  width: 65%;
}
.Confirmation .Con_box .box_header .hea_right p:last-child {
  color: #006eb9;
  margin-top: 18px;
}
.Confirmation .Con_box .box_header .hea_right .hea_tit i {
  display: inline-block;
  width: 15px;
  font-size: 20px;
  margin-right: 10px;
}
.Confirmation .Con_box .box_header .hea_right .hea_tit .fa-clock-o {
  font-size: 16px;
}
.Confirmation .Con_box .box-content {
  padding: 30px 28px;
  display: flex;
  justify-content: space-between;
}
.Confirmation .Con_box .box-content .right-tab {
  width: 44%;
}
.Confirmation .Con_box .box-content .right-tab h3 {
  color: #333333;
  font-size: 18px;
  margin: 0;
  margin-bottom: 28px;
}
.Confirmation .Con_box .box-content .right-tab .tabp {
  color: #cdcdcd;
  line-height: 30px;
}
.Confirmation .Con_box .box-content .right-tab .tabp .nbsp {
  display: inline-block;
  width: 32px;
}
.Confirmation .Con_box .box-content .right-tab .tabp span {
  color: #333333;
}
.Confirmation .Con_box .box-content .right-div {
  width: 40%;
}
.Confirmation .Con_box .box-content .right-div p {
  color: #006eb9;
  line-height: 25px;
  font-weight: 600;
}
.Confirmation .Con_box .box-content .right-div .p1 {
  margin-top: 15px;
}
.Confirmation .Con_box .box-content .right-div .p2 {
  margin-bottom: 15px;
}
.Confirmation .Con_box .box-content .right-div .Img {
  width: 138px;
  height: 138px;
  background-color: #eeeeee;
}
.Confirmation .Con_box .box_p {
  padding: 0px 28px 25px;
}
.Confirmation .Con_box .box_p p {
  color: #333333;
  line-height: 25px;
}
.Confirmation .Con_box .box_p p a {
  color: #006eb9;
}
.Confirmation .Con_box .box_p .tit {
  color: #333333;
  font-weight: 600;
}
.Confirmation .Con_box .box_p .title {
  color: #333333;
  font-weight: 600;
  line-height: 50px;
}
.Confirmation .Con_box .box_contact {
  background-color: #006eb9;
  color: #fff;
  padding: 15px 30px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.Confirmation .Con_box .box_contact .tact_ph {
  font-size: 14px;
  margin-bottom: 10px;
}
.Confirmation .Con_box .box_contact .tact_pt {
  font-size: 14px;
  line-height: 28px;
}
.Confirmation .Con_box .box_contact .flexp {
  margin-top: 10px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.Confirmation .Con_box .box_contact .flexp p {
  width: 50%;
}
.Confirmation .Con_box .box_contact .flexp p i {
  margin-right: 5px;
}
.Confirmation .Con_btn {
  width: 160px;
  height: 50px;
  margin: 0 auto;
  text-align: center;
  line-height: 50px;
  background-color: #006eb9;
  font-size: 18px;
  color: #fff;
  margin-top: 80px;
  border-radius: 10px;
  cursor: pointer;
}
.rotation {
  transform: rotateZ(180deg);
}
.hidelink {
  display: none;
}
body .select2-container {
  width: 100% !important;
}
.information {
  padding: 0 40px;
}
.information .titaa {
  color: #666666;
  font-size: 16px;
  line-height: 30px;
}
.information .titbb {
  color: #666666;
  font-size: 16px;
  line-height: 30px;
}
.information .titbb a {
  color: #666666;
}
.expcenter-wrap {
  width: 100%;
  display: flex;
  overflow: hidden;
  min-height: 100%;
}
.expcenter-wrap .asidebox {
  width: 248px;
  float: left;
  height: 100%;
  box-shadow: 1px 0 9px #f3f0f0;
  position: relative;
  background-color: #fff;
  z-index: 2;
  position: fixed;
}
.expcenter-wrap .asidebox .insiede-nav {
  position: relative;
  overflow: auto;
}
.expcenter-wrap .asidebox .insiede-nav::-webkit-scrollbar {
  width: 8px;
}
.expcenter-wrap .asidebox .insiede-nav::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #ddd;
}
.expcenter-wrap .asidebox .insiede-nav::-webkit-scrollbar-track {
  border-radius: 8px;
  background: #ededed;
}
.expcenter-wrap .asidebox .logobox {
  background-color: #fff;
  z-index: 1;
  width: 240px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
}
.expcenter-wrap .asidebox .logobox img {
  width: 180px;
}
.expcenter-wrap .asidebox .miantxt {
  padding-left: 30px;
  box-sizing: border-box;
  font-size: 24px;
  color: #006eb9;
  margin-top: 120px;
}
.expcenter-wrap .asidebox .linkbox {
  width: calc(100% - 30px);
  margin-left: 30px;
  margin-bottom: 50px;
}
.expcenter-wrap .asidebox .linkbox .titbox {
  cursor: pointer;
  font-size: 22px;
  color: #999999;
}
.expcenter-wrap .asidebox .linkbox .titbox .arrbox {
  float: right;
  margin-right: 30px;
  transition: 0.6s;
  font-size: 30px;
  line-height: 20px;
}
.expcenter-wrap .asidebox .linkbox a.current {
  color: #006eb9;
  font-size: 18px;
  margin-left: 20px;
}
.expcenter-wrap .asidebox .linkbox a {
  display: block;
  height: 26px;
  font-size: 16px;
  color: #666666;
  position: relative;
  padding-left: 40px;
  margin-top: 20px;
  transition: 0.6s;
}
.expcenter-wrap .asidebox .linkbox a .leternum {
  position: relative;
  display: inline-block;
  margin-left: 30px;
  color: #999999;
}
.expcenter-wrap .asidebox .linkbox a .hasmsg:after {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #f36667;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: -10px;
}
.expcenter-wrap .asidebox .linkbox a:hover {
  color: #006eb9;
  font-size: 18px;
  margin-left: 20px;
}
.expcenter-wrap .asidebox .linkbox a .icontbox {
  display: block;
  background-image: url(../images/sprit.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.expcenter-wrap .asidebox .linkbox a .icontbox2 {
  position: absolute;
  top: 0;
  left: 5px;
  color: #65abdb;
  font-size: 22px;
  font-weight: bold;
}
.expcenter-wrap .asidebox .linkbox a .icont-home {
  width: 32px;
  height: 22px;
  background-position: 5px 0;
}
.expcenter-wrap .asidebox .linkbox a .icont-info {
  width: 23px;
  height: 22px;
  background-position: -23px 0;
}
.expcenter-wrap .asidebox .linkbox a .icont-info-product {
  width: 24px;
  height: 24px;
  background-position: -49px 0;
}
.expcenter-wrap .asidebox .linkbox a .icont-email2 {
  width: 27px;
  height: 22px;
  background-position: -47px 0px;
}
.expcenter-wrap .asidebox .linkbox a .icont-activit {
  width: 24px;
  height: 22px;
  background-position: -77px 0;
}
.expcenter-wrap .asidebox .linkbox a .icont-zhibo {
  width: 24px;
  height: 26px;
  background-position: -106px 0;
}
.expcenter-wrap .asidebox .linkbox a .icont-new {
  width: 24px;
  height: 24px;
  background-position: -135px 0px;
}
.expcenter-wrap .asidebox .linkbox a .icont-email {
  width: 22px;
  height: 22px;
  background-position: -164px 0px;
}
.expcenter-wrap .asidebox .linkbox .active {
  font-weight: 600;
}
.expcenter-wrap .fiexasider {
  position: fixed;
}
.expcenter-wrap .mianbox {
  width: calc(100% - 240px);
  float: left;
  height: inherit;
  background-color: #f1f2f6;
  position: relative;
  margin-left: 240px;
}
.expcenter-wrap .mianbox .topbox {
  height: 100px;
  width: calc(100% - 240px);
  background-color: #fff;
  box-shadow: 8px 0 10px #dcdee0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
}
.expcenter-wrap .mianbox .topbox .language {
  font-size: 16px;
  float: right;
  margin-top: 33px;
}
.expcenter-wrap .mianbox .topbox .language i {
  font-size: 18px;
}
.expcenter-wrap .mianbox .topbox .language .cnbox {
  color: #fdc300;
  position: relative;
}
.expcenter-wrap .mianbox .topbox .language .cnbox:before {
  content: '';
  width: 1px;
  height: 12px;
  display: inline-block;
  background-color: #ddd;
  margin: 0 16px;
}
.expcenter-wrap .mianbox .topbox .language .enbox {
  color: #333;
}
.expcenter-wrap .mianbox .topbox .linkbox {
  overflow: hidden;
  float: right;
  border-radius: 5px;
  margin-top: 20px;
  margin-right: 30px;
  margin-left: 30px;
}
.expcenter-wrap .mianbox .topbox .linkbox a {
  display: inline-block;
  float: left;
  width: 60px;
  height: 52px;
  opacity: 1;
  transition: opacity 0.6s;
}
.expcenter-wrap .mianbox .topbox .linkbox a:hover {
  opacity: 0.8;
}
.expcenter-wrap .mianbox .topbox .linkbox .logout {
  background-image: url(../images/out.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #006eb9;
}
.expcenter-wrap .mianbox .topbox .linkbox .homebpx {
  background-color: #fdc300;
  text-align: center;
  line-height: 52px;
  font-size: 18px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.expcenter-wrap .mianbox .topbox .linkbox .homebpx .icontbox {
  display: block;
  background-image: url(../images/qiu.png);
  background-repeat: no-repeat;
}
.expcenter-wrap .mianbox .topbox .linkbox .homebpx .icont-activit {
  width: 24px;
  height: 22px;
}
.expcenter-wrap .mianbox .contentbox {
  width: calc(100% - 80px);
  margin: 140px auto 0;
}
.expcenter-wrap .mianbox .contentbox .rowbox {
  overflow: hidden;
  margin-bottom: 40px;
}
.expcenter-wrap .mianbox .contentbox .rowbox .row {
  background-color: #fff;
  border-radius: 5px;
  padding: 30px;
}
.expcenter-wrap .mianbox .contentbox .rowbox .rowitem {
  float: left;
  margin-right: 30px;
  background-color: #fff;
  border-radius: 5px;
  padding: 30px;
}
.expcenter-wrap .mianbox .contentbox .rowbox .rowitem .item_a {
  margin-top: 30px;
  overflow: hidden;
}
.expcenter-wrap .mianbox .contentbox .rowbox .rowitem .item_a .tita {
  font-size: 16px;
}
.expcenter-wrap .mianbox .contentbox .rowbox .rowitem .item_a .tita .titaaa {
  color: #65686d;
}
.expcenter-wrap .mianbox .contentbox .rowbox .rowitem .item_a .tita .num {
  color: #9ca6af;
  font-size: 16px;
  float: right;
}
.expcenter-wrap .mianbox .contentbox .rowbox .rowitem .item_a .progress {
  width: 100%;
  height: 6px;
  background-color: #f5f5f5;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  margin-top: 16px;
}
.expcenter-wrap .mianbox .contentbox .rowbox .rowitem .item_a .progress .progresstrue {
  height: 6px;
  border-radius: 6px;
  background-color: #006eb9;
  display: block;
  transition: 4s;
}
.expcenter-wrap .mianbox .contentbox .rowbox .rowitem:nth-child(3n) {
  margin-right: 0;
}
.expcenter-wrap .mianbox .contentbox .rowbox .row1 {
  width: 25%;
}
.expcenter-wrap .mianbox .contentbox .rowbox .row2 {
  width: calc(50% - 60px);
  position: relative;
}
.expcenter-wrap .mianbox .contentbox .rowbox .row2 .topboxa {
  overflow: hidden;
  margin-top: 20px;
}
.expcenter-wrap .mianbox .contentbox .rowbox .row2 .topboxa .logobxo {
  float: left;
  width: 120px;
  height: 120px;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  border-radius: 50%;
  border: 1px #efefef solid;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  background-color: #fff;
}
.expcenter-wrap .mianbox .contentbox .rowbox .row2 .topboxa .infolist {
  width: calc(100% - 160px);
  margin-left: 40px;
  float: left;
  font-size: 16px;
}
.expcenter-wrap .mianbox .contentbox .rowbox .row2 .topboxa .infolist .iteminfo {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.expcenter-wrap .mianbox .contentbox .rowbox .row2 .topboxa .infolist .iteminfo .p1 {
  position: relative;
  padding-left: 24px;
}
.expcenter-wrap .mianbox .contentbox .rowbox .row2 .topboxa .infolist .iteminfo .p1 .icont {
  position: absolute;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../images/sprit_1.png);
  background-repeat: no-repeat;
}
.expcenter-wrap .mianbox .contentbox .rowbox .row2 .topboxa .infolist .iteminfo .p1 .icont-company {
  top: 4px;
  background-position: 0 0;
}
.expcenter-wrap .mianbox .contentbox .rowbox .row2 .topboxa .infolist .iteminfo .p1 .icont-bootno {
  top: 6px;
  background-position: -20px 0;
}
.expcenter-wrap .mianbox .contentbox .rowbox .row2 .topboxa .infolist .iteminfo .p1 .icont-boottype {
  top: 5px;
  background-position: -41px 0;
}
.expcenter-wrap .mianbox .contentbox .rowbox .row2 .topboxa .infolist .iteminfo .p1 .icont-Area {
  top: 5px;
  background-position: -61px 0;
}
.expcenter-wrap .mianbox .contentbox .rowbox .row2 .topboxa .infolist .iteminfo .p1 .icont-Areaa {
  top: 5px;
  background-position: -84px 0;
}
.expcenter-wrap .mianbox .contentbox .rowbox .row2 .linlbox {
  overflow: hidden;
  margin-top: 10px;
}
.expcenter-wrap .mianbox .contentbox .rowbox .row2 .linlbox a {
  display: block;
  background-color: #fdc300;
  height: 48px;
  text-align: center;
  border-radius: 4px;
  line-height: 48px;
  color: #fff;
  font-size: 16px;
  transition: 0.6s;
}
.expcenter-wrap .mianbox .contentbox .rowbox .row2 .linlbox a .icontbox {
  background-image: url(../images/open1.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-position: 0px;
  vertical-align: sub;
  transition: 0.6s;
}
.expcenter-wrap .mianbox .contentbox .rowbox .row2 .linlbox a:hover {
  background-color: #d92b2d;
}
.expcenter-wrap .mianbox .contentbox .rowbox .row3 {
  width: calc(50% + 30px);
  float: left;
}
.expcenter-wrap .mianbox .contentbox .rowbox .row3 .vidiobox {
  margin-top: 30px;
}
.expcenter-wrap .mianbox .contentbox .rowbox .row3 .vidiobox .itema {
  width: 45%;
  float: left;
  margin-right: 14px;
  margin-bottom: 46px;
  position: relative;
  transition: 0.6s;
  transform: translate(0);
}
.expcenter-wrap .mianbox .contentbox .rowbox .row3 .vidiobox .itema:hover {
  transform: translateY(-10px);
}
.expcenter-wrap .mianbox .contentbox .rowbox .row3 .vidiobox .itema a {
  color: #333333;
}
.expcenter-wrap .mianbox .contentbox .rowbox .row3 .vidiobox .itema .startbox {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #dcdcdc;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  color: #fff;
  z-index: 1;
  cursor: pointer;
  transition: 0.6s;
}
.expcenter-wrap .mianbox .contentbox .rowbox .row3 .vidiobox .itema .collectcurrent {
  background-color: #fdc300;
}
.expcenter-wrap .mianbox .contentbox .rowbox .row3 .vidiobox .itema .imgbox {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  height: 160px;
  transition: 0.6s;
  background-color: #f7f7f7;
  text-align: center;
}
.expcenter-wrap .mianbox .contentbox .rowbox .row3 .vidiobox .itema .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.expcenter-wrap .mianbox .contentbox .rowbox .row3 .vidiobox .itema .imgbox .vidie_timer {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 3px 6px;
  border-radius: 4px;
  font-size: 12px;
}
.expcenter-wrap .mianbox .contentbox .rowbox .row3 .vidiobox .itema .imgbox .hoverbox {
  top: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/player.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30%;
  transition: 0.6s;
  opacity: 1;
}
.expcenter-wrap .mianbox .contentbox .rowbox .row3 .vidiobox .itema .imgbox .hoverbox .viewmore {
  width: 140px;
  height: 46px;
  display: block;
  background-color: #008ad2;
  margin: 44px auto;
  line-height: 46px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-radius: 4px;
}
.expcenter-wrap .mianbox .contentbox .rowbox .row3 .vidiobox .itema .imgbox:hover .hoverbox {
  opacity: 1;
}
.expcenter-wrap .mianbox .contentbox .rowbox .row3 .vidiobox .itema .p2 {
  margin-top: 8px;
  height: 25px;
  color: #333333;
}
.expcenter-wrap .mianbox .contentbox .rowbox .row3 .vidiobox .itemb {
  width: 45% !important;
}
.expcenter-wrap .mianbox .contentbox .rowbox .row3 .vidiobox .itema:nth-child(3n) {
  margin-right: 0px;
}
.expcenter-wrap .mianbox .footerbox {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 20px;
  color: #9ca6af;
}
.expcenter-wrap .mianbox .footerbox a {
  color: #9ca6af;
}
.fs16 {
  font-size: 16px;
}
.disflex {
  display: flex;
}
.pagecommenttit {
  line-height: 24px;
}
.pagecommenttit .visirit .backbtn {
  width: 24px;
  float: left;
  display: inline-block;
  font-size: 30px;
  cursor: pointer;
}
.pagecommenttit .visirit .namebox {
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  float: left;
  width: calc(100% - 24px);
}
.pagecommenttit .tita {
  font-size: 24px;
}
.pagecommenttit .tipbox {
  color: #666666;
  padding-left: 10px;
}
.pagecommenttit .linkbox {
  color: #999999;
  font-size: 14px;
  float: right;
  transition: 0.6s;
}
.pagecommenttit .linkbox:hover {
  color: #f00000;
}
.pagecommenttit .linkdown {
  display: block;
  width: 180px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background-color: #006eb9;
  color: #fff;
  border-radius: 4px;
  float: right;
  margin-top: -10px;
  transition: 0.6s;
  font-size: 16px;
}
.pagecommenttit .linkdown:hover {
  background-color: #dc4345;
}
.pagecommenttit .linkbtn {
  display: block;
  width: 110px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #c8d2db;
  color: #fff;
  border-radius: 4px;
  float: right;
  margin-top: -10px;
  transition: 0.6s;
}
.pagecommenttit .linkbtn:hover {
  background-color: #006eb9;
}
.pagecommenttit .backbtn {
  width: 20px;
  float: left;
  display: inline-block;
  font-size: 30px;
}
.pagecommenttit .smaolltxt {
  font-size: 14px;
  color: #9ca6af;
  line-height: 30px;
  margin-left: 10px;
}
.pagecommenttit .tablink {
  float: right;
  margin-top: -6px;
}
.pagecommenttit .tablink .item {
  width: 120px;
  height: 40px;
  display: inline-block;
  border-radius: 4px;
  border: 1px #006eb9 solid;
  text-align: center;
  font-size: 16px;
  line-height: 36px;
  box-sizing: border-box;
  cursor: pointer;
  margin-left: 10px;
  transition: 0.6s;
}
.pagecommenttit .tablink .item:hover {
  background-color: #d92b2d;
  color: #fff;
  border-color: #d92b2d;
}
.pagecommenttit .tablink .item1 {
  background-color: #006eb9;
  color: #fff;
}
.pagecommenttit .alinkbox a {
  display: inline-block;
  position: relative;
  color: #666666;
  font-size: 16px;
  transition: 0.6s;
  min-width: 106px;
  text-align: center;
}
.pagecommenttit .alinkbox a:hover {
  color: #006eb9;
}
.pagecommenttit .alinkbox a:hover:before {
  content: '';
  width: 100%;
  height: 3px;
  display: block;
  border-bottom: 3px #006eb9 solid;
  position: absolute;
  top: 43px;
  z-index: 1;
}
.pagecommenttit .alinkbox a.current {
  color: #006eb9;
}
.pagecommenttit .alinkbox a.current:before {
  content: '';
  width: 100%;
  height: 3px;
  display: block;
  border-bottom: 3px #006eb9 solid;
  position: absolute;
  top: 43px;
  z-index: 1;
}
.pagecommenttit .alinkbox a:not(:last-child):after {
  content: '';
  width: 1px;
  height: 13px;
  display: inline-block;
  background-color: #cccccc;
  position: absolute;
  right: 0;
  top: 6px;
}
.pagecommenttit .refreshbox {
  width: 120px;
  height: 40px;
  border-radius: 4px;
  display: inline-block;
  background-color: #fdc300;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  float: right;
  margin-top: -10px;
  cursor: pointer;
  transition: 0.6s;
}
.pagecommenttit .backlist {
  display: block;
  float: right;
  border: 1px #006eb9 solid;
  color: #006eb9;
  padding: 3px 14px;
  border-radius: 4px;
  background-color: #fff;
  transition: 0.6s;
}
.pagecommenttit2 .linkdown {
  width: 300px;
}
.bodybgcolr {
  background-color: #f1f2f6;
}
.fcbule {
  color: #006cb3;
}
.fcyellow {
  color: #f1b300;
}
.fcjianhui {
  color: #666666;
}
.fs14 {
  font-size: 14px;
}
.fs18 {
  font-size: 18px;
}
.bgclor1 {
  background: -webkit-linear-gradient(to right, #f1b301, #ffdd7c);
  /* Safari 5.1-6.0 */
  background: -o-linear-gradient(to right, #f1b301, #ffdd7c);
  /* Opera 11.1-12.0 */
  background: -moz-linear-gradient(to right, #f1b301, #ffdd7c);
  /* Firefox 3.6-15 */
  background: linear-gradient(to right, #f1b301, #ffdd7c);
  /* 标准语法 */
}
.bgclor2 {
  background: -webkit-linear-gradient(to right, #006eb9, #00bbf1);
  /* Safari 5.1-6.0 */
  background: -o-linear-gradient(to right, #006eb9, #00bbf1);
  /* Opera 11.1-12.0 */
  background: -moz-linear-gradient(to right, #006eb9, #00bbf1);
  /* Firefox 3.6-15 */
  background: linear-gradient(to right, #006eb9, #00bbf1);
  /* 标准语法 */
}
.pl20 {
  padding-left: 20px;
}
.mt16 {
  margin-top: 16px;
}
.luenone {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.luetwo {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.h540 {
  height: 540px;
}
.mb70 {
  margin-bottom: 70px !important;
}
.btnstyle {
  background-color: #006eb9;
  padding: 8px 20px;
  display: inline-block;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  transition: 0.6s;
}
.btnstyle:hover {
  background-color: #d92b2d;
}
.btnstyle1 {
  padding-right: 10px;
  font-size: 14px;
  color: #006eb9;
}
.js-delete1 {
  padding-right: 10px;
  font-size: 14px;
  color: #006eb9;
}
.js-withdraw1 {
  padding-right: 10px;
  font-size: 14px;
  color: #006eb9;
}
.js-withdraw2 {
  padding-right: 10px;
  font-size: 14px;
  color: #006eb9;
}
.js-delete {
  background-color: #fdc300;
  padding: 8px 20px;
  display: inline-block;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  transition: 0.6s;
}
.js-delete:hover {
  background-color: #d92b2d;
}
.js-withdraw {
  background-color: #d92b2d;
  padding: 8px 20px;
  display: inline-block;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  transition: 0.6s;
}
.js-withdraw:hover {
  background-color: #fdc300;
}
.productlist {
  margin-top: 20px;
}
.productlist .slick-list {
  padding: 10px 0;
}
.productlist .itemproduct {
  margin-right: 20px;
  transition: 0.6s;
  transform: translate(0);
}
.productlist .itemproduct .imgbox {
  border: 1px #dddddd solid;
  width: 100%;
  height: 130px;
  line-height: 126px;
  text-align: center;
  overflow: hidden;
}
.productlist .itemproduct .imgbox img {
  display: inline-block;
  max-height: 100%;
  max-width: 90%;
  vertical-align: middle;
}
.productlist .itemproduct .productname {
  font-size: 16px;
  margin-top: 8px;
  color: #0079bb;
  height: 27px;
  font-weight: 600;
  text-align: center;
}
.productlist .itemproduct .producttype {
  color: #999999;
  text-align: center;
}
.productlist .itemproduct:hover {
  transform: translate(-10px, -10px);
}
.productlist .itemproduct:hover .productname {
  color: #006eb9;
}
.indexvideolist {
  margin-top: 20px;
}
.indexvideolist .itembox {
  padding-bottom: 8px;
  transition: 0.6s;
  transform: translate(0);
}
.indexvideolist .itembox .topboaaa {
  overflow: hidden;
}
.indexvideolist .itembox .topboaaa .box-l {
  width: 125px;
  height: 70px;
  overflow: hidden;
  background-color: #ddd;
  float: left;
  border-radius: 4px;
}
.indexvideolist .itembox .topboaaa .box-r {
  width: calc(100% - 145px);
  float: left;
  margin-left: 20px;
}
.indexvideolist .itembox .topboaaa .box-r .tagbox {
  width: 88px;
  font-size: 12px;
  height: 24px;
  border-radius: 24px;
  line-height: 24px;
  text-align: center;
  border: 1px #ddd solid;
  box-sizing: border-box;
  margin-bottom: 5px;
  color: #333;
}
.indexvideolist .itembox .topboaaa .box-r .titiaaa {
  color: #333;
  line-height: 1.6;
}
.indexvideolist .itembox .bottombox {
  margin-top: 20px;
}
.indexvideolist .itembox .bottombox span {
  color: #666666;
}
.indexvideolist .itembox .bottombox .spaaa {
  position: relative;
  color: #ff8a2c;
}
.indexvideolist .itembox .bottombox .spaaa:before {
  content: '';
  width: 1px;
  height: 12px;
  background-color: #ddd;
  display: inline-block;
  margin: 0 10px;
}
.indexvideolist .itembox .bottombox .numbox {
  float: right;
}
.indexvideolist .itembox .bottombox .numbox span {
  padding-left: 8px;
}
.indexvideolist .itembox:not(:last-child) {
  border-bottom: 1px #ddd solid;
  margin-bottom: 30px;
}
.indexvideolist .itembox:hover {
  transform: translate(-10px);
}
.indexvideolist .itembox:hover .box-r .titiaaa {
  color: #006ebc;
}
.emaillist {
  margin-top: 24px;
}
.emaillist .item {
  overflow: hidden;
  transition: 0.6s;
  transform: translate(0);
  position: relative;
}
.emaillist .item:not(:last-child) {
  border-bottom: 1px #ddd solid;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.emaillist .item .box-l {
  width: 60px;
  height: 60px;
  overflow: hidden;
  background-color: #e2e2e2;
  border-radius: 50%;
  float: left;
}
.emaillist .item .box-r {
  width: calc(100% - 80px);
  float: left;
  margin-left: 20px;
}
.emaillist .item .box-r .namebox .nameKK {
  font-size: 16px;
  color: #333;
}
.emaillist .item .box-r .namebox .timeerbox {
  float: right;
  color: #768292;
}
.emaillist .item .box-r .p11 {
  color: #768292;
}
.emaillist .item .box-r .p2 {
  color: #999999;
  margin-top: 10px;
  line-height: 1.8;
}
.emaillist .item:hover {
  transform: translate(-10px);
}
.emaillist .item:hover .p11 {
  color: #006ebc;
}
.xianchenglist {
  margin-top: 20px;
}
.xianchenglist .itema {
  overflow: hidden;
  transition: 0.6s;
  transform: translate(0);
}
.xianchenglist .itema .box-l {
  width: 200px;
  height: 114px;
  background-color: #f7f7f7;
  float: left;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.xianchenglist .itema .box-l img {
  max-width: 100%;
  max-height: 100%;
}
.xianchenglist .itema .box-l .lablebox {
  width: 88px;
  height: 24px;
  background-color: #006ebc;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 24px;
}
.xianchenglist .itema .box-l .waiting {
  background-color: #ff8a2c;
}
.xianchenglist .itema .box-l .Unpassed {
  background-color: #d92b2d;
}
.xianchenglist .itema .box-r {
  width: calc(100% - 220px);
  float: left;
  margin-left: 20px;
}
.xianchenglist .itema .box-r .tita {
  font-size: 16px;
  color: #333;
}
.xianchenglist .itema .box-r .p2 {
  color: #768292;
  margin-top: 8px;
}
.xianchenglist .itema .box-r .p2 .span1 {
  display: inline-block;
  padding-right: 20px;
}
.xianchenglist .itema .box-r .p3 {
  margin-top: 14px;
  color: #999999;
}
.xianchenglist .itema:hover {
  transform: translate(-10px);
}
.xianchenglist .itema:hover .box-r .tita {
  color: #006eb9;
}
.xianchenglist .itema:not(:last-child) {
  border-bottom: 1px #ddd solid;
  padding-bottom: 14px;
  margin-bottom: 20px;
}
.compamyinfo .tipbpx {
  background-color: #f2f3f7;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 14px 20px;
  line-height: 1.5;
  color: #9ca6af;
  margin-top: 20px;
}
.compamyinfo .formbox {
  margin-top: 40px;
}
.compamyinfo .formbox .item {
  margin-bottom: 20px;
}
.compamyinfo .formbox .item .row50 {
  width: 600px;
  overflow: hidden;
  margin: 10px 0;
  float: left;
}
.compamyinfo .formbox .item .row50 .tipbpxa {
  font-size: 14px;
  color: #9ca6af;
  margin-top: 5px;
}
.compamyinfo .formbox .item .labox {
  width: 180px;
  display: block;
  float: left;
  height: 52px;
  line-height: 52px;
  text-align: right;
  font-size: 16px;
}
.compamyinfo .formbox .item .labox .linett {
  line-height: 1.5;
}
.compamyinfo .formbox .item .inps {
  width: calc(94% - 240px);
  height: 52px;
  border-radius: 4px;
  overflow: hidden;
  margin-left: 30px;
  font-size: 16px;
  padding: 0 20px;
  box-sizing: border-box;
  border: none;
  background-color: #f5f5f5;
  float: left;
}
.compamyinfo .formbox .item .disableinput {
  color: #aaaaaa;
  cursor: not-allowed;
}
.compamyinfo .formbox .item .formtip {
  width: calc(94% - 240px);
  padding-left: 210px;
  color: #9ca6af;
  margin-top: 5px;
}
.compamyinfo .formbox .item .rigbox {
  width: calc(94% - 240px);
  float: left;
  margin-left: 30px;
  position: relative;
}
.compamyinfo .formbox .item .rigbox .groubbox .itema {
  width: 50%;
  float: left;
}
.compamyinfo .formbox .item .rigbox .groubbox .itema .titaaaa {
  margin: 50px 0 10px;
  font-size: 15px;
}
.compamyinfo .formbox .item .rigbox .inpsa {
  margin-left: 0;
  float: none;
  width: 100%;
}
.compamyinfo .formbox .item .rigbox .w50s {
  width: calc(100%/2 - 8px);
  margin-right: 16px;
  float: left;
}
.compamyinfo .formbox .item .rigbox .w50s:nth-child(2) {
  margin-right: 0;
}
.compamyinfo .formbox .item .rigbox .textareasty {
  width: 100%;
  height: 166px;
  background-color: #f5f5f5;
  border-radius: 4px;
  border: none;
  padding: 20px;
  box-sizing: border-box;
  resize: none;
  font-size: 16px;
}
.compamyinfo .formbox .item .rigbox .flagemailbox {
  padding-top: 18px;
  font-size: 16px;
}
.compamyinfo .formbox .item .rigbox .flagemailbox .activitbox {
  width: 80px;
  display: inline-block;
}
.compamyinfo .formbox .item .rigbox .imgbox {
  width: 352px;
  height: 202px;
  background-color: #f5f5f5;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.compamyinfo .formbox .item .rigbox .imgbox .tipbtn {
  background-color: #fff;
  height: 54px;
  width: 170px;
  margin: auto;
  text-align: center;
  line-height: 54px;
  font-size: 16px;
  color: #666666;
}
.compamyinfo .formbox .item .rigbox .imgbox .uploaditem {
  width: 100%;
  height: 100%;
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.compamyinfo .formbox .item .rigbox .tipa {
  margin-top: 5px;
  color: #9ca6af;
}
.compamyinfo .formbox .item .rigbox .checkboxitem {
  width: 49%;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 16px;
}
.sexbox {
  line-height: 52px;
}
.checkbox-list {
  width: calc(94% - 240px);
  margin-left: 30px;
  box-sizing: border-box;
  border: 1px #e6dede solid;
  border-radius: 4px;
  float: left;
  padding: 10px 30px 20px;
}
.checkbox-list .block {
  display: block;
  margin-top: 10px;
}
.checkbox-list .list-lable {
  margin-top: 10px;
}
.checkbox-list .checkitem {
  color: #666666;
  width: 50%;
  float: left;
  margin-bottom: 40px;
}
.checkbox-list .itemlab {
  display: block;
  width: 100%;
  margin-top: 20px;
}
.checkbox-list .categoriesbox label {
  display: block;
  margin-top: 10px;
}
.checkbox-list .categoriesbox .titpbox {
  font-weight: bold;
}
.checkbox-list .categoriesbox1 {
  padding: 10px 0 ;
}
.checkbox-list .categoriesbox1 label {
  margin-left: 20px;
}
.checkbox-list .subcategoriesbox {
  display: none;
  margin-left: 2em;
  margin-top: 10px;
}
.checkbox-list .subcategoriesbox label {
  display: block;
  margin-top: 10px;
}
.goubtnbaaa {
  text-align: center;
  margin-bottom: 50px;
}
.pagebtn {
  width: 200px;
  height: 64px;
  background-color: #006eb9;
  border-radius: 4px;
  border: none;
  font-size: 18px;
  color: #fff;
  letter-spacing: 5px;
  margin: 40px auto 10px;
  transition: 0.6s;
  display: block;
  cursor: pointer;
  text-align: center;
  line-height: 64px;
  display: inline-block;
}
.pagebtn:hover {
  background-color: #fdc300;
}
.pagebtn a {
  color: #fff;
}
.errorBtn {
  width: 200px;
  height: 50px;
  background-color: #006eb9;
  border-radius: 4px;
  border: none;
  font-size: 18px;
  margin: 20px auto 10px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  cursor: pointer;
}
.errorBtn a {
  display: block;
  width: 100%;
  color: #fff;
}
.pagebtn1 {
  width: 200px;
  height: 64px;
  background-color: #fdc300;
  border-radius: 4px;
  border: none;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0;
  margin: 40px auto 10px;
  transition: 0.6s;
  display: block;
  cursor: pointer;
  text-align: center;
  line-height: 64px;
  display: inline-block;
}
.pagebtn1:hover {
  background-color: #006eb9;
}
.pagebtn1 a {
  color: #fff;
}
.disableclick {
  background-color: #4e4e4e;
}
.fcred {
  color: #d92b2d !important;
}
.fcred .link {
  color: #006eb9;
}
.pl10 {
  padding-left: 10px;
}
.w100 {
  width: 100%;
  overflow: hidden;
}
.pagecon {
  padding: 30px 40px !important;
}
.linehr {
  width: 100%;
  position: relative;
  height: 4px;
  margin: 30px 0;
}
.linehr:before {
  content: '';
  display: block;
  width: calc(100% + 80px);
  height: 4px;
  background-color: #f1f2f6;
  position: absolute;
  top: 0;
  left: -40px;
}
.toolbox {
  margin-top: 30px;
}
.toolbox .selecrbox {
  width: 180px;
  height: 40px;
  background-color: #f2f3f7;
  border-radius: 2px;
  border: none;
  padding: 0 20px;
  box-sizing: border-box;
  float: left;
}
.toolbox .inpis {
  width: 30%;
  height: 40px;
  box-sizing: border-box;
  border: 1px #ddd solid;
  padding: 0 14px;
  font-size: 16px;
  margin-left: 10px;
  max-width: 360px;
  border-radius: 2px;
  float: left;
}
.toolbox .btnsearch {
  width: 100px;
  height: 40px;
  float: left;
  border-radius: 2px;
  border: none;
  margin-left: 10px;
  background-color: #fdc300;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: 0.6s;
}
.toolbox .btnsearch:hover {
  background-color: #d92b2d;
}
.toolbox .linkaddproduct1 {
  width: 160px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  border: 1px #006eb9 solid;
  color: #006eb9;
  float: right;
  font-size: 16px;
  box-sizing: border-box;
  margin-right: 10px;
  border-radius: 2px;
  transition: 0.6s;
  cursor: pointer;
}
.toolbox .linkaddproduct1:hover {
  background-color: #d92b2d;
  color: #fff;
  border: 1px #d92b2d solid;
}
.toolbox .linkaddproduct {
  width: 140px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  background-color: #006eb9;
  float: right;
  color: #fff;
  border-radius: 2px;
  font-size: 16px;
  transition: 0.6s;
}
.toolbox .linkaddproduct:hover {
  background-color: #d92b2d;
}
.productlist {
  border-top: 1px #ddd dashed;
}
.productlist .list-box {
  border-radius: 4px;
  border: 1px #f1f2f6 solid;
  margin-top: 30px;
}
.productlist .list-box .item-th {
  width: 100%;
  overflow: hidden;
  font-size: 18px;
  color: #9ca6af;
}
.productlist .list-box .item-td {
  width: 100%;
  overflow: hidden;
  border-top: 1px #f1f2f6 solid;
  display: flex;
  height: 140px;
  font-size: 16px;
}
.productlist .list-box .item-td .xuhao {
  color: #9ca6af;
}
.productlist .list-box .item-td:nth-child(even) {
  background-color: #fafafa;
}
.productlist .list-box .xuhao {
  width: 60px;
}
.productlist .list-box .produimg {
  width: calc(40% - 200px);
}
.productlist .list-box .produimg img {
  max-height: 100%;
  max-width: 100%;
}
.productlist .list-box .proname {
  width: calc(40% - 200px);
}
.productlist .list-box .protype {
  width: 20%;
}
.productlist .list-box .addtimer {
  width: 200px;
}
.productlist .list-box .handlebox {
  width: 140px;
}
.productlist .list-box .itemspan {
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  text-align: center;
  padding: 14px 6px;
  box-sizing: border-box;
}
.productlist .list-box .itemspan:not(:last-child) {
  border-right: 1px #f1f2f6 solid;
}
.contactbox {
  margin-top: 20px;
  border-top: 1px #dddddd dashed;
  padding-top: 30px;
}
.contactbox .p2 {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.8;
  color: #333333;
  transition: 0.6s;
}
.contactbox .p2 a:hover {
  color: #d92b2d;
}
.contactbox .tablebox {
  width: 80%;
  margin-top: 40px;
}
.contactbox .tablebox table {
  width: 100%;
  border-collapse: collapse;
}
.contactbox .tablebox table tr th {
  border: 1px #f1f2f6 solid;
  font-size: 16px;
  text-align: center;
  padding: 20px;
  color: #9ca6af;
  font-weight: normal;
}
.contactbox .tablebox table tr td {
  border: 1px #f1f2f6 solid;
  font-size: 16px;
  text-align: center;
  padding: 14px;
  color: #333333;
  transition: 0.6s;
}
.contactbox .tablebox table tr td a {
  color: #333333;
}
.contactbox .tablebox table tr td a:hover {
  color: #d92b2d;
}
.visitor-moble-banner {
  display: none;
}
.manualbox {
  margin-top: 20px;
  border-top: 1px #dddddd dashed;
  padding-top: 30px;
}
.manualbox .item {
  width: 50%;
  float: left;
  font-size: 16px;
}
.manualbox .item .p1 {
  font-size: 30px;
  color: #333333;
  line-height: 1;
}
.manualbox .item .p2 {
  margin-top: 10px;
}
.manualbox .item .itemgroub {
  margin-top: 20px;
}
.manualbox .item .itemgroub .item_a {
  margin-bottom: 50px;
}
.manualbox .item .itemgroub .item_a .pq {
  color: #006eb9;
}
.manualbox .item .itemgroub .item_a .ptip {
  margin-top: 10px;
  color: #666;
}
.manualbox .item .itemgroub .item_a .listbxp {
  margin-top: 20px;
}
.manualbox .item .itemgroub .item_a .listbxp p {
  line-height: 2;
}
.manualbox .item:nth-child(1) {
  padding-right: 5%;
  border-right: 1px #0070b8 dashed;
  position: relative;
}
.manualbox .item:nth-child(1):before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px #0070b8 solid;
  position: absolute;
  right: -4px;
  top: 0;
  background-color: #fff;
  box-sizing: border-box;
}
.manualbox .item:nth-child(1):after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px #0070b8 solid;
  position: absolute;
  right: -5px;
  bottom: 0;
  background-color: #fff;
  box-sizing: border-box;
}
.manualbox .item:nth-child(2) {
  padding-left: 5%;
}
.eventsbox {
  margin-top: 20px;
  border-top: 1px #dddddd dashed;
}
.eventsbox .eventlist {
  margin-top: 40px;
  transition: 0.6s;
  transform: translate(0);
}
.eventsbox .eventlist .itembox {
  transition: 0.6s;
  transform: translate(0);
}
.eventsbox .eventlist .itembox .box-pic {
  width: 280px;
  height: 160px;
  overflow: hidden;
  float: left;
}
.eventsbox .eventlist .itembox .txtbox {
  width: calc(100% - 460px);
  float: left;
  margin-left: 30px;
}
.eventsbox .eventlist .itembox .txtbox .titboa {
  font-size: 18px;
  color: #333333;
}
.eventsbox .eventlist .itembox .txtbox .titboa .passed {
  font-size: 14px;
  background-color: #006ebc;
  color: #fff;
  padding: 3px 10px;
  border-radius: 4px;
}
.eventsbox .eventlist .itembox .txtbox .titboa .waiting {
  background-color: #ff8a2c;
}
.eventsbox .eventlist .itembox .txtbox .titboa .Unpassed {
  background-color: #d92b2d;
}
.eventsbox .eventlist .itembox .txtbox .p2 {
  margin-top: 10px;
  color: #768292;
}
.eventsbox .eventlist .itembox .txtbox .p2 .span1 {
  display: inline-block;
  width: 180px;
}
.eventsbox .eventlist .itembox .txtbox .p2 .span2 {
  padding-right: 40px;
}
.eventsbox .eventlist .itembox .txtbox .p3 {
  color: #999999;
  margin-top: 20px;
}
.eventsbox .eventlist .itembox .threebox {
  float: right;
}
.eventsbox .eventlist .itembox .threebox .hanlebox {
  margin-top: 55px;
}
.eventsbox .eventlist .itembox:not(:last-child) {
  padding-bottom: 26px;
  margin-bottom: 26px;
  border-bottom: 1px #ddd solid;
}
.eventsbox .eventlist .itembox:hover {
  transform: translate(16px);
}
.hanlebox {
  width: 100px;
  border-radius: 4px;
  overflow: hidden;
}
.hanlebox .item {
  width: 50%;
  height: 40px;
  line-height: 40px;
  color: #fff;
  float: left;
  cursor: pointer;
  font-size: 20px;
  text-align: center;
}
.hanlebox .item a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.hanlebox .item:hover {
  background-color: #d92b2d !important;
}
.hanlebox .item:nth-child(1) {
  background-color: #fdc300;
}
.hanlebox .item:nth-child(2) {
  background-color: #006eb9;
}
.videolist {
  margin-top: 20px;
  border-top: 1px #dddddd dashed;
  padding-top: 30px;
}
.videolist .linkabox .itemlink {
  position: relative;
  color: #666666;
}
.videolist .linkabox .itemlink:not(:last-child):after {
  content: '';
  width: 1px;
  height: 10px;
  background-color: #ddd;
  display: inline-block;
  margin: 0 14px;
}
.videolist .linkabox .itemlink:hover {
  color: #006ebc;
}
.videolist .linkabox .current {
  color: #006ebc;
}
.videolist .listbpx {
  margin-top: 30px;
}
.videolist .listbpx .viewitem {
  transition: 0.6s;
  transform: translate(0);
}
.videolist .listbpx .viewitem .box-video {
  width: 240px;
  height: 136px;
  background-color: #f7f7f7;
  float: left;
  overflow: hidden;
  position: relative;
}
.videolist .listbpx .viewitem .box-video .vidie_timer {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 3px 6px;
  border-radius: 4px;
  font-size: 12px;
}
.videolist .listbpx .viewitem .box-txt {
  width: calc(100% - 420px);
  margin-left: 30px;
  float: left;
}
.videolist .listbpx .viewitem .box-txt .p1 {
  font-size: 18px;
  transition: 0.6s;
}
.videolist .listbpx .viewitem .box-txt .p2 {
  font-size: 14px;
  margin-top: 16px;
  color: #999999;
}
.videolist .listbpx .viewitem .box-txt .p2 .zhuangtai {
  position: relative;
  color: #006cb3;
}
.videolist .listbpx .viewitem .box-txt .p2 .zhuangtai:before {
  content: '';
  width: 1px;
  height: 10px;
  background-color: #ddd;
  display: inline-block;
  margin: 0 16px 0 30px;
}
.videolist .listbpx .viewitem .box-txt .p2 .waiting {
  color: #ff8a2c;
}
.videolist .listbpx .viewitem .box-txt .p2 .Unpassed {
  color: #d92b2d;
}
.videolist .listbpx .viewitem .box-txt .p3 {
  margin-top: 16px;
  color: #999999;
}
.videolist .listbpx .viewitem .boxhande {
  float: right;
}
.videolist .listbpx .viewitem .boxhande .hanlebox {
  margin-top: 55px;
}
.videolist .listbpx .viewitem:not(:last-child) {
  padding-bottom: 26px;
  margin-bottom: 26px;
  border-bottom: 1px #ddd solid;
}
.videolist .listbpx .viewitem:hover {
  transform: translate(16px);
}
.videolist .listbpx .viewitem:hover .box-txt .p1 {
  font-size: 19px;
}
.downlaodbox {
  margin-top: 20px;
  border-top: 1px #dddddd dashed;
  padding-top: 20px;
}
.downlaodbox .p1 {
  font-size: 30px;
}
.downlaodbox .boxinfo {
  margin-top: 20px;
}
.downlaodbox .boxinfo ul {
  margin-top: 10px;
}
.downlaodbox .boxinfo ul li {
  list-style: disc;
  list-style-position: inside;
  line-height: 26px;
}
.downlaodbox .box-spesho {
  margin-top: 40px;
  border-top: 1px #006eb9 dashed;
  padding: 30px 0 0;
  line-height: 30px;
  position: relative;
}
.downlaodbox .box-spesho:before {
  content: url(../images/arr_a.jpg);
  position: absolute;
  top: -14px;
  left: 0;
}
.downlaodbox .box-spesho .itemgroub {
  margin-top: 10px;
}
.downlaodbox .box-spesho .itemgroub .item {
  float: left;
  margin-right: 5%;
}
.downlaodbox .box-spesho .itemgroub .item .picbox {
  width: 320px;
  height: 140px;
  border: 1px #ddd solid;
  display: flex;
  justify-content: center;
  align-items: center;
}
.downlaodbox .box-spesho .itemgroub .item .fcjianhui {
  color: #9ca6af;
}
.downlaodbox .box-spesho .itemgroub .item .linkabox {
  margin-top: 20px;
}
.downlaodbox .box-spesho .itemgroub .item .linkabox a {
  display: inline-block;
  width: 120px;
  height: 40px;
  border-radius: 4px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  transition: 0.6s;
}
.downlaodbox .box-spesho .itemgroub .item .linkabox a:hover {
  background-color: #d92b2d !important;
}
.downlaodbox .box-spesho .itemgroub .item .linkabox a:nth-child(1) {
  background-color: #006eb9;
}
.downlaodbox .box-spesho .itemgroub .item .linkabox a:nth-child(2) {
  background-color: #fdc300;
  margin-left: 10px;
}
.downlaodbox .tipbpx {
  background-color: #f2f3f7;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 14px 20px;
  line-height: 1.5;
  color: #9ca6af;
  margin-top: 60px;
  margin-bottom: 40px;
}
.mt20 {
  margin-top: 20px;
}
.mt40 {
  margin-top: 40px;
}
.txtcenter {
  text-align: center;
}
.tablebox-confirmation {
  width: 690px;
  margin: 50px auto 10px;
}
.mailbox {
  margin-top: 20px;
  border-top: 1px #dddddd dashed;
  padding-top: 20px;
}
.mailbox .tablebox {
  border-collapse: collapse;
  width: 100%;
}
.mailbox .tablebox tr th {
  color: #9ca6af;
  font-weight: normal;
  font-size: 16px;
}
.mailbox .tablebox tr td {
  font-size: 16px;
  padding: 20px 0;
  border-bottom: 1px #ddd solid;
}
.mailbox .tablebox tr td .senperson {
  padding-left: 60px;
}
.mailbox .tablebox tr td .senperson a {
  color: #9ca6af;
}
.mailbox .tablebox tr .hanletd {
  width: 110px;
}
.mailbox .tablebox .thbox td {
  color: #9ca6af;
  font-weight: normal;
  font-size: 16px;
  border-bottom: none;
}
.mailbox .tablebox tr.notopen .bgbox {
  background-image: url(../images/notopen.png);
  background-repeat: no-repeat;
  background-position: 10px center;
}
.mailbox .tablebox tr.openbox .bgbox {
  background-image: url(../images/open.png);
  background-repeat: no-repeat;
  background-position: 10px center;
}
.mailbox .tablebox tr.openbox td {
  color: #9ca6af;
}
.email-invitationbox {
  border-top: 1px #dddddd dashed;
  display: flex;
}
.email-invitationbox .itembox {
  width: 60%;
  float: left;
  padding-bottom: 60px;
}
.email-invitationbox .box-rignh {
  border-left: 1px #dddddd dashed;
  width: 40%;
  float: left;
  padding: 0 40px;
}
.email-invitationbox .box-rignh .tit {
  font-size: 18px;
  margin: 30px 0 30px;
}
.email-invitationbox .p1 {
  font-size: 22px;
  text-align: center;
  margin-top: 60px;
}
.email-invitationbox .p2 {
  text-align: center;
  font-size: 30px;
}
.email-invitationbox .textareabox {
  width: 80%;
  max-width: 600px;
  border: none;
  resize: none;
  display: block;
  margin: 50px auto 10px;
  padding: 20px;
  box-sizing: border-box;
  font-size: 16px;
  height: 300px;
  background-color: #f5f5f5;
  border-radius: 5px;
}
.email-invitationbox .topbx {
  text-align: center;
  font-size: 16px;
  color: #9ca6af;
}
.email-signature .tipbox {
  background-color: #f2f3f7;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 14px 20px;
  line-height: 1.5;
  color: #9ca6af;
  margin-top: 20px;
}
.email-signature .imglist {
  width: 860px;
  margin: 80px auto;
}
.email-signature .imglist .item {
  float: left;
  width: 375px;
  text-align: center;
}
.email-signature .imglist .item a {
  text-decoration: underline;
  font-size: 16px;
  color: #006eb9;
  transition: 0.6s;
}
.email-signature .imglist .item a:hover {
  color: #d92b2d;
}
.email-signature .imglist .item:nth-child(2) {
  margin-left: 60px;
}
.wechat-invaterbox {
  margin-top: 20px;
  border-top: 1px #dddddd dashed;
  padding-top: 20px;
}
.wechat-invaterbox .Progress {
  width: 100%;
  height: 100%;
  border-radius: 36px;
  position: absolute;
  background-color: #006eb9;
  z-index: 0;
}
.wechat-invaterbox .rowline {
  height: 36px;
  width: 100%;
  background-color: #e2e5ec;
  border-radius: 36px;
  position: relative;
}
.wechat-invaterbox .rowline .dotal {
  width: 14px;
  height: 14px;
  background-color: #fff;
  display: inline-block;
  border-radius: 14px;
  z-index: 1;
  position: absolute;
  top: 11px;
}
.wechat-invaterbox .rowline .dotal1 {
  left: calc(25% - 7px);
}
.wechat-invaterbox .rowline .dotal2 {
  left: calc(75% - 7px);
}
.wechat-invaterbox .txtbox {
  margin-top: 20px;
}
.wechat-invaterbox .txtbox .item {
  width: calc(100%/2);
  float: left;
  text-align: center;
}
.wechat-invaterbox .txtbox .item .p1 {
  color: #768292;
}
.wechat-invaterbox .txtbox .item .p2 {
  font-size: 16px;
  margin-top: 5px;
}
.wechat-invaterbox .tipboxa {
  font-size: 16px;
  margin-top: 30px;
}
.wechat-invaterbox .tempbox {
  border: 1px #ddd solid;
  padding: 50px 0;
  margin-top: 30px;
}
.wechat-invaterbox .tempbox .tempinside {
  overflow: hidden;
  width: 70%;
  margin: auto;
}
.wechat-invaterbox .tempbox .tempinside .item1 {
  width: 205px;
  float: left;
  margin-left: 20%;
  text-align: center;
}
.fixedbottom {
  position: fixed;
  bottom: 45px;
  right: 15px;
  z-index: 9;
  width: 190px;
  height: 70px;
  background-color: #006eb9;
  border-radius: 10px;
}
.fixedbottom .fixed {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  color: #fff;
  font-size: 16px;
}
.fixedbottom .fixed span {
  margin-left: 5px;
}
.fixedbottom .slide {
  position: absolute;
  top: -5px;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #f36667;
  color: #fff;
  text-align: center;
  line-height: 20px;
}
.buyerbox {
  margin-top: 20px;
  border-top: 1px #dddddd dashed;
}
.buyerbox .tablebox {
  margin-top: 30px;
  width: 100%;
}
.buyerbox .tablebox .thbox {
  color: #9ca6af;
  font-size: 16px;
  margin-bottom: 10px;
}
.buyerbox .tablebox .thbox td {
  padding-bottom: 10px;
}
.buyerbox .tablebox .tdbox td {
  padding: 20px 0;
  font-size: 16px;
  border-bottom: 1px #dddddd solid;
}
.buyerbox .tablebox .tdbox td .passed {
  color: #006eb9;
}
.buyerbox .tablebox .tdbox td .Unpassed {
  color: #d92b2d;
}
.buyerbox .tablebox .tdbox td .waiting {
  color: #ff8a2c;
}
.aininput {
  border: 1px #d92b2d solid !important;
}
.row-error .labox,
.row-error .namebox {
  color: #d92b2d;
}
.row-error .js-required {
  border: 1px #d92b2d solid !important;
}
.row-error .uploadbox {
  border: 1px #d92b2d solid !important;
}
.row-error .checkbox-list {
  border: 1px #d92b2d solid !important;
  border-radius: 4px;
}
.row-error .cke_editor_editorcn {
  border: 1px #d92b2d solid !important;
}
.buyinfobox {
  margin-top: 20px;
  border-top: 1px #dddddd dashed;
}
.buyinfobox .laydsbox {
  padding-left: 20%;
}
.buyinfobox .w100a {
  width: 90px !important;
}
.buyinfobox .w140a {
  width: 140px !important;
}
.buyinfobox .aaaapan {
  display: inline-block;
  margin: 0 10px 0 12px;
  color: #c5b5b5;
  font-size: 16px;
  width: 5px;
  height: 5px;
  background-color: #c6cde6;
  border-radius: 5px;
  vertical-align: middle;
}
.buyinfobox .checkbox {
  text-align: center;
}
.eventinfobox {
  margin-top: 20px;
  border-top: 1px #dddddd dashed;
}
.eventinfobox .data-row {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.eventinfobox .w240 {
  width: 240px !important;
}
.eventinfobox .activitbox {
  padding-right: 10%;
}
.eventinfobox .maohao {
  display: inline-block;
  margin: 0 20px;
  color: #c7c5c5;
  font-size: 30px;
}
.vidioSwiper {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.letter-box {
  margin-top: 20px;
  border-top: 1px #ddd dashed;
  padding-top: 20px;
}
.letter-box .colorbox {
  background-color: #fafafa;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.letter-box .colorbox .upbpx {
  height: 480px;
  overflow: auto;
  padding: 20px 0 20px 20px;
}
.letter-box .colorbox .upbpx::-webkit-scrollbar {
  width: 8px;
}
.letter-box .colorbox .upbpx::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #006eb9;
}
.letter-box .colorbox .upbpx::-webkit-scrollbar-track {
  border-radius: 8px;
  background: #ededed;
}
.letter-box .colorbox .toolboxmag {
  border-top: 1px #ebebeb solid;
  overflow: hidden;
}
.letter-box .colorbox .toolboxmag .item {
  width: 120px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  color: #a7a3a3;
  transition: 0.6s;
  cursor: pointer;
}
.letter-box .colorbox .toolboxmag .item span {
  font-size: 14px;
}
.letter-box .colorbox .toolboxmag .item:hover {
  color: #006eb9;
}
.letter-box .colorbox .bootonbox {
  position: relative;
}
.letter-box .colorbox .bootonbox .wirtwbox {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  height: 150px;
  resize: none;
  border: none;
  background-color: transparent;
  font-size: 16px;
}
.letter-box .colorbox .bootonbox .wirtwbox::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ced2d6;
  font-size: 16px;
}
.letter-box .colorbox .bootonbox .sendbtn {
  width: 80px;
  height: 40px;
  background-color: #b2bcc0;
  position: absolute;
  right: 20px;
  bottom: 20px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  transition: 0.6s;
}
.letter-box .colorbox .bootonbox .sendbtn:hover {
  background-color: #006eb9;
}
.letter-box .colorbox .tipbox {
  color: #9ca6af;
  text-align: center;
  margin-bottom: 20px;
}
.letter-box .colorbox .left-box {
  margin-bottom: 30px;
  float: left;
  overflow: hidden;
  width: 100%;
}
.letter-box .colorbox .left-box .logobox {
  width: 40px;
  height: 40px;
  background-color: #ddd;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  line-height: 40px;
}
.letter-box .colorbox .left-box .logobox img {
  display: inline-block;
  vertical-align: middle;
}
.letter-box .colorbox .left-box .msgbox {
  background-color: #c6c6c6;
  border-radius: 20px;
  float: left;
  margin-left: 16px;
  padding: 20px;
  max-width: 80%;
  color: #fff;
  font-size: 16px;
  position: relative;
}
.letter-box .colorbox .left-box .msgbox:before {
  content: url(../images/msg-left.png);
  position: absolute;
  left: -6px;
  top: 10px;
}
.letter-box .colorbox .left-box .msgbox img {
  max-height: 150px;
}
.letter-box .colorbox .right-box {
  float: right;
  width: 100%;
  margin-bottom: 30px;
  margin-right: 20px;
}
.letter-box .colorbox .right-box .logobox {
  width: 40px;
  height: 40px;
  background-color: #ddd;
  border-radius: 50%;
  overflow: hidden;
  float: right;
}
.letter-box .colorbox .right-box .msgbox {
  background-color: #006eb9;
  border-radius: 20px;
  float: right;
  margin-right: 16px;
  padding: 20px;
  max-width: 80%;
  color: #fff;
  font-size: 16px;
  position: relative;
}
.letter-box .colorbox .right-box .msgbox:before {
  content: url(../images/msg-right.png);
  position: absolute;
  right: -6px;
  top: 10px;
}
.letter-box .colorbox .right-box .msgbox img {
  max-height: 150px;
}
.royaaa {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -moz-transform: rotate(90deg);
  /* Firefox */
  -webkit-transform: rotate(90deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(90deg);
}
.w90px {
  width: 90px !important;
}
.logoutmoblei {
  display: none;
}
body .layui-layer-contact {
  width: 500px !important;
  background-image: url(../images/bg_pop.jpg);
}
body .layui-layer-contact .pop-contact {
  padding: 20px 30px;
}
body .layui-layer-contact .pop-contact .tit {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
body .layui-layer-contact .pop-contact .wrap-item {
  overflow: hidden;
  margin-top: 20px;
}
body .layui-layer-contact .pop-contact .wrap-item .itembox {
  width: 100%;
  height: 210px;
  margin-right: 10px;
  float: left;
  box-sizing: border-box;
  margin-bottom: 10px;
  background-color: rgba(254, 245, 217, 0.8);
  padding: 30px;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}
body .layui-layer-contact .pop-contact .wrap-item .itembox a {
  color: #666666;
}
body .layui-layer-contact .pop-contact .wrap-item .itembox .titaa {
  font-size: 24px;
  color: #006eb9;
  position: relative;
  margin-bottom: 20px;
}
body .layui-layer-contact .pop-contact .wrap-item .itembox .titaa:before {
  display: block;
  content: '';
  width: 50px;
  height: 2px;
  margin-bottom: 10px;
  background-color: #006eb9;
}
body .layui-layer-contact .pop-contact .wrap-item .itembox:nth-child(2n) {
  margin-right: 0;
}
body .layui-layer-note {
  width: 730px !important;
}
body .layui-layer-note .notesbox {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 30px;
}
body .layui-layer-note .notesbox .tita {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
body .layui-layer-note .notesbox .itembox {
  margin-top: 20px;
}
body .layui-layer-note .notesbox .itembox .titbox {
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
body .layui-layer-batch {
  width: 840px !important;
  height: 380px;
  border-radius: 10px;
  overflow: hidden;
}
body .layui-layer-batch .layui-layer-title {
  line-height: 60px;
  height: 60px;
  background-color: #006eb9;
  font-size: 20px;
  color: #fff;
}
body .layui-layer-batch .layui-layer-content .content {
  padding: 40px;
  font-size: 16px;
  box-sizing: border-box;
}
body .layui-layer-batch .layui-layer-content .itemgoub {
  background-color: #fdc300;
  border-radius: 10px;
  margin-top: 20px;
}
body .layui-layer-batch .layui-layer-content .itemgoub .item_a {
  width: calc(100%/3);
  float: left;
}
body .layui-layer-batch .layui-layer-content .itemgoub .item_a .box1 {
  width: 60px;
  height: 60px;
  border: 4px #f1b300 solid;
  background-color: #fff;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  box-sizing: border-box;
  margin-top: -14px;
  color: #f1b300;
  font-weight: bold;
  font-size: 28px;
  float: left;
}
body .layui-layer-batch .layui-layer-content .itemgoub .item_a .box2 {
  width: calc(100% - 60px);
  float: left;
  padding: 10px 10px 20px;
  box-sizing: border-box;
}
body .layui-layer-batch .layui-layer-content .itemgoub .item_a .box2 .bigfont {
  font-size: 20px;
  color: #fff;
}
body .layui-layer-batch .layui-layer-content .itemgoub .item_a .box2 .linkaa {
  background-color: #fff;
  display: block;
  width: 134px;
  height: 30px;
  text-align: center;
  color: #006eb9;
  line-height: 30px;
  margin-top: 10px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.6s;
}
body .layui-layer-batch .layui-layer-content .itemgoub .item_a .box2 .linkaa:hover {
  background-color: #d92b2d;
  color: #fff;
}
body .layui-layer-batch .layui-layer-content .itemgoub .item_a .box2 .pbox {
  margin-top: 10px;
  line-height: 30px;
  color: #fff;
}
body .layui-layer-batch .layui-layer-setwin {
  width: 40px;
  right: 12px;
  top: 10px;
  height: 40px;
  background: #fdc300;
  border-radius: 50%;
  transition: 0.6s;
}
body .layui-layer-batch .layui-layer-setwin:hover {
  background: #d92b2d;
}
body .layui-layer-batch .layui-layer-setwin .layui-layer-close2 {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/cha.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
}
.pagebg {
  background: url(../images/bg_pdf.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
}
.PDFboxaaa {
  margin-top: 20px;
  border-top: 1px #ddd dashed;
  padding-top: 20px;
  overflow: hidden;
}
.PDFboxaaa .item1 {
  width: 45%;
  float: left;
  padding: 8% 3%;
}
.PDFboxaaa .item1 .bigfont {
  font-size: 30px;
  color: #0070b8;
  line-height: 1.5;
  font-weight: bold;
}
.PDFboxaaa .item1 .p2 {
  color: #666666;
  font-size: 16px;
  margin-top: 20px;
}
.PDFboxaaa .item1 .linkbox {
  width: 186px;
  height: 56px;
  background-color: #0070b8;
  color: #fff;
  display: block;
  border-radius: 4px;
  text-align: center;
  line-height: 56px;
  font-size: 16px;
  margin-top: 30px;
}
.PDFboxaaa .item2 {
  width: 55%;
  float: right;
}
.PDFboxaaa .item2 .ptit {
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
}
.bordernone {
  border: none;
}
select::-ms-expand {
  display: none;
}
.collect-exhibitors .topboxaa {
  margin-top: 30px;
  overflow: hidden;
}
.collect-exhibitors .topboxaa .box-l {
  width: 80%;
  max-width: 800px;
  float: left;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.collect-exhibitors .topboxaa .box-l .searchbox {
  width: calc(100% - 200px);
}
.collect-exhibitors .topboxaa .box-l .searchbox .insp {
  width: calc(100% - 110px);
  height: 40px;
  border-radius: 4px;
  border: 1px #dddddd solid;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 16px;
  float: left;
}
.collect-exhibitors .topboxaa .box-l .searchbox .btnsearch {
  height: 40px;
  width: 100px;
  font-size: 16px;
  background-color: #fdc300;
  border: none;
  color: #fff;
  float: left;
  border-radius: 4px;
  margin-left: 10px;
  cursor: pointer;
  transition: 0.6s;
}
.collect-exhibitors .topboxaa .box-l .searchbox .btnsearch:hover {
  background-color: #e2001a;
}
.collect-exhibitors .topboxaa .box-r {
  float: right;
}
.collect-exhibitors .topboxaa .box-r .sekectbox {
  border-radius: 4px;
  height: 40px;
  float: left;
  margin-left: 10px;
  background-color: #f2f3f7;
}
.collect-exhibitors .topboxaa .box-r .sekectbox select {
  border: none;
  height: 40px;
  padding: 0 30px;
  background-color: transparent;
  font-size: 16px;
}
.collect-exhibitors .topboxaa .sort-item {
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 0 10px;
  min-width: 80px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  font-size: 16px;
  box-sizing: border-box;
  min-width: 92px;
}
.collect-exhibitors .topboxaa .sort-item:hover,
.collect-exhibitors .topboxaa .sort-item.active {
  background-color: #0070b8;
  color: #fff;
}
.collect-exhibitors .topboxaa .downbox {
  display: inline-block;
  width: 164px;
  height: 40px;
  text-align: center;
  color: #fff;
  line-height: 40px;
  font-size: 16px;
  border-radius: 4px;
  background-color: #006eb9;
  transition: 0.6s;
}
.collect-exhibitors .topboxaa .downbox:hover {
  background-color: #e2001a;
}
.collect-exhibitors .collect-exhibitors-list {
  margin-top: 40px;
}
.collect-exhibitors .collect-exhibitors-list .itemexp {
  width: calc(100%/4 - 48px);
  position: relative;
  transition: 0.6s;
  float: left;
  margin-right: 60px;
  margin-bottom: 40px;
  background-color: #fff;
  border: 1px solid #ececec;
}
.collect-exhibitors .collect-exhibitors-list .itemexp a {
  display: block;
}
.collect-exhibitors .collect-exhibitors-list .itemexp .logobox {
  height: 160px;
  line-height: 160px;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #ececec;
}
.collect-exhibitors .collect-exhibitors-list .itemexp .logobox .logowrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.collect-exhibitors .collect-exhibitors-list .itemexp .logobox .logowrap img {
  max-height: 80%;
  max-width: 70%;
}
.collect-exhibitors .collect-exhibitors-list .itemexp .txtbox .company-name {
  text-align: left;
  color: #0070b8;
  font-size: 16px;
  margin-top: 18px;
  padding: 0 10px;
  height: 20px;
}
.collect-exhibitors .collect-exhibitors-list .itemexp .txtbox .zhanw {
  text-align: left;
  color: #898989;
  margin-top: 10px;
  padding: 0 10px;
  padding-bottom: 20px;
  font-size: 16px;
}
.collect-exhibitors .collect-exhibitors-list .itemexp .alinkbox {
  padding: 0 20px 20px;
}
.collect-exhibitors .collect-exhibitors-list .itemexp .alinkbox a {
  width: calc(100%/2 - 12px);
  height: 46px;
  text-align: center;
  line-height: 46px;
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
  border-radius: 4px;
}
.collect-exhibitors .collect-exhibitors-list .itemexp .alinkbox a:nth-child(1) {
  background-color: #0056b8;
  color: #fff;
  transition: 0.6s;
}
.collect-exhibitors .collect-exhibitors-list .itemexp .alinkbox a:nth-child(1):hover {
  background-color: #e2041e;
}
.collect-exhibitors .collect-exhibitors-list .itemexp .alinkbox a:nth-child(2) {
  margin-right: 0;
  background-color: #fdc300;
  color: #fff;
  transition: 0.6s;
}
.collect-exhibitors .collect-exhibitors-list .itemexp .alinkbox a:nth-child(2):hover {
  background-color: #e2041e;
}
.collect-exhibitors .collect-exhibitors-list .itemexp .startbox {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  top: -3px;
  right: -4px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  z-index: 1;
  cursor: pointer;
  transition: 0.6s;
}
.collect-exhibitors .collect-exhibitors-list .itemexp .startbox .fa-heart {
  color: #ddd;
}
.collect-exhibitors .collect-exhibitors-list .itemexp .startbox1 {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  top: 0px;
  right: 0px;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  color: #fff;
  background-color: #fdc300;
  z-index: 1;
  cursor: pointer;
  transition: 0.6s;
}
.collect-exhibitors .collect-exhibitors-list .itemexp .startbox1 .icon {
  color: #fff;
}
.collect-exhibitors .collect-exhibitors-list .itemexp .collectcurrent .fa-heart {
  color: #e2001a;
}
.collect-exhibitors .collect-exhibitors-list .itemexp:hover {
  transform: translate(-5px, -5px);
  box-shadow: 0 0 10px #a3bdda;
}
.collect-exhibitors .collect-exhibitors-list .itemexp:nth-child(4n) {
  margin-right: 0;
}
.collect-exhibits-list {
  margin-top: 40px;
}
.collect-exhibits-list .itemexp {
  width: calc(100%/4 - 30px);
  margin-right: 40px;
  background-color: #fff;
  border-radius: 5px;
  float: left;
  margin-bottom: 40px;
  border: 1px solid #ececec;
  position: relative;
  transition: 0.6s;
}
.collect-exhibits-list .itemexp a {
  display: block;
}
.collect-exhibits-list .itemexp a .logobox {
  width: 100%;
  height: 200px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin: 14px auto;
}
.collect-exhibits-list .itemexp a .logobox .logowrap {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.collect-exhibits-list .itemexp a .logobox .logowrap img {
  vertical-align: middle;
  display: inline-block;
  max-height: 100%;
  max-width: 80%;
}
.collect-exhibits-list .itemexp a .logobox .hidebox {
  position: absolute;
  width: 140px;
  height: 46px;
  border-radius: 4px;
  display: block;
  z-index: 1;
  color: #fff;
  background: #006cb3;
  text-align: center;
  line-height: 46px;
  font-size: 16px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.6s;
}
.collect-exhibits-list .itemexp a .txtbox {
  padding: 20px;
  height: 170px;
  background-color: #dfeaf0;
}
.collect-exhibits-list .itemexp a .txtbox .proname {
  color: #0171bb;
  background-repeat: no-repeat;
  background-position: 2px 2px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 550;
}
.collect-exhibits-list .itemexp a .txtbox .pwaa {
  padding-bottom: 13px;
  color: #898788;
  border-bottom: 1px #c4d5ef solid;
}
.collect-exhibits-list .itemexp a .txtbox .company-name:nth-child(3) {
  margin-top: 16px;
  color: #333333;
  background-repeat: no-repeat;
  background-position: left 5px;
  padding-bottom: 5px;
  font-weight: 550;
}
.collect-exhibits-list .itemexp a .txtbox .company-name:last-child {
  color: #898788;
  padding-bottom: 0px;
}
.collect-exhibits-list .itemexp .startbox {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  top: -3px;
  right: -3px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  z-index: 1;
  cursor: pointer;
  transition: 0.6s;
}
.collect-exhibits-list .itemexp .startbox .fa-heart {
  color: #ddd;
}
.collect-exhibits-list .itemexp .startbox1 {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  top: 0px;
  right: 0px;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  color: #fff;
  background-color: #fdc300;
  z-index: 1;
  cursor: pointer;
  transition: 0.6s;
}
.collect-exhibits-list .itemexp .startbox1 .icon {
  color: #fff;
}
.collect-exhibits-list .itemexp .collectcurrent .fa-heart {
  color: #e2001a;
}
.collect-exhibits-list .itemexp:hover {
  transform: translate(-5px, -5px);
  box-shadow: 0 0 10px #a3bdda;
}
.collect-exhibits-list .itemexp:nth-child(4n) {
  margin-right: 0;
}
.collect-activity-list {
  margin-top: 40px;
}
.collect-activity-list .itemexp {
  width: calc(100%/4 - 48px);
  position: relative;
  transition: 0.6s;
  float: left;
  margin-right: 60px;
  margin-bottom: 40px;
}
.collect-activity-list .itemexp .logobox {
  position: relative;
  height: 180px;
  overflow: hidden;
}
.collect-activity-list .itemexp .logobox .logowrap {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.1);
  height: 180px;
}
.collect-activity-list .itemexp .logobox .logowrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.collect-activity-list .itemexp .startbox {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #ddd;
  z-index: 1;
  cursor: pointer;
  transition: 0.6s;
}
.collect-activity-list .itemexp .startbox1 {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  top: 0px;
  right: 0px;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  color: #fff;
  background-color: #fdc300;
  z-index: 1;
  cursor: pointer;
  transition: 0.6s;
}
.collect-activity-list .itemexp .startbox1 .icon {
  color: #fff;
}
.collect-activity-list .itemexp .collectcurrent .fa-heart {
  color: #e2001a;
}
.collect-activity-list .itemexp .txtbox {
  padding: 20px;
  background-color: #f8f8f8;
}
.collect-activity-list .itemexp .txtbox .activitname {
  font-size: 18px;
  color: #333;
  height: 27px;
  font-weight: 550;
}
.collect-activity-list .itemexp .txtbox .ptimer {
  margin-top: 10px;
  color: #999999;
  background-image: url(../images/timer1.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}
.collect-activity-list .itemexp .txtbox .zhanw {
  color: #999999;
  background-image: url(../images/timer2.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}
.collect-activity-list .itemexp .txtbox .company-name {
  font-size: 18px;
  color: #0070b8;
  margin-top: 20px;
  height: 24px;
  font-weight: 550;
}
.collect-activity-list .itemexp:hover {
  transform: translate(-5px, -5px);
  box-shadow: 0 0 10px #a3bdda;
}
.collect-activity-list .itemexp:nth-child(4n) {
  margin-right: 0;
}
.badge-item {
  width: 70%;
  margin: 0 auto;
}
.badge-item .bad-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 58px;
}
.badge-item .bad-title .icon {
  width: 50px;
  height: 50px;
  background-color: #006eb9;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
}
.badge-item .bad-title .icon i {
  color: #fff;
  font-size: 30px;
}
.badge-item .bad-title div {
  width: calc(100% - 70px);
  margin-left: 20px;
}
.badge-item .bad-title div h3 {
  color: #006eb6;
  font-size: 26px;
  font-weight: 500;
  margin: 10px 0;
}
.badge-item .bad-title div p {
  color: #e05050;
  font-size: 14px;
  font-weight: 600;
}
.badge-item .bad-content {
  width: 100%;
  border: 1px solid #f2f1f6;
  border-radius: 5px;
}
.badge-item .bad-content .top {
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 10px;
  background-color: #fdc300;
}
.badge-item .bad-content .content .con-left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background-color: #f4f4f4;
  padding: 26px;
}
.badge-item .bad-content .content .con-left .Img {
  width: 30%;
}
.badge-item .bad-content .content .con-left .title {
  width: 60%;
  font-size: 16px;
}
.badge-item .bad-content .content .con-left .title p {
  color: #343434;
  font-weight: 600;
}
.badge-item .bad-content .content .con-left .title p:last-child {
  color: #006fb5;
  margin-top: 20px;
}
.badge-item .bad-content .content .con-right {
  padding: 40px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.badge-item .bad-content .content .con-right .right-tab {
  width: 35%;
}
.badge-item .bad-content .content .con-right .right-tab h3 {
  margin: 0;
  font-size: 18px;
  margin-bottom: 20px;
}
.badge-item .bad-content .content .con-right .right-tab .tabp {
  line-height: 30px;
  color: #989898;
  font-size: 16px;
}
.badge-item .bad-content .content .con-right .right-tab .tabp span {
  color: #4a4a4a;
}
.badge-item .bad-content .content .con-right .right-Img {
  width: 15%;
}
.badge-item .bad-content .content .con-right .right-div {
  width: 138px;
  height: 138px;
  background-color: #eeeeee;
}
.badge-item .bad-content .bottom {
  width: 100%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 10px;
  background-color: #006eb9;
}
.badge-item .badge-btn {
  width: 200px;
  height: 65px;
  background-color: #006eb9;
  border-radius: 5px;
  text-align: center;
  line-height: 65px;
  margin: 50px auto 20px;
  transition: 0.6s;
}
.badge-item .badge-btn a {
  color: #fff;
  font-size: 16px;
  display: block;
}
.badge-item .badge-btn:hover {
  opacity: 0.7;
}
.collect-video-list {
  margin-top: 40px;
}
.collect-video-list .itemexp {
  width: calc(100%/4 - 48px);
  position: relative;
  transition: 0.6s;
  float: left;
  margin-right: 60px;
  margin-bottom: 40px;
}
.collect-video-list .itemexp .logowrap {
  height: 200px;
  line-height: 200px;
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.collect-video-list .itemexp .logowrap img {
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.collect-video-list .itemexp .coverbox {
  background-image: url(../images/player.png);
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60px;
}
.collect-video-list .itemexp .txtbox {
  padding: 10px 20px 20px;
  background-color: #f8f8f8;
}
.collect-video-list .itemexp .txtbox .activitname {
  font-size: 18px;
  color: #333;
  height: 27px;
  font-weight: 550;
}
.collect-video-list .itemexp .txtbox .viewtime {
  color: #999;
  font-size: 14px;
  margin-top: 4px;
  height: 21px;
  background-image: url(../images/timer1.png);
  background-repeat: no-repeat;
  background-position: 0 3px;
  padding-left: 20px;
  font-weight: 550;
}
.collect-video-list .itemexp .txtbox .Booth {
  color: #999999;
  margin-top: 46px;
  font-weight: 550;
}
.collect-video-list .itemexp .txtbox .companyname1 {
  margin-top: 5px;
  font-size: 14px;
  color: #0070b8;
  height: 24px;
  font-weight: 550;
}
.collect-video-list .itemexp .startbox {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #ddd;
  z-index: 1;
  cursor: pointer;
  transition: 0.6s;
}
.collect-video-list .itemexp .startbox1 {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  top: 0px;
  right: 0px;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  color: #fff;
  background-color: #fdc300;
  z-index: 1;
  cursor: pointer;
  transition: 0.6s;
}
.collect-video-list .itemexp .startbox1 .icon {
  color: #fff;
}
.collect-video-list .itemexp .collectcurrent .fa-heart {
  color: #e2001a;
}
.collect-video-list .itemexp:hover {
  transform: translate(-5px, -5px);
}
.collect-video-list .itemexp:nth-child(4n) {
  margin-right: 0;
}
.recommendbox .tooladd {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.recommendbox .tooladd .downbox {
  margin-left: 10px;
  display: inline-block;
  width: 164px;
  height: 40px;
  text-align: center;
  color: #fff;
  line-height: 40px;
  font-size: 16px;
  border-radius: 4px;
  background-color: #006eb9;
  transition: 0.6s;
}
.recommendbox .tooladd .downbox:hover {
  background-color: #e2001a;
}
.recommendbox .tooladd .sort-item {
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 0 10px;
  min-width: 80px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  font-size: 16px;
  box-sizing: border-box;
  min-width: 92px;
}
.recommendbox .tooladd .sort-item:hover,
.recommendbox .tooladd .sort-item.active {
  background-color: #0070b8;
  color: #fff;
}
.recommendbox .tooladd .searchbox {
  width: calc(100% - 140px);
}
.recommendbox .tooladd .searchbox select {
  width: 220px;
  height: 42px;
  border: 1px #ddd solid;
  border-radius: 2px;
  padding: 0 14px;
  font-size: 16px;
  box-sizing: border-box;
  float: left;
}
.recommendbox .tooladd .searchbox input {
  width: calc(100% - 330px);
  max-width: 300px;
  height: 42px;
  border: 1px #ddd solid;
  box-sizing: border-box;
  padding: 0 14px;
  font-size: 16px;
  float: left;
  border-radius: 2px;
  margin-left: 10px;
}
.recommendbox .tooladd .searchbox button {
  width: 80px;
  height: 42px;
  margin-left: 10px;
  font-size: 16px;
  background-color: #fdc300;
  border-radius: 2px;
  border: none;
  color: #fff;
  cursor: pointer;
  transition: 0.6s;
  float: left;
}
.recommendbox .tooladd .searchbox button:hover {
  background-color: #0056b8;
}
.recommendbox .tooladd .searchbox .sort-item {
  float: left;
  margin-right: 10px;
}
.recommendbox .tooladd .searchbox .downbox {
  height: 42px;
  line-height: 42px;
}
.collect-exhibitors .flex {
  display: flex;
}
.collect-exhibitors .tabs {
  flex: none;
  float: left;
  border: 1px solid #0070b8;
  overflow: hidden;
  border-radius: 5px;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  display: flex;
}
.collect-exhibitors .tabs .tab {
  padding: 0px 10px;
  font-size: 16px;
  color: #0070b8;
  display: block;
}
.collect-exhibitors .tabs .tab.active {
  color: #fff;
  background-color: #0070b8;
}
.pagecommenhead {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pagecommenhead .tita {
  font-size: 24px;
}
.pagecommenhead .topboxinfo {
  overflow: hidden;
  width: 540px;
}
.pagecommenhead .topboxinfo .box-r {
  width: 100%;
}
.pagecommenhead .topboxinfo .box-r a {
  display: inline-block;
  position: relative;
  color: #666666;
  font-size: 16px;
  transition: 0.6s;
  width: 106px;
  text-align: center;
}
.pagecommenhead .topboxinfo .box-r a:hover {
  color: #006eb9;
}
.pagecommenhead .topboxinfo .box-r a:hover:before {
  content: '';
  width: 100%;
  height: 3px;
  display: block;
  border-bottom: 3px #006eb9 solid;
  position: absolute;
  top: 43px;
  z-index: 1;
}
.pagecommenhead .topboxinfo .box-r a.current {
  color: #006eb9;
}
.pagecommenhead .topboxinfo .box-r a.current:before {
  content: '';
  width: 100%;
  height: 3px;
  display: block;
  border-bottom: 3px #006eb9 solid;
  position: absolute;
  top: 43px;
  z-index: 1;
}
.pagecommenhead .topboxinfo .box-r a:not(:last-child):after {
  content: '';
  width: 1px;
  height: 13px;
  display: inline-block;
  background-color: #cccccc;
  position: absolute;
  right: 0;
  top: 6px;
}
.exhibitorlist.slick-slider {
  margin-bottom: 0;
}
.productlist.slick-slider {
  margin-bottom: 0;
}
.exhibitorlist {
  width: 100%;
  margin-top: 28px;
}
.exhibitorlist .slick-list {
  padding: 10px 0;
}
.exhibitorlist .itemexhibitor {
  margin-right: 20px;
  border: 1px solid #dddddd;
  position: relative;
  transition: 0.6s;
}
.exhibitorlist .itemexhibitor .js-collect {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  top: -3px;
  right: -4px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  z-index: 1;
  cursor: pointer;
  transition: 0.6s;
}
.exhibitorlist .itemexhibitor .js-collect .fa-heart {
  color: #ddd;
}
.exhibitorlist .itemexhibitor .collectcurrent .fa-heart {
  color: #e2001a;
}
.exhibitorlist .itemexhibitor a {
  display: block;
}
.exhibitorlist .itemexhibitor .imgbox {
  height: 130px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.exhibitorlist .itemexhibitor .imgbox img {
  max-height: 120px;
  max-width: 90%;
  margin: 0 auto;
}
.exhibitorlist .itemexhibitor .testbox {
  border-top: 1px solid #dddddd;
  padding: 25px 10px;
  text-align: center;
}
.exhibitorlist .itemexhibitor .testbox .exhibitorname {
  color: #006eb9;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
.exhibitorlist .itemexhibitor .testbox .exhibitortype {
  color: #666666;
  font-size: 14px;
}
.exhibitorlist .itemexhibitor:hover {
  transform: translate(-10px, -10px);
}
.responsivebox {
  display: none;
}
.regbox {
  width: 100%;
  background-image: url(../images/loginbg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 100%;
  overflow: hidden;
  position: relative;
}
.regbox .footerbox {
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
  font-size: 16px;
  margin-top: 30px;
}
.regbox .footerbox a {
  color: #fff;
}
.regbox .insiderbox {
  max-width: 1100px;
  width: 96%;
  margin: auto;
}
.regbox .insiderbox .language {
  height: 50px;
  line-height: 50px;
  text-align: right;
  color: #fff;
  font-size: 16px;
}
.regbox .insiderbox .language a {
  color: #fff;
  text-decoration: underline;
}
.regbox .insiderbox .formbox {
  background-color: #fff;
  padding: 40px;
  margin-bottom: 20px;
}
.regbox .insiderbox .formbox .linehr1 {
  margin: 60px auto;
}
.regbox .insiderbox .formbox .box-tit .titspan {
  font-size: 30px;
  color: #006eb9;
}
.regbox .insiderbox .formbox .box-tit .loginlink {
  display: block;
  float: right;
  width: 174px;
  height: 36px;
  border-radius: 4px;
  background-color: #006eb9;
  color: #fff;
  text-align: center;
  line-height: 36px;
  transition: 0.6s;
  margin-top: 2px;
}
.regbox .insiderbox .formbox .box-tit .loginlink:hover {
  background-color: #f9c102;
}
.regbox .insiderbox .formbox .formitem {
  margin-top: 30px;
}
.regbox .insiderbox .formbox .formitem .account {
  display: none;
}
.regbox .insiderbox .formbox .formitem .account.openActive {
  display: block;
}
.regbox .insiderbox .formbox .formitem .tipname {
  font-size: 20px;
  margin-bottom: 30px;
}
.regbox .insiderbox .formbox .formitem .tipname span {
  font-size: 14px;
}
.regbox .insiderbox .formbox .formitem .form-smollitem {
  overflow: hidden;
  width: 90%;
  margin-bottom: 30px;
}
.regbox .insiderbox .formbox .formitem .form-smollitem .checkbox1 {
  padding-left: 6%;
}
.regbox .insiderbox .formbox .formitem .form-smollitem .checkbox1 .block {
  display: block;
  margin-bottom: 10px;
}
.regbox .insiderbox .formbox .formitem .form-smollitem .checkbox1 .first {
  margin-bottom: 10px;
}
.regbox .insiderbox .formbox .formitem .form-smollitem .checkbox1 .text-right {
  margin-left: 5%;
}
.regbox .insiderbox .formbox .formitem .form-smollitem .checkbox1 .fontW {
  font-weight: 600;
}
.regbox .insiderbox .formbox .formitem .form-smollitem .checkbox1 .fontB {
  margin-bottom: 30px;
}
.regbox .insiderbox .formbox .formitem .form-smollitem .namebox {
  width: 150px;
  text-align: right;
  float: left;
  height: 56px;
  line-height: 56px;
}
.regbox .insiderbox .formbox .formitem .form-smollitem .namebox2 {
  width: 150px;
  text-align: left;
  padding-left: 6%;
  float: left;
  height: 56px;
  line-height: 56px;
}
.regbox .insiderbox .formbox .formitem .form-smollitem .namebox1 {
  text-align: left;
}
.regbox .insiderbox .formbox .formitem .form-smollitem .inpsbox {
  width: calc(100% - 180px);
  float: left;
  margin-left: 30px;
  position: relative;
}
.regbox .insiderbox .formbox .formitem .form-smollitem .inpsbox .insp {
  height: 56px;
  width: 100%;
  background-color: #f3f3f3;
  border: none;
  font-size: 14px;
  padding: 0 20px;
  border-radius: 4px;
  float: left;
  box-sizing: border-box;
}
.regbox .insiderbox .formbox .formitem .form-smollitem .inpsbox .tip {
  font-size: 14px;
  color: #9ca6af;
  margin-top: 4px;
}
.regbox .insiderbox .formbox .formitem .form-smollitem .inpsbox .selecrbox {
  width: 200px;
  float: left;
  height: 56px;
  background-color: #f3f3f3;
  border-radius: 4px;
  padding: 0 20px;
  border: none;
  margin-right: 20px;
}
.regbox .insiderbox .formbox .formitem .form-smollitem .sexbox {
  line-height: 56px;
}
.regbox .insiderbox .formbox .formitem .form-smollitem .sexbox label {
  margin-right: 20px;
}
.regbox .insiderbox .formbox .formitem .form-smollitem .insp1 {
  width: calc(100% - 180px) !important;
}
.regbox .insiderbox .formbox .formitem .form-smollitem .insp2 {
  width: calc(100% - 220px) !important;
}
.regbox .insiderbox .formbox .formitem .form-smollitem .insp3 {
  width: 100px !important;
}
.regbox .insiderbox .formbox .formitem .form-smollitem .insp3:not(:last-child) {
  margin-right: 20px;
}
.regbox .insiderbox .formbox .formitem .form-smollitem .insp4 {
  width: calc(100% - 360px) !important;
  margin-right: 20px;
}
.regbox .insiderbox .formbox .formitem .form-smollitem .msgcode {
  width: 160px;
  float: left;
  margin-left: 20px;
  height: 56px;
  border: none;
  border-radius: 4px;
  background-color: #f0473c;
  color: #fff;
  cursor: pointer;
  transition: 0.6s;
}
.regbox .insiderbox .formbox .formitem .form-smollitem .msgcode:hover {
  background-color: #f9c102;
}
.regbox .insiderbox .formbox .formitem .form-smollitem .imgcodebox {
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
  width: 160px;
  float: left;
  height: 56px;
  margin-left: 20px;
}
.regbox .insiderbox .formbox .formitem .form-smollitem:last-child {
  margin-bottom: 0;
}
.regbox .insiderbox .formbox .formitem .js-cardType {
  display: none;
}
.checkbox2 label {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.steps {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
  width: 100%;
}
.steps .stepsli {
  width: 33.3%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #f4f4f4;
  position: relative;
}
.steps .stepsli .title {
  font-size: 16px;
}
.steps .stepsli .icon {
  position: absolute;
  top: 17px;
  right: 0px;
  font-size: 24px;
}
.steps .stepsli.active {
  color: #0056b8;
}
.steps .stepsli.active .icon {
  color: #0056b8;
}
.checkbox {
  background-color: #f7f7f7;
  padding: 30px 30px;
  box-sizing: border-box;
  width: 80%;
  margin: auto;
  font-size: 13px;
}
.checkbox .test-red {
  color: #d92b2d;
}
.checkbox label {
  display: block;
  text-align: left;
  overflow: hidden;
  margin-bottom: 10px;
}
.checkbox label b {
  margin-top: 6px;
  display: block;
}
.checkbox label input {
  float: left;
}
.checkbox label .txtspan {
  display: inline-block;
  width: calc(100% - 34px);
  float: left;
  margin-left: 8px;
}
.w84 {
  width: 84%;
}
.mt10 {
  margin-top: 10px;
}
body .layer-certification {
  width: 376px !important;
}
body .layer-certification .layui-layer-content {
  padding: 30px;
}
body .layer-certification .layui-layer-content p {
  font-size: 18px;
  color: #f00;
}
body .layer-certification .layui-layer-content .btnbox {
  display: block;
  background-color: #006eb9;
  height: 46px;
  line-height: 46px;
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  transition: 0.6s;
}
body .layer-certification .layui-layer-content .btnbox:hover {
  background-color: #fdc300;
}
body .layer-imgview {
  width: auto !important;
  max-width: 90%;
  max-height: 100%;
}
body .layer-imgview img {
  max-width: 100%;
  max-height: 100%;
}
.demandlist {
  padding-top: 30px;
  margin-top: 20px;
  border-top: 1px #ddd dashed;
}
.layui-layer-dialog .layui-layer-content {
  word-break: normal !important;
}
.linetable {
  width: 100%;
  border-collapse: collapse;
}
.linetable tr th {
  text-align: left;
  color: #9ca6af;
  font-size: 16px;
  font-weight: normal;
  padding: 10px 0;
}
.linetable tr td {
  text-align: left;
  padding: 20px 0;
  font-size: 14px;
  word-wrap: break-word;
  word-break: break-all;
  border-bottom: 1px #dddddd solid;
}
.linetable tr td .adopt {
  color: #006eb9;
}
.linetable tr td .fail {
  color: #006eb9;
}
.linetable tr .font12 {
  width: 300px;
  font-size: 14px;
  padding-right: 20px;
}
.box-center {
  text-align: center;
}
.collect-list .itemexp {
  background-color: rgba(230, 230, 230, 0.35);
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin: 20px 0;
  font-size: 16px;
}
.collect-list .itemexp .txtbox {
  flex-grow: 1;
  display: flex;
  gap: 20px;
}
.collect-list .itemexp .txtbox > * {
  flex: 1;
}
.collect-list .itemexp .company-name {
  color: #006eb9;
}
.collect-list .itemexp .zhanw {
  color: #898989;
}
.collect-list .itemexp .icon {
  flex-shrink: 0;
  color: #e2001a;
  font-size: 20px;
  cursor: pointer;
}
.collect-list .itempro {
  position: relative;
  background-color: #dfeaf0;
  padding: 30px 50px 20px 30px;
  margin: 20px 0;
}
.collect-list .itempro .icon {
  color: #e2001a;
  font-size: 20px;
  position: absolute;
  top: 12px;
  right: 15px;
  cursor: pointer;
}
.collect-list .itempro .txtbox {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
}
.collect-list .itempro .txtbox .name {
  width: 33.5%;
  margin-right: 5%;
  border-right: 1px #c4d5ef solid;
}
.collect-list .itempro .txtbox .comname {
  width: 47.5%;
}
.collect-list .itempro .proname {
  font-weight: bold;
  font-size: 16px;
  color: #006eb9;
  margin-bottom: 5px;
}
.collect-list .itempro .gray {
  color: #898989;
}
.collect-list .itempro .company-name {
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}
.tabbox {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 20px 0;
}
.tabbox .tab {
  border-radius: 5px;
  background-color: #ddd;
  padding: 10px 15px;
  cursor: pointer;
  min-width: 100px;
  text-align: center;
  color: #999;
  transition: all 0.3s ease;
  font-size: 16px;
}
.tabbox .tab:hover,
.tabbox .tab.active {
  background-color: #fdc300;
  color: #fff;
}
.mapbox {
  width: 600px;
  max-width: 100%;
  margin: 20px auto;
  position: relative;
}
.mapbox .map-img {
  display: block;
  width: 100%;
}
.mapbox .position {
  position: absolute;
  transform-origin: center center;
}
.mapbox .position:hover i {
  transform: scale(1.2);
  transition: all 0.3s ease;
}
.mapbox .position i {
  color: #e2001a;
  font-size: 18px;
  position: absolute;
  top: 5px;
  right: 5px;
  transition: all 0.3s ease;
}
.mapbox .position.W5 i,
.mapbox .position.W4 i,
.mapbox .position.W3 i,
.mapbox .position.W2 i,
.mapbox .position.W1 i {
  right: auto;
  left: 8px;
}
