/**
 * @fileoverview orderOnline.css
 * @author xuzengqiang,songxirong
 * @date 2018-08-25 23:01:35
 */

/* 主体部分样式开始 */

/*左侧主体部分*/
.order-online .main-content {
}

.order-online .left-content .classify {
  margin-bottom: 15px;
  font-size: 13px;
  height: 30px;
}
.order-online .left-content .classify > p.classify-name {
  /* display: inline-block; */
  width: 140px;
  line-height: 30px;
  vertical-align: top;
  font-size: 13px;
  overflow: hidden;
  /* color: #666; */
}
.order-online .left-content .classify > .classify-content {
  float: left;
  width: 600px;
  height: 34px;
}

.order-online .left-content .classify-content .symbol {
  margin: 0 5px;
  display: inline-block;
  line-height: 30px;
  vertical-align: top;
  font-size: 16px;
  color: #333;
}

.pcb-border {
  position: relative;
}
.pcb-border .pcb-select {
  border-right: 0px;
  width: 95px;
}
.pcb-border .border-mask {
  position: absolute;
  width: 90px;
  padding: 5px 5px 15px;
  background: #fff;
  z-index: 1000;
  box-shadow: 4px 4px 8px #dfdfdf;
  top: 30px;
  border: 1px solid #ddd;
  border-top: 0px;
  display: none;
}
.pcb-border .border-mask li {
  line-height: 24px;
  height: 24px;
  padding-left: 2px;
  color: #666;
  cursor: pointer;
}
.pcb-border .border-mask li:hover {
  background: #209bc1;
  color: #fff;
}

.order-online .left-content .pcb-quantity {
  position: relative;
  overflow: inherit;
}
/* .order-online .left-content .pcb-quantity a {
  display: inline-block;
  width: 220px;
  height: 30px;
  border: 1px solid #ddd;
  position: relative;
  padding: 2px 0px 0px 10px;
} */
.order-online .left-content .pcb-quantity .selected {
  font-size: 12px;
  color: #ccc;
  position: absolute;
  right: 7px;
  top: 7px;
}
/*联想框*/
.pcb-quantity .quantity-mask {
  position: absolute;
  width: 315px;
  padding: 5px 5px 15px;
  background: #fff;
  z-index: 1000;
  /* border:1px solid #209bc1; */
  border: 1px solid #ddd;
  box-shadow: 4px 4px 8px #dfdfdf;
  top: 29px;
  display: none;
}
.pcb-quantity .quantity-mask .quantity-select {
  overflow: hidden;
}
.pcb-quantity .quantity-mask .quantity-select li {
  height: 30px;
  line-height: 30px;
  float: left;
  /* border:1px solid #AFAFAF; */
  width: 60px;
  cursor: pointer;
  white-space: nowrap;
  text-align: left;
  color: #666;
  padding-left: 4px;
}
.pcb-quantity .quantity-mask .quantity-select li:hover {
  background: #209bc1;
  color: #fff;
}
.pcb-quantity .quantity-mask .quantity-input .title {
  height: 24px;
  line-height: 24px;
}
.pcb-quantity .quantity-mask .quantity-input .title span {
  font-size: 12px;
  color: #666;
}
.pcb-quantity .quantity-mask .quantity-input input {
  height: 28px;
  line-height: 28px;
  float: left;
  padding: 0px 5px;
}
.pcb-quantity .quantity-mask .quantity-input a.ensure {
  float: left;
  margin-left: 20px;
  border: 1px solid #209bc1;
  height: 26px;
  line-height: 26px;
  padding: 0px 12px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background: #209bc1;
  border-radius: 2px;
}
.pcb-unit-quantity {
  line-height: 30px;
  color: #333;
}
.solder-mask-color i.color,
.silkscreen-color i.color,
.pcb-lead-time tbody td i.color {
  width: 12px;
  height: 12px;
  float: left;
  position: relative;
  left: -4px;
  top: 3px;
  border-width: 1px;
  border-style: solid;
}
.solder-mask-color i.green,
.pcb-lead-time tbody td i.green {
  background: green;
  border-color: green;
}
.solder-mask-color i.blue,
.pcb-lead-time tbody td i.blue {
  background: blue;
  border-color: blue;
}
.solder-mask-color i.red,
.pcb-lead-time tbody td i.red {
  background: red;
  border-color: red;
}
.solder-mask-color i.yellow,
.pcb-lead-time tbody td i.yellow {
  background: yellow;
  border-color: yellow;
}
.solder-mask-color i.black,
.silkscreen-color i.black,
.pcb-lead-time tbody td i.black {
  background: black;
  border-color: black;
}
.solder-mask-color i.matt-black,
.pcb-lead-time tbody td i.matt-black {
  background: #2f2f2f;
  border-color: #2f2f2f;
}
.solder-mask-color i.white,
.silkscreen-color i.white,
.pcb-lead-time tbody td i.white {
  background: white;
  border-color: #ddd;
}

/*右侧主体内容*/

