html{font-size: 100px;}
*{
	margin: 0;
	padding:0;
	font-family: '微软雅黑';
}

textarea{
	resize:none;
    outline:none;    /*去掉聚焦时的黄色边框*/
}
button{
    outline:none;   
}
li {list-style-type:none;}
li img {display: block;}

a{text-decoration:none;}
.arial{font-family: arial;}
.f14{font-size: 0.14rem;}
.f16{font-size: 0.16rem;}
.f18{font-size: 0.18rem;}
.f20{font-size: 0.20rem;}
.f22{font-size: 0.22rem;}
.f24{font-size: 0.24rem;}
.f26{font-size: 0.26rem;}
.f28{font-size: 0.28rem;}
.f30{font-size: 0.3rem;}
.f32{font-size: 0.32rem;}
.f34{font-size: 0.34rem;}
.f36{font-size: 0.36rem;}
.f38{font-size: 0.38rem;}
.f44{font-size: 0.44rem;}
.f1_05{font-size:1.05rem;}



.display_block{display: block;}
.display_none{display: none;}
.text_center{text-align: center;}
.text_left{text-align: left;}
.text_right{text-align: right;}
.f_l{float: left;}.f_r{float: right;}.clear{clear: both;}



.p_a{position: absolute;}
.p_r{position: relative;}
.p_f{position: fixed;}


.post_title{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 5.5rem;/*550px*/
	padding-top: 0.35rem;/*35px*/
}
.user_name{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 1.6rem;/*160px*/
}
.user_post{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 3.5rem;/*350px*/
}

.tips{
	width:4rem;
	height:1.5rem;
	line-height:1.5rem;
	text-align:center;
	font-size: 0.4rem;
	background-color: #000000;
	color: #ffffff;
	border-radius: 0.1rem;
	position: fixed;
	left:50%;
	top: 50%;
	margin-top:-0.75rem;
	margin-left:-2rem;
/* 	padding: 0.15rem; */
	
}

.c_242424{
	color: #242424;
}
.c_a7a7a7{
	color: #a7a7a7;
}
.c_a8a8a8{
	color: #a8a8a8;
}
.c_999999{
	color: #999999;
}
.c_f5a623{
	color: #f5a623;
}
.c_8b562a{
	color: #8b562a;
}
.c_dedede{
	color: #dedede;
}
.c_ff7932{
	color: #ff7932;
}
.c_4a4a4a{
	color: #4a4a4a;
}
.c_f3d164{
	color: #f3d164;
}
.c_fd3d3d3{
	color: #d3d3d3;
}
.c_fffd870{
	color: #ffd870;
}
.c_f5b52c{
	color: #f5b52c;
}
.rgb_000000{
	background: rgba(52, 52, 52, 0.5);
}
.rgb_black{
	background: black;
}

.bgc_ffffff{
	background-color: #ffffff;
}
.bgc_f3d164{
	background-color: #f3d164;
}
.bgc_f3d164{
	background-color: #f3d164;
}
.bgc_e3c36d{
	background-color: #e3c36d;
}
.bgc_38237c{
	background-color: #38237c;
}
.opacity{   
filter:alpha(opacity=80); /* IE */  
-moz-opacity:0.8; /* 老版Mozilla */  
-khtml-opacity:0.8; /* 老版Safari */  
opacity: 0.8; /* 支持opacity的浏览器*/  
}  


.top_100{
	top: -1rem;/*-100px*/
}
.top_50{
	top: -0.5rem;/*-50px*/
}
.top0{
	top:0;
}
.top20_{
	top: 20%;
}
.top50_{
	top: 50%;
}
.top50{
	top: 0.5rem;/*50px*/
}
.top72{
	top: 0.72rem;/*72px*/
}
.top80{
	top: 0.8rem;/*80px*/
}
.top100{
	top: 1rem;/*100px*/
}
.top150{
	top: 1.5rem;/*150px*/
}
.top400{
	top: 4rem;/*400px*/
}
.bottom_100{
	bottom: -1rem;/*-100px*/
}
.bottom_50{
	bottom: -0.5rem;/*-50px*/
}
.bottom0{
	bottom:0;
}
.bottom30{
	bottom: 0.3rem;/*30px*/
}
.bottom50{
	bottom: 0.5rem;/*50px*/
}
.bottom72{
	bottom: 0.72rem;/*72px*/
}
.bottom80{
	bottom: 0.8rem;/*80px*/
}
.bottom100{
	bottom: 1rem;/*100px*/
}
.bottom115{
	bottom: 1.15rem;/*115px*/
}
.bottom130{
	bottom: 1.3rem;/*130px*/
}
.bottom150{
	bottom: 1.5rem;/*150px*/
}

