/*
 * fusion 2.0 style
 * PC @ 2016-09-18
 */
@charset "UTF-8";

/*public style*/
.c-7ac {
  color: #007AC9;
}

.c-f9 {
  color: #F96235;
}

.c-009 {
  color: #00946C;
}

.visable {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

.is-qty-even {
  color: #F96235;
  font-size: 12px;
  margin-left: 8px;
}

/*btn*/
.select_test_on {
  background: #00946C !important;
  border: 1px solid #007A63;
  box-shadow: 0 -1.5px 0 0 #33A98A inset;
  color: #fff !important;
}

.select_test_off {
  background: #fff !important;
  border: 1px solid rgba(223, 223, 223, 1);
  color: #3c3c3c !important;
}

.function-add-btn {
  display: inline-block;
  font-size: 12px !important;
  font-family: OpenSans-Semibold, OpenSans;
  font-weight: 600;
}

.fusion-btn-green,
.fusion-btn-grey,
.fusion-btn-white {
  width: 200px;
  line-height: 40px;
  border-radius: 2px;
  font-size: 14px;
  color: #fff;
  border: 1px solid #007A63;
  background-color: #00946C;
  box-shadow: 0 -1.5px 0 0 #33A98A inset;
}

.fusion-btn-test-green {
  line-height: 40px;
  border-radius: 2px;
  color: #000;
  font-size: 12px;
  font-family: OpenSans-Semibold, OpenSans;
  font-weight: 600;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

/*btn*/
.fusion-btn-green-long {
  width: 300px;
  line-height: 40px;
  border-radius: 2px;
  font-size: 14px;
  color: #fff;
  border: 1px solid #007A63;
  background-color: #00946C;
  box-shadow: 0 -1.5px 0 0 #33A98A inset;
}

.fusion-btn-grey {
  color: #9c9c9c;
  background-color: #f1f1f1;
  border-color: #dfdfdf;
  box-shadow: 0 -1.5px 0 0 #e1e1e1 inset;
  cursor: not-allowed;
}

.fusion-btn-white {
  color: #3c3c3c;
  background-color: #fff;
  border-color: #dfdfdf;
  box-shadow: none;
}

/* radio */
.btn-radio {
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url('//statics3.seeedstudio.com/assets/img/fusion/svg/btn-radio.svg');
  -webkit-background-size: 13px 13px;
  background-size: 13px 13px;
}

.btn-radio-on {
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url('//statics3.seeedstudio.com/assets/img/fusion/svg/btn-radio-check.svg');
  -webkit-background-size: 13px 13px;
  background-size: 13px 13px;
}

/*.btn-radio-on i {
    width: 4px;
    height: 4px;
}*/
/* selecter */
/* normal */
.selecter {
  position: relative;
  float: left;
  padding: 0 10px;
  margin-right: 10px;
  border: 1px solid #DFDFDF;
  margin-bottom: 5px;
}

.selecter:hover {
  border-color: #00946C;
}

/* pick on */
.selecter-on {
  position: relative;
  line-height: 24px;
  border: 2px solid #00946C !important;
  color: #00946C;
  /*background-image: url('//statics3.seeedstudio.com/assets/img/fusion/svg/option-selected.svg');
    background-size: 20px 17px;
    background-repeat: no-repeat;
    background-position: 42px 7px;*/
}

/* selected state */
.selecter .on {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 16px;
  height: 16px;
  background-image: url('//statics3.seeedstudio.com/assets/img/fusion/svg/option-selected.svg');
  background-size: 20px 17px;
  background-repeat: no-repeat;
}

.selecter-on .on {
  display: block;
}

.function-tips {
  color: #3a3a3a;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
  line-height: 17px;
}

.uploadfile-type {
  width: 60%;
  margin: 0 auto;
  text-align: right;
}

.uploadfile-function-type {
  /* width: 340px!important; */
  text-align: left !important;
}

/* Disable Option */
.selecter-disable,
.selecter-disabled {
  color: #9c9c9c;
  border: 1px dashed #dfdfdf;
  background-color: #F1F1F1;
  cursor: not-allowed;
}

/* reset header fixed bar */
/*#header .shop-nav-outer {
    display: none;
}
#header .user-fixed { top: 1px;}
#header .user-fixed .user,
#header .user-fixed .currency-avatar,
#header .user-fixed .header-cart-btn
{
    background-color: #007A63;
}
#header .user-fixed  a {
    color: #fff;
}*/
.new-fusion {
  /*box-sizing: content-box;*/
  /* margin-top:145px; */
}

.new-fusion .left-bar {
  width: 840px;
}

.new-fusion .right-bar {
  width: 350px;
  margin-top: 15px;
}

.new-fusion .right-bar-pcb {
  width: 450px;
  margin-top: 15px;
}

.fusion-container {
  margin-top: 15px;
  border: 1px solid #DFDFDF;
  border-top: none;
}

/* upload box start */
.upload-box {
  box-sizing: border-box;
  width: 100%;
  padding: 20px 0;
}

.upload-box-long {
  box-sizing: border-box;
  width: 100%;
  padding: 20px 0 0;
}

.upload-box-normal {
  background-color: #EEFAF0;
  border: 1px #00946C dashed;
}

.upload-box-warn {
  background-color: #FFF3EF;
  border: 1px #F96235 dashed;
}

.upload-result {
  margin-top: 20px;
}

.upload-function-result {
  margin-top: 20px;
  text-align: left;
  width: 60%;
  margin: 0 auto;
}

.upload-result .ico-zip {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 20px;
  height: 18px;
  background: url('//statics3.seeedstudio.com/assets/img/fusion/svg/zip.svg') 0 0 no-repeat;
}

.upload-mobile-result {
  margin: 0;
}

/* uploading-bar style */
.uploading-bar {
  width: 490px;
  height: 20px;
  padding: 5px;
  background-color: #fff;
}

.uploading-bar .uploading-progress {
  width: 300px;
  height: 20px;
  /*padding-right: 5px;*/
  line-height: 20px;
  color: #fff;
  text-align: right;
  background: url('//statics3.seeedstudio.com/assets/img/fusion/uploading.gif') 0 0 repeat-x;
  transition: all 0.5s;
}

.gerber-link {
  color: #007AC9;
}

/* upload box end */
/*pcb upload box hack*/
.pcb-upload-box {
  width: auto;
  margin: 20px;
}

.pcb-upload-test-box {
  margin: 0;
  background-color: #EEFAF0;
  border-left: 2px #00946C solid;
  border-right: 2px #00946C solid;
  border-top: none;
  border-bottom: 2px #00946C solid;
  position: relative;
  padding: 26px 80px 18px;
}

.function-tip-box {
  padding: 20px;
  text-align: center;
  font-size: 13px;
  font-family: OpenSans-Semibold, OpenSans;
  font-weight: 600;
  color: #696969;
  line-height: 20px;
}

.row-function-test::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: #00946c;
}

.selecter-function-on {
  position: relative;
  line-height: 24px;
  border: 2px solid #00946C;
  color: #00946C !important;
  background-color: #EEFAF0;
}

.selecter-function-on:before {
  content: '';
  position: absolute;
  top: 100%;
  height: 2px;
  width: 100%;
  left: 0;
  background: rgba(0, 148, 108, 0.2);
  z-index: 20;
}

.selecter-function-on::after {
  content: '';
  position: absolute;
  top: 100%;
  height: 2px;
  width: 100%;
  left: 0;
  background: #fff;
  z-index: 10;
}

.function-detail-second-title {
  margin-block-end: 10px !important;
}

.function-detail-title {
  margin: 6px auto 34px;
  font-size: 13px;
  font-family: OpenSans-Semibold, OpenSans;
  font-weight: 600;
  color: #696969;
  margin-block-start: 0;
  margin-block-end: 35px;
  text-align: left;
}

.function-detail-second-title {
  margin-block-end: 10px !important;
}

.row-function-test {
  padding: 0 !important;
  display: flex;
}

.pcb-upload-box-long {
  width: auto;
  margin: 20px 0;
}

.gerber-tips {
  width: 700px;
  line-height: 20px;
}

.gerber-tips p {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}

.gerber-tips2 {
  width: 700px;
  line-height: 20px;
  height: 40px;
}

.gerber-tips2 p {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}

.gerber-img {
  width: 100%;
}

/*pcb option*/
.row {
  /*margin: 20px 0;
    line-height: 26px;
    clear: both;
    overflow: auto;*/
  /*updata*/
  position: relative;
  padding: 20px 0;
  clear: both;
}

.row-cost {
  padding-left: 18px !important;
}

.row-cost input {
  width: 13px !important;
}

.row-checkbox input {
  width: 13px !important;
}

.row-tierPrice {
  display: flex;
  padding: 0 20px;
}

.row-zebra {
  background: #f5f7fb;
}

.tierPrice {
  text-align: center;
  line-height: 28px;
}

.tierPrice-first {
  width: 30px;
  text-align: center;
}

.tierPrice-second {
  width: 50px;
  text-align: center;
}

.tierPrice-third {
  flex: 2;
  text-align: center;
}

.tierPrice-four {
  flex: 1;
  text-align: right;
}

.new-icon {
  width: 40px;
  background: #e4f4e7;
  color: #5ebca0;
  font-size: 12px;
  font-weight: 600;
  height: 20px;
  margin-left: 10px;
  line-height: 20px;
  text-align: center;
}

.row .row-lg {
  line-height: 32px;
}

.row input,
.row select {
  box-sizing: border-box;
  width: 80px;
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  border: 1px solid #DFDFDF;
  font-size: 13px;
}

.row-expedited input {
  box-sizing: border-box;
  padding: 0 10px;
  line-height: 30px;
  border: 1px solid #DFDFDF;
  font-size: 13px;
}

.row select {
  padding: 5px 10px;
  /*appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;*/
}

.row textarea {
  width: 100%;
  padding: 5px 10px;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.20);
  border-radius: 2px;
}

.option-name {
  float: left;
  width: 180px;
  height: 26px;
  color: #3c3c3c;
  text-align: right;
  overflow: hidden;
  /*font-size: 13px;*/
}

.option-information {
  height: 60px;
  /* 扩大热区 */
  cursor: pointer;
  padding: 0 8px 0 5px;
}

.option-information-test {
  position: absolute;
  cursor: pointer;
  padding: 0 8px 0 5px;
}

.fa {
  /* color: #dfdfdf; */
}

.fa2 {
  color: #9c9c9c;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.option-information:hover .fa {
  color: #00936D;
}

.option-information .fa {
  font-size: 16px;
  color: #dfdfdf;
}

.option-detail,
.gerber-size-tips {
  display: none;
  width: 290px;
  left: 150px;
  top: 50px;
  padding: 10px 15px;
  box-shadow: 1px 0 10px #9C9C9C;
  text-align: left;
  background-color: #fff;
  z-index: 10;
}

.option-detail2 {
  /* display: none; */
  width: 450px;
  height: 330px;
  overflow: scroll;
  right: -450px;
  top: 40px;
  padding: 10px 0;
  border: 1px dashed #00946c;
  text-align: left;
  background-color: #effaf0;
  /* z-index: 9999; */
  position: absolute;
}

.option-detail2.abs img {
  width: 100%;
}

.option-detail2:before,
.option-detail2:after {
  border: dashed transparent;
  content: "";
  bottom: 100%;
  left: 30%;
  position: absolute;
  pointer-events: none;
}

.option-detail2:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 6px;
  margin-left: 8px;
}

.option-detail2:before {
  border-color: rgba(238, 238, 238, 0);
  border-bottom-color: #00946c;
  border-width: 8px;
  margin-left: 7px;
}

/* .option-detail2 img{
    width:100%;
} */
/*option param start*/
.option-param {
  float: right;
  width: 650px;
  line-height: 26px;
}

/* title-block */
.title-block {
  display: inline-block;
  width: 120px;
  line-height: 14px;
}

/* arrow */
.arr-block {
  position: absolute;
  top: 0;
  right: -30px;
  width: 40px;
  display: inline-block;
  /*border-left: 1px solid #dfdfdf;
    background-color: #f9f9f9;*/
  text-align: center;
  line-height: 30px;
}

.arr-block i {
  color: #9c9c9c;
}

/* size warn */
.row .size-warn {
  border-color: #F96235;
}

/*gerber size tips*/
.gerber-size-tips-box {
  display: inline-block;
  width: 30px;
  height: 30px;
}

.gerber-size-tips {
  top: 23px;
  left: -30px;
  color: #9c9c9c;
}

/* pcb qty list */
.pcb-qty-list {
  position: absolute;
  width: 360px;
  padding: 0 20px;
  border: 1px solid #00946C;
  background-color: #fff;
  z-index: 12;
}

.pcb-qty-list .count {
  float: left;
  width: 60px;
}

.pcb-qty-list .count .btn-radio,
.pcb-qty-list .count .btn-radio-on {
  position: relative;
  top: 2px;
  margin-right: 5px;
}

.pcb-layer .selecter {
  width: 60px;
  padding: 0;
  text-align: center;
  margin-right: 10px;
}

.pcb-panelized .eg {
  width: 50px;
  height: 45px;
  position: absolute;
  display: inline-block;
  /*margin-left: -30px;*/
  margin-left: 10px;
  cursor: pointer;
  z-index: 2;
}

.pcb-panelized .eg .eg-img {
  display: none;
  left: -300px;
  top: 30px;
  background-color: #fff;
  box-shadow: 1px 0 10px #9C9C9C;
}

/*pcb color */
.pcb-color .color-list .color-disc {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  border-radius: 50%;
}

.pcb-color .color-list .pcb-c-5 {
  width: 7px;
  height: 7px;
  border: 1px solid #dfdfdf;
  background-color: #ececdf;
}

/* color */
.pcb-color .pcb-c-1 {
  background-color: #008C4A;
}

.pcb-color .pcb-c-2 {
  background-color: #D0011B;
}

.pcb-color .pcb-c-3 {
  background-color: #F6A623;
}

.pcb-color .pcb-c-4 {
  background-color: #4990E2;
}

.pcb-color .pcb-c-6 {
  background-color: #000;
}

.pcb-color .pcb-c-7 {
  background-color: #C94FC6;
}

.pcb-color .pcb-c-8 {
  background-color: #7ED321;
}

.pcb-color .pcb-c-9 {
  background-color: #686868;
}

/*option param end*/
/** 针对多语言做样式调整 */
/*.pcb-type-1 .pcb-surface-finish .option-param { position: relative; height: 60px;}
.pcb-type-1 .pcb-surface-finish .selecter:nth-child(7) {
    position: absolute;
    left: 0;
    top: 40px;
}*/
.pcb-type-1 .pcb-surface-finish .option-param {
  margin-top: -10px;
  /*line-height: 26px;*/
}

