body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  font-family: 微软雅黑;
}
.login-bg {
  background: #f0f0f0;
}
.ind-body {
  width: 100%;
}
.excommon-banner {
  width: 100%;
}
.excommon-banner img {
  width: 100%;
  display: block;
}
.warp {
  width: 1200px;
  margin: 0 auto;
}
.mb15 {
  margin-bottom: 15px;
}
.mb25 {
  margin-bottom: 25px;
}
.top-box {
  padding: 45px 0 45px 0;
}
.top-box .logo {
  margin-top: 10px;
}
.top-box .logo-tit {
  color: #fff;
  text-align: right;
}
.top-box .logo-tit .time {
  font-size: 32px;
}
.top-box .logo-tit .tit {
  font-size: 25px;
}
.ind-con {
  width: 100%;
  height: 110px;
  background: #cb9e4b;
  color: #fff;
  padding: 0 4%;
}
.ind-con .tit {
  font-size: 34px;
  margin-top: 31px;
}
.ind-con a {
  margin-top: 40px;
  margin-left: 15px;
  padding: 5px 20px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 15px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.ind-con a .fa {
  margin-right: 5px;
}
.ind-con a:hover {
  background: rgba(255, 255, 255, 0.1);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.ind-bot {
  width: 100%;
  margin: 60px auto 0;
  background: #fff;
  padding: 4% 4% 6%;
  border: 1px solid #c4c6c8;
  border-radius: 8px;
}
.ind-bot .login-l {
  width: 86%;
  margin: 0 7%;
}
.ind-bot .login-l .tit {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 35px;
  text-align: center;
}
.ind-bot .login-l .info {
  font-size: 16px;
  margin: 14px 0 30px 0;
}
.ind-bot .login-l .log-input .input-group {
  width: 100%;
  margin-bottom: 20px;
  height: 48px;
  background: #fff;
  border: 1px solid #9cb4d2;
  border-radius: 5px;
}
.ind-bot .login-l .log-input .input-group .input-group-addon {
  width: 45px;
  text-align: center;
  border-radius: 0;
  background: none;
  border: none;
  padding-left: 22px;
}
.ind-bot .login-l .log-input .input-group .input-group-addon .fa {
  color: #5981b3;
  font-size: 18px;
}
.ind-bot .login-l .log-input .input-group .form-control {
  background: none;
  border: none;
  box-shadow: none;
  height: 48px;
  padding-left: 0;
  color: #5981b3;
}
.ind-bot .login-l .log-input .input-group input::-webkit-input-placeholder {
  color: #8cabd2;
}
.ind-bot .login-l .log-input .input-group input::-moz-placeholder {
  color: #8cabd2;
}
.ind-bot .login-l .log-input .input-group input:-moz-placeholder {
  color: #8cabd2;
}
.ind-bot .login-l .log-input .input-group input:-ms-input-placeholder {
  color: #8cabd2;
}
.ind-bot .login-l .log-input .code-input {
  width: 72.5%;
}
.ind-bot .login-l .log-input .code-img {
  width: 25.3%;
  cursor: pointer;
}
.ind-bot .login-l .log-input .code-img img {
  width: 100%;
  height: 50px;
}
.ind-bot .login-l .select-tit-box {
  margin: 40px 0 30px 0;
  color: #333;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
.ind-bot .login-l .select-tit-box span {
  padding: 0 30px;
  background: #fff;
  position: relative;
  z-index: 2;
}
.ind-bot .login-l .select-tit-box:after {
  width: 100%;
  height: 1px;
  content: " ";
  background: #e5e5e5;
  position: absolute;
  left: 0;
  top: 15px;
}
.ind-bot .login-l .Keep-box {
  width: 100%;
  margin-bottom: 20px;
}
.ind-bot .login-l .Keep-box .tit {
  font-size: 14px;
  margin-bottom: 0;
}
.ind-bot .login-l .Keep-box .tit input {
  vertical-align: middle;
  margin-right: 5px;
  margin-top: 0;
}
.ind-bot .login-l .Keep-box a {
  font-size: 14px;
}
.ind-bot .login-l .registration-box {
  background: #2775dc;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.ind-bot .login-l .registration-box a {
  display: block;
  padding: 20px 42px;
  color: #fff;
}
.ind-bot .login-l .registration-box a .user-img {
  font-size: 44px;
  margin-right: 23px;
}
.ind-bot .login-l .registration-box a .title .reg {
  font-size: 22px;
  margin: 4px 0 4px 0;
}
.ind-bot .login-l .registration-box a .title .mor {
  font-size: 14px;
}
.ind-bot .login-l .registration-box a .title .mor .fa {
  font-size: 18px;
  margin-left: 8px;
  vertical-align: top;
  margin-top: 1px;
}
.ind-bot .login-l .registration-box:hover {
  opacity: 0.9;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  box-shadow: -8px -8px 20px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(2px, 2px);
  -moz-transform: translate(2px, 2px);
  transform: translate(2px, 2px);
}
.ind-bot .login-l .prompt-box {
  width: 100%;
  line-height: 28px;
  background: #f8f8f8;
  padding: 6% 5%;
  color: #666;
  margin-top: 54px;
  border: 1px dashed #cbcbcb;
}
.ind-bot .login-l:nth-of-type(2) {
  border: none;
  padding-right: 0;
}
.edi-box {
  padding: 0;
  border: none;
  margin-top: 0;
}
.log-ind-bot {
  width: 740px;
  margin: 60px auto 0;
  border: 1px solid #cadcf2;
}
.sub-box {
  cursor: pointer;
  width: 100%;
  height: 50px;
  background: #007c36;
  text-align: center;
  font-size: 22px;
  color: #fff;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.sub-box:hover {
  background: #fff;
  color: #7fbc3b;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.bottom-leftStart-burst:before {
  border-top: 2px solid #7fbc3b;
}
.bottom-leftStart-burst:after {
  border-bottom: 2px solid #7fbc3b;
}
.bottom-leftStart-burst .ui-border-element:after {
  border-right: 2px solid #7fbc3b;
}
.bottom-leftStart-burst .ui-border-element:before {
  border-left: 2px solid #7fbc3b;
}
.log-sub {
  background: #007c36;
}
.log-sub:hover {
  color: #2177e4;
}
.log-sub.bottom-leftStart-burst:before {
  border-top: 2px solid #2177e4;
}
.log-sub.bottom-leftStart-burst:after {
  border-bottom: 2px solid #2177e4;
}
.log-sub.bottom-leftStart-burst .ui-border-element:after {
  border-right: 2px solid #2177e4;
}
.log-sub.bottom-leftStart-burst .ui-border-element:before {
  border-left: 2px solid #2177e4;
}
.ind-review {
  position: relative;
  width: 100%;
  padding: 15px 0 150px 0;
  background: url(../images/ind-img234.png) center bottom no-repeat;
}
.process-top {
  width: 100%;
  height: auto;
  border: 1px solid #e7e7e7;
  padding: 4px;
  box-shadow: #fff 0px 0px 0px 10px inset;
}
.process-top .box {
  width: 100%;
  height: 40px;
  color: #666;
  line-height: 40px;
  background: #ebebeb;
  position: relative;
  overflow: hidden;
}
.process-top .box .link {
  position: relative;
  -moz-box-shadow: -3px 6px 10px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: -3px 6px 10px rgba(0, 0, 0, 0.1) inset;
  box-shadow: -3px 6px 10px rgba(0, 0, 0, 0.1) inset;
  z-index: 3;
  width: 100%;
  height: 40px;
}
.process-top .box .con {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.process-top .box .con .box-li {
  width: 33.33%;
  float: left;
  text-align: center;
}
.process-top .box .con .box-li span {
  padding: 0 6px;
  background: #333;
  border-radius: 50%;
  color: #fff;
  margin-right: 5px;
}
.process-top .box .con .box-li.curr {
  color: #fff;
}
.process-top .box .con .box-li.curr span {
  background: #fff;
  color: #90c449;
}
.process-top .box .bg {
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/img3.jpg) no-repeat #90c449 center right;
  z-index: 0;
  height: 40px;
}
.information-box {
  margin-top: 10px;
  padding-bottom: 30px;
  margin-bottom: 35px;
  border-bottom: 3px solid #ededed;
}
.information-box .info-tit {
  width: 100%;
  color: #000;
  font-size: 24px;
  margin-bottom: 30px;
}
.information-box .info-tit span {
  font-size: 16px;
  color: #d00212;
  margin-left: 8px;
}
.information-box .info-tit .hint-tit {
  font-size: 16px;
  margin-left: 6px;
}
.information-box .exhi-tit {
  font-size: 32px;
}
.information-box .exhi-tit a {
  font-size: 14px;
  margin-top: 18px;
}
.information-box .exhi-tit a .fa {
  margin-right: 5px;
}
.information-box:last-of-type {
  border: none;
}
.form-control {
  height: 42px;
  line-height: 42px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-info label {
  display: inline-block;
  margin-bottom: 0;
  line-height: 30px;
}
.input-info label span {
  color: #d00212;
  font-size: 18px;
}
.input-info .code-ip .form-control {
  width: 78.5%;
}
.input-info .code-ip .code-img {
  width: 20%;
  overflow: hidden;
  height: 42px;
  cursor: pointer;
}
.input-info .code-ip .code-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.input-info .code-ip .code-tit {
  border-radius: 4px;
  background: #90c449;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.input-info.has-error .Personal-drop {
  border-color: #a94442;
}
.fax-input {
  margin-bottom: 15px;
}
.page-contantbox .form-row-box.has-error .wrap-category {
  border: 1px solid #a94442;
  border-radius: 5px;
  padding: 10px 20px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.page-contantbox .form-row-box.has-error .box-upload {
  overflow: hidden;
  border: 1px solid #a94442;
  border-radius: 5px;
  padding: 10px 20px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.page-contantbox .form-row-box.has-error .checkTips-t {
  display: block;
  color: #d00212;
  margin-top: 10px;
  text-align: right;
}
.text-info label {
  color: #333;
}
.text-info label span {
  color: #d00212;
  font-size: 18px;
}
.input-info.has-error .chosen-container-single .chosen-single {
  border-color: #a94442;
}
.text-info.has-error .exhi-range {
  margin: 0;
  border-radius: 5px;
  padding-top: 15px;
  border: 1px solid #a94442;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.text-info.has-error .Booth-opening {
  padding-top: 0;
  margin: 0;
}
.regulations {
  width: 100%;
  padding: 15px 20px;
  background: #f6f6f6;
  border-radius: 2px;
}
.regulations label {
  font-size: 16px;
  font-weight: normal;
}
.regulations label input {
  margin-top: 0;
  vertical-align: middle;
}
.attachment-img {
  border: 1px solid #e7e5e6;
  border-radius: 5px;
  overflow: hidden;
  width: 20%;
  margin-bottom: 15px;
}
.registered-sub {
  width: 100%;
  margin-top: 40px;
}
.registered-sub .sub-box {
  width: 75%;
  border-radius: 5px;
  background: #007c36;
}
.registered-sub .sub-box:hover {
  color: #2177e4;
  background: #fff;
}
.registered-sub .bottom-leftStart-burst:before {
  border-top: 2px solid #2177e4;
}
.registered-sub .bottom-leftStart-burst:after {
  border-bottom: 2px solid #2177e4;
}
.registered-sub .bottom-leftStart-burst .ui-border-element:after {
  border-right: 2px solid #2177e4;
}
.registered-sub .bottom-leftStart-burst .ui-border-element:before {
  border-left: 2px solid #2177e4;
}
.registered-sub .reset-sub {
  width: 20%;
  background: #fff;
  color: #007c36;
  font-size: 18px;
  line-height: 32px;
}
.registered-sub .pass-box {
  width: 100%;
}
.questionnaire-wrap .questionnaire-li {
  margin-bottom: 30px;
}
.questionnaire-wrap .que-tit {
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0 15px 0;
}
.questionnaire-wrap .que-tit span {
  color: #d81323;
}
.questionnaire-wrap .que-info {
  margin: 5px 0;
}
.questionnaire-wrap .que-info label {
  display: block;
  min-height: 35px;
  font-weight: normal;
  font-size: 14px;
}
.questionnaire-wrap .que-info label input {
  margin-right: 10px;
}
.questionnaire-wrap .que-info label span {
  width: 90%;
}
.questionnaire-wrap .que-info .other-input input {
  background: #fff;
  border: none;
  margin-left: 5px;
  border-bottom: 1px solid #cbcbcb;
}
.exhi-range-wp {
  margin-top: 40px;
}
.exhi-range {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.exhi-range label {
  display: block;
  min-height: 35px;
  line-height: 35px;
  font-weight: normal;
  font-size: 14px;
}
.exhi-range label input {
  margin-top: 10px;
}
.exhi-range label span {
  font-size: 14px;
  color: #333;
  margin-left: 10px;
  width: 88%;
}
.exhi-range .J-secondary.curr {
  width: 100%;
}
.exhi-range .expo-secondary {
  width: 100%;
  background: #f6f5f5;
  overflow: hidden;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 15px;
  display: none;
}
.exhi-range .expo-secondary label {
  display: initial;
}
.Booth-opening label {
  margin: 20px 0 0 0;
}
.Booth-opening label input {
  margin-top: 2px;
}
.Booth-opening label span {
  width: 85%;
}
.Booth-type {
  margin-top: 20px;
}
.Booth-type label {
  margin-top: 11px;
}
.Booth-type .booth-tit {
  width: 26%;
}
.Booth-type .type .form-control {
  width: 70%;
  float: left;
  margin-right: 10px;
}
.Booth-type .type .inp {
  width: 30%;
  line-height: 42px;
  float: left;
  color: #333;
  font-size: 14px;
}
.Personal-drop {
  background: #fff;
  border: 1px solid #e7e5e6;
  border-radius: 6px;
  text-align: center;
  margin-top: 0;
  padding: 0;
}
.Personal-drop .needsclick {
  font-size: 14px;
  color: #999;
  line-height: 22px;
}
.Personal-drop .needsclick .href {
  color: #ac2439;
}
.Personal-drop .click-img {
  width: 47px;
  height: 47px;
  line-height: 47px;
  background: #cccccc;
  border-radius: 50%;
  margin: 15px auto 15px;
  color: #fff;
  font-size: 20px;
}
.Personal-drop.cl-error {
  border: 1px solid #ac2439;
}
.successful-wrap {
  width: 100%;
}
.successful-wrap .success-tit {
  line-height: 30px;
}
.successful-wrap .success-tit .success-ip {
  margin-top: 25px;
}
.successful-wrap .success-tit .success-ip .success-name {
  line-height: 45px;
}
.successful-wrap .success-tit .success-ip .success-input {
  background: #f3f3f3;
  border: none;
  padding: 1.6% 3%;
  margin-left: 5px;
  width: 60%;
}
.certificate-wrap {
  margin-top: 50px;
  padding-bottom: 50px;
}
.certificate-wrap .cer-table {
  margin-top: 35px;
  width: 100%;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.certificate-wrap .cer-table td {
  border-left: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  padding: 15px 25px;
}
.certificate-wrap .print-wrap {
  margin-top: 20px;
}
.certificate-wrap .print-wrap .ind-download-a:last-of-type {
  background: #90c449;
  margin-left: 60px;
}
.certificate-wrap .print-wrap .ind-download-a:last-of-type:after {
  border-left: 20px solid #90c449;
}
.certificate-wrap .print-wrap .ind-download-a:last-of-type:hover {
  box-shadow: -15px -10px 25px rgba(116, 180, 28, 0.5);
}
.certificate-wrap .certificate-c {
  border: 2px solid #d9d9d9;
}
.certificate-wrap .certificate-c .top-img {
  width: 100%;
  text-align: center;
  margin: 15px 0 15px 0;
}
.certificate-wrap .certificate-c .title {
  text-align: center;
  font-size: 28px;
}
.certificate-wrap .certificate-c .info {
  width: 80%;
  margin: 12px 10%;
  font-size: 14px;
}
.certificate-wrap .certificate-c .info .tit {
  width: 18%;
}
.certificate-wrap .certificate-c .info .content {
  width: 82%;
  border-bottom: 1px solid #969696;
}
.certificate-wrap .certificate-c .info .cer-code-img {
  text-align: center;
  margin: 20px 0 10px 0;
}
.certificate-wrap .certificate-c .info .cer-code-tit {
  text-align: center;
  letter-spacing: 5px;
}
.certificate-wrap .certificate-c .tit-bot {
  font-size: 26px;
  color: #287cea;
  text-align: center;
  font-weight: bold;
  margin-bottom: -35px;
}
.ind-download-a {
  margin-top: 20px;
  display: block;
  float: left;
  padding: 18px 35px 18px 55px;
  color: #fff;
  position: relative;
  background: #2871c8;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.ind-download-a .fa {
  position: relative;
  z-index: 1;
  font-size: 24px;
  vertical-align: top;
  margin: -1px 0 0 5px;
}
.ind-download-a span {
  position: relative;
  z-index: 1;
}
.ind-download-a:after {
  content: ' ';
  position: absolute;
  right: -20px;
  top: 0;
  border-top: 0px solid transparent;
  border-left: 20px solid #2871c8;
  border-bottom: 60px solid transparent;
}
.ind-download-a:hover {
  color: #fff;
  box-shadow: -15px -10px 25px rgba(40, 113, 200, 0.5);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  -webkit-transform: translate(5px, 5px);
  -moz-transform: translate(5px, 5px);
  transform: translate(5px, 5px);
}
.footer {
  width: 100%;
  height: 60px;
  background: #0b2645;
}
.footer .con {
  width: 85%;
  margin: 0 7.5%;
  line-height: 60px;
  color: #fff;
  font-size: 14px;
}
.exhi-bg {
  background: #343c4f;
}
.ind-wrap {
  width: 1260px;
  margin: 0 auto;
}
.itemflex .chked-title {
  font-size: 15px;
  font-weight: bold;
  color: #ed7d31;
  padding-top: 15px;
}
.itemflex .curr .expo-secondary2 {
  background-color: #333;
}
.itemflex .flex-expo-item {
  display: flex;
  flex-wrap: wrap;
  background-color: #e5e1e1;
  padding: 25px;
}
.itemflex .tow-text {
  font-size: 16px;
  font-weight: bold;
  color: #007c36;
}
.ind-top {
  width: 100%;
  height: 120px;
  background: url(../images/exhi-img1.jpg) top center no-repeat;
}
.visitor-top .logo {
  margin-top: 28px;
}
.visitor-top .tit {
  color: #fff;
  font-size: 19px;
  margin-top: 28px;
}
.visitor-top .tit span {
  font-size: 26px;
}
.visitor-con {
  width: 100%;
  background: #2f4d95;
  padding: 0 4%;
  height: 80px;
  margin-top: 40px;
}
.visitor-con .tit {
  font-size: 28px;
  color: #fff;
  margin-top: 17px;
}
.visitor-con .tab {
  margin-top: 27px;
}
.visitor-con .tab a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  margin-left: 20px;
}
.visitor-con .tab a .fa {
  margin-right: 8px;
  color: #fff;
  font-size: 16px;
}
.visitor-box {
  width: 100%;
  background: #fff;
}
.visitor-box .vis-left {
  width: 18.5%;
  color: #fff;
  padding: 10px 0 50px 0;
}
.visitor-box .vis-left .link-box a {
  display: block;
  color: #333;
  padding: 10px 12% 10px 26%;
  font-size: 16px;
}
.visitor-box .vis-left .link-box a .va {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.visitor-box .vis-left .link-box a.curr {
  color: #fff;
  background: #2c498d;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.visitor-box .vis-left .link-box a:hover {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  color: #fff;
  background: #2c498d;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.visitor-box .vis-left .link-box a:hover .fa {
  color: #fff;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.visitor-box .vis-left .link-box .Level1 {
  font-size: 18px;
  color: #333;
  padding: 10px 12% 10px 15%;
}
.visitor-box .vis-left .link-box .Level1 .fa {
  color: #2c498d;
  width: 30px;
  text-align: center;
}
.visitor-box .vis-left .link-box .Level2 {
  display: none;
}
.visitor-box .vis-left .link-box.curr {
  background: #f1f1f1;
}
.visitor-box .vis-right {
  width: 81.5%;
  background: #e9edf0;
  min-height: 790px;
  padding: 3% 2%;
  -moz-box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1) inset;
}
.visitor-box .vis-right .info-li {
  width: 100%;
  margin-bottom: 18px;
}
.visitor-box .vis-right .info-li .box {
  width: 49%;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 3%;
  margin-right: 2%;
}
.visitor-box .vis-right .info-li .box .portrait {
  width: 155px;
  height: 155px;
  line-height: 155px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px;
  background: #eee;
}
.visitor-box .vis-right .info-li .box .portrait img {
  max-width: 155px;
  max-height: 155px;
  vertical-align: middle;
}
.visitor-box .vis-right .info-li .box .name {
  text-align: center;
  font-size: 18px;
}
.visitor-box .vis-right .info-li .box .link a {
  color: #fff;
  font-size: 14px;
  background: #3184ed;
  padding: 5px 12px;
  border-radius: 4px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.visitor-box .vis-right .info-li .box .link a:nth-of-type(2) {
  background: #8cc143;
}
.visitor-box .vis-right .info-li .box .link a:hover {
  opacity: 0.85;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.visitor-box .vis-right .info-li .box .name {
  font-size: 26px;
  color: #5b6e8f;
}
.visitor-box .vis-right .info-li .box .exhi-editor-l {
  width: 18.5%;
}
.visitor-box .vis-right .info-li .box .exhi-editor-r {
  width: 77%;
}
.visitor-box .vis-right .info-li .box .exhi-editor-r .company {
  font-size: 26px;
  color: #335aaf;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  margin-top: 8px;
}
.visitor-box .vis-right .info-li .box .exhi-editor-r .info .add {
  width: 60%;
  line-height: 30px;
  font-size: 14px;
  margin-top: 20px;
}
.visitor-box .vis-right .info-li .box .exhi-editor-r .info .add a {
  color: #448ff4;
  border-bottom: 1px solid #3787f3;
}
.visitor-box .vis-right .info-li .box .exhi-editor-r .info .progress-r {
  margin-top: 20px;
  width: 35%;
  padding-left: 5%;
  border-left: 1px solid #e5e5e5;
  padding-top: 10px;
}
.visitor-box .vis-right .info-li .box .exhi-editor-r .info .progress-r .li {
  width: 100%;
}
.visitor-box .vis-right .info-li .box .exhi-editor-r .info .progress-r .li .top {
  width: 100%;
  font-size: 14px;
  margin-bottom: 10px;
}
.visitor-box .vis-right .info-li .box .exhi-editor-r .info .progress-r .li .top .comp {
  color: #2177e4;
}
.visitor-box .vis-right .info-li .box .exhi-editor-r .info .progress-r .li .top .digital {
  color: #999;
}
.visitor-box .vis-right .info-li .box .exhi-editor-r .info .progress-r .li .progress {
  height: 6px;
}
.visitor-box .vis-right .info-li .box .exhi-editor-r .info .progress-r .li .progress .progress-bar {
  background: #3184ed;
}
.visitor-box .vis-right .info-li .box .exhi-editor-r .info .progress-r .li:last-of-type .top .comp {
  color: #8cc143;
}
.visitor-box .vis-right .info-li .box .exhi-editor-r .info .progress-r .li:last-of-type .progress .progress-bar {
  background: #8cc143;
}
.visitor-box .vis-right .info-li .box .exhi-no {
  width: 87px;
  height: 87px;
  background: #a0a8bb;
  border-radius: 50%;
  line-height: 87px;
  text-align: center;
  color: #fff;
  font-size: 50px;
  margin-right: 20px;
}
.visitor-box .vis-right .info-li .box .exhi-no-info {
  width: 73%;
}
.visitor-box .vis-right .info-li .box .exhi-no-info .text {
  font-size: 22px;
  color: #4f6487;
  border-bottom: 3px solid #f2f2f2;
  width: 100%;
  padding-bottom: 10px;
}
.visitor-box .vis-right .info-li .box .exhi-no-info .no {
  color: #3184ed;
  font-size: 38px;
}
.visitor-box .vis-right .info-li .box .exhi-no-info .no-green {
  color: #8cc143;
}
.visitor-box .vis-right .info-li .box .exhi-no-info .no-green sup {
  font-size: 24px;
  font-weight: normal;
}
.visitor-box .vis-right .info-li .box .exhi-no-info .no-green span {
  color: #666;
  font-size: 16px;
  margin-left: 10px;
}
.visitor-box .vis-right .info-li .box .editor {
  padding: 4px 8px;
  background: #8cc143;
  border: 1px solid #8cc143;
  border-radius: 4px;
  margin-top: 4px;
  font-size: 14px;
  color: #fff;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.visitor-box .vis-right .info-li .box .editor:hover {
  opacity: 0.8;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.visitor-box .vis-right .info-li .box .editor-wrap {
  width: 100%;
}
.visitor-box .vis-right .info-li .box .editor-box {
  padding: 14px 0;
}
.visitor-box .vis-right .info-li .box .editor-box .fa {
  color: #578acc;
  margin-right: 10px;
}
.visitor-box .vis-right .info-li .box .editor-box .editor-li {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0;
}
.visitor-box .vis-right .info-li .box .search {
  margin: 12px 0 0 0;
  line-height: 35px;
}
.visitor-box .vis-right .info-li .box .search .sea-input {
  height: 40px;
  padding: 0 10px;
  background: #ebebeb;
  border-radius: 5px 0 0 5px;
  border: 2px solid #ebebeb;
  width: 76%;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.visitor-box .vis-right .info-li .box .search .sea-input:focus {
  border: 2px solid #4789dc;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.visitor-box .vis-right .info-li .box .search .tit {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  border-radius: 0 5px 5px 0;
  background: #4789dc;
  cursor: pointer;
  text-align: center;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  width: 24%;
  color: #fff;
}
.visitor-box .vis-right .info-li .box .search .tit:hover {
  opacity: 0.9;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.visitor-box .vis-right .info-li .box .invitation-wrap .t-tit {
  font-size: 22px;
  font-weight: bold;
}
.visitor-box .vis-right .info-li .box .invitation-wrap .t-info {
  font-size: 14px;
  margin: 20px 0 14px 0;
}
.visitor-box .vis-right .info-li .box .invitation-wrap .info {
  font-size: 14px;
  margin-top: 25px;
  color: #999999;
}
.visitor-box .vis-right .info-li .box .invitation-wrap .button-box {
  width: 100%;
}
.visitor-box .vis-right .info-li .box .invitation-wrap .button-box a {
  display: block;
  width: 100%;
  height: 60px;
  border-radius: 5px;
  text-align: center;
  line-height: 60px;
  -webkit-background-image: -webkit-linear-gradient(90deg, #1e5aa7, #73a7e8);
  -moz-background-image: -webkit-linear-gradient(90deg, #1e5aa7, #73a7e8);
  -ms-background-image: -webkit-linear-gradient(90deg, #1e5aa7, #73a7e8);
  background-image: -webkit-linear-gradient(90deg, #1e5aa7, #73a7e8);
  border: 1px solid #376eb2;
  margin: 30px 0;
  color: #fff;
  font-size: 18px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.visitor-box .vis-right .info-li .box .invitation-wrap .button-box a .fa {
  margin-right: 8px;
  font-size: 24px;
}
.visitor-box .vis-right .info-li .box .invitation-wrap .button-box a:last-of-type {
  -webkit-background-image: -webkit-linear-gradient(90deg, #7aab38, #97c856);
  -moz-background-image: -webkit-linear-gradient(90deg, #7aab38, #97c856);
  -ms-background-image: -webkit-linear-gradient(90deg, #7aab38, #97c856);
  background-image: -webkit-linear-gradient(90deg, #7aab38, #97c856);
  border: 1px solid #7aab38;
}
.visitor-box .vis-right .info-li .box .invitation-wrap .button-box a:last-of-type .fa {
  vertical-align: middle;
}
.visitor-box .vis-right .info-li .box .invitation-wrap .button-box a:hover {
  opacity: 0.9;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.visitor-box .vis-right .info-li .box:nth-of-type(2) {
  margin-right: 0;
}
.visitor-box .vis-right .info-li .editor-top {
  width: 100%;
}
.visitor-box .vis-right .info-li .appointment-box {
  height: 360px;
  overflow: hidden;
}
.visitor-box .vis-right .info-li .appointment-box .exhibitors-table {
  width: 100%;
  margin-top: 20px;
}
.visitor-box .vis-right .info-li .appointment-box .exhibitors-table table {
  width: 100%;
}
.visitor-box .vis-right .info-li .appointment-box .exhibitors-table tr {
  border-bottom: 1px solid #e6e6e6;
  font-size: 14px;
  color: #666;
}
.visitor-box .vis-right .info-li .appointment-box .exhibitors-table th {
  padding: 10px 14px;
  background: #f2f2f2;
  color: #999999;
  font-size: 16px;
}
.visitor-box .vis-right .info-li .appointment-box .exhibitors-table td {
  padding: 14px 14px;
}
.visitor-box .vis-right .content-box {
  width: 100%;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 3% 5%;
  min-height: 750px;
}
.visitor-box .vis-right .content-box .title {
  font-size: 26px;
  width: 100%;
}
.visitor-box .vis-right .content-box .con {
  width: 100%;
}
.ind-footer {
  width: 100%;
  text-align: center;
  margin-top: 50px;
  height: 60px;
  color: #999;
}
.C-gender .genderClass {
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.C-gender.has-error .genderClass {
  border: 1px solid #a94442;
  padding: 0 2%;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.page-contantbox .page-tit {
  font-size: 24px;
  border-bottom: 1px #eaeaea solid;
  padding-bottom: 30px;
}
.page-contantbox .from-box {
  margin-top: 20px;
  font-size: 14px;
}
.page-contantbox .from-box .smalltit {
  border-top: 1px #eaeaea solid;
  margin-top: 40px;
  padding-top: 30px;
  font-weight: bold;
}
.page-contantbox .from-box .smalltit .bigtit {
  font-size: 18px;
  color: #636363;
  padding-right: 20px;
}
.page-contantbox .from-box ul {
  margin-top: 20px;
}
.page-contantbox .from-box ul li .wrap-category {
  padding: 5px 0 10px 0;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.page-contantbox .from-box ul li .wrap-category .first-category label input {
  margin-right: 5px;
}
.page-contantbox .from-box ul li.textarea-li {
  float: left;
  width: calc(100%/2 - 25px);
  margin-right: 50px !important;
  margin-bottom: 20px;
}
.page-contantbox .from-box ul li.textarea-li .textarea-sty {
  width: 100%;
  height: 140px;
  resize: none;
  padding: 15px;
  border-radius: 4px;
}
.page-contantbox .from-box ul li.textarea-li:nth-child(2n+1) {
  margin-right: 0 !important;
}
.page-contantbox .from-box ul li.form-row-box {
  float: left;
  width: calc(100%/2 - 25px);
  margin-right: 50px;
  margin-bottom: 20px;
}
.page-contantbox .from-box ul li.form-row-box .box-upload {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.page-contantbox .from-box ul li.form-row-box .sexbox ul li {
  width: 100px;
}
.page-contantbox .from-box ul li.form-row-box label {
  width: 100%;
  color: #272727;
}
.page-contantbox .from-box ul li.form-row-box label i {
  font-weight: normal;
}
.page-contantbox .from-box ul li.form-row-box input.inputsty,
.page-contantbox .from-box ul li.form-row-box select {
  width: 100%;
  outline: none;
  height: 46px;
  padding: 0 10px;
  border-radius: 4px;
}
.page-contantbox .from-box ul li.form-row-box .w150 {
  width: calc(100%/3 - 4px);
}
.page-contantbox .from-box ul li.form-row-box input.w100 {
  width: 20%;
}
.page-contantbox .from-box ul li.form-row-box input.w200 {
  width: 28%;
}
.page-contantbox .from-box ul li.form-row-box input.wchang {
  width: calc(50% - 3px);
}
.page-contantbox .from-box ul li.form-row-box:nth-child(2n) {
  margin-right: 0;
}
.box-min {
  margin: auto;
}
.box-min li.form-row-box {
  width: 100% !important;
}
.commentBtn {
  width: 150px;
  height: 40px;
  color: #2177e4;
  line-height: 40px;
  text-align: center;
  border: 1px #2177e4 solid;
  font-size: 16px;
  display: inline-block;
  transition: 0.3s;
  border-radius: 5px;
}
.commentBtn:hover {
  color: #fff;
  background-color: #2177e4;
}
.expo-news-bar .link-group {
  float: right;
}
.expo-news-bar .searchbox .select-sty {
  width: 20%;
}
.expo-news-bar .searchbox .to {
  line-height: 42px;
}
.expo-news-bar .searchbox span {
  padding: 0 5px;
}
.expo-news-bar .searchbox button {
  height: 40px;
  border: 0;
  background-color: #2177e4;
  padding: 0 30px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
}
.textarea-astrict {
  font-size: 12px;
  color: #a7a7a7;
  text-align: right;
  margin-top: 10px;
}
.itemnews {
  color: #555;
  margin-top: 40px;
}
.itemnews .bar-tit {
  font-size: 18px;
  font-weight: bold;
  color: #555;
}
.itemnews .new-list {
  margin-top: 20px;
}
.itemnews .new-list ul li {
  border: 1px #ddd solid;
  padding: 30px 20px;
  clear: both;
  overflow: hidden;
  margin-bottom: 40px;
}
.itemnews .new-list ul li .check-box {
  width: 40px;
  float: left;
}
.itemnews .new-list ul li .rigbox {
  width: calc(100% - 60px);
  float: left;
}
.itemnews .new-list ul li .rigbox .tit-cn {
  font-size: 16px;
  font-weight: bold;
}
.itemnews .new-list ul li .rigbox .tit-en {
  font-weight: bold;
}
.itemnews .new-list ul li .rigbox .intro-cn {
  padding-top: 10px;
}
.itemnews .new-list ul li .rigbox .savetime {
  color: #888;
  margin-top: 10px;
}
.itemnews .new-list ul li .rigbox .toolbar {
  margin-top: 20px;
  background-color: #f7f7f7;
  padding: 0px 20px;
  clear: both;
  overflow: hidden;
}
.itemnews .new-list ul li .rigbox .toolbar a {
  margin-right: 20px;
  line-height: 50px;
}
.itemnews .new-list ul li .rigbox .toolbar .del-btn {
  line-height: 50px;
  cursor: pointer;
}
.itemnews .new-list ul li .rigbox .toolbar .del-btn:hover {
  color: #cc161e;
}
.itemnews .new-list ul li .rigbox .toolbar .state-bar {
  color: #cc161e;
  float: right;
  font-style: italic;
  padding: 3px 10px;
  display: block;
  margin-top: 10px;
  border-radius: 5px;
}
.itemnews .new-list ul li .rigbox .toolbar-a {
  padding: 10px 20px;
}
.itemnews .new-list ul li .rigbox .toolbar-a .seebox {
  float: left;
  color: #f98b3b;
}
.itemnews .new-list ul li .rigbox .toolbar-a .pushtime {
  float: right;
}
.itemnews .new-list ul li:last-child {
  margin-bottom: 20px;
}
.page-contantbox .contactbox ul li {
  clear: both;
  font-size: 15px;
  overflow: hidden;
  padding: 40px 40px 0;
  width: 100%;
  max-width: 1300px;
}
.page-contantbox .contactbox ul li .company-logo {
  width: 130px;
  float: left;
}
.page-contantbox .contactbox ul li .company-logo img {
  max-width: 90%;
}
.page-contantbox .contactbox ul li .txt-box {
  width: calc(100% - 170px);
  margin-left: 40px;
  float: left;
}
.page-contantbox .contactbox ul li .txt-box .titbox {
  margin-bottom: 10px;
  font-weight: bold;
  color: #0a3190;
  font-size: 16px;
}
.page-contantbox .contactbox ul li .txt-box .contaitrm {
  min-width: 220px;
  float: left;
  margin-bottom: 40px;
  margin-right: 50px;
}
.msg-list {
  margin-top: 40px;
  background: #fff;
}
.msg-list .tab-head {
  width: 100%;
  margin: auto;
  text-align: center;
}
.msg-list .tab-head .head-tit {
  text-align: center;
  font-weight: bold;
  line-height: 50px;
  background: #efefef;
  border-right: 1px #fff solid;
  border-bottom: 1px #e4e4e4 solid;
}
.msg-list .tab-head .head-tit:last-child {
  border-right: 0;
}
.msg-list .tab-head tr td {
  border-right: 1px #fff solid;
  padding: 10px 20px;
}
.msg-list .tab-head tr:nth-child(2n+1) {
  background-color: #fbfbfb;
}
.msg-list .li-item {
  width: 100%;
  margin: auto;
  height: 50px;
  line-height: 50px;
  clear: both;
  overflow: hidden;
  border-bottom: 1px #e7e5e6 solid;
}
.msg-list .li-item .company-name {
  vertical-align: top;
}
.msg-list .li-item .conpany-logo {
  width: 45px;
  height: 30px;
  background: #fff;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  margin-top: 10px;
  border: 1px #e7e5e6 solid;
  overflow: hidden;
}
.msg-list .li-item .conpany-logo img {
  max-width: 100%;
}
.tipbox {
  width: 100%;
  background: #f7f7f7;
  padding: 20px 30px 30px;
  margin: 40px auto;
  text-align: justify;
  font-size: 14px;
  line-height: 25px;
}
.tipbox .tip-tit {
  font-size: 18px;
  margin-bottom: 5px;
}
.tipbox .tip-tit .fcred {
  color: #cc161e;
}
.tabel-bottom {
  margin-top: 20px;
  padding-bottom: 30px;
}
.tabel-bottom .checkall {
  margin-left: 20px;
}
.tabel-bottom .checkall input {
  vertical-align: bottom;
}
.tabel-bottom .deletebtn {
  border: 1px #2177e4 solid;
  padding: 5px 10px;
  display: inline-block;
  margin-left: 20px;
  color: #2177e4;
  border-radius: 5px;
  cursor: pointer;
}
.tabel-bottom .prompt-tit {
  width: 100%;
  padding-top: 16px;
  color: #2177e4;
}
.nub-box {
  margin-bottom: 10px;
  line-height: 40px;
  height: 40px;
}
.nub-box .select-groub {
  width: 50%;
  float: left;
}
.nub-box .select-groub .form-control {
  width: 40%;
  margin-right: 2%;
}
.nub-box .btn-groub {
  width: 50%;
  float: right;
  text-align: right;
}
.nub-box .btn-groub a {
  width: 150px;
  height: 40px;
  color: #2177e4;
  padding: 8px 15px;
  text-align: center;
  border: 1px #2177e4 solid;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 5px;
}
.nub-box .btn-groub a:hover,
.nub-box .btn-groub a.curr {
  background-color: #2177e4;
  color: #fff;
}
.nub-box .text-unm {
  color: #555;
  float: right;
}
.fcred {
  color: #cc161e;
}
.box-upload .view-img {
  width: 200px;
  height: 200px;
  border: 1px #e7e5e6 solid;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  overflow: hidden;
}
.box-upload .view-img img {
  max-width: 90%;
}
.box-upload .rightbox {
  width: calc(100% - 220px);
  float: left;
  margin-left: 20px;
}
.box-upload .rightbox .upload-btn {
  width: 120px;
  height: 40px;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
  line-height: 40px;
  background-color: #2177e4;
  border-radius: 4px;
  font-weight: bold;
  color: #fff;
}
.box-upload .rightbox .upload-btn input {
  width: 140px;
  height: 46px;
  position: absolute;
  left: 0;
  top: 0;
  outline: none;
  opacity: 0;
  cursor: pointer;
}
.invite-Group-Pop {
  background-color: #f7f7f7;
  height: 100%;
}
.invite-Group-Pop .invite-Group-tit {
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  background-color: #fff;
  padding: 0 40px;
  position: relative;
}
.invite-Group-Pop .invite-Group-tit .invite-Group-close {
  position: absolute;
  width: 60px;
  height: 60px;
  display: block;
  text-align: center;
  line-height: 60px;
  right: 0;
  top: 0;
  cursor: pointer;
}
.invite-Group-Pop .invite-Group-tit .invite-Group-close i {
  font-size: 20px;
}
.invite-Group-Pop .invite-bottom {
  padding: 30px 40px;
}
.invite-Group-Pop .invite-bottom .itembox {
  background-color: #2f4d95;
  border-radius: 10px;
  margin-top: 40px;
}
.invite-Group-Pop .invite-bottom .itembox .item {
  width: calc(100%/3);
  float: left;
}
.invite-Group-Pop .invite-bottom .itembox .item .box-l {
  width: 50px;
  position: relative;
  display: inline-block;
  height: 100px;
  float: left;
}
.invite-Group-Pop .invite-bottom .itembox .item .box-l span {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  line-height: 45px;
  border: 3px #9db9fc solid;
  background-color: #fff;
  text-align: center;
  color: #2f4d95;
  font-size: 20px;
  font-weight: bold;
  margin-left: 10px;
  margin-top: -10px;
}
.invite-Group-Pop .invite-bottom .itembox .item .box-r {
  width: calc(100% - 64px);
  display: inline-block;
  padding-left: 20px;
  padding-top: 10px;
  color: #fff;
}
.invite-Group-Pop .invite-bottom .itembox .item .box-r .tit {
  font-size: 16px;
}
.invite-Group-Pop .invite-bottom .itembox .item .box-r a {
  background-color: #fff;
  width: 120px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  color: #2f4d95;
  display: block;
  border-radius: 5px;
  margin-top: 10px;
  font-weight: bold;
  transition: 0.3s;
}
.invite-Group-Pop .invite-bottom .itembox .item .box-r a:hover {
  padding-left: 20px;
}
.invite-Group-Pop .invite-bottom .itembox .item .box-r .uploadbox {
  background-color: #fff;
  width: 120px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  color: #2f4d95;
  display: block;
  border-radius: 5px;
  margin-top: 10px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
.invite-Group-Pop .invite-bottom .itembox .item .box-r .uploadbox:hover {
  padding-left: 20px;
}
.invite-Group-Pop .invite-bottom .itembox .item .box-r .uploadbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 36px;
  opacity: 0;
  cursor: pointer;
}
.textarea-astrict {
  font-size: 12px;
  color: #a7a7a7;
  text-align: right;
  margin-top: 10px;
}
.checkTips {
  display: none;
}
.page-contantbox .recommend-box {
  margin: 40px auto;
  width: 100%;
  max-width: 500px;
  text-align: center;
}
.page-contantbox .recommend-box .big-font {
  font-size: 20px;
  color: #555;
}
.page-contantbox .recommend-box .linebox {
  width: 80px;
  height: 5px;
  background-color: #2177e4;
  border-radius: 5px;
  display: block;
  margin: 30px auto;
}
.page-contantbox .recommend-box textarea {
  height: 120px;
  resize: none;
  padding: 15px;
}
.page-contantbox .recommend-box .examples-box {
  margin: 30px auto;
  text-align: left;
  color: #c1bcbc;
}
.page-contantbox .recommend-box .recommend-btn {
  width: 80%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #2177e4;
  margin: auto;
  border-radius: 4px;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}
.page-contantbox .recommend-box .recommend-btn:hover {
  background-color: #0a3190;
}
.page-contantbox .wrap-category .first-category .sub-category {
  padding: 20px;
  background: #f6f5f5;
  overflow: hidden;
  border-radius: 4px;
  margin: 5px 0 10px 25px;
}
.page-contantbox .wrap-category .first-category .sub-category label {
  width: 33.33%;
  float: left;
}
.box-upload .view-img {
  width: 200px;
  height: 200px;
  border: 1px #e7e5e6 solid;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  overflow: hidden;
}
.box-upload .view-img img {
  max-width: 90%;
}
.box-upload .rightbox {
  width: calc(100% - 220px);
  float: left;
  margin-left: 20px;
}
.box-upload .rightbox .upload-btn {
  width: 120px;
  height: 40px;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  background-color: #2177e4;
  border-radius: 4px;
  font-weight: bold;
  color: #fff;
}
.box-upload .rightbox .upload-btn input {
  width: 140px;
  height: 46px;
  position: absolute;
  left: 0;
  top: 0;
  outline: none;
  opacity: 0;
}
.contactbox {
  width: 100%;
  margin-top: 30px;
}
.contactbox li {
  width: 100%;
  float: left;
  line-height: 28px;
  margin-right: 4%;
  margin-bottom: 25px;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 3% 4%;
  font-size: 14px;
}
.contactbox li:nth-of-type(2) {
  margin-right: 0;
}
.contactbox li .txt-box .titbox {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: bold;
}
.contactbox li .txt-box .phone {
  font-size: 22px;
}
.contactbox li .txt-box .add {
  font-size: 18px;
}
.contactbox li .fa {
  margin-right: 8px;
  color: #2177e4;
  width: 20px;
  text-align: center;
}
.contactbox-top li {
  width: 48%;
  margin-right: 4%;
}
.contactbox-top li:last-of-type {
  margin-right: 0;
}
.pages {
  text-align: center;
  margin: 40px 0;
  width: 100%;
}
.pages a {
  background: #437ec4;
  border: 1px solid #437ec4;
  color: #fff;
  padding: 6px 10px;
  font-size: 14px;
  border-radius: 4px;
}
.pages span {
  background: none;
  color: #437ec4;
  border: 1px solid #437ec4;
  padding: 6px 10px;
  font-size: 14px;
  border-radius: 4px;
}
.JHint {
  width: 100%;
  margin: auto;
  background: url(../images/msg.png) 0px center no-repeat;
  height: 20px;
  line-height: 18px;
  padding-left: 24px;
  display: table;
  font-size: 14px;
  color: #cc161e;
  display: block;
  background-size: 16px;
  margin-top: 10px;
  text-align: left;
  visibility: hidden;
}
#clipArea {
  margin: 20px;
  height: 300px;
  width: 320px;
}
.head-box {
  position: relative;
  display: inline-block;
  background: #4789dc;
  border-radius: 4px;
  padding: 6px 12px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  text-indent: 0;
  line-height: 20px;
  margin-left: 20px;
}
#file {
  position: absolute;
  font-size: 100px;
  right: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
.head-but {
  float: right;
  margin: 0  20px 20px 0;
}
#clipBtn {
  border: none;
  background: #8ec14b;
  color: #fff;
  border-radius: 4px;
  padding: 6px 12px;
}
.photo-clip-area {
  border: none !important;
}
.Forgot-tit {
  margin-top: 20px;
  font-size: 14px;
  line-height: 25px;
}
.sub-category {
  display: none;
}
.Not-required-input {
  margin-bottom: 15px;
}
.suspension {
  position: fixed;
  right: 0;
  top: 49%;
  z-index: 100;
  -webkit-transform: translateX(15);
  -moz-transform: translateX(15);
  -o-transform: translateX(15);
  transform: translateX(15px);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.suspension .li {
  background: url(../images/ind-img34.png) no-repeat;
  width: 164px;
  height: 100px;
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.suspension .li a {
  display: block;
  color: #fff;
  padding-top: 20px;
}
.suspension .li a .fa {
  font-size: 24px;
  margin-right: 6px;
  margin-bottom: 5px;
  vertical-align: text-top;
}
.suspension .li:hover {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  -webkit-transform: translateX(15px);
  -moz-transform: translateX(15px);
  -o-transform: translateX(15px);
  transform: translateX(15px);
}
.suspension .li:last-of-type {
  background: url(../images/ind-img35.png) no-repeat;
}
.suspension.curr {
  -webkit-transform: translateX(15);
  -moz-transform: translateX(15);
  -o-transform: translateX(15);
  transform: translateX(15px);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.contact-wp {
  margin: 80px auto 0;
}
.contact-wp .cont-li {
  width: 100%;
  float: left;
  line-height: 28px;
  border: 1px solid #eee;
  margin-bottom: 30px;
  padding: 2% 3%;
}
.contact-wp .cont-li:last-of-type {
  margin-bottom: 0;
}
.contact-wp .cont-li .cont-t {
  font-size: 30px;
  margin-bottom: 30px;
  width: 100%;
  height: 30px;
}
.contact-wp .cont-li .code-img {
  margin-top: 26px;
}
.contact-wp .cont-li .code-img img {
  width: 140px;
}
.contact-wp .cont-li .code-tit a {
  color: #6498d6;
}
.contact-wp .cont-li .title {
  font-size: 18px;
  font-weight: bold;
}
.contact-wp .cont-li .tit {
  width: 50%;
  float: left;
  margin-top: 10px;
}
.contact-wp .cont-li .tit .fa {
  margin-right: 8px;
  color: #367acc;
  width: 20px;
}
.contact-wp .cont-li .tit a {
  color: #6498d6;
}
.contact-wp .cont-li:nth-of-type(2) {
  margin-right: 0;
}
.contact-wp .visa-li {
  border: none;
  padding: 2% 0;
}
.contact-wp .hotel {
  width: 100%;
  float: left;
  line-height: 28px;
}
.contact-wp .hotel .cont-t {
  font-size: 30px;
  margin-bottom: 30px;
  width: 100%;
  height: 30px;
}
.contact-wp .hotel .code-img {
  margin-top: 26px;
}
.contact-wp .hotel .code-img img {
  width: 140px;
}
.contact-wp .hotel .code-tit a {
  color: #6498d6;
}
.contact-wp .hotel .title {
  font-size: 18px;
  font-weight: bold;
}
.contact-wp .hotel .tit {
  margin-top: 15px;
}
.contact-wp .hotel .tit .fa {
  margin-right: 8px;
  color: #367acc;
  width: 20px;
}
.contact-wp .hotel .tit a {
  color: #6498d6;
}
.contact-wp .hotel:nth-of-type(2) {
  width: 31%;
  float: right;
  background: rgba(255, 255, 255, 0.9);
  margin: -260px 35px 0 0;
  padding: 25px;
  border-radius: 5px;
}
.re-apply-box {
  padding: 20px;
  line-height: 22px;
  background-color: #2177e4;
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  text-align: center;
}
.Exhibitors-manual .Exhibitors-manual-tit {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
  width: 100%;
  overflow: hidden;
  padding-top: 15px;
}
.Exhibitors-manual .Exhibitors-manual-tit span {
  font-size: 14px;
  color: #999;
}
.Exhibitors-manual .li {
  border: 1px solid #f1f1f1;
  width: 100%;
  padding: 2% 2%;
  border-radius: 4px;
  margin: 0 2.6% 2.6% 0;
  overflow: hidden;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.Exhibitors-manual .li a {
  display: flex;
  align-items: center;
}
.Exhibitors-manual .li a .fa-file-pdf-o {
  font-size: 16px;
  color: #2f4d95;
  width: 25px;
}
.Exhibitors-manual .li a .tit {
  width: calc(100% - 50px);
}
.Exhibitors-manual .li a .down {
  background: #2f4d95;
  color: #fff;
  width: 80px;
  text-align: center;
  padding: 4px 0;
  border-radius: 4px;
}
.Exhibitors-manual .li a .down .fa {
  padding-right: 4px;
}
.Exhibitors-manual .li:hover {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  background: #2f4d95;
}
.Exhibitors-manual .li:hover a {
  color: #fff;
}
.Exhibitors-manual .li:hover a .down {
  background: #fff;
  color: #2f4d95;
}
.Exhibitors-manual .li:hover .fa {
  color: #fff;
}
.invita-tab {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.invita-tab .inv-li {
  width: 150px;
  height: 40px;
  color: #2c498d;
  padding: 8px 15px;
  text-align: center;
  border: 1px #2c498d solid;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 5px;
  float: left;
  margin-right: 20px;
  cursor: pointer;
}
.invita-tab .inv-li.curr {
  background-color: #2c498d;
  color: #fff;
}
.invita-tab .inv-li:hover {
  background-color: #2c498d;
  color: #fff;
}
.invita-box {
  border: 1px solid #2c498d;
  padding: 20px;
  border-radius: 5px;
  min-height: 500px;
}
.invita-box .invita-con {
  width: 50%;
  margin: 25px auto;
  text-align: center;
  border-radius: 5px;
  background: #f8f8f8;
  padding: 0 0 35px;
}
.invita-box .invita-con .top-t {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: left;
  padding: 0 25px;
  color: #fff;
  background: #2c498d;
  border-radius: 5px 5px 0 0;
  font-size: 16px;
}
.invita-box .invita-con .top-t .fa {
  margin-right: 8px;
  vertical-align: top;
  margin-top: 18px;
}
.invita-box .invita-con .tit {
  font-size: 15px;
  text-align: center;
  margin: 35px auto 0;
  border-bottom: 1px dashed #4274e8;
  width: 86%;
  padding-bottom: 23px;
  color: #2c498d;
}
.invita-box .invita-con .src {
  width: 80%;
  background: #fff;
  border-radius: 5px;
  margin: 25px auto;
  padding: 15px 25px;
  word-break: break-all;
}
.invita-box .invita-con .pic {
  width: 160px;
  margin: 0 auto;
  border: 8px solid #fff;
}
.invita-box .invita-con .pic img {
  width: 100%;
}
.invita-box .invita-con .but {
  width: 160px;
  margin: 25px auto;
  background: #2c498d;
  height: 45px;
  line-height: 45px;
  color: #fff;
  border-radius: 5px;
  display: block;
}
.inv-table {
  width: 100%;
}
.inv-table th {
  background: #f8f8f8;
  font-weight: bold;
}
.inv-table td {
  border-bottom: 1px dashed #ddd;
}
.inv-table th,
.inv-table td {
  text-align: center;
  padding: 10px 15px;
}
.mb-show {
  display: none;
}
.pc-show {
  display: block;
}
@media screen and (max-width: 680px) {
  .mb-show {
    display: block;
  }
  .pc-show {
    display: none;
  }
  .warp {
    width: 90%;
    margin: 0 5%;
  }
  .suspension {
    display: none;
  }
  .top-box {
    padding: 28px 0 28px 0;
  }
  .top-box .logo {
    width: 38%;
  }
  .top-box .logo img {
    width: 100%;
  }
  .top-box .logo-tit {
    margin-top: 4px;
  }
  .top-box .logo-tit .time {
    font-size: 18px;
  }
  .top-box .logo-tit .tit {
    font-size: 14px;
  }
  .ind-con {
    width: 90%;
    margin: 0 5%;
  }
  .ind-con .warp {
    width: 100%;
    margin: 0;
  }
  .ind-con .tit {
    font-size: 16px;
    margin: 18px 0 15px 0;
  }
  .ind-con a {
    margin-top: 0;
  }
  .log-ind-bot {
    width: 100%;
    margin: 0;
  }
  .ind-bot {
    border-radius: 0;
    margin: 0;
  }
  .ind-bot .login-l .tit {
    font-size: 22px;
  }
  .ind-bot .login-l .select-tit-box {
    font-size: 16px;
  }
  .ind-bot .login-l .select-tit-box:after {
    top: 11px;
  }
  .ind-bot .login-l .select-tit-box span {
    padding: 0 10px;
  }
  .ind-review {
    padding: 15px 0 50px 0;
    background-size: 100%;
  }
  .sub-box {
    font-size: 18px;
    line-height: 22px;
    height: 42px;
  }
  .countrycodeinput {
    margin-bottom: 15px;
  }
  .Booth-type .booth-tit {
    width: 100%;
  }
  .Booth-type .type .inp {
    width: 100%;
  }
  .Booth-type .type .form-control {
    margin-bottom: 0;
  }
  .Booth-opening label {
    margin: 0;
  }
  .mb-type {
    margin: 20px 0 10px ;
  }
  .information-box .info-tit {
    margin: 20px 0;
  }
  .ind-wrap {
    width: 90%;
    margin: 0 5%;
  }
  .ind-top {
    height: 6vh;
  }
  .visitor-top .tit {
    display: none;
  }
  .visitor-top .logo {
    width: auto;
    height: 32px;
    margin-top: 4px;
  }
  .visitor-top .logo img {
    height: 100%;
  }
  .visitor-con {
    background: none;
    height: auto;
    margin-top: 0;
    padding: 14px 0;
  }
  .visitor-con .tit {
    font-size: 20px;
    margin-top: 0;
  }
  .visitor-con .nav {
    display: none;
    margin: 10px 0 0 0;
    width: 100%;
  }
  .visitor-con .nav a {
    width: 20%;
    margin: 0;
    font-size: 14px;
    border-radius: 4px;
  }
  .visitor-con .nav a:before {
    display: none;
  }
  .visitor-con .nav a:after {
    display: none;
  }
  .visitor-con .mb-tit {
    margin: 8vh 0 0 4%;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    font-weight: bold;
    color: #337ab7;
  }
  .visitor-con .tab {
    display: none;
    margin: 8vh 4% 0 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .visitor-con .tab a {
    color: #337ab7;
  }
  .visitor-con .tab a .fa {
    color: #337ab7;
  }
  .visitor-box .vis-left {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 15;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    padding: 7vh 0;
  }
  .visitor-box .vis-left .portrait {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
  .visitor-box .vis-left .link {
    padding: 0 12%;
  }
  .visitor-box .vis-left .link a {
    line-height: 28px;
    float: left;
    width: 33.33%;
    text-align: center;
  }
  .visitor-box .vis-left .link-box .Level1 {
    color: #fff;
  }
  .visitor-box .vis-left .link-box .Level1 .fa {
    color: #fff;
  }
  .visitor-box .vis-left .link-box.curr .Level1 {
    color: #333;
  }
  .visitor-box .vis-left .link-box.curr .Level1 .fa {
    color: #2c498d;
  }
  .visitor-box .vis-left .link-box.curr .Level1:hover {
    color: #fff;
  }
  .visitor-box .vis-left.curr {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
  }
  .visitor-box .vis-right {
    width: 100%;
  }
  .visitor-box .vis-right .info-li .box {
    width: 100%;
  }
  .visitor-box .vis-right .info-li .box:nth-of-type(2) {
    margin-top: 18px;
  }
  .visitor-box .vis-right .info-li .box .exhi-editor-l {
    width: 100%;
  }
  .visitor-box .vis-right .info-li .box .exhi-editor-l .link {
    width: 70%;
    margin: 0 15%;
  }
  .visitor-box .vis-right .info-li .box .exhi-editor-r {
    width: 100%;
    margin-top: 15px;
  }
  .visitor-box .vis-right .info-li .box .exhi-editor-r .info .add {
    width: 100%;
  }
  .visitor-box .vis-right .info-li .box .exhi-editor-r .info .progress-r {
    width: 100%;
    padding-left: 0;
    border: none;
  }
  .visitor-box .vis-right .info-li .box .exhi-editor-r .company {
    font-size: 18px;
  }
  .visitor-box .vis-right .info-li .box .exhi-no {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    margin: 24px 0 0 0;
  }
  .visitor-box .vis-right .info-li .box .exhi-no-info .no {
    font-size: 28px;
    margin-top: 10px;
  }
  .visitor-box .vis-right .info-li .box .exhi-no-info .no-green {
    font-size: 28px;
    margin-top: 10px;
  }
  .visitor-box .vis-right .info-li .box .editor-wrap {
    margin-bottom: 15px;
  }
  .visitor-box .vis-right .info-li .box .name {
    font-size: 20px;
  }
  .visitor-box .vis-right .info-li .box .editor {
    padding: 0px 8px;
  }
  .visitor-box .vis-right .info-li .appointment-box {
    height: auto;
  }
  .mb-nav-box {
    background: #2f6ab5;
    width: 6vh;
    height: 6vh;
    padding-left: 1.3vh;
    padding-top: 1.1vh;
    z-index: 16;
    position: fixed;
    right: 0;
    top: 0;
  }
  .mb-nav-box span {
    width: 3.5vh;
    height: 3px;
    background: #fff;
    display: block;
    margin: 4px 0;
    border-radius: 35px;
    transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
  }
  .mb-nav-box.curr span {
    transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
  }
  .mb-nav-box.curr span:nth-of-type(1) {
    -ms-transform: translateY(7px) rotate(-45deg);
    -webkit-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
  }
  .mb-nav-box.curr span:nth-of-type(2) {
    opacity: 0;
  }
  .mb-nav-box.curr span:nth-of-type(3) {
    -ms-transform: translateY(-7px) rotate(45deg);
    -webkit-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg);
  }
  .registered-sub .sub-box {
    width: 100%;
  }
  .registered-sub .reset-sub {
    margin: 10px 0;
    line-height: 22px;
  }
  .contactbox li {
    width: 100%;
  }
  .tipbox {
    padding: 5%;
    margin: 4% 0;
  }
  .box-upload .view-img {
    width: 100%;
  }
  .box-upload .rightbox {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .invite-Group-Pop .invite-bottom {
    padding: 4% 5%;
  }
  .invite-Group-Pop .invite-bottom .itembox .item {
    width: 100%;
  }
  .invite-Group-Pop .invite-bottom .itembox .item .box-l span {
    margin-top: 10px;
  }
  .invite-Group-Pop .invite-Group-tit {
    padding: 0 5%;
  }
  .form-control {
    margin-bottom: 15px;
  }
  .expo-news-bar .searchbox .to {
    width: 100%;
    text-align: center;
    line-height: 0px;
    margin-bottom: 15px;
  }
  .expo-news-bar .searchbox button {
    width: 100%;
  }
  .expo-news-bar .searchbox .search-w {
    margin: 0 15px;
  }
  .expo-news-bar .searchbox .link-group {
    margin: 0 15px;
  }
  .tabel-bottom .send-email-btn {
    margin: 15px 0 0 0;
  }
  .page-contantbox .from-box ul li.form-row-box .sexbox ul li {
    width: auto;
    margin-right: 14px;
  }
  .nub-box {
    height: auto;
    overflow: hidden;
  }
  .nub-box .select-groub {
    width: 100%;
  }
  .nub-box .select-groub .form-control {
    width: 100%;
    margin-top: 10px;
  }
  .nub-box .btn-groub {
    width: 100%;
  }
  .nub-box .btn-groub a {
    margin-top: 10px;
    width: 100%;
    display: block;
    padding: 0;
  }
  .Exhibitors-manual .li {
    width: 100%;
    height: auto;
    padding: 6%;
  }
  .contact-wp {
    margin: 30px auto 0;
  }
  .contact-wp .cont-li {
    width: 100%;
    margin-bottom: 20px;
  }
  .contact-wp .cont-li .tit {
    font-size: 14px;
  }
  .footer .con {
    line-height: 22px;
    padding-top: 8px;
  }
}
.layui-layer-note {
  top: 45vh !important;
  width: 500px !important;
  max-width: 95% !important;
  border-radius: 10px !important;
}
.layui-layer-note .layui-layer-content {
  height: auto;
  overflow: auto;
  border-radius: 10px !important;
}
.layui-layer-note .notesbox {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 30px;
}
.layui-layer-note .btnpop {
  background-color: #2f4d95;
  width: 100px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  display: block;
  margin: 0 auto;
  border-radius: 5px;
  text-align: center;
  margin-top: 30px;
}
.layui-layer-note .btnpop a {
  color: #fff;
}
