/**
 * 作者:lianghaolv
 * QQ:1948712434
 * 时间:2020-09-24
 * 说明:本css文件为产品详情页面的样式文件。
 */

/* ********************************* */
.swiper-button-prev:after, .swiper-button-next:after{
	color: #3894FF;
}

/**********************************/


#main .position {
	text-align: left;
	font-size: 12px;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* ********************************* */
#product_info {
	padding: 30px;
	box-sizing: border-box;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
	margin-bottom: 20px;
}

/* left */
#product_info .left {
	width: 960px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

#product_info .img_box {
	width: 400px;
}


#product_info .cont_box {
	width: 500px;
	padding-right: 30px;
	box-sizing: border-box;
}

#product_info .cont_box h1 {
	font-size: 24px;
	font-weight: 400;
	line-height: 36px;
}

#product_info .cont_box>span {
	display: inline-block;
	font-size: 12px;
	margin-bottom: 14px;
}

#product_info .cont_box p {
	line-height: 24px;
	font-size: 16px;
	margin-bottom: 7px;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:5;
	overflow: hidden;
}

#product_info .cont_box a,
#product_info .cont_box .iphone {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: #3894FF;
	border-radius: 20px;
	font-size: 14px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 15px;
	
}
#product_info .cont_box a{position:relative}
#product_info .cont_box a:hover .wxtab{
    display: block;
}
.wxtab{
    display: none;
    position: absolute;
    z-index: 999;
    left: 0%;
    top: 100%;
    padding:10px 5px 5px ;
    
}
.wxtab>span{
    display: flex;
    width: 230px;
    align-items: center;
    justify-content: space-arround-bewteen;
    background: linear-gradient(67deg,#0169ca,#3894ff);
    border-radius: 5px;
}
.wxtab img{
   height: 80px;
   width:80px;
   padding: 10px 10px;
   border-right:2px solid rgba(255,255,255,0.25);
}
.wxtab>span>span{
    padding-left: 10px;
    color: rgba(255,255,255,0.8);
    line-height: 32px;
}

#product_info .cont_box .iphone {
	background-color: #fff;
	color: #101010;
	border: 1px solid #DCE0E7;
	margin-left: 15px;
}


/*轮播图*/
#product_info .img_box{
	width: 400px;
}


#product_info .img_box .gallery-top{
	height: 260px;
}

#product_info .img_box .gallery-thumbs{
	height: 120px;
}

#product_info .img_box .gallery-top .swiper-slide{
	width: 400px;
	height: 260px;
	background-size: cover;
}

#product_info .img_box .gallery-thumbs .swiper-slide{
	margin-top: 20px;
	width: 120px;
	height: 90px;
	background-size: cover;
}
/* right */
#product_info .right {
	width: 260px;
	border-left: 1px solid #C9C9C9;
	padding-left: 20px;
	box-sizing: border-box;
	text-align: center;
}

#product_info .right>p {
	color: #6F6F6F;
	font-size: 14px;
	border-bottom: 1px dotted #BBBBBB;
	margin-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}

#product_info .right img {
	width: 150px;
	height: 150px;
	margin-top: 15px;
}

#product_info .right>p:last-child {
	border-bottom: 0;
	text-align: justify;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    padding-bottom: 0;
}


/* /**********相关产品推荐******* */
#relevant {
	box-sizing: border-box;
	padding: 20px 0;
	margin-bottom: 20px;
}

#relevant .swiper-container {
	width: 100%;
	height: 200px;
	box-sizing: border-box;
	padding: 20px 45px;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
}


#relevant img {
	min-width:195px;
	min-height: 130px;
	width: 195px;
	height: 130px;
}

#relevant h2{
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#relevant h2 strong{
	display: inline-block;
	border-bottom: 3px solid #0169CA;
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: 400;
	
}

#relevant h2 strong:after{
	display: inline-block;
    content: "";
    vertical-align: middle;
    margin-left: 5px;
    width: 45px;
    height: 17px;
    background-image: url(/template/khw/img/title_logo_1.png);
    background-repeat: no-repeat;
    background-size: cover;
}

#relevant .swiper-slide{
	text-align: center;
}

#relevant .swiper-slide p{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	padding: 0 15px;
	margin-top: 10px;
}

#relevant .swiper-button-next,#relevant .swiper-button-prev{
	width: 50px;
	right: 0;
	top: 20px;
	height: 200px;
	background-color: #fff;
}

#relevant .swiper-button-prev{
	left: 0;
}

.swiper-button-prev{
	left: 5px;
}
.swiper-button-next{
	right: 5px;
}

.swiper-button-prev:after,.swiper-button-next:after{
	font-size: 20px;
}

/* ************正文*********** */
#txt_box {

	margin-top: 50px;
	margin-bottom: 50px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

#txt_box .left {
	width: 850px;
	padding: 30px;
	box-sizing: border-box;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
}

#txt_box .left img {
	min-height: 225px;
	max-width: 100%;
}

#txt_box .left h2,#txt_box .left h3 {
	position: relative;
	font-size: 20px;
	margin-bottom: 10px;
	box-sizing: border-box;
	padding-left: 25px;
}

#txt_box .left h2::before,#txt_box .left h3::before{
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 8px;
	content: "";
	background-image: url('/template/khw/img/css_sprites_2.png');
	background-repeat: no-repeat;
	background-position: -53px -115px;
}

#txt_box .left h3::before{
	background-position: -85px -115px;
}

#txt_box .left ol,#txt_box .left ul{
	padding-left: 50px;
}

#txt_box .left ol li{
	list-style-type: decimal;
}

#txt_box .left ol li::marker{
	font-size: 14px;
}

#txt_box .left ul li{
	position:relative;
}

#txt_box .left ul li::before{
	position: absolute;
	left: -15px;
    top: 11px;
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #0169CA;
}

blockquote {
	padding: 20px;
	background-color: #F5F5F5;
	margin: 15px 0;
}

#txt_box .left p {
	font-size: 16px;
	line-height: 28px;
	text-align: justify;
}

#txt_box .left .buttom_imgs {
	text-align: center;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#txt_box .left .buttom_imgs img{
	width: 600px;
}




#txt_box .right {
	width: 380px;
}


#column,#right_ready {
	margin-bottom: 20px;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
}

#column h2,#right_ready h2 {
	padding-bottom: 7px;
	border-bottom: 3px solid #BBBBBB;
}

#column h2 strong,#right_ready h2 strong{
	border-bottom: 3px solid #0169CA;
	padding-bottom: 7px;
	font-size: 18px;
}

#column li span {
	display: inline-block;
	width: 32px;
	height: 32px;
	background-color: #F5F5F5;
	border-radius: 50%;
	background-image: url(/template/khw/img/css_sprites_2.png);
	background-position: -115px -10px;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-right: 5px;
}

#column li:nth-child(2) span {
	background-position: -63px -10px;
}

#column li:nth-child(3) span {
	background-position: -9px -64px;
}

#column li:nth-child(4) span {
	background-position: -63px -63px;
}

#column li:nth-child(5) span {
	background-position: -9px -9px;
}

#column li a {
	margin-top: 5px;
}

#column li {
	margin-top: 15px;
}


/* 热门阅读 */
#right_ready li {
	margin-top: 20px;
	position: relative;
}

#right_ready .cont {
	position: absolute;
	right: 0;
	top: 0;
	width: 240px;
	height: 60px;
}

#right_ready img {
	max-width: 90px;
	min-height: 60px;
	width: 90px;
	height: 60px;
}

#right_ready li h3 {
	font-size: 14px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-weight: 400;
}

#right_ready li .mark {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #999999;
	font-size: 12px;
}