.pcb-type-1 .pcb-surface-finish .selecter {
  /*display: inline-block;*/
  margin-top: 10px;
}

/* fusion-price */
.fusion-price {
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #DFDFDF;
  padding-bottom: 30px;
}

.fusion-price .title {
  padding: 0 20px;
  line-height: 40px;
  border-bottom: 1px solid #dfdfdf;
  clear: both;
  overflow: auto;
  background-color: #f9f9f9;
}

.fusion-price .title h1,
.fusion-price .title h2 {
  margin: 0;
  font-size: 16px;
  color: #3c3c3c;
}

.top-border {
  border-top: 1px solid #dfdfdf;
}

.price-list {
  padding: 0 20px;
  margin: 10px 0 15px 0;
}

.price-list li {
  margin: 5px 0;
  clear: both;
  line-height: 24px;
  overflow: auto;
}

.price-list .lable {
  float: left;
  color: #9C9C9C;
}

.price-list .value {
  float: right;
}

.pcba-cost,
.stencil-cost {
  border-bottom: 1px solid #dfdfdf;
}

.bottom-no-border {
  border-bottom: none !important;
}

.pcba-cost .title {
  border-top: 1px solid #dfdfdf;
}

.pcba-cost .price-list {
  padding-bottom: 20px;
}

.pcba-cost .price-list li {
  overflow: inherit;
}

.pcba-cost .price-list li:after {
  display: block;
  content: ' ';
  zoom: 1;
  clear: both;
}

.stencil-cost .title {
  border-top: 1px solid #dfdfdf;
}

.addService {
  padding-left: 25px !important;
}

.user-act-expedited {
  line-height: 50px;
}

.user-act-expedited.disabledColor {
  color: #bbb;
}

.price-list .total-price {
  color: #F96235;
  line-height: 30px;
}

.price-list .total-price .left {
  /* color: #3c3c3c; */
  font-size: 16px;
  font-weight: 600;
}

.price-list .total-price .right {
  /* color: #F96235; */
  font-size: 20px;
}

.price-list .total-price .right .origin {
  color: #4a4a4a;
  font-size: 13px;
  text-decoration: line-through;
}

.price-list .final-price {
  line-height: 30px;
}

/* .price-list .final-price span {
    font-size: 20px;
    color: #F96235;
} */
.price-list .final-price .org-price {
  font-size: 16px;
  color: #3c3c3c;
  text-decoration: line-through;
}

.price-list .row {
  padding: 0
}

.price-list .prod-time {
  overflow: inherit;
}

.price-list .option-information {
  /*left: 106px;
    top: 1px;*/
  height: 28px;
}

.price-list .option-detail {
  left: 25px;
  top: 25px;
}

/* add to cart */
.fusion-price .fusion-btn-grey {
  float: right;
  width: 178px;
  text-align: center;
  margin-right: 20px;
}

.fusion-price .fusion-btn-green {
  float: right;
  text-align: center;
  margin-right: 20px;
  margin-top: 20px;
}

.fusion-price .fusion-btn-grey {
  width: 300px;
}

/*fusion bom*/
#fusion-bom,
#fusion-stencil {
  /*margin: 20px 20px 0 20px;*/
  border: 2px solie transparent;
}

.fusion-part {
  position: relative;
  box-sizing: border-box;
  line-height: 50px;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  /*border-radius: 2px;*/
  background-color: #f9f9f9;
  cursor: pointer;
}

.fusion-part .switch {
  padding: 0 20px 0 16px;
}

.fusion-part h1,
.fusion-part h2 {
  margin: 0;
  color: #3c3c3c;
  font-size: 16px;
}

.fusion-part .fusion-ico {
  position: relative;
  width: 18px;
  margin-right: 5px;
}

.fusion-part .ico-bom {
  top: 16px;
  height: 20px;
  background: url('//statics3.seeedstudio.com/assets/img/fusion/svg/bom.svg') -1px 0 no-repeat;
}
.fusion-part .ico-oem {
  top: 16px;
  height: 20px;
  background: url('../img/svg/oem.svg') -1px 0 no-repeat;
  background-size: 100% 100%;
}

.fusion-part .ico-stencil {
  top: 15px;
  height: 18px;
  background: url('//statics3.seeedstudio.com/assets/img/fusion/svg/stencil.svg') 0 0 no-repeat;
}

.fusion-part .arr {
  font-size: 20px;
  color: #9c9c9c;
  padding: 0 20px;
}

.fusion-part .tips {
  /*position: absolute;
    left: 200px;*/
  margin-left: 20px;
}

/* fusion-wrap */
.fusion-wrap {
  margin: 0 20px;
  /*padding-bottom: 25px;*/
  border-top: 1px solid #dfdfdf;
}

/* fusion*/
#BOM_upload {
  margin: 20px 0;
}

.fusion-bom-list .title h2 {
  margin: 0;
}

/* pcba bom tips */
.bom-format-tips h3 {
  margin: 0 0 10px 0;
}

.bom-format-tips .des {
  width: 340px;
}

.bom-format-tips .des ul {
  list-style-type: disc;
  margin-left: 20px;
}

.bom-format-tips table {
  width: 394px;
}

/* fusion stencil style */
/*#fusion-stencil { display: none;}*/
#fusion-stencil {
  margin-top: 15px;
  padding-bottom: 40px;
}

#fusion-stencil.pd20 {
  padding-bottom: 20px;
}

#fusion-stencil .option-name {
  width: 150px;
}

#fusion-stencil .option-param {
  width: 600px;
}

#fusion-stencil .title-block {
  width: 110px;
}

#fusion-stencil .stencil-dimensions {
  width: 300px;
  background-color: #fff;
}

#fusion-stencil .option-detail {
  left: 120px;
}

/* fusion on pitch style, cover fusion-part style*/
.on-pitch {
  border: 2px solid #00946C;
  border-radius: 2px;
}

.on-pitch .fusion-part {
  background-color: #fff;
  border-color: transparent;
}

/* table style*/
.table th {
  width: 90px;
  padding: 10px 0;
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #dfdfdf;
  line-height: 16px;
  color: #fff;
  background-color: #428C5A;
}

.table td {
  padding: 2px 5px;
  /* word-break: break-word; */
  word-wrap: break-word;
  word-break: break-all;
}

.custom-table .input-heighline {
  outline: 1px solid #00946C;
}

.custom-table input {
  width: 100%;
  border: none;
}

.pcb-help {
  margin: 20px 0 20px 0;
  padding: 0 20px;
}

.pcb-help.bg {
  background-image: url('../img/premium_bg.png');
  background-size: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 20px;
}

.pcb-help.bg li:not(:first-child) {
  list-style-type: disc;
  color: #fff;
  margin-bottom: 10px;
}

.pcb-help p {
  margin: 0;
  line-height: 20px;
}

.the-divider-of-legend {
  margin: 30px 20px;
  border-top: 1px solid #dfdfdf;
}

/* param list show*/
.param-list {
  display: none;
}

/*#fusion-pcb .row,
#fusion-stencil .row { position: relative;}*/
/*seo banner*/
.seo-banner {
  width: 840px;
  height: 200px;
  box-sizing: border-box;
  margin: 10px 0 20px 0;
  padding: 15px 30px 30px 30px;
  line-height: 20px;
  color: #fff;
  background: url('//statics3.seeedstudio.com/assets/img/fusion/fusion_pcb_footer_banner.png') 0 0 no-repeat;
}

.seo-banner .line {
  position: absolute;
}

.seo-banner .line-1 {
  top: 127px;
  left: 55px;
}

.seo-banner .line-2 {
  top: 127px;
  left: 445px;
}

.seo-banner .line-3 {
  top: 156px;
  left: 55px;
}

.seo-banner .line-4 {
  top: 156px;
  left: 445px;
}

.seo-banner-free {
  width: 100%;
  box-sizing: border-box;
  line-height: 20px;
  color: #fff;
  padding-top: -20px;
}

.seo-banner-free h3 {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  height: 30px;
}

.seo-banner-free img {
  width: 100%;
}

.seo-banner-free ul {
  list-style: none;
  padding-left: 30px;
  /* padding-left: 20px; */
  list-style-image: url('/img/detail/yes.png');
}

.seo-banner-free ul li {
  height: 30px;
  text-shadow: -2px 2px 2px #333;
}

.seo-banner-free .line {
  position: absolute;
}

.seo-banner-free .line-1 {
  top: 127px;
  left: 55px;
}

.seo-banner-free .line-2 {
  top: 127px;
  left: 445px;
}

.seo-banner-free .line-3 {
  top: 156px;
  left: 55px;
}

.seo-banner-free .line-4 {
  top: 156px;
  left: 445px;
}

/* bottom tips */
.bottom-tips {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 260px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  background-color: #008DD1;
  border-radius: 2px;
}

.bottom-tips .ico-service {
  position: absolute;
  left: 18px;
  top: 12px;
  width: 20px;
  height: 20px;
  background: url('//statics3.seeedstudio.com/assets/img/fusion/svg/service.svg') 0 0 no-repeat;
}

/* bom 订单 匹配物料样式 */
.table .meta-list {
  padding: 0;
}

.table .meta-list th {
  border: none;
  background-color: #5F9682;
}

/*.table .meta-list td {
    border-top: 1px solid #e9e9e9;
    border-bottom: none;
}*/
.table .meta-list .alternative-bom-list {
  width: 100%;
}

.table .meta-list .alternative-bom-list tr:last-child td {
  border-bottom: none;
}

.table .query-param td:last-child {
  border-right: none;
}

.meta-list .user-meta {
  display: block;
  /*width: 60px;*/
  width: 50px;
  line-height: 26px;
}

.meta-list .query-param {
  width: 722px;
  width: 100%;
  background-color: #f9f9f9;
}

.meta-list .query-param .arr {
  text-align: center;
  cursor: pointer;
}

/*hack*/
#fusion-bom .result-text {
  padding: 0;
}

#fusion-bom .table {
  /*max-width: 754px;*/
  /*max-width: 790px;*/
}

/*.currency-menu { display: none;}*/
/* .currency-menu-footer { display: none;} */
.bom-temp-help {
  top: -118px;
  left: 270px;
  display: none;
  padding: 0 10px;
  box-shadow: 1px 0 10px #9c9c9c;
  background-color: #fff;
  z-index: 1;
}

.temp-table {
  width: 280px;
  color: #3c3c3c;
}

.temp-table tr:first-child {
  background-color: #F9F9F9;
}

/* popModal */
.popup-modal {
  /* display: block; */
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 3;
}

.popup-modal2 {
  /* display: block; */
  /* position: fixed;
    top: 50%;
    left: 50%; */
  z-index: 3;
}

.small-pop {
  width: 360px;
  /*height: 80px;*/
  padding: 10px 20px;
  margin-top: -80px;
  margin-left: -180px;
  text-align: center;
  /*line-height: 80px;*/
  background-color: #000;
  opacity: .8;
  color: #fff;
  font-size: 14px;
}

/* 全屏弹框 */
.pop-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6) none repeat scroll !important;
  /*opacity: .6;*/
  z-index: 12;
  /* 由于要覆头部购物车的index，所以设置为12*/
}

.normal-pop {
  width: 420px;
  height: 200px;
  margin-left: -200px;
  margin-top: -210px;
  text-align: center;
  background-color: #fff;
}

.popup-modal .title {
  line-height: 70px;
}

.popup-modal .text {
  font-size: 20px;
  color: #3c3c3c;
}

.popup-modal .icon {
  width: 50px;
  margin: 50px auto 10px auto;
  line-height: 50px;
  text-align: center;
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
}

.popup-modal .icon .fa {
  font-size: 20px;
}

.popup-modal .icon-success {
  border-color: #58C96B;
}

.popup-modal .icon-success .fa {
  color: #58C96B;
}

.popup-modal .icon-fail {
  border-color: #F96235;
}

.popup-modal .icon-fail .fa {
  color: #F96235;
}

/* action pop */
.action-pop {
  width: 460px;
  /* height: 274px; */
  margin-left: -230px;
  margin-top: -274px;
  padding-bottom: 30px;
  background-color: #F6F6F6;
}

.action-pop .title {
  text-align: center;
  background-color: #fff;
}

.action-pop .content {
  /* width: 560px;
    margin: 20px auto 0 auto; */
  padding: 20px;
  font-size: 14px;
}

.action-pop .content2 {
  margin: 20px auto 0 auto;
  padding: 0 10px;
  font-size: 14px;
}

.action-pop .btn-group {
  text-align: center;
  margin-top: 20px;
}

.action-pop .btn-group .btn {
  width: 140px;
  display: inline-block;
}

.action-pop .btn-group .btn-free {
  width: 140px;
  display: inline-block;
  margin-right: 20px;
}

.action-pop .btn-group .btn-free-right {
  width: 140px;
  display: inline-block;
  padding: 0 10px;
}

.action-pop .btn-close {
  position: absolute;
  right: 8px;
}

.action-pop2 {
  width: 460px;
  /*height: 274px;*/
  margin-left: -230px;
  margin-top: -374px;
  padding-bottom: 30px;
  background-color: #F6F6F6;
}

.action-pop2 .title {
  text-align: center;
  background-color: #fff;
}

.action-pop2 .content {
  width: 360px;
  margin: 20px auto 0 auto;
  font-size: 14px;
}

.action-pop2 .btn-group {
  text-align: center;
  margin-top: 20px;
}

.action-pop2 .btn-group .btn {
  width: 140px;
  display: inline-block;
}

.action-pop2 .btn-group .btn-free {
  width: 140px;
  display: inline-block;
  margin-right: 20px;
}

.action-pop2 .btn-group .btn-free-right {
  width: 140px;
  display: inline-block;
  padding: 0 10px;
}

.action-pop2 .btn-close {
  position: absolute;
  right: 8px;
}

/* 屏蔽通用客服入口 */
.uv_customer {
  display: block;
}

/*
 * 3d打印下单业务css
 */
#fusion-3d-printing .upload-box {
  margin: 20px 0;
}

/*#fusion-3d-printing .upload-box {
    height: 100px;
}*/
.f3d-container .left-bar {
  width: 500px;
  border: 1px solid #dfdfdf;
}

.f3d-container .left-bar .option-name {
  width: 100px;
}

.f3d-container .left-bar .option-param {
  width: 400px;
}

.f3d-container .f3d-container {}

.f3d-container .right-bar {
  margin-top: 0;
}

.f3d-tips {
  margin: 30px 20px 0 20px;
  padding: 20px 0 26px 0;
  border-top: 1px solid #dfdfdf;
}

