.detail{
	width: 1120px;
	margin: 45px auto;
	overflow: hidden;
}
.detail__name{
	font-size: 21px;
	padding: 15px;
	font-weight: bold;
}
.detail__item{
	width: 65%;
	padding: 15px;
	float: left;
	background-color: #eff6f9;

}
.detail__img,.detail__video{
	width: 100%;
}
.detail__description{
	padding: 35px 15px;
	background-color: #ffffff;
}
.detail__description > h1{
	font-size: 25px;
	font-weight: bold;
	border-bottom: #00a7e0 5px solid;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.detail__description > h2{
	font-size: 21px;
	font-weight: bold;
	border-bottom: #a7a7a7 1px solid;
	padding-bottom: 5px;
}
.detail__description > h3{
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	background-color: #eff6f9;
}

.detail__info{
	width: 33%;
	float: right;
	padding: 25px;
	border: 5px double #ececec;
	box-sizing: border-box;
}
.detail__category{
	background-color: #eff6f9;
	color: #00a7e0;
	padding: 3px 10px;
	margin-bottom: 15px;
	display: inline-block;
	font-size: 12px;
}
.detail__title{
	font-size: 18px;
	font-weight: bold;
}
.info{
	font-size: 14px;
	overflow: hidden;
	display: table;
	width: 100%;
	margin: 0;
}
.info__dt{
	display: table-cell;
	width: 45%;
	clear: both;
	border: dotted 1px #a7a7a7;
	padding-left: 10px;
}
.info__dd{
	display: table-cell;
	width: 55%;
	border: dotted 1px #a7a7a7;
	padding: 10px 0 10px 10px;
}
.file{
	font-size: 14px;
	padding: 0 10px;
	margin-top: 15px;
}
.file__title{
	padding: 5px 0;
	margin: 0;
}
.file__list{
	list-style-type: square;
	padding: 5px 15px 0 0;
	margin: 0 15px;
}



.item{
	font-size: 14px;
	padding: 10px;
	margin-top: 25px;
	border: dotted 1px #a7a7a7;
}
.item__li{
	list-style: none;
	display: table;
	width: 95%;
	margin: 10px auto;
	border-bottom: dotted 1px #a7a7a7;
	padding-bottom:10px ;
}
.item__li:last-child{
	border: none;
}
.item__radio{
	display: table-cell;
	width: 25px;
	vertical-align: middle;
}
.item__info{
	display: table-cell;
	width: auto;
}
.item__radio > input{
	margin-right: 15px;
}
.item__size{
	display: block;
	font-size: 13px;
}
.item__price{
	display: block;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color: #00a7e0;
}

.detail__cart{
	width: 100%;
	border: none;
	background-color: #00a7e0;
	color: #ffffff;
	cursor: pointer;
	padding: 10px 0;
}
.detail__cart:hover{
	background-color: #0d7597;
	color: #ffffff;

}

