@charset "UTF-8";

body {
	background: #f2f2f2
}

.p23 {
	padding-bottom: 23px
}

.mr30 {
	margin-right: 30px
}

.content {
	width: 1200px;
	margin: 61px auto 120px auto;
	overflow: hidden
}

.content>div {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box
}

.content .mainLeft {
	width: 854px
}

.short-footer>div>* {
	vertical-align: text-bottom
}

.content .leftTop {
	position: relative;
	padding: 19px 36px 21px 32px
}

.content .leftTop p img {
	max-width: 90%!important
}
.mainContent img {
	max-width: 90%!important;
	-o-object-fit:cover;
	   object-fit:cover;
}

.content .leftTop .tagUnit {
	display: inline-block;
	height: 30px;
	line-height: 30px
}

.content .mainLeft h1 {
	font-family: MicrosoftYaHei-Bold;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0;
	color: #333;
	margin-top: 21px;
	margin-bottom: 31px
}

.content .mainLeft .breadCrumbs {
	font-family: MicrosoftYaHei;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 0;
	color: #999;
	margin-bottom: 12px
}

.content .mainLeft .article-unit {
	margin: 20px 0
}

.content .mainLeft .article-unit .coverShell {
	height: 100px;
	width: 100px;
	margin-right: 16px;
	overflow: hidden
}

.content .mainLeft .article-unit .coverImg {
	height: 100px;
	width: 100px;
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	-o-transition: -o-transform 1s;
	-moz-transition: transform 1s, -moz-transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s, -moz-transform 1s, -o-transform 1s
}

.content .mainLeft .article-unit:hover .coverImg {
	width: 120px;
	-webkit-transform: translate3d(-10px,0,0);
	   -moz-transform: translate3d(-10px,0,0);
	        transform: translate3d(-10px,0,0)
}

.content .slide {
	width: 320px
}

.content .slide h2 {
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: 400;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0;
	color: #333;
	margin-bottom: 14px
}

.content .slide .tagList {
	padding: 17px 24px 19px
}

.content .slide .tagList .unit-wrap {
	margin-top: 11px
}

.content .slide .tagList .unit-wrap .tagUnit {
	height: 30px;
	display: inline-block;
	padding-left: 12px;
	padding-right: 10px;
	line-height: 30px;
	background: #f2f2f2;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	letter-spacing: 0;
	color: #333;
	cursor: pointer;
	margin-right: 5px;
	margin-bottom: 5px
}

.tagAfterText {
	margin-right: 0;
	margin-bottom: 0;
	height: 30px;
	padding-left: 12px;
	padding-right: 10px;
	line-height: 30px;
	background: #f2f2f2;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	letter-spacing: 0;
	color: #333;
	cursor: pointer
}

.tagAfterText:hover {
	background-color: #ffa66e;
	color: #fff
}

.tagAfterText:hover * {
	color: #fff
}

.mr-9 {
	margin-right: 9px;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0;
	color: #333
}

.origin {
	margin-top: 16px; 
	color: #333; 
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: 400;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0
}
 

.mainBottom {
	margin: 20px 0
}

.btnLike { 
	/* width: 120px; */
	padding: 0 17px;
	height: 40px;
	background-color: #fff3eb;
	border-radius: 6px;
	line-height: 40px;   
	font-family: MicrosoftYaHei;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0;
	cursor: pointer;
	text-align: center; 
	color: #ff8b42;
}

.btnLike .btnLikeImg{
	background: url('../img/like_white.png');
	width: 14px;
	height: 14px;
	margin-right: 8px;
	display: block;
}
.btnLike i { 
	color: #ff8b42;  
}
.btnLike span{
	margin-left: 2px;
}

.btnLike>* {
	line-height: 40px;
}
.btnLike:hover{
	background-color: #ff8b42; 
	color: #ffffff;
}
.btnLike:hover .btnLikeImg{
	background: url('../img/like_white_h.png'); 
}
.btnLike:hover  i { 
	color: #ffffff;
}
.btnLike.active {
	background-color: #ff8b42; 
	color: #ffffff;
}
.btnLike.active  i { 
	color: #ffffff;
}
.btnLike.active .btnLikeImg{
	background: url('../img/like_white_h.png'); 
}

.mainBottom_btn {
	width: 80px;
	height: 40px;
	
	border-radius: 6px; 
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	letter-spacing: 0;
	color: #666666;
	margin-left: 10px;
	position: relative;
}
 
.mainBottom_btn.follow:hover{
	background-color: #f6f6f6;
	cursor: pointer;
}
.mainBottom_btn img{
	margin-right: 8px;
}
.mainBottom_btn.share_btn:hover {
	background-color: #f6f6f6;
	cursor: default;
}
.mainBottom_btn.share_btn:hover .wrap{
display: block;
}

.wrap {
	position: absolute;
	top: 51px;
    left: -11px;
	width: 100px;
	height: 40px; 
	z-index: 3;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .2); 
	border-radius: 6px;
	display: none; 
}
.wrap::after{
	content: "";
	width: 100px;
	height: 20px;
	background: red;
	position: absolute;
	top: -10px;
	left: 0;
	opacity: 0;
	background: rgba(0, 0, 0, 0);
}
.wrap .copy_content {
	position: absolute;
	top: 0;
	left: 0px;
	width: 100px;
	height: 40px;
	background: #FFFFFF;
	z-index: 6; 
	text-align: center;
	border-radius: 6px;
}
.wrap .copy_content p{
	width: 94px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border-radius: 4px;
	display: inline-block;
	margin-top: 5px;
	cursor: pointer;
}
.wrap .copy_content p img{
	vertical-align: middle; 
}
.wrap .copy_content p:hover{ 
	background-color: #f6f6f6;
}
 