.f3d-review-block {
  width: 340px;
  height: 363px;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #dfdfdf;
}

.f3d-container .selected-material {
  width: 300px;
  height: 80px;
  /*line-height: 80px;*/
  border: 1px solid #dfdfdf;
  cursor: pointer;
}

.f3d-container .selected-material img {
  width: 110px;
  height: 80px;
  margin-right: 15px;
}

.quick-material-list {
  /*display: none;*/
  width: 300px;
  height: 350px;
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
  box-shadow: 0 0 10px 1px rgba(156, 156, 156, 0.50);
  z-index: 2;
  overflow: auto;
}

.quick-material-list .m-item {
  box-sizing: border-box;
  clear: both;
  padding: 10px;
  overflow: auto;
  cursor: pointer;
  transition: all .2s;
}

.quick-material-list .m-item:hover {
  background-color: #f9f9f9;
}

.quick-material-list .m-item img {
  width: 80px;
  height: 64px;
  margin-right: 25px;
}

.category-list .list {
  /*border: 1px solid #dfdfdf;*/
}

.category-list .list a {
  float: left;
  padding: 0 20px;
  line-height: 34px;
  outline: 1px solid #dfdfdf;
  /*border-top: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;*/
}

.category-list .list .on {
  background-color: #f1f1f1;
}

.category-list .list a:first-child {
  border-radius: 2px 0 0 2px;
}

.category-list .list a:last-child {
  border-right: 1px solid #dfdfdf;
  border-radius: 0 2px 2px 0;
}

.f3d-material-table th {
  font-size: 13px;
}

.f3d-material-table td {
  text-align: center;
}

.f3d-material-table .m-des {
  width: 170px;
}

.f3d-material-table .m-r-arr {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 20px;
}

.f3d-material-table .m-list-img {
  width: 100px;
  margin: 10px auto;
}

/*fusion OPL style */
.opl-bar {
  padding: 20px;
  /*line-height: 60px;*/
  background: #fff;
  /*border: 1px solid #F1F1F1;*/
  /*border-radius: 2px;*/
}

.opl-bar .des {
  box-sizing: border-box;
  padding: 10px 20px;
  width: 590px;
  height: 190px;
  background: url('//statics3.seeedstudio.com/assets/img/fusion/fusion_opl_des_bg.png') 0 0 no-repeat;
}

.opl-bar .des ol {
  padding-left: 15px;
}

#fusion-opl .search-bar {
  width: 530px;
  /*height: 40px;*/
  /*padding-left: 20px;*/
  padding: 11px 0 11px 20px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  /*line-height: 40px;*/
}

#fusion-opl .search-opl {
  display: block;
  width: 120px;
  text-align: center;
  line-height: 38px;
  background-color: #F9F9F9;
  color: #3c3c3c;
  border: 1px solid #DFDFDF;
  border-radius: 3px;
}

.search-wrap {
  margin-top: 16px;
}

.search-wrap-advanced {
  position: relative;
  margin-top: 10px;
  height: 200px;
  background: #F0EDF1;
  border: 1px solid rgba(223, 223, 223, 1);
  border-top: none;
  padding: 20px;
}

.search-wrap-advanced:before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 50%;
  height: 1px;
  width: 79.447%;
  background: rgba(223, 223, 223, 1);
}

#fusion-opl .search-bar {
  width: 60%;
  height: 50px;
  padding: 10px 0 10px 20px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  box-sizing: border-box;
}

.search-bt-wrap {
  display: inline-block;
  width: 39%;
  height: 40px;
  box-sizing: border-box;
  margin-top: 10px;
  margin-left: 1%;
}

#fusion-opl .search-opl {
  display: inline-block;
  width: 45%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(0, 148, 108, 1);
  border-radius: 2px;
  border: 1px solid rgba(0, 122, 99, 1);
  font-size: 12px;
  font-family: OpenSans-Bold, OpenSans;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  box-sizing: border-box;
}

.search-bt-disabled {
  background: rgba(238, 238, 238, 1) !important;
  border: 1px solid rgba(223, 223, 223, 1) !important;
  color: rgba(60, 60, 60, 1) !important;
  cursor: not-allowed;
}

#fusion-opl .search-opl-advanced {
  position: relative;
  display: inline-block;
  width: 52.7%;
  height: 40px;
  /* margin-left: 10px; */
  line-height: 40px;
  text-align: center;
  background: rgba(238, 238, 238, 1);
  border-radius: 2px;
  border: 1px solid rgba(223, 223, 223, 1);
  font-size: 12px;
  font-family: HelveticaNeue-Medium, HelveticaNeue;
  font-weight: 500;
  color: rgba(0, 148, 108, 1);
  box-sizing: border-box;
  margin-left: 1%;
}

.search-advanced-item {
  width: 48%;
  display: inline-block;
  margin-top: 22px;
  box-sizing: border-box;
}

.search-item-lable {
  display: inline-block;
  width: 95px;
  height: 40px;
  text-align: right;
  font-size: 14px;
  font-family: OpenSans-Semibold, OpenSans;
  font-weight: 600;
  color: #3C3C3C;
}

.search-item-tip {
  display: inline-block;
  width: 60px;
  height: 40px;
  text-align: right;
  font-size: 14px;
  font-family: OpenSans;
  color: #a1a1a1;
}

.search-item-input {
  display: inline-block;
  width: 250px;
  background: rgba(255, 255, 255, 1);
  color: rgba(60, 60, 60, 1);
  height: 40px;
  padding: 5px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  box-sizing: border-box;
  font-size: 14px;
  font-family: HelveticaNeue;
  color: rgba(60, 60, 60, 1);
}

.search-item-right {
  margin-left: 3%;
}

.search-advanced-bt {
  width: 191px;
  height: 40px;
  line-height: 40px;
  background: rgba(0, 148, 108, 1);
  /* box-shadow: 0px 2px 0px 0px rgba(51,169,138,1); */
  border-radius: 2px;
  border: 1px solid rgba(0, 122, 99, 1);
  font-size: 12px;
  font-family: OpenSans-Bold, OpenSans;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  margin-top: 20px;
  position: absolute;
  right: 35px;
  cursor: pointer;
}

.advanced-more {
  height: 50px !important;
  border-bottom: none !important;
  border-radius: 2px 2px 0 0;
}

.search-opl-advanced img {
  display: inline-block;
  width: 10px;
  margin-left: 10px;
}

.opl-list-wrap {
  box-sizing: border-box;
  width: 950px;
  min-height: 600px;
  padding: 0 10px;
  background-color: #fff;
}

.fusion-opl-list th {
  border-color: #fff;
  background-color: #00946C;
  color: #fff;
}

.fusion-opl-list td {
  text-align: center;
}

/*.fusion-opl-list tr:nth-child(odd) {
    background-color: #EFF4F8;
}
.fusion-opl-list tr:nth-child(even) {
    background-color: #F9FEF9;
}*/
.fusion-opl-list .opl-img {
  width: 100px;
  height: 80px;
  /*margin: 5px 0 5px 5px;*/
}

.opl-category-list {
  box-sizing: border-box;
  width: 240px;
  padding: 20px;
  background-color: #fff;
}

.opl-category-list .title {
  cursor: pointer;
}

.opl-category-list li {
  margin: 5px 0;
  cursor: pointer;
}

/*.opl-category-list .on {
    color: #00946C;
}*/
.img-wrap {
  width: 100px;
  height: 80px;
  margin: 5px 0 5px 5px;
}

.fusion-opl-list .pdf-ico {
  width: 55px;
  margin: 0 auto;
}

#fusion-opl .category-list .list a {
  margin-bottom: 10px;
}

/*fusion opl 问卷样式*/
#opl-t-box {
  width: 400px;
  display: none;
  position: fixed;
  right: 0;
  bottom: 45px;
  z-index: 10;
}

/* fusion language */
.fusion-lang {
  display: none;
  /* width: 100px; */
  text-align: center;
  color: #fff;
  cursor: pointer;
  z-index: 6;
  padding-top: 5px;
  box-sizing: border-box;
}

.fusion-lang:hover {
  background-color: #308c7a;
}

.fusion-lang:hover .lang-list {
  display: block;
}

.fusion-lang .lang-list {
  display: none;
  width: 100px;
  background-color: #fff;
  box-shadow: 0 2px 10px #dfdfdf;
}

.fusion-lang .lang-list li {
  color: #3c3c3c;
  line-height: 40px;
  cursor: pointer;
}

.fusion-lang .lang-list li:hover {
  background-color: #f1f1f1;
}

/*
 * fusion pcb layout 服务
 * @2017-02-08 by pc
 */
#fusion-pcb-layout {}

#fusion-pcb-layout h1 {}

#fusion-pcb-layout .left-bar {
  box-sizing: border-box;
  padding: 25px;
  border: 1px solid #dfdfdf;
}

.pcb-ly-title {
  width: 160px;
  margin-right: 18px;
  text-align: right;
}

.pcb-ly-box {
  box-sizing: border-box;
  width: 610px;
  padding: 20px;
  background-color: #EEFAF0;
  font-size: 13px;
}

#fusion-pcb-layout .right-bar {
  border: 1px solid #dfdfdf;
  padding-bottom: 20px;
}

.f-pcb-ly-price {
  margin: 20px;
}

.f-pcb-ly-price .tit {
  width: 174px;
}

#fusion-pcb-layout .dis {
  padding: 15px 0;
  margin: 0 20px;
  line-height: 20px;
  border-top: 1px solid #dfdfdf;
}

#fusion-pcb-layout .contact {
  padding: 10px 20px;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}

#fusion-pcb-layout .mail-ico {
  width: 40px;
  height: 40px;
  background-color: #58C96B;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
}

#fusion-pcb-layout .mail-ico .fa {
  color: #fff;
  font-size: 20px;
}

#fusion-pcb-layout .row {
  padding: 0;
}

#fusion-pcb-layout .upload-box {
  background-color: #fff;
  padding-bottom: 0;
  margin-top: 0;
}

#fusion-pcb-layout .upload-box-text {
  width: 400px;
  margin: 10px auto;
}

.layout-file-list {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #dfdfdf;
}

#fusion-pcb-layout .upload-result {
  margin: 10px 0;
}

.pcb-ly-box .selecter {
  background-color: #fff;
}

/*加急服务样式*/
.expedited-option {
  border-bottom: 1px solid #dfdfdf;
}

.expedited-option .row {
  top: -32px;
  left: 137px;
  padding: 0;
}

.expedited-option .option-detail {
  left: -50px;
  top: 30px;
}

.expedited-option .option-information .fa {
  color: #b3b3b3;
}

/* vue {{}} hack */
[v-cloak] {
  display: none;
}

/*
 * PCBA Server
 * edit by pc @ 2017-03-13
 */
.pcba-server .upload-box {
  margin: 0;
}

.pcba-server .fusion-wrap {
  border-top: none;
}

.bom-server-list {
  margin: 20px 0 10px 20px;
}

.bom-server-list .selecter {
  width: 192px;
  height: 100px;
  padding: 0;
  margin-right: 8px;
  cursor: pointer;
}

.bom-server-list .selecter-disable {
  cursor: not-allowed;
}

.bom-server-list h2 {
  font-size: 16px;
  text-align: center;
  margin: 15px 0 0 0;
}

.bom-server-list .dis {
  width: 140px;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
}

.pcba-server-statement {
  padding: 20px;
  color: #3c3c3c;
  border: 1px solid #dfdfdf;
  background-color: #f9f9f9;
}

.pcba-server-statement ul {
  list-style-type: disc;
}

.pcba-server-statement li {
  line-height: 16px;
}

/*.provide-table th {
    padding: 10px 0;
    line-height: 16px;
}*/
/* 点赞按钮独立style */
#set-like {
  display: inline-block;
  width: 120px;
  border: 1px solid #DFDFDF;
  box-shadow: inset 0 1px 0 0 #FFFFFF;
  border-radius: 2px;
  background-color: #fff;
  line-height: 40px;
  text-align: center;
}

/* advance pcb */
#fusion-advance-pcb .selecter {
  margin-top: 10px;
}

#fusion-advance-pcb .option-param {
  margin-top: -5px;
}

#fusion-advance-pcb .adv-pcb-price {
  padding-top: 10px;
  border-top: 1px solid #dfdfdf;
}

#fusion-advance-pcb .adv-pcb-tips {
  border-top: 1px solid #dfdfdf;
  padding: 0 20px;
}

.new-fusion .adv-pcb-tips {
  border-top: 1px solid #dfdfdf;
  padding: 0 20px;
}

.adv-pcb-banner-1 {
  width: 840px;
  height: 220px;
}

.adv-pcb-banner-2 {
  width: 840px;
  height: 240px;
}

.adv-pcb-banner-2 img {
  top: 0;
  left: 0;
  z-index: -1;
}

.adv-pcb-banner-2 ul {
  list-style-type: disc;
}

.adv-pcb-banner-2 .des {
  top: 30px;
  left: 40px;
  color: #fff;
}

.adv-pcb-banner-2 .des a {
  display: block;
  color: #fff;
}

/*#fusion-advance-pcb .param-list:first-child { display: block;}*/
/*通用账户界面样式 start*/
#account-action {
  display: block;
  z-index: 10;
  /*覆盖页面本身存在的z-index:1;元素*/
}

#account-action .box {
  width: 500px;
}

#account-action .row {
  padding: 0;
}

#account-action a {
  text-decoration: none;
}

#account-action .account-action {
  position: relative;
  width: 500px;
  padding: 20px 0;
  margin: 10% auto;
  text-align: center;
  background-color: #fff;
}

/*关闭按钮*/
#account-action .account-action .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  color: #B5B7B6;
  font-size: 30px;
}

#account-action .account-action .logo {
  display: block;
  /*width: 100px*/
  margin: 0 auto;
}

#account-action .account-action .logo img {
  width: 260px;
  height: 64px;
}

#account-action .account-action .box h1 {
  margin: 30px 0;
  color: #013D48;
  font-size: 24px;
}

#account-action .account-action .box .row {
  margin: 20px 0;
}

#account-action .account-action .box .input {
  box-sizing: content-box;
  width: 280px;
  padding: 0 20px;
  line-height: 42px;
  border: 1px solid #B5B7B6;
  border-radius: 2px;
}

#account-action .account-action .box .cbtn {
  display: block;
  width: 320px;
  line-height: 42px;
  /*    background-color: #27b14c;*/
  font-size: 19px;
  /*    color: #fff;*/
  border-radius: 2px;
}

/*提示语*/
#account-action .account-action .acc-tips {
  position: absolute;
  bottom: 47px;
  left: 90px;
}

