﻿* {
    padding: 0;
    margin: 0;
}
html {
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    width: 100%;
    min-height: 100%;
    background: #FFFFFF;
}
.html {
    min-height: 100%;
}
body {
    margin: 0 auto;
    position: relative;
    width: 100%;
    min-height: 100%;
    color: #333333;
    font: 0.81rem/150% Microsoft Yahei,Arial, Helvetica, sans-serif;
    min-width: 320px;
    max-width: 640px;
    background: #FFFFFF;
}
div, dl, dt, dd, form, h1, h2, h3, h4, h5, h6, img, ol, ul, li, table, th, td, p, span, a {
    border: 0;
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    color: #000000;
}
h1 {
    font-size: 2rem;
}
h2 {
    font-size: 1.6rem;
}
h3 {
    font-size: 1.4rem;
}
h4 {
    font-size: 1.2rem;
}
h5 {
    font-size: 1.1rem;
}
h6 {
    font-size: 1rem;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #999999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999999;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999999;
}
input, textarea, select {
    outline: none;
    -webkit-appearance: none;
    background: #FFFFFF;
}
img, fieldset {
    border: 0;
}
img {
    display:block;
    list-style: none;
    list-style-type: none;
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
a {
    text-decoration: none;
    cursor: pointer;
}
.clear {
    clear: both;
    font-size: 0;
    height: 0;
    visibility: hidden;
    line-height: 0;
}
.zlayout {
    clear: both;
    margin: 0 auto;
    width: 100%;
    min-width:320px;
}
.backbg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    z-index:99;
}
#tips {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -120px;
    margin-top: -20px;
    width: 220px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    background:#36C3BD;
    border-radius:3px;
    color:#FFFFFF;
    font-size:1rem;
    z-index:999999999;
}
    #tips > i {
        padding: 0 5px 0 0;
    }
.nulldata {
    clear: both;
    display:block;
    text-align: center;
    padding: 3rem 0;
    color: #999999;
    font-style:normal;
}
    .nulldata > i {
        display: block;
        width:100%;
        color: #FFCC00;
        padding: 0 0 1rem 0;
        font-size:1.5rem;
    }
.null-more {
    clear: both;
    text-align: center;
    color: #999999;
    padding:10px 0;
}
    .null-more > i {
        padding: 0 5px 0 0;
    }
#spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    color: #FFFFFF;
    font-size: 1rem;
    text-align: center;
    line-height: 60px;
    background: #666666;
    border-radius: 30px;
    z-index:999999999;
}
#nav-height {
    height:4rem;
}
#nav-box {
    position: fixed;
    width: 100%;
    height: 4rem;
    background: #FFFFFF;
    font-size: 0;
    bottom: 0;
    left: 0;
    box-shadow: 2px 2px 5px #000;
    z-index:999;
}
    #nav-box > a {
        display: inline-block;
        width: 33.33%;
        height: 4rem;
        font-size:0.8rem;
        text-align:center;
        padding:0.6rem 0;
        box-sizing:border-box;
        color:#666666;
    }
        #nav-box > a.cur {
            color: #F76274;
        }
        #nav-box > a > i {
            margin: 0 auto;
            display: block;
            width: 1.5rem;
            height: 1.5rem;
        }
        #nav-box > a > b {
            display: block;
            font-weight: normal;
            padding:0.3rem 0 0 0;
        }
        #nav-box > a > i.ico1 {
            background: url("/mobile/images/nav_ico1.png") no-repeat center center;
            background-size: 100% 100%;
        }
        #nav-box > a > i.cur1 {
            background: url("/mobile/images/nav_ico1_cur.png") no-repeat center center;
            background-size: 100% 100%;
        }
        #nav-box > a > i.ico2 {
            background: url("/mobile/images/nav_ico2.png") no-repeat center center;
            background-size: 100% 100%;
        }
        #nav-box > a > i.cur2 {
            background: url("/mobile/images/nav_ico2_cur.png") no-repeat center center;
            background-size: 100% 100%;
        }
        #nav-box > a > i.ico3 {
            background: url("/mobile/images/nav_ico3.png") no-repeat center center;
            background-size: 100% 100%;
        }
        #nav-box > a > i.cur3 {
            background: url("/mobile/images/nav_ico3_cur.png") no-repeat center center;
            background-size: 100% 100%;
        }
        #nav-box > a > i.ico4 {
            background: url("/mobile/images/nav_ico4.png") no-repeat center center;
            background-size: 100% 100%;
        }
        #nav-box > a > i.cur4 {
            background: url("/mobile/images/nav_ico4_cur.png") no-repeat center center;
            background-size: 100% 100%;
        }
        #nav-box > a > i.ico5 {
            background: url("/mobile/images/nav_ico5.png") no-repeat center center;
            background-size: 100% 100%;
        }
