.detailDetachMain{
	width: 1204px;
	margin: 0 auto;
	padding: 36px 20px;
	border-top: 2px solid #0062BE;
	background-color: #ffffff;
}
.detailDetachMain button{
	background-color: #F6F6F9;
	width: 180px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #0062BE;
	margin-right: 10px;
	border: none;
}
.detailDetachMain button.active{
	background-color: #0062BE;
	color: #ffffff;
}
.detailDetachTable table{
	width: 100%;
	margin-top: 36px;
}
.detailDetachTable table thead tr{
	height: 50px;
	background-color: #F1F1F1;
	text-align: center;
	padding: 0 20px;
}
.detailDetachTable table thead tr td:nth-child(1){
	text-align: left;
}
.detailDetachTable table tbody{
	color: #1e1e1e;
	padding: 0 20px;
	font-weight: 500;
}
.detailDetachTable table tbody tr{
	height: 160px;
	border-bottom: 1px solid #F1F1F1;
}
.detailDetachTable table tbody .name{
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
}
.detailDetachTable table tbody .name span{
	cursor: pointer;
	font-weight: bold;
	color: #000000;
	font-size: 18px;
	line-height: 25px;
}
.detailDetachTable table tbody span{
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	color: #B4B4B4;
}
.detailDetachTable .count {
    width: 100px;
    background: #F6F6F9;
    border: 1px solid #E1E1E6;
    border-radius: 4px;
    padding: 3px;
   float: left;
}
.detailDetachTable .countSub,.countAdd {
    width: 24px;
    height: 24px;
    background: #0062BE;
    color: #FFFFFF;
    border-radius: 4px;
}
.detailDetachTable .countSub {
    float: left;
}
.detailDetachTable .countAdd {
    float: right;
}
.detailDetachTable .countNum {
    float:left;
    width: 45%;
    height: 24px;
}
.detailDetachTable .countNum input {
    width: 100%;
    height: 100%;
    border:0;
    outline: none;
    padding: 5px;
    background: #F6F6F9;
	text-align: center;
}
.detailDetachTable .cart{
	width: 44px;
	height: 30px;
	background: #FFA200;
	border-radius: 4px;
	display: inline-block;
}
.detailDetachTable .cart img{
	margin-top: 6px;
}
.name i {
	background-image: url(../image/path304.png);
	background-size: 36px 16px;
	font-size: 12px;
	width: 36px;
	height: 16px;
	line-height: 16px;
	display: inline-block;
	color: #ffffff;
	padding-left: 4px;
	font-style: normal;
	margin-top: 4px;
	vertical-align: top;
}
.huodong {
	background-image: url(../image/path4900.png);
	background-size: 36px 20px;
	font-size: 10px;
	width: 36px;
	height: 20px;
	line-height: 16px;
	display: inline-block;
	color: #ffffff;
	position: absolute;
	top: calc(50% - 30px);
	right: 15px;
	font-style: normal;
}
tr td .name {
	cursor: pointer;
}
tr td span {
	cursor: pointer;
}
.countSub {
	cursor: pointer;
}
.countAdd {
	cursor: pointer;
}
.name span i {
	margin: 0 !important;
}
.detailDetachMainBtn {
	margin-top: 10px;
}