.full-screen {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.transparent-layer {
  background: rgba(0, 0, 0, .5) none repeat scroll !important;
  background: #000;
  filter: Alpha(opacity=50);
}

#account-action .account-action .box .cbtn {
  display: block;
  width: 320px;
  line-height: 42px;
  font-size: 19px;
  border-radius: 2px;
}

#account-action .btn-green {
  color: #fff;
  background-color: #27b14c;
  border-radius: 2px;
  transition: all .2s;
}

/*通用账户界面样式 end*/
/*fusion pcba assembly style*/
#pcba-assembly h2 {
  color: #3c3c3c;
  font-family: "OpenSans-Semibold";
  font-size: 24px;
}

#pcba-assembly .btn {
  width: 120px;
  margin-top: 15px;
  line-height: 34px;
  text-align: center;
}

.pcba-ass-bg {
  height: 420px;
  background: url('//statics3.seeedstudio.com/assets/img/fusion/pcba_assembly/banner.jpg') center center no-repeat;
  color: #fff;
  overflow: hidden;
}

.pcba-ass-bg p {
  width: 600px;
  color: #B0ACBA;
}

#pcba-assembly .list {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-flow: row wrap;
  width: 1198px;
  height: 520px;
  /* border: 1px solid #dfdfdf; */
  background-color: #fff;
}

#pcba-assembly .list a {
  color: #007A63;
}

#pcba-assembly .list .item {
  box-sizing: border-box;
  width: 25%;
  height: 260px;
  padding-left: 30px;
  padding-top: 20px;
}

#pcba-assembly .list .item:nth-child(1),
#pcba-assembly .list .item:nth-child(2),
#pcba-assembly .list .item:nth-child(3),
#pcba-assembly .list .item:nth-child(4) {
  padding-top: 40px;
}

#pcba-assembly .list img {
  height: 40px;
}

#pcba-assembly .list .title {
  margin: 10px 0;
  font-family: "OpenSans-Semibold";
  font-size: 16px;
}

#pcba-assembly .list .des {
  width: 260px;
  line-height: 20px;
}

#pcba-assembly .step {
  /* height: 360px; */
  color: #fff;
}

#pcba-assembly .step-des {
  bottom: 38px;
  left: 160px;
}

#pcba-assembly .step-des li {
  float: left;
  width: 200px;
}

#pcba-assembly .cap-list .list {
  width: 870px;
  height: 420px;
  border-left: none;
  border-bottom: none;
}

#pcba-assembly .cap-list .box {
  box-sizing: border-box;
  width: 33.2%;
  border-bottom: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
}

#pcba-assembly .cap-list .box div {
  margin: 15px 0 0 15px;
}

#pcba-assembly .cap-list .box ul {
  width: 230px;
  margin: 10px 0 0 40px;
}

#pcba-assembly .cap-list li {
  list-style-type: disc;
}

.product-swiper .item {
  width: 285px;
  height: 320px;
  margin-right: 10px;
  background-color: #fff;
}

.product-swiper .item img {
  width: 288px;
  height: 215px;
}

.product-swiper .item .title {
  margin: 10px 20px;
  line-height: 20px;
}

.product-swiper .arr {
  top: 100px;
  font-size: 40px;
  padding: 20px;
  cursor: pointer;
}

.product-swiper .arr-left {
  left: -50px;
}

.product-swiper .arr-right {
  right: -50px;
}

.customer-swiper .img {
  width: 1200px;
  height: 450px;
}

.customer-swiper .arr {
  top: 150px;
}

.factory-pic {
  width: 320px;
}

.factory-pic .arr {
  background-image: none;
  color: #fff;
  font-size: 40px;
}

.swiper-pagination-bullet {
  background-color: #fff !important;
  opacity: .5 !important;
}

.swiper-pagination-bullet-self {
  background-color: #fff !important;
  opacity: .5 !important;
}

.swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1 !important;
}

#pcba-assembly .fusion-btn-green:hover {
  background-color: #00936D;
}

#pcba-assembly .test-list .table {
  margin: 0;
  background-color: #fff;
}

#pcba-assembly .test-list .table tr td {
  padding: 10px 20px;
}

#pcba-assembly .test-list .table tr td:first-child {
  font-family: 'OpenSans-Semibold';
  font-size: 16px;
}

#pcba-assembly .test-list th {
  background-color: #F9F9F9;
  color: #000;
  font-size: 16px;
  text-align: left;
  padding-left: 20px;
}

/* fusion pcba assembly style @20181010 */
.video-wrap {
  width: 560px;
  height: 315px;
  background-color: #D8D8D8;
  padding-top: 25px;
  padding-left: 3px;
  box-sizing: border-box;
  margin-top: 53px;
  margin-left: 35px;
}

.list-wrap {
  border: 1px solid #dfdfdf;
  background-color: #fff;
}

.list-wrap .list-desc {
  font-family: 'OpenSans-Semibold';
  font-size: 16px;
  color: #00924D;
  text-align: center;
  padding-left: 80px;
  padding-right: 80px;
  box-sizing: border-box;
}

.step .step-contact {
  left: 200px;
  bottom: 30px;
}

a .step .step-contact a {
  color: #fff;
}

.more-list .item {
  width: 218px;
  height: 215px;
  margin-right: 24px;
  background-color: #fff;
  border: 1px solid #DFDFDF;
}

.more-list .item:last-child {
  margin-right: 0;
}

.more-list .item img {
  width: 100%;
  height: 136px;
}

.more-list .item .link {
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  font-family: 'OpenSans';
  font-size: 14px;
  color: #000000;
}

/* pcba test @2017-07-31  */
.bom-test {
  padding-bottom: 10px;
  border-bottom: 1px solid #f1f1f1;
}

.bom-test .des {
  margin-top: 20px;
  line-height: 18px;
}

.bom-test .selecter {
  /* width: 48%; */
  flex: 1;
  margin: 0 12px 0 0;
  padding: 13px 0;
  text-align: center;
  font-size: 16px;
  font-family: OpenSans-Semibold, OpenSans;
  font-weight: 600;
  color: #3C3C3C;
  height: 42px;
  line-height: 21px;
}

.bom-test .selecter:last-child {
  margin: 0;
}

.selecter-function {
  line-height: 42px !important;
}

#fusion-bom .upload-box {
  margin-left: 0;
  margin-right: 0;
}

.cnc-price {
  border-top: 1px solid #dfdfdf;
  margin-top: 20px;
  padding-top: 15px;
}

.cnc-price .value {
  overflow: hidden;
  color: #F96235;
}

.cnc-param-desc {
  margin: 40px 20px 20px 20px;
  border-top: 1px solid #dfdfdf;
  /* border-bottom: 1px solid #dfdfdf; */
  padding: 20px 0;
}

/* 2017 xmas event */
.xmas-event-2017 {
  width: 308px;
  height: 230px;
  background: url('https://statics3.seeedstudio.com/assets/img/fusion/2017_xmas_event.jpg') 0 0 no-repeat;
}

.xmas-event-2017 .coupon-list {
  width: 270px;
  left: 31px;
  top: 44px;
  color: #fff;
}

.xmas-event-2017 .coupon-list li {
  margin: 0;
  position: relative;
  line-height: 18px;
  clear: both;
}

.xmas-event-2017 .coupon-list li span {
  position: absolute;
  left: 160px;
}

.xmas-event-2017 .detail {
  width: 270px;
  top: 33px;
  left: 38px;
}

/* border  */
.border-warn {
  border-color: #F96235
}

/*reset css */
.pcba-server-bar {
  border-top: none;
}

/* premium pcb */
.email-help {
  background-color: #fff;
  box-shadow: 1px 0 1px 1px #ccc;
  padding: 10px 30px;
  margin-top: 10px;
  box-sizing: border-box;
  font-family: 'OpenSans-Semibold';
  font-size: 13px;
  color: #9C9C9C;
}

.gerber-bg {
  background-image: url('../img/premium.png');
  background-size: cover;
  height: 80px;
  color: #fff;
}

.gerber-bg-long {
  /* background-image: url('../img/premium.png'); */
  background-size: cover;
  /* height: 80px; */
  /* color: #3C3C3C; */
}

.gerber-bg p {
  padding-top: 20px;
  box-sizing: border-box;
  font-size: 15px;
}

.banner-desc {
  width: 310px;
  top: 50%;
  left: 50%;
  margin-left: -155px;
  margin-top: -55px;
}

.banner-desc a {
  font-weight: 600;
}

.banner-desc a:hover {
  text-decoration: underline;
}

.fusion-btn-dis {
  background-color: #888;
  border-color: #888;
  box-shadow: 0 -1.5px 0 0 #777 inset;
  cursor: not-allowed;
}

.upload-bom-wrap {
  background-color: #EEFAF0;
  border: 1px #00946C dashed;
  padding-bottom: 5px;
  margin-bottom: 8px;
  margin-top: 10px;
}

.upload-bom-wrap .upload-box-normal {
  border: 0;
}

.upload-bom-wrap #BOM_upload {
  margin-top: 0;
  margin-bottom: 0;
}

.upload-bom-wrap .opl-link {
  color: #ff7a41;
  font-size: 13px;
  text-decoration: underline;
}

.table-bom,
.table-bom2,.table-OEM {
  background-color: #fff;
  border-top: 1px solid #979797;
  border-left: 1px solid #979797;
  font-family: Helvetica;
  color: #000;
  margin-left: 38px;
  width: 90%;
}
.table-OEM{
  width: 400px;
  margin: 13px auto;
}
.table-OEM td{
  width: 190px!important;
}
.table-OEM tr:first-child{
  background-color: #F5F5F5;
}

.table-bom tr td:nth-child(3) {
  font-weight: bold;
  width: 320px;
}

.table-bom tr td:nth-child(4),
.table-bom2 tr td:nth-child(4) {
  font-weight: bold;
  width: 60px;
}

.table-bom tr:first-child td:not(:first-child),
.table-bom tr:not(:first-child) td:first-child,
.table-bom2 tr:first-child td:not(:first-child),
.table-bom2 tr:not(:first-child) td:first-child {
  background-color: #F5F5F5;
}

.table-bom td,
.table-OEM td,
.table-bom2 td {
  text-align: center;
  border-right: 1px solid #979797;
  border-bottom: 1px solid #979797;
}

.table-bom tr:nth-child(2) td:not(:first-child),
.table-bom2 tr:nth-child(2) td:not(:first-child) {
  font-weight: bold;
}

.table-bom tr td:nth-child(2),
.table-bom2 tr td:nth-child(2) {
  width: 150px;
}

.table-bom tr td:last-child {
  width: 260px;
  text-align: center;
}

.table-bom2 tr td:last-child {
  width: 300px;
  text-align: center;
}

.table-bom .tl,
.table-bom2 .tl {
  text-align: left;
}

.list-desc {
  list-style-type: disc;
  text-align: left;
  color: #9c9c9c;
  padding-left: 18px;
  box-sizing: border-box;
  margin-left: 38px;
}

.c-3c {
  color: #3C3C3C;
}

