﻿/* css reset */
html {
    font-size: 50px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    -webkit-focus-ring-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

body,
html {
    width: 100%;
    font-family: "Microsoft YaHei", "Helvetica Neue", Arial, HelveticaNeue, Helvetica, "BBAlpha Sans", sans-serif;
    font-weight: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    opacity: 1;
    -webkit-transition: opacity 500ms ease-in;
    transition: opacity 500ms ease-in;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    border: none;
}

.hide {
    display: none;
}

.show {
    display: block;
}

body {
    width: 100%;
}

.clearfix {
    *zoom: 1;
}

    .clearfix:after {
        display: block;
        clear: both;
        height: 0;
        font-size: 0;
        content: '';
    }

/* css reset end */

.wrapper {
    position: relative;
    padding-bottom: 0.2rem;
}

#banner {
    display: block;
    width: 100%;
    height: auto;
}

.infoBox {
    position: relative;
    padding: 0.2rem;
}

    .infoBox img {
        position: absolute;
        top: 0.2rem;
        left: 0.2rem;
        width: 1.56rem;
    }

    .infoBox div {
        margin-left: 1.6rem;
        text-align: right;
        font-size: 0.26rem;
        padding: 0.15rem 0;
    }

        .infoBox div .name {
            font-size: 0.32rem;
            margin-bottom: 0.2rem;
        }

        .infoBox div .size {
            color: #1e9c31;
        }

        .infoBox div .star {
            display: inline-block;
            width: 1.2rem;
            height: 0.3rem;
            background-image: url('../img/fivestar.jpg');
            background-size: 100% 100%;
        }

.downloadBox {
    padding: 0.2rem 0.2rem 0.2rem;
}

    .downloadBox a,
    .downloadBox p {
        display: block;
        width: 99%;
        color: #fff;
        border-radius: 0.4rem;
        font-size: 0.24rem;
        text-align: center;
        line-height: 0.75rem;
        background: -webkit-linear-gradient(left, rgb(126, 195, 45), #4CAF50);
        background: -webkit-gradient(linear, left top, right top, from(rgb(126, 195, 45)), to(#4CAF50));
        background: linear-gradient(to right, rgb(126, 195, 45), #4CAF50);
    }

        .downloadBox a:active,
        .downloadBox p:active {
            background: -webkit-linear-gradient(left, #4CAF50, rgb(126, 195, 45));
            background: -webkit-gradient(linear, left top, right top, from(#4CAF50), to(rgb(126, 195, 45)));
            background: linear-gradient(to right, #4CAF50, rgb(126, 195, 45));
        }

    .downloadBox i {
        display: inline-block;
        position: relative;
        width: 0.32rem;
        height: 0.32rem;
        top: 0.06rem;
        margin-right: 0.1rem;
    }

/*i.icon-android {
    background-image: url('../img/android.png');
    background-size: 100% 100%;
}*/

/*i.icon-ios {
    background-image: url('../img/ios.png');
    background-size: 100% 100%;
}*/

a.mult:nth-child(2) {
    width: 49%;
    float: left;
    margin-bottom: 0.2rem;
}

a.mult:nth-child(3) {
    width: 49%;
    float: right;
    margin-bottom: 0.2rem;
}

a.trust {
    margin-top: 0.2rem;
    overflow: hidden;
}

.desc {
    padding: 0 0.2rem;
    font-size: 0.22rem;
    color: #a7a7a7;
    margin-bottom: 0.2rem;
}

.line {
    background-color: #ececec;
    color: #1e9c31;
    font-size: 0.18rem;
    line-height: 0.48rem;
}

.icon-true {
    display: inline-block;
    position: relative;
    top: 0.02rem;
    width: 0.18rem;
    height: 0.18rem;
    margin-right: 0.05rem;
    margin-left: 0.2rem;
    /*background-image: url('../images/tagIco.png');*/
    background-size: 100% 100%;
}

.ads {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    border-bottom: 0.2rem solid #ececec;
}

.ads-box {
    padding: 0.2rem 0.1rem;
    width: -webkit-max-content;
    width: max-content;
}

.ads img {
    height: 3.06rem;
    float: left;
    margin: 0 0.1rem;
}

.extraInfo {
    padding: 0.1rem 0.2rem 0.2rem;
    font-size: 0.24rem;
    border-bottom: 0.2rem solid #ececec;
}

    .extraInfo h2,
    .comment h2 {
        color: #1e9c31;
        font-size: 0.28rem;
        line-height: 0.6rem;
    }

    .extraInfo p {
        margin-top: 0.1rem;
    }

.comment {
    padding: 0.1rem 0.2rem;
    font-size: 0.24rem;
}

    .comment div {
        border-bottom: 0.01rem solid #ececec;
        padding: 0.2rem 0;
    }

        .comment div i {
            display: block;
            width: 1.2rem;
            height: 0.3rem;
            margin-top: 0.1rem;
            background-image: url('../images/fivestar.jpg');
            background-size: 100% 100%;
        }

        .comment div span {
            display: block;
            color: #1e9c31;
            font-size: 0.18rem;
        }

.score {
    width: 100%;
    border-bottom: 0.2rem solid #ececec;
}

.mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9;
}

    .mask img {
        height: 3rem;
        float: right;
    }

#collectMask.mask {
    overflow-y: scroll;
}

    #collectMask.mask img {
        display: block;
        width: 80%;
        margin: 0 auto;
        height: auto;
        float: none;
        margin-top: 0.1rem;
    }

.tex {
    padding-top: 20px;
}

    .tex h1 {
        font-size: 18px;
        color: #fed71e;
        text-align: center;
        padding-bottom: 10px;
        font-weight: 600;
    }

    .tex p {
        font-size: 20px;
        color: rgb(255, 152, 0);
        text-align: center;
    }

.fs32 {
    font-size: 20px;
}

.textYellow {
    color: #fed71e !important
}

.icon-box {
    padding-top: 30px;
}

.icon-l, .icon-r {
    width: 375px;
    margin: 0 auto;
}

    .icon-l .icon-img, .icon-r .icon-img {
        width: 205px;
        height: 227px;
        margin: 0 auto;
    }

    .icon-l p, .icon-r p {
        color: #fff;
        text-align: center;
        font-size: 30px;
    }
