body,
html {
  font-family: Inter, Inter-Regular, Inter-Medium, Inter-Bold, Arial, ArialMT !important;
}

.index-quote-discount {
  text-align: center;
  font-size: 16px;
}

.assemblyQuote {
  position: absolute;
  box-sizing: border-box;
  top: 30px;
  right: 0;
  width: 380px;
  height: 334px;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  padding: 0 20px;
}

.assemblyQuote-title {
  color: #cc0000;
  height: 48px;
  line-height: 48px;
  position: relative;
}

.assemblyQuote-title::after {
  content: "";
  position: absolute;
  left: -20px;
  right: -20px;
  bottom: 0;
  border-bottom: 1px solid #E5E5E5;
}

.assemblyQuote .btn {
  display: block;
  background: #cc0000;
  border-radius: 3px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-top: 20px;
}

.tick_box {
  background-color: #6c0a8c;
  height: 14px;
  width: 14px;
}

.point_icon {
  border-radius: 50%;
  position: relative;
  left: 10px;
}

.index-input-wrap input {
  width: 100%;
  border: 1px solid #E5E5E5;
  padding: 0 10px;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}

.index-input-wrap .cell {
  display: table-cell;
  vertical-align: top;
}

.index-input-label {
  padding: 20px 0 10px;
}

.index-input-label, .index-input-con {
  box-sizing: border-box;
  display: table;
  width: 100%;
  table-layout: fixed;
}

.index-select, .index-input-wrap input {
  box-sizing: border-box;
  position: relative;
  height: 36px;
  -moz-appearance: textfield;
}

.index-select::-webkit-outer-spin-button, .index-select::-webkit-inner-spin-button, .index-input-wrap input::-webkit-outer-spin-button, .index-input-wrap input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.index-select {
  position: relative;
  cursor: pointer;
}

.index-select-down {
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 10px;
  color: #999;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.index-select-show {
  display: block;
  height: 34px;
  line-height: 34px;
  border: 1px solid #E5E5E5;
  padding: 0 10px;
}

.index-select-list {
  position: absolute;
  top: 36px;
  border: 1px solid #E5E5E5;
  background-color: #fff;
  left: 0;
  right: 0;
  margin-top: -1px;
  display: none;
  max-height: 300px;
  overflow-y: auto;
}

.index-select-list li {
  height: 28.8px;
  line-height: 28.8px;
  padding: 0 10px;
}

.index-select-list li:hover {
  background-color: #f6f6f6;
}

.index-select.cur .index-select-show, .index-select.cur .index-select-list {
  border-color: #cc0000;
}

