body, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, fieldset, button, input, textarea, th, td {
	margin:0; padding:0; 
	font-size:0.26rem;
	font-family: 'almm',"iconfont", Arial, sans-serif;
}
ul, ol { list-style:none;}
a { text-decoration:none; color:#333;outline: none;}
a:hover { text-decoration: none; color:#000;outline: none;}
fieldset, img { border:none; vertical-align:middle;}
button, input, select, textarea {outline: none;font-size:100%; color:#666; font-size:0.3rem;cursor: pointer; border-radius:0;-webkit-appearance: none;}
h1, h2, h3 { font-size:0.3rem;}
em { font-style:normal;}
li{list-style-type:none; outline: none;}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #fff !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}
input,select{
	border: 0px;
	outline:none;
	cursor: pointer;
	border-radius:0;
	-webkit-appearance: none;
}
html{
    font-size: 50px;
    height: 100%;
    background: #ededed;
}
body{
    height: auto;
    min-height: 100%;
    max-width: 750px;
    margin: auto;
	-webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
}
.main{
	width: 100%;
    height: auto;
    padding-top: 1.1rem;
}
.header{
    width: 100%;
    height: 1.1rem;
    background: #ededed;
    position: fixed;
    z-index: 9999;
    top: 0;
    max-width: 750px;
    overflow: hidden;
}
.header_c{
    width: 90%;
    height: 0.75rem;
    background: #fff;
    margin-left: 5%;
    border-radius: 0.5rem;
    overflow: hidden;
    margin-top: 0.15rem;
}
.header_c_l{
    float: left;
    width: 15%;
    height: 0.75rem;
    line-height: 0.75rem;
    text-align: center;
    font-size: 0.35rem;
    font-weight: bold;
}
.header_c_c{
    float: left;
    width: 70%;
    height: 0.75rem;
    line-height: 0.75rem;
    background: #fff;
    text-align: center;
    font-size: 0.24rem;
}
.header_c_r{
    float: left;
    width: 15%;
    height: 0.75rem;	
}


.footer{
    width: 100%;
    height: 1.1rem;
    position: fixed;
    bottom: 0;
    left: 0;
}
.footer_main{
    max-width: 750px;
    width: 100%;
    background: #fff;
    height: 1.1rem;
    margin: auto;
}
.footer_main a{
    float: left;
    width: 33.33%;
    height: 1rem;
    text-align: center;
    padding-top: 0.1rem;
}
.footer_main a img{
    width: 0.6rem;
    height: 0.6rem;
}
.footer_main a p{
	font-size: 0.18rem;
}
.nodata{
	width: 100%;
    height: 5rem;
    overflow: hidden;
    text-align: center;
    line-height: 5rem;
}
.nodata img{
    width: auto;
    height: 3rem;	
}
.nodatatis{
    width: 100%;
    height: 2rem;
    line-height: 0.6rem;
    font-size: 0.22rem;
    text-align: center;
    color: #888;	
}
.tc_show{
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;	
	display:none;
}
.tc_show_bg{
	position: absolute;
    z-index: 9991;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);	
}
.tc_show_m{
    position: absolute;
    z-index: 99999;
    width: 70%;
    left: 10%;
    background: #fff;
    top: 50%;
    height: auto;
    margin-top: -3rem;
    border-radius: 0.1rem;
    padding: 5%;
}
.tc_show_m li{
    width: 100%;
    height: auto;
    line-height: 0.2rem;
    font-size: 0.12rem;
    overflow: hidden;
    text-align: center;
}
.tc_show_m li img{
    width: 4rem;
    height: auto;
}
.tc_show_m p{
    width: 100%;
    height: 0.6rem;
    line-height: 0.8rem;
    text-align: center;
    font-size: 0.26rem;
}
.tc_show_m_close{
    width: 100%;
    background: #2fa954;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.28rem;
    color: #fff;
    border-radius: 0.05rem;
    cursor: pointer;
    text-align: center;
    margin-top: 0.3rem;
}
