@charset "UTF-8";

body {
	background-color: #ffffff;
}

.container {
	overflow: hidden;
}

.describe {
	margin-top: 30px;
	overflow: hidden;
}

.describe-z {
	verflow: hidden;
}

.describe-z h3 {
	font-size: 18px;
	float: left;
	margin-right: 20px;
}

.describe-z p {
	width: 93%;
	float: left;
	line-height: 24px;
}

.reward {
	position: relative;
	float: right;
	width: 120px;
	height: 34px;
	margin-top: 20px;
	background-color: #e8902c;
	border-radius: 20px;
	color: #ffffff;
	border: none;
	outline: none;
	cursor: pointer;
}

.reward .five {
	width: 38px;
	height: 28px;
	line-height: 28px;
	font-size: 33px;
	color: #e8902c;
	position: absolute;
	left: 50%;
	top: -28px;
	margin-left: -19px;
	display: none;
}
/************** 面包屑 start *******************/
.top-box {
	padding-top: 50px;
	height: 60px;
}

.top-box .left-box {
	float: left;
	margin-top: 0;
}

.left-box a, .left-box strong {
	color: #696969;
	margin: 0 10px;
}

.left-box strong {
	font-size: 18px;
	display: inline-block;
	max-width: 400px;
	text-overflow: ellipsis;
	overflow: hidden;
	vertical-align: bottom;
}

.left-box a:hover {
	color: #54A2EA;
}

.left-box a:active .icon {
	color: #e8902c;
}

.top-box .right-box {
	float: right;
	font-size: 16px;
}

.right-box a {
	color: #696969;
	margin-left: 5px;
}

.right-box a:hover {
	color: #54A2EA;
}

.right-box a i.icon {
	margin-right: 10px;
	font-size: 20px;
	vertical-align: middle;
}

/************** 面包屑 end *******************/

/************** 图片预览 start *******************/
.img-look {
	height: 540px;
	overflow: hidden;
}

.img-look .img-s {
	float: left;
	padding-left: 20px;
	text-align: center;
}

.img-look .img-s i.icon {
	font-size: 25px;
	color: #a7a7a7;
	height: 20px;
	line-height: 20px;
}

.img-look .img-s i.icon:hover {
	color: #6cb8ff;
}

.img-look .div-ul {
	height: 486px;
	width: 120px;
	overflow: hidden;
	position: relative;
}

.img-look .img-s ul {
	position: absolute;
	top: 0;
}

.img-look .img-s li {
	width: 116px;
	height: 82px;
	overflow: hidden;
	margin-bottom: 14px;
	border: solid 2px transparent;
	cursor: pointer;
}

.img-look .img-s li.active {
	border: solid 2px #69b6ff;
	transition: 0.5s;
}

.img-look .img-s li img {
	/*  width: 100%;
    height: 100%; */
	
}

.img-look { .
	margin: 0 auto;
}

.img-look .img-l {
	width: 960px;
	height: 540px;
	overflow: hidden;
	float: right;
	position: relative;
}

.img-look .img-l img {
	margin: 0 auto;
}

.img-look .flip {
	position: absolute;
	bottom: 40px;
	right: 50px;
	font-size: 22px;
}

.img-look .flip i.icon {
	font-size: 22px;
}

/************** 图片预览 end *******************/

/************** 相似图片 start *******************/
.similar .title {
	margin-top: 60px;
	margin-bottom: 20px;
	font-size: 18px;
	border-bottom: solid 1px #adadad;
	padding-bottom: 10px;
}

.similar ul {
	width: 1250px;
	margin-bottom: 65px;
}

.similar li {
	width: 264px;
	height: 190px;
	float: left;
	margin-right: 48px;
	overflow: hidden;
}

.similar li:hover .hover-img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
}
/************** 相似图片 end *******************/

/************** 评论 start *******************/
.main-inner {
	width: 860px;
	padding-left: 10px;
	padding-right: 30px;
	background-color: #fff;
	margin-bottom: 34px;
	border-right: dashed 1px #c7c7c7;
	float: left;
}

.t-head {
	vertical-align: middle;
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #222;
	margin: 0 0 24px;
	border-bottom: 1px solid #e5e9ef;
	background-color: transparent;
	border-radius: 0;
	padding: 8px 0;
}

.comment-send {
	margin: 10px 0;
}

.comment-send .user-face {
	float: left;
	margin: 7px 0 0 5px;
	position: relative;
}

.comment-send .user-face .user-head {
	width: 48px;
	height: 48px;
	border-radius: 50%;
}

.comment-send .textarea-container {
	position: relative;
	margin-left: 85px;
	margin-right: 80px;
}

