html,body{
	width: 100%;
	height: 100%;
	font-size: 14px;
	
}
@charset "utf-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,button,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:none;
    /*vertical-align:baseline;*/
    font: 12px/1.5 arial,"Microsoft Yahei","Hiragino Sans GB",sans-serif;
	/*font-family: wen,'LTXH',"方正兰亭细黑", "Microsoft Yahei","Hiragino Sans GB", Tahoma, Arial, Helvetica,sans-serif;*/
	
}

body {
	font-family: wen,'LTXH',"方正兰亭细黑", "Microsoft Yahei","Hiragino Sans GB", Tahoma, Arial, Helvetica,sans-serif;
	background:#f5f5f5;
	overflow-x:hidden;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
*{
    -webkit-tap-highlight-color:transparent;
}
a{
    -webkit-tap-highlight-color:transparent;
    color:#000;
}
/*
h1,h2,h3,h4,h5,h6,em,del{
	font-style:normal;
	font-weight:normal;
	font-size:100%;
	-webkit-text-size-adjust:none;
}
*/
nav ul {
    list-style:none;
}
li{
	list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
.outline[type=text]:focus,.outline[type=submit]:focus,
.outline[type=radio]:focus,.outline[type=checkbox]:focus,.outline[type=password]:focus{
	outline:none;
}

input[type=text]:focus,input[type=submit]:focus,
input[type=radio]:focus,input[type=checkbox]:focus,input[type=password]:focus{
	outline:none;
}
button[type=button]:focus,button[type=submit]:focus,
input[type=reset]:focus{
	outline:none;
}
*:focus {outline: none;}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration:none;
	outline:none;
}
a:hover{
	cursor:pointer;
}
i{
	font-style:normal;
}
em
{
    color:#f00;
    /*font-size:16px;*/
    margin-top:5px;
    font-style:normal;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border-top:1px solid #cccccc;
    padding:0;
}


button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
select,
button,
input[type="type"],
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
    -webkit-tap-highlight-color:transparent;
}

label,
select,
button,
input[type="type"],
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
    -webkit-appearance: none;
  vertical-align: top;
}



u{
	display:block;
	background:no-repeat;
	background-position:50% 50%;
}

.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix{
	display:inline-block;
}
* html .clearfix{
	height:1%;
}
.clearfix{
	display:block;
}
.clear{
	clear:both;
	height:0;
	font:0/0 Arial;
	visibility:hidden;
}
.hiden{
	visibility:hidden;
}
.hide{
	display:none;
}

.text2em{
	text-indent:2em;
}

