.service_banner{
	width: 100%;
	height:400px;
	min-width: 1400px;
	background: url("../../images/pcba_service/service_banner.png") no-repeat center top;
}
.topBtn {
	width: 354px;
	height: 114px;
	border: 12px solid #fff;
	box-shadow: 0px 5px 14px 0px rgba(25, 68, 48, 0.2);
	margin-top: -45px;
	background-color: #30A06B;
	margin: -45px auto 0;
	border-radius: 100px;
	text-align: center;
}
.topBtn .top-text {
  font-size: 34px;
  font-weight: 800;
  color: #fff;
  line-height: 90px;
  text-align: center;
}
.service_title{
	width: 100%;
	height: 100px;
	line-height: 100px;
	border-bottom: 1px solid #E5E5E5;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.service_title::after{
	content: '';
	display: block;
	position: absolute;
	width: 140px;
	height: 5px;
	background-color: #003E8E;
	position: absolute;
	left: 50%;
	margin-left: -70px;
	bottom: 0;
}
.ser_contentText{
	width: 1400px;
	padding: 50px 20px;
	font-size: 16px;
	line-height: 32px;
	margin: 0 auto;
}
.why_content{
	width: 100%;
	height: 785px;
	background: url("../../images/pcba_service/service_bg1.jpg") no-repeat center top;
	margin-bottom: 40px;
}
.why_content .contentList{
	display: flex;
	justify-content: space-between;
	text-align: center;
	padding-top: 50px;
}
.why_content .item-title{
	margin-top: 30px;
	font-size: 20px;
	line-height: 36px;
	font-weight: bold;
}
.why_content .item-info{
	font-size: 16px;
	line-height: 32px;
}


.main {
  margin: 0px auto;
  width:1400px;
}



.equipment {
  width: 1400px;
  margin-top: 90px;
}
.equipment-box {
  border: 1px solid #EAEBED;
  overflow: hidden;
}
.equipment-box .equipment-item {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #EAEBED;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #545454;
  line-height: 32px;
}
.equipment-box .equipment-item:last-child {
  border-bottom: none;
}
.equipment-item .item-left {
  background-color:#F2F8FF;
  border-right: 1px solid #EAEBED;
  padding-left: 25px;
  display: flex;
  align-items: center;
  width: 240px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.equipment-item li{
	font-weight: normal;
}
.equipment-item .item-right {
  flex: 1;
}
.equipment-item .item-right ul {
  margin: 16px 20px;
  list-style-type: none;
}
.equipment-item li::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #BEBEBE;
    border-radius: 50%;
    margin-right: 10px;
	float: left;
	margin-top: 14px;
}

.processing_box{
	width: 100%;
	min-width: 1400px;
	height: 790px;
	background-color: #F2F8FF;
	margin-top: 60px;
	margin-bottom: 70px;
}
.processing {
    width: 1400px;
    padding-top: 60px;
    position: relative;
    margin: 0 auto;
}
.processing-content {
  /* margin-top: 24px; */
  /* width: 1190px; */
  width: 100%;
  height: 622px;
  /* background: #dfeaf2;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5); */
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  /* padding: 0 80px; */
  /* overflow-x: auto; */
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  scrollbar-width: none;
  transition: 1s;
}

.processing-content::-webkit-scrollbar {
  display: none;
}

.processing-item {
  width: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* margin:0 27px; */
}

.processing-top,
.process-top-active {
  width: 150px;
  height: 150px;
}