#topback {
    position: relative;
    display: block;
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    background: #FFFFFF;
    border-bottom: 0.02rem solid #E0E4E7;
}
    #topback > b {
        display: block;
        width: 100%;
        text-align: center;
        color: #333333;
        font-size: 1.1rem;
        font-weight: normal;
    }
    #topback > a {
        position: absolute;
        top: 0;
        left: 0;
        width: 3.5rem;
        height: 3rem;
        line-height: 3rem;
        color: #2672FB;
        font-size: 1rem;
        padding: 0 0 0 1.8rem;
    }
        #topback > a > i {
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            width: 1.5rem;
            height: 3rem;
            line-height: 2.9rem;
            font-size: 1.5rem;
            text-align: right;
        }
#banner-box {
    clear:both;
    width:100%;
    padding:1rem;
    box-sizing:border-box;
}
    #banner-box div.swiper-slide {
        border-radius:0.8rem;
        overflow:hidden;
    }
        #banner-box div.swiper-slide img {
            display: block;
            width: 100%;
            border-radius: 0.8rem;
        }
#link-ico-box {
    clear: both;
    font-size: 0;
    padding: 1rem 0.2rem;
    box-sizing: border-box;
    border-bottom: 0.3rem solid #F0F0F0;
}
    #link-ico-box > a {
        display: inline-block;
        width: 25%;
        text-align:center;
        font-size:0.8rem;
        color:#333333;
    }
        #link-ico-box > a > img {
            display: block;
            margin:0 auto;
            width: 50%;
        }
    #link-ico-box > a>b {
        display:block;
        padding:0.5rem 0 0 0;
    }
#article-box {
    clear: both;
    width: 100%;
    padding:0 0 1rem 0;
    border-bottom: 0.3rem solid #F0F0F0;
}
    #article-box > b {
        position: relative;
        display: block;
        font-size: 1.1rem;
        padding: 0.5rem 0 0 1rem;
    }
        #article-box > b > a {
            position: absolute;
            top: 0;
            right: 1rem;
            display: inline-block;
            height: 1.5rem;
            line-height: 1.6rem;
            color: #999999;
            padding: 0 0.5rem;
            background: #FFCF4F;
            color: #FFFFFF;
            font-size: 0.8rem;
            font-weight: normal;
            border-radius: 0.2rem;
        }
    #article-box > a {
        display: block;
        position: relative;
        height: 7rem;
        padding: 1rem 1rem 1rem 9rem;
        box-sizing: border-box;
        border-top: 0.1rem solid #F0F0F0;
    }
        #article-box > a.t {
            border: none;
        }
        #article-box > a > img {
            position: absolute;
            display: block;
            width: 7rem;
            height: 5rem;
            top: 1rem;
            left: 1rem;
            border-radius: 0.3rem;
        }
        #article-box > a > b {
            display: block;
            height: 1.5rem;
            font-size: 0.9rem;
            color: #222222;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        #article-box > a > label {
            display: block;
            height: 2.4rem;
            line-height: 1.2rem;
            font-size: 0.75rem;
            color: #666666;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
        }
        #article-box > a > em {
            display: block;
            width: 100%;
            text-align: right;
            font-size: 0.7rem;
            color: #999999;
            font-style: normal;
            padding: 0.2rem 0 0 0;
        }
