﻿/*.....................内容...............*/

.productM{
	margin: 0 -10px;
}
.productP{
	padding: 0 10px;
}
.product-left>ul>li{
	margin-bottom: 20px;
}
.product-left>ul>li>a{
    display: block;
    width: 100%;
    height: 58px;
    line-height: 58px;
    padding: 0 29px;
    border: 1px solid #e6e6e6;
    color: #666;
    text-align: left;
}
.product-left>ul>li>a>span{
	display: inline-block;
	line-height: normal;
	vertical-align: middle;
}
.product-left>ul>.active>a,.product-left>ul>li>a:hover{
	color: #fff;
	border: 1px solid #2b7fd1;
	background-color: #2f8ce6;
}
.product-title>span{
	display: block;
	padding-bottom: 15px;
	position: relative;
}
.product-title>span:after{
	content: "";
	display: block;
	width: 11%;
	height: 2px;
	background-color: #2f8ce6;
	position: absolute;
	bottom: 0;
	left: 0;
}

.product-top{
	padding: 15px 0;
	margin-top: 20px;
}
.product-nav>li>a{
	color: #333;
	padding:  0 30px;
	margin: 5px 0;
	position: relative;
}

.product-nav>li>a:after{
	display: none;
}
.product-nav>li>a:hover,.product-nav>.active>a{
	color: #2f8ce6;
}

.product-main{
	display: none;
}
.product-main-items>.active{
	display: block;
}
.product-items{
	margin-top: 20px;
}
.product-items>a{
	width: 100%;
	height: 260px;
	padding: 15px;
	border: 1px solid #e6e6e6;
	position: relative;
}
.bg{
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background-color: #000;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
.product-items-img{
	height: 161px;
	border-bottom: 1px solid #e6e6e6;
}
.product-items-img>img{
	margin: 0 auto;
	max-height: 160px;
}
.product-items-text{
	width: 100%;
	height: 80px;
	padding: 0px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
}
.product-items-text>p{
	width: 100%;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.product-look{
	display: none;
	width: 28px;
	height: 28px;
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%,-30%);
	z-index: 100;
}
.product-items>a:hover .bg,.product-items>a:hover .product-look{
	display: block;
}
.product-items>a:hover .product-items-text>p{
	color: #fff;
}





/*详情页*/

.product-details-img{
	margin: 15px 0;
	border: 1px solid #e6e6e6;
	padding: 20px 30px;
}
.product-details-img>img{
	width: 100%;
}

.product-down{
	width: 100%;
	height: auto;
	padding: 0 20px;
	margin: 15px 0;
}
.product-down-top{
	padding: 10px 0;
	border-bottom: 1px solid #9f9e9e;
}
.product-down-top>a{
	display: block;
	text-align: center;
	width: 155px;
	height: 30px;
	line-height: 30px;
	color: #ff262c;
	border: 1px solid #ff262c;
	border-radius: 4px;
}
.doen-icon{
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(../images/down1.png) no-repeat;
	margin-right: 15px;
}
.product-down-top>a:hover{
	background-color: #ff262c;
	color: #fff;
}
.product-down-top>a:hover .doen-icon{
	background: url(../images/down2.png) no-repeat;
}

.product-down-main{
	padding: 20px 10px;
}
.product-down-text{
	padding-bottom: 10px;
}

.table-responsive{
	margin: 15px 0;
}
.table{
	border-collapse: collapse;
	margin: 0;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
	text-align: center;
	padding: 15px;
}
.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th{
	border-top: 1px solid #e6e6e6;
    font-weight: bold;
}
.table>thead>tr>th,.table>tbody>tr>td{
	border: 1px solid #e6e6e6;
}
.table>thead>tr>th{
	background-color: #f7f7f7;
	font-weight: 400;
}


.table>tbody>tr>td>.log-in{
	display: inline-block;
	width: 100px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	color: #fff;
	background-color: #909090;
}
.table>tbody>tr>td>.log-in:hover{
	background-color: #ff262c;
	color: #fff;
    cursor: pointer;
}
.table-btn{
	width: 100%;
	height: auto;
}
.table-btn a{
	display: inline-block;
	width: 110px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
}
.table-btn>.table-right>a{
	margin-left: 10px;
}


.table-num{
	width: 100%;
	height: auto;
}
.table-num>a{
	width: 22px;
	height: 22px;
	position: relative;
	display: inline-block;
	border-radius: 4px;
	border: 1px solid #e6e6e6;
	vertical-align: middle;
}
.table-num>.product-num{
	padding: 0 5px;
	font-size: 12px;
}
.table-num>a:after{
	content: "";
	display: block;
	width: 7px;
	height: 1px;
	background-color: #919191;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.table-add:before{
	content: "";
	display: block;
	width: 1px;
	height: 7px;
	background-color: #919191;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}


.details-tab{
	border: 1px solid #e6e6e6;
}
.details-tab-top{
	padding: 0 20px;
	background-color: #ebebeb;
}
.details-tab-top>ul>li{
	margin-right: 5px;
}
.details-tab-top>ul>li>a{
	color: #333;
	padding: 6px 15px;
	border: 1px solid #ccc;
	margin: 10px 0;
}
.details-tab-top>ul>li>a:hover,.details-tab-top>ul>.active>a{
	background-color: #fff;
	color: #2f8ce6;
}

.tab-main{
	padding: 10px 30px;
}
.tab-main>.active{
	display: block;
}
.tab-main-list{
	display: none;
}
.tab-main-list>ul>li{
	padding: 8px 0;
	width: 100%;

    border: 1px solid #ebebeb;
}
.tab-list-name{
	width: 40%;
}
.tab-main-info{
	width: 60%;
}

.product-lb{
	padding: 30px 0;
	overflow-x: hidden;
}
.product-lb-ul>li{
	width: 100%;
}

.picScroll-left{
	position: relative;
}
.picScroll-left>a{
	opacity: 0;
	filter: alpha(opacity=0);
	width: 30px;
	height: 50px;
	text-align: center;
	line-height: 45px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
	background-color: #f2f2f2;
	border: 1px solid #eee;
}
.next{
	right: 0;
}
.prev{
	left: 0;
}
.picScroll-left:hover >a{
	opacity: 1;
	filter: alpha(opacity=100);
}

.list-chage{
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 0;
	font-weight: 400;
	position: relative;
}
label input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    margin: 0;
    cursor: pointer;
}

label input[type="checkbox"]:after{
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    border: 1px solid #8e8f8f;
    position: absolute;
    top: 2px;
    left: 0;
}
label input[type="checkbox"]:before{
	display: block;
    content: "";
    width: 12px;
    height: 12px;
    border: 1px solid #afb4ba;
    background-color: #e5e6e6;
    position: absolute;
    top: 4px;
    left: 2px;
}

label input[type="checkbox"]:checked:after {
    display: block;
    content: "\2714";
    width: 16px;
    height: 16px;
    border: 1px solid #8e8f8f;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
}