.processing-line{
  width: 1px;
  height: 54px;
  background-color: #DBDBDB;
  margin: 6px 0;
  position: relative;
}
.processing-line::before,
.processing-line::after{
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    background-color: #DBDBDB;
    border-radius: 9px;
    position: absolute;
    left: 0;
    margin-left: -4px;
}
.processing-line::before{
	top: 0;
}
.processing-line::after{
	bottom: 0;
}
.processing-botton{
  width: 253px;
  height: 340px;
  position: relative;
  overflow: hidden;
}
.processing-botton:hover{
	border: 1px solid #1B3E8B;
	border-radius: 8px;
}
.processing-botton img {
  width: 100%;
  height: 100%;
}
.processing-blue {
  position: absolute;
  top: 340px;
  right: 0;
  left: 0;
  bottom: 0;
  font-size: 14px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  color: #ffffff;
  line-height: 20px;
  z-index: 9;
  background: rgba(97, 155, 232, 0.75);
  border-radius: 4px;
  padding: 11px;
  box-sizing: border-box;
  /* display: none; */
  transition: top 1s;
}
.processing-botton:hover .processing-blue {
  /* display: block; */
  top: 140px;
}
.process-top-active {
  display: none;
}
.btn-left,
.btn-right {
	width: 50px!important;
	height: 50px!important;
	cursor: pointer;
	position: absolute;
	top: 400px!important;
	background-color: #fff;
	color: #999 !important;
	text-align: center;
	line-height: 50px;
	font-size: 30px;
	border-radius: 8px;
	border: 1px solid #C1C1C1;
	text-indent: 4px;
}
.btn-left {
  left: -57px!important;
  text-indent: 0;
}
.btn-right {
  right: -57px!important;
}
.btn-left:hover,
.btn-right:hover{
	background-color: #1B3E8B;
	color: #fff !important;
	border: 1px solid #1B3E8B;
}

/* 询价页面 */
.mainOrderSearchTop {
	margin: 20px;
}
.mainOrderSearchTop .inputOrder,
.mainOrderSearchTop .selectQoute,
.mainOrderSearchTop .inputOrderDate{
  width: 240px;
  height: 44px;
  border-radius: 8px;
  border: 1px solid #E0E0E0;
  padding: 0 10px;
  margin-right: 20px;
  color:#BEBEBE!important;
}
.searchDiv_box .btn{
  width: 100px;
  height: 44px;
  border-radius: 8px;
}
.mainOrderSearchTop .dateDiv{
	position: relative;
}
.dateDiv .icon-date{
    position: absolute;
    right: 25px;
    top: 13px;
    color: #999;
}
.Inquirylist{
	width: 1030px;
    background: #fff;
    margin: 0 20px;
}
.orderStates {
  width: 100%;
  height: 46px;
  background: #222;
  font-size: 14px;
  line-height: 46px;
  display: flex;
  text-align: left;
  color: #fff;
  border-top: 1px solid #EAEBED;
  border-left: 1px solid #EAEBED;
}
.orderStates span{
	padding: 0 15px;
	font-weight: bold;
}
.pcbaTd1{
	width: 75px;
	text-align: center !important;
}
.pcbaTd2{
	width: 240px;
}
.pcbaTd3{
	width: 175px;
}
.pcbaTd4{
	width: 230px;
}
.pcbaTd5{
	width: 163px;
}
.pcbaTd6{
	flex: 1;
}
.pcbaTd1,.pcbaTd2,.pcbaTd3,.pcbaTd4,.pcbaTd5,.pcbaTd6{
	border-right: 1px solid #EAEBED;
	border-bottom: 1px solid #EAEBED;
}
.orderStatesData{
	display: flex;
	border-left: 1px solid #EAEBED;
}
.orderStatesData-center{
  display:inline-block!important;
  text-align: center;
  width: 100%;
  padding: 5px 0;
  font-size: 14px;
  line-height: 48px;
  color: #545454;
}
.secectOrderData{
  font-size: 14px;
  color: #545454;
  line-height: 26px;
  text-align: left;
  padding:10px 15px;
}
.tablePcbaService{
  padding: 10px 15px; 
  flex-direction: column;
  justify-content: center;
  display: flex;
  line-height: 25px!important;
  text-align: left;
}
.statusTextList .yuan{
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	margin-right: 5px;
}
.statusTextList  .orangeT{
	background-color: #FC9623;
}
.statusTextList  .redT{
	background-color: #E73F3F;
}
.statusTextList  .grayT{
	background-color: #999;
}
.ActionsView{
	color: #003E8E;
}
.ActionsCancel{
  margin-left: 10px;
}
.secectOrderData a{
  cursor: pointer;
  position: relative;
}
.secectOrderData .red_point{
  position: absolute!important;
  bottom: 8px;
}


