@font-face {
	font-family: SourceHanSansCN-Medium;
	src: url(../fonts/SourceHanSansCN-Medium.eot);
	src: url(../fonts/SourceHanSansCN-Medium.eot?#iefix) format("embedded-opentype"),
		url(../fonts/SourceHanSansCN-Medium.woff) format("woff"),
		url(../fonts/SourceHanSansCN-Medium.ttf) format("truetype"),
		url(../fonts/SourceHanSansCN-Medium.svg#jq) format("svg");
}

.car-top div h1 {
	display: inline-block;
	position: relative;
	text-align: left;
	text-transform: uppercase;
}

.car-top div h1::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 10%;
	margin-left: -50px;
	width: 100px;
	height: 1px;
	background-color: #eaeaea;
	opacity: 0.5;
}

.car-ctn h2 {
	margin: 3.125rem 0 3.75rem;
	font-family: SourceHanSansCN-Medium;
	font-size: 1.75rem;
	color: #65ba6e;
}

.car-ctn .content {
	width: 1660px;
	padding: 0 15px;
}

@media screen and (max-width: 1660px) {
	.car-ctn .content {
		width: 100%;
	}
}

.ctn-nav .inblock {
	position: relative;
	overflow: hidden;
}

.ctn-nav>a {
	margin-right: 3rem;
}

.ctn-nav>a:last-child {
	margin-right: 0;
}

.ctn-nav .inblock>span:last-child {
	position: absolute;
	top: 100%;
	left: 0;
}

.ctn-nav .on span:last-child {
	top: 0;
}

.car-ctn .ctn-nav {
	text-align: center;
}
.car-ctn .ctn-nav>a{vertical-align: bottom;}

.car-ctn .ctn-nav p {
	font: 1rem SourceHanSansCN-Medium;
}

.car-ctn .ctn-nav .on p {
	color: #65ba6e;
}

.ctn-list {
	margin: 3.25rem 0 5vw;
}

/* cable html */
.cable-top div h1,
.cable-top div p {
	text-align: right;
}

.cable-ctn .set-ctn {
	max-height: 57px;
}

/* battery html */
.battery-top div h1 {
	color: #65ba6e;
	text-transform: uppercase;
}

.lcd-top {}

.lcd-top div h1 {
	display: inline-block;
	position: relative;
	text-align: left;
	color: #000;
	text-transform: uppercase;
}

.lcd-top div h1::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 10px;
	margin-left: -50px;
	width: 100px;
	height: 1px;
	background-color: #000;
}

/* detail */
.detail-top {
	margin-top: 3.625rem;
}

.detail-top .photo {
	width: 51.905%;
}
.detail-top .photo .nothing{
	line-height: 12rem;
	text-align: center;
	color: #65ba6e;
	font-size: 2rem;
}
.cf li {
	position: relative;
	color: #fff;
}

.cf a {
	display: block;
	position: absolute;
	color: #fff;
}

.cf li span {
	display: block;
	width: 640px;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px 20px;
	line-height: 22px;
	text-align: left;
	background: rgba(0, 0, 0, 0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr="#60000000", endColorstr="#60000000") 6
}

.picBox {
	height: 32.5rem;
	position: relative;
	overflow: hidden;
}

.picBox ul {
	width: 100%;
	height: 100%;
	position: absolute;
}

.picBox li {
	float: left;
	/* display: table; */
	table-layout: fixed;
	width: 43.75rem;
	height: 32.5rem;
}

.picBox li div {
	display: block !important;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #fff;
}

.picBox li div img {
	max-width: 100%;
	max-height: 100%;
}




.listBox {
	width: 398px;
	height: 4.875rem;
	margin: 10px auto;
	max-width: 100%;
	position: relative;
	overflow: hidden;
}

.listBox ul {
	position: absolute;
	height: 100%;
}

.listBox li {
	position: relative;
	float: left;
	width: 302px;
	cursor: pointer;
	border: 1px solid #f3f3f3;
}

