<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.customattr-box .animated{-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}
@-webkit-keyframes shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-6px);transform:translateX(-6px)}20%,40%,60%,80%{-webkit-transform:translateX(6px);transform:translateX(6px)}}
@keyframes shake{0%,100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-6px);-ms-transform:translateX(-6px);transform:translateX(-6px)}20%,40%,60%,80%{-webkit-transform:translateX(6px);-ms-transform:translateX(6px);transform:translateX(6px)}}
.customattr-box .customattr-li.waring{-webkit-animation-name:shake;animation-name:shake}





.customattr-box span{
	-moz-user-select: none; /*mozilar*/
	-webkit-user-select: none; /*webkit*/
	-ms-user-select: none; /*IE*/
	user-select: none;
}
.customattr-box{
	width: 100%;
	margin: 0 auto;
	border: 1px solid #ececec;
	padding: 15px;
	box-sizing: border-box;
	font-size: 12px;
	border-radius:5px;
}
.customattr-box .customattr-li{
	margin-bottom: 20px;
}
.customattr-box .customattr-li span.red{
	margin-left:3px;
}
.customattr-box .customattr-li .customattr-title{
	font-size: 12px;
	font-weight: bold;
	color: #333;
	margin-bottom: 7px;
}
.customattr-box .customattr-li .customattr-title span{
	font-weight: normal;
}
.customattr-box .customattr-li .customattr-title .fill_after_price span{
	font-weight: normal;
	color: #ed3445;
	margin-left:3px;
}
.customattr-box .customattr-li .customattr-title .fill_after_price b{
	margin:0 5px;
}
.customattr-box .customattr-li .customattr-title .fill_after_price b:last-child{
	display:none;
}
.customattr-box .customattr-li .customattr-title i{
	color: #333;
	font-style: normal;
	margin-left:1px;
	background:none;
	line-height:10px;
}
.customattr-box .customattr-li .customattr-title .img_select_content{
	margin-left:3px;
}
.customattr-box .customattr-li .customattr-tip img{
	max-width:100%;
}
.customattr-box .customattr-text input{
	height: 40px;
	line-height: 38px;
	border: 1px solid #d6d6d6;
	box-sizing: border-box;
	width: 100%;
	text-indent: 10px;
	border-radius: 3px;
	padding:10px 0;
	line-height:20px;
}
.customattr-box .file-box{
	height: 40px;
	line-height: 38px;
	border: 1px solid #d6d6d6;
	box-sizing: border-box;
	width: 100%;
	position: relative;
	border-radius: 3px;
}
.customattr-box .file-box .import{
	position: absolute;
	right: 5px;
	top: 5px;
	width: 54px;
	height: 28px;
	border-radius: 4px;
	background: #2190df;
	text-align: center;
	cursor: pointer;
}
.customattr-box .file-box .import svg{
	height: 28px;
	width: 14px;
	fill:#fff;
}
.customattr-box .file-box .file-input{
	position: absolute;
	right: 5px;
	top: 5px;
	height: 28px;
	width: 54px;
	cursor: pointer;
	z-index: 9;
	opacity: 0;
	cursor:pointer;
	font-size:0;
    box-sizing: border-box;
}
.customattr-box .file-box .file-close{
	position: absolute;
	right: 70px;
	top: 0;
	width: 22px;
	height: 38px;
	cursor: pointer;
	display: none;
}
.customattr-box .customattr-li .customattr-remarks{
	margin: 5px 0;
}
.customattr-box .customattr-li .customattr-remarks img{
	max-width: 100%;
}
.customattr-box .file-box .file-close svg{
	width: 22px;
	height: 38px
}
.customattr-box .file-box .file-val{
	width: calc(100% - 100px);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: 40px;
	font-size: 12px;
	box-sizing: border-box;
	border-radius: 3px;
}
.customattr-box .file-box .file-val svg{
	position: absolute;
	left: 8px;
	top: 0;
	height: 38px;
	width: 24px;
	fill:#666;
}
.customattr-box .file-box .file-val .file-val-img{
	position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 38px;
}
.customattr-box .file-box .file-val span{
	display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: calc(100% - 50px);
    overflow: hidden;
    text-overflow: ellipsis;
    border-left: 1px solid #d6d6d6;
    padding-left: 10px;
    box-sizing: border-box;
}
.customattr-box .file-box .file-val svg.flie_icon{
	fill:#f31e1e;
}

.customattr-box .customattr-select,
.customattr-box .pd select{
    border: 1px solid #d6d6d6;
    border-radius: 4px;
	width:100%;
    height: 40px;
    line-height: 38px;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    color: #333;
    font-size: 12px;
	z-index:20;
}
.customattr-box .customattr-select.on{
	z-index:100001;
}

.customattr-box .customattr-select .select-ul{
    border: 1px solid #d7dde3;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 99;
    border-radius: 0 0 4px 4px;
    display: none;
	max-height:280px;
	overflow-y: auto;
}

