html {
	height: 100%
}

body {
	background-color: #f5f5f5;
	padding-bottom: 60px;
	color: #333;
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

.tname {
	font-size: 20px;
	color: red
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	font-size: 0.83em;
}

.none {
	display: none
}

.wrap {
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
}

.container {
	padding: 0;
	overflow: hidden;

}

.container .row {
	padding: 10px 10px 10px 10px;
	background-color: #fff;
	margin-bottom: 10px;
}

.container .row .none {
	display: none;
}

.container .row.fixed-bottom {
	position: fixed;
	z-index: 999;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 20px;
	padding: 0;
	margin: 0;
}

.container .row.fixed-top {
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	width: 100%;
	min-height: 20px;
	padding: 0;
	margin: 0;
}

.container .row.fixed-left {
	position: fixed;
	z-index: 999;
	left: 0;
	top: 30%;
	padding: 0;
	margin: 0;
	max-width: 220px;
}

.container .row.fixed-right {
	position: fixed;
	z-index: 999;
	right: 0;
	top: 30%;
	padding: 0;
	margin: 0;
	max-width: 220px;
}

.container .row.fixed-bottom img {
	max-width: 100%;
}

.container .row.fixed-top img {
	max-width: 100%;
}

.container .row.fixed-right img {
	max-width: 100%;
}

.container .row.fixed-left img {
	max-width: 100%;
}

.container .row.padding-no {
	padding: 0;
}

.container .row.padding-xs {
	padding: 5px;
}

.container .row.padding-sm {
	padding: 20px;
}

.container .row.padding-lg {
	padding: 30px;
}

.container .row.padding-no [class^=col-] {
	padding: 0;
}

.diy-modal {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-color: rgba(0, 0, 0, 0.5);
}

.diy-modal .diy-box {
	width: 80%;
	margin: 0 auto;
	position: relative;
	top: 8%;
}

#tginfo {
	background-color: #fff;
	text-align: center;
	padding: 15px;
	margin-bottom: 10px;
	font-size: 12px;
}

.wtpl_wx,
.wtpl_wname {
	font-weight: 800;
}

.tab-fixed {
	position: fixed;
	top: 0;
	z-index: 9999;
	left: 0;
}

.nav.nav-secondary {
	width: 100%;
	background: #fff;
}

#tginfo {
	margin-bottom: 50px !important
}

.p1 {
	padding: 0px 0.5em;
	line-height: 1.6em;
	color: rgb(89, 89, 89);
	font-size: 16px;
	text-indent: 1.5em
}

.p {
	font-size: 1em;
	line-height: 200%;
	padding: 10px;
	text-indent: 2em;
}

.p span {
	background: #FFE366;
	color: #444444;
	font-weight: bolder;
	padding: 0px;
	10px;
}

.pic {
	width: 90%;
	margin: 1rem auto;
}

.pic img {
	width: 100%;
}

.small_title {
	color: #ed7d31;
	font-size: 13px;
}

.bg_qh {
	color: #ed7d31;
	font-weight: bold;
}

.btn {
	display: inline-block;
	padding: 7px 3px;
	margin-bottom: 0;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.53846154;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	border-radius: 2px;
	-webkit-transition: all .4s cubic-bezier(.175, .885, .32, 1);
	-o-transition: all .4s cubic-bezier(.175, .885, .32, 1);
	transition: all .4s cubic-bezier(.175, .885, .32, 1);
}

/*导航*/
li {
	list-style: none;
}

.FL {
	float: left;
}

.FR {
	float: right;
}

.top_r {
	width: 210px;
	padding-top: 24px;
	padding-bottom: 10px;
	float: right;
}

.top_r ul li {
	width: 100px;
	text-align: center;
	float: left;
}

.top_r ul .l1 {
	width: 20px;
	text-align: center;
}

.top_r ul .l2 {
	width: 60px;
	text-align: center;
}

.top {
	background-color: #fff;
	height: auto;
	width: 100%;
	margin: 0 auto;
	max-width: 640px;
}

.screening {
	width: 100%;
	overflow: hidden;
	background: #58ACFA;
	z-index: 4;
}

.screening>ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: solid 1px #d3d3d3;
	overflow: hidden;
}

.screening>ul>li {
	float: left;
	font-size: 0.75em;
	width: 22%;
	text-align: center;
	line-height: 3rem;
	border-left: solid 1px #d3d3d3;

}

