.textEellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearF:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.userSelect {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*首页轮播图原点动画 开始*/
@keyframes opacity {
  from {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -ms-opacity: 0;
    opacity: 0;
  }
  to {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -ms-opacity: 1;
    opacity: 1;
  }
}
@-ms-keyframes opacity {
  from {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -ms-opacity: 0;
    opacity: 0;
  }
  to {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -ms-opacity: 1;
    opacity: 1;
  }
}
@-moz-keyframes opacity {
  from {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -ms-opacity: 0;
    opacity: 0;
  }
  to {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -ms-opacity: 1;
    opacity: 1;
  }
}
@-o-keyframes opacity {
  from {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -ms-opacity: 0;
    opacity: 0;
  }
  to {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -ms-opacity: 1;
    opacity: 1;
  }
}
/*首页轮播图原点动画结束*/
@keyframes animateCar {
  from {
    left: 14px;
    opacity: 1;
  }
  to {
    left: 145px;
    opacity: 0;
  }
}
input:focus,
textarea:focus {
  border-color: #07813b !important;
  outline: 0;
  box-shadow: 0 0 3px 0 #e4f8ed;
  -webkit-box-shadow: 0 0 3px 0 #e4f8ed;
}
i {
  font-style: normal;
}
.the-head .header {
  background: #292F36;
}
.the-head .navigation-box {
  background: #313740;
}
/*统一按钮*/
.btn {
  margin-top: 15px;
  width: 180px;
  height: 42px;
  display: inline-block;
  font-size: 18px;
  line-height: 42px;
  border: 1px solid #05732b;
  text-align: center;
  background-color: #0b953a;
  color: #fff;
  border-radius: 100px;
  box-shadow: 0 2px 4px #9fa0a0;
  transition: all 0.3s;
}
.btn:hover {
  box-shadow: 0 2px 6px #cfcece;
}
/*订单标题*/
/*订单盒子开始*/
.main-order {
  width: 100%;
  padding: 56px 0;
  height: auto;
  background: #fff;
  color: #333333;
  font-size: 12px;
}
.main-order:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.order-box {
  width: 1254px;
  margin: 0 auto;
}
.order-box .order-content {
  position: relative;
}
.order-box .order-content:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.navigation-orders {
  min-height: 180px;
  background: #313740;
  overflow: hidden;
  padding-top: 120px;
}
.navigation-orders .orders-nav-jump {
  display: flex;
  margin-top: 42px;
  background: #404751;
}
.navigation-orders .orders-nav-jump .jump-order {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  flex: 1;
  position: relative;
}
.navigation-orders .orders-nav-jump .jump-order:first-child:after {
  display: none;
}
.navigation-orders .orders-nav-jump .jump-order:before {
  display: block;
  content: '';
  border-bottom: 2px solid transparent;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  margin: auto;
  transition: all 0.3s;
}
.navigation-orders .orders-nav-jump .jump-order:after {
  display: block;
  content: '';
  height: 30px;
  border-left: 1px solid #313740;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
}
.navigation-orders .orders-nav-jump .jump-order:hover:before {
  width: 100%;
  border-bottom-color: #158F3B;
}
.navigation-orders .orders-nav-jump .jump-order.active {
  color: #fff;
}
.navigation-orders .orders-nav-jump .jump-order.active:before {
  width: 100%;
  border-bottom-color: #158F3B;
}
.navigation-orders .orders-nav-jump .jump-order.active .jump-name {
  color: #fff;
}
.navigation-orders .orders-nav-jump .jump-order .jump-name {
  font-size: 16px;
  font-weight: 600;
  color: #8D97A5;
  margin-left: 18px;
}
.navigation-orders .signal-step {
  margin-top: 17px;
  display: flex;
  justify-content: space-between;
}
.navigation-orders .signal-step .step {
  cursor: default;
  padding: 17px 0;
  font-size: 12px;
  display: flex;
  align-items: center;
  color: #8D97A5;
}
.navigation-orders .signal-step .step .title {
  color: #8D97A5;
}
.navigation-orders .signal-step .step .iconfont {
  margin-left: 30px;
}
.order-box .order-left {
  float: left;
  width: 880px;
  height: auto;
  border: 1px solid #efefef;
}
/*订单板类型切换标题结束*/
/*内容区*/
.order-left {
  position: relative;
}
.order-left:before {
  display: block;
  content: '';
  height: 100%;
  border-left: 1px solid #efefef;
  position: absolute;
  top: 0;
  left: 60px;
  z-index: 1;
}
.order-left .pcb-content {
  background-color: #fff;
  width: 878px;
}
.order-left .pcb-content:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.order-left .pcb-content .orders-left {
  width: 60px;
  height: auto;
  float: left;
}
.order-left .pcb-content .orders-left .iconfont {
  border-left: 3px solid #0b953a;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  width: 60px;
  font-size: 28px;
  background-color: #efefef;
}
.order-left .pcb-content .orders-right {
  float: left;
  padding: 90px 40px 30px;
  width: 818px;
  box-sizing: border-box;
  background: #fff;
  position: relative;
}
.order-left .pcb-content .orders-right .locality-head {
  height: 80px;
  background: #F1F2F4;
  border-left: 1px solid #E3E5E9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 24px;
}
.order-left .pcb-content .orders-right .locality-head .tag {
  margin-left: 18px;
  color: #158F3B;
  font-size: 12px;
  margin-top: 4px;
}
.purchasing-box {
  margin-bottom: 10px;
}
.purchasing-box:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.purchasing-box .purchasing {
  float: left;
  width: 200px;
  height: 60px;
  border: 1px solid #efefef;
  text-align: center;
  line-height: 60px;
  font-size: 14px;
  cursor: pointer;
  margin-right: 18px;
}
.purchasing-box .purchasing .iconfont {
  font-size: 30px;
  vertical-align: middle;
  color: #c9caca;
  margin-right: 4px;
}
.purchasing-box .purchasing:hover {
  border: 1px solid #008144;
}
.purchasing-box .active {
  border: 1px solid #008144;
}
.purchasing-box .active .iconfont {
  color: #008144;
}
.order-left .pcb-order .orders-right {
  padding-left: 20px;
}
/*每项计价公用开始*/
.order-item {
  position: relative;
  padding: 10px 0;
}
.order-item:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.order-item .item-left {
  width: 146px;
  min-height: 30px;
  line-height: 30px;
  font-size: 12px;
  text-indent: 15px;
  position: relative;
}
/*星号必填样式*/
.item-left .flag {
  font-size: 20px;
  position: absolute;
  left: -2px;
  top: 37%;
  line-height: 8px;
  color: #00a964;
  text-indent: 0;
}
.item-right input {
  width: 170px;
  height: 28px;
  line-height: 25px;
  border: 1px solid #dcdddd;
  text-indent: 12px;
  margin-right: 10px;
  position: relative;
  z-index: 3;
  color: #404751;
  vertical-align: bottom;
}
.item-right label {
  display: inline-block;
  min-width: 25px;
  padding: 0 5px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  background-color: #f7f8f8;
  border: 1px solid #dcdddd;
  margin-left: -14px;
}
.item-right .list {
  min-height: 28px;
  padding: 0 12px;
  text-align: center;
  line-height: 28px;
  border: 1px solid #d5d5d5;
  float: left;
  margin: 0 0 0 -1px;
  position: relative;
  cursor: pointer;
  background-color: #fff;
}
.item-right .list:hover {
  border: 1px solid #07813b;
  z-index: 3;
}
.item-right .active-list {
  border: 1px solid #158F3B;
  background-color: #e4f8ed !important;
  z-index: 3;
}
.item-right .disabled {
  background-color: #f7f8f8;
  cursor: not-allowed !important;
  color: #727171;
}
.item-right .disabled:hover {
  border: 1px solid #d5d5d5;
}
.item-right.new-line {
  width: 610px;
  margin-bottom: -10px;
}
.item-right.new-line .list {
  margin-bottom: 10px;
}
.order-item .item-right .green,
.red,
.yellow,
.blue,
.white,
.purple,
.black,
.matt-black,
.matt-green {
  width: 24px;
  height: 20px;
  display: inline-block;
  float: left;
  margin: 4px 5px 0 0;
}
.order-item .item-right .green {
  background-color: green;
}
.order-item .item-right .red {
  background-color: red;
}
.order-item .item-right .yellow {
  background-color: yellow;
}
.order-item .item-right .blue {
  background-color: blue;
}
.order-item .item-right .white {
  background-color: #fff;
  border: 1px solid #efefef;
}
.order-item .item-right .purple {
  background-color: purple;
}
.order-item .item-right .black {
  background-color: black;
}
.order-item .item-right .matt-black {
  background-color: #767676;
}
.order-item .item-right .matt-green {
  background-color: #56be59;
}
/*数量5*/
.board-nums {
  height: 230px;
  background-color: #efefef;
  width: 425px;
  position: absolute;
  top: 29px;
  left: -1px;
  display: none;
  z-index: 10;
  border: 1px solid #cfcfcf;
}
.boardnumber {
  margin: 5px auto;
  width: 408px;
}
.boardnumber:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.boardnumber > li {
  height: 30px;
  line-height: 30px;
  display: inline-block;
  padding: 0 5px;
  min-width: 52px;
  text-align: center;
  font-size: 12px;
  background-color: #fff;
  cursor: pointer;
  float: left;
  margin: 0 0 -1px -1px;
  border: 1px solid #d5d5d5;
}
.boardnumber > li:hover {
  position: relative;
  border: 1px solid #07813b;
  z-index: 3;
}
/*设计文件数*/
.file-number span {
  background-color: #f7f8f8;
  border: 1px solid #dcdddd;
  width: 30px;
  height: 28px;
  line-height: 25px;
  display: inline-block;
  float: left;
  font-size: 18px;
  text-align: center;
  transition: all 0.3s ease-in;
  cursor: pointer;
}
.file-number span.minus {
  border-right: 0;
}
.file-number span.add {
  border-left: 0;
}
.file-number span:hover {
  background-color: #0b953a;
  color: #fff;
}
.file-number input {
  margin-right: 0;
  float: left;
  width: 50px;
  text-indent: 0;
  text-align: center;
}
.other-box {
  width: 410px;
  height: 30px;
  border-radius: 2px;
  background-color: #efefef;
  margin: 25px 10px 0;
}
.other-box .other-input {
  width: 95px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #d8d8d8;
  color: #6E6E6E;
  padding-left: 3px;
  margin-right: 3px;
}
.other-box > a {
  display: inline-block;
  padding: 0 10px;
  height: 23px;
  text-align: center;
  line-height: 23px;
  cursor: pointer;
  border: 0;
  font-size: 12px;
  margin-left: 6px;
  border-radius: 2px;
  color: #fff;
}
.other-box .confirm-btn {
  background: #271e1e;
}
.other-box .confirm-btn:hover {
  background: #4c4242;
}
.other-box .cancel-btn {
  background: #7B7B7B;
}
.other-box .cancel-btn:hover {
  background: #9c9c9c;
}
.more-each .list {
  margin-bottom: 9px;
}
.report-item .item-left {
  line-height: 18px;
  text-indent: 0;
  padding-left: 15px;
  box-sizing: border-box;
}
.download-btn {
  color: #EA2D2D;
  height: 30px;
  line-height: 30px;
  text-decoration: underline;
  display: inline-block;
  margin-left: 24px;
}
.add-report {
  padding-top: 0;
}
.item-right .report-list {
  float: left;
}
.item-right .report-list:first-child {
  margin-right: 16px;
}
.item-right .report-list .iconfont {
  font-size: 20px;
  color: #008144;
  vertical-align: middle;
}
.item-right .report-list .report-val {
  width: 270px;
}
/*参数单位*/
.item-right .unit-mm {
  float: left;
  background-color: #f7f8f8;
  border: 1px solid #dcdddd;
  height: 30px;
  min-width: 30px;
  line-height: 25px;
  display: inline-block;
  font-size: 13px;
  text-align: center;
  transition: all 0.3s ease-in;
  margin-right: 15px;
  padding: 0 2px;
  margin-left: -1px;
  cursor: pointer;
  font-style: normal;
}
.order-item .item-left,
.item-right,
.item-pic {
  float: left;
}
.order-item .item-left:after,
.item-right:after,
.item-pic:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.order-item .item-pic {
  margin: 0 10px 0 20px;
  min-width: 64px;
}
.order-item .item-note {
  color: #EA2D2D;
  float: left;
  height: 30px;
  line-height: 30px;
}
.order-item .baking-time {
  float: left;
  margin-left: 40px;
  display: none;
}
.order-item .baking-time .baking-label {
  float: left;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
}
.item-right textarea {
  width: 600px;
  height: 88px;
  border: 1px solid #e5e5e5;
  resize: none;
  padding: 12px 12px;
  box-sizing: border-box;
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "宋体";
}
.item-right .radio-item {
  font-size: 12px;
}
.item-right .radio-item label {
  min-width: 25px;
  padding: 0 5px;
  height: 28px;
  display: block;
  text-align: left;
  line-height: 28px;
  background-color: #fff;
  border: none;
  margin-left: 0;
  cursor: pointer;
}
.item-right .radio-item label input {
  width: 16px;
  height: 16px;
  line-height: 28px;
  border: 1px solid #d5d5d5;
  margin-right: 10px;
  vertical-align: middle;
}
.item-right .radio-item label span {
  color: #999;
}
/*参数提示开始*/
.tips-box {
  float: right;
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  font-size: 18px;
  margin: 6px 6px 0 0;
  cursor: pointer;
  font-weight: normal;
  color: #DBC040;
}
.tips-box:after {
  display: block;
  content: '';
  background: transparent;
  width: 20px;
  height: 10px;
  position: absolute;
  bottom: -8px;
  left: 0;
  z-index: 1;
}
.tips-box .tips-text {
  color: #DBC040;
  box-shadow: none;
  border: 1px solid #DBC040;
  top: 24px;
}
.tips-box .iconfont {
  float: right;
  line-height: 20px;
  font-size: 20px;
}
.tips-box .tips-text {
  position: absolute;
  min-height: 15px;
  line-height: 15px;
  padding: 10px;
  min-width: 250px;
  top: 20px;
  font-size: 12px;
  left: 0;
  display: none;
  z-index: 998;
  background-color: #fff;
  text-indent: 0;
}
.tips-box:hover .tips-text {
  display: block;
}
.rest-btn {
  background-color: transparent;
  color: #404751;
  border: 1px solid #9fa0a0;
  box-shadow: none;
}
/*参数提示结束*/
/*每项计价公用结束*/
/*计价右侧部分开始*/
.main-order .order-box .order-right {
  float: right;
  width: 360px;
  overflow: hidden;
}
.main-order .order-box .order-right .move-price {
  transition: all 0.3s;
  z-index: 6;
  border: 1px solid #E3E5E9;
}
/*未下单样式*/
.order-box .order-right .combined-box {
  position: relative;
  z-index: 2;
  height: auto;
  background-color: #fff;
}
.order-box .order-right .not-place,
.in-calculation {
  height: 80px;
}
.refer-tips {
  background-color: #fff;
  text-align: right;
  line-height: 44px;
  cursor: pointer;
  border-top: 1px solid #E3E5E9;
  border-bottom: 1px solid #E3E5E9;
}
.refer-tips:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.refer-tips .the-reset {
  width: 140px;
  line-height: 42px;
  color: #404751;
  display: block;
  float: left;
  text-align: center;
  background-color: #fff;
  transition: all 0.3s;
  font-size: 16px;
}
.refer-tips .the-reset:hover {
  color: #EA2D2D;
}
.refer-tips .the-offer {
  float: left;
  width: 218px;
  line-height: 42px;
  text-align: center;
  background-color: #0b953a;
  color: #fff;
  font-size: 16px;
  transition: all 0.3s;
}
.refer-tips .the-offer:hover {
  background-color: #05732b;
}
.group-box {
  text-align: right;
  background: #fff;
}
.group-box .btn {
  width: 136px;
  margin-left: 15px;
  font-size: 14px;
  height: 38px;
  line-height: 38px;
}
.group-box .rest-btn {
  background-color: transparent;
  color: #404751;
  border: 1px solid #9fa0a0;
  box-shadow: none;
}
.order-box .order-right .in-calculation {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  background-color: #f8f8f8;
  padding: 25px 30px 0;
  box-sizing: border-box;
  display: none;
}
.order-box .order-right .in-calculation .in-left {
  float: left;
  font-size: 24px;
  color: #404751;
}
.order-box .order-right .in-calculation .in-right {
  float: right;
  background: url("../images/price-load.gif") no-repeat center;
  width: 48px;
  height: 48px;
  margin-top: -8px;
}
.order-box .order-right .in-calculation .in-right .iconfont {
  font-size: 36px;
  line-height: 36px;
}
.order-box .order-right .not-place {
  padding: 20px 12px 0;
  box-sizing: border-box;
  background-color: #fff;
}
.not-place .place-left {
  float: left;
  font-size: 18px;
  color: #404751;
}
.not-place .place-right {
  float: right;
  text-align: right;
}
.not-place .place-right > p {
  color: #EA2D2D;
  font-size: 24px;
  font-weight: 700;
}
/*广告盒子*/
.advertising {
  margin: 20px 0;
}
/*已下单样式*/
.order-box .order-right .denominated-box {
  position: relative;
  display: none;
}
.order-box .order-right .denominated-box .denominated-title {
  padding: 12px 0 12px;
  background-color: #fff;
  color: #404751;
  font-size: 16px;
  font-weight: 700;
}
.order-box .order-right .denominated-box .denominated-title span {
  font-size: 12px;
  font-weight: normal;
  margin-left: 4px;
}
.order-box .order-right .denominated-box .production-cycle {
  border: 1px solid #E3E5E9;
}
.type-row {
  margin-bottom: 8px;
  padding: 0 12px;
}
.order-box .order-right .denominated-box > h2 {
  font-size: 18px;
  color: #008144;
  height: 60px;
  line-height: 60px;
  text-align: left;
  padding-left: 30px;
  border-bottom: 1px solid #efefef;
  background-color: #fff;
}
/*生成周期盒子*/
.production-cycle .delivery-title {
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #E3E5E9;
  margin: 0 auto;
}
.production-cycle .delivery-title:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.production-cycle .delivery-title .time {
  float: left;
  width: 234px;
  text-align: center;
}
.production-cycle .delivery-title .price {
  float: right;
  margin-right: 26px;
}
/*交期选择*/
.delivery-option {
  padding: 0 12px;
  margin: 0 auto;
  /*选中交期*/
}
.delivery-option li {
  width: 100%;
  height: 38px;
  line-height: 38px;
  border-top: 1px solid #E3E5E9;
  box-sizing: border-box;
  font-size: 14px;
  cursor: pointer;
}
.delivery-option li:first-child {
  border-top: 0;
}
.delivery-option li .time {
  float: left;
  height: 100%;
  min-width: 140px;
}
.delivery-option li .time .iconfont.icon-gouxuan {
  margin-right: 2px;
  color: #F1F2F4;
}
.delivery-option li .time .urgent-icon {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAQCAYAAACP4IauAAAAAXNSR0IArs4c6QAAA0JJREFUSEvNlV2IVVUYhp937+lvwmiIqOhnSpqJycApIhTN2WNJXST2YxEpSiQmRb+WFxIIRVESeWFZOhZCkN1VaCRYnW0SVlgzUAZ6pjTCoSArHIdhprPXG+fMMJ0O+5yZrpp9s/de63vf/Xxrfd/aAih+duP5ZPFmiQWGi8pj0+EyHAa91Z4UNpZ59NP++S2jWdwHumw6AOYzeEtbsu9hHSkkOyRWTgL6J3AcmFXPDPTQ1JP1FqTZmHlT1VjhavWnyVHD5Q1Fim7B2XOgG3Ljgq4h8nf/zPkb0Mmxd58Duq5KtyuK46eyLNwuu1nSgAnngV5oDO57VEwTNw7Shrak8Gwx7RoCNf871uuxDpw9Y8ZXQ4ODY4mI7Q5apti3VlAz7VHkL8Z0ejsibA6Qjnv9FsXxvJBl7wLXNuIQfnQy2LQtSbuLheQSxM91zaJ4FiE7ZHO/xFoHrZoANHMRBwzvKWgr8kieT9QUD4QsO1zvGxaPN4I9XirFsztu/uTEkULSKbFp3OgKoLXaNAR1RpH7wCtA6/JgJ+LFqwRO1EKNwMtniMG6C2KeqAuroOuvXFj4ulp8tJCc+ZfoE1xVNf6rzXKJvcb3gTYQtLJ2Zatgv8QM10KdHpfuHM2afv/PsEI7bW8rC0twrKM7PVZ+7i8kb1g8WG0o8aFhP+ZFBy1V5PJ9eS6s+JzAM3lAggstdtaDFXpssprFYk17V7q1+Gn3EiK/X2tWLnyjRcBiB90WRe4JQXfUgS2v6sUSu23WSNFNdngHuADUA5WmvDQ/mSnAKmj+aFPpx9NCfAhoqTE6RRZ1Eof+Sucr6pKzjxyihXmwNoskXre5W6IX2AXutdUaCTtoB5HTPNjJGqyiaTItJfkD0IKcVV09dkZrCdCLea3S+UFzJJ9VScAaHgfvjYKeDpE/xsy1WKdy8mIExU8SSgVJG22WAnPydrBcBt8DHXVq5RejTcIv5WaLtwmtBvZgfkAsA84FtgOrKhrzJuKBcf0f47tzELF7wtOeCVpRt7kqu6a7VEy7ngetbxQ4HeaiuKlVAwcXNw+dOvktaOZ0gMpn8Cttyb61Kk+OnZ9+RHBvzX/8/+QfBu+11dPenVZK5m+Hw3LPyok0OwAAAABJRU5ErkJggg==") no-repeat center;
  width: 43px;
  height: 16px;
  display: inline-block;
  vertical-align: text-top;
}
.delivery-option li .date {
  float: left;
}
.delivery-option li .price {
  float: right;
}
.delivery-option .active-option {
  color: #158F3B;
  background-color: #fff;
}
.delivery-option .active-option .time .iconfont.icon-gouxuan {
  color: #158F3B;
}
.logistics-box {
  background-color: #fff;
  padding: 12px;
}
.logistics-box .logistics .way select {
  border: 1px solid #efefef;
  border-radius: 4px;
  width: 130px;
  height: 28px;
  line-height: 28px;
  text-indent: 5px;
  box-shadow: 0 0 6px -2px rgba(0, 0, 0, 0.2) inset;
}
.logistics-box .logistics .way select:first-child + select {
  width: 90px;
}
.logistics-box .logistics .way .price {
  float: right;
  height: 28px;
  line-height: 28px;
}
.logistics-box .logistics .estimated-time {
  margin-top: 16px;
}
.logistics-box .logistics .estimated-time:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.logistics-box .logistics .estimated-time .item {
  float: left;
  width: 72px;
}
.logistics-box .logistics .estimated-time .item .time {
  color: #00844d;
}
.logistics-box .logistics .estimated-time .item .iconfont {
  vertical-align: middle;
  color: #dcdddd;
}
.logistics-box .logistics .estimated-time .item:last-child {
  text-align: right;
}
.logistics-box .logistics .estimated-time .line {
  float: left;
  width: 165px;
  height: 30px;
  border-bottom: 1px #ccc dashed;
  position: relative;
}
.logistics-box .logistics .estimated-time .line .logistics-car {
  font-size: 30px;
  line-height: 30px;
  color: #0b953a;
  padding: 0 5px;
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 3;
  margin-left: -15px;
  animation: animateCar 1.1s infinite ease;
}
.delivery-rules {
  font-size: 12px;
  background: #fff;
  margin-top: 10px;
  border: 1px solid #E3E5E9;
}
.delivery-rules .delivery-tips {
  border-radius: 2px;
  color: #DBC040;
  padding: 16px;
}
.delivery-rules .delivery-tips .title {
  font-weight: 700;
}
.delivery-rules .delivery-tips .title-des {
  margin-top: 4px;
}
.delivery-rules .rules {
  display: block;
  color: #DBC040;
  text-decoration: underline;
  margin-top: 6px;
}
.order-box .order-right .production-cycle .not-place {
  background-color: #fff;
  position: relative;
}
.order-box .order-right .production-cycle .not-place:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.welding-service {
  padding: 0 12px 10px;
  background: #fff;
  box-sizing: border-box;
}
.welding-service .welding-box {
  padding: 3px 10px;
  height: 34px;
  line-height: 26px;
  border-radius: 2px;
  box-sizing: border-box;
  border: 1px solid #DBC040;
}
.welding-service .welding-box .welding-text {
  float: left;
}
.welding-service .welding-box .welding-check {
  float: right;
  margin-left: 20px;
  vertical-align: middle;
  cursor: pointer;
}
.welding-service .welding-box .welding-check label {
  position: relative;
  cursor: pointer;
  margin-right: 12px;
}
.welding-service .welding-box .welding-check label .iconfont {
  color: #9fa0a0;
  position: absolute;
  top: -5px;
  left: 0;
  z-index: 3;
}
.welding-service .welding-box .welding-check input[type="radio"] {
  vertical-align: middle;
  margin-right: 6px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.welding-service .welding-box .welding-check .active-check .iconfont {
  color: #078446;
}
/*smt 与 pcb 总计*/
.price-box {
  border-top: 1px solid #E3E5E9;
}
.jc-item {
  border-bottom: 1px solid #E3E5E9;
  box-sizing: border-box;
  background-color: #fff;
  padding: 0 12px;
}
.jc-item .offer-box {
  padding-top: 12px;
}
.jc-item .offer-box:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.jc-item .offer-box .left-offer {
  float: left;
}
.jc-item .offer-box .left-offer .view-quote {
  margin-left: 20px;
  color: #EA2D2D;
  text-decoration: underline;
  cursor: pointer;
}
.jc-item .offer-box .right-offer .style-price {
  float: right;
  font-weight: 700;
}
.jc-item .offer-box .right-offer .style-price span {
  float: right;
}
.jc-item .check-review {
  text-align: right;
  color: #EA2D2D;
  margin-top: 2px;
  cursor: pointer;
  margin-bottom: 8px;
}
.jc-item .cost-detail {
  padding: 0 0 15px;
  display: none;
}
.jc-item .cost-detail:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.jc-item .cost-detail li {
  width: 112px;
  height: 48px;
  padding: 8px;
  float: left;
  line-height: 17px;
  box-sizing: border-box;
  border: 1px solid #e3e5e9;
  background: #f1f2f4;
  margin-left: -1px;
  margin-top: -1px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #404751;
}
/*结算价格总计*/
.settlement-price {
  text-align: center;
  cursor: pointer;
  margin-top: 6px;
  border-top: 1px solid #E3E5E9;
}
.settlement-price .add-cart {
  background-color: #fff;
  font-size: 16px;
}
.settlement-price .add-cart:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.settlement-price .the-rest {
  width: 140px;
  line-height: 44px;
  float: left;
  color: #158F3B;
}
.settlement-price .to-cart {
  float: left;
  width: 218px;
  line-height: 44px;
  color: #fff;
  background-color: #158F3B;
}
.settlement-price .to-cart .icon-gou {
  font-size: 22px;
  line-height: 15px;
  vertical-align: middle;
  margin-right: 6px;
}
.delivery-rules-tips {
  width: 460px;
  height: 220px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -110px 0 0 -230px;
  z-index: 9999999;
  background-color: #fff;
  box-shadow: 0 0 30px -3px rgba(0, 0, 0, 0.3);
  padding: 40px 35px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #404751;
  display: none;
}
.delivery-rules-tips .tips-title {
  font-size: 16px;
  font-weight: bold;
}
.delivery-rules-tips .tips-text {
  font-size: 14px;
}
.delivery-rules-tips .tips-text .contact-way {
  color: #00a964;
}
.delivery-rules-tips .tips-text .contact-way:hover {
  color: #EA2D2D;
}
.delivery-rules-tips .i-know {
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  width: 140px;
  border-radius: 4px;
  border: 0;
  box-shadow: none;
  transition: all 0.3s;
  float: right;
}
.delivery-rules-tips .i-know:hover {
  background-color: #00844d;
}
#newBridge {
  position: relative !important;
  z-index: 3 !important;
}
/*右侧计价部分结束*/
.g-mian-bg {
  z-index: 9999999;
}
.phone-box {
  z-index: 99999991;
}
/*特殊工艺开始*/
.special-process {
  background-color: #f7f8f8;
  /*选中样式*/
  /*显示工艺内容*/
}
.special-process .special-title {
  height: 62px;
  line-height: 62px;
  background-color: #efefef;
  font-size: 12px;
  cursor: pointer;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
.special-process .special-title:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.special-process .special-title .title-left,
.special-process .special-title .title-right {
  float: left;
  width: 818px;
}
.special-process .special-title .iconfont {
  float: right;
  margin-right: 40px;
  font-size: 20px;
  color: #9fa0a0;
}
.special-process .special-title .title-left {
  width: 60px;
  border-bottom: 1px solid #efefef;
  background-color: #fff;
}
.special-process .special-title .add-flag {
  font-size: 24px;
  color: #000000;
  float: left;
  width: 60px;
  text-align: center;
}
.special-process .special-title .options {
  font-size: 16px;
  color: #404751;
  margin: 0 20px 0 30px;
  font-weight: bold;
}
.special-process .active-iconfont .iconfont {
  color: #078446;
}
.special-process .special-content .special-left {
  float: left;
  width: 60px;
  background-color: #fff;
  min-height: 100px;
}
.special-process .special-content .special-right {
  float: left;
  width: 818px;
  min-height: 285px;
  background-color: #f7f8f8;
  padding: 35px 0 30px 30px;
}
.special-process .special-right .title {
  color: #008144;
  margin-bottom: 30px;
}
.special-process .special-content {
  display: none;
  position: relative;
}
.special-process .special-content:before {
  display: block;
  content: '';
  width: 60px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.special-process .show-content {
  display: block;
}
.special-process .show-content:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.special-process .special-right .order-item {
  padding: 10px 0 0;
}
.special-process .special-right .order-item .item-left {
  text-indent: 0;
  width: 140px;
}
.special-process .special-right .ul-element {
  width: 560px;
}
.special-process .special-right .ul-element .list {
  padding: 0 14px;
}
.special-process .special-right .ul-element .tips-box {
  margin: 5px 0 0 15px;
}
.special-process .special-right .item-right .list {
  margin-bottom: 10px;
  background-color: #fff;
}
.special-process .special-right .other-element {
  width: 580px;
  float: left;
}
.special-process .special-right .other-element .list {
  width: 138px;
  padding: 0;
  min-height: 28px;
  text-align: center;
  line-height: 28px;
  border: 1px solid #d5d5d5;
  float: left;
  margin-right: 0;
  margin-left: -1px;
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
  background-color: #fff;
}
.special-process .special-right .other-element .active-list {
  border: 1px solid #07813b;
  background-color: #e4f8ed !important;
  z-index: 10;
}
.special-process .special-right .other-element .tips-box {
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 9;
  margin: 0;
}
.special-process .special-right .other-element .list:hover {
  z-index: 11;
}
.special-process .other-process {
  float: left;
  height: 30px;
  line-height: 30px;
  margin-left: 10px;
}
.special-process .other-process input {
  width: 100px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #d5d5d5;
  text-indent: 10px;
}
.group-parent {
  background: #fff;
  padding: 0 40px 30px 0;
}
/*弹窗遮罩选择板子数量*/
.table-open {
  padding: 20px 25px;
  width: 520px;
}
.table-open .getInput-box {
  margin-bottom: 10px;
}
.table-open .getInput-box .getInput {
  width: 300px;
  height: 38px;
  line-height: 38px;
  text-indent: 15px;
  border: 1px solid #cfcfcf;
  margin-left: 20px;
}
.table-open .test-layer {
  float: none;
  margin-bottom: 20px;
}
.table-open .test-layer:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.table-open .test-layer label {
  padding: 0;
}
.order-left {
  /*显示隐藏元素添加类名 active-item*/
}
.order-left .pcb-content.flexible-order .orders-right {
  padding-left: 12px;
  padding-right: 12px;
}
.order-left .line-process {
  background-color: #f5f5f5;
  margin-top: 1px;
}
.order-left .tips-msg {
  vertical-align: middle;
  display: inline-block;
  line-height: 28px;
  margin-left: 10px;
}
.order-left .pcb-content .active-item {
  display: block;
}
.order-left .pcb-content .size-item input {
  width: 120px;
  margin-right: 0;
  float: left;
}
.order-left .pcb-content .size-item .take-flag {
  float: left;
  width: 30px;
  height: 28px;
  text-align: center;
  line-height: 25px;
  border-top: 1px solid #dcdddd;
  border-bottom: 1px solid #dcdddd;
  background-color: #f7f8f8;
}
.order-left .pcb-content .size-item .iconfont {
  font-size: 25px;
}
.order-left .pcb-content .size-item .right-margin {
  border-right: 1px solid #dcdddd;
}
.order-left .special-process .special-content .special-right {
  background: #fff;
  padding: 30px 0 20px 30px;
}
/*# sourceMappingURL=flexible-order.css.map */