.index-select.cur .index-select-down {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.tableItemBox .selType {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  height: 30px;
  justify-content: space-between;
  align-items: center;
}

.tableItemBox .selType label {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  height: 100%;
  color: #333;
  border: 1px solid #adadad;
  font-size: 12px;
  cursor: pointer;
  position: relative;
  border-radius: 2px;
  background: #f6f6f6;
}

.selType p {
  margin-left: 20px;
}

.tableItemBox .selType input {
  position: absolute;
  visibility: hidden;
}

.tableItemBox .selType .active {
  border: 1px solid #6c0a8c;
  border-radius: 3px;
  color: #6c0a8c;
  box-shadow: 0px 0px 6px 0px rgba(113, 18, 143, 0.4);
}

.tableItemBox .selType .point_icon {
  height: 12px;
  width: 12px;
  border: 1px solid #adadad;
  background-color: #fff;
}

.tableItemBox .selType .active .point_icon {
  border-color: #6c0a8c;
  background: url(../png/pcb_count_tick.png) center center #6c0a8c no-repeat;
  background-size: 10px 10px;
}

.light_item {
  padding: 80px 0px;
}

.light_item .text h1 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.light_item .text .content {
  line-height: 22px;
  font-size: 14px;
  margin: 10px 0 30px;
}

.light_item .text .division-box {
  width: 166px;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.light_item .text .division-box .left, .light_item .text .division-box .right {
  width: 60px;
  height: 2px;
  background-color: #cc0000;
  display: inline-block;
}

.light_item .wrap .list {
  display: flex;
  justify-content: space-between;
}

.light_item .wrap {
  width: 1400px;
}

.light_item .item {
  padding: 30px 20px 0;
  width: 330px;
  height: 280px;
  text-align: center;
  box-sizing: border-box;
  background: #f8f9fc;
  border-radius: 16px;
}

.light_item .item .tit {
  padding: 10px 0 0px 0;
  line-height: 1;
  font-size: 20px;
  font-weight: 700;
  height: 48px;
  line-height: 22px;
}

.light_item .item .desc {
  font-size: 14px;
  line-height: 20px;
}

.asbTitle {
  line-height: 66px;
  text-align: center;
  position: relative;
}

.asbTitle h1 {
  font-weight: bold;
  color: #cc0000;
  font-size: 32px;
}

.asbTitle span {
  display: inline-block;
  width: 40px;
  height: 5px;
  background: #fc6121;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  margin: auto;
}

.quotebtn {
  display: inline-block;
  width: 145px;
  line-height: 36px;
  border-radius: 36px;
  border: 1px solid #6c0a8c;
  color: #6c0a8c;
  text-align: center;
  transition: all .3s;
}

.quotebtn:hover {
  background: #6c0a8c;
  color: #fff;
}

.timeOrder {
  height: 14px;
  overflow: hidden;
  font-size: 12px;
}

.assemblyBanner-slider .swiper-pagination-bullet {
  width: 24px !important;
  background-color: #fff;
}

.assemblyBanner-slider .swiper-pagination-bullet-active {
  background-color: #cc0000;
}

.assemblyBanner-slider .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 6px;
  opacity: 0.4;
}

.assemblyBanner-slider .swiper-pagination-bullet-active {
  width: 24px;
  height: 6px;
  opacity: 1;
}

.assemblyBanner-slider .swiper-pagination-bullet, .assemblyBanner-slider .swiper-pagination-bullet-active {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}

/* 1  */
.indexContent {
  background-color: #f8f9fc;
  overflow: hidden;
  position: relative;
}

.indexContent .wrap {
  width: 1400px;
}

.indexContent .tit {
  padding: 82px 0 20px;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}

.indexContent .division-box {
  width: 166px;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.indexContent .division-box .left, .indexContent .division-box .right {
  width: 60px;
  height: 2px;
  background-color: #cc0000;
  display: inline-block;
}

.pcba-capabilities {
  background-color: #f8f9fc;
  padding-bottom: 80px;
}

.pcba-capabilities .pcba-capabilities-content {
  height: 725px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0px 0px 40px 0px rgba(30, 50, 99, 0.06);
  display: flex;
}

.pcba-capabilities .pcba-capabilities-content-left {
  width: 440px;
  min-width: 440px;
}

.pcba-capabilities .pcba-capabilities-content-left .img-box {
  font-size: 16px;
  padding: 0 24px;
}

.pcba-capabilities .pcba-capabilities-content-left .img-box h3 {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 16px;
  padding-top: 47px;
}

.pcba-capabilities .pcba-capabilities-content-left .img-box-small {
  height: 147px;
  cursor: pointer;
}

.pcba-capabilities .pcba-capabilities-content-left .img-box-small:nth-of-type(1) {
  background-image: url(../png/pcba_capabilities_bg1.png);
}

.pcba-capabilities .pcba-capabilities-content-left .img-box-small:nth-of-type(2) {
  background-image: url(../png/pcba_capabilities_bg2.png);
}

.pcba-capabilities .pcba-capabilities-content-left .img-box-small:nth-of-type(3) {
  background-image: url(../png/pcba_capabilities_bg3.png);
}

.pcba-capabilities .pcba-capabilities-content-left .img-box-small:nth-of-type(4) {
  background-image: url(../png/pcba_capabilities_bg4.png);
}

.pcba-capabilities .pcba-capabilities-content-left .img-box-big {
  color: #fff;
  height: 286px !important;
}

.pcba-capabilities .pcba-capabilities-content-left .img-box-big:nth-of-type(1) {
  background-image: url(../png/pcba_capabilities_bg_big1.png);
}

.pcba-capabilities .pcba-capabilities-content-left .img-box-big:nth-of-type(1) h3 {
  padding-top: 91px;
}

.pcba-capabilities .pcba-capabilities-content-left .img-box-big:nth-of-type(2) {
  background-image: url(../png/pcba_capabilities_bg_big2.png);
}

.pcba-capabilities .pcba-capabilities-content-left .img-box-big:nth-of-type(2) h3 {
  padding-top: 80px;
}

.pcba-capabilities .pcba-capabilities-content-left .img-box-big:nth-of-type(3) {
  background-image: url(../png/pcba_capabilities_bg_big3.png);
}

.pcba-capabilities .pcba-capabilities-content-left .img-box-big:nth-of-type(3) h3 {
  padding-top: 70px;
}

.pcba-capabilities .pcba-capabilities-content-left .img-box-big:nth-of-type(4) {
  background-image: url(../png/pcba_capabilities_bg_big4.png);
}

.pcba-capabilities .pcba-capabilities-content-left .img-box-big:nth-of-type(4) h3 {
  padding-top: 80px;
}

.pcba-capabilities .pcba-capabilities-content-right {
  padding: 20px;
}

.pcba-capabilities .pcba-capabilities-content-right .explain-box {
  overflow: hidden;
}

.pcba-capabilities .pcba-capabilities-content-right .explain-box ul {
  width: 100%;
  height: 215px;
  background: #f8f9fc;
  border-radius: 16px;
  padding: 23px 24px;
  box-sizing: border-box;
  float: left;
}

.pcba-capabilities .pcba-capabilities-content-right .explain-box ul h4 {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 14px;
}

.pcba-capabilities .pcba-capabilities-content-right .explain-box ul li {
  line-height: 24px;
  display: flex;
}

.pcba-capabilities .pcba-capabilities-content-right .explain-box ul li img {
  padding-right: 10px;
  height: 12px;
  margin-top: 6px;
}

.pcba-capabilities .pcba-capabilities-content-right .explain-box1 ul {
  width: 450px;
}

.asbIc1 {
  background-color: #ffffff;
}

.asbIc1 dl {
  display: flex;
  margin-bottom: 60px;
}

.asbIc1 dl dt {
  margin-right: 40px;
}

.asbIc1 dl h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 24px;
}

.asbIc1 dl p {
  font-size: 16px;
  margin-bottom: 16px;
  display: flex;
}

.asbIc1 dl p img {
  margin-right: 12px;
  height: 12px;
  margin-top: 4px;
}

.asbIc1 .brand-box {
  overflow: hidden;
  padding-bottom: 80px;
}

.asbIc1 .brand-box img {
  float: left;
}

.asbIc2 {
  height: 670px;
  background-image: url(../png/order_step_bg.png);
}

.asbIc2-content {
  height: 404px;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0px 0px 40px 0px rgba(30, 50, 99, 0.06);
  position: relative;
}

.asbIc2-content dl {
  width: 153px;
  text-align: center;
  position: absolute;
  top: 170px;
  z-index: 2;
}

.asbIc2-content dl:nth-child(1) {
  left: 0px;
}

.asbIc2-content dl:nth-child(2) {
  left: 153px;
}

.asbIc2-content dl:nth-child(3) {
  left: 306px;
}

.asbIc2-content dl:nth-child(4) {
  left: 459px;
}

.asbIc2-content dl:nth-child(5) {
  top: 38px;
  left: 612px;
}

.asbIc2-content dl:nth-child(6) {
  top: 264px;
  left: 612px;
}

.asbIc2-content dl:nth-child(7) {
  left: 765px;
}

.asbIc2-content dl:nth-child(8) {
  left: 918px;
}

.asbIc2-content dl:nth-child(9) {
  left: 1071px;
}

.asbIc2-content dl dd {
  padding: 18px 0;
}

.asbIc2-content .how-to-use-btn {
  border-radius: 25px;
  background: #cc0000;
  color: #ffffff;
  height: 40px;
  padding: 0px 30px;
  display: inline-block;
  line-height: 40px;
  font-size: 16px;
  position: absolute;
  top: 187px;
  left: 1224px;
}

.asbIc2-content .how-to-use-btn:hover {
  background: #db1a1a;
}

.asbIc2-content .left-line, .asbIc2-content .right-line {
  position: absolute;
  top: 199.5px;
  display: inline-block;
  background-color: #e8e8e8;
  height: 1px;
}

.asbIc2-content .left-line {
  width: 523px;
  left: 45px;
}

.asbIc2-content .right-line {
  width: 370px;
  right: 220px;
}

.asbIc2-content .rhomboid1 {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 50px solid #f00;
  border-right: 50px solid transparent;
}

.asbIc2-content .triangle1 {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 153px solid transparent;
  border-right: 153px solid transparent;
  border-bottom: 92px solid #e8e8e8;
  position: absolute;
  left: 536px;
  top: 108px;
}

.asbIc2-content .triangle1::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 152px solid transparent;
  border-right: 152px solid transparent;
  border-bottom: 92px solid #fff;
  position: absolute;
  left: -152px;
  top: 1px;
}