.left0{
	left:0;
}
.left5_{
	left: 50%;
}
.left30{
	left:0.3rem;  /*30px*/
}
.left90{
	left: 0.9rem;/*90px*/
}
.left100{
	left:1rem;/*100px*/
}
.left120{
	left:1.2rem;  /*120px*/
}
.left290{
	left:2.9rem;  /*290px*/
}

.right{
	right:0;
}


.w50_{
	width: 50%;
}

.w100_{
	width: 100%;
}
.w10{
	width: 0.1rem;/*10px*/
}
.w20{
	width: 0.2rem;/*20px*/
}
.w30{
	width: 0.3rem;/*30px*/
}
.w42{
	width: 0.42rem;/*42px*/
}
.w45{
	width: 0.45rem;/*45px*/
}
.w48{
	width: 0.48rem;/*48px*/
}
.w50{
	width: 0.5rem;/*50px*/
}
.w51{
	width: 0.51rem;/*51px*/
}
.w60{
	width: 0.6rem;/*60px*/
}
.w64{
	width: 0.64rem;/*64px*/
}
.w70{
	width: 0.7rem;/*70px*/
}
.w77{
	width: 0.77rem;/*77px*/
}
.w80{
	width: 0.8rem;/*80px*/
}
.w88{
	width: 0.88rem;/*88px*/
}
.w100{
	width: 1rem;/*100px*/
}
.w150{
	width: 1.5rem;/*150px*/
}
.w160{
	width: 1.6rem;/*160px*/
}
.w168{
	width: 1.68rem;/*168px*/
}
.w170{
	width: 1.70rem;/*170px*/
}
.w172{
	width: 1.72rem;/*172px*/
}
.w192{
	width: 1.92rem;/*192px*/
}
.w240{
	width: 2.4rem;/*240px*/
}
.w250{
	width: 2.5rem;/*250px*/
}
.w256{
	width: 2.56rem;/*256px*/
}
.w400{
	width: 4rem;/*400px*/
}
.w423{
	width: 4.23rem;/*423px*/
}
.w427{
	width: 4.27rem;/*427px*/
}
.w468{
	width: 4.68rem;/*468px*/
}
.w520{
	width: 5.2rem;/*520px*/
}
.w528{
	width: 5.28rem;/*528px*/
}
.w570{
	width: 5.7rem;/*570px*/
}
.w630{
	width: 6.3rem;/*630px*/
}
.w640{
	width: 6.4rem;/*640px*/
}
.w690{
	width: 6.9rem;/*690px*/
}
.w710{
	width: 7.1rem;/*710px*/
}
.w710{
	width: 7.1rem;/*710px*/
}






.h100_{
	height: 100%;
}
.h5{
	height: 0.05rem;/*5px*/
}
.h10{
	height: 0.1rem;/*10px*/
}
.h35{
	height: 0.35rem;/*35px*/
}
.h39{
	height: 0.39rem;/*39px*/
}
.h40{
	height: 0.40rem;/*40px*/
}
.h50{
	height: 0.5rem;/*50px*/
}
.h60{
	height: 0.6rem;/*60px*/
}
.h90{
	height: 0.9rem;/*90px*/
}
.h98{
	height: 0.98rem;/*98px*/
}
.h99{
	height: 0.99rem;/*99px*/
}
.h100{
	height: 1rem;/*100px*/
}
.h105{
	height: 1.05rem;/*105px*/
}
.h120{
	height: 1.2rem;/*120px*/
}
.h112{
	height: 1.12rem;/*112px*/
}
.h135{
	height: 1.35rem;/*135px*/
}
.h150{
	height: 1.5rem;/*150px*/
}
.h300{
	height: 3rem;/*300px*/
}
.h350{
	height: 3.5rem;/*350px*/
}
.h462{
	height: 4.62rem;/*462px*/
}
.h500{
	height: 5rem;/*500px*/
}
.h550{
	height: 5.5rem;/*550px*/
}
.h715{
	height: 7.15rem;/*715px*/
}
.h840{
	height: 8.4rem;/*840px*/
}
.lh10{
	line-height: 0.1rem;/*10px*/
}
.lh35{
	line-height: 0.35rem;/*35px*/
}
.lh39{
	line-height: 0.39rem;/*39px*/
}
.lh40{
	line-height: 0.4rem;/*40px*/
}
.lh42{
	line-height: 0.42rem;/*42px*/
}
.lh50{
	line-height: 0.5rem;/*50px*/
}
.lh60{
	line-height: 0.6rem;/*60px*/
}
.lh90{
	line-height: 0.9rem;/*90px*/
}
.lh98{
	line-height: 0.98rem;/*98px*/
}
.lh100{
	line-height: 1rem;/*100px*/
}
.lh150{
	line-height: 1.5rem;/*150px*/
}