.customattr-box .customattr-select-title {
    display: block;
    position: relative;
    z-index: 2;
    padding-left: 10px;
	padding-right:35px;
    color: #333;
    cursor: pointer;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.customattr-box .customattr-select-title .img{
	height:30px;
	width:30px;
	vertical-align:middle;
	margin-right:10px;
	display:inline-block;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
}

.customattr-box .customattr-select .icon {
    fill: #333;
    width: 22px;
    height: 22px;
    float: right;
    padding: 8px;
    line-height: normal;
    position: absolute;
    top: 0;
    right: 0;
	*right:-90px;
    z-index: 1;
}

.customattr-box .customattr-select.on .icon {
    transform: rotate(180deg);
}

.customattr-select-ul ul li {
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
	padding-right:5%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.customattr-select-ul ul li .img{
	height:30px;
	width:30px;
	vertical-align:middle;
	margin-right:10px;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	display:inline-block;
	float: left;
	margin-top: 5px;
}
.customattr-select-ul ul li:hover,
.customattr-select-ul ul li.on {
    background: #f6f6f6;
}
.customattr-box .customattr-textarea textarea{
	height: 110px;
	width: 100%;
	border: 1px solid #d7dde3;
	outline: none;
	padding: 10px;
	line-height: 20px;
	font-size: 12px;
	box-sizing: border-box;
	border-radius: 3px;
}
.customattr-box .customattr-image{
	font-size: 0;
	padding: 5px 0 0;
}
.customattr-box .customattr-pic{
	display: inline-block;
	font-size: 12px;
	vertical-align: top;
	width: 64px;
	height: 64px;
	border: 1px solid #d6d6d6;
	box-sizing: border-box;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
	border-radius: 3px;
}
.customattr-box .customattr-pic.on{
	border-color: #333;
}
.customattr-box .customattr-choice.on:after,
.customattr-box .customattr-pic.on:after{
	content: '';
	background: url(https://cdn.staticsab.com/0/system/curr.png) no-repeat;
	width: 19px;
	height: 19px;
	position: absolute;
	right: 0;
	bottom: 0;
}


.customattr-box .customattr-price{
	font-size: 0;
}
.customattr-box .customattr-choice{
	display: inline-block;
	font-size: 12px;
	vertical-align: top;
	width: auto;
	height: 40px;
	line-height: 38px;
	border: 1px solid #d6d6d6;
	box-sizing: border-box;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0 20px;
	color: #333;
	position: relative;
	border-radius: 3px;
}
.customattr-box .customattr-choice.on{
	border-color: #333;
}
.customattr-box .customattr-checked-list{
	font-size: 0;
	padding: 5px 0 0;
}
.customattr-box .checked-box{
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	height: 20px;
	padding-left: 25px;
	position: relative;
	line-height: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	cursor:pointer;
}
.customattr-box .checked-box .svg{
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	text-align: center;
	border: 1px solid #d7d7d7;
	border-radius: 1px;
	box-sizing: border-box;
	cursor: pointer;
}
.customattr-box .checked-box .svg svg{
	height: 18px;
	width: 14px;
	opacity: 0;

}
.customattr-box .checked-box input{
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	z-index: 9;
	opacity: 0;
}
.customattr-box .checked-box.on .svg{
	background: #333;
	border-color: #333;
}
.customattr-box .checked-box .svg svg{
	opacity: 1;
	fill:#fff;
}


.customattr-box .customattr-radio-list{
	font-size: 0;
	padding: 5px 0 0;
}
.customattr-box .radio-box{
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	height: 20px;
	padding-left: 25px;
	position: relative;
	line-height: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	cursor:pointer;
}
.customattr-box .radio-box .svg{
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	text-align: center;
	border: 1px solid #d7d7d7;
	border-radius: 50%;
	box-sizing: border-box;
	cursor: pointer;
}
.customattr-box .radio-box .svg svg{
	height: 18px;
	width: 14px;
	opacity: 0;

}
.customattr-box .radio-box input{
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	z-index: 9;
	opacity: 0;
}
.customattr-box .radio-box.on .svg{
	background: #333;
	border-color: #333;
}
.customattr-box .radio-box .svg svg{
	opacity: 1;
	fill:#fff;
}

.custom-price
{
	overflow: hidden;
	padding: 15px;
	background: #ccc;
}
.additional-price{
	float: left;
	text-align:center;
    background: #ccc;
	font-size: 14px;
	border-radius:0 0 3px 3px;
}
.additional-price span{
	color:#ed3445;
}

.total-price{
	float: right;
	text-align:center;
	background: #ccc;
	font-size: 14px;
	border-radius:0 0 3px 3px;
}
.total-price span{
	color:#ed3445;
}

.customattr-box .customattr-close{
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 30px;
	display: none;
}
.customattr-box .customattr-close svg{
	width: 30px;
	height: 30px;
	fill: #333;
}

.customattr-box .customattr-input .customattr-input-list{
	margin-bottom:-10px;
}
.customattr-box .customattr-input .input-box{
	width:25%;
	display:inline-block;
	padding-bottom:10px;
	vertical-align:top;
}
.customattr-box .customattr-input .input-box .input-name,
.customattr-box .customattr-input .input-radio .input-name{
	display:block;
	padding-bottom:10px;
	line-height:14px;
}
.customattr-box .customattr-input .input-box .input-text{
	width:calc(100% - 30px);
	height:40px;
	line-height:38px;
	border:1px solid #d6d6d6;
	text-indent:10px;
	border-radius:3px;
    box-sizing: border-box;
}
.customattr-box .customattr-input .input-box .input-sep{
	display:inline-block;
	line-height:40px;
	vertical-align:top;
	width:30px;
	text-align:center;
}
.customattr-box .customattr-input .input-radio{
	padding-bottom:10px;
}
.customattr-box .customattr-input .input-radio .input-radio-text{
	width:80px;
	height:40px;
	line-height:38px;
	border:1px solid #d6d6d6;
	text-align:center;
    box-sizing: border-box;
}
.customattr-box .customattr-input .input-radio .input-cut,
.customattr-box .customattr-input .input-radio .input-add{
	width:40px;
	height:40px;
	line-height:38px;
	border:1px solid #d6d6d6;
	display:inline-block;
	text-align:center;
	font-size:26px;
	padding:12px;
	vertical-align:top;
	cursor:pointer;
	box-sizing:border-box;
}
.customattr-box .customattr-input .input-radio .input-cut{
	border-radius:3px 0 0 3px;
	border:1px solid #d6d6d6;
	border-right:0;
}
.customattr-box .customattr-input .input-radio .input-add{
	border-radius:0 3px 3px 0;
	border:1px solid #d6d6d6;
	border-left:0;
}
.customattr-box .customattr-input .input-radio span svg{
	height:14px;
	width:14px;
	fill:#888888;
	display:block;
}
.customattr-box .customattr-input .input-radio .input-radio-name{
	margin-left:10px
}
.customattr-box .bcpo-table-box{
	width: 100%;
}
.customattr-box .bcpo-table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #e0e0e2;
	border-left: 1px solid #e0e0e2;
	border-radius: 4px;
}
.customattr-box .bcpo-table .bcpo-default select {
	min-width: 60px;
	width: 100%;
	text-indent:0 !important;
}
.customattr-box .bcpo-table td {
	padding: 0 10px;
	font-size: 14px;
	border-right: 1px solid #e0e0e2;
	border-bottom: 1px solid #e0e0e2;
	position: relative;
	height: 50px;
}
.customattr-box .bcpo-table thead tr:first-child td {
	background: #f9f9f9;
	border-right: 1px solid #e0e0e2;
	border-bottom: 1px solid #e0e0e2;
	color: #333;
	height: 40px;
	text-align: center;

}
.customattr-box .bcpo-table tbody tr td:first-child{
	font-weight: bold;
}

.customattr-box .bcpo-table .table-select{
	height:30px;
	line-height:28px;
}
.customattr-box .table-select .customattr-select-title{
	padding-left:5px;
}
.customattr-box .customattr-select.table-select .icon{
	height:16px;
	padding:6px 4px;
}

.customattr-box .dropdown-radio .radio-box:first-child{
	margin-right:95px;
}



.customattr-box .bcpo-table select{
	margin-bottom: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 6px 22px 6px 8px;
    background: white;
    cursor: pointer;
    line-height: 2;
    border: 1px solid #a0a0a0;
    border-radius: 4px;
    min-height: 30px;
    height: 30px;
    display: inline-block !important;
    background: white;
    line-height: 1;
    position: relative;
    background: none;
    text-indent: 0;
}
.customattr-box .bcpo-table select:hover{
	border-color: #000;
}
.customattr-box .bcpo-table .downup_icon,
.customattr-box .pd .downup_icon{
	width:0;
	height:0;
	border-right:5px solid transparent;
	border-left:5px solid transparent;
	border-top:5px solid #333;
    position: absolute;
    top: 22px;
    right: 19px;
}
.customattr-box .bcpo-table .downup_icon:before,
.customattr-box .pd .downup_icon:before{
	content: '';
	width:0;
	height:0;
	border-right:5px solid transparent;
	border-left:5px solid transparent;
	border-top:5px solid #fff;
    position: absolute;
    top: -6px;
    right: -5px;
}
.customattr-box .pd select{
	width:100%;
	padding:0 5px;
	box-sizing:border-box;
	-webkit-appearance: none;
    -moz-appearance: none;
	background: white;
	text-indent:0 !important;
}
.customattr-box .dropdown-select{
	width:150px;
	display:inline-block;
	margin-right:20px;
	position:relative;
}
.customattr-box .dropdown-select-right,
.customattr-box .dropdown-select-left{
	width:100px;
	display:inline-block;
	position:relative;
}
.customattr-box .dropdown-select-right{
	margin-right:10px;
}

.customattr-box .pd .disabled{
	-moz-opacity: .2;
    -khtml-opacity: .2;
    opacity: .2;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    background-color: #fff;
    background-color: transparent;
    background: 0 0;
    background-image: none;
    cursor: not-allowed;
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.customattr-box .pd .downup_icon{
	top:18px;
    right: 10px;
	z-index: 20;
}


.customattr-box .bcpo-table-box .bcpo-od{
	padding-top:10px;
}
.customattr-box .bcpo-table-box .od-tit{
	padding-bottom:5px;
	font-weight:bold;
	position:relative;
	line-height:20px;
}
.customattr-box .bcpo-table-box .od-con{
	font-size:0;
	position:relative;
}
.customattr-box .bcpo-table-box .od-list{
	display:inline-block;
	font-size:12px;
	width:calc(33.3333% - 10px);
	margin-right:10px;
	margin-bottom:10px;
}
.customattr-box .bcpo-table-box .od-list.add{
	margin-right:0;
}
.customattr-box .bcpo-table-box .od-list-select{
	position:relative;
}
.customattr-box .bcpo-table-box .downup_icon{
	width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #333;
    position: absolute;
    top: 17px;
    right: 10px;
}
.customattr-box .bcpo-table-box .downup_icon:before{
	content: '';
	width:0;
	height:0;
	border-right:5px solid transparent;
	border-left:5px solid transparent;
	border-top:5px solid #fff;
    position: absolute;
    top: -6px;
    right: -5px;
}
.customattr-box .bcpo-table-box .od-list select{
	border-radius:3px;
	height:38px;
	cursor:pointer;
	appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
	width:100%;
	text-indent:10px;
	background: none;
	border: 1px solid rgb(118, 118, 118);
}
.customattr-box .bcpo-table-box .od-list-tit{
	padding-bottom:5px;
	white-space:nowrap;
}
.customattr-box .bcpo-table-box .explain-box{
	display:inline-block;
	position:relative;
	z-index:20;
	cursor:pointer;
}
.customattr-box .bcpo-table-box .explain-box:before{
	content: "";
	position:absolute;
	left:50%;
	margin-left:-50px;
	width:100px;
	padding-top:13px;
	bottom:-13px;
	display:none;
	z-index:5;
}
.customattr-box .bcpo-table-box .explain-box:hover:before{
	display:block;
}
.customattr-box .bcpo-table-box .od-list-tit svg{
	width:20px;
	height:20px;
	fill:#727483;
    margin: 0 3px -5px;
}
.customattr-box .bcpo-table-box .explain{
	position:absolute;
	left:-10px;
	top:30px;
	background: #fff;
    padding: 15px;
    border: 1px solid #eee;
	border-radius:4px;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);
	z-index: 10;
	width:300px;
    line-height: 22px;
    font-size: 13px;
	display:none;
    white-space: normal;
}
.customattr-box .bcpo-table-box .cyl .explain{
	left:50%;
	margin-left:-165px;
}
.customattr-box .bcpo-table-box .axis .explain{
	left:auto;
	right:-15px;
}

.customattr-box .bcpo-table-box .explain:before {
    width:13px;
	height:13px;
	background:#fff;
	border: 1px solid #eee;
	transform: rotate(45deg);
    content: "";
    left: 15px;
    position: absolute;
    top: -8px;
    z-index: 2;
}
.customattr-box .bcpo-table-box .cyl .explain:before{
	left:50%;
	margin-left: -8px;
}
.customattr-box .bcpo-table-box .axis .explain:before{
	left:auto;
	right:20px;
}

.customattr-box .bcpo-table-box .explain:after{
    width:100%;
	height:20px;
	background:#fff;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2;
}
.customattr-box .bcpo-table-box .explain-box.show{
	z-index:21;
}
.customattr-box .bcpo-table-box .explain-box.show .explain{
	display:block;
}




.product_detail_2016 dl.remark dd{
	line-height:normal;
}


@media screen and (min-width: 1000px) {
	#_ymcart_customattr_content{
		position:relative;
		z-index:100;
		width:100%;
	}
}



@media screen and (max-width: 768px) {
	#diy_remark_box,
	.saleproperty_show_default .sku_scroll{
		overflow:visible !important;
	}
	.customattr-box .bcpo-table td{
		padding: 0 5px;
	}
	.customattr-box .bcpo-table .downup_icon{
		right: 13px;
	}
	.sku_scroll{
		-webkit-overflow-scrolling:touch;	
	}
	.customattr-box .customattr-select{
		z-index:auto;
	}
	.customattr-box .customattr-select.on{
		z-index:9999999999999;
	}
	.customattr-box .customattr-select .select-ul{
		position: fixed;
		left: -1px;
		top: 0;
		height: 100%;
		width: 100%;
		background: none;
		max-height: 100%;
		overflow-y: hidden;
		z-index: 9999999999999;
	}
	.customattr-select-ul{
		position:fixed;
		left:0;
		top:0;
		height:100%;
		width:100%;
		background:none;
		max-height:100%;
		overflow-y: hidden;
		z-index:9999999999999;
	}
	.customattr-select-ul .select-ul-bg{
		display:block !important;
		background:rgba(0,0,0,0.4);
		height:100%;
		width:100%;
		position:absolute;
		left:0;
		top:0;
		z-index:1
	}
	.customattr-select-ul .padding{
		position:absolute;
		left:0;
		bottom:0;
		padding:20px 0;
		background:#fff;
		border-radius:20px 20px 0 0;
		overflow:hidden;
		z-index:2;
		width:100%;
	}
	.customattr-select-ul ul{
		width:100%;
		padding:0 25px;
		max-height:230px;
		overflow-y: auto;
		-webkit-overflow-scrolling:touch;
		box-sizing:border-box;
		position:static;
	}
	.customattr-select-ul ul li{
		border-bottom:1px solid #d6d6d6;
	}
	
	.customattr-box .customattr-input .input-box{
		width:33.3333%;
	}
	.customattr-box .dropdown-radio .radio-box:first-child{
		margin-right:5%;
		width:40%;
		box-sizing:border-box;
	}
	.customattr-box .dropdown-select{
		width:40%;
		margin-right:5%;
	}
	.customattr-box .dropdown-select-right,
	.customattr-box .dropdown-select-left{
		width:25%;
	}
	
	.customattr-box .bcpo-table-box .bcpo-od{
		padding-top:5px;
	}
	.customattr-box .bcpo-table-box .explain-box:before{
		display:none;
	}
	.customattr-box .bcpo-table-box .explain{
		max-width:250px;
	}
	.customattr-box .bcpo-table-box .sph .explain{
		left:-45px;
	}
	.customattr-box .bcpo-table-box .cyl .explain{
		left:-150px;
		margin-left:0;
	}
	.customattr-box .bcpo-table-box .axis .explain{
		left:auto;
		right:-15px;
	}
	.customattr-box .bcpo-table-box .add .explain{
		left:-30px;	
	}
	
	.customattr-box .bcpo-table-box .sph .explain:before{
		left:50px
	}
	.customattr-box .bcpo-table-box .cyl .explain:before{
		margin-left:0;
		left:155px;
	}
	.customattr-box .bcpo-table-box .axis .explain:before{
		
	}
	.customattr-box .bcpo-table-box .add .explain:before{
		left:35px;
	}

	/*å“åº”å¼*/
	.product_detail_2020 .customattr-box .customattr-select .select-ul{
		max-height: 280px;
    	overflow-y: inherit;
		left:-1px;
		height:auto;
	}
	.product_detail_2020 .customattr-select-ul .select-ul-bg{
		display:none !important;
	}
	.product_detail_2020 .customattr-select-ul .padding{
		bottom:auto;
		top:0;
		border-radius:0;
		position:static;
		padding-top:0;
	}
	.product_detail_2020 .customattr-select-ul ul{
		padding:0 15px;
	}
	
	
}

@media screen and (max-width: 480px) {
	.custom-price&gt;div{
		float:none;
		text-align:left;
		display: flex;
    	justify-content: space-between;
	}
	.custom-price .additional-price{
		padding-bottom:5px;
	}
	.customattr-box .bcpo-table-box .od-list{
		width:50%;
		margin-right:0;
		padding:0 5px;
		box-sizing:border-box;
	}
	.customattr-box .bcpo-table-box .cyl .explain{
	    left: -233px;
	}
	.customattr-box .bcpo-table-box .cyl .explain:before{
		left: 238px;
	}
	.customattr-box .bcpo-table-box .axis .explain{
		left: -24px;
    	right: auto;
	}
	.customattr-box .bcpo-table-box .axis .explain:before{
		left: 28px;
    	right: auto
	}
	.customattr-box .bcpo-table-box .add .explain{
		right: -54px;
    	left: auto;
	}
	.customattr-box .bcpo-table-box .add .explain:before {
		right: 59px;
		left: auto;
	}
}

@media screen and (max-width: 320px) {
	.customattr-box .bcpo-table-box .sph .explain{
		left:-75px;
	}
	.customattr-box .bcpo-table-box .cyl .explain{
		left:-170px;
		margin-left:0;
	}
	.customattr-box .bcpo-table-box .axis .explain{
		left:auto;
		right:-45px;
	}
	.customattr-box .bcpo-table-box .add .explain{
		left:-55px;	
	}
	.customattr-box .bcpo-table-box .sph .explain:before{
		left:80px
	}
	.customattr-box .bcpo-table-box .cyl .explain:before{
		margin-left:0;
		left:175px;
	}
	.customattr-box .bcpo-table-box .axis .explain:before{
		right: 50px;
	}
	.customattr-box .bcpo-table-box .add .explain:before{
		left:60px;
	}
}
.customattr-box .animated{-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}
@-webkit-keyframes shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-6px);transform:translateX(-6px)}20%,40%,60%,80%{-webkit-transform:translateX(6px);transform:translateX(6px)}}
@keyframes shake{0%,100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-6px);-ms-transform:translateX(-6px);transform:translateX(-6px)}20%,40%,60%,80%{-webkit-transform:translateX(6px);-ms-transform:translateX(6px);transform:translateX(6px)}}
.customattr-box .customattr-li.waring{-webkit-animation-name:shake;animation-name:shake}