a {
	text-decoration: none;
}

.bai {
	color: #FFFFFF;
}

/**/
.top {
	width: 100%;
	border: 1px solid #ccc;
	background: #f4f5f9;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}

.top .top_img {
	padding: 10px 10px 5px 10px;
	width: 130px;
	float: left;
}

.topTitle {
	background: #fff;
	/*height:50px;*/
	line-height: 25px;
	font-size: 18px;
	padding: 10px;
}

.lz {}

.top .top_img img {
	width: 100%;
	border: 1px solid #fff;
}

.top .top_title {
	width: 100%;
	line-height: 30px;
	padding-top: 20px;
}

.top .top_title .span1 {
	font-size: 22px;
	display: block;
}

.top .top_title .span2 {
	background: #ff7277;
	font-size: 10px;
	color: #fff;
	padding: 4px;
	border-radius: 5px;
	margin-left: 10px;
}

.top .top_title .span3 {
	color: #ccc;
}

.top .top_title .span3_1 {
	color: red;
}

.top .top_title .span4 {
	color: #ccc;
}

.top .top_title .span4_1 {
	color: red;
}

.jinghua {
	position: absolute;
	right: 0;
	bottom: 20px;
	font-size: 22px;
	color: red;
	border: 1px solid red;
	transform: rotate(-45deg);
}


.copy_btn {
	position: relative;
	display: inline-block;
	/* margin: 0 0 25px 0px;*/
	padding: 1px;
	width: 50px;
	background: #55C0D0;
	border: #0099cc;
	color: #fff;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	/*font-weight: bold;*/
	line-height: 20px;
	cursor: pointer;
	font-size: 0.8em;
	border-radius: 2px;
}



.win {
	display: none;
}

.mask-layer {
	position: fixed;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	filter: alpha(opacity=50);
	background-color: black;
	z-index: 99998;
	top: 0px;
	left: 0px;
}

.body-panel {
	position: fixed;
	width: 100%;
	max-width: 720px;
	top: 40%;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 0 0 4px 4px;
	z-index: 99999;
	background: #fff;
	background-image: url(static/images/wenli.png);
}

.contentnew {
	padding: 10px 10px 0px 10px;
	font-size: 16px;
	min-height: 40px;
	line-height: 22px;
	text-align: center;
}

.btns {
	text-align: center;
}

.w-btn {
	display: inline-block;
	width: 60px;
	height: 26px;
	line-height: 26px;
	background-color: #55C0D0;
	color: white;
	cursor: pointer;
	text-align: center;
	border-radius: 2px;
	text-decoration: none;
	margin: 0 10px 0px 10px;
	border: none;
	font-size: 14px;
}

.dis_blk {
	display: block;
}

.dis_no {
	display: none;
}

.rich_media_title {
	padding-bottom: 10px;
	margin-bottom: 14px;
	border-bottom: 1px solid #e7e7eb;
	width: 100%;
	background: #55C0D0;
	color: #fff;
	height: 1.8em;
	line-height: 1.8em;
	text-align: center;
	padding-top: 0.15em
}

.rich_media_title {
	margin-bottom: 18px;
	line-height: 1.4em;
	font-weight: bold;
	font-size: 24px;
}

p.date {
	width: 100%;
	/* margin-top: 3%; */
	text-align: left;
	color: #607fa6;
	font-size: 11px;
}

p.date .border-radius {
	width: 40px;
	border: 1px solid #999999;
	border-radius: 10px;
	text-align: center;
	font-size: 11px;
	display: inline-block;
}

span.zd {
	background: #FFE366;
	color: #444444;
}

#zanlist {
	text-align: center
}

#zanlist img {
	width: 30px;
	height: 30px;
	border-radius: 100%
}