.margin0_auto{
	margin: 0 auto;
}
.margin0{
	margin: 0;
}
.margin10_10{
	margin: 0.1rem 0.1rem;/*10px 10px*/
}
.photo{
	margin:0.72rem auto 0.12rem auto;
}




.m_l_10{
	margin-left: -0.1rem;/*-10px*/
}
.m_l_287_5{
	margin-left: -2.875rem;/*-287.5px*/
}
.m_l_32{
	margin-left: -0.32rem;/*-287.5px*/
}
.m_l_32_5{
	margin-left: -0.325rem;/*-32.5px*/
}
.m_l_35{
	margin-left: -0.35rem;/*-35px*/
}
.m_l_50{
	margin-left: -0.5rem;/*-50px*/
}
.m_l_60{
	margin-left: -0.6rem;/*-50px*/
}
.m_l_5{
	margin-left: 0.05rem;/*5px*/
}
.m_l10{
	margin-left: 0.1rem;/*10px*/
}
.m_l15{
	margin-left: 0.15rem;/*15px*/
}
.m_l20{
	margin-left: 0.2rem;/*20px*/
}
.m_l25{
	margin-left: 0.25rem;/*25px*/
}
.m_l28{
	margin-left: 0.28rem;/*28px*/
}
.m_l30{
	margin-left: 0.3rem;/*30px*/
}
.m_l40{
	margin-left: 0.4rem;/*40px*/
}
.m_l50{
	margin-left: 0.5rem;/*50px*/
}
.m_l70{
	margin-left: 0.7rem;/*70px*/
}
.m_l90{
	margin-left: 0.9rem;/*90px*/
}
.m_l92{
	margin-left: 0.92rem;/*92px*/
}
.m_l100{
	margin-left: 1rem;/*100px*/
}
.m_l104{
	margin-left: 1.04rem;/*104px*/
}
.m_l138{
	margin-left: 1.38rem;/*138px*/
}
.m_l150{
	margin-left: 1.5rem;/*150px*/
}
.m_l180{
	margin-left: 1.8rem;/*180px*/
}
.m_r_10{
	margin-right: -0.1rem;/*-10px*/
}
.m_r5{
	margin-right: 0.05rem;/*5px*/
}
.m_r10{
	margin-right: 0.1rem;/*10px*/
}
.m_r12{
    margin-right: 0.12rem;/*12px*/
}
.m_r23{
    margin-right: 0.23rem;/*23px*/
}
.m_r30{
	margin-right: 0.3rem;/*30px*/
}
.m_r40{
	margin-right: 0.4rem;/*40px*/
}
.m_r50{
	margin-right: 0.5rem;/*50px*/
}
.m_l56{
	margin-left: -0.56rem;/*56px*/
}
.m_r100{
	margin-right: 1rem;/*100px*/
}
.m_r150{
	margin-right: 1.5rem;/*150px*/
}
.m_t_5{
	margin-top: -0.05rem;/*5px*/
}
.m_t_32{
	margin-top: -0.32rem;/*32px*/
}
.m_t7{
	margin-top: 0.07rem;/*7px*/
}
.m_t10{
	margin-top: 0.1rem;/*10px*/
}
.m_t15{
	margin-top: 0.15rem;/*15px*/
}
.m_t16{
	margin-top: 0.16rem;/*16px*/
}
.m_t25{
	margin-top: 0.25rem;/*25px*/
}
.m_t30{
	margin-top: 0.3rem;/*30px*/
}
.m_t35{
	margin-top: 0.35rem;/*35px*/
}
.m_t40{
	margin-top: 0.4rem;/*40px*/
}
.m_t45{
	margin-top: 0.45rem;/*45px*/
}
.m_t50{
	margin-top: 0.5rem;/*50px*/
}
.m_t60{
	margin-top: 0.6rem;/*60px*/
}
.m_t100{
	margin-top: 1rem;/*100px*/
}
.m_t150{
	margin-top: 1.5rem;/*150px*/
}
.m_t200{
	margin-top: 2rem;/*200px*/
}
.m_t300{
	margin-top: 3rem;/*300px*/
}
.m_t400{
	margin-top: 4rem;/*400px*/
}
.m_t450{
	margin-top: 4.5rem;/*450px*/
}
.m_b7{
	margin-bottom: 0.07rem;/*7px*/
}
.m_b10{
	margin-bottom: 0.1rem;/*10px*/
}
.m_b_10{
	margin-bottom: -0.1rem;/*10px*/
}
.m_b30{
	margin-bottom: 0.3rem;/*30px*/
}
.m_b40{
	margin-bottom: 0.4rem;/*40px*/
}
.m_b45{
	margin-bottom: 0.45rem;/*45px*/
}
.m_b50{
	margin-bottom: 0.5rem;/*50px*/
}
.m_b60{
	margin-bottom: 0.6rem;/*60px*/
}
.m_b72{
	margin-bottom: 0.72rem;/*72px*/
}
.m_b100{
	margin-bottom: 1rem;/*100px*/
}
.m_b150{
	margin-bottom: 1.5rem;/*150px*/
}