#video-box {
    clear: both;
    width: 100%;
    padding: 1rem 0;
    box-sizing: border-box;
    position: relative;
}
    #video-box > b {
        position: relative;
        display: block;
        height: 1.5rem;
        font-size: 1.1rem;
        padding: 0.5rem 1rem 0 1rem;
    }
        #video-box > b > a {
            position: absolute;
            top: 0;
            right: 1rem;
            display: inline-block;
            height: 1.5rem;
            line-height: 1.6rem;
            color: #999999;
            padding: 0 0.5rem;
            background: #FFCF4F;
            color: #FFFFFF;
            font-size:0.8rem;
            font-weight:normal;
            border-radius: 0.2rem;
        }
    #video-box > a {
        display: block;
        width: 100%;
        overflow: hidden;
        padding: 1rem;
        box-sizing: border-box;
        border-bottom: 0.2rem solid #F0F0F0;
    }
        #video-box > a > i {
            display: block;
            position:relative;
            width: 100%;
            height: 10rem;
            overflow: hidden;
            border-radius:0.8rem 0.8rem 0 0;
        }
            #video-box > a > i > img {
                display: block;
                width: 100%;
            }
            #video-box > a > i > em {
                position: absolute;
                top: 50%;
                left: 50%;
                margin-left:-1rem;
                margin-top:-1rem;
                display: block;
                width: 2rem;
                height: 2rem;
                text-align:center;
                line-height:2rem;
                z-index: 9;
                font-size: 2.5rem;
                filter: alpha(opacity=50);
                -moz-opacity: 0.5;
                -khtml-opacity: 0.5;
                opacity: 0.5;
                color:#333333;
                background:#FFFFFF;
                border-radius:2rem;
                overflow:hidden;
            }
        #video-box > a > b {
            display: block;
            height: 1.5rem;
            line-height: 1.5rem;
            font-size: 1.1rem;
            font-weight:normal;
            padding:0.8rem 0 0 0;
            color: #333333;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        #video-box > a > em {
            display: block;
            width: 100%;
            font-size: 0.7rem;
            color: #999999;
            font-style: normal;
            padding: 0.2rem 0 0 0;
        }

#login-box {
    clear:both;
    width:100%;
    height:100%;
    padding:2rem;
    box-sizing:border-box;
}
    #login-box > h2 {
        display:block;
        font-size: 1.5rem;
        color: #222222;
        font-weight:normal;
    }
    #login-box > label {
        display:block;
        font-size:0.85rem;
        color:#666666;
        padding:0.8rem 0 0.8rem 0;
    }
    #login-box > span {
        display:block;
        height:4.5rem;
        padding:0.5rem 0 0 0;
    }
        #login-box > span > input {
            width: 100%;
            height: 3.5rem;
            border: 0.02rem solid #FFFFFF;
            box-shadow: 0 0 0.3rem #E6E6E6;
            border-radius: 0.5rem;
            outline: none;
            padding: 0 1rem;
            box-sizing: border-box;
            font-size:1rem
        }
        #login-box > span.btu > input {
            background: #F76275;
            cursor: pointer;
            box-shadow:none;
            color:#FFFFFF;
        }
    #login-box > em {
        display: block;
        width:100%;
        font-style: normal;
        text-align:center;
        padding:1rem 0;
        font-size:0.9rem;
    }
        #login-box > em > a {
            color: #F76275;
        }
    #login-box > u {
        display: block;
        position: relative;
        width: 100%;
        font-style: normal;
        text-align: center;
        padding: 3.5rem 3rem 0 3rem;
        font-size: 0.9rem;
        text-decoration: none;
        box-sizing: border-box;
    }
        #login-box > u > i {
            position:absolute;
            display: block;
            top:1rem;
            left:0;
            width:100%;
            height: 1rem;
            border-bottom: 0.02rem solid #B4B4B4;
        }
        #login-box > u > label {
            position:absolute;
            top:1rem;
            left:50%;
            margin-left:-4rem;
            display: inline-block;
            height: 2rem;
            line-height:2rem;
            font-size:0.75rem;
            width:8rem;
            color:#999999;
            background:#FFFFFF;
        }
        #login-box > u > a {
            display: block;
            margin: 0 auto;
            width: 3rem;
            height: 3rem;
            text-align:center;
            line-height:3rem;
            color:#FFFFFF;
            font-size:1.5rem;
            background: #00C800;
            border-radius: 3rem;
        }
    #login-box > i {
        display:block;
        padding:3rem 0 0 0;
    }
        #login-box > i > a {
            display: block;
            margin: 0 auto;
            width: 30%;
            height: 2.5rem;
            color: #999999;
            border-radius: 2.5rem;
            text-align: center;
            line-height: 2.5rem;
            font-size: 0.9rem;
            font-style:normal;
        }