.comment-send .textarea-container textarea {
	font-size: 12px;
	display: inline-block;
	box-sizing: border-box;
	background-color: #f4f5f7;
	border: 1px solid #e5e9ef;
	overflow: auto;
	border-radius: 4px;
	color: #555;
	width: 100% !important;
	height: 65px;
	transition: 0s;
	padding: 5px 10px;
	line-height: normal;
}

.comment-send .comment-submit {
	width: 70px;
	height: 64px;
	position: absolute;
	right: -80px;
	top: 0;
	padding: 4px 15px;
	font-size: 14px;
	color: #fff;
	border-radius: 4px;
	text-align: center;
	min-width: 60px;
	vertical-align: top;
	cursor: pointer;
	background-color: #00a1d6;
	border: 1px solid #00a1d6;
	transition: .1s;
	user-select: none;
	outline: none;
}

.comment-send .comment-emoji {
	padding: 0;
	width: 66px;
	height: 24px;
	color: #99a2aa;
	border: 1px solid #e5e9ef;
	border-radius: 4px;
	position: relative;
	z-index: 101;
	font-size: 12px;
	text-align: center;
	line-height: 23px;
	margin-left: 86px;
	margin-top: 3px;
	cursor: pointer;
}

.comment-send .comment-emoji .face {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	width: 16px;
	height: 16px;
	margin-right: 5px;
}

.comment-list .list-item>.user-face {
	float: left;
	margin: 24px 0 0 5px;
	position: relative;
}

.main-inner a {
	outline: none;
	color: #00a1d6;
	text-decoration: none;
	cursor: pointer;
}

.comment-list .list-item .user-face img {
	width: 48px;
	height: 48px;
	border-radius: 50%;
}

.comment-list .list-item .con {
	position: relative;
	margin-left: 85px;
	padding: 22px 0 14px;
	border-top: 1px solid #e5e9ef;
}

.comment-list .list-item .user {
	font-size: 12px;
	font-weight: 700;
	line-height: 18px;
	padding-bottom: 4px;
	display: block;
	word-wrap: break-word;
}

.comment-list .list-item .user .name {
	color: #6d757a;
}

.comment-list .list-item .text {
	line-height: 20px;
	padding: 2px 0;
	font-size: 14px;
	text-shadow: none;
	overflow: hidden;
	word-wrap: break-word;
	word-break: break-all;
}

.comment-list .list-item .info {
	color: #99a2aa;
	line-height: 26px;
	font-size: 12px;
}

.comment-list .list-item .info>span {
	margin-right: 20px;
}

.comment-list .list-item .info .like {
	cursor: pointer;
}

.comment-list .list-item .info .like i {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 5px;
}

.comment-list .list-item .info .btn-hover {
	padding: 0 5px;
	border-radius: 4px;
	margin-right: 15px;
	cursor: pointer;
	display: inline-block;
	margin-left: 55px;
}

.btn-active, .comment-list .list-item .info .btn-hover:hover {
	color: #00a1d6;
	background: #e5e9ef;
}

.comment-list .list-item .reply-box .reply-item {
	padding: 10px 0;
}

.comment-list .list-item .reply-box .reply-item .reply-face {
	float: left;
	margin: 5px 0 0;
}

.comment-list .list-item .reply-box .reply-item .reply-face img {
	width: 24px;
	height: 24px;
	border-radius: 50%;
}

.comment-list .list-item .reply-box .reply-item .reply-con {
	margin-left: 34px;
}

.comment-list .list-item .user .text-con {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}

/************** 评论 end *******************/

/************** 广告 start *******************/
.advert {
	float: right;
}

.advert li {
	width: 290px;
	height: 180px;
	overflow: hidden;
	margin-bottom: 14px;
}

.advert li:hover .hover-img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
}
/************** 广告 end *******************/
.share-tool-bar {
	float: left;
	margin-right: 30px;
}

.share-tool-bar span {
	display: inline-block;
	vertical-align: top;
	padding: 7px;
}

.share-tool-bar a {
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	margin-right: 5px;
	width: 34px;
	height: 34px;
	background: url(../images/icon/share2.png);
}

.share-tool-bar a.bds_qq {
	background-position: 0 -44px;
}

.share-tool-bar a.bds_qzone {
	background-position: 0 -88px;
}

.share-tool-bar a.bds_wechat {
	background-position: 0 -132px;
}

.share-tool-bar a.bds_sina {
	background-position: 0 -176px;
}

.describe .author {
	float: left;
	margin-top: 20px;
	font-weight: bold;
	color: #6cb8ff;
	font-size: 16px;
}