/* 询价详情页 */
.Inquirydetailstitle{
    height: 68px;
    border-bottom: 1px solid #E5E5E5;
    line-height: 68px;
    padding: 0 20px;
    font-weight: bold;
    font-size: 20px;
	margin-bottom: 20px;
}
.Inquirydetailstext{
  margin-left: 60px;
  color: #E73F3F;
}
.Inquirydetred{
  color: #E73F3F;
}
.Inquirydetailstextblue{
  color: #003E8E;
}
.inquirydetails_title{
    width: 100%;
    background-color: #fff;
    padding: 0 20px 20px;
	border-bottom: 1px solid #E5E5E5;
}
.inquirydetails_list{
    font-size: 14px;
    line-height: 22px;
	margin-bottom: 14px;
}
.inquirydetails_titleMr330{
  width: 330px;
  text-align:left;
}
.inquirydetails_titleMr192{
  width: 236px;
  text-align: right;
}
.inquirydetailsbtn{
  font-size: 14px;
  color: #003E8E;
  margin-right: 40px;
}
.forbidden_btn{
  font-size: 14px;
  color: #888;
  margin-right: 40px;
}
.inquirydetailsbtn .iconfont,
.forbidden_btn .iconfont{
	margin-right: 5px;
}
.listHeigt{
  line-height: 30px!important;
  text-align: left!important;
}
.procurementCom{
  line-height: 48px;
}
.procurementTitle{
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0 20px;
    height: 44px;
    line-height: 44px;
    font-weight: bold;
    font-size: 20px;
    margin: 10px 0;
}
.procurementTitle .inquirydetailsbtn{
	width: 160px;
	height: 44px;
	color: #fff;
}
.procurementTitle span{
  float: left;
  line-height: 30px;
  margin-top: 10px;
  display: inline-block;
}
.procurementComlist{
	width: 1360px;
    background: #fff;
    margin: 0 20px;
}
.procurementComlist .orderStates{
	background-color: #F2F8FF;
	color: #333;
}
.pcbaDetailTd1{
	width: 84px;
	text-align: center;
}
.pcbaDetailTd2{
	width: 130px;
}
.pcbaDetailTd3{
	width: 130px;
}
.pcbaDetailTd4{
	width: 135px;
}
.pcbaDetailTd5{
	width: 140px;
}
.pcbaDetailTd6{
	width: 142px;
}
.pcbaDetailTd7{
	width: 133px;
}
.pcbaDetailTd8{
	width: 131px;
}
.pcbaDetailTd9{
	width: 169px;
}
.pcbaDetailTd10{
	flex: 1;
}
.pcbaDetailTd1,.pcbaDetailTd2,.pcbaDetailTd3,.pcbaDetailTd4,.pcbaDetailTd5,.pcbaDetailTd6,.pcbaDetailTd7,.pcbaDetailTd8,.pcbaDetailTd9,.pcbaDetailTd10{
	border-right: 1px solid #EAEBED;
	border-bottom: 1px solid #EAEBED;
}
.pcbadetail_Sum {
    margin: 0 20px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    display: flex;
    justify-content: flex-end;
    padding: 20px;
    border: 1px solid #EAEBED;
    border-top: 0;
    width: 1360px;
}
.pcbadetail_Sum .tit {
    display: inline-block;
    width: 240px;
    text-align: right;
}
.pcbadetail_Sum .textRight {
    text-align: right !important;
    width: 180px;
    display: inline-block;
    font-weight: bold;
}
.pcbadetail_Sum .redT {
	font-size: 18px;
	color: #E73F3F;
}
.checkBoxInputDiv{
    width: 20px;
    height: 20px;
    vertical-align: -4px;
    margin-right: 8px;
    display: inline-block;
    position: relative;
}
.checkBoxInput{
  width: 20px;
  height: 20px;
  line-height: 20px;
}
/* 暂时不用的复选框颜色修改 */
/* .checkBoxInput +label{
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
  position: absolute;
  top: 2px;
  left: 15px;
  border: 1px solid #F14545;
}
.checkBoxInput:checked +label::before{
  display: block;
  content: "\2714";
  text-align: center;
  font-size: 15px;
  width: 19px;
  height: 19px;
  color: white;
  background-color: #F14545;
}
.checkBoxInput[type=checkbox]{
    visibility: hidden;
} */


