.details-boxs{
	width: 100%;
	margin: 0 auto;
    min-width: 1024px;
    max-width: 1190px;
}

/*左部分*/

.details-left{
	width: 60%;
	display: inline-block;
	margin-bottom: 50px;
}
.details-name{
	font-size: 16px;
	margin-top: 60px;
	margin-bottom: 20px;
	text-align: center;
}
.details-date{
	font-size: 12px;
	text-align: center;
	margin-bottom: 20px;
	color: #899099;
}
.details-content{
	width: 100%;
}
.details-boxs .yn-member-main {
	width: 100%;
	margin: 0 auto;
	/*text-align: center;*/
}
.details-share{
	height: 60px;
	width: 100%;
	display: flex;
	align-items: center;
	margin: 0 auto;
	justify-content: space-between;
	margin-bottom: 20px;
}
.details-share .d_share{
	color: #899099;
	font-size: 26px;
	margin-right: 5px;
}
.details-share span{
	font-size: 14px;
	color: #899099;
}
.details-share .d_text{
	font-size: 18px;
	margin-right: 5px;
}
.details-share .d_star{
	font-size: 32px;
	color: #899099;
}
.details-share .d_download{
	display: inline-block;
    width: 28px;
    height: 28px;
    background: url(../icon/download-icon.png) 100% 100% no-repeat;
    background-size: 100%;
    margin-right: 5px;
}
.details-login_comment{ 
	width: 85%;
    margin: 0 auto;
}
.details-login_comment .d_login{
	outline:none;
	height: 30px;
    width: 60px;
	border: 1px solid #14A6EB;
	border-radius: 6px;
	line-height: 0;
	box-sizing: border-box;
	margin-bottom: 10px;
	color: #14A6EB;
	font-size: 13px;
	cursor: pointer;
}
.details-login_comment .d_textarea{
	outline:none;
	resize: none;
	height: 120px;
	width: 100%;
	border: 1px solid #bfbfbf; 
	box-sizing: border-box;
	border-radius: 6px;
	word-break:break-all;
	padding-bottom: 70px;
    padding-left: 15px;
    font-size: 13px;
    word-wrap:break-word; word-break:break-all;
    margin-bottom: 10px;
}
.details-login_comment .d_comment{
	outline:none;
	height: 30px;
    width: 60px;
	background: #14A6EB;
	border-radius: 6px;
	line-height: 0;
	box-sizing: border-box;
	margin-bottom: 40px;
	color: #fff;
	font-size: 13px;
	cursor: pointer;
	float: right;

}
/*右部分*/

