@charset "utf-8";
* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
    background: #ffffff;
    font-size: 17px;
    font-family: 'STHeiti','Microsoft YaHei',Helvetica,Arial,sans-serif;
}

body {
    margin: 0px;
    padding: 0px;
}

p {
    margin-bottom: 1.3rem;text-align: justify;word-break: break-all;
}
.hidden{display: none!important;}
.border-bottom-shadow{box-shadow:0px 1px rgba(0,0,0,.05);}
.arcArea {
    font-size: 1rem;
    color: #3e3e3e;
    max-width: 480px;
    margin: 0px auto;
    /*padding: 50px 16px 8px 16px;*/
    line-height: 1.7rem;
}

.arcArea a {
    color: #ff5000;
    word-break: break-all; /*鏀寔IE锛宑hrome锛孎F涓嶆敮鎸�*/
    word-wrap: break-word; /*鏀寔IE锛宑hrome锛孎F*/
}

.arcArea h1 {margin: 6px 0;font-size: 1rem;
    /*padding-left: 10px;
    background: url('../img/orangeline.jpg') no-repeat left center;
    background-size: 3px calc(100% - 10px);
    background-size: 3px -webkit-calc(100% - 10px);*/
}

img {
    width: 100%;
    height: auto;
    margin: 0px;
    display: block;
}

.arcArea .load-img {
    border: none;
    background: #f5f5f5;
}

.dom-img, video, iframe{
    display: block;
    min-width:100%;
    width: -webkit-calc(100% + 32px);
    width: -moz-calc(100% + 32px);
    width: -ms-calc(100% + 32px);
    width: -o-calc(100% + 32px);
    width: calc(100% + 32px);
    height: auto;margin:0px 0px 0px -16px;background: #f5f5f5;
}
@media only screen and (min-width:480px) {
    .dom-img,
    video {
        width: 100%;
        margin-left: 0;
    }
}
video{max-height: 240px;}

.line-clamp-1{text-overflow: ellipsis;  display: -webkit-box!important; -webkit-line-clamp: 1; -webkit-box-orient: vertical;overflow: hidden}
.line-clamp-2{text-overflow: ellipsis;  display: -webkit-box!important; -webkit-line-clamp: 2; -webkit-box-orient: vertical;overflow: hidden}
.line-clamp-3{text-overflow: ellipsis;  display: -webkit-box!important; -webkit-line-clamp: 3; -webkit-box-orient: vertical;overflow: hidden}

.content-header{
	width: 100%;
	max-width: 480px;
	position: fixed;
	background: #FFFFFF;
	z-index: 101;
	height: 42px;
    border-bottom: 1px solid rgb(232, 232, 232);
}
.logo_img {
	height: 35px;
	margin: 3px 0px 0px -4px;
	float: left;
	width: auto;
}

.header_menu {
	float: right;
	height: 20px;
	margin-top: 11px;
	width: auto;
}

.line_span {
	height: 100%;
	display: block;
	margin: 0px 1rem;
}

.nav_warp {
	top: 41px;
	width: 100%;
	height: 100%;
	max-width: 480px;
	position: fixed;
	z-index: 100;
	overflow: hidden;
	display: none;
}

.nav {
	width: 100%;
	/*padding: 0px 5% 0px 5%;*/
	height: auto;
	text-align: center;
	font-size: 13px;
	background-color: white;
	float: left;
}

.nav_a {
	display: inline-block;
	width: 25%;
	height: 50px;
	line-height: 50px;
	float: left;
	font-size: 15px;
	color: rgb(106,106,106);
}
/*.nav_a:before {
    color: white;
    content: "鈼� ";
}

.nav_a_active:before {
	color: orange;
}*/

.nav_close {
	width: 100%;
	height: 10px;
	
	background-position: center top;
	padding-bottom: 2%;
	background-color: white;
	margin-top: -1px;
	float: left;
}

.gray_stop {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
}

