@charset "UTF-8";

body {
	background-color: #ffffff;
}

.test-top {
	margin-top: 10px;
}

.test-top .test-top-lf {
	width: 676px;
	height: 350px;
	float: left;
	overflow: hidden;
	position: relative;
}

.test-top .test-top-rt {
	width: 524px;
	float: right;
}

.test-top .test-top-rt li {
	width: 252px;
	height: 170px;
	overflow: hidden;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	position: relative;
}

.test-top .top-title {
	position: absolute;
	width: 100%;
	text-align: center;
	line-height: 72px;
	color: #ffffff;
	font-size: 24px;
	bottom: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.test-top .test-top-rt li .top-title {
	font-size: 18px;
	line-height: 50px;
}

.test-top-lf:hover .top-title, .test-top-rt li:hover .top-title {
	background-color: #4a8bc8;
	opacity: 0.9;
	filter: alpha(opacity = 90);
}

.test-top .test-top-lf:hover .hover-img, .test-top .test-top-rt li:hover .hover-img
	{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.test-bottom .test-title {
	border-bottom: solid 1px #bababa;
	margin-top: 60px;
	margin-bottom: 34px;
}

.test-bottom .test-title a {
	border-bottom: solid 3px #69b6ff;
	font-size: 30px;
	color: #696969;
	line-height: 54px;
	padding-bottom: 5px;
}

.test-select select {
	width: 160px;
	height: 38px;
	border: solid 1px #cecece;
	color: #696969;
	margin-right: 25px;
	border-radius: 5px;
}

.test-select select:hover {
	/*color: #69b6ff;*/
	border-color: #69b6ff;
}

.detail>li {
	margin-top: 75px;
}

.detail-lf {
	position: relative;
	float: left;
}

.detail-lf .detail-lf-img {
	width: 368px;
	height: 284px;
	background-color: #e8e8e8;
	overflow: hidden;
	border-radius: 5px;
}

.detail-lf .detail-lf-bg {
	width: 77px;
	height: 96px;
	text-align: center;
	background: url("../images/test/test-bg.png") no-repeat;
	position: absolute;
	left: -4px;
	top: -14px;
}

.detail-lf .detail-lf-bg img {
	margin: 19px 0 8px;
}

.detail-md {
	float: left;
}

.detail-md>a {
	display: block;
	width: 222px;
	height: 117px;
	padding: 10px 20px;
	overflow: hidden;
	margin-left: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
}

.detail-md>.merit {
	background-color: #96deff;
}

.detail-md>.defect {
	background-color: #f5f5f5;
	margin-bottom: 0;
}

.detail-md>a h3 {
	font-size: 18px;
	color: #696969;
	text-align: center;
}

.detail-md>a p {
	line-height: 18px;
	margin-top: 15px;
}

/* .detail-md > div {
    width: 222px;
    height: 117px;
    padding: 10px 20px;
    overflow: hidden;
    margin-left: 10px;
    margin-bottom: 10px;
}

.detail-md > div.merit {
    background-color: #96deff;
}

.detail-md > div.defect {
    background-color: #f5f5f5;
    margin-bottom: 0;
}

.detail-md > div h3 {
    font-size: 18px;
    color: #696969;
    text-align: center;
}

.detail-md > div p {
    line-height: 18px;
    margin-top: 15px;
}
 */
.detail-rt {
	width: 520px;
	float: right;
}

.detail-rt-tp {
	height: 125px;
	border-bottom: solid 1px #cccccc;
	margin-bottom: 20px;
}

.detail-rt-tp .detail-test {
	width: 250px;
	float: left;
}

.detail-rt-tp .detail-test-title {
	height: 52px;
	overflow: hidden;
	font-size: 20px;
	line-height: 26px;
}

.detail-rt-tp .detail-writer {
	margin: 11px 0;
}

.detail-rt-tp .detail-writer span:first-child {
	display: inline-block;
	width: 165px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.detail-rt-tp .detail-writer .icon {
	color: #69b6ff;
	margin-left: 10px;
	margin-right: 15px;
}

.detail-rt-tp .score-title {
	width: 34px;
	height: 108px;
	padding-top: 8px;
	text-align: center;
	background-color: #72a6f3;
	font-size: 18px;
	color: #ffffff;
	float: left;
	margin: 0 55px;
}

.detail-rt-tp .circle {
	width: 102px;
	height: 102px;
	position: relative;
	border-radius: 50%;
	background-color: #f47c4d;
	float: right;
	margin-top: 5px;
	margin-right: 15px;
}

.detail-rt-tp .clip_left, .clip_right {
	width: 102px;
	height: 102px;
	position: absolute;
	top: 0;
	left: 0;
}

.detail-rt-tp .circle_left, .circle_right {
	width: 102px;
	height: 102px;
	position: absolute;
	border-radius: 50%;
	top: 0;
	left: 0;
	background-color: #ffefe8;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
}

.detail-rt-tp .circle_right, .clip_right {
	clip: rect(0, auto, auto, 51px);
}

.detail-rt-tp .circle_left, .clip_left {
	clip: rect(0, 51px, auto, 0);
}

/*当top和left取值为auto时，相当于0。当bottom和right取值为auto时，相当于100%*/
.detail-rt-tp .mask {
	width: 88px;
	height: 88px;
	border-radius: 50%;
	left: 7px;
	top: 7px;
	background-color: #ffffff;
	position: absolute;
	text-align: center;
	line-height: 87px;
	font-size: 18px;
}

.d-item {
	line-height: 37px;
}

.d-item .item-t {
	float: left;
	margin-right: 40px;
}

.d-item .bar {
	position: relative;
	width: 282px;
	padding: 15px 0;
	float: left;
	margin-right: 55px;
}

.d-item .item-l {
	height: 7px;
	background-color: #f4f4f4;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.d-item .item-l span {
	display: block;
	height: 7px;
	background-color: #69b6ff;
	width: 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.d-item.green .item-l span {
	background-color: #3aefad;
}

.d-item.orange .item-l span {
	background-color: #ee6934;
}

.d-item.gray-blue .item-l span {
	background-color: #307ea6;
}

.d-item .item-l i {
	display: block;
	width: 36px;
	height: 36px;
	background: url("../images/test/test-y.png") no-repeat;
	position: absolute;
	left: 0;
	top: 50%;
	margin-left: -18px;
	margin-top: -18px;
}

.d-item .num em {
	font-style: normal;
	color: #69b6ff;
	opacity: 0.8;
}

.d-item.green .num em {
	font-style: normal;
	color: #3aefad;
}

.d-item.orange .num em {
	font-style: normal;
	color: #ee6934;
}

.d-item.gray-blue .num em {
	font-style: normal;
	color: #307ea6;
}

/********************* 评测-详情 start *********************/
.test-main, .main-inner {
	width: 848px;
	padding: 30px 69px;
	background-color: #fff;
	border: solid 1px #d6d6d6;
	margin-bottom: 34px;
	border-radius: 5px;
}

.nav-bar {
	margin: 35px 0;
}

.nav-bar a {
	color: #696969;
	padding: 0 3px;
}

.nav-bar a:hover {
	color: #53acff;
}

.head_tail .title {
	font-size: 24px;
}

.head_tail .title img {
	width: 50px;
	margin-right: 40px;
}

.head_tail .tail_detail {
	font-size: 16px;
	padding-bottom: 5px;
	margin-top: 25px;
	border-bottom: 1px solid #cccccc;
	color: #9d9d9d;
	overflow: hidden;
}

.head_tail .tail_detail .fl-left span {
	margin-right: 50px;
}

.head_tail .tail_detail .fl-right span {
	margin-left: 80px;
}

.test-icon {
	display: inline-block;
	width: 40px;
	height: 33px;
	background: url("../images/test/test-icon1.png") no-repeat;
	vertical-align: middle;
}

.test-icon.neishi {
	background-position: 0 -45px;
}

.test-icon.dongli {
	background-position: 0 -90px;
}

.test-icon.xijie {
	background-position: 0 -136px;
}

.test-icon.jieguo {
	background-position: 0 -182px;
}

.test-icon.zongjie {
	background-position: 0 -228px;
}

.list-ul li .list-title {
	font-size: 18px;
	color: #494949;
	margin-top: 40px;
	margin-bottom: 30px;
}

.list-ul li .list-title .test-icon {
	margin-right: 45px;
}

.list-ul li .list-title .line {
	float: right;
	display: inline-block;
	width: 645px;
	height: 18px;
	border-bottom: dashed 1px #e0e0e0;
}

.list-ul li .p-text {
	line-height: 30px;
	text-indent: 2em;
}

.list-ul li img {
	max-width: 100%;
	height: auto;
	margin-top: 50px;
}

.list-ul li .zonghe .detail-rt {
	width: 555px;
}

.share-tool-bar {
	height: 34px;
	margin-top: 100px;
	margin-bottom: 50px;
	position: relative;
}

.share-tool-bar span {
	display: inline-block;
	vertical-align: top;
	padding: 7px 13px;
}

.share-tool-bar a {
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	margin-right: 10px;
	width: 34px;
	height: 34px;
	background: url(../images/icon/share2.png);
}

a.bds_qq {
	background-position: 0 -44px;
}

a.bds_qzone {
	background-position: 0 -88px;
}

a.bds_wechat {
	background-position: 0 -132px;
}

a.bds_sina {
	background-position: 0 -176px;
}

.share-tool-bar .fav_btn {
	background-color: #4fc277;
	color: #fff;
	margin-left: 30px;
	border-radius: 3px;
}

.share-tool-bar .reward {
	position: relative;
	float: right;
	width: 128px;
	height: 28px;
	background-color: #e8902c;
	border-radius: 5px;
	color: #ffffff;
	border: none;
	outline: none;
	cursor: pointer;
}

.share-tool-bar .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;
}

.test-side {
	position: absolute;
	top: 150px;
	left: 50%;
	margin-left: 400px;
}

.test-side li {
	width: 60px;
	height: 70px;
	background-color: #dadada;
	text-align: center;
	margin-bottom: 8px;
	font-size: 12px;
	cursor: pointer;
	border-radius: 5px;
}

.test-side li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #696969;
}

.test-icon.dingbu {
	background-position: 0 -272px;
}

.test-side li .test-icon {
	margin: 7px 0;
}

.test-side li:hover {
	background-color: #69b6ff;
}

.test-side li:hover a {
	color: #ffffff;
}

.test-side li:hover .test-icon {
	background-image: url("../images/test/test-icon2.png");
}

.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  img {
	border: none;
	vertical-align: middle;
}

.comment-send .textarea-container {
	position: relative;
	margin-left: 85px;
	margin-right: 80px;
}

.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 .textarea-container textarea:focus {
	background-color: #fff;
	border-color: #00a1d6;
}

textarea {
	outline: none;
	resize: none;
}

input, textarea {
	font: 12px 'Helvetica Neue', Helvetica, Arial, 'Microsoft Yahei',
		'Hiragino Sans GB', 'Heiti SC', 'WenQuanYi Micro Hei', sans-serif;
}

.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-send .comment-emoji:hover {
	color: #6d757a;
}

.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;
}

.main-inner img {
	border: none;
	vertical-align: middle;
}

.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 .text-con {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}

.comment-list .list-item .user .name {
	color: #6d757a;
}

.comment-list .list-item .user .level {
	display: inline-block;
	width: 19px;
	height: 9px;
	vertical-align: middle;
	margin: 0 8px;
	/* background: url(../../dist/images/icons-comment.png) no-repeat;*/
}

.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 .hate {
	cursor: pointer;
	margin-right: 15px;
}

.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 .info .operation .spot {
	width: 18px;
	height: 18px;
	cursor: pointer;
	background:
		url(https://static.hdslb.com/phoenix/dist/images/icons-comment.png)
		no-repeat;
	background-position: -151px -280px;
}

.comment-list .list-item .info .like i {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 5px;
}

.comment-list .list-item .info .like .active {
	color: #00a1d6;
}

.comment-list .list-item .info .operation .opera-list {
	display: none;
	position: absolute;
	width: 100px;
	right: 0;
	top: 20px;
	z-index: 10;
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	border-radius: 4px;
	color: #222;
	font-size: 14px;
	padding: 10px 0;
}

.comment-list .list-item .info .operation .opera-list li {
	padding: 0 15px;
	cursor: pointer;
	height: 36px;
	line-height: 36px;
	transition: all .3s;
}

.comment-list .list-item .reply-box .reply-item {
	padding: 10px 0;
}

.comment-list .list-item .reply-box .reply-item .reply-con {
	margin-left: 34px;
}

.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-face {
	float: left;
	margin: 5px 0 0;
}

.comment-list .list-item .reply-box .view-more {
	font-size: 12px;
	color: #6d757a;
}

.comment-list .list-item .reply-box .view-more .btn-more {
	padding: 2px 3px;
	border-radius: 4px;
}

.comment-list .list-item .reply-box .view-more .btn-more:hover {
	background: #e5e9ef;
	color: #00a1d6;
}

.comment-list .list-item .info .operation {
	position: relative;
	width: 18px;
	float: right;
	margin-top: 5px;
	margin-right: 0;
}

.comment-list .list-item .info .operation .spot:hover {
	background-position: -216px -280px;
}

.comment-list .list-item .info .operation .opera-list li:hover {
	background: #e5e9ef;
	color: #00a1d6;
}

.comment-send .comment-submit:hover {
	background-color: #00b5e5;
	border-color: #00b5e5;
}

.comment-send .textarea-container:hover textarea {
	background-color: #fff;
	border-color: #00a1d6;
}
/********************* 评测-详情 end *********************/