@charset "utf-8";
.customerservice {
  height: 550px;
  background-image: url(../img/service/service-banner.png);
}
.customerservice .bannerbox-h2 {
  text-align: center;
  font-size: 60px;
  font-weight: bold;
  padding-top: 124px;
  text-shadow: 0 14px 20px rgba(0, 0, 0, 0.3);
}
.customerservice .bannerbox-p {
  text-align: center;
  font-size: 24px;
  margin-top: 40px;
  text-shadow: 0 8px 8px rgba(0, 0, 0, 0.16);
}
.introducebox {
  height: 100%;
  background: #FFF;
  border-radius: 3px;
  -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.2);
  margin-top: -150px;
  margin-bottom: 120px;
  overflow: hidden;
}
.introducebox .intbox-l:after {
  content: '';
  display: block;
  position: absolute;
  left: 100%;
  right: 0;
  bottom: 10px;
  top: 10px;
  border-right: 1px solid #e7e7e7;
}
.introducebox .intbox-l,
.introducebox .intbox-r {
  float: left;
  width: 50%;
  margin: 60px auto;
  text-align: center;
  position: relative;
}
.introducebox .intbox-l .intbox-icon,
.introducebox .intbox-r .intbox-icon {
  margin-bottom: 38px;
}
.introducebox .intbox-l .intbox-icon .intbox-img,
.introducebox .intbox-r .intbox-icon .intbox-img {
  height: 86px;
  width: 86px;
}
.introducebox .intbox-l .intbox-h2,
.introducebox .intbox-r .intbox-h2 {
  font-size: 40px;
  color: #282828;
  font-weight: bold;
}
.introducebox .intbox-l .intbox-p,
.introducebox .intbox-r .intbox-p {
  margin: 30px 0 50px 0;
  font-size: 24px;
  color: #666;
  line-height: 34px;
}
.introducebox .intbox-l .intbox-a,
.introducebox .intbox-r .intbox-a {
  display: block;
  height: 48px;
  width: 158px;
  border: 1px solid #ffb6b6;
  border-radius: 5px;
  color: #ff532b;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  margin: auto;
}
.introducebox .intbox-l .intbox-a:hover,
.introducebox .intbox-r .intbox-a:hover {
  background: -webkit-gradient(linear, left top, right top, from(#e7380c), to(#ff532b));
  background: linear-gradient(to right, #e7380c, #ff532b);
  color: #FFF;
  border: none;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.wrapper {
  min-height: auto;
}
.claimformPage .bannerbox {
  margin-top: -40px;
  height: 370px;
  background: #dde3e9;
}
.claimformPage .bannerbox .breadcrumbs-li {
  margin: 0 auto;
  display: inline-block;
  padding-top: 25px;
  font-size: 14px;
  color: #282828;
}
.claimformPage .bannerbox .breadcrumbs-li .iconfont {
  font-size: 12px;
  color: #666;
}
.claimformPage .bannerbox .breadcrumbs-li .breadcrumbs-a {
  color: #666;
}
.claimformPage .bannerbox .breadcrumbs-li .breadcrumbs-a:hover {
  color: #ff532b;
}
.claimformPage .bannerbox .banner-title {
  text-align: center;
  padding-top: 90px;
  color: #000;
}
.claimformPage .bannerbox .banner-title .banner-h2 {
  font-size: 56px;
  font-weight: bold;
}
.claimformPage .bannerbox .banner-title .banner-p {
  font-size: 26px;
  line-height: 50px;
  margin-top: 16px;
  font-weight: 300;
}
.claimformPage .claimformcont {
  margin-top: -100px;
  margin-bottom: 100px;
}
.claimformPage .claimformcont .claimformbox {
  height: auto;
  margin-bottom: 20px;
  margin-right: 34px;
  z-index: 2;
}
.claimformPage .claimformcont .claimformbox .intbox-p {
  font-size: 26px;
  color: #000;
  display: inline-block;
  line-height: 36px;
  font-weight: bold;
  cursor: pointer;
}
.claimformPage .claimformcont .claimformbox .intbox-p:hover {
  color: #ff532b;
}
.claimformPage .claimformcont .claimformbox .intbox-type {
  font-size: 22px;
  margin-top: 28px;
  color: #999999;
}
.claimformPage .claimformcont .detailbox {
  min-height: 160px;
  position: relative;
  padding: 0 30px;
  vertical-align: middle;
  border: 1px solid #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 0%, #f6f7f8 80%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ffffff), color-stop(80%, #f6f7f8));
  background: -webkit-linear-gradient(left, #ffffff 0%, #f6f7f8 80%);
  background: -o-linear-gradient(left, #ffffff 0%, #f6f7f8 80%);
  background: -ms-linear-gradient(left, #ffffff 0%, #f6f7f8 80%);
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(80%, #f6f7f8));
  background: linear-gradient(to right, #ffffff 0%, #f6f7f8 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f7f8', GradientType=1);
}
.claimformPage .claimformcont .detailbox .claim-img {
  display: block;
  width: 110px;
  height: 110px;
  background-color: #F5F5FA;
  border-radius: 15px;
  position: absolute;
  top: 50%;
  margin-top: -55px;
}
.claimformPage .claimformcont .detailbox .claim-img > img {
  display: block;
  height: inherit;
}
.claimformPage .claimformcont .detailbox .claim-content {
  padding: 46px 0 40px 0;
  margin: 0 30px 0 140px;
}
.claimformPage .claimformcont .detailbox .download-icon {
  display: inline-block;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff5f39), to(#e7380c));
  background: linear-gradient(to bottom, #ff5f39, #e7380c);
  position: absolute;
  right: -34px;
  top: 50%;
  margin-top: -34px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(236, 63, 20, 0.2);
          box-shadow: 0 10px 20px 0 rgba(236, 63, 20, 0.2);
  overflow: hidden;
}
.claimformPage .claimformcont .detailbox .download-icon .iconfont {
  display: block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  font-size: 40px;
  color: #ffffff;
  position: relative;
}
.claimformPage .claimformcont .detailbox .download-icon:hover .iconfont {
  -webkit-animation: Down 0.6s linear;
          animation: Down 0.6s linear;
}
@-webkit-keyframes Down {
  0% {
    top: 0;
  }
  25% {
    top: 35px;
  }
  50% {
    top: 70px;
  }
  51% {
    top: -70px;
  }
  75% {
    top: -35px;
  }
  100% {
    top: 0;
  }
}
@keyframes Down {
  0% {
    top: 0;
  }
  25% {
    top: 35px;
  }
  50% {
    top: 70px;
  }
  51% {
    top: -70px;
  }
  75% {
    top: -35px;
  }
  100% {
    top: 0;
  }
}
.contactus .bannerbox-h2 {
  color: #000000;
  text-align: center;
  font-size: 56px;
  font-weight: bold;
  padding-top: 90px;
}
.contactus .bannerbox-p {
  color: #000000;
  margin-top: 33px;
  font-size: 26px;
}
.contactus .bannerCenter {
  text-align: center;
  padding: 0px 30px;
}
.contactusbox-con .new-prospect-container .input-box .layout-span .iconfont {
  color: #666666;
}
.contactusbox-con {
  height: 830px;
  position: relative;
}
.contactusbox-con .contactusbox {
  width: 760px;
  border-radius: 5px;
}
.contactusbox-con .appiontment-box {
  z-index: 2;
  position: absolute;
  top: -100px;
  -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.2);
  background: url(../img/service/appiontment-bg.jpg);
  background-size: 100%;
}
.contactusbox-con .appiontment-box .bannerbox-h2 {
  font-size: 36px;
  font-weight: bold;
  margin-top: 48px;
  margin-left: 30px;
}
.contactusbox-con .new-prospect-container {
  padding: 30px;
  width: 100%;
  height: 100%;
}
.contactusbox-con .new-prospect-container .input-box {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.contactusbox-con .new-prospect-container .input-box .select-boxLeft {
  width: 147px;
  position: relative;
}
.contactusbox-con .new-prospect-container .input-box .select-boxLeft .mod_selectName {
  width: 80px;
  border-bottom: 1px solid #9D9D9D;
  position: absolute;
  left: 50px;
}
.contactusbox-con .new-prospect-container .input-box .select-boxLeft .mod_selectName .awarry {
  left: 55px;
  top: 10px;
}
.contactusbox-con .new-prospect-container .input-box .person-sex {
  line-height: 43px;
}
.contactusbox-con .new-prospect-container .input-box .select-box #select {
  border-bottom: 1px solid #9D9D9D;
  width: 130px;
  height: 100%;
  font-size: 18px;
  cursor: pointer;
  padding: 0 10px 0 5px;
}
.contactusbox-con .new-prospect-container .input-box .select-box #select > li {
  position: relative;
  min-height: 100%;
}
.contactusbox-con .new-prospect-container .input-box .select-box .select-head {
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contactusbox-con .new-prospect-container .input-box .select-box .option {
  margin-top: 2px;
  width: 130px;
  color: black;
  background: #fff;
  border: 1px #9D9D9D solid;
  border-top: 0;
  display: none;
  z-index: 10;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 0;
}
.contactusbox-con .new-prospect-container .input-box .select-box .option .option-item {
  margin-bottom: 0;
  height: 24px;
  line-height: 24px;
  padding-left: 5px;
}
.contactusbox-con .new-prospect-container .input-box .select-box .option-item:hover {
  background: #F5F7FA !important;
  color: #333333 !important;
}
.contactusbox-con .new-prospect-container .input-box .layout-span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contactusbox-con .new-prospect-container .input-box .layout-span .iconfont {
  font-size: 34px;
}
.contactusbox-con .new-prospect-container .input-box .name-box,
.contactusbox-con .new-prospect-container .input-box .code-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 550px;
  border-bottom: 1px solid #9D9D9D;
  position: relative;
}
.contactusbox-con .new-prospect-container .input-box .name-box label,
.contactusbox-con .new-prospect-container .input-box .code-box label {
  position: absolute;
  height: 20px;
  cursor: pointer;
  bottom: 10px;
}
.contactusbox-con .new-prospect-container .input-box .name-box input,
.contactusbox-con .new-prospect-container .input-box .code-box input {
  padding: 10px 0;
  height: 100%;
  cursor: pointer;
  font-size: 18px;
}
.contactusbox-con .new-prospect-container .input-box .name-box .tipinfo,
.contactusbox-con .new-prospect-container .input-box .code-box .tipinfo {
  position: absolute;
  top: 45px;
  color: #F56C6C;
  font-size: 16px;
}
.contactusbox-con .new-prospect-container .input-box .layout-span {
  width: 40px;
}
.contactusbox-con .new-prospect-container .input-box .layout-box {
  width: 640px;
  cursor: pointer;
}
.contactusbox-con .new-prospect-container .input-box .langue-box #select-langue,
.contactusbox-con .new-prospect-container .input-box .time-box #select-langue,
.contactusbox-con .new-prospect-container .input-box .langue-box #select-product,
.contactusbox-con .new-prospect-container .input-box .time-box #select-product,
.contactusbox-con .new-prospect-container .input-box .langue-box #select-time,
.contactusbox-con .new-prospect-container .input-box .time-box #select-time {
  border-bottom: 1px solid #9D9D9D;
  width: 100%;
  height: 100%;
  font-size: 18px;
  cursor: pointer;
  padding-left: 0 10px 0 5px;
}
.contactusbox-con .new-prospect-container .input-box .langue-box #select-langue .selected,
.contactusbox-con .new-prospect-container .input-box .time-box #select-langue .selected,
.contactusbox-con .new-prospect-container .input-box .langue-box #select-product .selected,
.contactusbox-con .new-prospect-container .input-box .time-box #select-product .selected,
.contactusbox-con .new-prospect-container .input-box .langue-box #select-time .selected,
.contactusbox-con .new-prospect-container .input-box .time-box #select-time .selected {
  margin-right: 20px;
}
.contactusbox-con .new-prospect-container .input-box .langue-box #select-product,
.contactusbox-con .new-prospect-container .input-box .time-box #select-product {
  min-height: 100%;
}
.contactusbox-con .new-prospect-container .input-box .langue-box #select-langue > li,
.contactusbox-con .new-prospect-container .input-box .time-box #select-langue > li,
.contactusbox-con .new-prospect-container .input-box .langue-box #select-product > li,
.contactusbox-con .new-prospect-container .input-box .time-box #select-product > li,
.contactusbox-con .new-prospect-container .input-box .langue-box #select-time > li,
.contactusbox-con .new-prospect-container .input-box .time-box #select-time > li {
  position: relative;
  height: 100%;
}
.contactusbox-con .new-prospect-container .input-box .langue-box .select-langue-head,
.contactusbox-con .new-prospect-container .input-box .time-box .select-langue-head,
.contactusbox-con .new-prospect-container .input-box .langue-box .select-product-head,
.contactusbox-con .new-prospect-container .input-box .time-box .select-product-head,
.contactusbox-con .new-prospect-container .input-box .langue-box .select-time-head,
.contactusbox-con .new-prospect-container .input-box .time-box .select-time-head {
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contactusbox-con .new-prospect-container .input-box .langue-box .languesOption,
.contactusbox-con .new-prospect-container .input-box .time-box .languesOption,
.contactusbox-con .new-prospect-container .input-box .langue-box .productOption,
.contactusbox-con .new-prospect-container .input-box .time-box .productOption,
.contactusbox-con .new-prospect-container .input-box .langue-box .timeOption,
.contactusbox-con .new-prospect-container .input-box .time-box .timeOption {
  margin-top: 2px;
  width: 640px;
  color: black;
  background: #fff;
  border: 1px #9D9D9D solid;
  border-top: 0;
  display: none;
  z-index: 10;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 0;
}
.contactusbox-con .new-prospect-container .input-box .langue-box .languesOption .langues-item,
.contactusbox-con .new-prospect-container .input-box .time-box .languesOption .langues-item,
.contactusbox-con .new-prospect-container .input-box .langue-box .productOption .langues-item,
.contactusbox-con .new-prospect-container .input-box .time-box .productOption .langues-item,
.contactusbox-con .new-prospect-container .input-box .langue-box .timeOption .langues-item,
.contactusbox-con .new-prospect-container .input-box .time-box .timeOption .langues-item,
.contactusbox-con .new-prospect-container .input-box .langue-box .languesOption .time-item,
.contactusbox-con .new-prospect-container .input-box .time-box .languesOption .time-item,
.contactusbox-con .new-prospect-container .input-box .langue-box .productOption .time-item,
.contactusbox-con .new-prospect-container .input-box .time-box .productOption .time-item,
.contactusbox-con .new-prospect-container .input-box .langue-box .timeOption .time-item,
.contactusbox-con .new-prospect-container .input-box .time-box .timeOption .time-item {
  margin-bottom: 0;
  height: 24px;
  line-height: 24px;
  padding-left: 5px;
}
.contactusbox-con .new-prospect-container .input-box .langue-box .languesOption .langues-item:hover,
.contactusbox-con .new-prospect-container .input-box .time-box .languesOption .langues-item:hover,
.contactusbox-con .new-prospect-container .input-box .langue-box .productOption .langues-item:hover,
.contactusbox-con .new-prospect-container .input-box .time-box .productOption .langues-item:hover,
.contactusbox-con .new-prospect-container .input-box .langue-box .timeOption .langues-item:hover,
.contactusbox-con .new-prospect-container .input-box .time-box .timeOption .langues-item:hover,
.contactusbox-con .new-prospect-container .input-box .langue-box .languesOption .time-item:hover,
.contactusbox-con .new-prospect-container .input-box .time-box .languesOption .time-item:hover,
.contactusbox-con .new-prospect-container .input-box .langue-box .productOption .time-item:hover,
.contactusbox-con .new-prospect-container .input-box .time-box .productOption .time-item:hover,
.contactusbox-con .new-prospect-container .input-box .langue-box .timeOption .time-item:hover,
.contactusbox-con .new-prospect-container .input-box .time-box .timeOption .time-item:hover {
  background: #F5F7FA !important;
  color: #333333 !important;
}
.contactusbox-con .new-prospect-container .input-box .select-product-cont .inlineBlock {
  display: inline-block;
}
.contactusbox-con .new-prospect-container .input-box .product-list {
  display: none;
}
.contactusbox-con .new-prospect-container .input-box .product-list .product-box {
  width: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #d7d7d7;
  margin-top: 7px;
  border-radius: 3px;
  position: relative;
  background-color: #fff;
  z-index: 5;
}
.contactusbox-con .new-prospect-container .input-box .product-list .product-box ul {
  width: 100%;
  height: 230px;
  overflow-y: auto;
}
.contactusbox-con .new-prospect-container .input-box .product-list .product-box ul li {
  padding: 10px;
}
.contactusbox-con .new-prospect-container .input-box .product-list .product-box ul li .ul2 {
  width: 100%;
  height: auto;
  overflow-y: hidden;
}
.contactusbox-con .new-prospect-container .input-box .product-list .product-box ul li .ul3 {
  height: auto;
  overflow-y: hidden;
}
.contactusbox-con .new-prospect-container .input-box .product-list .product-box ul li span {
  margin-left: 10px;
  width: 100%;
}
.contactusbox-con .new-prospect-container .input-box .code-span {
  position: absolute;
  width: 135px;
  height: 43px;
  top: -3px;
  right: 0;
  background: url(../img/service/code-bg.jpg);
  background-size: 100%;
}
.contactusbox-con .new-prospect-container .endTip {
  font-size: 16px;
  color: #999999;
  margin-bottom: 40px;
}
.contactusbox-con .new-prospect-container .endTip a {
  color: #4c82e5;
  text-decoration: underline;
}
.contactusbox-con .new-prospect-container .endButton .sumbitBtn {
  margin: 0 auto;
  width: 243px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  color: #fff;
  background-color: #F7482E;
  border-radius: 30px;
  cursor: pointer;
  -webkit-box-shadow: 0 10px 20px 0 rgba(236, 63, 20, 0.2);
          box-shadow: 0 10px 20px 0 rgba(236, 63, 20, 0.2);
}
.contactusbox-con .contactinfo-box {
  position: absolute;
  top: -40px;
  right: 0;
  background: url(../img/service/contactinfo-bg.jpg) right no-repeat;
  height: inherit;
  background-size: contain;
}
.contactusbox-con .contactinfo-box .right-box {
  position: absolute;
  right: 0;
  width: 390px;
  height: 100%;
}
.contactusbox-con .contactinfo-box .right-box .bannerbox-h2 {
  color: #BD9A7A;
  font-size: 36px;
  font-weight: bold;
  margin-top: 60px;
  margin-left: 30px;
}
.contactusbox-con .contactinfo-box .right-box .contact-con {
  margin-top: 60px;
}
.contactusbox-con .contactinfo-box .right-box .contact-con ul {
  width: 100%;
  padding: 0 30px;
  list-style-type: square !important;
}
.contactusbox-con .contactinfo-box .right-box .contact-con ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 20px;
  margin-bottom: 40px;
}
.contactusbox-con .contactinfo-box .right-box .contact-con ul li .label-span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  color: #CBAD89;
}
.contactusbox-con .contactinfo-box .right-box .contact-con ul li .label-span .square-span {
  width: 5px;
  height: 5px;
  background-color: #CBAD89;
  margin-right: 10px;
}
.contactusbox-con .contactinfo-box .right-box .contact-con ul li .val-span {
  display: block;
  color: #495366;
  padding-left: 10px;
  line-height: 24px;
}
/*网站链接*/
.bannerweb {
  height: 300px;
  background-image: url(../img/service/bannerJ_03.png);
  background-size: cover;
}
.bannerweb h1 {
  font-size: 60px;
  font-weight: bold;
  color: white;
  text-align: center;
  padding-top: 80px;
}
.website {
  margin: -80px auto 100px;
  height: auto;
}
.website .website-li {
  position: relative;
  margin-bottom: 20px;
}
.website .website-li .website-cont {
  background-image: url(../img/service/bgJ.png);
  background-size: 100% 105%;
  border-bottom: 4px solid transparent;
  -webkit-box-shadow: 0 0 16px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 16px 0px rgba(0, 0, 0, 0.1);
  padding: 40px;
}
.website .website-li .website-cont p {
  font-size: 26px;
  font-weight: bold;
  line-height: 35px;
  margin-bottom: 14px;
}
.website .website-li .website-cont a {
  display: block;
  font-size: 20px;
  color: #666666;
}
.website .website-li .website-cont:after {
  content: '';
  display: block;
  width: 10px;
  height: 0px;
  border-bottom: 4px solid #fefefe;
  position: absolute;
  left: 32px;
  bottom: 0;
}
.website .website-li .website-cont:hover {
  border-bottom: 4px solid #ff5555;
}
.website .website-li a:hover {
  color: #ff532b;
}
.contactusbox-con .contactinfo-box .right-box .contact-con ul li .spanhover:hover {
  color: #4981e8;
}
.bannerboxW {
  margin-top: -40px;
  height: 370px;
  background: #dde3e9;
}
.breadcrumbs-li {
  color: black;
}
.breadcrumbs-li .breadcrumbs-a {
  color: black;
}
.select-box .layout-box ul li .selected {
  background: #f0f2f5;
  padding: 10px 25px;
  margin: 5px;
  border-radius: 50px;
  color: #8d94a1;
}
.select-box .layout-box ul li .selected em {
  color: #c0c4cc;
  font-size: 20px;
}
.tel-boxMain {
  margin-left: 20px;
}
.tel-boxMain .tel_phone {
  width: 300px;
  position: relative;
}
.layout-box #select-product .select-product-cont {
  font-size: 20px;
  padding-left: 6px;
}
.codeLabel {
  margin-left: 12px;
}
.nameLabel {
  margin-left: 8px;
}
.emailLabel,
.telLabel,
.select_txtlang,
.nameLabel,
.codeLabel,
.select_txt,
.select-product-cont {
  color: #666666;
}
.select_txtGender {
  position: relative;
  top: 5px;
}
/*.shadow {*/
  /*display: none;*/
  /*position: fixed;*/
  /*left: 0px;*/
  /*top: 0px;*/
  /*z-index: 10;*/
  /*width: 100%;*/
  /*height: 100%;*/
  /*background: black;*/
  /*opacity: 0.4;*/
/*}*/
.popBtn {
  padding: 10px 40px;
  border-radius: 4px;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  background: #ff532b;
  background: -webkit-gradient(linear, left top, right top, from(#e7380c), color-stop(50%, #f03e11), to(#ff532b));
  background: linear-gradient(to right, #e7380c 0%, #f03e11 50%, #ff532b 100%);
}
.pop {
  padding: 20px;
  width: 50%;
  max-width: 600px;
  display: none;
  position: fixed;
  left: 50%;
  text-align: center;
  top: 50%;
  transform: translate(-50%,-50%);
  height: auto;
  border-radius: 3px;
  background: white;
  z-index: 100;
}
.pop img {
  display: block;
  margin: 0 auto;
}
.pop h3 {
	margin-bottom: 20px;
  line-height: 1.2;
  font-size: 26px;
  font-weight: bold;
}
.pop p {
	margin: 20px 0;
  line-height: 1.2;
  font-size: 18px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dddddd;
}
.pop .close {
  position: absolute;
  right: 30px;
  cursor: pointer;
}
.showMessage{
  padding: 15px;
  width: 30%;
  display: flex;
  align-items: center;
  max-width: 600px;
  position: fixed;
  left: 50%;
  text-align: left;
  top: 64px;
  transform: translate(-50%,-50%);
  height: auto;
  color: #ff532b;
  font-size: 16px;
  border-radius: 5px;
  background: rgb(254, 240, 240);
  z-index: 9999;
}
.showMessage .iconfont{
  margin-right: 10px;
}
.mod_select {
  position: absolute;
  left: 0px;
  top: 2px;
  font-familY: Arial, Helvetica, sans-serif;
  width: 130px;
  height: 40px;
}
.mod_select ul {
  margin: 0;
  padding: 0;
}
.mod_select ul li {
  list-style-type: none;
  float: left;
  height: 24px;
}
.select_label {
  color: #982F4D;
  float: left;
  line-height: 24px;
  padding-right: 10px;
  font-size: 12px;
  font-weight: 700;
}
.select_box {
  float: left;
  color: #444;
  position: relative;
  cursor: pointer;
  width: 641px;
  background: url(../select_bg.jpg) repeat-x;
  font-size: 20px;
}
.select_box .awarry {
  position: absolute;
  left: 103px;
  width: 17px;
  height: 19px;
}
.select_txt {
  display: inline-block;
  padding-left: 10px;
  line-height: 24px;
  height: 24px;
  cursor: text;
  overflow: hidden;
  position: relative;
}
.option {
  width: 641px;
  border: solid 1px #d7d7d7;
  position: absolute;
  z-index: 2;
  overflow: hidden;
  display: none;
  left: 0px !important;
  top: 37px !important;
  border-top: 1px solid #9b9b9b !important;
  border-radius: 5px;
}
.option a {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: left;
  padding: 0 10px;
  width: 100%;
  background: #fff;
}
.option a:hover {
  background: #f5f7fa;
}
.contactusbox-con .new-prospect-container .input-box .product-list .product-box ul li .input {
  float: left;
  display: block;
}
.optionlang {
  width: 641px;
}
.select_boxlang {
  width: 641px;
}
.select_txtlang {
  top: 0px;
}
.telLabel,
.emailLabel,
#email,
#tel {
  padding-left: 10px;
}
input[type="checkbox"] {
  font-size: 40px;
  width: 20px;
  height: 20px;
}
.contactusbox-con .new-prospect-container .input-box .product-list .product-box ul li .input {
  float: left;
  display: block;
  position: relative;
  top: 3px;
}
.contactusbox-con .new-prospect-container .input-box .product-list .product-box ul li .title2 {
  color: #333333;
  padding-bottom: 15px;
  font-size: 20px;
  float: left;
  width: 94%;
  line-height: 1.5;
}
.contactusbox-con .new-prospect-container .input-box .product-list .product-box ul li .title1 {
  color: #d7d7d7;
  display: block;
  padding-bottom: 15px;
  font-size: 18px;
}
.contactusbox-con .appiontment-box {
  z-index: 2;
  position: absolute;
  top: -100px;
  -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.2);
  background: url(../img/service/appiontment-bg.jpg);
  background-size: 100% 100% !important;
}
.optionSex {
  margin-top: 8px !important;
}
.optionNum {
  width: 85px;
  margin-top: 8px;
}
@media (max-width: 499px) {
  .sumbitBtn {
    position: relative;
    width: 10rem !important;
    top: 0px !important;
    font-size: 1rem !important;
  }
  .contactusbox-con .new-prospect-container .input-box .layout-box {
    width: 95%;
  }
  .contactusbox-con .new-prospect-container .input-box .product-list .product-box ul li .input {
    float: left;
    display: block;
  }
  .contactusbox-con .new-prospect-container .input-box .product-list .product-box ul li .title2 {
    padding-bottom: 1rem;
    font-size: o.75rem;
    float: left;
    width: 88%;
    line-height: 1.5;
  }
  .contactusbox-con .new-prospect-container .input-box .product-list .product-box ul li .title1 {
    color: #d7d7d7;
    display: block;
    padding-bottom: 0.5rempx;
    font-size: 0,5rem;
  }
  .optionSex a,
  .optionNum a,
  .optionlang a,
  .optionTime a {
    font-size: o.5rem !important;
  }
  .contactusbox-con .new-prospect-container .input-box .select-box .option {
    margin-top: 0.25rem;
  }
  .optionNum {
    width: 5rem;
    position: relative;
    top: 0.5rem !important;
  }
   .contactusbox-con .contactinfo-box .right-box .contact-con ul li,
   .contactusbox-con .contactinfo-box .right-box .contact-con ul li .val-span {
    margin-bottom: 0.2rem;
    font-size: 1rem;
  }
  .contactusbox-con .appiontment-box .bannerbox-h2 {
    margin-top: 1.25rem;
  }
  .optionlang {
    width: 6.25rem;
  }
  .optionSex {
    width: 6.3rem !important;
  }
  .select_txt {
    padding-left: 0.5rem;
  }
  .layout-box #select-product .select-product-cont {
    font-size: 0.5rem;
  }
  .contactusbox-con .appiontment-box {
    z-index: 2;
    position: absolute;
    top: -3.25rem;
    -webkit-box-shadow: 0 10px 2rem 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 10px 2rem 0 rgba(0, 0, 0, 0.2);
    background: url(../img/service/appiontment-bg.jpg);
    background-size: 100% 100% !important;
  }
  .contactusbox-con .new-prospect-container .endTip {
    line-height: 1.7rem;
  }
  .contactusbox-con .new-prospect-container .input-box .email-box {
    width: 94%;
  }
}
@media only screen and (min-device-width: 500px) and (max-device-width: 991px) {
  .contactusbox-con .new-prospect-container .input-box .product-list .product-box ul li .title1 {
    color: #d7d7d7;
    display: block;
    padding-bottom: 15px;
  }
  .select_box {
    width: 28.7rem;
  }
  .pop {
  	width: 60%;
	}
  .optionTime {
    width: 28.7rem;
  }
  .optionlang {
    width: 28.7rem;
  }
  .contactusbox-con .new-prospect-container .input-box .product-list .product-box {
    width: 28.7rem;
  }
  .optionNum {
    width: 4rem;
  }
  .contactusbox-con .new-prospect-container .input-box .name-box {
    width: 78%;
  }
  .tel-boxMain {
    margin: 0px;
  }
  .contactusbox-con .new-prospect-container .input-box .email-box {
    width: 94%;
  }
}
@media only screen and (min-device-width: 992px) and (max-device-width: 1200px) {
  .contactusbox-con .new-prospect-container .input-box .layout-box {
    width: 95%;
  }
  .sumbitBtn {
    position: relative;
    top: 60px;
  }
  .pop {
  	width: 40%;
	}
  .contactusbox-conW {
    height: auto;
  }
  .contactusbox-con .contactinfo-boxW {
    height: 740px;
  }
  .contactusbox-con .appiontment-boxW {
    background: none;
    width: 100%;
    height: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .contactusbox-con .contactinfo-box {
    position: relative;
    top: -120px;
    width: 95%;
    margin: 0 auto;
  }
  .contactusbox-con .contactinfo-box .right-box {
    position: static;
    width: 100%;
  }
  .contactusbox-con .contactinfo-box .right-box .contact-con ul li {
    margin-bottom: 30px;
  }
  .contactusbox-con .contactinfo-box .right-box .contact-con {
    margin-top: 55px;
  }
  .contactusbox-con .contactinfo-box .right-box .bannerbox-h2 {
    padding-top: 40px;
  }
  .contactusbox-con .contactinfo-box .right-box .statement_tip {
    top: 40px !important;
  }
  .contactusbox-con .appiontment-box {
    position: relative;
  }
  .optionNum {
    width: 3.5rem;
  }
  .optionlang {
    width: 34rem;
  }
  .optionTime {
    width: 34rem;
  }
  .contactusbox-con .new-prospect-container .input-box .product-list .product-box {
    width: 34rem;
  }
  .contactusbox-con .new-prospect-container .input-box .layout-box {
    width: 94% !important;
  }
  .contactusbox-con .new-prospect-container .input-box .name-box {
    width: 83%;
  }
}
@media (max-width: 992px) {
  .sumbitBtn {
    position: relative;
    top: 60px;
  }
  .contactusbox-conW {
    height: auto;
  }
  .contactusbox-con .contactinfo-boxW {
    height: 740px;
  }
  .contactusbox-con .appiontment-boxW {
    width: 100%;
    height: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: none;
  }
  .contactusbox-con .contactinfo-box {
    position: relative;
    top: -120px;
    width: 95%;
    margin: 0 auto;
  }
  .contactusbox-con .contactinfo-box .right-box {
    position: static;
  }
  .contactusbox-con .contactinfo-box .right-box .contact-con ul li {
    margin-bottom: 30px;
  }
  .contactusbox-con .contactinfo-box .right-box .contact-con {
    margin-top: 55px;
  }
  .contactusbox-con .contactinfo-box .right-box .bannerbox-h2 {
    padding-top: 40px;
  }
  .contactusbox-con .appiontment-box {
    position: relative;
  }

}
@media (max-width: 768px) {
  .sumbitBtn {
    position: relative;
    top: 2rem;
  }
	.popBtn {
    padding: 0.5rem 1.5rem;
	}
  .pop {
  	width: 90%;
    padding: 1rem;
    padding-bottom: 1.5rem;
	}
  .pop h3 {
		margin-bottom: 1rem;
  	font-size: 1rem;
	}
  .pop p {
 	  margin: 1rem 0;
    padding-bottom: 1.5rem;
	}
  .showMessage{
    padding: 1rem;
    width: 80%;
  	font-size: 1rem;
	}
  .showMessage .iconfont{
  margin-right: 0.75rem;
	}
  .input-box .name-box input {
    width: 100%;
  }
  .contactusbox-conW {
    height: auto;
  }
  .contactusbox-con .contactinfo-boxW {
    height: auto;
  }
  .contactusbox-con .appiontment-boxW {
    width: 100%;
    height: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: none;
  }
  .contactusbox-con .contactinfo-box {
    position: relative;
    top: -6rem;
    width: 95%;
    margin: 0 auto;
    background: url(../img/service/contactinfo-bg.jpg);
    background-size: 100% 100%;
  }
  .contactusbox-con .contactinfo-box .right-box {
    position: static;
    width: 95%;
    margin: 0 auto;
  }
  .contactusbox-con .contactinfo-box .right-box .contact-con ul li {
    margin-bottom: 1rem;
  }
  .contactusbox-con .contactinfo-box .right-box .contact-con {
    margin-top: 1.5rem;
  }
  .contactusbox-con .contactinfo-box .right-box .bannerbox-h2 {
    padding-top: 1.25rem;
    font-size: 1.5rem;
  }

  .bannerbox {
    text-align: center;
    height: 14.5625rem;
    background-size: cover;
  }
  .bannerbox .bannerbox-h2 {
    font-size: 1.875rem;
    font-weight: bold;
    padding-top: 3.5rem;
  }
  .bannerbox .bannerbox-p {
    margin: 0 auto;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    margin-top: 1.5rem;
    padding-bottom: 5.625rem;
  }
  .introducebox {
    margin: 0 auto;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0 0.78125rem;
  }
  .introducebox .intbox-l:after {
    display: none;
  }
  .introducebox .intbox-l,
  .introducebox .intbox-r {
    float: none;
    border: 1px solid #ffffff;
    width: 100%;
    margin: 2.6875rem 0 2rem 0;
  }
  .introducebox .intbox-l .intbox-h2,
  .introducebox .intbox-r .intbox-h2 {
    font-size: 1.5rem;
  }
  .introducebox .intbox-l .intbox-p,
  .introducebox .intbox-r .intbox-p {
    font-size: 0.875rem;
    margin: 0.9375rem 0 1.53125rem 0;
  }
  .introducebox .intbox-l .intbox-icon,
  .introducebox .intbox-r .intbox-icon {
    width: auto;
    height: 2.6875rem;
    margin: 0 auto 1rem;
  }
  .introducebox .intbox-l .intbox-icon .intbox-img,
  .introducebox .intbox-r .intbox-icon .intbox-img {
    height: 2.6875rem;
    width: 2.6875rem;
  }
  .introducebox .intbox-l .intbox-a,
  .introducebox .intbox-r .intbox-a {
    height: 1.875rem;
    width: 5.625rem;
    line-height: 1.875rem;
    margin-bottom: 2.0625rem;
  }
  .introducebox .intbox-l {
    border-bottom: 1px solid #E7E7E7;
  }
  .claimformPage .bannerbox {
    height: 11.5625rem;
  }
  .claimformPage .bannerbox .breadcrumbs-li {
    display: none;
  }
  .claimformPage .bannerbox .banner-title {
    padding-top: 2.4375rem;
    margin: 0;
  }
  .claimformPage .bannerbox .banner-title .banner-h2 {
    font-size: 1.75rem;
  }
  .claimformPage .bannerbox .banner-title .banner-p {
    font-size: 0.9375rem;
    line-height: 1.5625rem;
    margin-top: 0.5rem;
  }
  .claimformPage .claimformcont {
    margin-top: -3.125rem;
    margin-bottom: 1.5rem;

  }
  .claimformPage .claimformcont .claimformbox {
    margin-bottom: 3.125rem;
    margin-right: 1rem;
    border-radius: 0.3125rem;
  }
  .claimformPage .claimformcont .claimformbox .intbox-p {
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }
  .claimformPage .claimformcont .claimformbox .intbox-type {
    font-size: 0.6875rem;
    margin-top: 0.875rem;
  }
  .claimformPage .claimformcont .detailbox {
    min-height: 5rem;
    padding: 0 0.9375rem;
    margin-bottom: 0.9375rem;
  }
  .claimformPage .claimformcont .detailbox .claim-img {
    width: 3.4375rem;
    height: 3.4375rem;
    border-radius: 0.5rem;
    margin-top: -1.71875rem;
  }
  .claimformPage .claimformcont .detailbox .claim-icon,
  .claimformPage .claimformcont .detailbox .claim-icon .iconfont {
    width: 3.4375rem;
    height: 3.4375rem;
    font-size: 2.1875rem;
    line-height: 3.4375rem;
    margin-top: 0;
  }
  .claimformPage .claimformcont .detailbox .claim-content {
    padding: 1.4375rem 0 1.25rem 0;
    margin: 0 0.9375rem 0 4.375rem;
  }
  .claimformPage .claimformcont .detailbox .download-icon {
    right: -1.0625rem;
    margin-top: -1.0625rem;
  }
  .claimformPage .claimformcont .detailbox .download-icon .iconfont {
    width: 2.03125rem;
    height: 2.03125rem;
    line-height: 2.03125rem;
    font-size: 0.75rem;
  }
  .bannerweb {
    height: 9.375rem;
  }
  .bannerweb h1 {
    padding-top: 2.5rem;
    font-size: 1.875rem;
  }
}
@media (max-width: 767px) {
  .website {
    margin: -2.5rem auto 3.125rem;
  }
  .pop {
  	width: 90%;
	}
  .website .website-li {
    margin-bottom: 0.625rem;
  }
  .website .website-li .website-cont {
    border-bottom: 0.125rem solid transparent;
    -webkit-box-shadow: 0 0 0.5rem 0rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 0.5rem 0rem rgba(0, 0, 0, 0.1);
    padding: 1.25rem;
  }
  .website .website-li .website-cont p {
    font-size: 0.9375rem;
    line-height: 1.09375rem;
    margin-bottom: 0.4375rem;
  }
  .website .website-li .website-cont a {
    font-size: 0.75rem;
  }
  .website .website-li .website-cont:after {
    content: '';
    display: block;
    width: 0.5rem;
    height: 0rem;
    border-bottom: 5px solid #fefefe;
    left: 1.8rem;
    bottom: 0;
  }
  .website .website-li .website-cont:hover {
    border-bottom: 4px solid #ff5555;
  }
  .website .website-li a:hover {
    color: #ff532b;
  }
}
/* 预约顾问css */
.orderPopup {
  z-index: 9999;
  display: block;
}
.orderPopup h3 {
  margin: 48px 0 0 30px;
  font-size: 36px;
  font-weight: bold;
}
.orderPopup_content {
  padding: 30px;
}
.orderPopup_content .bottomTip {
  font-size: 16px;
  color: #666;
  line-height: 1.2;
}
.orderPopup_content .bottomTip a {
  color: #4981e8;
  cursor: pointer;
  text-decoration: underline;
}
.orderPopup_content_form {
  margin: 40px 0;
}
.orderPopup_content_form_li {
  margin-bottom: 30px;
}
.orderPopup_content_form .selectBox,
.orderPopup_content_form .iconBox {
  float: left;
}
.orderPopup_content_form .selectBox {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #ccc;
}
.orderPopup_content_form .selectBox .dropdown_list {
  margin: 5px 0 0 0;
  padding: 6px 0;
  list-style: none;
  position: absolute;
  z-index: 999;
  top: 125%;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-transition: opacity 0.25s linear, top 0.25s linear;
  transition: opacity 0.25s linear, top 0.25s linear;
}
.orderPopup_content_form .selectBox .dropdown_list .dropdown_item {
  padding: 6px 12px;
  font-size: 20px;
  cursor: pointer;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
}
.orderPopup_content_form .selectBox .dropdown_list .dropdown_item:hover {
  background-color: #E6E9ED;
}
.orderPopup_content_form .selectBox.is-open .dropdown_list {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.orderPopup_content_form .selectBox .c-button {
  -webkit-appearance: none;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.orderPopup_content_form .selectBox .c-button-dropdown {
  padding: 6px 24px 6px 12px;
  background-color: #fff;
  color: #666;
  font-size: 20px;
  height: 40px;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.orderPopup_content_form .selectBox .c-button-dropdown .iconfont {
  position: absolute;
  top: 10px;
  right: 6px;
  color: #b5b5b5;
}
.orderPopup_content_form .inputBox {
  float: right;
  position: relative;
}
.orderPopup_content_form .inputBox .input_label {
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 12px;
  color: #666;
  font-size: 20px;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: color 0.1s, -webkit-transform 0.2s;
  transition: color 0.1s, -webkit-transform 0.2s;
  transition: transform 0.2s, color 0.1s;
  transition: transform 0.2s, color 0.1s, -webkit-transform 0.2s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.orderPopup_content_form .inputBox .input_label.color666 {
  color: #666;
}
.orderPopup_content_form .inputBox .errorTip {
  position: absolute;
  bottom: -14px;
  left: 0;
  color: #F56C6C;
  display: none;
  font-size: 12px;
}
.orderPopup_content_form .iconBox {
  width: 8%;
}
.orderPopup_content_form .iconBox .iconfont {
  font-size: 36px;
  color: #666;
}
.orderPopup_content_form .select_code {
  width: 14%;
}
.orderPopup_content_form .select_name {
  width: 22%;
}
.orderPopup_content_form .input_name,
.orderPopup_content_form .input_phone {
  width: 76%;
}
.orderPopup_content_form .input_email,
.orderPopup_content_form .select_language,
.orderPopup_content_form .select_time,
.orderPopup_content_form .select_product,
.orderPopup_content_form .input_yzm {
  width: 92%;
}
.orderPopup_content_form .select_product {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #ccc;
}
.orderPopup_content_form .select_product .select_productBox {
  padding: 10px 0 10px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.orderPopup_content_form .select_product .select_productBox span {
  font-size: 20px;
  color: #666;
}
#itemBox {
  max-height: 64px;
  overflow: auto;
}
.orderPopup_content_form .select_product .select_productBox .item {
  display: inline-block;
  background: #f0f2f5;
  color: #8d94a1;
  border-radius: 20px;
  padding: 6px 10px;
  font-size: 16px;
  margin-right: 6px;
  margin-bottom: 6px;
}
.orderPopup_content_form .select_product .select_productBox .item .delete {
  margin-left: 6px;
  color: #c0c4cc;
  cursor: pointer;
}
.orderPopup_content_form .select_product .select_productBox .arrow {
  margin-right: 6px;
  color: #b5b5b5;
}
.orderPopup_content_form .select_product .dropdownBox {
  margin: 5px 0 0 0;
  padding: 10px 20px;
  position: absolute;
  z-index: 999;
  top: 105%;
  left: 0;
  width: 100%;
  height: 200px;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-transition: opacity 0.25s linear, top 0.25s linear;
  transition: opacity 0.25s linear, top 0.25s linear;
}
.orderPopup_content_form .select_product .dropdownBox .personal_name,
.orderPopup_content_form .select_product .dropdownBox .business_name {
  color: #d7d7d7;
  font-size: 18px;
  margin-bottom: 10px;
}
.orderPopup_content_form .select_product .dropdownBox .product_item {
  margin-bottom: 10px;
}
.orderPopup_content_form .select_product .dropdownBox .product_item .item_name {
  font-size: 16px;
  color: #333;
  vertical-align: middle;
  margin-left: 6px;
}
.orderPopup_content_form .select_product .dropdownBox .product_item .chk {
  width: 16px;
  height: 16px;
}
.orderPopup_content_form .select_product.is-open .dropdownBox {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.orderPopup_content_form .input_field {
  position: relative;
  z-index: 99;
  color: #666;
  background: transparent;
  width: 100%;
  height: 40px;
  font-size: 20px;
  padding-left: 12px;
  border-bottom: 1px solid #ccc;
}
.orderPopup_content_form .input_field:focus + .input_label,
.orderPopup_content_form .input_filled .input_label {
  color: #F56C6C;
  -webkit-transform: translate3d(0, -20px, 0) scale3d(0.7, 0.7, 1);
          transform: translate3d(0, -20px, 0) scale3d(0.7, 0.7, 1);
}
.orderPopup_content_form .input_field:focus,
.orderPopup_content_form .input_error {
  border-bottom: 1px solid #F56C6C;
}
.yzmImg {
  width: 20%;
  position: absolute;
  right: 0;
  top: -8px;
  z-index: 998;
  cursor: pointer;
}
.yzmImg img {
  width: 100%;
}
/*.endButton {*/
  /*text-align: center;*/
  /*margin-top: 44px;*/
/*}*/
.endButton .sumbitBtn {
  padding: 20px 66px;
  border-radius: 4px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  background: #ff532b;
  background: -webkit-gradient(linear, left top, right top, from(#e7380c), color-stop(50%, #f03e11), to(#ff532b));
  background: linear-gradient(to right, #e7380c 0%, #f03e11 50%, #ff532b 100%);
}
/*澄清声明css*/
/*.statementPop {*/
  /*position: fixed;*/
  /*width: 60%;*/
  /*max-width: 850px;*/
  /*left: 50%;*/
  /*top: 50%;*/
  /*transform: translate(-50%, -50%);*/
  /*background: #fff;*/
  /*border-radius: 8px;*/
  /*z-index: 999;*/
  /*display: none;*/
/*}*/
/*.statementPop h3 {*/
  /*position: relative;*/
  /*padding: 20px 20px 20px 24px;*/
  /*font-size: 20px;*/
  /*color: #fff;*/
  /*background: #424b6c;*/
  /*border-radius: 8px;*/
  /*border-bottom-right-radius: 0;*/
  /*border-bottom-left-radius: 0;*/
/*}*/
/*.statementPop_content {*/
  /*margin: 0 24px;*/
  /*max-height: 80vh;*/
  /*overflow-y: auto;*/
  /*font-size: 16px;*/
  /*line-height: 1.5;*/
  /*color: #333333;*/
  /*border-bottom: 1px solid #dddddd;*/
/*}*/
/*.statementPop_content p{*/
  /*margin-top: 30px;*/
/*}*/
/*.statementPop_content .first_p{*/
  /*font-weight: bold;*/
/*}*/
/*.statementPop_content span{*/
  /*margin: 50px 0 30px;*/
  /*float: right;*/
/*}*/
.endButton {
  text-align: center;
  margin-top: 24px;
}
/*.endButton .has_passed {*/
  /*padding: 10px 20px;*/
  /*border-radius: 4px;*/
  /*color: #fff;*/
  /*margin-bottom: 24px;*/
  /*font-size: 16px;*/
  /*!*background: #ff532b;*!*/
  /*cursor: pointer;*/
  /*!*background: linear-gradient(to right, #e7380c 0%, #f03e11 50%, #ff532b 100%);*!*/
/*}*/
 .contactusbox-con .contactinfo-box .right-box .statement_tip{
    position: absolute;
    right: -5px;
    top: 60px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    background: #ff532b;
    border-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.contactusbox-con .contactinfo-box .right-box .statement_tip span{
	  font-size: 16px;
    border-bottom: 1px solid #fff;
}

/*.statementPop h3 {*/
  /*text-align:center;*/
/*}*/
/*.statementPop .statementPop_height {*/
  /*max-height:50vh;*/
  /*overflow-y: auto;*/
/*}*/
/*.check_read {*/
  /*padding: 10px 24px 0px;*/
  /*border-top: 1px solid #dddddd;*/
/*}*/
/*.endButton .btn-disabled {*/
  /*background: darkgrey;*/
/*}*/
/*.endButton .btn-enabled {*/
  /*background: linear-gradient(to right, #e7380c 0%, #f03e11 50%, #ff532b 100%);*/
/*}*/

@media (max-width: 768px) {
  .orderPopup {
    width: 100%
  }
  .orderPopup h3 {
    margin: 1rem;
    font-size: 1.5rem;
  }
  .orderPopup_content {
    padding: 1rem;
  }
  .orderPopup_content .bottomTip {
    font-size: 0.8125rem;
    margin-bottom: 1rem;
    line-height: 1.2;
  }
  .orderPopup_content_form {
    margin: 1rem 0;
  }
  .orderPopup_content_form_li {
    margin-bottom: 1rem;
  }
  .orderPopup_content_form .selectBox .dropdown_list .dropdown_item {
    padding: 0.2rem 0.4rem;
    font-size: 0.8125rem;
  }
  .orderPopup_content_form .selectBox .c-button-dropdown {
    padding: 0.2rem 0.5rem 0.2rem 0.2rem;
    font-size: 0.75rem;
    height: 1.6rem;
    padding-left: 0.5rem;
  }
  .orderPopup_content_form .selectBox .c-button-dropdown .iconfont {
    top: 0.4rem;
    right: 0.1rem;
    font-size: 0.625rem;
  }
  .orderPopup_content_form .inputBox .input_label {
    font-size: 0.75rem;
    top: 0.4rem;
    left: 0.5rem;
  }
  .orderPopup_content_form .iconBox .iconfont {
    font-size: 1.2rem;
  }
  .orderPopup_content_form .select_code {
    width: 20%;
  }
  .orderPopup_content_form .select_name {
    width: 28%;
  }
  .orderPopup_content_form .input_name,
  .orderPopup_content_form .input_phone {
    width: 70%;
  }
  .orderPopup_content_form .select_product .select_productBox {
    padding: 0.5rem 0 0.5rem 0.5rem;
  }
  .orderPopup_content_form .select_product .select_productBox span {
    font-size: 0.8125rem;
  }
  .orderPopup_content_form .select_product .select_productBox .item {
    font-size: 0.625rem;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .orderPopup_content_form .select_product .select_productBox .item .delete {
    margin-left: 0.2rem;
  }
  .orderPopup_content_form .select_product .select_productBox .arrow {
    margin-left: 0.2rem;
    font-size: 0.625rem;
  }
  .orderPopup_content_form .select_product .dropdownBox {
    padding: 0.4rem 1rem;
  }
  .orderPopup_content_form .select_product .dropdownBox .personal_name,
  .orderPopup_content_form .select_product .dropdownBox .business_name {
    font-size: 0.625rem;
    margin-bottom: 0.5rem;
  }
  .orderPopup_content_form .select_product .dropdownBox .product_item {
    margin-bottom: 0.5rem;
  }
  .orderPopup_content_form .select_product .dropdownBox .product_item .item_name {
    font-size: 0.8125rem;
    margin-left: 0.2rem;
  }
  .orderPopup_content_form .input_field {
    height: 1.6rem;
    font-size: 0.8125rem;
    padding-left: 0.5rem;
  }
  .orderPopup_content_form .input_field:focus + .input_label,
  .orderPopup_content_form .input_filled .input_label {
    -webkit-transform: translate3d(0, -0.8rem, 0) scale3d(0.7, 0.7, 1);
            transform: translate3d(0, -0.8rem, 0) scale3d(0.7, 0.7, 1);
  }
  .yzmImg {
    width: 30%;
    top: -0.4rem;
  }
  /*.endButton {*/
    /*margin-top: 1rem;*/
  /*}*/
  .endButton .sumbitBtn {
    padding: 0.6rem 2rem;
    font-size: 1.2rem;
  }
  /*澄清声明*/
  /*.statementPop {*/
  /*width: 90%;*/
	/*}*/
  /*.statementPop h3 {*/
    /*padding: 0.625rem 0.625rem 0.625rem 0.75rem;*/
    /*font-size: 1rem;*/
    /*border-radius: 8px;*/
    /*border-bottom-right-radius: 0;*/
    /*border-bottom-left-radius: 0;*/
  /*}*/
  /*.statementPop_content {*/
    /*margin: 0 0.75rem;*/
    /*font-size: 0.875rem;*/
  /*}*/
  /*.statementPop_content p{*/
    /*margin-top: 1rem;*/
  /*}*/
  /*.statementPop_content span{*/
    /*margin: 1.75rem 0 1rem;*/
  /*}*/
  .endButton {
    margin-top: 0.75rem;
  }
  /*.endButton .has_passed {*/
    /*border-radius: 4px;*/
    /*font-size: 0.875rem;*/
  /*}*/
  .contactusbox-con .contactinfo-box .right-box .statement_tip{
    position: absolute;
    right: -0.25rem;
    top: 1.25rem;
    width: 6rem;
    height: 1.5rem;
    line-height: 1.3rem;
    border-radius: 0.75rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
	}
	.contactusbox-con .contactinfo-box .right-box .statement_tip span{
	  font-size: 0.875rem;
	}
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .yzmImg{
    top:-22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .yzmImg {
    width: 20%;
    top: -0.6rem;
  }
}