/*澶撮儴*/
.artAuthor{ display: block; margin: 14px 0 20px 0; padding-top: 4px; position: relative;height: 32px; background-size: 32px 32px;clear: both; color: #939393;font-size: 13px;line-height:22px;}
.publish-time{font-weight: 100; float: left;}
.authorName{ max-width: 90px; float: left;margin-left: .4rem }
a.head-tag{font-size:13px;background: none; background-size: 100% 100%; color: #939393 !important; text-decoration: none; padding:0 12px; margin-left: 10px;margin-right: 0px;  border: 1px solid #d9d8d8; border-radius: 13px; float: right;}
a.head-tag:active{background: #c8c8c8;}
.line-clamp-1{text-overflow: ellipsis;  display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;overflow: hidden}
/*hr{border: 1px solid #d3d3d3; border-top: none; margin: 8px 0px 15px 0px;}*/
.head-dom .title{font-size: 1.4rem;color: #323232;}

/*鐩稿叧闃呰*/
#recommend-dom a{text-decoration: none;}
#recommend-dom .re-title{height: 35px;margin:7px 0px 12px 0px;text-decoration: none;}
#recommend-dom .re-list{float: left; width: 49%; font-size: 14px !important;line-height: 19px;margin-top: 10px;position: relative; display: block;color: #000;}
#recommend-dom .re-img{ overflow: hidden !important; position: relative; display: block;}
#recommend-dom a img{width: 100%;margin: 0px;}
#recommend-dom .re-img:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.1;
    background-size: 100%;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.re-title{
    height: 1.75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-decoration: none;
}
#recommend-dom hr{margin-top: 5px; margin-bottom: 3px;border-color: #e6e6e6;}
#recommend-dom .re-list-left{margin-right: 2%;}
.clear{width:0px; height:0px; clear: both;overflow: hidden}
.clearfix:after {
    clear: both;
    content: " ";
    height: 0;
    display: block;
    font-size: 0;
    visibility: hidden;
}
.loading-hidden{display: none;}


/***************************************************/


html {
	background: #f7f7f7;
}

a {
	color: black;
	text-decoration: none;
	outline: none;
}

header,
article {
	font-size: 1rem;
	color: #3e3e3e;
	max-width: 480px;
	margin: 0px auto;
	line-height: 1.7rem;
}

header {
	padding: 66px 16px 0 16px;
	position: relative;
}

article {
	padding: 0 16px 16px 16px;
}
.arcArea a{
	color: #939393;
}

a.click-tag,
span.news-jump {
	color: #ff5000;
	cursor: pointer;
}

.news-tag {
	height: 20px;
	font-size: 13px;
	line-height: 20px;
	margin: 0px 12px 10px 0px;
	color: #ffffff !important;
	background: #ff5000;
	width: auto;
	float: left;
	border-radius: 1px;
	padding-left: 8px;
	padding-right: 8px;
}

#menu_con {
	padding: 3px 1rem;
	margin-left: -1rem;
	position: fixed;
	background: #FFFFFF;
	z-index: 99999;
	top: 0;
	width: 100%;
	max-width: 480px;
	-moz-box-shadow: 0 6px 6px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, .1);
	box-shadow: 0 6px 6px rgba(0, 0, 0, .1);
}


/*澶撮儴*/

.authorName {
	margin-top: -1px;
}

a.head-tag {
	margin-top: -2px;
}

#juzi_title {
	font-size: 1.4rem;
	font-family: NotoSansHans-DemiLight;
	color: #323232;
}


/*搴曢儴*/

footer {
	max-width: 480px;
	overflow: hidden;
	height: 70px;
}

.tdbottom {
	width: 100%;
	z-index: 9999;
	max-width: 480px;
	min-height: 50px;
	max-height: 70px;
	height: auto;
	position: fixed;
	bottom: 0px
}

.tdbottom a.shareDownbtn {
	width: 100%;
	height: 100%;
	margin: 0px;
	display: block;
}

#down_close {
	background: #ffce00;
	color: #3f1801;
	font-size: 1.2rem;
	width: 27px;
	height: 27px;
	position: absolute;
	top: -14px;
	right: -3px;
	z-index: 999;
	border-radius: 27px;
	line-height: 27px;
	text-align: center;
}