#menu-box {
    clear: both;
    width: 100%;
    min-height: 100%;
    background: #F7F7F7;
}
    #menu-box > em {
        display: block;
        padding: 0 1rem;
        font-style: normal;
    }
        #menu-box > em > a {
            margin: 1rem 0;
            display: block;
            position: relative;
            width: 100%;
            box-sizing: border-box;
            background: #FFFFFF;
            border-radius:0.5rem;
            overflow:hidden;
        }
            #menu-box > em > a > img {
                position: absolute;
                top: 0;
                right: 0;
                height:100%;
                z-index:1;
            }
            #menu-box > em > a.m1 {
                padding: 2rem 0 2rem 1.5rem;
            }
                #menu-box > em > a.m1 > label {
                    display: block;
                    width: 100%;
                    color: #999999;
                    font-size: 0.85rem;
                    box-sizing: border-box;
                }
                #menu-box > em > a.m1 > b {
                    display: block;
                    width: 100%;
                    padding:0.8rem 0 1rem 0;
                    color: #333333;
                    font-size: 1.2rem;
                }
                #menu-box > em > a.m1 > i {
                    display:inline-block;
                    background:#F76275;
                    color:#FFFFFF;
                    height:1.5rem;
                    line-height:1.6rem;
                    border-radius:1.5rem;
                    font-style:normal;
                    padding:0 0.5rem;
                }
            #menu-box > em > a.s {
                height:5rem;
                padding:1.2rem 0 1rem 4.5rem;
            }
                #menu-box > em > a.s > i {
                    position: absolute;
                    top: 1.25rem;
                    left: 1rem;
                    width: 5rem;
                    height: 2.5rem;
                }
                    #menu-box > em > a.s > i > img {
                        display: block;
                        height: 100%;
                    }
                #menu-box > em > a.s > b {
                    display: block;
                    width: 100%;
                    padding: 0 0 0.5rem 0;
                    color: #333333;
                    font-size: 1.1rem;
                }
                #menu-box > em > a.s > label {
                    display: block;
                    width: 100%;
                    color: #999999;
                    font-size: 0.85rem;
                    box-sizing: border-box;
                }

  .maxbox {
        width: 100%;
        height: 3rem;
        position: relative;
    }
    .maxbox > input {
        display: block;
        width: 100%;
        height: 3rem;
        border-radius: 0.3rem;
        color: #868686;
        border: 0.02rem solid #DDDDDD;
        background: #FFFFFF;
        font-size: 1rem;
        line-height: 3rem;
        padding: 0 4rem 0 0.5rem;
        box-sizing: border-box;
    }
    .maxbox > span {
        display: block;
        padding: 0;
        width: 100%;
        height: 3rem;
    }
        .maxbox > span > u {
            float: left;
            width: 100%;
            height: 3rem;
            border: 1px solid #E2E2E2;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            background: #FFFFFF;
            overflow: hidden;
            text-decoration: none;
        }
            .maxbox > span > u > i {
                display: block;
                width: 0%;
                height: 3rem;
                font-style: normal;
                color: #FFFFFF;
                line-height: 3rem;
                background: #21B384;
                text-align: center;
            }
        .maxbox > span > a, .delfile {
            position: absolute;
            top: 0.1rem;
            right: 0.1rem;
            display: inline-block;
            width: 20%;
            height: 2.8rem;
            line-height: 2.8rem;
            color: #FFFFFF;
            text-align: center;
            font-size: 14px;
            font-weight: normal;
            background: #FF6600;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            transition: All 0.3s ease-in-out;
            -webkit-transition: All 0.3s ease-in-out;
            -moz-transition: All 0.3s ease-in-out;
            -o-transition: All 0.3s ease-in-out;
        }
            .maxbox > span > a:hover, .delfile:hover {
                color: #FFFFFF;
                background: #CC0000;
            }