.customattr-box span{
	-moz-user-select: none; /*mozilar*/
	-webkit-user-select: none; /*webkit*/
	-ms-user-select: none; /*IE*/
	user-select: none;
}
.customattr-box{
	width: 100%;
	margin: 0 auto;
	border: 1px solid #ececec;
	padding: 15px;
	box-sizing: border-box;
	font-size: 12px;
	border-radius:5px;
}
.customattr-box .customattr-li{
	margin-bottom: 20px;
}
.customattr-box .customattr-li span.red{
	margin-left:3px;
}
.customattr-box .customattr-li .customattr-title{
	font-size: 12px;
	font-weight: bold;
	color: #333;
	margin-bottom: 7px;
}
.customattr-box .customattr-li .customattr-title span{
	font-weight: normal;
}
.customattr-box .customattr-li .customattr-title .fill_after_price span{
	font-weight: normal;
	color: #ed3445;
	margin-left:3px;
}
.customattr-box .customattr-li .customattr-title .fill_after_price b{
	margin:0 5px;
}
.customattr-box .customattr-li .customattr-title .fill_after_price b:last-child{
	display:none;
}
.customattr-box .customattr-li .customattr-title i{
	color: #333;
	font-style: normal;
	margin-left:1px;
	background:none;
	line-height:10px;
}
.customattr-box .customattr-li .customattr-title .img_select_content{
	margin-left:3px;
}
.customattr-box .customattr-li .customattr-tip img{
	max-width:100%;
}
.customattr-box .customattr-text input{
	height: 40px;
	line-height: 38px;
	border: 1px solid #d6d6d6;
	box-sizing: border-box;
	width: 100%;
	text-indent: 10px;
	border-radius: 3px;
	padding:10px 0;
	line-height:20px;
}
.customattr-box .file-box{
	height: 40px;
	line-height: 38px;
	border: 1px solid #d6d6d6;
	box-sizing: border-box;
	width: 100%;
	position: relative;
	border-radius: 3px;
}
.customattr-box .file-box .import{
	position: absolute;
	right: 5px;
	top: 5px;
	width: 54px;
	height: 28px;
	border-radius: 4px;
	background: #2190df;
	text-align: center;
	cursor: pointer;
}
.customattr-box .file-box .import svg{
	height: 28px;
	width: 14px;
	fill:#fff;
}
.customattr-box .file-box .file-input{
	position: absolute;
	right: 5px;
	top: 5px;
	height: 28px;
	width: 54px;
	cursor: pointer;
	z-index: 9;
	opacity: 0;
	cursor:pointer;
	font-size:0;
    box-sizing: border-box;
}
.customattr-box .file-box .file-close{
	position: absolute;
	right: 70px;
	top: 0;
	width: 22px;
	height: 38px;
	cursor: pointer;
	display: none;
}
.customattr-box .customattr-li .customattr-remarks{
	margin: 5px 0;
}
.customattr-box .customattr-li .customattr-remarks img{
	max-width: 100%;
}
.customattr-box .file-box .file-close svg{
	width: 22px;
	height: 38px
}
.customattr-box .file-box .file-val{
	width: calc(100% - 100px);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: 40px;
	font-size: 12px;
	box-sizing: border-box;
	border-radius: 3px;
}
.customattr-box .file-box .file-val svg{
	position: absolute;
	left: 8px;
	top: 0;
	height: 38px;
	width: 24px;
	fill:#666;
}
.customattr-box .file-box .file-val .file-val-img{
	position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 38px;
}
.customattr-box .file-box .file-val span{
	display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: calc(100% - 50px);
    overflow: hidden;
    text-overflow: ellipsis;
    border-left: 1px solid #d6d6d6;
    padding-left: 10px;
    box-sizing: border-box;
}
.customattr-box .file-box .file-val svg.flie_icon{
	fill:#f31e1e;
}