.font12{
	font-size:12px;
}
.font14{
	font-size:14px;
}
.font16{
	font-size:16px;
}
.font18{
	font-size:18px;
}
.font20{
	font-size:20px;
}
.font22{
	font-size:22px;
}
.font24{
	font-size:24px;
}
.font26{
	font-size:26px;
}
.flexbox {
	display:-webkit-box;
	display:-moz-box;
	display:box;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-box-pack: end;
	-moz-box-pack: end;
	box-pack: end
}
.flexbox-1 {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1
}
html {
  font-size: 100px;
}
@media screen and (max-width: 640px) {
  html {
    font-size: 100px;
  }
}
@media screen and (max-width: 610px) {
  html {
    font-size: 95px;
  }
}
@media screen and (max-width: 580px) {
  html {
    font-size: 90px;
  }
}
@media screen and (max-width: 540px) {
  html {
    font-size: 84px;
  }
}
@media screen and (max-width: 510px) {
  html {
    font-size: 80px;
  }
}
@media screen and (max-width: 480px) {
  html {
    font-size: 75px;
  }
}
@media screen and (max-width: 450px) {
  html {
    font-size: 70px;
  }
}
@media screen and (max-width: 428px) {
  html {
    font-size: 67px;
  }
}
@media screen and (max-width: 406px) {
  html {
    font-size: 63px;
  }
}
@media screen and (max-width: 375px) {
  html {
    font-size: 58.6px;
  }
}
@media screen and (max-width: 360px) {
  html {
    font-size: 56px;
  }
}
@media screen and (max-width: 320px) {
  html {
    font-size: 50px;
  }
}
.wrap{
	min-width:320px;
    max-width:640px;
    margin:0px auto;
    overflow:hidden;
}
article{
	padding-bottom:.8rem;
}
/*高度不够新增header-class名*/
header.head{
	width:100%;
	height:1rem;
	line-height:1rem;
	color:#fff;
	background:#da3231;
	/*position:fixed;*/
	position:relative;
	left:0;
	top:0;
	z-index:1;
	zoom:1;
}header.head h1{
	font-size:.34rem;
	text-align:center;
	line-height:1rem;
}
header.head a.return{
	display:block;
	position:absolute;
	top:.35rem;
	left:.2rem;
	background:url(../images/back.png) no-repeat left center;
	width:.16rem;
	height:.30rem;
	background-size:100% 100%;
}
/*高度不够，新增header-class名*************结束***/
header.headbar{
	width:100%;
	height:.8rem;
	line-height:.8rem;
	color:#fff;
	background:#da3231;
	/*position:fixed;*/
	position:relative;
	left:0;
	top:0;
	z-index:1;
	zoom:1;
}
header.headbar h1{
	font-size:.34rem;
	text-align: center;
	line-height: .8rem;
}
header.headbar a.return{
	display:block;
	position:absolute;
	top:.25rem;
	left:.2rem;
	background:url(../images/back.png) no-repeat left center;
	width:.16rem;
	height:.30rem;
	background-size:100% 100%;
}
header.headbar a.trends{
	display:block;
	position:absolute;
	top:.25rem;
	right:1.4rem;
	background:url(../images/kj_icon.png) no-repeat left center;
	width:.40rem;
	height:.35rem;
	background-size:100% 100%;
}
header.headbar a.concern{
	display:block;
	position:absolute;
	top:.06rem;
	right:.2rem;
	color:#fff;
	font-size:.26rem;
	background:url(../images/wap_gz.png) no-repeat left 49%;
	background-size:.32rem .27rem;
	padding-left:.4rem;
}
header.headbar a.ygz_concern{
	display:block;
	position:absolute;
	top:.06rem;
	right:.2rem;
	color:#fff;
	font-size:.26rem;
	padding-left:.4rem;
}
header.headbar a.wap_set{
	display:block;
	position:absolute;
	top:.06rem;
	right:.3rem;
	color:#fff;
	font-size:.26rem;
	background:url(../images/wap_set.png) no-repeat left 48%;
	background-size:.30rem .29rem;
	padding-left:.4rem;
}
header.headbar a.userCenter{
    position:absolute;
    display:block;
    top:0;
    left:.2rem;
    color:#fff;
    font-size:0.26rem;
    font-weight:normal;
}
header.headbar a.user_zc{
    font-size:.26rem;
    color:#fff;
    display:block;
    top:0;
    right:.2rem;
    position:absolute;
}
header.headbar a.home{
	background:url(../images/home.png) no-repeat left center;
    position:absolute;
    display:block;
    width:.28rem;
    height:.27rem;
    background-size:100% 100%;
    top:.25rem;
    right:.2rem;
}
header.headbar a.search{
	background:url(../images/zj_search.png) no-repeat left center;
	position:absolute;
	display:block;
	width:.24rem;
	height:.24rem;
	background-size:100% 100%;
	top:.25rem;
	right:.2rem;
}
header.headbar a.edit{
	background:url(../images/edit.png) no-repeat left center;
	position:absolute;
	display:block;
	width:.26rem;
	height:.26rem;
	background-size:100% 100%;
	top:.25rem;
	right:.2rem;
}
header.headbar a.userCenter{
	position:absolute;
	display:block;
	top:0;
	left:.2rem;
	color:#fff;
	font-size:.26rem;
	font-weight:normal;
}