/*椤堕儴鏍囬鎷︿笅鐨勫垎浜寜閽�*/

.head-dom {
	position: relative;
	margin-bottom: 0px;
}

.fix {
	position: fixed;
	left: 0;
	top: 8px;
}

@media only screen and (min-width: 500px) {
	#juzi_next {
		width: 480px;
		margin: 0 auto;
	}
}

@media only screen and (width: 320px) {
	#juzi_author {
		font-size: 12px;
	}
}

.showAll {
	color: rgb(186, 186, 186);
	width: 157px;
	height: 35px;
	background-color: rgb(237, 237, 237);
	line-height: 35px;
	text-align: center;
	margin: 25px auto;
	display: none;
	border-radius: 2px;
	font-size: 13px;
}

.hideArticle {
	overflow-y: hidden;
}


/*loading 椤甸潰*/

.loading_con {
	height: 40px;
	overflow: hidden;
	width: 100%;
	max-width: 480px;
	position: relative;
	margin-top: 10px;
}

.loading_con_1 {
	margin-top: 49%;
}

.loading_0 {
	position: absolute;
	left: 50%;
	margin-left: -20px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 40px;
	width: 40px;
	display: block;
}

.loading_1 {
	position: absolute;
	left: 50%;
	margin-left: -20px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 40px;
	width: 40px;
	display: block;
	-webkit-animation: loading_1 1.5s infinite linear;
}

@-webkit-keyframes loading_1 {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}


/*鍗＄墖*/

.label {
	margin: 10px;
	/*box-shadow: 0px 1px rgba(0,0,0,.05);*/
	background: #fff;
	padding: 5px 10px 10px;
	box-sizing: border-box;
	font-size: 14px;
}

.label-title {
	line-height: 40px;
	border-bottom: 1px solid #f7f7f7;
}

.no-line {
	border: none;
}

.label-img {
	width: 20px;
	float: left;
	margin: 10px 5px 0 0px;
	border-radius: 20px;
}

.label-num {
	float: right;
	font-size: .7rem;
	color: #aaaaaa;
	margin-right: 10px;
	font-weight: 100;
}

.label-msg {
	display: block;
	font-size: .7rem;
	color: #aaaaaa
}

.label h1 {
	font-size: 15px;
	line-height: 30px;
}


/*蹇冩儏鎶曠エ*/

#juzi_mood {
	padding-bottom: 0;
}

.label-mood {
	padding-top: 15px;
}

.mood-list {
	width: 12.2%;
	padding: 3%;
	background-size: 100%;
	text-align: center;
	float: left;
	margin: 1%;
}

.mood-list:nth-child(1) {
	margin-left: 0px;
}

.mood-list:nth-child(6) {
	margin-right: 0px;
}

.mood-list .label-msg {
	margin-top: 10px;
}

.choose-mood .label-msg {
	color: #5f0b00;
}

.choose-mood img {
	-webkit-animation: imgScale 1s linear;
}

@-webkit-keyframes imgScale {
	0% {
		-webkit-transform: scale(1);
	}
	25% {
		-webkit-transform: scale(1.2);
	}
	50% {
		-webkit-transform: scale(1);
	}
	75% {
		-webkit-transform: scale(1.2);
	}
	100% {
		-webkit-transform: scale(1);
	}
}

.no-show {
	height: 0px;
	width: 0px;
}


/*璇勮*/

#juzi_comment {
	display: none;
}

.comment-list {
	line-height: 1.2rem;
	margin: 15px 0px;
	border-bottom: 1px solid #f7f7f7;
	padding-bottom: 15px;
}

.comment-title {
	margin-bottom: 10px;
}

.comment-title .label-num {
	background-size: 15px;
	padding-left: 20px;
}