.padding0_50_50_50{
	padding: 0 0.5rem 0.5rem 0.5rem;/*50px*/
}
.padding_0_95{
	padding: 0 0.95rem;/*95px*/
}
.padding_10_40{
	padding: 0.1rem 0.4rem;/*10px 40px*/
}
.padding_30_40{
	padding: 0.4rem 0.3rem;/*40px 30px*/
}
.padding_0_50{
	padding: 0rem 0.5rem;/*0px 50px*/
}
.padding_50_35{
	padding: 0.5rem 0.35rem;/*50px 35px*/
}
.padding_35_50{
	padding: 0.35rem 0.5rem;/*35px 50px*/
}
.padding_5_10{
	padding: 0.05rem 0.1rem;/*5px 10px*/
}
.padding10{
	padding: 0.1rem;/*10px*/
}
.padding30{
	padding: 0.3rem;/*30px*/
}
.padding50{
	padding: 0.5rem;/*50px*/
}

.p_l_10{
	padding-left: -0.1rem;/*-10px*/
}
.p_l5{
	padding-left: 0.05rem;/*5px*/
}
.p_l10{
	padding-left: 0.1rem;/*10px*/
}
.p_l20{
	padding-left: 0.2rem;/*20px*/
}
.p_l30{
	padding-left: 0.3rem;/*30px*/
}
.p_l40{
	padding-left: 0.4rem;/*40px*/
}
.p_l50{
	padding-left: 0.5rem;/*50px*/
}
.p_l100{
	padding-left: 1rem;/*100px*/
}
.p_l110{
	padding-left: 1.1rem;/*110px*/
}
.p_l130{
	padding-left: 1.3rem;/*130px*/
}
.p_l150{
	padding-left: 1.5rem;/*150px*/
}







.p_r_10{
	padding-right: -0.1rem;/*-10px*/
}
.p_r10{
	padding-right: 0.1rem;/*10px*/
}
.p_r30{
	padding-right: 0.3rem;/*30px*/
}
.p_r40{
	padding-right: 0.4rem;/*40px*/
}
.p_r50{
	padding-right: 0.5rem;/*50px*/
}
.p_r100{
	padding-right: 1rem;/*100px*/
}
.p_r150{
	padding-right: 1.5rem;/*150px*/
}






