<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/* 验证码浮动层样式 */
#floatBoxBg{width:100%;height:100%;background:#000;filter:alpha(opacity=50);-moz-opacity: 0.5;opacity:0.5;position:absolute;top:0;left:0; z-index:4999;}





@media(max-width: 767px) {
.floatBox{  

	width: 96%;
    left: 2%;
    overflow-y: scroll;
    height: 550px;
    padding:1px; position:absolute; background:#fff; z-index:5000;
}
}
@media(min-width: 768px) and (max-width: 991px) {
.floatBox{  

	width: 90%;
    left: 5%;
    overflow-y: scroll;
    height: 550px;
    padding:1px; position:absolute; background:#fff; z-index:5000;
}

}
@media(min-width: 992px) and (max-width: 1200px) {
.floatBox{  

	width: 70%;
    left: 15%; 
    padding:1px; position:absolute; background:#fff; z-index:5000;
}

}

@media (min-width: 1200px) {

.floatBox{  

	width: 70%;
    left: 15%; 
    padding:1px; position:absolute; background:#fff; z-index:5000;
}
}


.floatBox .title{
	height:40px;
	border-bottom: 1px solid #e1e1e1;
	margin: 15px 5px;

	}
.floatBox .title h4{float:left;padding:0;margin:0;font-size:14px; font-weight:bold;line-height: 40px;}
.floatBox .title span{}
.floatBox .content{background:#fff; text-align:left;}
.floatBox2 .content{padding:0;}

.custom-radio_s input[type="radio"] + div {
    width: 16px;
    height: 16px;
    display: inline-block;
    /* margin-right: 12px; */
    background: url(../images/cont-icon-radio-default.png) no-repeat;}

.custom-radio_s input[type="radio"]:checked + div {
    background: url(../images/rfqradio.png) no-repeat;
}


.custom-radio_s input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    display: none;
}

.custom-radio_s div {
    position: relative;
    top: 4px;
}

.CartEditBillingAddress{
	    border: 12px #F1F1F1 solid;
}
.CartEditShippingAddress{
	border: 12px #F1F1F1 solid;
}
.address_NormalTitle{
	color:#888;
}
.address_LabelC{
	color:#888;
}
.address_NormalText{
  border:1px solid #e1e1e1;
}
.address_NormalTextA{
	border:1px solid #e1e1e1;
}
.address_NormalSelect{
	border:1px solid #e1e1e1;
	padding-left: 5px;
}
.address_NormalTextarea{
	border:1px solid #e1e1e1;
}

#blk9,#blk8,#blk_edit,#bll_add,#sh_add,#poandnote{display:none;overflow:hidden; text-align:left;}
#blk9 .main,#blk8 .main,#blk_edit .main,#bll_add .main,#sh_add .main,#poandnote .main{ text-align:left;}


</pre></body></html>