.comment-user-name {
	float: left;
	line-height: 1rem;
	font-size: .8rem;
}

.comment-title .label-img {
	margin-top: 0px;
}

.comment-user-name span {
	font-size: .6rem
}

.comment-content {
	width: 245px;
	margin-left: 25px;
}

.no-comment {
	text-align: center;
	color: #cccccc;
	line-height: 40px;
	font-size: .8rem
}

.comment-list-end {
	color: #939393;
	font-size: .8rem;
	display: block;
	text-align: center;
}


/*浠婃棩鐑偣*/

.news-list {
	margin: 5px 0 10px 0;
	display: block;
}

.label-left {
	width: 38%;
	height: 96px;
	float: left;
}

.label-right {
	width: 57%;
	margin-left: 5%;
	float: left;
	line-height: 1.2rem;
	margin-top: 10px;
	text-align: left;
}
.line-clamp-2 , .line-clamp-3{
	color: #3e3e3e;
}
.hot-name {
	margin-top: 5px;
}


/*绮鹃€夋爮鐩�*/

#juzi_cat {
	padding-left: 0px;
	padding-right: 0px;
}

.cat-title {
	height: 40px;
}

.cat-title:hover {
	cursor: pointer;
}

.cat-title i {
	width: 20px;
	height: 20px;
	border-radius: 20px;
	display: block;
	float: left;
	background: #b4aeff;
	margin-top: 10px;
	margin-right: 5px;
	background-size: 100% 100%;
}

.cat-video {
	overflow: hidden;
	position: relative;
}

.cat-list {
	padding: 0 10px 10px 10px;
}

.label-cat hr {
	border: 2px solid #f7f7f7;
}

.label-cat hr:last-child {
	display: none;
}

.cat-video .poster {
	top: 40px!important;
	max-height: 230px;
}

.cat-video .line-clamp-2 {
	height: 2.4rem!important;
	line-height: 1.2rem;
	margin-top: 10px;
}

#juzi_cat>.label-title,
.cat-video .cat-title {
	margin-left: 10px;
}

.erweima {
	width: 45%;
	margin: 45px auto
}


/*椤堕儴瑙嗛*/

header .poster {
	margin-top: 26px!important;
	width: -webkit-calc(100%+ 32px);
	width: calc(100%+ 32px);
	margin-left: -16px;
}

header video {
	margin-top: -18px;
	margin-bottom: 1rem;
}

.click-tag a{
	color: white;
}





/***************************************************************************************/