.wrap .copy-arrow{
	width: 100px;
	background: blue;
}
.wrap .copy-arrow::before {
	content: '';
    position: absolute;
    z-index: 4;
	width: 20px;
    height: 20px;
    background: #FFFFFF;
    top: -5px;
    left: 40px;
	transform: rotate(-46deg);

}

.wrap .copy-arrow::after {
	content: ''; 
	position: absolute;
	z-index: 2;
	width: 20px;
    height: 20px;
    background: #FFFFFF;
    top: -5px;
    left: 40px;
	transform: rotate(-46deg);
	box-shadow: 0 2px 10px rgba(0, 0, 0, .2)
}
.leftBottom {
	margin-top: 20px;
	background: #fff;
	position: relative;
	overflow: hidden
}

.leftBottom .links {
	padding: 28px 22px 25px 33px;
	line-height: 28px;
	float: left
}

.leftBottom h2 {
	font-family: MicrosoftYaHei;
	font-size: 14px;
	letter-spacing: 0;
	width: 600px;
}

.leftBottom .desc {
	display: block;
	width: 540px;
	margin-top: 10px;
	font-family: MicrosoftYaHei;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0;
	color: #999
}

.nowrap {
	white-space: nowrap;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	letter-spacing: 0;
	color: #666
}

.subling-title {
	display: block
}

.subling-title+.subling-title {
	margin-top: 12px
}

.mr-13 {
	margin-right: 13px
}

.downloadApp {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	width: 200px;
	border-left: 1px solid #ddd;
	vertical-align: middle;
	line-height: 100%
}

.downloadApp>div {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
	     -o-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%)
}

.downloadApp img {
	width: 80px;
	height: 80px
}

.appName {
                display:block;
	margin-top: 40px;
	margin-bottom: 16px;
	line-height: 50px
}

.downloadBtn {
	width: 96px;
	margin: 0 auto;
	height: 30px;
	line-height: 30px;
	background-color: #ffa66e;
	border-radius: 15px;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	letter-spacing: 0;
	color: #fff;
	cursor: pointer;
	margin-top:15px;
}

.downloadBtn a {
	color: #fff
}

.tagAfterText+.tagAfterText {
	margin-left: 5px
}

.tagsPageList {
	padding-top: 10px
}

.tagsPageList li {
	margin-left: 5px;
	margin-bottom: 5px
}

.content .slide .recommendList {
	padding: 17px 23px 21px;
	line-height: 28px
}

.content .slide .recommendList a {
	font-family: MicrosoftYaHei;
	font-size: 14px;
	letter-spacing: 0;
	color: #333;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	   -moz-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	padding: 20px 0;
	cursor: pointer
}

.content .slide .recommendList a:hover {
	color: #ffa66e
}

.content .slide .recommendList .primary-color {
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: 400;
	font-stretch: normal;
	letter-spacing: 0;
	color: #ffa66e;
	margin-right: 14px
}

.content .slide .recommendList .recommendUnit {
	display: block;
	width: 278px;
	word-break: break-all;
}

.page-h3 {
	font-family: MicrosoftYaHei;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 0;
	color: #333
}

.divider {
	width: 100%;
	height: 1px;
	background-color: #ddd
}

.dashedDevider {
	width: 100%;
	height: 1px;
	background-image: -webkit-gradient(linear,left top, right top,color-stop(0, #ddd),color-stop(50%, #ddd),color-stop(50%, transparent));
	background-image: -webkit-linear-gradient(left,#ddd 0,#ddd 50%,transparent 50%);
	background-image: -moz-linear-gradient(left,#ddd 0,#ddd 50%,transparent 50%);
	background-image: -o-linear-gradient(left,#ddd 0,#ddd 50%,transparent 50%);
	background-image: linear-gradient(to right,#ddd 0,#ddd 50%,transparent 50%);
	-o-background-size: 8px 1px;
	   background-size: 8px 1px;
	background-repeat: repeat-x
}

.setTop {
	width: 36px;
	height: 20px;
	background-color: #f5f5f5;
	border-radius: 10px;
	border: solid 1px #ffa66e;
	margin-right: 6px;
	font-family: MicrosoftYaHei;
	font-size: 12px;
	line-height: 28px;
	letter-spacing: 0;
	color: #ffa66e;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center
}

.grey-text {
	font-family: MicrosoftYaHei;
	font-size: 12px;
	letter-spacing: 0;
	color: #333;
}

.desc {
	line-height: 20px
}

.article-date,.article-username {
	margin-left: 5px;
	margin-right: 11px
}

.viewTime {
	margin-left: 6px
}

.adaptIcon {
	margin-left: 17px;
	margin-right: 5px
}

.mainContent {
	margin-top: 22px;
	margin-bottom: 18px;
	font-size: 14px;
	line-height:30px;
}

.article-Link span {
	color: #666
}

.article-Link+.article-Link {
	margin-left: 10px
}

.pagebar {
	text-align: center;
	position: absolute;
	bottom: -25px;
	left: 50%;
	-webkit-transform: translate(-50%,100%);
	   -moz-transform: translate(-50%,100%);
	     -o-transform: translate(-50%,100%);
	        transform: translate(-50%,100%)
}

#popup {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.3);
	z-index: 1;
	display: none;
	border-radius: 5px
}

#reward-img {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center
}

#QRCodeCover {
	width: 400px;
	height: 400px;
	position: relative
}

#QRCodeCover img {
	max-width: 400px;
	max-height: 400px
}

#close {
	position: absolute;
	right: 10px;
	top: 10px;
	color: #666;
	cursor: pointer;
	font-size: 24px
}
#myInput{
	position: absolute;
	bottom: 500000px;
}