/* 询价 */
.PCBAserviceCom{
  background: #fff;
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 40px;
}
.PCBAserviceH1{
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
  font-size: 18px;
  color: #545454;
  font-weight: bold;
  position: relative;
  border-bottom: 1px solid #E5E5E5;
}
.PCBAserviceH1::after{
	content: '';
	display: block;
	position: absolute;
	width: 164px;
	height: 3px;
	background-color: #003E8E;
	position: absolute;
	left:20px;
	bottom: 0;
}
.PCBAserviceList{
  display: flex;
  padding: 20px 20px 0;
}
.PCBAserviceList-left{
  width: 300px;
  text-align: left;
  line-height: 30px;
  font-size: 14px;
}
.PCBAservicecolor{
  color: #F14545;
}
.bomTool_upload{
  border: 1px dashed #E0E0E0;
  width: 600px;
  height: 160px;
  padding:40px 0;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  display: inline-grid;
  margin-right: 20px;
}
.bomTool_upload>p,
.PCBA-hereform>p,
.PCBA-form>p{
	font-size: 12px;
	color: #999;
}
.bomTool_upload>p.tit,
.PCBA-hereform>p.tit,
.PCBA-form>p.tit{
	font-size: 14px;
	margin-bottom: 10px;
}
.bomTool_upload>p .icon-text,
.PCBA-hereform>p .icon-text,
.PCBA-form>p .icon-text{
	font-size: 30px;
	margin-right: 10px;
	position: relative;
	top: 8px;
}
.PCBA-form{
  border: 2px dashed #D7E6F8;
  width: 600px;
  height: 200px;
  padding:47px 0;
  font-size: 14px;
  line-height: 24px;
  margin-right: 20px;
  text-align: center;
  display: inline-grid;
}
.PCBA-hereform{
  border: 2px dashed #D7E6F8;
  width: 600px;
  height: 200px;
  padding:47px 0;
  font-size: 14px;
  line-height: 24px;
  margin-right: 20px;
  text-align: center;
  display: inline-grid;
}

.PCBACOLOR{
  color: #003E8E!important;
}
.PCBAservicebtnzip{
  width: 256px;
  height: 200px;
  padding: 31px 0;
  border: 2px dashed #D7E6F8;
  /* margin-left: 26px; */
  text-align: center;
  display: inline-block;
}
.PCBAservicezipcom{
  /* display:none; */
}

.PCBAservicebtnzip-zip p{
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 180px;
  margin: 0 auto!important;
}
.PCBAserviceList-right-zip{
  display: flex;
}
.PCBAservicebtnzip-zip img{
  width: 48px;
  height: 48px;
}
.PCBAservicebtnzip-btn .DeleteBtn{
  color: #F14545!important;
}
.PCBAservicebtnzip-btn .DownloadBtn,.PCBAservicebtnzip-btn .DeleteBtn{
  border:none;
  margin: 0 10px;
  line-height: 24px;
  color: #8F8F8F;
  font-size: 14px;
  cursor: pointer;
}
.PCBAservicebtnzip-img{
  margin-left: 57px;
  padding: 19px 0;
  display: inline-block;
  float: right;
}
.PCBAservicebtnzip-img>img{
  width: 48px;
  height: 48px;
  margin-bottom: 9px;
}
.PCBAservicebtnzip-img>img:last-child{
  margin-bottom: 0;
}
.PCBAserviceprompt{
  margin-top: 20px;
}
.PCBAserviceprompt-text{
  font-size: 16px;
  color: #282B31;
  line-height: 36px;
  margin-right: 34px
}
.PCBAservicepromptBtn{
  width:100px!important;
}
.chooseBtn{
  background: #D4E8FB!important;
  border: 1px solid #4499EF!important;
}