.customattr-box .customattr-select,
.customattr-box .pd select{
	width: 100%;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    height: 40px;
    line-height: 38px;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    color: #333;
    font-size: 12px;
	z-index:20;
}
.customattr-box .customattr-select.on{
	z-index:100001;
}

.customattr-box .customattr-select .select-ul{
    border: 1px solid #d7dde3;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 99;
    border-radius: 0 0 4px 4px;
    display: none;
	max-height:280px;
	overflow-y: auto;
}

.customattr-box .customattr-select-title {
    display: block;
    position: relative;
    z-index: 2;
    padding-left: 10px;
	padding-right:35px;
    color: #333;
    cursor: pointer;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.customattr-box .customattr-select-title .img{
	height:30px;
	width:30px;
	vertical-align:middle;
	margin-right:10px;
	display:inline-block;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
}

.customattr-box .customattr-select .icon {
    fill: #333;
    width: 22px;
    height: 22px;
    float: right;
    padding: 8px;
    line-height: normal;
    position: absolute;
    top: 0;
    right: 0;
	*right:-90px;
    z-index: 1;
}

.customattr-box .customattr-select.on .icon {
    transform: rotate(180deg);
}

.customattr-select-ul ul li {
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
	padding-right:5%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.customattr-select-ul ul li .img{
	height:30px;
	width:30px;
	vertical-align:middle;
	margin-right:10px;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	display:inline-block;
	float: left;
	margin-top: 5px;
}
.customattr-select-ul ul li:hover,
.customattr-select-ul ul li.on {
    background: #f6f6f6;
}
.customattr-box .customattr-textarea textarea{
	height: 110px;
	width: 100%;
	border: 1px solid #d7dde3;
	outline: none;
	padding: 10px;
	line-height: 20px;
	font-size: 12px;
	box-sizing: border-box;
	border-radius: 3px;
}
.customattr-box .customattr-image{
	font-size: 0;
	padding: 5px 0 0;
}
.customattr-box .customattr-pic{
	display: inline-block;
	font-size: 12px;
	vertical-align: top;
	width: 64px;
	height: 64px;
	border: 1px solid #d6d6d6;
	box-sizing: border-box;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
	border-radius: 3px;
}
.customattr-box .customattr-pic.on{
	border-color: #333;
}
.customattr-box .customattr-choice.on:after,
.customattr-box .customattr-pic.on:after{
	content: '';
	background: url(https://cdn.staticsab.com/0/system/curr.png) no-repeat;
	width: 19px;
	height: 19px;
	position: absolute;
	right: 0;
	bottom: 0;
}


.customattr-box .customattr-price{
	font-size: 0;
}
.customattr-box .customattr-choice{
	display: inline-block;
	font-size: 12px;
	vertical-align: top;
	width: auto;
	height: 40px;
	line-height: 38px;
	border: 1px solid #d6d6d6;
	box-sizing: border-box;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0 20px;
	color: #333;
	position: relative;
	border-radius: 3px;
}
.customattr-box .customattr-choice.on{
	border-color: #333;
}
.customattr-box .customattr-checked-list{
	font-size: 0;
	padding: 5px 0 0;
}
.customattr-box .checked-box{
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	height: 20px;
	padding-left: 25px;
	position: relative;
	line-height: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	cursor:pointer;
}
.customattr-box .checked-box .svg{
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	text-align: center;
	border: 1px solid #d7d7d7;
	border-radius: 1px;
	box-sizing: border-box;
	cursor: pointer;
}
.customattr-box .checked-box .svg svg{
	height: 18px;
	width: 14px;
	opacity: 0;

}
.customattr-box .checked-box input{
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	z-index: 9;
	opacity: 0;
}
.customattr-box .checked-box.on .svg{
	background: #333;
	border-color: #333;
}
.customattr-box .checked-box .svg svg{
	opacity: 1;
	fill:#fff;
}


.customattr-box .customattr-radio-list{
	font-size: 0;
	padding: 5px 0 0;
}
.customattr-box .radio-box{
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	height: 20px;
	padding-left: 25px;
	position: relative;
	line-height: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	cursor:pointer;
}
.customattr-box .radio-box .svg{
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	text-align: center;
	border: 1px solid #d7d7d7;
	border-radius: 50%;
	box-sizing: border-box;
	cursor: pointer;
}
.customattr-box .radio-box .svg svg{
	height: 18px;
	width: 14px;
	opacity: 0;

}
.customattr-box .radio-box input{
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	z-index: 9;
	opacity: 0;
}
.customattr-box .radio-box.on .svg{
	background: #333;
	border-color: #333;
}
.customattr-box .radio-box .svg svg{
	opacity: 1;
	fill:#fff;
}

.custom-price
{
	overflow: hidden;
	padding: 15px;
	background: #ccc;
}
.additional-price{
	float: left;
	text-align:center;
    background: #ccc;
	font-size: 14px;
	border-radius:0 0 3px 3px;
}
.additional-price span{
	color:#ed3445;
}

.total-price{
	float: right;
	text-align:center;
	background: #ccc;
	font-size: 14px;
	border-radius:0 0 3px 3px;
}
.total-price span{
	color:#ed3445;
}

.customattr-box .customattr-close{
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 30px;
	display: none;
}
.customattr-box .customattr-close svg{
	width: 30px;
	height: 30px;
	fill: #333;
}

.customattr-box .customattr-input .customattr-input-list{
	margin-bottom:-10px;
}
.customattr-box .customattr-input .input-box{
	width:25%;
	display:inline-block;
	padding-bottom:10px;
	vertical-align:top;
}
.customattr-box .customattr-input .input-box .input-name,
.customattr-box .customattr-input .input-radio .input-name{
	display:block;
	padding-bottom:10px;
	line-height:14px;
}
.customattr-box .customattr-input .input-box .input-text{
	width:calc(100% - 30px);
	height:40px;
	line-height:38px;
	border:1px solid #d6d6d6;
	text-indent:10px;
	border-radius:3px;
    box-sizing: border-box;
}
.customattr-box .customattr-input .input-box .input-sep{
	display:inline-block;
	line-height:40px;
	vertical-align:top;
	width:30px;
	text-align:center;
}
.customattr-box .customattr-input .input-radio{
	padding-bottom:10px;
}
.customattr-box .customattr-input .input-radio .input-radio-text{
	width:80px;
	height:40px;
	line-height:38px;
	border:1px solid #d6d6d6;
	text-align:center;
    box-sizing: border-box;
}
.customattr-box .customattr-input .input-radio .input-cut,
.customattr-box .customattr-input .input-radio .input-add{
	width:40px;
	height:40px;
	line-height:38px;
	border:1px solid #d6d6d6;
	display:inline-block;
	text-align:center;
	font-size:26px;
	padding:12px;
	vertical-align:top;
	cursor:pointer;
	box-sizing:border-box;
}
.customattr-box .customattr-input .input-radio .input-cut{
	border-radius:3px 0 0 3px;
	border:1px solid #d6d6d6;
	border-right:0;
}
.customattr-box .customattr-input .input-radio .input-add{
	border-radius:0 3px 3px 0;
	border:1px solid #d6d6d6;
	border-left:0;
}
.customattr-box .customattr-input .input-radio span svg{
	height:14px;
	width:14px;
	fill:#888888;
	display:block;
}
.customattr-box .customattr-input .input-radio .input-radio-name{
	margin-left:10px
}
.customattr-box .bcpo-table-box{
	width: 100%;
}
.customattr-box .bcpo-table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #e0e0e2;
	border-left: 1px solid #e0e0e2;
	border-radius: 4px;
}
.customattr-box .bcpo-table .bcpo-default select {
	min-width: 60px;
	width: 100%;
	text-indent:0 !important;
}
.customattr-box .bcpo-table td {
	padding: 0 10px;
	font-size: 14px;
	border-right: 1px solid #e0e0e2;
	border-bottom: 1px solid #e0e0e2;
	position: relative;
	height: 50px;
}
.customattr-box .bcpo-table thead tr:first-child td {
	background: #f9f9f9;
	border-right: 1px solid #e0e0e2;
	border-bottom: 1px solid #e0e0e2;
	color: #333;
	height: 40px;
	text-align: center;

}
.customattr-box .bcpo-table tbody tr td:first-child{
	font-weight: bold;
}

.customattr-box .bcpo-table .table-select{
	height:30px;
	line-height:28px;
}
.customattr-box .table-select .customattr-select-title{
	padding-left:5px;
}
.customattr-box .customattr-select.table-select .icon{
	height:16px;
	padding:6px 4px;
}

.customattr-box .dropdown-radio .radio-box:first-child{
	margin-right:95px;
}



.customattr-box .bcpo-table select{
	margin-bottom: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 6px 22px 6px 8px;
    background: white;
    cursor: pointer;
    line-height: 2;
    border: 1px solid #a0a0a0;
    border-radius: 4px;
    min-height: 30px;
    height: 30px;
    display: inline-block !important;
    background: white;
    line-height: 1;
    position: relative;
    background: none;
    text-indent: 0;
}
.customattr-box .bcpo-table select:hover{
	border-color: #000;
}
.customattr-box .bcpo-table .downup_icon,
.customattr-box .pd .downup_icon{
	width:0;
	height:0;
	border-right:5px solid transparent;
	border-left:5px solid transparent;
	border-top:5px solid #333;
    position: absolute;
    top: 22px;
    right: 19px;
}
.customattr-box .bcpo-table .downup_icon:before,
.customattr-box .pd .downup_icon:before{
	content: '';
	width:0;
	height:0;
	border-right:5px solid transparent;
	border-left:5px solid transparent;
	border-top:5px solid #fff;
    position: absolute;
    top: -6px;
    right: -5px;
}
.customattr-box .pd select{
	width:100%;
	padding:0 5px;
	box-sizing:border-box;
	-webkit-appearance: none;
    -moz-appearance: none;
	background: white;
	text-indent:0 !important;
}
.customattr-box .dropdown-select{
	width:150px;
	display:inline-block;
	margin-right:20px;
	position:relative;
}
.customattr-box .dropdown-select-right,
.customattr-box .dropdown-select-left{
	width:100px;
	display:inline-block;
	position:relative;
}
.customattr-box .dropdown-select-right{
	margin-right:10px;
}

.customattr-box .pd .disabled{
	-moz-opacity: .2;
    -khtml-opacity: .2;
    opacity: .2;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    background-color: #fff;
    background-color: transparent;
    background: 0 0;
    background-image: none;
    cursor: not-allowed;
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.customattr-box .pd .downup_icon{
	top:18px;
    right: 10px;
	z-index: 20;
}


.customattr-box .bcpo-table-box .bcpo-od{
	padding-top:10px;
}
.customattr-box .bcpo-table-box .od-tit{
	padding-bottom:5px;
	font-weight:bold;
	position:relative;
	line-height:20px;
}
.customattr-box .bcpo-table-box .od-con{
	font-size:0;
	position:relative;
}
.customattr-box .bcpo-table-box .od-list{
	display:inline-block;
	font-size:12px;
	width:calc(33.3333% - 10px);
	margin-right:10px;
	margin-bottom:10px;
}
.customattr-box .bcpo-table-box .od-list.add{
	margin-right:0;
}
.customattr-box .bcpo-table-box .od-list-select{
	position:relative;
}
.customattr-box .bcpo-table-box .downup_icon{
	width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #333;
    position: absolute;
    top: 17px;
    right: 10px;
}
.customattr-box .bcpo-table-box .downup_icon:before{
	content: '';
	width:0;
	height:0;
	border-right:5px solid transparent;
	border-left:5px solid transparent;
	border-top:5px solid #fff;
    position: absolute;
    top: -6px;
    right: -5px;
}
.customattr-box .bcpo-table-box .od-list select{
	border-radius:3px;
	height:38px;
	cursor:pointer;
	appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
	width:100%;
	text-indent:10px;
	background: none;
	border: 1px solid rgb(118, 118, 118);
}
.customattr-box .bcpo-table-box .od-list-tit{
	padding-bottom:5px;
	white-space:nowrap;
}
.customattr-box .bcpo-table-box .explain-box{
	display:inline-block;
	position:relative;
	z-index:20;
	cursor:pointer;
}
.customattr-box .bcpo-table-box .explain-box:before{
	content: "";
	position:absolute;
	left:50%;
	margin-left:-50px;
	width:100px;
	padding-top:13px;
	bottom:-13px;
	display:none;
	z-index:5;
}
.customattr-box .bcpo-table-box .explain-box:hover:before{
	display:block;
}
.customattr-box .bcpo-table-box .od-list-tit svg{
	width:20px;
	height:20px;
	fill:#727483;
    margin: 0 3px -5px;
}
.customattr-box .bcpo-table-box .explain{
	position:absolute;
	left:-10px;
	top:30px;
	background: #fff;
    padding: 15px;
    border: 1px solid #eee;
	border-radius:4px;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);
	z-index: 10;
	width:300px;
    line-height: 22px;
    font-size: 13px;
	display:none;
    white-space: normal;
}
.customattr-box .bcpo-table-box .cyl .explain{
	left:50%;
	margin-left:-165px;
}
.customattr-box .bcpo-table-box .axis .explain{
	left:auto;
	right:-15px;
}

.customattr-box .bcpo-table-box .explain:before {
    width:13px;
	height:13px;
	background:#fff;
	border: 1px solid #eee;
	transform: rotate(45deg);
    content: "";
    left: 15px;
    position: absolute;
    top: -8px;
    z-index: 2;
}
.customattr-box .bcpo-table-box .cyl .explain:before{
	left:50%;
	margin-left: -8px;
}
.customattr-box .bcpo-table-box .axis .explain:before{
	left:auto;
	right:20px;
}

.customattr-box .bcpo-table-box .explain:after{
    width:100%;
	height:20px;
	background:#fff;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2;
}
.customattr-box .bcpo-table-box .explain-box.show{
	z-index:21;
}
.customattr-box .bcpo-table-box .explain-box.show .explain{
	display:block;
}




.product_detail_2016 dl.remark dd{
	line-height:normal;
}


@media screen and (min-width: 1000px) {
	#_ymcart_customattr_content{
		position:relative;
		z-index:1001;
		width:100%;
	}
}



@media screen and (max-width: 768px) {
	#diy_remark_box,
	.saleproperty_show_default .sku_scroll{
		overflow:visible !important;
	}
	.customattr-box .bcpo-table td{
		padding: 0 5px;
	}
	.customattr-box .bcpo-table .downup_icon{
		right: 13px;
	}
	.sku_scroll{
		-webkit-overflow-scrolling:touch;	
	}
	.customattr-box .customattr-select{
		z-index:auto;
	}
	.customattr-box .customattr-select.on{
		z-index:9999999999999;
	}
	.customattr-box .customattr-select .select-ul{
		position: fixed;
		left: -1px;
		top: 0;
		height: 100%;
		width: 100%;
		background: none;
		max-height: 100%;
		overflow-y: hidden;
		z-index: 9999999999999;
	}
	.customattr-select-ul{
		position:fixed;
		left:0;
		top:0;
		height:100%;
		width:100%;
		background:none;
		max-height:100%;
		overflow-y: hidden;
		z-index:9999999999999;
	}
	.customattr-select-ul .select-ul-bg{
		display:block !important;
		background:rgba(0,0,0,0.4);
		height:100%;
		width:100%;
		position:fixed;
		left:0;
		top:0;
		z-index:1
	}
	.customattr-select-ul .padding{
		position:absolute;
		left:0;
		bottom:0;
		padding:20px 0;
		background:#fff;
		border-radius:20px 20px 0 0;
		overflow:hidden;
		z-index:2;
		width:100%;
	}
	.customattr-select-ul ul{
		width:100%;
		padding:0 25px;
		max-height:230px;
		overflow-y: auto;
		-webkit-overflow-scrolling:touch;
		box-sizing:border-box;
		position:static;
	}
	.customattr-select-ul ul li{
		border-bottom:1px solid #d6d6d6;
	}
	
	.customattr-box .customattr-input .input-box{
		width:33.3333%;
	}
	.customattr-box .dropdown-radio .radio-box:first-child{
		margin-right:5%;
		width:40%;
		box-sizing:border-box;
	}
	.customattr-box .dropdown-select{
		width:40%;
		margin-right:5%;
	}
	.customattr-box .dropdown-select-right,
	.customattr-box .dropdown-select-left{
		width:25%;
	}
	
	.customattr-box .bcpo-table-box .bcpo-od{
		padding-top:5px;
	}
	.customattr-box .bcpo-table-box .explain-box:before{
		display:none;
	}
	.customattr-box .bcpo-table-box .explain{
		max-width:250px;
	}
	.customattr-box .bcpo-table-box .sph .explain{
		left:-45px;
	}
	.customattr-box .bcpo-table-box .cyl .explain{
		left:-150px;
		margin-left:0;
	}
	.customattr-box .bcpo-table-box .axis .explain{
		left:auto;
		right:-15px;
	}
	.customattr-box .bcpo-table-box .add .explain{
		left:-30px;	
	}
	
	.customattr-box .bcpo-table-box .sph .explain:before{
		left:50px
	}
	.customattr-box .bcpo-table-box .cyl .explain:before{
		margin-left:0;
		left:155px;
	}
	.customattr-box .bcpo-table-box .axis .explain:before{
		
	}
	.customattr-box .bcpo-table-box .add .explain:before{
		left:35px;
	}

	/*å“åº”å¼*/
	.product_detail_2020 .customattr-box .customattr-select .select-ul{
		max-height: 280px;
    	overflow-y: inherit;
		left:-1px;
		height:auto;
		position: absolute !important;
		top: 100% !important;
	}
	.product_detail_2020 .customattr-select-ul .select-ul-bg{
		display:none !important;
	}
	.product_detail_2020 .customattr-select-ul .padding{
		bottom:auto;
		top:0;
		border-radius:0;
		position:static;
		padding-top:0;
	}
	.product_detail_2020 .customattr-select-ul ul{
		padding:0 15px;
	}
	
	
}

@media screen and (max-width: 480px) {
	.custom-price&gt;div{
		float:none;
		text-align:left;
		display: flex;
    	justify-content: space-between;
	}
	.custom-price .additional-price{
		padding-bottom:5px;
	}
	.customattr-box .bcpo-table-box .od-list{
		width:50%;
		margin-right:0;
		padding:0 5px;
		box-sizing:border-box;
	}
	.customattr-box .bcpo-table-box .cyl .explain{
	    left: -233px;
	}
	.customattr-box .bcpo-table-box .cyl .explain:before{
		left: 238px;
	}
	.customattr-box .bcpo-table-box .axis .explain{
		left: -24px;
    	right: auto;
	}
	.customattr-box .bcpo-table-box .axis .explain:before{
		left: 28px;
    	right: auto
	}
	.customattr-box .bcpo-table-box .add .explain{
		right: -54px;
    	left: auto;
	}
	.customattr-box .bcpo-table-box .add .explain:before {
		right: 59px;
		left: auto;
	}
}

@media screen and (max-width: 320px) {
	.customattr-box .bcpo-table-box .sph .explain{
		left:-75px;
	}
	.customattr-box .bcpo-table-box .cyl .explain{
		left:-170px;
		margin-left:0;
	}
	.customattr-box .bcpo-table-box .axis .explain{
		left:auto;
		right:-45px;
	}
	.customattr-box .bcpo-table-box .add .explain{
		left:-55px;	
	}
	.customattr-box .bcpo-table-box .sph .explain:before{
		left:80px
	}
	.customattr-box .bcpo-table-box .cyl .explain:before{
		margin-left:0;
		left:175px;
	}
	.customattr-box .bcpo-table-box .axis .explain:before{
		right: 50px;
	}
	.customattr-box .bcpo-table-box .add .explain:before{
		left:60px;
	}
}



.customattr-remark-popup {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.2);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999999;
}

.customattr-remark-popup .customattr-rp-core {
	background-color: #fff;
	border-radius: 4px;
	max-width: 600px;
	width: calc(100% - 40px);
}

.customattr-remark-popup .customattr-rp-core .customattr-rp-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 56px;
	padding: 0 20px;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
}

.customattr-remark-popup .customattr-rp-core .customattr-rp-header .customattr-rp-title {
	max-width: calc(100% - 80px);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.customattr-remark-popup .customattr-rp-core .customattr-rp-header svg {
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.customattr-remark-popup .customattr-rp-core .customattr-rp-main {
	padding: 20px;
	max-height: 500px;
	overflow: auto;
}</pre></body></html>