.p_t10{
	padding-top: 0.1rem;/*10px*/
}
.p_t20{
	padding-top: 0.2rem;/*20px*/
}
.p_t30{
	padding-top: 0.3rem;/*30px*/
}
.p_t40{
	padding-top: 0.4rem;/*40px*/
}
.p_t50{
	padding-top: 0.5rem;/*50px*/
}
.p_t100{
	padding-top: 1rem;/*100px*/
}
.p_t150{
	padding-top: 1.5rem;/*150px*/
}










.p_b10{
	padding-bottom: 0.1rem;/*10px*/
}
.p_b15{
	padding-bottom: 0.15rem;/*15px*/
}
.p_b20{
	padding-bottom: 0.2rem;/*20px*/
}
.p_b30{
	padding-bottom: 0.3rem;/*30px*/
}
.p_b40{
	padding-bottom: 0.4rem;/*40px*/
}
.p_b50{
	padding-bottom: 0.5rem;/*50px*/
}
.p_b60{
	padding-bottom: 0.6rem;/*60px*/
}
.p_b100{
	padding-bottom: 1rem;/*100px*/
}
.p_b150{
	padding-bottom: 1.5rem;/*150px*/
}








.border0{
	border: 0;
}

.border_1_000000{
	border: 1px solid #000000;
}
.border_1_ff7932{
	border: 1px solid #ff7932;
}
.border_1_dedede{
	border: 1px solid #dedede;
}
.border_b_1_000000{
	border-bottom: 1px solid #000000;
}
.border_b_1_dedede{
	border-bottom: 1px solid #dedede;
}
.border_b_1_2d177c{
	border-bottom: 1px solid #2d177c;
}
.border_b_5_000000{
	border-bottom: 0.05rem solid #000000;
}


.border_radius50{
	border-radius: 50%;
}

.border_radius10{
	border-radius: 0.1rem;
}
.border_radius20{
	border-radius: 0.2rem;
}


/*杨潇 End*/

/*郑学芳 Start*/
html{font-size:100px;}
li {list-style-type:none;}
button{padding: 0;border: 0;}
.clearfix:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    /* 瑙﹀彂 hasLayout */
    zoom: 1;
}

.overflow{
    overflow:hidden;
}
.v_a_middle{vertical-align: middle;}

.display_inline_block{
    display: inline-block;
}
.text_overflow{
    overflow: hidden; /*自动隐藏文字*/
    text-overflow: ellipsis;/*文字隐藏后添加省略号*/
    white-space: nowrap;/*强制不换行*/
}
.bgc_000000{
    background-color: #000;
}
.bgc_2d177c{
    background-color: #2d177c;
}
.bgc_1d0a5e{
    background-color: #1d0a5e;
}
.bgc_271569{
    background-color: #271569;
}
.bgc_f0f0f2{
    background-color: #f0f0f2;
}
.bgc_ff4546{
    background-color: #ff4546;
}

.bgc_838486{
    background-color: #838486;
}
.bgc_330081{
    background-color: #330081;
}

.bgc_E3E3E3{
    background-color: #E3E3E3;
}

.c_000000{
    color: #000;
}

.c_ffffff{
    color: #fff;
}
.c_bbbbbb{
    color: #bbb;
}
.c_a8a8a8{
    color: #a8a8a8;
}
.c_271569{
   color: #271569;
}



.margin0_30{
    margin:0 0.3rem; /* 0px 30px*/
}
.margin0_60{
    margin:0 0.6rem; /* 0px 60px*/
}


.w16{
    width: 0.16rem; /* 16px*/
}
.w20{
    width: 0.2rem; /* 20px*/
}
.w25{
    width: 0.25rem; /* 25px*/
}
.w30{
    width: 0.30rem; /* 30px*/
}
.w34{
    width: 0.34rem; /* 34px*/
}
.w40{
    width: 0.4rem; /* 40px*/
}
.w60{
    width: 0.6rem;/* 60px*/
}
.w90{
    width: 0.9rem;/* 90px*/
}
.w100{
    width: 1rem;/* 100px*/
}
.w112{
	width: 1.12rem;/*112px*/
}
.w120{
    width: 1.2rem; /* 120px*/
}
.w180{
    width: 1.8rem;/* 180px*/
}
.w300{
    width: 3rem;/* 300px*/
}
.w320{
    width: 3.2rem;/* 320px*/
}
.w345{
    width: 3.45rem;/* 345px*/
}
.w348{
    width: 3.48rem;/* 348px*/
}
.w420{
    width: 4.2rem;/* 420px*/
}
.w480{
    width: 4.8rem;/* 480px*/
}
.w520{
    width: 5.2rem;/* 520px*/
}
.w568{
    width: 5.68rem;/* 568px*/
}
.w575{
    width: 5.75rem;/* 575px*/
}
.w670{
    width: 6.7rem;/* 670px*/
}
.w710{
    width: 7.1rem;/* 710px*/
}
.h20{
    height: 0.2rem;/* 20px*/
}
.h30{
    height: 0.3rem;/* 30px*/
}