.asbIc2-content .triangle2 {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 153px solid transparent;
  border-right: 153px solid transparent;
  border-top: 92px solid #e8e8e8;
  position: absolute;
  left: 536px;
  top: 214px;
}

.asbIc2-content .triangle2::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 152px solid transparent;
  border-right: 152px solid transparent;
  border-top: 92px solid #fff;
  position: absolute;
  left: -152px;
  top: -93px;
}

.asbIc3 {
  background-color: #fff;
  padding-bottom: 79px;
}

.asbIc3 .desc {
  font-size: 20px;
  padding-bottom: 20px;
}

.asbIc3 .show-case-box li {
  width: 50%;
  padding-right: 20px;
  position: relative;
  border-radius: 20px;
  box-sizing: border-box;
}

.asbIc3 .show-case-box li img {
  border-radius: 20px;
  width: 100%;
}

.asbIc3 .show-case-box li .img-desc {
  position: absolute;
  bottom: 20px;
  left: 28px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  width: 650px;
  z-index: 2;
}

.asbIc3 .show-case-box li .desc-shade {
  height: 80px;
  position: absolute;
  width: 680px;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0 0 20px 20px;
}

.asbIc4 .img-box {
  display: flex;
  justify-content: space-between;
  padding: 104px 0 103px 0;
}

