body{
	background: #f5f5f5;
}
html.active,body.active{
	height: 100%;
	overflow: hidden;
}
.content{
	margin-bottom: 70px;
}
.content .con_top img{
	width: 100%;
	height: 100%;
}
.content .con_body{
	background: #FFFFFF;
	border-radius:10px;
	margin-top: 5px;
	overflow: hidden;
	padding:25px 15px;
}
.content .con_body .cbody_top{
	padding-bottom: 15px;
	border-bottom: 1px solid #e6e6e6;
}
.content .con_body .cbody_top .ctop_t{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.content .con_body .cbody_top .ctop_t .ctop_t_l{
	width: 70px;
	height: 70px;
}
.content .con_body .cbody_top .ctop_t .ctop_t_l img{
	width: 100%;
	height: 100%;
}
.content .con_body .cbody_top .ctop_t .ctop_t_r h4{
	font-size: 16px;
    color: #000;
    margin: 0 0 15px 0;
    font-weight: bold;
    padding-top: 0px;
}
.content .con_body .cbody_top .ctop_t .ctop_t_r p{
	color: #ee0000; 
}
.content .con_body .cbody_top .ctop_t .ctop_t_r h2{
	font-size: 20px;
    color: #336699;
    font-weight: bold; 
    word-break: break-all;
    text-align: right; 
}
.content .con_body .ctop_b{
    padding: 10px;
    background-color: #eee;
    border-radius: 2px;
    font-size: 13px;
}
.content .con_body .ctop_b .ctop_b_text{
	/*overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;*/
}
.content .con_body .ctop_b .ctop_b_pag{
	margin-top: 10px;
	text-align: center;
	font-size: 12px;
	color: #243984;
}
.content .con_body .ctop_b .ctop_b_pag img{
	width: 10px;
	height: 10px;
	margin-top: -2px;
	margin-left: 5px;
}
.content .con_body .con_zp{
	padding-top: 15px;
}
.content .con_body .con_zp .zp_title{
	color: rgb(226, 124, 214);
	text-align: center;
	line-height: 35px;
	font-size: 17px;
}
.content .con_body .con_zp .zp_body{
	margin-top: 10px;
	background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(159, 160, 160, 0.4);
    box-shadow: 0px 0px 12px 0px rgba(159, 160, 160, 0.4);
}
.content .con_body .con_zp .zp_body ul{
	margin: 0;
	padding: 0;
}
.content .con_body .con_zp .zp_body ul li{
	list-style: none;
	padding: 10px;
	border-bottom: 1px solid #e6e6e6;
}
.content .con_body .con_zp .zp_body ul li:last-child{
	border: none;
}
.content .con_body .con_zp .zp_body ul li a{
	text-decoration: none;
	color: #333333;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.content .con_body .con_zp .zp_body ul li a .zp_left{
	width: 100px;
	height: 80px;
}
.content .con_body .con_zp .zp_body ul li a .zp_left img{
	width: 80px;
	height: 100%;
	border-radius: 5px;
}
.content .con_body .con_zp .zp_body ul li a .zp_right{
	width: 70%;
	padding-left:0px ;
}
.content .con_body .con_zp .zp_body ul li a .zp_right h4{
    font-size: 14px;
    line-height: 16px;
    color: #333;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    margin:8px 0 0 0;
    padding-top: 2px;
}
.content .con_body .con_zp .zp_body ul li a .zp_right p{
    width: 100%;
    font-size: 12px;
    color: #999;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 10px 0 0 0;
}
.content .con_body .Tz{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-top: 35px;
}
.content .con_body .Tz a{
	display: block;
	text-decoration: none;
}
.content .con_body .Tz a img{
	width: 100%;
}
.footer{
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 55px;
	background: #FFFFFF;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.footer ul{
	width: 15%;
	margin: 0;
	padding: 0;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.footer ul li{
	width: 100%;
	text-align: center;
	list-style: none;
	border-right: 1px solid #e6e6e6;
}
.footer ul li a{
	text-decoration: none;
	display: block;
	color: #999999;
	padding-top: 7px;
}
.footer ul li a img{
	height: 18px;
}
.footer ul li a p{
	margin-top: 3px;
	margin-bottom: 0;
	font-size: 10px;
}
.footer .footer_right{
	width: 85%;
	padding: 10px;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.footer .footer_right a{
	text-decoration: none;
	width: 23%;
	text-align: center;
	background: #d70029;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.footer .footer_right a:nth-child(2){
	background:#ffb000;
}
.bright{
	position: fixed;
	top: 100px;
	right: 10px;
	z-index: 999;
}
.bright p{
	width: 45px;
	height: 45px;
	margin: 0 0 10px 0;
	position: relative;
	font-size: 12px;
	float: right;
}
.bright p.FX{
	text-align: center;
}
.bright p.FX img{
	width: 40px;
	height: 40px;
}
.bright p img{
	width: 100%;
	height: 100%;
}
.bright p span{
	display: block;
}
.bright p a{
	display: block;
}
.bright p small{
	position: absolute;
	left: 0;
	bottom:8px;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
}
.bright .dhuod{
	width: 40px;
	height: 40px;
	background: rgba(0,0,0,0.6);
	border-radius:50%;
	text-align: center;
	margin-left: 5px;
	padding-top: 5px;
}
.bright .dhuod a{
	text-decoration: none;
	color: #FFFFFF;
}
.bright .FK{
	width: 80px;
	height: 45px;
	background: rgba(0,0,0,0.6);
	border-radius:5px;
	text-align: center;
	margin-left: 5px;
	padding-top: 335px;
	color: #FFFFFF;
	margin-bottom: 15px;
}
.bright .FK h5{
	margin:3px 0 0 0;
	font-size: 14px;
}
.Zd{
	display: none;
	position: fixed;
	bottom: 100px;
	right: 15px;
	z-index: 999;
}
.Zd img{
	width: 35px;
	height: 35px;
}
.Fenx{
	display: none;
	position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgb(0,0,0, 0.5);
    overflow: auto;
    padding-top: 35px;
}
.Fenx span{
	display: block;
	width: 25px;
	height: 25px;
	float: right;
	margin-bottom: 25px;
}
.Fenx span img{
	width: 100%;
	height: 100%;
}
.Fenx p img{
	width: 100%;
	height: 100%;
	border-radius:3px;
}

.Zhe{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	z-index: 99;
	opacity: 0.5;
}
.Liuy{
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 80%;
	overflow-y: auto;
	background: #FFFFFF;
	padding-top: 15px;
	-webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    transition: transform .2s,-webkit-transform .2s;
}
.Liuy.active{
	-webkit-transform: translate(0);
    transform: translate(0);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    transition: transform .2s,-webkit-transform .2s;
}
.Liuy .Liuy_title{
   	font-size: 12px;
    color: #999;
    padding:0 15px 10px 15px;
    border-bottom: 1px solid #f0f0f0;
}
.Liuy .Liuy_title small{
	float: right;
}
.Liuy .Liuy_title small img{
	width: 15px;
	height: 15px;
	margin-top: -3px;
}
.Liuy .Liuy_top{
	padding: 15px 0;
}
.Liuy .Liuy_top ul{
	margin: 0;
	padding: 0;
}
.Liuy .Liuy_top ul li{
	list-style: none;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 10px;
}
.Liuy .Liuy_top ul li label{
	font-weight: normal;
	width: 75px;
	margin-top: 5px;
}
.Liuy .Liuy_top ul li span{
	width: 100%;
}
.Liuy .Liuy_top ul li input{
	width: 100%;
	height: 30px;
	padding:0 12px;
    background: #f4f4f4;
    border: 1px solid #e6e6e6;
    outline: none;
    font-size: 12px;
}
.Liuy .Liuy_top ul li textarea{
	width: 100%;
	height: 75px;
	padding:5px 12px;
    background: #f4f4f4;
    border: 1px solid #e6e6e6;
    outline: none;
    font-size: 12px;
}
.Liuy .Liuy_top ul li.text label{
	margin-top: 25px;
}
.Liuy .Liuy_top ul li button{
	width: 100%;
	height: 35px;
	background: #118eea;
	color: #FFFFFF;
	outline: none;
	border: none;
	border-radius:5px;
}
.Liuy .Liuy_body ul{
	margin: 0;
	padding: 0;
}
.Liuy .Liuy_body ul li{
	list-style: none;
	padding: 15px 0;
	border-bottom:1px solid #e6e6e6;
}
.Liuy .Liuy_body ul li h5{
	color: #666;
	margin: 0 0 10px 0;
}
.Liuy .Liuy_body ul li h5 small{
	float: right;
	margin-top: 2px;
}
.Liuy .Liuy_body ul li div{
	color: #333;
	font-size: 12px;
	text-indent: 2em;
}
.Liuy .Liuy_body .pag{
	text-align: center;
	margin: 15px 0;
}
.Liuy .Liuy_body .pag a{
	text-decoration: none;
	color: #999999;
	font-size: 12px;
}