.order-online .right-content .item-row {
  /* border:1px solid #AFAFAF; */
  margin-bottom: 15px;
}
.order-online .right-content .item-row > .title {
  padding-bottom: 10px;
  font-size: 13px;
}
.order-online .right-content .item-row > .title .name {
  font-weight: 700;
  font-size: 16px;
  color: #2f2f2f;
}
.right-content .pcb-price-category table,
.right-content .pcb-lead-time table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  color: #5d5d5d;
  font-size: 13px;
  width: 100%;
}
.right-content .pcb-price-category table tr {
  height: 30px;
  line-height: 30px;
}
.right-content .pcb-price-category table td {
  width: 50%;
  border: 1px solid #afafaf;
  padding-left: 5px;
  overflow: hidden;
}
.right-content .pcb-price-category table td.label {
  background: #f0f0f0;
  text-align: center;
  width: 40%;
  font-weight: normal;
  color: #666;
  /* border:0 none; */
}
.right-content .pcb-price-category table tfoot td {
  border: none;
  padding: 8px 0;
  font-size: 12px;
}
.right-content .pcb-price-category table tfoot span {
  margin-right: 10px;
}
.right-content .pcb-price-category table tfoot span label.value {
  color: #000;
}
.right-content .pcb-lead-time .title i.iconfont {
  color: #f00;
  margin-left: 10px;
}
.right-content .pcb-lead-time .title a {
  color: #39c;
}
.right-content .pcb-lead-time thead tr {
  padding: 0 10px;
  background-color: #f0f0f0;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}
.right-content .pcb-lead-time thead tr th {
  border: 1px solid #d8d8d8;
}
.right-content .pcb-lead-time tbody tr td {
  padding: 2px 10px;
  cursor: pointer;
  text-align: center;
  border: 1px solid #d8d8d8;
  line-height: 24px;
}
.right-content .pcb-lead-time tbody td i.color {
  float: none;
  display: inline-block;
  position: relative;
  top: 2px;
}
.right-content .pcb-order-remark {
}
.right-content .pcb-order-remark .content textarea {
  width: 100%;
  font-size: 12px;
  min-height: 3em;
  line-height: 1.5;
  resize: none;
  outline: none;
  padding: 8px 9px 6px;
  overflow: auto;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
}
.right-content .order {
  font-size: 13px;
}
.right-content .order .order-cost {
  height: 60px;
  line-height: 60px;
}
.right-content .order .order-cost .title {
  color: #333;
  font-weight: 700;
}
.right-content .order .order-cost .symbol {
  font-size: 14px;
  color: #d6473b;
}
.right-content .order .order-cost .num {
  font-size: 28px;
  color: #d6473b;
  font-weight: 700;
}
.right-content .order .order-now {
  display: inline-block;
  width: 190px;
  line-height: 40px;
  border-radius: 3px;
  background-color: #d6473b;
  color: #fff;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}
.right-content .order .order-now:hover {
  background-color: #b12215;
}

/**
 * pcb单选按钮组
 * @author xuzengqiang
 * @date 2018-08-28 10:06:25
 */
.pcb-radio {
  display: inline-block;
  /* width: 30px; */
  /* height: 30px; */
  padding: 4px 10px;
  border: 1px solid #ddd;
  text-align: center;
  margin-right: 5px;
  color: #666;
  /* line-height:30px; */
  position: relative;
  cursor: pointer;
  font-size: 13px;
}
/*选中图标的处理*/
.pcb-radio .selected-icon {
  height: 16px;
  width: 16px;
  position: absolute;
  right: -1px;
  bottom: 0px;
  line-height: 16px;
  text-align: center;
  display: none;
}
.pcb-radio .selected-icon i.iconfont {
  font-size: 16px;
  color: #209bc1;
}

/*启用状态*/
.pcb-radio.active {
  /* height: 30px; */
  /* width: 30px; */
  border-color: #209bc1;
  position: relative;
}
.pcb-radio.active .selected-icon {
  display: inline-block;
}
/*禁用状态*/
.pcb-radio.disabled {
  border: 1px solid #e1e1e1;
  color: #5d5d5d;
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: not-allowed;
}
/*下拉框样式*/
.pcb-select {
  height: 30px;
  width: 220px;
  border: 1px solid #ddd;
  line-height: 30px;
  cursor: pointer;
  color: #888;
  font-size: 12px;
  padding-left: 5px;
}
.pcb-select i.iconfont {
  font-size: 12px;
  color: #666;
  float: right;
  margin-right: 6px;
}
.pcb-select[disabled='disabled'] {
  background: #dfdfdf;
}

.pcb-input {
  display: inline-block;
  /* clear: both; */
  border: 1px solid #e1e1e1;
}
.pcb-input input {
  height: 28px;
  line-height: 28px;
  float: left;
  border: 0 none;
  padding: 0px 5px;
  text-align: center;
  width: 100px;
}
.pcb-input span.suffix {
  width: 60px;
  background: #f5f5f5;
  height: 28px;
  line-height: 28px;
  float: left;
  border-left: 1px solid #e1e1e1;
  text-align: center;
  color: #666;
}
.pcb-input input[disabled='disabled'] {
  background: #dfdfdf;
}