.asbIc4 .img-box img {
  height: 80px;
}

.asbIc5 {
  background-color: #fff;
  padding: 80px 0;
}

.asbIc5 .fct-video-box {
  border-radius: 20px;
  height: 480px;
  object-fit: cover;
}

.asbIc6 {
  padding: 0px 0px 80px 0;
}

.asbIc6 .customers-say-box {
  width: 1200px;
  height: 280px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0px 0px 40px 0px rgba(30, 50, 99, 0.06);
  font-style: italic;
  font-size: 20px;
  padding: 40px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  z-index: 2;
}

.asbIc6 .above-dot {
  position: absolute;
  top: 124px;
  left: 0px;
}

.asbIc6 .below-dot {
  position: absolute;
  right: 0px;
  bottom: -68px;
}

.asbIc7 {
  height: 404px;
  text-align: center;
  background-image: url(../png/confidence_products_bg.png);
}

.asbIc7-box {
  background: rgba(20, 30, 40, 0.7);
  height: 322px;
  padding-top: 82px;
}

.asbIc7 .title {
  width: 1200px;
  height: 160px;
  border-radius: 16px;
  margin: 0px auto 30px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
  padding: 40px 100px 40px 82px;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
}

.asbIc7 .quote-btn {
  border-radius: 25px;
  background: #cc0000;
  color: #ffffff;
  height: 50px;
  padding: 0px 54px 0px 55px;
  display: inline-block;
  line-height: 50px;
  font-size: 16px;
}

.asbIc7 .quote-btn:hover {
  background: #db1a1a;
}

.asbIc8 {
  padding-bottom: 80px;
  background: #ffffff;
}

.asbIc8 .started-step-list {
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  overflow: hidden;
}

.asbIc8 .started-step-list li {
  width: 698.5px;
  float: left;
}