.h70{
    height: 0.70rem;/* 70px*/
}
.h74{
    height: 0.74rem;/* 74px*/
}
.h80{
    height: 0.8rem;/* 80px*/
}

.h88{
	 height: 0.88rem;/* 88px*/
}
.h90{
	 height: 0.9rem;/* 90px*/
}
.h120{
    height: 1.2rem;/* 120px*/
}
.h190{
    height: 1.9rem;/* 190px*/
}
.h230{
    height: 2.3rem;/* 230px*/
}
.h295{
    height: 2.95rem;/* 295px*/
}
.h140{
    height: 1.4rem;/* 140px*/
}
.h146{
    height: 1.46rem;/* 146px*/
}
.h320{
    height: 3.2rem;/* 320px*/
}
.h396{
    height: 3.96rem;/* 396px*/
}
.h398{
    height: 3.98rem;/* 398px*/
}
.h410{
    height: 4.1rem;/* 410px*/
}
.h430{
    height: 4.3rem;/* 430px*/
}
.h490{
    height: 4.9rem;/* 490px*/
}
.lh0{
    line-height: 0; /* 0px*/
}
.lh22{
    line-height:0.22rem; /* 22px*/
}
.lh26{
    line-height:0.26rem; /* 26px*/
}
.lh30{
    line-height:0.3rem; /* 30px*/
}
.lh70{
    line-height:0.7rem; /* 70px*/
}
.lh80{
	 line-height:0.8rem; /* 80px*/
}
.lh90{
	 line-height:0.9rem; /* 9px*/
}

.m_t22{
    margin-top: 0.22rem; /* 22px*/
}
.m_t18{
    margin-top: 0.18rem; /* 18px*/
}
.m_t20{
    margin-top: 0.20rem; /* 20px*/
}
.m_t24{
    margin-top: 0.24rem; /* 24px*/
}
.m_t28{
    margin-top: 0.28rem; /* 28px*/
}
.m_t30{
    margin-top: 0.3rem; /* 30px*/
}
.m_t47{
    margin-top: 0.47rem; /* 47px*/
}
.m_t72{
    margin-top: 0.72rem; /* 72px*/
}
.m_t88{
    margin-top: 0.88rem; /* 88px*/
}
.m_t115{
	 margin-top: 1.15rem; /* 115px*/
}
.m_b4{
	margin-bottom: 0.04rem;/*4px*/
}
.m_b20{
    margin-bottom: 0.2rem;/*20px*/
}
.m_b30{
    margin-bottom: 0.3rem;/*30px*/
}
.m_b40{
    margin-bottom: 0.4rem;/*40px*/
}
.m_r20{
    margin-right: 0.2rem; /* 20px*/
}
.m_r30{
    margin-right: 0.3rem; /* 30px*/
}
.m_r40{
    margin-right: 0.4rem; /* 40px*/
}
.m_r70{
    margin-right: 0.70rem; /* 70px*/
}
.m_r76{
    margin-right: 0.76rem; /* 76px*/
}
.m_l30{
    margin-left: 0.3rem;/*30px*/
}
.m_l35{
    margin-left: 0.35rem;/*35px*/
}
.m_l40{
    margin-left: 0.4rem;/*40px*/
}
.m_t205_auto_0{
 	margin:2.05rem auto 0;
 }