.PCBAserviceinput_right{
  /* width: 570px; */
  /* height: 36px; */
  line-height: 36px;
  font-size: 14px;
  color: #545454;
}
.inputPCBA{
	border: 1px solid #e0e0e0;
	width: 400px;
	border-radius: 8px;
	padding: 0 10px;
	line-height: 42px;
	height: 44px;
}
.PCBAserviceinput_right .btnPCBA{
    background: #f7f7f7;
    font-size: 16px;
    color: #333;
    border: 1px solid #e0e0e0;
    border-radius: 0 8px 8px 0;
    margin-left: -2px;
    width: 70px;
    height: 44px;
    line-height: 42px;
    position: absolute;
    right: 0px;
    bottom: 0;
    text-align: center;
    cursor: pointer;
}
.PCBAserviceStencilBtn{
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  background: #fff;
  font-size: 14px;
  color: #545454;
  width:100px;
  text-align: center;
  height: 40px;
  display: inline-block;
  cursor: pointer;
}
.Btnred{
  border: 1px solid #F14545;
}
.PCBfalst{
  border: 1px solid #216DD0;
  padding:20px;
  display: inline-block;
  width: 440px;
  height: 140px;
  margin-right: 20px;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
}
.PCBfalst .jiao{
	width: 30px;
	height: 30px;
	background:url('../../images/pcba_service/jiao.png') no-repeat center top;
	position: absolute;
	right: -1px;
	bottom: -1px;
	display: none;
}
.PCBfalstinputborder .jiao{
	display: block;
}
.PCBfalst .PCBfalstinput{
  float: left;
  display: none;
}
.PCBfalst .PCBfalstText{
  font-size: 16px;
  color: #282B31;
  line-height: 24px;
}
.PCBfalst .PCBfalstText>p{
	font-size: 12px;
  color: #666;
  padding-left: 10px;
  position: relative;
}
.PCBfalst .PCBfalstText>p::after{
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: #BEBEBE;
	border-radius: 50%;
	margin-right: 5px;
	float: left;
	position: absolute;
	left: 0;
	top: 9px;
}
.PCBdress{

}

.PCBfalstinput{
    width: 36px;
    height: 20px;
    padding-top: 8px;
}
.PCBfalstinput>input{
    width: 20px;
    height: 20px;
}
.PCBfalstinput>input[type="radio"]{
    /* position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #B7B7B7;
    border-radius: 20px;
    vertical-align: text-top;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px; */
	opacity: 0;
}

.PCBfalstinput>input[type="radio"]:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 12px;
    height: 12px;
    background: #F14545;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all ease-in-out 200ms;
    -moz-transition: all ease-in-out 200ms;
    transition: all ease-in-out 200ms;
}

.PCBfalstinput>input[type="radio"]:checked{
    border-color: #F14545;
}

.PCBfalstinput>input[type="radio"]:checked:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.PCBfalstinputborder{background-color: #DCEBFF;}

.leftwight{
  width: 300px!important;
}
.PCBAservicetextarea{
    width: 600px;
    height: 160px;
    font-size: 12px;
    line-height: 30px;
    color: #545454;
    padding: 0 10px;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
}
.Green{
	color: #3DAE87;
	background: rgba(61, 174, 135, 0.15);
	border: 1px solid #3DAE87;
}
.White{
  color: #333;
  background: #fff;
  border: 1px solid #216DD0;
}
.Black{
  color: #333;
  background: rgba(70, 70, 70, 0.15);
  border: 1px solid #464646;
}
.Blue{
  color: #216DD0;
  background: rgba(33, 109, 208, 0.15);
  border: 1px solid #216DD0;
}
.Red{
  color: #EF2D2D;
  background: rgba(239, 45, 45, 0.15);
  border: 1px solid #EF2D2D;
}
.Purple{
  color: #822EC3;
  background: rgba(130, 46, 195, 0.15);
  border: 1px solid #822EC3;
}
.Gray{
  color: #959595;
  background: rgba(149, 149, 149, 0.15);
  border: 1px solid #959595;
}
.hdz_input_checkbox{
    width: 100px;
    height: 40px;
    display: inline-block;
    position: relative;
    text-align: center;
    cursor: pointer;
}
.width150{
	width: 150px;
}
.width140{
	width: 140px;
}
.width100{
	width: 100px;
}
.hdz_input_checkbox .hdz_input_text{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -45%);
    font-size: 14px;
    width: 100%;
}


