*{margin:0;padding:0;font-family:Microsoft Yahei;outline: none;}
body{background: #666;}
.white{background: #fff;}

.topic-container .operation-icon-container .operation-icon   div ,
.topic-container .comment-container .content-container .icon-container .emoji
{
	background: url(/images/icons.png) no-repeat -999px -999px;
}
input[type=text]::-ms-clear {
	display: none
}
.main-search-container {
	position:absolute;
	left:10px;
	top:10px;
	right:10px;
	height: 40px;
	display: flex;
}
.main-search-container .searchbox, .main-search-container .searchbox-user{
	width: 80%;
	padding: 5px 10px 5px 65px;
	background: #fff;
	float:left;
	box-sizing: border-box;
	border-radius: 8px 0 0 8px;
	position: relative
}
.main-search-container .searchbox .essence{
	position: absolute;
    right: 8px;
    top: 8px;
    font-size: 12px;
    border: 1px solid #999;
    padding: 3px;
    cursor: pointer;
}
.main-search-container .searchbox .essence_focus{
	border: 1px solid #007ad4;
    background: #007ad4;
    color: #fff;
}
 .main-search-container .searchbox-user{
	border-radius: 8px;
}
.main-search-container .searchbox-user{
	width: 100%;
}
.main-search-container .searchbox .search, .main-search-container .searchbox-user .search{
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	border: 0;
	outline:none;
}
.main-search-container .gotosearch{
	width: 20%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	border: 0;
	float:left;
	cursor:pointer;
	background-color: #007ad4;
    border-radius: 0 8px 8px 0;
    color: #fff;
    letter-spacing: 5px;
	text-align:center;
}
.main-search-container .tabs-container{
	flex: 1;
}
.main-search-container .main-collect{
	width: 40px;
	height: 40px;
	background: url(/images/collect-new.png) no-repeat 0 100%;
	cursor: pointer;
	margin-left: 10px;
}
.main-search-container .main-collect-focus{
	background-position: 0 0;
}
.main-content-container {
	position:absolute;
	left:10px;
	top:60px;
	right:10px;
	bottom: 50px;
	overflow:auto;
	padding-right: 10px;
	-webkit-overflow-scrolling:touch;
}
.masker{
	position:absolute;
	left:10px;
	top:10px;
	right:10px;
	bottom: 0;
	background: rgb(255, 255, 255) url(/yevon/images/cover.jpg) no-repeat center center;
	text-align:center;
	line-height: 200px;
	z-index: 99;
}
.emptydata{
	text-align:center;
	margin-top: 80px;
}
.topic-container,
.topic-fine
{
	background: #fff url(/images/part.jpg) no-repeat;
	padding:10px;
	margin-bottom: 10px;
	border-radius: 8px;
	position: relative;
}
.topic-container-white{
	background: #fff;
}
.topic-container-white .avatar{
	display:none;
}
.topic-container .jinghua{
	display: none;
}
.topic-fine .jinghua{
	position: absolute;
    top: 5px;
    right: 5px;
    background-size: contain;
    text-align: right;
    line-height: 1;
    color: #fff4ea;
    padding: 3px;
    border-radius: 100%;
    font-size: 12px;
	display: block;
}
.topic-container .tag-container {
	padding-left: 46px;
	padding-right: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 10px 0 -6px
}
.topic-container .tag-container .tag {
	cursor: pointer;
	font-size: 12px;
	color: #16b998;
	background: rgba(65,183,140,.05);
	border: 1px solid rgba(65,183,140,.2);
	border-radius: 2px;
	margin-right: 6px;
	margin-bottom: 6px;
	padding: 2px 4px
}
.topic-container .operation-icon-container {
	padding-left: 46px;
	padding-right: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 15px 0
}
.topic-container .operation-icon-container .operation-icon {
	display: flex;
	line-height: 26px;
}
.topic-container .operation-icon-container .operation-icon   div {
	width: 26px;
	height: 26px;
	margin-right: 10px;
	cursor: pointer
}
.topic-container .operation-icon-container .operation-icon .like {
	background-position: 0 0;
}
.topic-container .operation-icon-container .operation-icon .like-focus
{
	background-position: -0 -40px
}
.topic-container .operation-icon-container .operation-icon .comment {
	background-position: -49px 0;
}
.topic-container .operation-icon-container .operation-icon .comment-focus
{
	background-position: -49px -40px;
}
.topic-container .operation-icon-container .operation-icon .collect {
	background: url(/images/collect-new.png) no-repeat 0 100%;
    background-size: 26px;
}
.topic-container .operation-icon-container .operation-icon .collect-focus {
	background-position: 0 0;
}
.topic-container .operation-icon-container .operation-icon .collect-focus-text,
.topic-container .operation-icon-container .operation-icon .collect-default-text{
	margin-right: 10px;
}
.topic-container .operation-icon-container .operation-icon .download {
	background: url(/images/download.png) no-repeat 0 0;
    background-size: 26px;
}
.topic-container .operation-icon-container .operation-icon .download-focus {
	/* background-position: 0 100%; */
}
.topic-container .operation-icon-container .operation-icon .combined_like_num,
.topic-container .operation-icon-container .operation-icon .combined_comment_num {
	padding-right: 10px;
	color: #666;
}

.topic-container .like-container {
	padding-left: 46px;
	padding-right: 20px;
	display: flex;
	align-items: center;
	margin-bottom: 12px;
	position: relative
}

.topic-container .like-container .like-user {
	font-size: 14px;
	color: #567895
}
.topic-container .like-container .like-user .name {
	display: inline;
	word-wrap: break-word;
	line-height: 20px
}
.topic-container .like-container .like-user .name .eachLike.owner-light   :first-child {
	color: #fda956
}
.topic-container .like-container .like-user .name .eachLike.guest-light   :first-child {
	color: #d28057
}
.topic-container .like-container .like-user .name .eachLike.user-light   :first-child {
	color: #16b998
}
.topic-container .like-container .like-user .text {
	height: 20px;
	line-height: 20px;
	color: #8b8e9d
}
.topic-container .horizontal-line {
	border-bottom: 1px solid rgba(0,0,0,.05);
	margin-left: 46px;
	margin-right: 20px;
	margin-top: 12px
}
.topic-container .comment-container {
	margin-top: 12px;
	padding-left: 46px;
	padding-right: 20px;
	display: flex
}
.topic-container .comment-container .content-container {
	display: flex;
	border: 1px solid #16b998;
	padding-top: .5px
}
.topic-container .comment-container .content-container .text-area-wrapper {
	width: 360px;
	overflow: hidden
}
.topic-container .comment-container .content-container .text-area-wrapper .text-area {
	position: relative;
	top: 3px;
	box-sizing: content-box;
	height: 23px;
	line-height: 23px;
	width: calc(100% - 17px);
	outline: 0;
	resize: none;
	border: none;
	border-radius: 2px;
	padding: 0 17px 0 10px;
	font-size: 14px;
	margin: 0
}
.topic-container .comment-container .content-container .icon-container {
	height: 23px;
	width: 70px;
	margin-top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	top: 3px
}
.topic-container .comment-container .content-container .icon-container .emoji {
	width: 18px;
	height: 18px;
	margin: 0 10px;
	background-position: -333px -308px;
	cursor: pointer
}
.topic-container .comment-container .submit-btn {
	margin-left: 12px;
	height: 30px;
	line-height: 30px;
	width: 50px;
	background: #16b998;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
	border-radius: 2px;
	text-align: center;
	font-size: 15px;
	color: #fff
}
.topic-container .moreComment {
	padding: 20px 0 10px;
	text-align: center;
	color: #567895
}
.topic-container .moreComment:hover {
	cursor: pointer
}
.header-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 20px 10px 6px
}
.header-container .author {
	display: flex;
	align-items: center;
	height: 36px;
	position: relative
}
.header-container .author .avatar {
	position: absolute;
	top: 0;
	left: 0;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	background-color: #f5f6f7
}
.header-container .author .info {
	margin-left: 42px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}
.header-container .author .info .role {
	height: 20px;
	line-height: 20px
}
.header-container .author .info .owner, .header-container .author .info .partner {
	color: #fda956
}
.header-container .author .info .guest {
	color: #d28057
}
.header-container .author .info .self {
	color: #16b998
}
.header-container .author .info .member {
	color: #567895
}
.header-container .author .info .date {
	font-size: 12px;
	color: #c5c6cb
}
.answer-content-container {
	padding-left: 46px;
	padding-right: 0;
	line-height: 24px;
	color: #2f3034
}
.answer-content-container .question {
	margin-bottom: 15px
}
.answer-content-container .question .content {
	border-left: 4px solid #dcdcdc;
	padding-left: 10px;
	color: #007ad4;
	line-height: 21px;
	word-wrap: break-word;
}
.answer-content-container .question  .content .question-contain {
	word-wrap: break-word;
	white-space: pre-wrap;
    word-break: break-all;
}
.answer-content-container .question .question-owner {
	display: inline;
	margin-right: 6px
}
.answer-content-container .question .question-owner   span {
	margin-right: 4px
}
.answer-content-container .question .question-owner-images {
	padding-top: 10px;
}
.answer-content-container .question .question-owner-images img
, .answer-content-container .talk-contain img{
	box-shadow: 1px 1px 5px 0px #000;
	max-width: 100%;
}

.answer-content-container .answer {
	line-height: 21px;
	word-wrap: break-word;
	color:#81b703;
	color:#ff3f08;
	white-space: pre-wrap;
    word-break: break-all;
}
.answer-content-container .answerTry {
	position: relative;
    height: 21px;
    overflow: hidden;
}
.answer-content-container .answerTry::before {
	content:'\0020';
	position: absolute;
    background-image: linear-gradient(0, white, rgba(255, 255, 255, .6));
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.answer-content-container .talk {
	margin-bottom: 15px
}
.answer-content-container .talk .talk-contain{
	color: #333;
	word-wrap: break-word;
	white-space: pre-wrap;
    word-break: break-all;
}
.comment-item-container {
	margin-top: 12px;
	padding-left: 46px;
	padding-right: 20px
}
.comment-item-container .comment-image {
    background-position: -357px -574px;
    padding-left: 16px;
    height: 16px;
    color: #567895;
    display: inline-block;
    vertical-align: middle;
}
.comment-item-container .comment-image-view {
	color: #567895;
	cursor:pointer;
}
.comment-item-container .comment-image-jq {
	position: relative;
	padding-left: 20px;
	line-height: 20px;
}
.comment-item-container .comment-image-jq img{
	position: absolute;
	left: 0;
	top: 0;
}
.comment-item-container .text {
	line-height: 20px;
	color: #5a5c66;
	word-wrap: break-word;
	white-space: pre-wrap;
}
.comment-item-container .text .comment, .comment-item-container .text .refer {
	color: #567895
}
.comment-item-container .text .image {
	cursor: pointer;
	margin-left: 4px;
	color: #567895
}
.comment-item-container .text .current-user-light {
	color: #16b998
}
.comment-item-container .operation {
	margin-top: 2px;
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	color: #c5c6cb
}
.comment-item-container .operation .reply {
	cursor: pointer;
	display: none
}
.comment-item-container:hover .operation .reply {
	display: inline-block
}
.topic-operation-container {
	position: absolute;
	top: 22px;
	right: -31px;
	padding: 15px 0;
	background: #fff;
	width: 136px;
	box-sizing: border-box;
	border: 1px solid rgba(0,0,0,.05);
	box-shadow: -5px 6px 12px 0 rgba(0,0,0,.05);
	border-radius: 4px;
	z-index: 2
}
.topic-operation-container .item {
	height: 38px;
	padding-left: 30px;
	line-height: 38px;
	font-size: 14px;
	color: #5a5c66
}
.topic-operation-container .item:hover {
	background: rgba(201,229,223,.2);
	color: #16b998
}

.pages{
	position: absolute;
	left:10px;
	right:10px;
	bottom: 10px;
	height:30px;
	line-height: 30px;
	color:#fff;
	text-align: center;
	font-size: 12px;
}
.pages .btns{
	position:absolute;
	color: #fff;
	background:#333;
	padding: 0 13px;
	text-decoration:none;
	border-radius: 40px;
	cursor:pointer;
}
.pages .prev{
	left: 0;
	top:0;
}
.pages .next{
	right: 0;
	top:0;
}
@media screen and (max-width: 320px){
	.pages .btns{
		color: rgb(255,255,255,0);
		width: 6px;
		overflow: hidden;
		white-space: nowrap;
		
	}
	.pages .prev{
		background: #333 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAUCAYAAABWMrcvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDQUFCOEE3QzJENjkxMUVCQTJFMDlENTg4NTk0MTdDRCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDQUFCOEE3RDJENjkxMUVCQTJFMDlENTg4NTk0MTdDRCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkNBQUI4QTdBMkQ2OTExRUJBMkUwOUQ1ODg1OTQxN0NEIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkNBQUI4QTdCMkQ2OTExRUJBMkUwOUQ1ODg1OTQxN0NEIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+pYAuyQAAANxJREFUeNqUk0sKwjAQhmOt1gddigsRvJV4FS8guLYgVF1YFHyh+AAv4N6juBNX8Z9FsMSZRAe+UpJ+/J0JUVpr5aEMEnAEbVrzCUWQ6k/dQMMnzPV3DUPFVwAy0GP2XlxCAWSarz31yP3SzCFE9iBoSktBWIOK+dYIJbAVhEVeMBIlrBwJod03PQaCkErHQaONhLE/lFQwY3AS0sZcknmpg6sgJpL0V6IdHTtGP5EkcwQ7QZy6rkYVXASxHwhDfYIuODN7Td8lpB43uZQ76KgfrnsNjMABtGjtLcAAGsv0RYm3VgsAAAAASUVORK5CYII=) no-repeat center center;
	}
	.pages .next{
		background: #333 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAUCAYAAABWMrcvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5OEE3QTEwQzJENjkxMUVCODVFM0FGMDVCMDRBRjE3QSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5OEE3QTEwRDJENjkxMUVCODVFM0FGMDVCMDRBRjE3QSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk4QTdBMTBBMkQ2OTExRUI4NUUzQUYwNUIwNEFGMTdBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjk4QTdBMTBCMkQ2OTExRUI4NUUzQUYwNUIwNEFGMTdBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+8YzmzwAAANxJREFUeNqEk0sKwkAQRNv4iR+yFBcieCtXXsQLCK4NCFEXBgV/KH7AC7j3KO7E1ViDAUPSNRa8WQzU9HRNjxhjBHTACYSgkuxR7NIEd/NTBIr/TCOT18Jl9ETkLXn1QQw80ZT0cDC6YlDQrmfxHcZ59qrpE6pgQ4yrdKrZJq1xSYw7UNZMlpKj4tpWdD1iRIxDPdKvnmTfZ1UmpMoZBJohJIYbaGhBOCtokU8dUQfa486IYa99FbsMiOEKamzKW0qsF9ADLzblXfBIVdhme2BT3gZHMAb1f9/9I8AA77z0R+LdJekAAAAASUVORK5CYII=) no-repeat center center;
	}
}
.pages .detail .total{
	padding: 0 2px;
	color:#6cff00;
}
.pages .detail .cur{
	padding: 0 4px;
	font-weight:bold;
	color:#6cff00;
}
.pages .detail .goto{
	width: 50px;
	height: 24px;
	padding: 0 0 0 5px;
	color:#333;
	border-radius: 5px;
	margin: 0 0 0 5px;
	border:0;
	box-sizing: border-box;
}
.emoji_span {
    height: 24px;
    display: inline-block;
    vertical-align: middle;
}
.emoji_span .emoji_local {
    width: 20px;
    height: 20px;
}
.red{
	color: #f00;
	background: #ff0;
    padding: 0 3px;
}
.weblink{
	color: #007ad4;
}
.loader { position: absolute; width: 100px; height: 100px; border-radius: 50%; vertical-align: middle;box-sizing: border-box;    top: 5px;
    left:50%;
	margin-left: -50px;
	display:none;
}
.loader-4 { border: 6px dotted #90b8c0; -webkit-animation: ball-turn 3s linear infinite; animation: ball-turn 3s linear infinite; }
 @keyframes ball-turn {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
@media print{
	.main-search-container, .topic-container .operation-icon-container, .pages{
		display:none;
	}
	.main-content-container{
		top: 10px;
		overflow: initial;
	}
}
.popmasker{
	position: fixed;
    background-color: #000000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 998;
	opacity: 0.8;
}
.popbox{
	position: fixed;
	left:50%;
    top: 30px;
    bottom: 30px;
	overflow: auto;
    z-index: 999;
}
.popbox img{
	display:block;
}
.main-quick {
	position:absolute;
	left:10px;
	top:60px;
	width:300px;
	height: 300px;
	overflow:auto;
	padding: 10px;
	background-color:#fff;
	box-shadow: 1px 1px 10px #000;
	display: none;
}
.main-quick .main-quick-list{
	height: 30px;
	line-height: 30px;
	overflow:hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
	cursor:pointer;
}
.main-quick .main-quick-list:hover{
	background-color: #eee;
}
.main-quick .main-quick-list-top{
	color: #bbb;
}
.onoff{
    position: absolute;
    width: 50px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #fff;
    background: #bbb;
    left: 5px;
    top: 5px;
    border-radius: 50px;
    cursor: pointer;
	text-align: center;
	font-size: 12px;
	background-image: linear-gradient(to bottom right, #4a4a4a, #deded5);
    color: #f5f5f5;
}
.onoffon{
	background-image: linear-gradient(to bottom right, #007ad4, #98ccf1);
}

.download-masker{
	position:absolute;
	left:10px;
	top:10px;
	right:10px;
	bottom: 10px;
	z-index: 199;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	background: #666;
}
.download-masker-static{
	position:static;
}
.download-masker .download-image,
.download-masker .download-html,
.download-masker .download-select,
.download-masker .download-btns
{
    max-width: 320px;
    width: 100%;
}
.download-masker .download-title{
	color: #fff;
	padding-bottom: 10px;
}
.download-masker .download-image,
.download-masker .download-html{
	overflow: auto;
	flex: 1;
    background: #fff;
}
.download-masker .download-html .topic-container{
	border-radius: 0;
	padding-right: 20px;
}
.download-masker .download-html .topic-container .red{
	color: inherit;
    background: inherit;
    padding: 0;
}
.download-masker .download-image img{
	display: block;
	box-shadow: 1px 1px 5px 0px #000;
	max-width: 100%;
	margin: 0 auto;
}
.download-masker .download-select{
	
}
.download-masker .download-select .download-select-title{
	color: #fff;
	font-size: 12px;
	line-height: 2em;
}
.download-masker .download-select .download-select-operate{
	display: flex;
	justify-content: space-between;
}
.download-masker .download-select .download-select-operate span{
	height: 24px;
    line-height: 24px;
    border: 1px solid #fff;
    background: #bbb;
    border-radius: 3px;
    cursor: pointer;
	text-align: center;
	font-size: 12px;
	background-image: linear-gradient(to bottom right, #4a4a4a, #deded5);
    color: #f5f5f5;
	width: 20%;
}
.download-masker .download-select .download-select-operate span.export-focus{
	background-image: linear-gradient(to bottom right, #007ad4, #98ccf1);
}
.download-masker .download-btns{
	display: flex;
	padding-top: 10px;
	padding-bottom: 10px;
	max-width: 320px;
}
.download-masker .download-btns span{
	height: 30px;
    line-height: 30px;
    border: 1px solid #fff;
    background: #bbb;
    border-radius: 50px;
    cursor: pointer;
	text-align: center;
	font-size: 14px;
	background-image: linear-gradient(to bottom right, #4a4a4a, #deded5);
    color: #f5f5f5;
	min-width: 60px;
}
.download-masker .download-btns span.download-ge{
	margin: 0 10px;
	flex: 1;
}
.download-masker .download-btns span.download-focus{
	background-image: linear-gradient(to bottom right, #007ad4, #98ccf1);
}
.download-masker .download-tips{
	font-size: 12px;
    color: #e4ea87;
}
.error{
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 199;
    background: rgb(0, 0, 0, .5);
}
.error .error-text{
	font-size: 20px;
    text-align: center;
    margin-top: 200px;
    color: #ffffff;
}
@media screen and (max-width: 1024px){
	.download-masker .download-image,
	.download-masker .download-html,
	.download-masker .download-select,
	.download-masker .download-btns
	{
		max-width: 100%;
		width: 100%;
	}
	.main-content-container{
		padding-right: 0;
	}
	.masker{
		background: rgb(255, 255, 255) url(/yevon/images/cover-mobile.jpg) no-repeat center center;
		background-size: contain;
	}
	.topic-container-white .header-container .author .info{
		margin-left: 12px;
	}
	.topic-container-white .answer-content-container,
	.topic-container-white .operation-icon-container,
	.topic-container-white .comment-item-container
	{
		padding-left: 16px;
	}
}
.hide{
	display: none;
}
.error{
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 199;
    background: rgb(0, 0, 0, .5);
}
.error .error-text{
	font-size: 20px;
    text-align: center;
    margin-top: 200px;
    color: #ffffff;
}
.trytips{
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom: 0;
	background: rgb(0, 0, 0, .8);
	z-index: 100;
	display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
}
.trytips .trytips-content{
	width: 80%;
	max-width: 300px;
    padding: 10px;
    border: 1px solid #fff;
    background: #333;
}
.trytips .trytips-content .trytips-title{
	font-size: 18px;
	text-align: center;
	line-height: 36px;
	border-bottom: 1px solid #666666;
	margin-bottom: 10px;
}
.trytips .trytips-content .trytips-text{
	font-size: 16px;
	line-height: 30px;
}

.trytips .trytips-content .tryConfirm{
	font-size: 16px;
    line-height: 30px;
    width: 120px;
    margin: 10px auto;
    border: 1px solid #fff;
    text-align: center;
    background: #007ad4;
}





