@charset "UTF-8";

html{
    min-height: 100%;
}
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  margin: 0;
  padding: 0; 
}
body{
    margin-bottom: 48px !important;
}

html {
    font-size : 20px;
}
@media only screen and (min-width: 320px){
    html {
        font-size: 15px !important;
    }
}
@media only screen and (min-width: 360px){
    html {
        font-size: 20px !important;
    }
}
@media only screen and (min-width: 412px){
    html {
        font-size: 25px !important;
    }
}

body {
    font: 12px/1.5 'Microsoft YaHei','宋体', Tahoma, Arial, sans-serif;
    color: #555;
    background-color: #e6e6e6;
}
a {
    color: #101010;
    text-decoration: none;
	font-size:.7rem;
}
img {
    width: 100%;
    height: auto;
    width: auto\9;
    -ms-interpolation-mode: bicubic;
}

em, i {
  font-style: normal; }

ul, li {
  list-style-type: none; }

.clear{
    clear: both;
}

header {
    width: 100%;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 400;
    height: 44px;
    background: #f1592a;
    box-sizing: border-box;
}
/*********头部*******/
header .header-left{
    width: 76px;
    height: 44px;
    text-align: center;
    line-height: 44px;  
    position: absolute;
    left: .25rem;
}
header .header-left img{
    vertical-align: middle;
    width: 70px;
    height: 30px;
}
header .header-right{
    position: absolute;
    right: 0rem;
}
header .header-right .link{
    width: 75px;
    height: 44px;
    text-align: center;
    color: #fff;
    padding-top: 25px;
    box-sizing: border-box;
    display: inline-block;
	font-size:13px;
}
header .header-right .gte{
    background: url(../images/user.png) no-repeat center 9px;
    background-size: 13px;  
}
section{
    width: 100%;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 44px;
}
/*********banner广告*******/
section .banner{
    width: 100%;
    text-align: center;
}
section .banner img{
    max-width: 1024px;
    width: 100%;
}
section .ad{
    width: 100%;
}
section .ad ul{
    padding: .5rem 0;
    width: 100%;
    background-color: #fff;
    border-radius: .3rem .3rem 0 0;
}
section .ad ul li{
    width: 100%;
    height: 1.6rem;
    line-height: 1.6rem;
    text-align: center;
    overflow: hidden;
    font-size: .7rem;
}
section .ad ul li a{
    color:red;
}
section .ad ul li a:hover {
    -webkit-tap-highlight-color: rgba(255,255,255,.0);
}
footer {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    background: #333;
    color: #FFF;
    line-height: 2em;
    font-size: 1em;
    padding: 1em 1em 2em 1em;
    text-align: center;
    box-sizing: border-box;
}
footer img{
    width: 50px;
}
#top {
    background: url(../images/top_btn.png) no-repeat;
    background-size: 100% 100%;
    width: 36px;
    height: 36px;
    display: none;
    position: fixed;
    right: 10px;
    bottom: 70px;
    z-index: 50;
    display: none;
}
.top_bar {
    max-width: 750px;
    margin-top: 50px;
    position: fixed;
    margin-left: auto;
    margin-right: auto;
    z-index: 900;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-family: Helvetica, Tahoma, Arial, Microsoft YaHei, sans-serif;
}
.top_menu {
    display: -webkit-box;
    border-top: 1px solid #3D3D46;
    display: block;
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    height: 48px;
    display: -webkit-box;
    display: box;
    margin: 0;
    padding: 0;
    -webkit-box-orient: horizontal;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#524945), to(#48403c), color-stop(60%, #524945));
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1) inset;
}
.top_menu li:first-child {
    background: none;
}

.top_bar .top_menu>li {
    -webkit-box-flex: 1;
    position: relative;
    text-align: center;
}
.top_bar li:first-child a {
    display: block;
}

.top_bar .top_menu>li>a {
    height: 48px;
    margin-right: 1px;
    display: block;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    -webkit-box-flex: 1;
}
.top_bar .top_menu>li>a img {
    padding: 3px 0 0 0;
    height: 24px;
    width: 24px;
    color: #fff;
    line-height: 48px;
    vertical-align: middle;
}
.top_bar .top_menu>li>a label {
    overflow: hidden;
    margin: 0 0 0 0;
    font-size: 12px;
    display: block !important;
    line-height: 18px;
    text-align: center;
}
.top_bar .top_menu>li.home {
    max-width: 70px;
}
.top_bar .top_menu>li.home a {
    height: 66px;
    width: 66px;
    margin: auto;
    border-radius: 60px;
    position: relative;
    top: -22px;
    left: 2px;
    background: url(../images/home.png) no-repeat center center;
    background-size: 100% 100%;
}

/*分页*/
.page {
    width: 100%;
    padding: .5px 0;
    /*background: #fefefe;*/
}
.page .paginList .current {
    color: #f00;
}
.page .paginList .current a {
    color: #333;
}
.page .message {
    padding-top: .3rem;
    text-align: center;
    font-size: .6rem;
    color: #666;
}
.page ul {
    padding:.3rem .5rem;
    text-align: center;
}
.page ul li {
    padding: .3rem;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-right: 5px;
    text-decoration: none;
    min-width: 1rem;
    text-align: center;
    font-size: .65rem;
    margin-bottom: 5px;
    background: #fff;
}
.page ul li a {
    display: inline-block;
    color: #444;
}
.page ul li a:hover {
    -webkit-tap-highlight-color: rgba(255,255,255,.0);
}

.download66 {
    position: fixed;
    left: 0px;
    right: 0px;
    width: 100%;
    max-width: 750px;
    height: 56px;
    bottom: 48px;
    background-color: rgba(0,0,0,.8);
    z-index: 999;
	margin-left: auto;
    margin-right: auto;
	text-align: center;
}

.download66 i.close {
    display: block;
    position: absolute;
    top: 16px;
    left: 0;
    height: 25px;
    width: 25px;
    background-image: url(../images/gb.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 50%;
}
.download66 p {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    line-height: 56px;
    text-indent: 30px;
}

.download66 .btn {
    height: 40px;
    line-height: 40px;
    width: 70px;
    text-align: center;
    background-color: #ec0909;
    position: absolute;
    right: 10px;
    bottom: 0;
    top: 0;
    margin: auto;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    padding: 0;
    color: #fff;
}