.details-right{
	width: 300px;
	float: right;
	display: inline-block;
}
.details-right form{
	margin-top: 135px;
}
.details-right form input{
	width: 100%;
	height: 45px;
	box-sizing: border-box;
	padding-left: 10px;
	margin-bottom: 40px;
	margin-top: 7px;
}
.details-right h1{
	font-size: 15px;
	margin-bottom: 18px;
}
.details-right ul{
	/* width: 90%; */
	background: #f7f7f7;
	padding: 5px 10px;
}
.details-right ul p{
	font-size: 12px;
	width: 85%;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.details-right ul p a{
	white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 10px;
}
.details-pdf li{
	line-height: 20px;
	-webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 35px;
}
.details-pdf li a{
	color: #899099;
}
.details-pdf li a:hover{
	color: #14A6EB;
}
.details-video{
	margin-bottom: 18px;
}
.details-video p{
	margin-bottom: 5px;
}
/*.details-video ul {
	padding: 5px;
}*/


.details-video li a:hover{
	color: #14A6EB;
}
.details-video li div:nth-child(1){ 
	width: 30%;
	height: 60px;
	/*background: yellow;*/
	display: inline-block;
	cursor: pointer;
}
.details-video li div:nth-child(2){
	width: 66%;
	height: 50px;
	float: right;
	-webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.details-video li div:nth-child(2) a{
	white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 10px;
}
.details-watch{
	margin-bottom: 30px;
}
.details-watch li{
	-webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 35px;
    display: flex;
    align-items: center;
}
.details-watch li div{
	height: 30px;
	width: 15%;
	display: flex;
    align-items: center;
	cursor: pointer;
}
.details-watch li div i{
	color: #899099;
}
.details-watch li a{
	color: #899099;
}
.details-watch li a:hover{
	color: #14A6EB;
}
.details-watch .div-eye {
    color: #899099;
}
.details-watch .d_share {
    padding-right: 6px;
}

/*底部*/

.details-bottom{
	width: 100%;
	margin-top: 30px;
}

.details-bottom li div{
	width: 100%;
	margin-left: 10px;
	margin-bottom: 15px;
    /*min-width: 1024px;
    max-width: 1190px;*/
}
.headportrait {
	width: 50px;height: 50px; border-radius: 25px; background-color: yellow;float: left;
}
.details-bottom li .com {
	width: 90%;
}
.commentinfo {
	border-bottom: 1px solid #bfbfbf; margin-bottom: 5px;padding-bottom: 15px;
}
.uname {
	font-size: 15px;color: #8B8A90;
}
.utime {
	color: #B1B5B8;
}
.commentcon  {
	font-size: 13px;color: #646464;margin-top: 7px;	
}


.details-bottom li div p:nth-child(1){
	font-size: 16px;
	color: #14A6EB;
	line-height: 45px;
	margin-top: 10px;
}
.details-bottom li div p:nth-child(2){
	font-size: 15px;
	margin-left: 10%;
	line-height: 45px;
}
.details-bottom li div p:nth-child(3){
	font-size: 12px;
	color: #899099;
	line-height: 45px;
	/*width: 66%;*/
    text-align: right
}

/*质保查询默认显示*/
#link_active{
	width: 261px;
    height: 157px;
    background: #14A6EB;
    border-radius: 10px;
    border-color: #14A6EB;
    z-index: 200;
	top: 61px;
    right: 205px;
}
#link_active a p{
	font-size: 18px;
	font-weight: 700;
}

#link_active a span{
	font-size: 14px;
}

#swiper_button-prev{
	height: 100%;
	width: 300px;
    top: 22px;
    background-position-x: 50px;
}
#swiper_button-next{
	height: 100%;
	width: 300px;
    top: 22px;
    background-position-x: 220px;
}

#on-btn_top{
	position: fixed;
	bottom: 31px;
    right: 12px;
    width: 63px;
    height: 60px;
    border-radius: 5px;
    margin: 5px 10px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    background: url(../img/arrtop.png) #2F5A8B no-repeat center;
    background-position-y: -2px;
    background-size: 80% 80%;
    padding-bottom: 3px;
    line-height: 103px;
    display: none;
}

/*#h_cart{*/
	/*background: none;*/
    /*display: inline-block;*/
    /*width: 50px;*/
    /*height: 24px;*/
    /*margin-bottom: 0;*/
    /*position: absolute;*/
    /*top: 73px;*/
    /*right: -12px;*/
    /*font-size: 12px;*/
    /*line-height: 0;*/
    /*color: red;*/
    /*text-align: center;*/
/*}*/

.details-article {
	background: #f7f7f7;
	padding: 5px 10px;

}
.details-article ul{
	padding-left: 16px;
	list-style: disc;  
}
.yn-search{
	padding-bottom: 18px;
	display:flex;  
    display: -webkit-flex; 
}
.yn-search input {
  -webkit-flex: 3;  
  flex: 3; 
  background: #ffffff;
  border-radius: 2px ;
  border-right: none;
  padding-right: 0;
  padding-left: 10px;
}
.yn-search button {
  display: inline-block;
  height: 36px;
  border: none;
  color: #fff;
  background: #14A6EB;
  -webkit-flex: 1;  
  flex: 1; 
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-left: -3px;
}
.ellipsis-one{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.u-watch .icon-eye{
	padding-right: 6px;
}
.yn-iknows-main div{
    display: block;
    height: auto;
}
.yn-iknows-main div p img{
    width: auto;
    max-width: 100%;
    margin: 10px auto;
}