/*鎶曠エ*/
.vote-dom{display: inline-block;padding-bottom: 30px;}
.hidden{display: none!important;}
.vote-dom>.col{float: left; margin:1.5%;text-align: left; font-size: 14px; background: #FFFFFF;}
.vote-dom .col img{height:100%; width:auto;margin: 0px auto; }
.vote-dom .col .ceng-img{max-height: 25px;}
.vote-dom .div-img{position: relative;text-align: center;display: block;overflow: hidden;background: #fafafa;}
.vote-dom .col-sm-6 .div-img,.vote-dom .col-sm-4 .div-img{
    height: 113px;
}
@media only screen and (min-width: 481px) {
    .vote-dom .col-sm-6 .div-img,.vote-dom .col-sm-4 .div-img{
        height: 169px;
    }
}
.vote-dom i{position: absolute; top:0px; left: 0px;
    background:rgba(255,96,0,0.5);
    background: transparent\9;
    zoom:1\8;
    -ms-filter:'progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff5000, endColorstr=#ff5000)';
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff5000, endColorstr=#ff5000);
}
.vote-dom img{background: none!important;}
.is-guess i.guess-error{position: absolute; top:0px; left: 0px;
    background:rgba(38,38,38,0.6);
    background: transparent\9;
    zoom:1\8;
    -ms-filter:'progid:DXImageTransform.Microsoft.gradient(startColorstr=#262626, endColorstr=#262626)';
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#262626, endColorstr=#262626);
}
.vote-dom i{width: 100%; height: 100%; line-height: 100%;}
.vote-dom i img{width: 15%; margin: 0px auto;}
.vote-dom .select-one{width: 35px !important; height: auto !important; position:absolute; top: 0px; right: 0px; z-index: 100;}
.vote-dom .col-sm-12{width: 100%; }
/*.vote-dom .col-sm-4{width: 30%; padding:0px;}
.vote-dom .col-sm-6{width: 47%; padding:0px;}*/
.vote-dom .col{width: 47%; padding:0px;}
.vote-btn,#group_sure{clear:both; width: 5rem; background: #36c398;color: #ffffff; text-align: center; border-radius: 20px; padding:3px 12px;margin: 18px auto !important; cursor: pointer;}
/*.vote-dom .pe{width: 100%; text-align: left; font-size: 9px; line-height: 8px; margin: 0px 0px 5px 0px;}*/
.vote-dom .pe{text-align: left; font-size: 9px; line-height: 8px; margin: 6px 0px 6px 0px;background: #fafafa;}
.vote-dom .pe div{background:#36c398; height: 5px; float: left;margin-right: 5px; max-width:65%;}
.vote-dom .pe span{color: #36c398;}
.vote-dom .pe-show{width:0px;}
/*鏂囧瓧鎶曠エ*/
.vote-dom .div-font{width: 100%; text-align: left; margin:5px 0px;position:relative;background: #fafafa}
.vote-dom .div-font .vote-img{padding: 0.5rem; padding-right:25px;margin-top: 0px;text-align: left}
/*.vote-dom .div-font .active{background: #e9e9e9; color: #000; }*/
.vote-dom .col-click .vote-img{background: #ff5000; color: #FFFFFF;}
.vote-dom .div-font img{position: absolute;/*width:1.1rem; right:5px;*/ }
.vote-dom .div-font .guess img{top:10px;}
.vote-dom .guess-result{font-size: 0.8rem;}
.vote-dom .result-tip{text-align: center; color:#ff5000; margin: 3px 0px; }
.vote-dom .guess-result img{width: calc(100% - 20px); border: 10px solid #fafafa;}
.vote-dom .vote-name{ padding:3px 0.5rem 6px; width: auto; position: relative; z-index: 99; background: #fafafa;}
.vote-dom .vote-name font{text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;overflow: hidden;line-height: 18px; margin: 3px 0;height: 35px;}
.vote-dom .div-font .vote-name{margin-top: -9px; margin-bottom: 5px;background: none; border: none;}
.vote-dom .div-font .vote-name.hidden{padding:0px;}
.vote-dom em{width: 18px;  height: 18px; display: inline-block;  vertical-align: middle; margin-right: 5px; margin-top: -3px;}
.vote-dom em.dui{
    background-size:cover;}
.vote-dom em.cuo{
   background-size:cover;}
.vote-dom em.icon{
    background-size:cover;
}

.vote-dom .col.col-click .vote-name{
    background: #ff5000; color: #FFFFFF;
}
.vote-dom .col-click em{
    background-position: 0 -19px;
}
/*鎶曠エ缁�*/
.group_result.group_show{
    position: fixed;
    width: 100%;
    max-width: 480px;
    margin: -16px;
    height: 105%;
    top: 0px;
    z-index: 99999;
    background: rgba(0,0,0, 0.6);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
}
.group_result .group_show_container{position: absolute;width: 88%;margin-left:6%;top: 42%}
.group_result .group_show_content{ width: 100%; background: #fff; border-radius: 4px; overflow: hidden;  }
.group_show_content .result_img_dom{min-height: 120px; height: 211px; width: 100%;}
.group_show_content img{max-height: 175px;  width: auto;  margin: 0px auto 10px auto;}
.group_result .tip-font{margin: 0px 10px; color: #939393;font-size: 0.8rem; line-height: 1rem; max-height: 50px; overflow-y: scroll;}
.group_result .result-tip{margin: 10px 10px;color:#3e3e3e;font-size: 1rem; }
.group_result strong{font-size: 1.7rem; color: #ff5000}
#vote_no{
    position: fixed;
    width: 240px;
    z-index: 200;
    top: 30%;
    left: 50%;
    margin-left: -120px;
    text-align: center;
    padding: 20px 0px;
    color: #ffffff;
    background: rgba(0,0,0, 0.8);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
}
#vote_no_close{
    width: 90px;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
    margin: 20px auto 0px auto;
    background: rgb(255, 96, 0);
}
.vote-attr{margin-bottom: 10px;}

/*闊抽*/
audio{width: 0px !important; height: 0px !important; position: absolute;top: -100px;display: none;}
.audio-dom{font-size: 12px;height: 30px; }
.audio-bar{ background-size: 100% 30px; line-height: 30px;height: 30px; width: 70%; max-width: 70%; border-radius: 3px; float: left; margin-right: 5px;}
.audio-ing .audio-bar{background-size: 100% 30px; }
.float-left{ float: left;}
@-webkit-keyframes rotate{
    from{-webkit-transform:rotate(0deg)}
    to{-webkit-transform:rotate(360deg)}
}
@-moz-keyframes rotate{
    from{-moz-transform:rotate(0deg)}
    to{-moz-transform:rotate(360deg)}
}
@-ms-keyframes rotate{
    from{-ms-transform:rotate(0deg)}
    to{-ms-transform:rotate(360deg)}
}
@-o-keyframes rotate{
    from{-o-transform:rotate(0deg)}
    to{-o-transform:rotate(360deg)}
}
.audio-dom-circle{
    height: 320px;
    margin: 0px auto;
    position: relative;
}
.audio-circle{
    width: 180px;
    height: 180px;
    max-width: 100%;
    border: 5px solid rgba(0,0,0,0.2);
    border-radius: 95px;
    float: none;
    margin: 0px auto;
    overflow: hidden;
    text-align: center;
    position: relative;

    -webkit-animation:9s linear 0s normal none infinite rotate;
    -moz-animation:9s linear 0s normal none infinite rotate;
    -ms-animation:9s linear 0s normal none infinite rotate;
    -o-animation:9s linear 0s normal none infinite rotate;
    animation: 9s linear 0s normal none infinite rotate;
    -webkit-animation-play-state:paused;
    -moz-animation-play-state:paused;
    -ms-animation-play-state:paused;
    -o-animation-play-state:paused;
    animation-play-state:paused;

}
.audio-circle img{width: auto;height: 100% !important;}

.audio-center{
    width: 50px;
    height: 50px;
    background-size: 100% 100%;
    position: absolute;
    left: 65px;
    top: 65px;
}
.audio-time{text-align: center; margin-top: 10px;}
canvas {
    margin-top:10px;
    background: #36332d;
    height:3px;
    width: 100%;
    border: none;
}
.audio-dom-circle .float-left{width:14px; height:14px; position: absolute;background-size: 100% 100%; top:231px; left: -4px;}
.audio-btn{width: 60px; height: 60px;margin: 5px auto;background-size: 100% 100%;}
.audio-btn.btn-playimg{background-size: 100% 100%;}

/*瑙嗛*/
.video .poster { position: absolute; width: 100%; height: 100%; top: 14px;z-index: 1;}
.video-icon {  height: 50px; width: 50px;  border-radius: 50px; line-height: 50px; border: 2px solid #cccccc; color: #FFFFFF;  text-align: center;  position: absolute;  left: 50%;  margin-left: -25px;  top: 50%; margin-top: -25px; background: rgba(0, 0, 0, 0.8);  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000); z-index: 9;-webkit-transform: scale(.7);transform: scale(.7);  background: url("http://cdn.happyjuzi.com/static-frame/public/img/juzi_h5/video-sanjiao.png") no-repeat 17px rgba(0, 0, 0, 0.8); background-size: 15px 15px;}