.asbIc8 .started-step-list li a {
  padding: 41px 30px 48px 31px;
  box-sizing: border-box;
  font-size: 20px;
  display: flex;
  align-items: center;
}

.asbIc8 .started-step-list li img {
  margin-right: 20px;
}

.asbIc8 .started-step-list li:hover {
  box-shadow: 0px 6px 16px 0px rgba(39, 45, 64, 0.08);
}

.asbIc8 .started-step-list li:hover span {
  color: #cc0000;
}

.asbIc8 .started-step-list .border-r {
  border-right: 1px solid #e6e6e6;
}

.asbIc8 .started-step-list .border-b {
  border-bottom: 1px solid #e6e6e6;
}

.asbIc8 .need-help-box {
  background-image: url(../png/contact_us_bg.png);
  height: 330px;
  text-align: center;
  margin-top: 80px;
}

.asbIc8 .need-help-box .title {
  width: 700px;
  font-size: 32px;
  font-weight: 700;
  padding: 80px 0 40px 0;
  margin: 0 auto;
}

.asbIc8 .need-help-box .contact-us-btn {
  border-radius: 25px;
  background: #cc0000;
  color: #ffffff;
  height: 50px;
  padding: 0px 73px;
  display: inline-block;
  line-height: 50px;
  font-size: 16px;
}

.asbIc8 .need-help-box .contact-us-btn:hover {
  background: #db1a1a;
}

.asbIc9 {
  height: 90px;
  background: #ffffff;
  box-shadow: 0px -6px 16px 0px rgba(39, 45, 64, 0.08);
  position: fixed;
  z-index: 10;
  bottom: 0px;
  width: 100%;
}

.asbIc9 .wrap {
  padding-top: 19px;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
}

.asbIc9 .wrap .quote-now-btn {
  width: 240px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #cc0000;
  border-radius: 25px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 1399px) {
  .wrap {
    width: 1200px !important;
  }
  .light_item .item {
    width: 280px;
  }
  .pcba-capabilities .pcba-capabilities-content-right .explain-box1 ul {
    width: 350px;
  }
  .asbIc1 .brand-box img {
    width: 191px;
    height: 62px;
  }
  .asbIc2-content dl {
    width: 124px;
  }
  .asbIc2-content dl:nth-child(2) {
    left: 124px;
  }
  .asbIc2-content dl:nth-child(3) {
    left: 277px;
  }
  .asbIc2-content dl:nth-child(4) {
    left: 430px;
  }
  .asbIc2-content dl:nth-child(5), .asbIc2-content dl:nth-child(6) {
    left: 550px;
  }
  .asbIc2-content dl:nth-child(7) {
    left: 675px;
  }
  .asbIc2-content dl:nth-child(8) {
    left: 794px;
  }
  .asbIc2-content dl:nth-child(9) {
    left: 911px;
  }
  .asbIc2-content .how-to-use-btn {
    left: 1026px;
  }
  .asbIc2-content .triangle1 {
    border-left: 130px solid transparent;
    border-right: 130px solid transparent;
    border-bottom: 65px solid #e8e8e8;
    left: 490px;
    top: 122px;
  }
  .asbIc2-content .triangle1::after {
    border-left: 129px solid transparent;
    border-right: 129px solid transparent;
    border-bottom: 65px solid #fff;
    left: -129px;
    top: 1px;
  }
  .asbIc2-content .triangle2 {
    border-left: 130px solid transparent;
    border-right: 130px solid transparent;
    border-top: 65px solid #e8e8e8;
    left: 490px;
    top: 220px;
  }
  .asbIc2-content .triangle2::after {
    border-left: 129px solid transparent;
    border-right: 129px solid transparent;
    border-top: 65px solid #fff;
    left: -129px;
    top: -66px;
  }
  .asbIc2-content .left-line {
    width: 465px;
  }
  .asbIc2-content .right-line {
    width: 265px;
  }
  .asbIc3 .show-case-box li .img-desc {
    width: 550px;
  }
  .asbIc3 .show-case-box li .desc-shade {
    width: 580px;
  }
  .asbIc8 .started-step-list li {
    width: 598.5px;
  }
}