.shadow {
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.mt0 {
  margin-top: 0;
}

/* new opl页面 */
.opl-select {
  width: 125px;
  height: 40px;
  background: #E0E0E0;
  border: 1px solid #CCCCCC;
  border-right: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  margin-right: -1px;
  font-size: 14px;
}

.opl-download-btn {
  display: block;
  width: 300px;
  line-height: 38px;
  /* border: 1px solid #00946C; */
  border-radius: 3px;
  font-family: 'OpenSans-Semibold';
  font-size: 13px;
  color: #fff;
  background: #00946C;
  text-align: center;
  /* margin-left: 49px; */
  margin-top: 0;
}

.opl-nav {
  height: 35px;
  border-bottom: 2px solid #D8D8D8;
}

.opl-nav .nav-item {
  display: inline-block;
  line-height: 35px;
  font-family: 'OpenSans-Bold';
  font-size: 14px;
  color: #848484;
  margin-right: 30px;
  cursor: pointer;
}

.opl-nav .nav-item:last-child {
  margin-right: 0;
}

.opl-nav .nav-item.native {
  color: #00946C;
  border-bottom: 2px solid #00946C;
}

.ladder_price {
  width: 88px;
  height: 72px;
  overflow-y: hidden;
}

.price-more .show-more {
  display: block;
  /* line-height: 72px; */
  margin-top: 25px;
  cursor: pointer;
}

.price-more .show-more:hover+.rel .tip-price,
.price-more .tip-price:hover {
  display: block;
}

.price-more .tip-price {
  display: none;
  position: absolute;
  width: 100px;
  font-size: 12px;
  /* top: -20px; */
  right: 8px;
  z-index: 3;
  background: #FEFEFD;
  border: 1px solid #DFDFDF;
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.price-more .tip-price .out {
  border: 11px solid;
  border-color: transparent transparent #DFDFDF transparent;
  position: absolute;
  top: -22px;
  right: 3px;
  border-left-width: 6px;
  border-right-width: 6px;
}

.price-more .tip-price:after {
  content: '';
  position: absolute;
  border: 10px solid transparent;
  border-color: transparent transparent #FEFEFD transparent;
  z-index: 5;
  top: -20px;
  right: 4px;
  border-left-width: 5px;
  border-right-width: 5px;
}

.price-more .item-price {
  height: 24px;
}

.opl-banner {
  height: 90px;
  background-image: url('../img/opl1.png');
  background-repeat: no-repeat;
  position: relative;
}

.opl-banner .banner-bg-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  line-height: 70px;
  text-align: center;
  color: #fff;
  font-size: 20px;
}

.opl-banner .banner-bg-text span {
  font-size: 30px;
  font-weight: bold;
  font-style: italic;
}

.opl-banner .opl-banner-desc {
  text-align: center;
  line-height: 145px;
  height: 90px;
}

.opl-banner .opl-banner-desc a {
  color: #fff;
  text-decoration: underline;
}

.opl-banner .opl-banner-desc a:hover {
  color: #3FA78B;
}

/* new fusion pcb/pcba style */
.bom-qty {
  background-color: #EEFAF0;
  /* border: 1px solid; */
  /* border-color: #ccc; */
  padding: 5px 0 5px 10px;
  box-sizing: border-box;
  margin-top: 10px;
  /* box-shadow: 0 0 4px 0 #ccc; */
  border: 1px #00946C dashed;
}

.lh72 {
  line-height: 72px;
}

.lh38 {
  line-height: 38px;
}

/* free assembly for 5 pcb */
.new-price {
  color: #F96235;
  font-size: 20px;
  /* margin-right: 10px; */
}

.free-pcb-price .new-price .org-price {
  /* text-decoration: line-through; */
  color: #4a4a4a;
  font-size: 13px;
  margin-left: 10px;
}

.no-line-through {
  text-decoration: line-through;
}

.expedited-p {
  margin-block-start: 0;
  margin-block-end: 0;
}

.greyBg {
  background: #bbb;
  border: 1px solid #bbb;
  box-shadow: 0 -1.5px 0 0 #bbb inset;
}

.disabledType {
  border: 1px dashed #DFDFDF;
  color: #bbb;
  cursor: not-allowed;
}

.disabledType:hover {
  border: 1px dashed #DFDFDF;
}

.modelH {
  font-family: 'OpenSans';
  font-weight: normal;
}

.contentH {
  font-family: 'OpenSans-Semibold';
}

.fz13 {
  font-size: 13px;
}

.fz14 {
  font-size: 14px;
}

.fz15 {
  font-size: 15px;
}

.fz16 {
  font-size: 16px;
}

.fz18 {
  font-size: 18px;
}

.fz24 {
  font-size: 24px;
}

.fz34 {
  font-size: 34px;
}

.fz40 {
  font-size: 40px;
}

.pcbaNav-on {
  color: #00946B;
  border-bottom: 2px solid #00946b;
}

.marginRight {
  margin-right: 54px;
}

.ellipsisText {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.asseblyNavItem {
  padding: 9px 10px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  color: #00946C;
  text-align: center;
  cursor: pointer;
}

.asseblyBg {
  background: rgba(255, 255, 255, 0.78);
}

.asseblyNavItem-on {
  color: #fff;
  background: rgba(255, 255, 255, 0.19);
}

.imgGrey {
  /* filter: grayscale(100%); */
}

.stepLeft {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.step1Top {
  top: 0;
}

.step1TopReset {
  top: -5px;
  box-shadow: 0 1px 21px rgba(117, 214, 188, 0.68);
}

.step2Top {
  top: 0;
}

.step2TopReset {
  top: -5px;
  box-shadow: 0 1px 21px rgba(117, 214, 188, 0.68);
}

.step3Top {
  margin-top: 0px;
}

.step3TopReset {
  margin-top: -5px;
  box-shadow: 0 1px 21px rgba(117, 214, 188, 0.68);
}

/* style="width: 65px;height:26px;border:1px solid #359476;color:#359476;border-radius: 13px;text-align: center;" */
.stepBt {
  width: 65px;
  height: 26px;
  border-radius: 13px;
  text-align: center;
}

.btPrimary {
  border: 1px solid #359476;
  color: #359476;
}

.btOn {
  background: #00946C;
  color: #fff;
}

.stepText {
  flex: 1;
  margin-left: 20px;
}

.textPrimary {
  opacity: 0.42;
}

.textOn {
  opacity: 1;
}

.navFixed {
  color: #393939;
}

.nav-active {
  color: #0C926E;
}

.newsItem a {
  font-size: 14px;
  line-height: 28px;
  font-family: 'OpenSans-Semibold';
  color: #131313;
  margin-block-start: 5px;
  margin-block-end: 5px;
}

.newsItem a:hover {
  text-decoration: underline;
  color: #00946C;
}

.casePrimary {
  top: 0;
  box-shadow: 0 1px 12px 0 rgba(149, 205, 190, 0.55);
}

.caseOn {
  top: -10px;
  box-shadow: 0 12px 30px 0 rgba(149, 205, 190, 0.55);
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0 !important;
}

/* span.swiper-pagination-bullet.swiper-pagination-bullet:after {
    content: " ";
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    background: #fff;
    top: 4px;
} */
.customerImg {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.customerPosition,
.quoteBt,
.step,
.stepText,
.pcbaItem {
  transition: ease all .5s;
}

.downloadMain {
  transition: ease all .5s;
}

.customerPosition {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 12px 30px 0 rgba(149, 205, 190, 0.67);
  border-radius: 10px;
  height: 100%;
  background: #fff;
}

.primaryPosition {
  top: 0;
  box-shadow: 0 1px 12px 0 rgba(149, 205, 190, 0.55);
}

.OnPosition {
  top: -5px;
  box-shadow: 0 12px 30px 0 rgba(149, 205, 190, 0.55);
}

.downloadContent a {
  color: #fff;
}

.downloadPrimaryPosition {
  top: 0;
}

.downloadOnPosition {
  top: -5px;
}

.pcbaNavItem {
  margin-bottom: -2px;
}

.primaryImg {
  opacity: 1;
}

.pcbaImg {
  width: 39px;
  height: 39px;
  margin-left: 76px;
}

.onImg {
  opacity: .5;
}

.iconPrimary {
  opacity: 1;
}

.icoOn {
  opacity: .7;
}

.lessOn {
  opacity: .9;
}

.pageIcon {
  opacity: 1;
}

.pageIconOn {
  opacity: .7;
}

.caseText {
  /* height: 28rem; */
  line-height: 25px;
  font-size: .9rem;
  opacity: .8;
}

.caseH {
  height: 72px;
}

.customerMain {
  height: 320px;
}

.customerTextBox {
  position: relative;
}

.customerTextBox:after {
  position: absolute;
  top: -40px;
  left: 80px;
  content: attr(data-content-after);
  box-sizing: border-box;
  background: #fff;
  word-break: break-all;
  padding: 10px;
  box-shadow: 1px 0 10px #9C9C9C;
  z-index: 999;
  font-family: 'OpenSans-Semibold';
  font-size: 14px;
  opacity: 0;
  max-height: 0;
  transition: ease all .2s;
  width: 80%;
}

.customerTextBox:hover.customerTextBox:after {
  opacity: 1;
  max-height: 240px;
}

.customerText {
  position: relative;
  padding: 24px 14px;
  height: 96px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  box-sizing: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
}

.customer-detail {
  position: absolute;
  top: 50%;
  left: 20%;
  width: 100%;
  background: #fff;
  word-break: break-all;
  padding: 10px;
  box-shadow: 1px 0 10px #9C9C9C;
  display: none;
  z-index: 999;
  font-family: 'OpenSans-Semibold';
  font-size: 14px;
  /* max-height:100px; */
}

.price-list {
  transition: ease all .5s;
}

.isDisplay {
  display: block;
}

.isNone {
  display: none;
}

.fade-enter-active,
.fade-leave-active {
  transition: all .5s linear;
}

.fade-enter {
  opacity: 0;
}

.caret-primary {
  opacity: .35;
}

.caret-on {
  color: #000;
  opacity: .6;
}

img.j-lazy {
  width: 100%;
}

.remainder-open-icon {
  color: #666;
  font-family: "OpenSans-Semibold";
  margin-left: 30px;
}

.remainder-close-icon {
  position: absolute;
  bottom: 5px;
  right: 20px;
  color: #666;
  font-family: "OpenSans-Semibold";
  text-decoration: underline;
}

.fa-caret-left,
.fa-caret-right,
.fa-caret-down,
.fa-caret-up {
  width: 10px;
}

.green-radio input+i:after {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 5px;
  height: 5px;
  background: #fff;
  display: block;
  content: '';
  border-radius: 50%;
  opacity: 0;
}

.green-radio input:disabled+i:after {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 5px;
  height: 5px;
  background: #fff;
  display: block;
  content: '';
  border-radius: 50%;
  opacity: 0;
}

.green-radio input:checked:disabled+i:after {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 5px;
  height: 5px;
  background: #a7a8a9;
  display: block;
  content: '';
  border-radius: 50%;
  opacity: 1;
}

.green-radio input:checked+i:after {
  opacity: 1;
}

.green-radio input:checked+i {
  position: absolute;
  top: 5px;
  left: 25px;
  width: 15px;
  height: 15px;
  background: #009c64;
  border-radius: 50%;
  border: 1px solid #009c64;
}

.green-radio input:disabled+i {
  background: #eee;
  border: 1px solid #bbb;
  position: absolute;
  top: 5px;
  left: 25px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  cursor: not-allowed;
}

.green-radio input+i {
  background: #FFFFFF;
  border: 1px solid #bbb;
  position: absolute;
  top: 5px;
  left: 25px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.green-checkbox {
  color: #4a4a4a;
  position: relative;
  padding-left: 25px;
}

.green-checkbox input {
  position: absolute;
  left: -9999px;
}

.green-checkbox input+i {
  position: absolute;
  top: 2px;
  left: 0;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #bbb;
  cursor: pointer;
}

.green-checkbox input:checked+i {
  position: absolute;
  top: 2px;
  left: 0;
  width: 12px;
  height: 12px;
  background: #00936D;
  border-radius: 2px;
  border: 1px solid #00936D;
  cursor: pointer;
}

.green-checkbox input:disabled+i {
  position: absolute;
  top: 2px;
  left: 0;
  width: 12px;
  height: 12px;
  background: #e0e0e0;
  border-radius: 2px;
  border: 1px solid #bbb;
  cursor: not-allowed;
}

.green-checkbox input+i:after {
  position: absolute;
  left: 5px;
  top: 0;
  display: block;
  content: '';
  width: 4px;
  height: 8px;
  border-color: #fff;
  border-style: solid;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}

.green-checkbox input:checked+i:after {
  position: absolute;
  left: 4px;
  top: 0;
  display: block;
  content: '';
  width: 3px;
  height: 8px;
  border-color: #fff;
  border-style: solid;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 1;
}

.green-checkbox input:disabled:checked+i:after {
  position: absolute;
  left: 4px;
  top: 0;
  display: block;
  content: '';
  width: 3px;
  height: 8px;
  border-color: #a7a8a9;
  border-style: solid;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 1;
}

.green-checkbox input:disabled+i:after {
  position: absolute;
  left: 5px;
  top: 0;
  display: block;
  content: '';
  width: 4px;
  height: 8px;
  border-color: #fff;
  border-style: solid;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}

@media screen and (min-width: 769px) {
  body {
    /* min-width: 1200px; */
  }

  .whyWrap,
  .downloadWrap,
  .pcbaServiceMain,
  .trustMain {
    width: 1200px;
  }

  .newsMain,
  .contactMain,
  .customerMain {
    width: 1147px;
  }

  .caseWrap {
    width: 1149px;
  }

  .case-item {
    position: relative;
    width: 347px;
    height: 790px;
    margin-right: 54px;
  }

  .case-item .case-first,
  .case-item .case-second {
    margin-right: 54px;
  }

  .assemblyWrap {
    width: 1107px;
  }

  .caseItem {
    height: 743px;
    transition: top .5s ease;
  }

  .trustMain {
    width: 1126px;
    margin: 0 auto 60px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.18);
  }

  .trustContent {
    display: flex;
    margin-top: 20px;
  }

  .trustItem {
    width: 104px;
    margin-right: 42px;
  }

  .trustItem:last-child {
    margin-right: 0;
  }

  .trustImg {
    width: 100%;
  }

  .trust-button-next {
    width: 40px;
    background-image: url('../img/test/trustNext.svg');
    background-size: 100%;
    position: absolute;
    right: 100px;
    height: 40px;
  }

  .trust-button-pre {
    width: 40px;
    background-image: url('../img/test/trustNext.svg');
    transform: rotate(180deg);
    background-size: 100%;
    position: absolute;
    left: 100px;
    height: 40px;
  }

  .stepWrap {
    width: 998px;
    margin: 0 auto 80px;
  }

  .step {
    display: flex;
    padding: 0;
    margin-top: 60px;
    flex-direction: column;
  }

  .step.step-left {
    width: 360px;
    margin-right: 30px;
  }

  .step.step-right {
    width: 608px;
  }

  .customerItem {
    width: 246px;
    height: 310px;
    display: flex;
    flex-direction: column;
    position: relative;
  }

  .addLeft {
    /* width: 100%;
        padding: 10px;
        box-sizing: border-box; */
    width: 429px;
    padding-right: 60px;
  }

  .step-title {
    font-size: 36px;
    line-height: 52px;
    margin-block-start: 0;
  }

  .addRight {
    /* width: 100%;
        height: 218px;
        background-color: #D8D8D8;
        padding: 25px 6px;
        margin: 10px 0;
        box-sizing: border-box; */
    width: 452px;
    height: 218px;
    background-color: #d8d8d8;
    padding: 25px 6px;
  }

  .whyContent {
    display: flex;
    font-family: 'OpenSans';
    letter-spacing: 0.47px;
  }

  .whyItem {
    width: 346px;
    display: flex;
    flex-direction: column;
    margin: 20px 0 20px 0;
    border-radius: 3px;
  }

  .item-right-margin {
    margin-right: 79.5px;
  }

  .pcbaContent {
    width: 952px;
  }

  .asseblyLeft {
    width: 393px;
  }

  .asseblyMiddle {
    width: 220px;
  }

  .asseblyRight {
    width: 535px;
  }

  .findMoreFirst {
    width: 335px;
    margin-right: 125px;
  }

  .findMoreSecond {
    width: 250px;
    margin-right: 132px;
  }

  .findMoreThird {
    width: 305px;
  }

  .swiper-button-next-first {
    width: 44px;
    background-image: url('../img/test/bannerNext.svg');
    background-size: 100%;
    position: absolute;
    right: 100px;
    height: 44px;
  }

  .swiper-button-pre-first {
    transform: rotate(180deg);
    width: 44px;
    background-image: url('../img/test/bannerNext.svg');
    background-size: 100%;
    position: absolute;
    left: 100px;
    height: 44px
  }

  .navMain {
    background: #fff;
    border-bottom: 1px solid #eee;
    box-shadow: 0 12px 17px 4px rgba(149, 205, 190, 0.17);
    z-index: 9999
  }

  .navContent {
    width: 972px;
    font-size: 1.1rem;
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
    display: flex;
  }

  .nav-main-fixed {
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
  }

  .newContent {
    display: flex;
  }

  .contactMain {
    margin: 0 auto 50px;
    padding: 20px 0;
    background: rgba(234, 246, 243, 0.63);
    border-radius: 10px;
    display: flex;
  }

  .contactLeft {
    flex: 51;
    padding: 69px 65px;
    border-right: 1px solid rgba(80, 77, 77, 0.2);
  }

  .contactRight {
    flex: 49;
    padding: 69px 91px 65px 65px;
  }

  .contact-p {
    color: #313131;
    font-size: 24px;
    letter-spacing: 0.4px;
    line-height: 48px;
    margin-block-start: 0;
    margin-block-end: 0;
  }

  .contact-p-right {
    font-size: 18px;
    letter-spacing: .3px;
    line-height: 31px;
  }

  .whyWrap,
  .j-swiper-third,
  .pcbaServiceWrap,
  .assemblyWrap,
  .caseWrap,
  .downloadWrap {
    display: block;
  }

  .whyWrap-mobile,
  .j-swiper-third-mobile,
  .pcbaServiceWrap-mobile,
  .assemblyWrap-mobile,
  .caseWrap-mobile,
  .customerWrap-mobile,
  .downloadWrap-mobile {
    display: none;
  }

  .assemblyWrap {
    margin: 100px auto 60px;
    background: url('../img/test/asseblyBg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    display: flex;
    color: #fff;
    padding: 23px 36px 16px 41px
  }

  .caseWrap {
    margin: 80px auto 0;
  }

  .downloadWrap {
    position: relative;
    height: 151px;
    margin: 70px auto 0;
  }

  .pcbaItem {
    position: absolute;
    top: 0;
    display: flex;
    opacity: 0;
    padding-right: 76px;
  }

  .stepWrap {
    padding-top: 0;
    padding-bottom: 30px;
    display: flex;
  }

  .step-left .step-p {
    line-height: 52px;
    font-size: 1.5rem;
    margin-block-start: 0;
  }

  .title-h4 {
    margin-block-start: 0;
    margin-block-end: 0;
    color: #313131;
    text-align: center;
  }

  .news-title {
    color: #313131;
    font-size: 40px;
    text-align: center;
    margin-block-start: 0;
  }

  .trust-title {
    color: #313131;
    font-size: 40px;
    text-align: center;
    margin-block-start: 2.5em;
  }

  .addMain {
    width: 953px;
    margin: 0 auto;
    padding: 65px 0 83px;
    display: flex;
    color: #027A63;
  }

  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    width: 60px;
    height: 10px;
    border-radius: 0;
    background: transparent;
    background: rgba(0, 0, 0, .0) !important;
    position: relative;
  }

  .customerImgWrap {
    position: relative;
    width: 246px;
    height: 180px;
    background: #d8d8d8;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .customerImg-mask {
    position: absolute;
    width: 246px;
    height: 180px;
    left: 0;
    top: 0;
    background: #000;
    opacity: .4;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  span.swiper-pagination-bullet.swiper-pagination-bullet:after {
    content: " ";
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    background: #fff;
    top: 4px;
  }

  .step-arrow-first {
    width: 65px;
    height: 58px;
    border-left: 2px solid #359476;
    opacity: 0.45;
    margin-left: 32px;
    margin-top: -22px;
  }

  .step-arrow-second {
    width: 65px;
    height: 58px;
    border-left: 2px solid #359476;
    opacity: 0.45;
    margin-left: 32px;
  }

  .stepContent {
    display: flex;
    flex-direction: column;
    color: #393939;
    font-size: 16px;
  }

  .quoteBt {
    display: block;
    width: 180px;
    height: 44px;
    line-height: 44px;
    margin-top: 50px;
    border-radius: 7px;
    background: #00946C;
    color: #fff;
    box-shadow: 0 2px 10px 0;
    text-align: center;
  }

  .pcba-banner-item {
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 7.8% 0px;
  }

  .step-quote {
    display: block;
    margin-left: 20px;
  }

  .step-quote-mobile {
    display: none;
  }

  .contactWrap {
    background: url('../img/test/contactBg.png');
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 60px;
  }

  .newsMain {
    padding: 50px 0 0 0;
  }

  .contact-more {
    /* color: #00946c;
        position: relative;
        display: block;
        margin-top: 30px; */
    display: block;
    width: 140px;
    padding: 10px 0;
    color: #00946c;
    font-size: 18px;
    line-height: 41px;
    position: relative;
    cursor: pointer;
    margin-top: 30px;
  }

  .case-more {
    color: #00946c;
    position: absolute;
    display: block;
    bottom: 20px;
    cursor: pointer;
  }

  .contact-more span,
  .case-more span {
    display: inline-block;
    width: 5px;
    height: 5px;
    position: absolute;
    left: 120px;
    border-top: 2px solid #00946C;
    border-right: 2px solid #00946C;
    transform: rotate(45deg);
  }

  .contact-more span {
    top: 28px;
    left: 130px;
  }

  .case-more span {
    top: 10px;
    left: 50px;
  }

  .add-title {
    font-size: 34px;
    line-height: 48px;
    letter-spacing: .57px;
    margin-block-start: 0;
  }

  .new-main {
    background: url('../img/test/news_bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 20px 0;
  }

  .new-content {
    position: relative;
    width: 953px;
    /* height: 300px; */
    margin: 0 auto;
    padding: 20px 30px 45px;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
  }

  .fusion-news-title {
    margin-block-start: 0;
    margin-block-end: 0;
    font-size: 20px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #3C3C3C;
    line-height: 28px;
  }

  .news-list {
    position: relative;
  }

  .news-list-ul {
    font-size: 14px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #3C3C3C;
    line-height: 20px;
  }

  .news-list-ul li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #DFDFDF;
  }

  .news-list-ul li a {
    color: #3c3c3c;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 20px;
    max-width: 80%;
  }

  .news-list-ul li a:hover {
    color: #00946c;
    text-decoration: underline;
  }

  .pcba-news-more {
    font-size: 13px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #00946C;
    line-height: 18px;
    position: absolute;
    bottom: 15px;
    right: 40px;
    text-decoration: underline;
  }
}

@media screen and (max-width: 769px) {
  .title-color {
    color: #027A63;
  }

  .title-fontFamily {
    font-family: 'OpenSans-Semibold';
  }

  .pcba-banner-item {
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 160px;
    background-size: cover !important;
  }

  .addMain {
    background: #E6F8F2;
    padding-bottom: 10px;
    box-shadow: 0 8px 8px 0 #E6F8F2;
  }

  .addLeft {
    width: 100%;
    height: auto;
    padding: 20px;
    box-sizing: border-box;
  }

  .add-title {
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 1rem 0;
    letter-spacing: 0.3px;
  }

  .add-p {
    font-size: 1rem;
    line-height: 2rem;
    margin: 1rem 0;
    letter-spacing: 0.3px;
  }

  .addRight {
    width: 100%;
    height: 218px;
    padding: 10px 20px;
    margin: 10px 0;
    box-sizing: border-box;
  }

  .addRight iframe {
    border-radius: 10px;
  }

  .caseWrap {
    width: 100%;
  }

  .caseItem {
    position: relative;
    height: 45rem;
    padding: 20px;
    margin: 0 0 20px 0;
    box-sizing: border-box;
    border-radius: 10px;
  }

  .case-item .case-first,
  .case-item .case-second {
    margin-right: 54px;
  }

  .swiper-button-next-first {
    width: 24px;
    background-image: url('../img/test/bannerNext.svg');
    background-size: 100%;
    position: absolute;
    right: 20px;
    height: 24px;
  }

  .swiper-button-next-pcba {
    width: 24px;
    background-image: url('../img/test/bannerNext.svg');
    background-size: 100%;
    position: absolute;
    right: 10px;
    height: 24px;
  }

  .swiper-button-pre-first {
    transform: rotate(180deg);
    width: 24px;
    background-image: url('../img/test/bannerNext.svg');
    background-size: 100%;
    position: absolute;
    left: 20px;
    height: 24px
  }

  .swiper-button-pre-pcba {
    transform: rotate(180deg);
    width: 24px;
    background-image: url('../img/test/bannerNext.svg');
    background-size: 100%;
    position: absolute;
    left: 10px;
    height: 24px
  }

  .swiper-container-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 0px;
    left: 0;
    width: 100%;
  }

  .navContent {
    width: 100%;
    font-size: 1.1rem;
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
    display: flex;
  }

  .navMain {
    background: #fff;
    border-bottom: 1px solid #eee;
    box-shadow: 0 12px 17px 4px rgba(149, 205, 190, 0.17);
    z-index: 9999
  }

  .nav-main-fixed {
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
  }

  .step {
    height: auto;
    padding: 20px;
    box-sizing: border-box;
  }

  .step.step-left {
    width: 100%;
  }

  .step-title {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-block-start: 0;
  }

  .step.step-right {
    width: 100%;
  }

  .whyContent {
    font-family: 'OpenSans';
    letter-spacing: 0.47px;
  }

  .whyItem {
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin: 20px 0 20px 0;
    border-radius: 10px;
    border: 1px solid rgba(151, 151, 151, 0.09);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.10);
    position: relative;
    left: 20px;
    top: 0;
    height: 33rem;
  }

  .why-third-text {
    opacity: 0.8;
    padding: 10px 16px;
    color: #8A8A8A;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.41px;
  }

  .whyContent-wrap img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }

  .whyContent-wrap:first-child {
    left: 0;
  }

  .caseContent {
    padding: 20px;
  }

  .newContent {
    width: 100%;
    height: auto;
    padding: 0 20px 20px;
    margin: 0;
    box-sizing: border-box;
  }

  .contactWrap {
    background: url('../img/test/contactBg.png');
    background-repeat: no-repeat;
    background-size: 100%;
    /* padding-bottom: 60px; */
  }

  .contactMain {
    margin: 0 auto;
    padding: 10px 0;
    background: #EAF6F3;
    border-radius: 10px;
  }

  .contactLeft {
    padding: 20px;
    border-right: 1px solid rgba(80, 77, 77, 0.2);
  }

  .contactRight {
    padding: 20px;
    border-top: 1px solid rgba(52, 68, 65, 0.08);
  }

  .contact-p {
    font-size: 1rem;
    color: #313131;
    letter-spacing: 0.4px;
    line-height: 2rem;
    margin-block-start: 0;
    margin-block-end: 0;
  }

  .whyWrap,
  .j-swiper-third,
  .pcbaServiceWrap,
  .assemblyWrap,
  .caseWrap,
  .customerWrap,
  .navMain,
  .downloadWrap {
    display: none;
  }

  .whyWrap-mobile,
  .j-swiper-third-mobile,
  .pcbaServiceWrap-mobile,
  .assemblyWrap-mobile,
  .caseWrap-mobile,
  .customerWrap-mobile,
  .downloadWrap-mobile {
    display: block;
  }

  .assemblyWrap-mobile {
    margin: 0 auto;
    background: url('../img/test/asseblyBg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    padding: 20px 20px 34px 20px;
  }

  .assemblyWrap-mobile ul {
    line-height: 34px;
  }

  .assembly-title {
    font-size: 1rem;
    font-family: 'OpenSans-Semibold';
    color: #fff;
  }

  .capability-mobile {
    /* padding: 0 20px 20px 40px; */
    box-sizing: border-box;
  }

  .asseblyLeft {
    color: #fff;
    padding: 0 20px 0 0;
    box-sizing: border-box;
  }

  .trustMain {
    width: 80%;
    margin: 0 auto 2rem;
    /* padding-bottom:2rem;
        border-bottom: 1px solid rgba(151,151,151,0.18); */
  }

  .trustContent {
    display: flex;
    margin-top: 20px;
  }

  .trustImg {
    width: 80% !important;
    margin: 0 auto;
  }

  .trust-button-next {
    width: 30px;
    background-image: url('../img/test/trustNext.svg');
    background-size: 100%;
    position: absolute;
    right: 10px;
    top: 20rem;
    height: 30px;
  }

  .trust-button-pre {
    width: 30px;
    background-image: url('../img/test/trustNext.svg');
    transform: rotate(180deg);
    background-size: 100%;
    position: absolute;
    left: 10px;
    top: 20rem;
    height: 30px;
  }

  .downloadWrap {
    position: relative;
    height: 151px;
    margin: 0 auto;
  }

  .pcba-wrap {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    box-shadow: 0 1px 21px 0 rgba(149, 205, 190, 0.34);
    border-radius: 10px;
  }

  .pcbaItem {
    width: 100%;
    height: auto;
    margin: 20px 0 20px 0;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid rgba(151, 151, 151, 0.09);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.10);
    position: relative;
    left: 20px;
    top: 0;
    border-radius: 10px;
  }

  .pcbaItem img {
    width: 100%;
  }

  .pcba-quote {
    display: block;
    width: 180px;
    height: 44px;
    line-height: 44px;
    margin: 0 auto;
    border-radius: 7px;
    background: #00946C;
    color: #fff;
    box-shadow: 0 2px 10px 0;
    text-align: center;
    margin-bottom: 32px;
  }

  .title-mobile {
    width: 90%;
    margin: 0 auto;
  }

  .title-h4 {
    font-size: 1.5rem;
    font-family: 'OpenSans-Semibold';
    margin-block-start: 0;
    margin-block-end: 0;
    color: #313131;
    text-align: left;
  }

  .p-h4 {
    margin-block-start: 0;
    margin-block-end: 0;
  }

  .title-p {
    font-size: .9rem;
    color: #313131;
    text-align: left;
  }

  .f15 {
    font-size: 1.5rem;
  }

  .f9 {
    font-size: .9rem;
  }

  .f8 {
    font-size: .8rem;
  }

  .asseblyContent {
    position: relative;
    width: 100%;
    opacity: .9;
    /* padding: 20px 20px 20px 40px; */
    box-sizing: border-box;
  }

  .asseblItem-on {
    display: block;
  }

  .asseblyLeft {
    margin-top: 20px;
    opacity: .89;
  }

  .stepWrap {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .step-left .step-p {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-block-start: 0;
    font-family: 'OpenSans-Semibold';
  }

  .case-title {
    margin-block-start: 32px;
    margin-block-end: 0;
  }

  .case-title {
    margin-block-start: 32px;
    margin-block-end: 20px;
  }

  .news-title {
    font-size: 1.5rem;
    font-family: 'OpenSans-Semibold';
    margin-block-start: 0;
    margin-block-end: 0;
    color: #313131;
    text-align: left;
    margin-left: 5%;
  }

  .trust-title {
    font-size: 1.5rem;
    font-family: 'OpenSans-Semibold';
    margin-block-start: 32px;
    margin-block-end: 0;
    color: #313131;
    text-align: center;
  }

  .customerWrap-mobile {
    padding: 0 20px 20px 20px;
  }

  .customer-wrapper {
    width: 80%;
    margin: 0 20px;
  }

  .swiper-container-horizontal>.swiper-pagination-capability .swiper-pagination-bullet {
    margin: 0 5px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: transparent;
    position: relative;
  }

  .assemblyContainer-mobile {
    width: 80%;
  }

  .assebly-title {
    display: block;
    width: 50%;
    margin-left: 10%;
    font-size: 1.5rem;
    font-family: 'OpenSans-Semibold';
    color: #fff;
    text-align: left;
    line-height: 2rem;
  }

  .downloadWrap-mobile {
    position: relative;
    height: 90px;
    margin: 0 20px 32px;
  }

  .pcbaServiceWrap-mobile {
    background: #f1f1f1;
    padding: 32px 0 0;
  }

  .customerImgWrap {
    position: relative;
    width: 100%;
    height: 180px;
    background: #d8d8d8;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .customerImg-mask {
    position: absolute;
    width: 100%;
    height: 180px;
    left: 0;
    top: 0;
    background: #000;
    opacity: .4;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .asseblyRight {
    /* opacity:.9; */
  }

  .asseblItem {
    background: #00946C;
    padding: 20px;
    height: 12rem;
    margin-left: 20px;
    border-radius: 3px;
  }

  .swiper-pagination-capability {
    position: absolute;
    bottom: 30px !important;
    left: -80px !important;
  }

  .step-arrow-first {
    width: 65px;
    height: 20px;
    border-left: 4px solid #359476;
    opacity: 0.45;
    margin-left: 32px;
  }

  .step-arrow-second {
    width: 65px;
    height: 20px;
    border-left: 4px solid #359476;
    opacity: 0.45;
    margin-left: 32px;
  }

  .stepContent {
    display: flex;
    flex-direction: column;
    color: #393939;
    font-size: .8rem;
  }

  .quoteBt {
    font-family: 'OpenSans-Semibold';
    display: block;
    width: 180px;
    height: 44px;
    line-height: 44px;
    margin-top: 50px;
    border-radius: 7px;
    background: #00946C;
    color: #fff;
    box-shadow: 0 2px 10px 0;
    text-align: center;
  }

  .case-last-text {
    text-align: left;
    color: #343434;
    font-size: 14px;
    line-height: 23px;
    margin-top: 20px;
    overflow: hidden;
    height: 69px;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    box-sizing: border-box;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
  }

  .case-second-text {
    text-align: left;
    color: #343434;
    font-size: 13px;
    line-height: 23px;
    /* margin-top:20px; */
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .step-quote {
    display: none;
  }

  .step-quote-mobile {
    display: block;
    margin-left: 20px;
    margin-top: 0;
  }

  .newsMain {
    padding: 40px 0 0 0;
  }

  .underelineText {
    text-decoration: underline;
    color: #00946c;
  }

  .contact-more {
    color: #00946c;
    position: relative;
    display: block;
    margin-top: 30px;
    font-family: 'OpenSans-Semibold';
    font-size: 14px;
    letter-spacing: 0.23px;
    line-height: 14px;
  }

  .case-more {
    color: #00946c;
    position: absolute;
    display: block;
    bottom: 20px;
    cursor: pointer;
  }

  .contact-more span,
  .case-more span {
    display: inline-block;
    width: 4px;
    height: 4px;
    position: absolute;
    left: 120px;
    border-top: 2px solid #00946C;
    border-right: 2px solid #00946C;
    transform: rotate(45deg);
  }

  .contact-more span {
    top: 5px;
    left: 110px;
  }

  .case-more span {
    top: 10px;
    left: 50px;
  }

  .trustItem {
    flex: 1;
  }

  .swiper-pagination-trust>.swiper-pagination-bullet {
    border: 2px solid rgba(143, 143, 143, .53);
    opacity: 0.56 !important;
    width: 10px;
    height: 10px;
    box-sizing: border-box;
  }

  .swiper-pagination-trust>.swiper-pagination-bullet-active {
    background-color: #BDBDBD !important;
    border: none;
    opacity: 1 !important;
  }

  .j-swiper-third-mobile {
    margin-bottom: 40px;
  }

  .contact-bt-mobile {
    margin-top: 16px;
  }

  .new-main {
    background: url('../img/test/news_bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 30px 0;
  }

  .new-content {
    position: relative;
    /* width: 953px; */
    /* height: 300px; */
    margin: 0 auto;
    padding: 20px 30px 45px;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
  }

  .fusion-news-title {
    margin-block-start: 0;
    margin-block-end: 0;
    font-size: 20px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #3C3C3C;
    line-height: 28px;
  }

  .news-list {
    position: relative;
  }

  .news-list-ul {
    font-size: 14px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #3C3C3C;
    line-height: 20px;
  }

  .news-list-ul li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #DFDFDF;
  }

  .news-list-ul li a {
    color: #3c3c3c;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 20px;
    max-width: 65%;
  }

  .news-list-ul li a:hover {
    color: #00946c;
    text-decoration: underline;
  }

  .pcba-news-more {
    font-size: 13px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #00946C;
    line-height: 18px;
    position: absolute;
    bottom: 15px;
    right: 40px;
    text-decoration: underline;
  }
}

.option-param-surface {
  position: relative;
}

.surface-a {
  position: relative;
}

.option-detail-surface {
  position: absolute;
  display: none;
  width: 290px;
  left: 0;
  top: 40px;
  padding: 10px 15px;
  box-shadow: 1px 0 10px #9C9C9C;
  text-align: left;
  background-color: #fff;
  z-index: 10;
  font-family: OpenSans-Semibold;
  font-size: 12px;
  font-weight: 800;
}

.option-detail-surface:before {
  box-sizing: content-box;
  width: 0px;
  height: 0px;
  position: absolute;
  top: -15px;
  left: 20px;
  padding: 0;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  display: block;
  content: '';
  z-index: 12;
}

.option-detail-surface:after {
  box-sizing: content-box;
  width: 0px;
  height: 0px;
  position: absolute;
  top: -16px;
  left: 18px;
  padding: 0;
  border-bottom: 9px solid #fff;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid transparent;
  display: block;
  content: '';
  z-index: 10
}

.option-detail-surface-mobile {
  position: absolute;
  display: none;
  width: 250%;
  left: -150%;
  top: 50px;
  padding: 5px;
  box-shadow: 1px 0 10px #9C9C9C;
  text-align: left;
  background-color: #fff;
  z-index: 10;
  font-family: OpenSans-Semibold;
  font-size: 12px;
  font-weight: 800;
}

.option-detail-surface-mobile:before {
  box-sizing: content-box;
  width: 0px;
  height: 0px;
  position: absolute;
  top: -15px;
  right: 20px;
  padding: 0;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  display: block;
  content: '';
  z-index: 12;
}

.option-detail-surface-mobile:after {
  box-sizing: content-box;
  width: 0px;
  height: 0px;
  position: absolute;
  top: -16px;
  right: 18px;
  padding: 0;
  border-bottom: 9px solid #fff;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid transparent;
  display: block;
  content: '';
  z-index: 10
}

.left-bar-mobile {
  /* position: absolute; */
  overflow: auto;
  padding-bottom: 180px;
}

.right-bar-pcb-mobile {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  box-shadow: 0 0 8px #bbb;
  padding-top: 30px;
  padding-bottom: 0;
  overflow: auto;
}

.show-cost-detail {
  top: 0px;
}

.row-mobile {
  display: flex;
  padding: 0;
  height: 60px;
  line-height: 60px;
}

.row-upload-mobile {
  display: flex;
  padding: 0;
}

.row-size-mobile {
  display: flex;
  padding: 0;
  /* line-height: 60px;  */
  margin-top: 10px;
  margin-bottom: 10px;
}

.row-pacb-qty-mobile {
  display: flex;
  padding: 0;
  line-height: 60px;
}

.row-upload-mobile .option-name-mobile {
  line-height: 60px;
}

.row-material-mobile {
  display: flex;
  padding: 0;
}

.row-additinal-mobile {
  /* display: flex; */
  padding: 0;
}

.option-name-mobile {
  text-align: left;
  /* max-width: 250px; */
  /* word-break: break-all; */
  display: flex;
  margin-right: 10px;
}

.option-param-mobile {
  flex: 1;
  text-align: right;
  position: relative;
  font-size: 13px;
  font-family: OpenSans-Semibold, OpenSans;
  font-weight: 600;
  color: #3C3C3C;
}

.option-param-mobile select {
  padding: 5px 10px;
  width: 100%;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
  font-size: 13px;
  font-family: OpenSans-Semibold, OpenSans;
  font-weight: 600;
  color: #3C3C3C;
}

.option-information-mobile {
  height: 40px;
  cursor: pointer;
  padding: 0 8px 0 5px;
  display: inline-block;
}

.option-name-upload-mobile,
.option-name-qty-mobile {
  width: 120px;
  font-size: 13px;
  font-family: OpenSans-Semibold, OpenSans;
  font-weight: 600;
  color: #3C3C3C;
}

.option-name-quotation-mobile {
  width: 180px;
  font-size: 13px;
  /* font-family: OpenSans-Semibold, OpenSans;
    font-weight: 600; */
  color: #3C3C3C;
}

.param-list-mobile {
  padding: 0 15px 10px;
  font-size: 13px;
  font-family: OpenSans-Semibold, OpenSans;
  font-weight: 600;
  color: #3C3C3C;
  display: none;
}

.unit {
  position: absolute;
  right: 30px;
  top: -2px;
  font-size: 13px;
  font-family: OpenSans-Semibold, OpenSans;
  font-weight: 600;
  color: #007A63;
}

.upload-mobile {
  padding: 0px !important;
  margin: 15px 0;
}

.fusion-btn-green-mobile {
  line-height: 40px;
  border-radius: 2px;
  font-size: 14px;
  color: #fff;
  border: 1px solid #007A63;
  background-color: #00946C;
  box-shadow: 0 -1.5px 0 0 #33A98A inset;
}

.selecter-mobile {
  margin-right: 10px;
  /* margin-left: 5%; */
  margin-bottom: 5px;
  padding: 10px 3px;
  border: 1px solid #dfdfdf;
  height: 40px;
  line-height: 18px;
  text-align: center;
  box-sizing: border-box;
  min-width: 45%;
  font-size: 13px;
}

.row-mobile .row input,
.row-mobile .row select {
  box-sizing: border-box;
  width: 73px;
  padding: 10px;
  line-height: 18px;
  border: 1px solid #DFDFDF;
  font-size: 13px;
}

.abs-mobile {
  position: absolute;
  top: 0;
  right: -10px;
  width: 40px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
}

.fa-angle-down-mobile {
  font-size: 16px;
  color: #000;
  font-weight: 800;
}

.bom-upload-box {
  margin: 10px 0 !important;
}

.option-name-upload {
  height: 60px;
  line-height: 60px;
}

.option-param-upload {}

.bom-qty-input {
  width: 100% !important;
  height: 40px !important;
  line-height: 40px !important;
  padding: 3px !important;
}

.fusion-wrap-mobile {
  margin: 0 20px;
  padding-bottom: 0;
  border: none;
}

.pcb-additinal-service {
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-family: OpenSans-Semibold, OpenSans;
  font-weight: 600;
  color: #3C3C3C;
}

.price-list-mobile {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 10px 0 15px 0;
}

.price-list-mobile li {
  margin: 5px 0;
  clear: both;
  line-height: 24px;
  /* overflow: auto; */
}

.price-list-mobile .lable {
  float: left;
  color: #9C9C9C;
}

.price-list-mobile .value {
  float: right;
}

.price-img-wrap {
  position: relative;
  top: 0;
  width: 100%;
  text-align: center;
}

.price-icon {
  height: 20px;
  display: inline-block;
}

.total-price {
  flex: 3;
  margin: 0;
  padding: 0 20px 0 0;
  border-right: 1px solid #eee;
}

.add-cart-bt-wrap {
  flex: 2;
  padding: 0 0 0 20px;
}

.add-cart-bt-mobile {
  width: 100% !important;
  margin: 0 !important;
}

.total-wrap {
  display: flex;
  padding: 20px 15px;
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid #eee;
}

.no-scroll {
  height: 100%;
  overflow: hidden;
}

.uploading-bar-mobile {
  width: 100% !important;
  height: 20px;
  padding: 0 !important;
  background-color: #fff;
}

.row-top-mobile {
  padding: 10px 15px;
  font-size: 13px;
  font-family: OpenSans-Semibold, OpenSans;
  font-weight: 600;
  color: #3C3C3C;
}

.width-unit {
  text-align: right;
  margin-left: 2px;
}

.fusion-part-mobile {
  position: relative;
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  background-color: #f9f9f9;
  cursor: pointer;
  padding: 0 20px;
}

.fusion-part-mobile .switch {
  padding: 0 20px 0 16px;
}

.fusion-part-mobile h1,
.fusion-part-mobile h2 {
  margin: 0;
  color: #3c3c3c;
  font-size: 16px;
}

.fusion-part-mobile .fusion-ico {
  position: relative;
  width: 18px;
  margin-right: 5px;
}

.fusion-part-mobile .ico-bom {
  top: 16px;
  height: 20px;
  background: url('//statics3.seeedstudio.com/assets/img/fusion/svg/bom.svg') -1px 0 no-repeat;
}

.fusion-part-mobile .ico-stencil {
  top: 10px;
  height: 18px;
  background: url('//statics3.seeedstudio.com/assets/img/fusion/svg/stencil.svg') 0 0 no-repeat;
}

.fusion-part-mobile .arr {
  font-size: 20px;
  color: #9c9c9c;
  padding: 0;
}

.fusion-part-mobile .fa2 {
  color: #000 !important;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.fusion-part-mobile .tips {
  margin-left: 20px;
}

.on-pitch .fusion-part-mobile {
  background-color: #fff;
  border-color: transparent;
}

.no-top-border {
  border-top: 1px solid #fff;
}

.additional-icon {
  width: 20px;
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 2px;
}

.additional-checkbox {
  position: absolute !important;
  left: 10px !important;
  opacity: 0;
}

.total-price .lable {
  font-size: 14px;
  font-family: OpenSans-Semibold, OpenSans;
  font-weight: 600;
  color: #3C3C3C;
}

.waiting-quotation-qty {
  display: block;
  border: none !important;
  border-bottom: 1px solid #F96235 !important;
  text-align: center;
  font-size: 13px;
  font-family: OpenSans-Semibold, OpenSans;
  font-weight: 600;
  color: #F96235;
}

.finished-quotation-qty {
  display: block;
  border: none !important;
  border-bottom: 1px solid #00946C !important;
  text-align: center;
  font-size: 13px;
  font-family: OpenSans-Semibold, OpenSans;
  font-weight: 600;
  color: #00946C;
  ;
}

/* 原来的样式调整 */
.editor-content-box {
  width: 100%
}

.search-rows-keyCustomer {
  width: 100%
}

.index-table-box {
  width: 100%;
}

.index-wrap-box {
  width: 100%
}

.editor-content-box.base-info {
  width: 96%;
  margin: 0 auto
}

/* 新方案表格的样式 */
/* 最大宽度 和 高度 自己定义 */
.table-wrapper-box {
  width: 100%;
  /* height: 500px; */
  max-width: 800px;
  overflow: hidden;
  box-sizing: border-box;
}

.table-wrapper-box .table {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  box-sizing: border-box;
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 1px 1px 0px #ECF0F4, 0px -1px 4px 0px #E4E4EF;
  border-radius: 2px;
  border: 1px solid #E6E6E6;
}

.table-wrapper-box .table .table-item {
  width: 100%;
  box-sizing: border-box;
}

/* .table-wrapper-box .table .table-item:not(.table-header):nth-child(2n+1){
      background: #F9F9F9;;
  } */
.table-wrapper-box .table .table-item .table-item-tr {
  width: 100%;
  box-sizing: border-box;
  font-size: 0;
  white-space: nowrap;
}

.table-wrapper-box .table .table-item .table-item-tr .table-item-td {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  height: 104px;
  font-size: 0;
  white-space: normal;
  box-shadow: 0 0 1px #ccc;
}

.table-wrapper-box .table .table-item .table-item-tr .table-item-td .td-content {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 18px;
  padding: 5px;
  box-sizing: border-box;
  text-align: center;
  font-size: 13px;
  /* display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical; */
  overflow: hidden;
  word-break: break-word;
}

.table-wrapper-box .table .table-item .table-item-tr .table-item-td .td-content * {
  font-size: 13px;
}

.table-wrapper-box .table .table-header {
  position: sticky;
  top: 0;
  left: auto;
  /* z-index: 10; */
}

.table-wrapper-box .table .table-item.table-header .table-item-td {
  height: 48px;
  background: #F0F8FF;
}

.td-arrow img {
  width: 9px;
  height: 14px;
  object-fit: contain;
  vertical-align: middle;
}

.table-wrapper-box .table .table-item.table-header .table-item-td .td-content {}

.more-content {
  position: absolute;
  top: 20%;
  left: 130px;
  width: 100%;
  min-height: 60px;
  box-sizing: border-box;
  padding: 5px;
  background: #FFFFFF;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.07);
  border: 1px solid #ebdddd;
  z-index: 888;
  border-radius: 10px;
  font-size: 12px;
  display: none;
}

.more-content:before,
.more-content:after {
  position: absolute;
  content: '';
  top: 15px;
  left: -10px;
  border-top: 10px transparent dashed;
  border-left border-right: 10px transparent dashed;
  border-bottom: 10px transparent dashed;
  border-right: 10px #fff solid;
}

.more-content:before {
  border-right: 10px #efefef solid;
}

.more-content:after {
  left: -8px;
  border-right: 10px #fff solid;
}

.more-icon {
  display: inline-block;
  margin-left: 20px;
  color: #3452b0;
  font-size: 10px;
  text-decoration: underline;
}

.table-item-tr .table-item-td.email-td {
  width: 35px
}

.table-item-tr .table-item-td.company-td {
  width: 132px
}

.table-item-tr .table-item-td.contact-td {
  width: 95px
}

.table-item-tr .table-item-td.country-td {
  width: 95px
}

.table-item-tr .table-item-td.intro-td {
  width: 320px
}

.table-item-tr .table-item-td.last-order-td {
  width: 145px
}

.table-item-tr .table-item-td.last-order-price-td {
  width: 90px
}

.table-item-tr .table-item-td.coustomer-source-td {
  width: 107px
}

.table-item-tr .table-item-td.customer-want-td {
  width: 107px
}

.table-item-tr .table-item-td.reason-td {
  width: 188px
}

.table-item-tr .table-item-td.contact-time-td {
  width: 121px
}

.table-item-tr .table-item-td.follow-td {
  width: 109px
}

.table-item-tr .table-item-td.main-interface-td {
  width: 95px
}

.table-item-tr .table-item-td.operation-td {
  width: 230px
}

.table-item-tr .table-item-td.time-td {
  width: 195px
}

.table-item-tr .table-item-td.intro-td input {
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
}

.td-arrow-title {
  display: inline-block;
  vertical-align: middle;
  width: 96px;
}

.td-arrow {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
}

::-webkit-scrollbar {
  width: 5px;
  /*滚动条宽度*/
  height: 5px;
  /*滚动条高度*/
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #eee;
  border-radius: 10px;
  /*滚动条的背景区域的圆角*/
  background-color: rgba(255, 255, 255, 0.8);
  /*滚动条的背景颜色*/
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  /*滚动条的圆角*/
  -webkit-box-shadow: inset 0 0 6px #333;
  background-color: #555;
  /*滚动条的背景颜色*/
}

/* action pop */
.action-mobile-pop {
  width: 100%;
  /* height: 274px; */
  margin-left: 0;
  margin-top: -274px;
  padding-bottom: 30px;
  background-color: #F6F6F6;
  left: 0;
}

.btn-group-mobile {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
}

.action-mobile-pop .title {
  text-align: center;
  background-color: #fff;
}

.action-mobile-pop .content {
  padding: 20px;
  font-size: 14px;
}

.action-mobile-pop .content2 {
  margin: 20px auto 0 auto;
  padding: 0 10px;
  font-size: 14px;
}

.action-mobile-pop .btn-group {
  text-align: center;
  margin-top: 20px;
}

.action-mobile-pop .btn-group .btn {
  width: 140px;
  display: inline-block;
}

.action-mobile-pop .btn-group-mobile .btn-free {
  width: 140px;
  display: inline-block;
  margin-right: 20px;
}

.action-mobile-pop .btn-group-mobile .btn-free-right {
  width: 140px;
  display: inline-block;
  padding: 0 10px;
}

.action-mobile-pop .btn-close {
  position: absolute;
  right: 8px;
}

.white-mobile {
  width: 120px !important;
  margin-right: 30px;
}

.green-mobile {
  width: 120px !important;
}

.row-surface-mobile {
  height: auto !important;
  /* display: flex; */
  padding: 10px 0;
}

.row-half-cut-mobile {
  height: auto !important;
  display: flex;
  padding: 0;
}

.row-impedancei-control-mobile {
  height: auto !important;
  display: flex;
  padding: 0;
}

.pcb-type-1 .pcb-surface-finish .selecter-on {
  position: relative;
  border: 2px solid #00946C !important;
  color: #00946C;
}

.pcb-type-1 .pcb-surface-finish .selecter {
  padding: 10px 3px;
  line-height: 18px;
  border: 1px solid #DFDFDF;
}

.row-half-cut-mobile .selecter {
  line-height: 18px;
  padding: 10px;
  width: 66px;
  box-sizing: border-box;
  text-align: center;
  float: right;
}

.row-impedancei-control-mobile .selecter {
  line-height: 18px;
  padding: 10px;
  width: 66px;
  box-sizing: border-box;
  text-align: center;
  float: right;
}

.option-detail-mobile {
  width: auto !important;
  line-height: 20px;
  left: 10px !important;
  right: 10px !important;
  top: 40px !important;
}

.option-detail-dfa {
  width: auto !important;
  line-height: 20px;
  left: 10px !important;
  right: 10px !important;
  top: 40px !important;
}

/* .option-detail-mobile:before{
    box-sizing: content-box;
    width: 0px;
    height: 0px;
    position: absolute;
    top: -15px;
    left: 20px;
    padding:0;
    border-bottom: 8px solid #fff;
    border-left:8px solid transparent;
    border-right: 8px solid transparent;
    border-top:8px solid transparent;
    display: block;
    content:'';
    z-index: 12;
}
.option-detail-mobile:after{
    box-sizing: content-box;
    width: 0px;
    height: 0px;
    position: absolute;
    top: -16px;
    left: 18px;
    padding:0;
    border-bottom: 9px solid #fff;
    border-left:9px solid transparent;
    border-right:9px solid transparent;
    border-top:9px solid transparent;
    display: block;
    content:'';
    z-index:10
} */
.new-price-mobile {
  color: #F96235;
  font-size: 16px;
}

.free-pcb-price .new-price-mobile .org-price {
  /* text-decoration: line-through; */
  color: #4a4a4a;
  font-size: 13px;
  margin-left: 10px;
}

.size-warn-mobile {
  text-align: left;
  line-height: 18px;
}

.pacb-qty-tip {
  line-height: 18px;
  text-align: left;
  display: inline-block;
}

.param-list-detail {
  width: 100%;
  /* overflow: hidden; */
  position: relative;
}

.param-list-detail ul li {
  width: 100%;
  height: 30px;
  cursor: pointer;
  line-height: 20px;
  text-align: left;
  padding: 5px;
  box-sizing: border-box;
}

.param-list-detail .param-input {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 10px 5px;
  height: 40px;
  line-height: 20px;
  border: 1px solid #dfdfdf;
  text-align: left;
  box-sizing: border-box;
  font-size: 13px;
  font-family: OpenSans-Semibold, OpenSans;
  font-weight: 600;
  color: #007A63;
}

.param-list-detail .param-ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
  width: 100%;
  max-height: 200px;
  overflow: auto;
  z-index: 99999;
  border: 1px solid #bbb;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 0 10px #bbb;
}

.param-list-detail .param-ul .disabled-li {
  background: #eee;
}

.li-on {
  background: #00946c;
  color: #fff;
}

.param-list-detail .param-ul li:hover {
  background-color: #cccccc;
}

.row-half-cut-mobile .option-name-mobile {
  width: 160px;
}

.row-impedancei-control-mobile .option-name-mobile {
  width: 160px;
}

.lable-addService {
  float: left;
}

.dfa-addService {
  border-top: 1px solid #eee;
}

.row-add {
  padding: 0 10px !important;
}

.li-title {
  margin-left: -15px !important;
}

.li-title label {
  margin-left: 5px;
}

.li-time {
  margin-left: 15px !important;
}

.fa2-mobile {
  position: absolute;
  right: 10px;
  top: 12px;
  color: #007A63;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
}

.cost-detail-mobile {
  font-size: 12px;
  font-family: OpenSans;
  color: #6C6C6C;
}

.price-list-mobile li {
  line-height: 30px;
}

.cost-detail-mobile .title {
  border-top: 1px solid #dfdfdf;
}

.head-cart-count-mobile {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  color: #000;
  position: absolute;
  right: 10px;
  top: 20px;
  font-size: 12px;
  font-family: "OpenSans-Semibold";
}

.pcb-surface-finish .option-name-mobile {
  /* margin-top: 20px; */
}

.param-ul-min_tracking_spacing .disabled-li {
  display: none;
}

.fusion-container-mobile {
  margin-top: 0 !important;
}

.option-information-mobile {
  /* width: 25px;
    height: 60px;
    line-height: 60px;
    margin: 0 16px 0 6px;
    text-align: center; */
}

/* .row-surface-mobile .selecter-mobile:first-child{
    margin-left: 0;
    width: 40%!important;
    min-width: 40%;
}


.row-surface-mobile .selecter-mobile:nth-of-type(2){
    width: 55%!important;
    min-width: 40%;
}
.row-surface-mobile .selecter-mobile:nth-of-type(3){
    width: 45%;
    margin-left: 0;
    min-width: 40%;
}
.row-surface-mobile .selecter-mobile:last-child{
    width: 50%;
    min-width: 40%;
} */
.row-surface-mobile .selecter-mobile:nth-child(odd) {
  margin-left: 0;
  /* width: 35%!important;
    min-width: 35%; */
}

.row-surface-mobile .selecter-mobile:nth-child(even) {
  /* width: 60%!important;
    min-width: 40%; */
}

.fa-cost-detail {
  left: 50%;
  right: 50%;
  top: -20px;
  font-size: 20px;
}

/* action pop */
.action-pop-gallery-new {
  width: 460px;
  margin-left: -330px;
  margin-top: -274px;
  padding-bottom: 30px;
  background-color: #fff;
  font-family: OpenSans-Semibold, OpenSans;
  font-weight: 600;
  color: #3C3C3C;
}

.action-pop-gallery-new .content .row input[type='radio'] {
  width: 20px;
  margin-right: 10px;
}

.action-pop-gallery-new .content .row label {
  margin-right: 20px;
}

.action-pop-gallery-new .title-gallery-new {
  text-align: center;
  background-color: #fff;
  padding: 34px 0 18px;
  box-sizing: border-box;
}

.action-pop-gallery-new .content {
  padding: 0;
  font-size: 14px;
}

.action-pop-gallery-new .content2 {
  margin: 20px auto 0 auto;
  padding: 0 10px;
  font-size: 14px;
}

.action-pop-gallery-new .btn-group {
  text-align: center;
  margin-top: 20px;
}

.action-pop-gallery-new .btn-group .btn {
  width: 140px;
  display: inline-block;
}

.action-pop-gallery-new .btn-group .btn-free {
  width: 140px;
  display: inline-block;
  margin-right: 20px;
}

.action-pop-gallery-new .btn-group .btn-free-right {
  width: 140px;
  display: inline-block;
  padding: 0 10px;
}

.action-pop-gallery-new .btn-close {
  position: absolute;
  right: 8px;
}

.color-icon {
  position: absolute;
  left: 0 top;
  left: 6px;
  top: 12px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  display: inline-block;
}

.color-icon-matte {
  position: absolute;
  left: 0 top;
  left: 6px;
  top: 12px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  display: inline-block;
  background: #686868
}

.current-color-icon {
  position: absolute;
  left: 0 top;
  left: 6px;
  top: 18px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  display: inline-block;
}

.add-cart-wrap {
  margin-top: 30px;
}

.j-pcb-size {
  display: flex;
}

.thinkness-unit {
  margin-left: 50px;
}

.option-detail-aluminum {
  left: 0px;
  top: 40px;
  z-index: 111;
}

.option-detail-aluminum span.c-7ac {
  cursor: pointer;
}

.option-detail-aluminum:before {
  box-sizing: content-box;
  width: 0px;
  height: 0px;
  position: absolute;
  top: -15px;
  left: 10px;
  padding: 0;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  display: block;
  content: '';
  z-index: 12;
}

.option-detail-aluminum:after {
  box-sizing: content-box;
  width: 0px;
  height: 0px;
  position: absolute;
  top: -16px;
  left: 8px;
  padding: 0;
  border-bottom: 9px solid #fff;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid transparent;
  display: block;
  content: '';
  z-index: 10
}

@media screen and (min-width:765px) {

  .row input,
  .row select {
    box-sizing: border-box;
    width: 90px;
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
    border: 1px solid #DFDFDF;
    font-size: 13px;
  }
}

@media screen and (min-width:410px) and (max-width:765px) {

  .row input,
  .row select {
    box-sizing: border-box;
    width: 90px;
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
    border: 1px solid #DFDFDF;
    font-size: 13px;
  }
}

@media screen and (max-width:410px) {

  .row input,
  .row select {
    box-sizing: border-box;
    width: 60px;
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
    border: 1px solid #DFDFDF;
    font-size: 13px;
  }
}