.hdz_input_checkbox>input[type="radio"]{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    vertical-align:middle;
    outline: none;
    cursor: pointer;
  border-radius: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
  border: 1px solid #e0e0e0;
  background: #fff;
  font-size: 14px;
  color: #545454;
  text-align: center;
  cursor: pointer;
}
.hdz_input_checkbox>input[type="radio"]:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 100%;
    height: 36px;
  background: #DCEBFF!important;
  border: 1px solid #216DD0!important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all ease-in-out 200ms;
    -moz-transition: all ease-in-out 200ms;
    transition: all ease-in-out 200ms;
}

.hdz_input_checkbox>input[type="radio"]:checked{
    border-color: #DCEBFF;
}

.hdz_input_checkbox>input[type="radio"]:checked:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.bomTool_upload_loading{
  background:#fff;
  border: 1px dashed #000;
}
.bomTool_upload_loading .operate_file{
  border:1px solid rgba(230, 0, 18, 1);
}
.bomTool_upload_loading .operate_download{
  border:1px solid rgba(57, 49, 207, 1);
}
.bomTool_upload_loading .operate_download{
  border:1px solid rgba(57, 49, 207, 1);
}
.bomTool_upload_loading .upload_hint{
  border-bottom:1px dashed #000;
}
.bomTool_upload_loading .bomContDiv1{
  color:#000;
}
.bomTool_upload_loading .upload_content{
  color:#000;
}

 /* 遮罩层 */
#fullbg {
 background: rgba(0,0,0,0.4);
  left:0;
  opacity:0.8;
  position:absolute;
  top:0;
  z-index:3;
  filter:alpha(opacity=80);
  -moz-opacity:0.5;
  -khtml-opacity:0.5;
}
#dialog {
  background-color: #fff;
  height: 140px;
  left: 50%;
  margin: -70px 0 0 -100px;
  padding: 1px;
  position: fixed !important;
  position: absolute;
  top: 50%;
  width: 200px;
  z-index: 5;
  border-radius: 5px;
  display: none;
}
.spinner {
  margin: 43px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.BuyerCount{
  position: absolute;
  right: 12px;
  bottom: 8px;
}

.c_B7262F {
  color: #F14545;
}

.PCBAserviceBtn_bttom{
	display: flex;
	justify-content: center;
	align-items: center;
}
.PCBAserviceBtn_bttom button{
	width: 120px;
	height: 44px;
	margin: 40px 20px 0;
}
/* 弹框样式 */
.layerScjd{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    z-index:99;
    left: 0;
    top: 0;
}
.layerScjfail{
    width: 500px;
    text-align: center;
    font-size: 20px;
	padding: 40px 0;
}
.layerScjdSucessImg{
    width: 145px;
}
.layerScjdSucess_p1{
    font-size: 24px;
    padding: 10px;
}
.layerScjfail_trip{
    display: inline-block;
    width: 26px;
    height: 22px;
    background:url(../../images/mall/icon_trip.png) no-repeat left center;
  vertical-align: -4px;
}
.failbutton_Failed{
    width: 100px;
    height: 40px;
    border-radius:8px;
    font-size:16px;
    border:none;
    cursor: pointer;
    margin-top:30px;
}
.layerScjdSucess{
    width: 500px;
    font-size: 20px;
    color: #545454;
    text-align: center;
    padding: 40px 0;
}
.layerScjdSucessImg2{
  margin-top: 30px;
  text-align: center;
}
.layerScjdSucess .icon-chenggong{
	font-size: 70px;
	color: #30A06B;
}
.layerScjfail .icon-shibai{
	font-size: 70px;
	color: #f00;
}
.failbutton_View{
  color: #216DD0;
  background: rgba(33, 109, 208, 0.15);
  border: 1px solid #216DD0;
  width: auto!important;
  padding: 0 10px;
  margin-bottom: 30px;
}
.failbutton_Close{
  color: #EF2D2D;
  background: rgba(239, 45, 45, 0.15);
  border: 1px solid #EF2D2D;
  margin-bottom: 30px;
}
.failbutton_Home{
  margin:30px 20px 0;
 color: #333;
 background: #fff;
 border: 1px solid #216DD0;
  padding: 0 10px;
  width: auto!important;
}