#list-box {
    clear: both;
    width: 100%;
    min-height: 100%;
    background: #F7F7F7;
}
    #list-box > div.list {
        padding: 0 1rem 1rem 1rem;
    }
        #list-box > div.list > a {
            margin-top:1rem;
            display: block;
            position: relative;
            height: 7rem;
            padding: 1rem 1rem 1rem 9rem;
            background:#FFFFFF;
            box-sizing:border-box;
            border-radius:0.5rem;
            overflow:hidden;
        }
            #list-box > div.list > a > img {
                position: absolute;
                display: block;
                width: 7rem;
                height: 5rem;
                top: 1rem;
                left: 1rem;
                border-radius: 0.3rem;
            }
            #list-box > div.list > a > b {
                display: block;
                height: 1.5rem;
                font-size: 0.9rem;
                color: #222222;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }
            #list-box > div.list > a > label {
                display: block;
                height: 2.4rem;
                line-height: 1.2rem;
                font-size: 0.75rem;
                color: #666666;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden;
            }
            #list-box > div.list > a > em {
                display: block;
                width: 100%;
                text-align: right;
                font-size: 0.7rem;
                color: #999999;
                font-style: normal;
                padding: 0.2rem 0 0 0;
            }

    #list-box > div.vlist {
        padding: 0 0 1rem 0;
    }
        #list-box > div.vlist > a {
            margin:1rem 0 0 0;
            display: block;
            width: 100%;
            background: #FFFFFF;
            padding:1rem;
            box-sizing:border-box;
        }
            #list-box > div.vlist > a > i {
                display: block;
                width: 100%;
                border-radius: 0.5rem;
                overflow:hidden;
            }
                #list-box > div.vlist > a > i > img {
                    display: block;
                    width: 100%;
                    max-height: 10rem;
                }
            #list-box > div.vlist > a > b {
                display: block;
                padding: 0.5rem 0;
                height:1.2rem;
                width:100%;
                font-weight: normal;
                font-size: 1rem;
                color: #333333;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }
            #list-box > div.vlist > a > em {
                display: block;
                font-size: 0.75rem;
                color: #999999;
                font-style: normal;
            }






#view-box {
    clear: both;
    width: 100%;
}
    #view-box > div.view {
        padding: 1rem;
    }
        #view-box > div.view > h1.title {
            display: block;
            font-weight: normal;
            font-size: 1.2rem;
            color: #222222;
            line-height: 1.8rem;
            text-align: center;
        }
        #view-box > div.view > em.time {
            display: block;
            font-style: normal;
            font-size: 0.8rem;
            color: #999999;
            padding:0.5rem 0;
            text-align:center;
        }
        #view-box > div.view > div.text {
            width:100%;
            font-size: 0.95rem;
            line-height: 1.5rem;
            color:#333333;
            overflow:hidden;
        }
        #view-box > div.view > div.text img {
            max-width:100%;
        }
    #view-box > div.video {
        clear: both;
        width: 100%;
    }
        #view-box > div.video > video {
            width: 100%;
            background: #000000;
        }


@media screen and (max-width: 480px) {
    html {
        -webkit-text-size-adjust: none;
    }
}