body,
html {
  line-height: normal !important;
}

html,
body {
  background: #fff;
}

img {
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.clear {
  clear: both;
}

.focus {
  border-color: #cc0000 !important;
}

.arror-r {
  background: url(https://static.nextpcb.com/images/home/arrow-r.webp);
  width: 12px;
  height: 12px;
  margin-left: 2px;
  display: inline-block;
  vertical-align: -2px;
}

.new-ad-box {
  display: flex;
}

.new-ad-box .ad-box {
  width: 1060px;
  border-radius: 4px;
}

.new-ad-box .blog-list {
  margin-left: 20px;
}

.new-ad-box .blog-list .blog-item {
  width: 320px;
  height: 120px;
  opacity: 0.9;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 0px 10px 0px rgba(80, 107, 138, 0.1);
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.new-ad-box .blog-list .blog-item:hover {
  box-shadow: 0px 0px 10px 0px rgba(80, 107, 138, 0.3);
}

.new-ad-box .blog-list .blog-item .title {
  font-weight: 700;
  color: #333;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.new-ad-box .blog-list .blog-item .title:hover {
  cursor: pointer;
  color: #C00;
}

.new-ad-box .blog-list .blog-item .blog-info {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #999;
}

.new-ad-box .blog-list .blog-item .blog-info span, .new-ad-box .blog-list .blog-item .blog-info a {
  display: block;
  color: #999;
}

.new-ad-box .blog-list .blog-item .blog-info a {
  cursor: pointer;
}

.new-ad-box .blog-list .blog-item .blog-info a:hover {
  color: #C00;
}

.new-ad-box .blog-list .blog-item .blog-info a:hover .arror-r {
  background: url(https://static.nextpcb.com/images/home/arrow-r-h.webp);
}

.new-ad-box .blog-list .blog-item + .blog-item {
  margin-top: 10px;
}

.index-topad {
  width: 100%;
  max-height: 80px;
  min-height: 60px;
  overflow: hidden;
  position: relative;
  background-color: #f5f5f5;
}

.index-topad-box {
  display: block;
}

.index-topad-box img {
  width: 1920px;
  height: auto;
  margin-left: -360px;
}

.index-topad .icon-close {
  position: absolute;
  width: 22px;
  height: 22px;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

.index-btn,
.index-btn-lg,
.index-btn-box,
.index-btn-box-lg {
  text-align: center;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  background-color: #cc0000;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.index-btn:hover,
.index-btn-lg:hover,
.index-btn-box:hover,
.index-btn-box-lg:hover {
  background-color: #db1a1a;
}

.index-btn-box,
.index-btn-box-lg {
  display: block;
}

.index-btn-lg,
.index-btn-box-lg {
  min-width: 180px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}

.clearfix::after {
  display: block;
  clear: both;
}

.index-input-wrap {
  margin-left: 40px;
}

.index-input-wrap:first-child {
  margin-left: 0;
}

.index-input-wrap input {
  width: 100%;
  border: 1px solid #e8e8e8;
  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-bottom: 8px;
  color: #666;
}

.index-input-con input {
  width: 320px;
}

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

.index-select,
.index-input-wrap input {
  box-sizing: border-box;
  position: relative;
  height: 32px;
  border-radius: 4px;
  -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;
  width: 320px;
}

.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: 30px;
  line-height: 30px;
  border: 1px solid #e8e8e8;
  padding: 0 10px;
  border-radius: 4px;
}

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

.index-select-list li {
  height: 25.6px;
  line-height: 25.6px;
  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);
}

.index-banner {
  position: relative;
  background-color: #f8f8f8;
}

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

.index-banner-slider .swiper-slide {
  height: 380px;
}

.index-banner-slider .bd-item {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 380px;
}

.index-banner-slider-hd {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px !important;
  text-align: right !important;
  padding-right: 20px;
  box-sizing: border-box;
}

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

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

.index-bg {
  width: 100%;
  background: #f8f9fc;
  padding: 80px 0;
}

.index-quote {
  box-shadow: 0px 0px 32px 0px rgba(80, 107, 138, 0.1);
  border-radius: 16px 16px 16px 0;
}

.index-quote-wrap {
  width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}

.index-quote-discount {
  position: absolute;
  bottom: 0;
  left: 0;
}

.index-quote .bd {
  box-sizing: border-box;
  display: flex;
  padding: 24px;
  width: 100%;
  height: 130px;
  background-color: #fff;
  border-radius: 0px 0px 16px 0px;
}

.index-quote .bd .item-list {
  display: flex;
  position: relative;
  width: 100%;
}

.index-quote .bd .item-list .mass-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.index-quote .bd .item-list .mass-box p {
  color: #666;
  line-height: 22px;
}

.index-quote .bd .item-list .mass-box .index-btns-submit {
  margin-left: 52px;
}

.index-quote .bd .item-list .mass-box .tag-box {
  display: flex;
  margin-top: 20px;
}

.index-quote .bd .item-list .mass-box .tag-box .tag {
  height: 26px;
  background: #f8f9fc;
  border-radius: 12px;
  box-sizing: border-box;
  line-height: 26px;
  padding: 0 16px;
  border: 1px solid #f8f9fc;
  cursor: default;
}

.index-quote .bd .item-list .mass-box .tag-box .tag:hover {
  background: rgba(204, 0, 0, 0.05);
  border: 1px solid #cc0000;
  color: #cc0000;
}

.index-quote .bd .item-list .mass-box .tag-box .tag + .tag {
  margin-left: 10px;
}

.index-quote .bd .short-input .numberLimit {
  width: 144px;
}

.index-quote .bd h3 {
  font-size: 18px;
  padding-bottom: 10px;
}

.index-quote .hd {
  display: flex;
  background-color: #f8f9fc;
  color: #333;
  width: 100%;
  border-radius: 16px 16px 0 0;
}

.index-quote .hd li {
  height: 40px;
  line-height: 40px;
  padding: 0 24px;
  font-size: 16px;
  cursor: pointer;
}

.index-quote .hd li.on {
  background-color: #fff;
  color: #333;
  font-weight: 700;
  position: relative;
}

.index-quote .hd li:hover {
  color: #cc0000;
}

.index-quote .hd li:first-child {
  border-radius: 16px 0 0 0;
}

.index-quote .bom-box {
  width: 70%;
  height: 100%;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  margin-top: -6px;
}

.index-quote .bom-box h5 {
  padding-bottom: 8px;
}

.index-quote .bom-box p {
  font-size: 12px;
}

.index-quote .btn-box {
  position: absolute;
  right: 0;
  top: 21px;
}

.index-quote .index-btns-submit {
  background-color: #cc0000;
  color: #fff;
  box-sizing: border-box;
}

.index-quote .index-btns-submit:hover {
  background-color: #db1a1a;
}

.index-adv {
  width: 1400px;
  font-size: 0;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.index-adv-item {
  width: 264px;
  height: 335px;
  background: #ffffff;
  border-radius: 8px;
  box-sizing: border-box;
}

.index-adv-item dt {
  width: 100%;
  height: 158px;
  background: radial-gradient(#ffffff, #ecedef);
  border-radius: 8px 8px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.index-adv-item dd {
  height: 177px;
  padding: 20px 16px;
  box-sizing: border-box;
}

.index-adv-item dd b {
  display: block;
  font-size: 18px;
  height: 21px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.index-adv-item dd p {
  font-size: 12px;
  line-height: 18px;
  color: #666;
}

.index-adv-item dd .quote-btn {
  width: 106px;
  height: 29px;
  background: #cc0000;
  border-radius: 15px;
  cursor: pointer;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  margin-top: 20px;
}

.index-adv-item dd .quote-btn:hover {
  background: #DB1A1A;
}

.index-act {
  padding-top: 30px;
  text-align: justify;
  padding-bottom: 25px;
}

.index-act-wrap {
  overflow: hidden;
}

.index-act-item {
  display: inline-block;
  width: 588px;
  height: 320px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.index-act-item:hover {
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
}

.index-act .swiper-slide-next {
  text-align: right;
}

.index-card-link {
  width: 1400px;
  padding-bottom: 80px;
}

.index-card-link h2 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

.index-card-link .card-list {
  display: flex;
  justify-content: space-between;
}

.index-card-link .card-list .card-item {
  width: 264px;
  height: 340px;
  border-radius: 8px;
  box-shadow: 0px 0px 20px 0px rgba(80, 107, 138, 0.1);
  box-sizing: border-box;
  padding: 20px;
  position: relative;
}

.index-card-link .card-list .card-item:hover {
  background: #fff !important;
  transition: all 0.3s;
  box-shadow: 0px 0px 32px 0px rgba(80, 107, 138, 0.1);
}

.index-card-link .card-list .card-item:hover h3 {
  display: none;
}

.index-card-link .card-list .card-item:hover li {
  display: block;
}

.index-card-link .card-list .card-item:hover a {
  display: block;
}

.index-card-link .card-list .card-item h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.index-card-link .card-list .card-item li {
  display: none;
  font-size: 14px;
  line-height: 24px;
  position: relative;
}

.index-card-link .card-list .card-item a {
  display: none;
  width: 180px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}

.index-card-link .card-list .card-bg1 {
  background: url(https://static.nextpcb.com/images/home/service-new1.webp) no-repeat;
}

.index-card-link .card-list .card-bg2 {
  background: url(https://static.nextpcb.com/images/home/service-new2.webp) no-repeat;
}

.index-card-link .card-list .card-bg3 {
  background: url(https://static.nextpcb.com/images/home/service-new3.webp) no-repeat;
}

.index-card-link .card-list .card-bg4 {
  background: url(https://static.nextpcb.com/images/home/service-new4.webp) no-repeat;
}

.index-card-link .card-list .card-bg5 {
  background: url(https://static.nextpcb.com/images/home/service-new5.webp) no-repeat;
}

.index-factory {
  width: 1400px;
  padding: 80px 0;
}

.index-factory .index-factory-content {
  width: 100%;
  height: 480px;
  display: flex;
  justify-content: space-between;
}

.index-factory .index-factory-content-text {
  width: 560px;
  height: 100%;
  position: relative;
}

.index-factory .index-factory-content-text h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  position: relative;
  margin-bottom: 48px;
}

.index-factory .index-factory-content-text h3::after {
  content: '';
  width: 100px;
  height: 2px;
  background: #cc0000;
  position: absolute;
  bottom: -16px;
  left: 0;
}

.index-factory .index-factory-content-text P {
  font-size: 16px;
  color: #666666;
  line-height: 28px;
}

.index-factory .index-factory-content-text p + p {
  margin-top: 20px;
}

.index-factory .index-factory-content-text .down-pdf {
  width: 405px;
  background: #FFF;
  color: #C00;
  border: 1px solid #C00;
  box-sizing: border-box;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 4px;
}

.index-factory .index-factory-content-media {
  width: 800px;
  height: 100%;
}

.index-factory .index-factory-content-media iframe {
  width: 800px;
  height: 450px;
}

.index-factory .index-factory-content-media video {
  border-radius: 16px;
}

.index-logos {
  text-align: center;
}

.index-logos .list {
  width: 1400px;
  display: flex;
  justify-content: space-between;
}

.index-logos .item {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 90px;
  background-repeat: no-repeat;
  background-position: center center;
}

.index-cust {
  width: 1400px;
  box-sizing: border-box;
  text-align: center;
}

.index-cust h3 {
  font-size: 32px;
  font-weight: 700;
}

.index-cust .icon-hr {
  margin-top: 16px;
  position: relative;
  display: inline-block;
}

.index-cust .icon-hr::before, .index-cust .icon-hr::after {
  content: '';
  width: 100px;
  height: 2px;
  background: #cc0000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.index-cust .icon-hr::before {
  left: 28px;
}

.index-cust .icon-hr::after {
  right: 28px;
}

.index-cust .index-cust-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index-cust .index-cust-content-text {
  width: 700px;
  height: 315px;
  background: linear-gradient(180deg, #f8f9fc, #fffffd);
  border: 2px solid #ffffff;
  border-radius: 16px;
  box-sizing: border-box;
  padding: 20px;
  text-align: left;
}

.index-cust .index-cust-content-text h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.index-cust .index-cust-content-text p {
  font-size: 16px;
  line-height: 26px;
  margin-top: 20px;
}

.index-cust .index-cust-content-text p:last-child {
  line-height: 20px;
}

.index-cust .index-cust-count {
  display: flex;
  justify-content: space-between;
  text-align: left;
  margin-top: 30px;
}

.index-cust .index-cust-count dt {
  font-size: 32px;
  font-family: Inter, Inter-Medium;
  font-weight: 500;
  color: #cc0000;
}

.index-cust .index-cust-count dd {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 10px;
}

.h-42 {
  position: relative;
}

.h-42 i {
  position: absolute;
  font-size: 24px;
}

.text-top {
  vertical-align: top;
}

.index-friend {
  padding: 40px 0 30px;
  overflow: hidden;
  width: 100%;
}

.index-friend .swiper-slide {
  width: auto;
}

.index-friend-list-item {
  display: inline-block;
  width: 150px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  margin: 0 10px;
}

.index-friend img {
  max-height: 80%;
  max-width: 100%;
  vertical-align: middle;
}

.index-services {
  width: 1400px;
  padding: 80px 0;
}

.index-services h2 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}

.index-services .index-services-list {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
}

.index-services .index-services-list .index-services-item {
  width: 264px;
  height: 344px;
}

.index-services .index-services-list .index-services-item img {
  width: 100%;
  height: 264px;
  border-radius: 8px 8px 0 0;
}

.index-services .index-services-list .index-services-item .text {
  width: 100%;
  height: 80px;
  background: #f8f9fc;
  border-radius: 0 0 8px 8px;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 16px;
}

.index-sales {
  width: 1400px;
  box-sizing: border-box;
  padding: 80px 0;
  overflow: hidden;
}

.index-sales h2 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

.index-sales .index-sales-list {
  width: 100%;
}

.index-sales .index-sales-list .swiper-slide {
  width: auto;
}

.index-sales .index-sales-list .index-sales-item {
  display: inline-block;
  width: 264px;
  height: 408px;
  margin: 0 10px;
}

.index-sales .index-sales-list .index-sales-item img {
  width: 100%;
  height: 264px;
}

.index-sales .index-sales-list .index-sales-item .text {
  width: 100%;
  padding: 20px;
  text-align: center;
  box-sizing: border-box;
}

.index-sales .index-sales-list .index-sales-item .text b {
  display: block;
  font-size: 20px;
}

.index-sales .index-sales-list .index-sales-item .text span {
  display: block;
  font-size: 12px;
  margin: 4px 0 10px;
  font-weight: 700;
}

.index-sales .index-sales-list .index-sales-item .text p {
  font-size: 12px;
  color: #666;
  line-height: 18px;
}

.index-sales .meet-btn {
  width: auto;
  padding: 0 20px;
  box-sizing: border-box;
  border: 1px solid #C00;
  color: #C00;
  background: #FFF;
  margin-top: 40px;
  display: inline-block;
  margin-left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}

.index-sales .meet-btn .arror-r {
  background: url(https://static.nextpcb.com/images/home/arrow-r-h.webp);
}

.index-sales .meet-btn:hover {
  background: rgba(204, 0, 0, 0.05);
}

.index-knowledge {
  width: 1400px;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
}

.index-knowledge h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
}

.index-knowledge .index-knowledge-list {
  width: 100%;
  display: flex;
}

.index-knowledge .index-knowledge-list .index-knowledge-list-item {
  width: 335px;
  height: 348px;
  background: #ffffff;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 18px;
  cursor: pointer;
}

.index-knowledge .index-knowledge-list .index-knowledge-list-item .knowledge-cover {
  width: 299px;
  height: 226px;
  border-radius: 10px;
}

.index-knowledge .index-knowledge-list .index-knowledge-list-item .knowledge-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.index-knowledge .index-knowledge-list .index-knowledge-list-item .knowledge-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 16px;
  line-height: 24px;
  margin-top: 18px;
  text-align: left;
}

.index-knowledge .index-knowledge-list .index-knowledge-list-item .knowledge-title b {
  color: #fc7021;
  font-weight: 700;
}

.index-knowledge .index-knowledge-list .index-knowledge-list-item + .index-knowledge-list-item {
  margin-left: 20px;
}

.index-knowledge .more-box {
  margin-top: 20px;
  text-align: right;
}

.index-knowledge .more-box a {
  color: #999;
  font-size: 16px;
}

.index-knowledge .more-box a .arror-r {
  vertical-align: 0;
}

.swiper-container-free-mode > .index-knowledge-list.swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  transition-timing-function: linear;
}

.swiper-container-free-mode > .index-sales-list.swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  transition-timing-function: linear;
}

.index-help {
  margin: 80px auto;
  width: 1400px;
  background-color: #f8f9fc;
  background-image: url(https://static.nextpcb.com/images/home/help-bg.webp);
  height: 330px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.index-help h3 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  line-height: 40px;
}

.index-help .index-help-action {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.index-help .index-help-action-btn {
  width: 240px;
  height: 50px;
  background: #f8f9fc;
  border: 1px solid #cc0000;
  border-radius: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  color: #cc0000;
  margin-right: 70px;
}

.index-help .index-help-action-btn:last-child {
  margin-right: 0;
}

.index-help .index-help-action-btn:hover {
  background: #db1a1a;
  border-color: #db1a1a;
  color: #fff;
}

.index-qty-sure {
  text-align: center;
  padding: 4px 0;
}

.index-qty-sure li {
  margin: 4px;
  width: 50px;
  display: inline-block;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.index-qty-sure li:hover {
  background-color: #cc0000;
  color: #fff;
}

.index-qty .index-select-list {
  max-height: 1000px;
  overflow-y: visible;
}

.swiper-container-free-mode > .index-friend-list.swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  transition-timing-function: linear;
}

.index-banner-slider-hd,
.index-act-hd {
  z-index: 2;
  text-align: center;
}

.index-banner-slider-hd .swiper-pagination-bullet,
.index-banner-slider-hd .swiper-pagination-bullet-active,
.index-act-hd .swiper-pagination-bullet,
.index-act-hd .swiper-pagination-bullet-active {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}

.index-banner-slider-hd .swiper-pagination-bullet,
.index-act-hd .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 6px;
  opacity: 0.4;
}

.index-banner-slider-hd .swiper-pagination-bullet-active,
.index-act-hd .swiper-pagination-bullet-active {
  width: 24px;
  height: 6px;
  opacity: 1;
}

.index-select-short {
  width: 160px;
}

@media screen and (max-width: 1399px) {
  html,
  body {
   
  }
  .index-quote-wrap {
    width: 1200px;
  }
  .index-select-short {
    width: 120px;
  }
  .index-input-con input {
    width: 160px;
  }
  .index-quote .bd .short-input .numberLimit {
    width: 104px;
  }
  .index-quote .bd .item-list .mass-box .tag-box {
    margin-top: 10px;
  }
  .new-ad-box .ad-box {
    width: 908px;
  }
  .new-ad-box .blog-list {
    margin-left: 18px;
  }
  .new-ad-box .blog-list .blog-item {
    width: 274px;
    height: 102px;
  }
  .new-ad-box .blog-list .blog-item .title {
    -webkit-line-clamp: 2;
  }
  .index-banner-slider .swiper-slide {
    height: 326px;
  }
  .index-banner-slider .bd-item {
    height: 326px;
  }
  .index-quote .index-btns-submit {
    min-width: 160px;
    width: 160px;
  }
  .index-adv {
    width: 1200px;
  }
  .index-adv .index-adv-item {
    width: 224px;
    height: 341px;
  }
  .index-adv .index-adv-item h3 {
    height: 19px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    margin: 10px 0 25px;
  }
  .index-adv .index-adv-item dt img {
    max-width: 100%;
  }
  .index-card-link {
    width: 1200px;
  }
  .index-card-link .card-list .card-item {
    width: 226px;
    height: 291px;
    background-size: contain;
  }
  .index-card-link .card-list .card-item li {
    font-size: 12px;
    line-height: 22px;
  }
  .index-card-link .card-list .card-item a {
    bottom: 20px;
  }
  .index-factory {
    width: 1200px;
  }
  .index-factory .index-factory-content-text {
    width: 480px;
  }
  .index-factory .index-factory-content-media {
    width: 680px;
    margin-top: 80px;
  }
  .index-factory .index-factory-content-media iframe {
    width: 680px;
    height: 382px;
  }
  .index-factory .index-factory-content-media video {
    width: 100%;
  }
  .index-logos .list {
    width: 1200px;
  }
  .index-cust {
    width: 1200px;
  }
  .index-cust .index-cust-content-text {
    width: 560px;
    height: 343px;
  }
  .index-services {
    width: 1200px;
  }
  .index-services .index-services-list .index-services-item {
    width: 226px;
    height: 294px;
  }
  .index-services .index-services-list .index-services-item img {
    height: 226px;
  }
  .index-services .index-services-list .index-services-item .text {
    height: 68px;
    font-size: 16px;
  }
  .index-sales {
    width: 1200px;
  }
  .index-sales .index-sales-list .index-sales-item {
    width: 226px;
    height: 360px;
    margin: 0 8px;
  }
  .index-sales .index-sales-list .index-sales-item img {
    height: 226px;
  }
  .index-knowledge {
    width: 1200px;
  }
  .index-knowledge .index-knowledge-list .index-knowledge-list-item {
    width: 287px;
    height: 308px;
  }
  .index-knowledge .index-knowledge-list .index-knowledge-list-item .knowledge-cover {
    width: 255px;
    height: 194px;
  }
  .index-knowledge .index-knowledge-list .index-knowledge-list-item .knowledge-title {
    margin-top: 14px;
  }
  .index-help {
    width: 1200px;
    height: 282px;
    background-image: url(https://static.nextpcb.com/images/home/help-bg-sm.webp);
  }
}

.quotecheck {
  box-sizing: border-box;
  display: inline-block;
  color: #666;
  position: relative;
  font-size: 0;
  vertical-align: middle;
}

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

.quotecheck-text {
  display: block;
  box-sizing: border-box;
  height: 32px;
  line-height: 32px;
  border: 1px solid #D2D2D2;
  padding: 0 10px;
  font-size: 14px;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.quotecheck-text::after, .quotecheck-text::before {
  content: "";
  position: absolute;
  transition: all 0.3s;
}

.quotecheck-text::after {
  width: 16px;
  height: 16px;
  bottom: -16px;
  right: -16px;
  background-color: #b8802c;
  transform: rotate(45deg);
}

.quotecheck-text::before {
  border-left: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  width: 5px;
  height: 2px;
  bottom: -12px;
  right: -6px;
  transform: rotate(-45deg);
  z-index: 1;
}

.quotecheck input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.quotecheck input:checked + .quotecheck-text {
  border-color: #b8802c;
  color: #b8802c;
}

.quotecheck input:checked + .quotecheck-text::before {
  bottom: 2px;
  right: 0;
}

.quotecheck input:checked + .quotecheck-text::after {
  bottom: -7px;
  right: -7.5px;
}

.quotecheck:hover .quotecheck-text {
  border-color: #b8802c;
  color: #b8802c;
}

.quotecheck-start, .quotecheck-end {
  font-size: 14px;
  vertical-align: middle;
  display: inline-block;
}

.quotecheck + .quotecheck {
  margin-left: 10px;
}