/* 2 */
.ca_content {
  padding: 40px 0;
  text-align: center;
  line-height: 28px;
}

.ca_tableMsgBox {
  margin: 40px 0;
  width: 100%;
}

/* 3 */
.fa_content {
  padding: 60px 0;
}

.fac_1 {
  width: 100%;
  height: 305px;
  background: url("../png/pafs1.png");
  margin: 40px 0;
}

.fac_1Msg {
  position: absolute;
  right: 322px;
  top: 279px;
  font-weight: 700;
  color: transparent;
}

.fac_2 {
  margin: 40px 0;
  position: relative;
}

.fac_2_m {
  display: block;
  position: absolute;
  font-size: 15px;
  color: transparent;
  font-weight: 700;
}

.fac_2_m1 {
  left: 227px;
  top: 373px;
}

.fac_2_m2 {
  left: 821px;
  top: 373px;
}

.fac_2_m3 {
  left: 116px;
  bottom: -313px;
}

.fac_2_m4 {
  left: 518px;
  bottom: -313px;
}

.fac_2_m5 {
  left: 901px;
  bottom: -313px;
}

.fac_2 ul li {
  width: 50%;
  float: left;
  text-align: center;
}

.fac_3 {
  margin-bottom: 10px;
}

.fac_3 ul li {
  width: 400px;
  float: left;
  text-align: center;
}

/* 4 */
.fe_content {
  padding: 60px;
  background: url("../png/pafebg.png") center 150px no-repeat;
}

.fe_content li {
  width: 50%;
  float: left;
  margin-bottom: 115px;
  padding-left: 50px;
  box-sizing: border-box;
  color: #000;
}

.fe_content li .feTitle {
  line-height: 60px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
}

.fe_content .feTitle span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 4px;
  background: #fc6121;
}

.fe_content li p {
  /* line-height: 32px; */
  line-height: 26px !important;
}

.fe_content .fetopMsg {
  min-height: 252px;
}

.fe_content .feDownBtn {
  display: block;
  width: 130px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-top: 20px;
  border-radius: 50px;
  background: #6c0a8c;
}

/* 5 */
.ap_content {
  padding: 50px 0;
}

.ap_content p {
  line-height: 26px;
}

.ap_content .text {
  margin-bottom: 50px;
}

.ap_content .apCtitle {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  line-height: 72px;
}

.ap_content .text img {
  margin: 20px;
}

.ap_content li .apMsgBox {
  width: 50%;
  position: relative;
}

.liuchen {
  position: relative;
}

.liuchen ul {
  position: absolute;
  top: 0;
  padding: 0 50px;
}

.liuchen li {
  float: left;
  width: 25%;
  height: 160px;
  text-align: center;
  padding-top: 115px;
  box-sizing: border-box;
}

.liuchen li p {
  display: inline-block;
  width: 200px;
  line-height: 1.2;
  background: #efefef;
  padding: 2px;
}

/* 5 */
.faq_content {
  padding: 10px 0;
}

.faq_content .faq_title h1 {
  margin: 40px 0;
  font-size: 20px;
  font-weight: bold;
  color: #6c0a8c;
}

.faq_content li {
  margin-bottom: 50px;
  line-height: 26px;
}

.serviessmt-rcf-vct {
  text-align: justify;
}

.serviessmt-rcf li {
  width: 281px;
  height: 200px;
  position: relative;
}

.serviessmt-rcf h2 {
  font-weight: 700;
  padding: 5px 0 20px;
  text-align: center;
}

.serviessmt-rcf img {
  vertical-align: middle;
}

.serviessmt-rcf h4 {
  position: absolute;
  font-weight: 700;
}

.serviessmt-rcf .down {
  padding-top: 8px;
}

.serviessmt-rcf .up h4 {
  left: 20px;
  top: 20px;
  padding-bottom: 12px;
}

.serviessmt-rcf .up h4::after {
  content: "";
  position: absolute;
  width: 29px;
  height: 3px;
  background: #ccc;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.serviessmt-rcf .vlm-wrap-after {
  height: 0;
  margin: 0;
  padding: 0;
}

