﻿.radioIcon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #ccc;
  display: inline-block;
  margin-right: 10px;
  vertical-align: text-top;
}
.radioActive {
  background: url("/aivon/static/img/onlineNew/radioActive.png") no-repeat top center;
  background-size: 100%;
  border: none;
}
.para_select.canPrice {
  padding-bottom: 50px;
}
.TestTextReport {
  line-height: 30px;
}
.Download {
  display: block;
}
.Download i {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background: url(/aivon/static/img/activity/pdf/icons.png) no-repeat center;
  background-size: cover;
  margin-right: 5px;
}
.Download a {
  display: inline-block;
  vertical-align: middle;
  color: #f90;
  text-decoration: underline;
}
.wen_tip_pointer {
  width: 20px;
  height: 20px;
  background: url(/aivon/static/img/onlineNew/wentip.png) no-repeat center;
  display: inline-block;
  vertical-align: sub;
}
.table-FR4Type a,
.isQian {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}
.altOptionList .bnsa {
  display: block;
  width: 10em;
  margin: 5px auto 0;
  text-align: center;
}
.optionList {
  height: 290px;
  overflow: auto;
  margin: 10px 15px 20px;
}
.optionList li label {
  border-bottom: 1px solid #eee;
  padding: 4px;
  display: block;
}
.boxPcbUpFile .s2 p {
  text-align: left;
  padding-left: 20px;
}
.color-option .option-choose .item {
  min-width: 61px;
  padding-left: 18px;
}
.color-option .option-choose .SolderColormatteblack,
.color-option .option-choose .SolderColormattegreen {
  width: 96.5px;
}
.color-option .option-choose .example-color {
  /*    left: 4px;*/
  /*    top: calc(50% - 6px);*/
  /*    position: absolute;*/
}
.max-option {
  overflow: hidden;
  position: relative;
  transition: height 0.5s;
  height:auto;
  /* padding-right: 100px; */
}
.max-option[option-name="BoardLayers"] {
  height:auto;
}
.max-option[option-name="CopperThickness"] {
  height: auto;
}
/* .max-option:nth-child(1){
  height: 60px;
} */
/* .max-option:nth-child(7){
  height: 62px;
} */
.max-option:last-child{
  /* height: 62px; */
}
.max-option .collapse-tigger {
  position: absolute;
  bottom: 2px;
  right: 0px;
  color: #666;
  border: 1px solid #ddd;
  line-height: 26px;
  background: #fff;
  border-radius: 2px;
  padding: 0 10px;
  min-width: 30px;
  text-align: center;
  display: flex;
  align-items: center;
}
.collapse-tigger span {
  display: inline-block;
  margin-right: 7px;
}
.collapse-tigger span.h {
  display: none;
}
.collapse-tigger span.m {
  display: block;
}
.uncollapse .collapse-tigger span.h {
  display: block;
}
.uncollapse .collapse-tigger span.m {
  display: none;
}
.collapse-tigger-disabled {
  pointer-events: none;
  background-color: #eee !important;
  color: #bbb !important;
  cursor: not-allowed !important;
}
.max-option.uncollapse {
  /*max-height: 300px;*/
  padding-right: 0px;
}
.min-option-con .option-choose .item {
  min-width: 52px;
}
[option-name="SurfaceFinish"] .option-choose .item {
  min-width: 64px;
}
.pcb-card-title,
.titleSel {
  cursor: pointer;
  background-color: rgba(240, 240, 240, 1);
  line-height: 38px;
  border-radius: 5px;
  font-size: 16px;
  position: relative;
}
.pcb-card-title {
  padding-left: 12px !important;
}
.titleSel {
  padding-left: 39px !important;
}
.pcb-card-title:after {
  content: "\e608";
  font-family: iconfont_dg;
  display: inline-block;
  margin-left: 1em;
  font-size: 0.6em;
  position: absolute;
  right: 24px;
}
.pcb-card-show .pcb-card-title:after {
  transform: rotate(180deg);
}
.boxPcbUpFile {
  padding: 16px 0;
  border-radius: 5px;
}
.info_basic .bnsa.sk {
  border-radius: 3px;
  padding: 0px 12px;
  margin: 0;
  height: 32px;
}
.info_basic .bnsa.sk > span {
  line-height: 32px;
}
.info_basic .bnsa:hover {
  background-color: #3E86FD !important;
}
.info_basic .bnsa:active {
  background-color: #0050D9 !important;
}
.boxPcbUpFile .bnUp span,
.boxPcbUpFile .stop span {
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  vertical-align: text-bottom;
}
.calc_btn {
  border-radius: 3px;
  padding: 9px 0 7px;
  width: 218px !important;
  font-size: 18px !important;
  line-height: 20px !important;
  vertical-align: text-bottom;
  font-weight: 500;
}
.stencil_btn {
  border-radius: 3px;
  padding: 9px 0 7px;
  width: 190px !important;
  font-size: 15px !important;
  line-height: 20px !important;
  vertical-align: text-bottom;
  font-weight: 500;
  /* 添加按钮基础样式 */
  display: inline-block;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  border: none;
  transition: all 0.3s ease;
}
/* 添加hover和focus状态 */
.stencil_btn:hover,
.stencil_btn:focus {
  text-decoration: none;
  outline: none;
}
/* 确保与btn-yellow样式配合时的效果 */
.btn-yellow.stencil_btn {
  color: #fff;
}
.btn-yellow.stencil_btn:hover,
.btn-yellow.stencil_btn:focus {
  color: #fff;
}
/* 强制样式 - 确保stencil_btn样式生效 */
span.stencil_btn {
  border-radius: 3px !important;
  padding: 9px 0 7px !important;
  width: 190px !important;
  font-size: 15px !important;
  line-height: 20px !important;
  vertical-align: text-bottom !important;
  font-weight: 500 !important;
  display: inline-block !important;
  text-align: center !important;
  cursor: pointer !important;
  text-decoration: none !important;
  border: none !important;
  transition: all 0.3s ease !important;
}
span.btn-yellow.stencil_btn {
  /* background: url(/aivon/static/img/onlineNew/stencil_btn.png) no-repeat center; */
  background-size: 100% 100%;
  /* background-color:#0060FF !important; */
  color: #fff !important;
}
.stencil_btn_250815 {
  cursor: pointer;
  display: inline-block;
  padding: 11px 50px 11px 20px;
  font-size: 14px;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  background: url(/aivon/static/img/onlineNew/stencil_btn.png) no-repeat center;
  background-size: 100% 100%;
}
.stencil_btn_250815 i { 
  margin-left: 12px;
position: absolute;
top: 50%;
transform: translateY(-50%);
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/aivon/static/img/onlineNew/stencil_bt_i.png) no-repeat center;
  background-size: 100% 100%;
}
.stencil_btn_250815:hover i{
  background: url(/aivon/static/img/onlineNew/stencil_bt_i_hover.png) no-repeat center;
}
.stencil_btn_250815:active i{
  background: url(/aivon/static/img/onlineNew/stencil_bt_i_active.png) no-repeat center;
}
.boxPcbUpFile .n p {
  margin-bottom: 5px;
}
.option-size .form-control,
#Num,
.info_basic .option-size .form-control {
  width: 80px;
  height: 28px;
}
.option-size {
  height: 30px;
}
.wen_tip,
.item-tips .jp-ico {
  width: 16px;
  height: 16px;
  background: url(/aivon/static/img/onlineNew/wen2.png) no-repeat center;
  float: right;
  vertical-align: sub;
}
.subscript-ico {
  background-position: -106px -365px;
  width: 16px;
  height: 16px;
}
.jp-ico {
  background-image: none;
  /* background-image: url(/aivon/static/img/lu/new/pcb/icons.png); */
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
}
.boxQuoteRightInfo .bnAddCart {
  width: 100%;
  text-align: center;
  line-height: 1.3em;
  font-size: 20px;
  font-weight: 500;
  box-sizing: border-box;
}
/*计价按钮的2种样式*/
.price_btn {
  width: 100%;
  padding: 15px 0;
  margin: auto;
  background: #f9f9f9;
}
.price_btn1 {
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 9;
}
/*加载*/
.loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}
.loader svg path,
.loader svg rect {
  fill: #f90;
}
@-webkit-keyframes loading-3 {
  50% {
    transform: scale(0.4);
    opacity: 0.4;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.loading-3 {
  position: relative;
  height: 50px;
  width: 50px;
  margin: 0 auto;
  left: 16px;
}
.loading-3 i {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color:#0060FF;
  position: absolute;
}
.loading-3 i:nth-child(1) {
  top: 25px;
  left: 0;
  -webkit-animation: loading-3 1s ease 0s infinite;
}
.loading-3 i:nth-child(2) {
  top: 17px;
  left: 17px;
  -webkit-animation: loading-3 1s ease -0.12s infinite;
}
.loading-3 i:nth-child(3) {
  top: 0px;
  left: 25px;
  -webkit-animation: loading-3 1s ease -0.24s infinite;
}
.loading-3 i:nth-child(4) {
  top: -17px;
  left: 17px;
  -webkit-animation: loading-3 1s ease -0.36s infinite;
}
.loading-3 i:nth-child(5) {
  top: -25px;
  left: 0;
  -webkit-animation: loading-3 1s ease -0.48s infinite;
}
.loading-3 i:nth-child(6) {
  top: -17px;
  left: -17px;
  -webkit-animation: loading-3 1s ease -0.6s infinite;
}
.loading-3 i:nth-child(7) {
  top: 0px;
  left: -25px;
  -webkit-animation: loading-3 1s ease -0.72s infinite;
}
.loading-3 i:nth-child(8) {
  top: 17px;
  left: -17px;
  -webkit-animation: loading-3 1s ease -0.84s infinite;
}
.loader_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@keyframes admRTtbtb {
  0% {
    transform: translate(0, -2px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.online-quotes-input li {
  margin-bottom: 0px;
}
.size_tips {
  width: 157px;
  height: 32px;
  line-height: 32px;
  position: absolute;
  top: -2px;
  left: 100%;
  background: url(/aivon/static/img/onlineNew/tips.png) no-repeat center;
  padding-left: 18px;
  z-index: 201;
}