.listBox li div {
	height: 4.78rem;
	text-align: center;
	background: #fff;
	
}

.listBox li div img {
	max-width: 100%;
	max-height: 100%;
}


.listBox li.on{
	border: 1px solid #d7d7d7;
}
.picBox.disabled .btn,.listBox.disabled .btn{display: none;}


.caseTop .btn {
	position: absolute;
	width: 15px;
	height: 70px;
	cursor: pointer;
	z-index: 99;
	font-size: 50px;
	font-weight: bold;
}

#prevTop,
#nextTop {
	position: absolute;
	top: 50%;
	width: 20px;
	height: 37px;
	margin-top: -19px;
	z-index: 20;
}

#prevTop {
	left: 0;
	background: url(../images/photo-left.png) 0 0 no-repeat;
	background-size: 100% 100%;
}

#nextTop {
	right: 0;
	background: url(../images/photo-right.png) 0 0 no-repeat;
	background-size: 100% 100%;
}



.view .swiper-slide>div {
	height: 32.5rem;
}

.view .arrow {
	position: absolute;
	top: 50%;
	width: 20px;
	height: 37px;
	margin-top: -19px;
	z-index: 20;
}

.view .arrow-left {
	left: 0;
	background: url(../images/photo-left.png) no-repeat;
}

.view .arrow-right {
	right: 0;
	background: url(../images/photo-right.png) no-repeat;
}

.preview .swiper-slide>div {
	height: 4.875rem;
	cursor: pointer;
}

.preview .swiper-slide {
	border: solid 1px #f3f3f3;
}

@media screen and (min-width: 767px) {	
	.preview {
		padding: 19.266%;
	}
}


.preview .active-nav {
	border-color: #d7d7d7;
}

.intros {
	width: 42.936%;
}

.intros * {
	color: #000;
}

.intros>h2 {
	font-family: SourceHanSansCN-Bold;
	font-size: 1.875rem;
	line-height: 2rem;
	height: 4.25rem;
	color: #000;
	overflow: hidden;
}

.intros .colors {
	margin: 3.375rem 0 2.625rem;
}

.intros .colors p {
	margin-bottom: 1.375rem;
	font-family: SourceHanSansCN-Medium;
	font-size: 1.125rem;
	color: #333;
}

.intros .colors p>span {
	font-family: SourceHanSansCN-Regular;
	font-size: 1rem;
	color: #828282;
}

.intros .colors li {
	width: 30px;
	height: 30px;
	padding: 3px;
	margin-right: 14px;
	font-size: 0;
	border: solid 1px #ccc;
}

.intros .colors li.on {
	border-color: #65ba6e;
}

.intros .colors li>span {
	width: 22px;
	height: 22px;
}



/**/
i.plus,
i.minus {
	display: block;
	position: absolute;
	width: 46px;
	height: 100%;
	right: 0;
	top: 0;
	z-index: 4;
	cursor: pointer;
}

i.minus::before,
i.plus::before,
i.plus::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	border-radius: 2px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
	background: #000;
}

i.plus::before,
i.minus::before {
	width: 13px;
	height: 3px;
	margin: -1px 0 0 -6px;
}

i.plus::after {
	height: 13px;
	width: 3px;
	margin: -6px 0 0 -1px;
}

i.plus-rotate::before,
i.plus-rotate::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.plus-rotate:hover.plus-rotate::before,
.plus-rotate:hover.plus-rotate::after {
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
}



.addItem {
	position: relative;
	margin-bottom: 1.25rem;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.addItem.on {
	border-top-color: #e1e1e1;
	border-bottom: none;
}

.addItem-title {
	position: relative;
	width: 100%;
	height: 4.375rem;
	line-height: 4.375rem;
	font: 1.125rem SourceHanSansCN-Medium;
	color: #333;
}

.addItem-title>span {
	line-height: 4.375rem;
}

.addItem-down {
	display: none;
	color: #333;
}

.addItem.plus {
	-webkit-transition: transform .5s;
	-moz-transition: transform .5s;
	-ms-transition: transform .5s;
	transition: transform .5s;
}

.addItem.plus-default {
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);

}