.serviessmt-rcf .down h4 {
  color: #fff;
  height: 38px;
  line-height: 38px;
  text-align: center;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.serviessmt-rcf .up li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #FC611B;
  width: 0;
  height: 3px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.serviessmt-rcf .up li:hover::after {
  width: 100%;
}

.serviessmt-rcf .up li:hover h4::after {
  background: #FC611B;
}

.serviessmt-rcf .down li:hover h4 {
  height: 0;
}

.serviessmt-orderslide {
  margin-bottom: 20px;
}

.serviessmt-orderslide li {
  background-color: #fff;
  height: 57px;
  line-height: 57px;
}

.serviessmt-orderslide .lt, .serviessmt-orderslide .gt {
  width: 50%;
  box-sizing: border-box;
  padding-left: 20px;
}

.serviessmt-orderslide .lt {
  float: left;
}

.serviessmt-orderslide .gt {
  float: right;
}

.serviessmt-orderslide .col-item {
  padding: 0 17px;
}

.serviessmt-orderslide .col-item-org {
  color: #FF8B23;
  font-weight: 700;
}

.serviessmt-orderslide .gt {
  position: relative;
}

.serviessmt-orderslide .gt::after {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  bottom: 16px;
  width: 1px;
  background-color: #F4F2F2;
}

.serviessmt-orderslide .iti-flag {
  padding: 0;
  margin-right: 17px;
}

.serviessmt-orderslide {
  height: 57px;
  overflow: hidden;
}

.feedback {
  padding-top: 40px;
  position: relative;
}

.feedback h2 {
  font-weight: 700;
  font-size: 22px;
  padding-top: 12px;
  text-align: center;
}

.feedback-tips {
  text-align: center;
  color: #999;
}

.feedback-list {
  padding-top: 12px;
  margin: 0 auto;
}

.feedback-list li {
  width: auto;
  padding: 16px 0;
}

.feedback-list .li {
  box-sizing: border-box;
  position: relative;
  padding: 13px;
  width: 258px;
  min-height: 345px;
  background: #ffffff;
  border-radius: 10px;
  margin: 0 auto;
}

.feedback-list .li .li-hot {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 9;
}

.feedback-list .li:hover {
  box-shadow: 0 0 8px 8px rgba(51, 51, 51, 0.08);
}

.feedback-img {
  border-radius: 10px;
  overflow: hidden;
  height: 141px;
}

.feedback-img img {
  width: 100%;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

.feedback-img img:hover {
  transform: scale(1.2);
}

.feedback-star {
  padding: 12px 0;
  box-sizing: border-box;
  height: 44px;
}

.feedback-star .icoy {
  color: #FFAF3C;
}

.feedback-info .user-avast {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: middle;
}

.feedback-info .user-avast img {
  max-height: 100%;
}

.feedback-info strong {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

.feedback-info .col-item {
  display: inline-block;
  vertical-align: middle;
}

.feedback-params {
  color: #999;
  padding-top: 12px;
  font-size: 12px;
}

.feedback-desc {
  margin-top: 6px;
  overflow: hidden;
  line-height: 20px;
  height: 40px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.feedback-desc:hover {
  text-decoration: underline;
}

.iti-flag {
  background-color: #fff;
}

.feedback .swiper-button-next, .feedback .swiper-button-prev {
  background: none;
  position: absolute;
  color: #fff;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  margin-top: 36px;
  outline: none;
}

.feedback .swiper-button-next:hover, .feedback .swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.feedback .swiper-button-next {
  right: 0;
}

.feedback .swiper-button-prev {
  left: 0;
}

.assemblyBanner {
  position: relative;
  height: 500px;
}

.assemblyBanner .wrap {
  position: relative;
  z-index: 99;
}

.assemblyBanner-slider {
  width: 100%;
  overflow: hidden;
}

.assemblyBanner-slider .img {
  height: 500px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.assemblyBanner-slider-hd {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  z-index: 10;
}

.assemblyBanner-slider-hd .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
}

.assemblyBanner-slider-hd .swiper-pagination-bullet-active {
  background-color: #cc0000;
}

.index-input-wrap input.input-active {
  border-color: #cc0000;
}