.p_t2{
    padding-top: 0.02rem; /* 2px*/
}
.p_t14{
	padding-top: 0.14rem;/*14px*/
}
.p_t15{
    padding-top: 0.15rem;/*15px*/
}
.p_t18{
	padding-top: 0.18rem;/*18px*/
}
.p_t30{
    padding-top: 0.3rem; /* 30px*/
}
.p_t90{
    padding-top: 0.9rem; /* 90px*/
}
.p_t96{
    padding-top: 0.96rem; /* 96px*/
}
.p_b5{
    padding-bottom: 0.05rem; /* 5px*/
}
.p_b30{
    padding-bottom: 0.3rem; /* 30px*/
}
.p_l10{
    padding-left: 0.1rem;/*10px*/
}
.p_r20{
    padding-right: 0.2rem; /*20px*/
}
.p_r30{
    padding-right: 0.3rem;/*30px*/
}

.p_t14_l30{
	 padding:0.14rem 0 0 0.3rem;
}


.border_b_1_dedede{
    border-bottom: 1px solid #dedede;
}
.border_l_5_f3d164{
    border-left: 1rem solid #f3d164;
}
.border_b_1_f3d164{
    border-bottom: 0.05rem solid #f3d164;
}
.border_t_1_f3d164{
    border-top: 0.05rem solid #f3d164;
}
.border_t_1_391d96{
    border-top: 0.05rem solid #391d96;
}
.border_r_30{
    border-radius: 0.3rem;   /* 30px*/
}



.w_20{
    width:20%;
}
.h18{
    height:0.18rem;    /*18px*/
}
.h40{
    height:0.4rem; /*40px*/
}
.h50{
    height:0.5rem; /*50px*/
}
.h78{
    height:0.78rem; /*78px*/
}
.h152{
    height:1.52rem; /*1.52px*/
}
.h166{
    height:1.66rem; /*1.52px*/
}
.h600{
	 height:6rem; /*600px*/
}
.h800{
	 height:8rem; /*600px*/
}
.lh40{
    line-height: 0.4rem; /*40px*/
}
.lh78{
    line-height: 0.78rem; /*78px*/
}
.lh88{
    line-height: 0.88rem; /*88px*/
}
.lh18{
    line-height: 0.18rem; /*18px*/
}

.p_6_0{
    padding:0.06rem 0; /*6px 0*/
}
.top14{
	top:0.14rem; /*14px*/
}
.newCustom>.item:last-child{
    margin-right:0
}
.cusLists>.listInfo:last-child{
    border-bottom:0;
}
.top20{
	top:0.2rem;/*20px*/
}
.top24{
	top:0.24rem;/*24px*/
}
.top28{
	top:0.28rem; /*28px*/
}
.top220{
	top:2.2rem;/*220px*/
}
.right0{
    right:0;
}
.right30{
    right:0.3rem; /*30px*/
}
.right50{
    right:0.5rem;/*50px*/
}
.right80{
    right:0.8rem;/*80px*/
}
/*与顶部弹出层一起出现的遮罩层*/
.mark{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:1000;
	background-color:rgba(255,255,255,0);
}
/*顶部弹出层*/
.topPopup{
	width:100%;
	height:2.07rem;
	background-color:#000000;
	position:fixed;
	top:-3rem;
	left:0rem;
	z-index:9999;
	padding-top:0.93rem;
}
.tabBar .topPopup li{
	float:left;
	width:33.3%;
	height:1.14rem;
}
.topPopup img{
	width:1.14rem;
	margin:0 auto;
}


/*tabBar*/
.h94{
    height:0.94rem;  /*94px*/
}

.w_100{
    width:100%;
}
.tabBar li{
    width:33.3%;
    float:left;
    height:0.9rem;   /*90px*/
    font-size: 0.26rem;   /*26px*/
    text-align: center;
    line-height:0.90rem;  /*90px*/

}
.tabBar li a{
	width:100%;
	display:block;
	 height:0.9rem;   /*90px*/
    font-size: 0.26rem;   /*26px*/
    text-align: center;
    line-height:0.90rem;  /*90px*/
}

.border_b_4_000000{
    border-bottom: 2px solid #000;
}

.zIndex999{
   z-index: 999;
}
.zIndex1000{
   z-index: 1000;
}
.zIndex10{
   z-index: 10;
}
.zIndex50{
   z-index: 50;
}
.zIndex77{
   z-index: 77;
}
.zIndex88{
   z-index: 88;
}
.zIndex_1{
   z-index: -1;
}
#postList .dropload-down{
    background-color: #f0f0f2;
}