.addItem.active .plus-default {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

i.plus-change::before,
i.plus-change::after {
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0;

}

.addItem.active .plus-change::after {
	height: 0;
}

.fa-plus {
	font-size: 20px;
	color: #fff;
}

.detail-tab a {
	position: relative;
	padding: 0 2.125rem;
	line-height: 3.5rem;
	font-size: 1rem;
	color: #989898;
	margin-right: .875rem;
	border-bottom: 4px solid transparent;
}

.detail-tab a.on {
	color: #333;
	border-bottom-color: #4c4c4c;
}

.detail-tab a::after {
	content: '';
	position: absolute;
	right: -14px;
	top: 21px;
	width: 2px;
	height: 14px;
	background-color: #f1edec;
}

.detail-tab a:last-child::after {
	content: none;
}

.detail-ctn {
	margin: 4.25rem 0;
}

.detail-ctn .ctn-detail {
	font-size: 1rem;
	color: #666;
	/* display: none; */
}

.specs {
	/* display: none; */
	/* display: flex;
	flex-wrap: wrap;
	justify-content: space-between; */
	/* margin-top: 10px; */
}
.specs>div{
	width: 45%;
	display: inline-block;
	margin: 0 1.25%;
	margin-bottom: 1.25rem;
}

/* .specs>div {
	padding: 2.625rem 0;
	border-top: solid 1px #d8d8d8;
	border-bottom: solid 1px #d8d8d8;
}

.specs>div>h3 {
	margin-bottom: 3.25rem;
	font-family: SourceHanSansCN-Medium;
	font-size: 1.125rem;
	color: #333;
}

.specs>div>ul {
	width: 835px;
	max-width: 100%;
	margin: 0 auto;
}

.specs>div>ul>li {
	float: left;
	width: 50%;
	font-size: 1rem;
	color: #666;
}

.specs>ul>li:nth-child(2n) {
	float: right;
} */

.ctn-box {
	display: none;
}

.ctn-box>h3 {
	margin-bottom: 3rem;
	font-family: SourceHanSansCN-Medium;
	font-size: 1.125rem;
	color: #333;
}

.detail-ctn .ctn-list>.fl {
	width: 31.747%;
}




@media only screen and (min-width: 767px) {
	/* .specs>div{
		width: 100%;
	} */
	.ctn-nav .inblock:hover span:last-child {
		top: 0;
	}

	.ctn-list>.fl:hover {
		box-shadow: 0 8px 18px 0 rgba(130, 130, 130, 0.36);
	}

	.ctn-list .top:hover .bg {
		top: 0;
	}

	.ctn-list .top:hover h4 {
		top: -11vw;
		color: #fff;
	}

	.ctn-list .top:hover~div.text-center {
		top: -1.6rem;
	}

	.ctn-list .top:hover~.text-center a {
		color: #fff;
		background-color: #65ba6e;
	}

	.ctn-list .bg img:hover {
		-webkit-animation: tada 1s .2s ease both;
		-moz-animation: tada 1s .2s ease both;
	}
}

@media only screen and (max-width: 767px) {	
	.picBox,.picBox li{
		height: 20.5rem !important;
	}
	.listBox{
		overflow: inherit;
	}
	.intros>h2{
		height: auto;
		overflow: inherit !important;
	}
	.ctn-list>.fl .table-center {
		height: 160px;
	}
	.car-ctn h2 {
		font-size: 1.5rem;
	}
	.detail-ctn .ctn-list>.fl{width: 70%;}
	.specs>div{
		width: 100%;
	}
	.specs {
		/* display: none; */
		/* display: flex;
		flex-wrap: wrap;
		justify-content: space-between; */
		margin-top: 20px;
	}
	
}