header.headbar a.hover{
    background:url(../images/userCenter.png) no-repeat left center;
    position:absolute;
    display:block;
    width:.26rem;
    height:.26rem;
    background-size:100% 100%;
    top:.25rem;
    left:.2rem;
}
footer.footer{
	width:100%;
	background-color:#fff;
    font-weight:bold;
    margin-top:.2rem;
    box-shadow:1px 0 3px #E6E6E6;
    text-align:center;
}
footer.footer ol:first-child{
	padding:0 .1rem;
	border-bottom:1px solid #d6d7dc;
}
footer.footer ol:first-child li{
	background:url(../images/footer_bg.png) no-repeat right center;
}
footer.footer ol:first-child li:last-child{
	background:none;
}
footer.footer .flexbox li{
	-webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    -ms-box-flex:1;
    box-flex:1;
    text-align:center;
    padding:.15rem 0;
}
footer.footer .flexbox li a{
	color:#666;
	font-size:.24rem;
}
footer.footer p{
	font-size:.22rem;
	line-height:.35rem;
	color:#666;
}
/*footer.footer{
	width:100%;
	height:.8rem;
	line-height:.8rem;
	position:fixed;
	left:0;
	bottom:0;
	z-index:1;
	zoom:1;
	background:#fff;
	border-top:1px solid #e6e6e6;
}
footer.footer ul{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-o-box;
	margin:.15rem 0;
}
footer.footer ul li{
	-webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    -ms-box-flex:1;
    box-flex:1;
    margin:0 .5rem;
    text-align:center;
}
footer.footer ul li:first-child{
	margin-right:1rem;
}
footer.footer ul li:last-child{
	margin-left:1rem;
}
footer.footer ul li a{
	display:block;
	font-size:.24rem;
	color:#da3231;
	border:1px solid #da3231;
	padding:.05rem 0;
	border-radius:.05rem;
}
footer.footer ul li.on a{
	background:#f2f2f2;
	border:1px solid #ccc;
	color:#b3b3b3;
}*/
/*首页底部悬浮框*/
.float_box{
	position:fixed;
    bottom:0;
    left:0;
    width:100%;
    height:1rem;
}
.float_mark{
	background:#000;
    opacity:.5;
    width:100%;
    height:1rem;
    position:absolute;
    z-index:99;
}
.float_content{
	padding:.1rem .2rem;
    position:absolute;
    left:0;
    display:-webkit-box;
    display:-moz-box;
    width:94%; 
    zoom:1;
    z-index:9999;
}
.float_content dl{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-o-box;
	-webkit-box-align:center;
	-moz-box-align:center;
	-ms-box-align:center;
	-o-box-align:cenrer;
}
.float_content dl:first-child{
	-webkit-box-flex:2;
    -moz-box-flex:2;
    -o-box-flex:2;
    -ms-box-flex:2;
    box-flex:2;
}
.float_content dl:first-child dt{
	margin-right:.2rem;
}
.float_content dl:first-child dt img{
	display:block;
	width:.51rem;
	height:.51rem;
}
.float_content dl:first-child dd p{
	font-size:.24rem;
	color:#fff;
}
.float_content dl:last-child{
	-webkit-box-flex:1;
    -moz-box-flex:1;
    -o-box-flex:1;
    -ms-box-flex:1;
    box-flex:1;
    margin-left:1rem;
}
.float_content dl:last-child dt{
	margin-right:.3rem;
}
.float_content dl:last-child dt a{
	display:block;
    font-size:.22rem;
    color:#fff;
    border-radius:.08rem;
    text-align:center;
    background:#da3231;
    padding:.1rem .15rem;
}
.float_content dl:last-child dd.dele{
	background:url(../images/float_dele.png) no-repeat center center;
    background-size:100% 100%;
    width:.38rem;
    height:.38rem;
}


















