@charset 'UTF-8';
.details{
	width: 1200px;
	margin: 0px auto 35px auto;
	padding: 10px 0px 0px 0px;
}
.details .option{
	float: left;
	width: 800px;
	background-color: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	box-shadow: 0px 0px 8px 0px #7777776b;
	padding: 0px;
	text-align: left;
	position: relative;
	margin-right: 15px;
}
.details .option .product{
	display: inline-block;
	width: 250px;
	padding: 15px 15px 15px 23px;
	box-sizing: border-box;
}
.option .product > img.product-img{
	width: 210px;
	height: 120px;
	margin: 0px 0px 10px 0px;
}
.option .product > .product-name{
	width: 100%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	text-align: center;
}
.option .product-option{
	display: inline-block;
	border-left: 1px solid #e8e8e8;
	padding: 15px 15px 25px 15px;
	vertical-align: top;
	width: 545px;
	height: 100%;
	min-height: 300px;
}
.product-option ul.pricebok{
	width: 100%;
	text-align: left;
	margin: 0px 0px 20px 0px;
}
.product-option ul.pricebok > li{
	display: inline-block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin:0px 6px 10px 0px;
}
.product-option ul.pricebok > li > a{
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	background-color: #fff;
	color: #363636;
}
.product-option ul.pricebok > li > a.selection{
	background-color: #ff4200;
	color: #fff;
}
.product-option ul.pricebok > li > a:hover{
	text-decoration: none;
	background-color: #ff4200;
	color: #fff;
}
.product-option .option_text{
	width: 100%;
	margin: 0px 0px 15px 0px;
}
.product-option .option_text div.title{
	font-size: 14px;
	color: #363636;
	font-weight: bold;
	margin: 0px 0px 12px 0px;
}
.product-option .option_text div.title span.error{
	color: #ff4200;
	font-size: 12px;
	font-weight: 400;
	display: none;
}
.product-option .option_text div.title span.errorshow{
	display: inline-block;
}
.product-option .option_text input.option_inp{
	background-color: #fff;
	border: 1px solid #e8e8e8;
	height: 50px;
	width: 390px;
	padding: 0px 15px;
	border-radius: 5px;
	margin-right: 5px;
}
.product-option .option_text i.error{
	color: #ff4200;
	font-size: 16px;
	font-style: normal;
	vertical-align: middle;
}
.product-control{
	margin: 0px 0px 20px 0px;
}

.product-control .select-list {
	width: 233px;
	height: 52px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin-right: 10px
}

.product-control .select-list .sl-main {
	width: 100%;
	height: 51px;
	overflow: hidden;
	line-height: 50px;
	cursor: pointer;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	background: url("../images/sl-hv.png") no-repeat 200px center;
	background-color: #ffffff
}

.product-control .select-list .sl-main img {
	width: 36px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 15px
}

.product-control .select-list .sl-main span.s {
	text-transform: uppercase;
	font-size: 16px;
	padding: 0 10px
}

.product-control .select-list .sl-main span.h {
	text-transform: capitalize;
	color: #fff
}

.product-control .select-list .sl-list {
	height: 300px;
	overflow-x: hidden;
	overflow-y: auto;
	border: 1px solid #E8E8E8;
	border-top: 0 none;
	background: #fff;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	z-index: 99;
	display: none
}

.product-control .select-list .sl-list ul>li {
	line-height: 45px
}

.product-control .select-list .sl-list ul>li img {
	width: 36px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 15px
}

.product-control .select-list .sl-list ul>li .s {
	text-transform: uppercase;
	font-size: 16px;
	padding: 0 10px
}

.product-control .select-list .sl-list ul>li .h {
	text-transform: capitalize;
	color: #fff
}
.product-control > span.name{
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}
.product-control > .addsub{
	display: inline-block;
	vertical-align: middle;
}
.product-control > .addsub > li{
	display: inline-block;
	width: 50px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	background-color: #fff;
	margin-right: 5px;
}
.product-control > .addsub > li:first-child, .product-control > .addsub > li:last-child{
	width: 28px;
	cursor: pointer;
	font-size: 18px;
	line-height: 25px;
}

.product-control > .addsub > li >input{
	background-color: #fff;
	width: 100%;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border: none;
	padding: 0px 5px;
}
.product-control > .addsub > li.disabled{
	color: #939393;
}
.product-but{
	width: 100%;
}
.product-but > a.buy_but{
	width: 180px;
	height: 46px;
	text-align: center;
	padding: 8px 0px 0px 0px;
	text-align: center;
	background-color: #ff4200;
	color: #fff;
	border-radius: 5px;
	font-size: 14px;
	line-height: 14px;
	display: inline-block;
}
.product-but > a.buy_but:hover{
	text-decoration: none;
	background-color: #d64411;
}

.details .pay{
	background-color: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	box-shadow: 0px 0px 8px 0px #7777776b;
	float: left;
	width: 380px;
	min-height: 100px;
	padding: 10px 15px;
	box-sizing: border-box;
}
.details .pay > h3.title{
	font-weight: bold;
	color: #363636;
	font-size: 14px;
	margin-bottom: 20px;
}
.details .pay > ul{
	margin: 0px;
}
.details .pay > ul > li{
	display: inline-block;
	width: 80px;
	height: 40px;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	background-color: #fff;
	overflow: hidden;
	margin: 0px 5px 5px 0px;
}
.details .pay > ul > li img{
	width: 100%;
	height: 100%;
}

.describebok{
	width: 1200px;
	margin: 0px auto;
}
.describebok > dl.step{
	margin: 0px 0px 30px 0px;
	padding: 0px;
	width: 100%;
	height: 135px;
	box-shadow: 0px 0px 8px 0px #7777776b;
	border-radius: 5px;
	background-color: #fff;
}
.describebok > dl.step > dt{
	float: left;
	width: 175px;
	height: 135px;
	line-height: 135px;
	color: #ff4200;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.describebok > dl.step > dd:nth-child(even){
	background-color: #f0f0f0;
}
.describebok > dl.step > dd:nth-child(odd){
	background-color: #fff;
}
.describebok > dl.step > dd{
	float: left;
	width: 255px;
	height: 135px;
	position: relative;
}
.describebok > dl.step > dd > img.medal{
	position: absolute;
	top: 0px;
	right: 30px;
}
.describebok > dl.step > dd > img.triangle{
	position: absolute;
	top: 55px;
    right: -9px;
    z-index: 1;
}
.describebok > dl.step > dd > h4.name{
    display: block;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
    font-size: 16px;
    color: #363636;
    margin: 30px 0px 25px 20px;
    width: 145px;
    overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.describebok > dl.step > dd > p{
	font-size: 14px;
	line-height: 18px;
    color: #939393;
    margin: 25px 0px 0px 20px;
    width: 214px;
}
.describebok dl.tips{
	width: 100%;
	margin: 0px 0px 30px 0px;
}
.describebok dl.tips dt{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.describebok dl.tips dd{
	height: 21px;
	line-height: 21px;
	color: #939393;
	font-size: 12px;
}
.describebok .richtextbok{
	margin: 0px 0px 30px 0px;
	width: 100%;
	box-sizing: border-box;
}