span.zd {
	/* background: #00be6e;color: #fff; */
	/* background: #ff5c38;color: #fff; */
	background: linear-gradient(90deg, #ff850b 0, #ff5945);
	color: #fff;
}











/* ----------------------------------------------------------------------- */
.bottom-bar {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 60px;
	display: none;
	background: rgba(0, 0, 0, .75);

}

.bottom-bar img {
	float: left;
	/* margin-top:10px;
	margin-left:10px; */
	margin: 5px 0px;
	width: 50px;
	height: 50px;
}

.bottom-bar h5 {
	line-height: 25px;
	color: white;
	font-weight: bolder;
	position: relative;
	top: -12px;
	font-size: 16px;
}

.bottom-bar h5 strong {
	/* padding:3px 5px 0 5px; */
	color: #FFF;
	background-color: #F00;
}

.success {
	width: 90%;
	/* background: #f3f3f5  #ec7259; */
	background: #f3f3f5;
	color: #fff;
	padding: 5px 0 5px;
	border-radius: 10px;
	text-align: center;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
}

.success a {
	color: #00D48C;
}

#animationTipBox {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*background: rgba(0,0,0,.3);*/
	z-index: 10000;
	width: 100%;
	height: 100%;
	font-size: 1rem;
	display: none
}

#animationTipBox .icon {
	position: relative;
	width: 50px;
	border-radius: 50px;
	margin: 4px auto;
	margin-top: 5px;
}

#animationTipBox .icon_box {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	text-align: center;
	position: relative
}

.tip .icon {
	width: 80px;
	height: 80px;
	background-color: #6c3;
	border-radius: 100%;
	color: #fff;
	font-size: 80px;
	text-align: center;
	line-height: 80px
}

#animationTipBox .lose .icon {
	border-color: #ff9090
}

#animationTipBox .lose .icon_box {
	-webkit-animation: lose_Animation .5s;
	-moz-animation: lose_Animation .5s;
	animation: lose_Animation .5s
}

#animationTipBox .dec_txt {
	font-size: 16px;
	text-align: center;
	color: #1f0202;
	line-height: 26px;
	padding: 5px 0 10px 0;
	border-top: 1px solid #fff
}

.success .line_short {
	width: 25px;
	height: 5px;
	position: absolute;
	left: 14px;
	top: 46px;
	border-radius: 4px;
	background-color: #6c3;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-animation: success_short_Animation .65s;
	-moz-animation: success_short_Animation .65s;
	animation: success_short_Animation .65s
}

.success .line_long {
	width: 47px;
	height: 5px;
	position: absolute;
	right: 8px;
	top: 38px;
	border-radius: 4px;
	background-color: #6c3;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: success_long_Animation .65s;
	-moz-animation: success_long_Animation .65s;
	animation: success_long_Animation .65s
}

.lose .line_left,
.lose .line_right {
	width: 47px;
	height: 5px;
	position: absolute;
	left: 17px;
	top: 37px;
	border-radius: 4px;
	background-color: #ff9090;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg)
}

.qx {
	width: 2.5rem;
	border: 1px solid #999999;
	border-radius: 10px;
	font-size: 14px;
	float: left;
	margin-left: 3rem;
	color: #999999;
}

.qd {
	width: 2.5rem;
	border: 1px solid #00D48C;
	border-radius: 10px;
	font-size: 14px;
	float: left;
	color: #00D48C;
	margin-left: 1rem;
}

.dec_txt_p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0.3rem;
}

.wxbtn {
	font-size: 16px;
}

.wxbtn li {
	width: 50%;
	float: left;
	text-align: center;
}

.wxbtn li span {
	display: inline-block;
	width: 5rem;
	cursor: pointer;
}

.wx_hm {
	color: red;
}

/* 定义keyframe动画，命名为blink */
@keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 1;
	}

	50.01% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

/* 添加兼容性前缀 */
@-webkit-keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 1;
	}

	50.01% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

@-moz-keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 1;
	}

	50.01% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

@-ms-keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 1;
	}

	50.01% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

@-o-keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 1;
	}

	50.01% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

/* 定义blink类*/
.blink {
	color: #dd4814;
	animation: blink 1s linear infinite;
	/* 其它浏览器兼容性前缀 */
	-webkit-animation: blink 1s linear infinite;
	-moz-animation: blink 1s linear infinite;
	-ms-animation: blink 1s linear infinite;
	-o-animation: blink 1s linear infinite;
}
.imgyy{

                 box-shadow: 10px 10px 10px rgba(0,0,0,.5);

                 /*考虑浏览器兼容性*/

                 -moz-box-shadow: 10px 10px 10px rgba(0,0,0,.5);

                 -webkit-box-shadow: 10px 10px 10px rgba(0,0,0,.5);

            }