.postLists>li:last-child{
    margin-bottom: 0;
}

.border_1_f5a623{
    border:1px solid #f5a623;
}
.m_t90{
    margin-top: 0.9rem;.
}
.w78{
    width:0.78rem;
}


.border_radius78{
    border-radius: 0.78rem;
}

.confirmTips{
    width:4rem;
    height:2rem;
    background-color:#f0f0f2;
    font-size: 0.3rem;
    position: fixed;
    left:50%;
    top:50%;
    margin-left:-2rem;
    margin-top:-1rem;
border-radius:0.1rem;
}
input{
	outline:none;
}
 input:focus { outline: none; } 
 textarea:focus { outline: none; } 
 input,textarea{
 border:0;
 }
.tip{
	position:fixed;
	left:50%;
	top:50%;
	margin-top:-3rem;
	margin-left:-2rem;
	border-radius:0.1rem;
}
/*去除点击时的默认样式*/
 a,li,button,img{
 -webkit-tap-highlight-color:rgba(255,0,0,0);
 tap-highlight-color:rgba(255,0,0,0);
 }
 
 /*处理ios动态加载的数据的点击事件兼容问题*/
 .ipCursor{
 	cursor:pointer;
 }
 
 
 
/*添加城市下拉框*/
.selectTxt .dropdown ul li{
	height:0.6rem;
	line-height:0.6rem;
	text-aligh:left;
	
}

/* 控制input 和 textarea的placeholder的字体颜色*/
　input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
color: #666; 
} 
input:-moz-placeholder, textarea:-moz-placeholder { 
color: #666; 
} 
input::-moz-placeholder, textarea::-moz-placeholder { 
color: #666; 
} 
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
color: #666; 
} 
.blur {    
    -webkit-filter: blur(10px); /* Chrome, Opera */
       -moz-filter: blur(10px);
        -ms-filter: blur(10px);    
            filter: blur(10px);    
}
#main{position: relative;}
.shadow{
	-moz-box-shadow:35px 73px 44px rgba(0, 0, 0, .5); -webkit-box-shadow:35px 73px 44px #ff; box-shadow:35px 73px 44px rgba(0, 255, 0, .5);
}
/*红包*/
.animate {
            -webkit-animation: hand_move infinite 0.5s;
            -moz-animation: hand_move infinite 0.5s;
            -ms-animation: hand_move infinite 0.5s;
            -o-animation: hand_move infinite 0.5s;
        }

        @-webkit-keyframes hand_move {
            0% {
                -webkit-transform: rotate(0);
                -moz-transform: rotate(0);
                -ms-transform: rotate(0);
                -o-transform: rotate(0);
                transform: rotate(0); }
            20% {
                -webkit-transform: rotate(60deg);
                -moz-transform: rotate(15deg);
                -ms-transform: rotate(15deg);
                -o-transform: rotate(15deg);
                transform: rotate(15deg); }
            40% {
                -webkit-transform: rotate(-60deg);
                -moz-transform: rotate(-15deg);
                -ms-transform: rotate(-15deg);
                -o-transform: rotate(-15deg);
                transform: rotate(-15deg); }
            60% {
                -webkit-transform: rotate(60deg);
                -moz-transform: rotate(15deg);
                -ms-transform: rotate(15deg);
                -o-transform: rotate(15deg);
                transform: rotate(15deg); }
            80% {
                 -webkit-transform: rotate(0);
                -moz-transform: rotate(0);
                -ms-transform: rotate(0);
                -o-transform: rotate(0);
                transform: rotate(0); }
            100% {
                -webkit-transform: rotate(0);
                -moz-transform: rotate(0);
                -ms-transform: rotate(0);
                -o-transform: rotate(0);
                transform: rotate(0); }
        }

.img{
			-webkit-animation: circle 1s infinite linear;
            -moz-animation: circle 1s infinite linear;
            -ms-animation: circle 1s infinite linear;
            -o-animation: circle 1s infinite linear;
		}
		@-webkit-keyframes circle{
			0%{
				transform: rotate(0deg);
			}
			100%{transform: rotate(360deg);}
		}











































































































































































