html{
        font-family: "Microsoft YaHei", Helvetica Neue, Helvetica, STHeiTi, Arial, sans-serif;
        -ms-text-size-adjust: 100%;
        -webkit-text-size-adjust: 100%;
        text-align: justify;
        font-size: 62.5%;
    }

body{
        margin: 0;
        font-size: 1.4rem;
        line-height: 1.5;
        color: #333333;
        background-color: white;
        height: 100%;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-appearance: none;
    }

a   {
        background: transparent;
        text-decoration: none;
        color: #000000;
        -webkit-tap-highlight-color: transparent;
    }
.ui-btn a{ 
        color: #ffffff;
}

    /*高亮为透明*/
a:active {
    outline: 0;
}

a:active {
    color: #860000;
    line-height: 44px;
}

img {
    border: 0;
    vertical-align: middle;
}

dl, dd, dt, p {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.banner img {
    width: 100%;
}

.ui-btn {
    margin: 5% 0px;
     height: 40px;
}
.ui-btn ul{
    list-style: none;
}
.ui-btn ul li{
    width: 48%;
    margin-right: 1%;
     margin: 0 auto;
}
.ui-btn ul li.qq{
    margin-right: 0%;
}

.down-btn-on {
    background: #ce0a0a;
}

.down-btn {
    background: #f50000;
}

.ui-btn ul li .down-btn, .ui-btn ul li .down-btn-on {
    display: block;
    height: 40px;
    line-height: 40px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 -2px 0 #d10000 inset, 0px 2px 3px #ABABAB;
    text-align: center;
    text-shadow: 2px 0px 3px rgba(200, 0, 0, .7);
    font-weight: bold;
    font-size: 1.7rem;
    cursor: pointer;
}

.c-more {
    font-size: 1.2rem;
    color: #666;
    text-align: center;
    margin-bottom: 10px;
}

.c-more a {
    color: #F50000
}