�?* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: inherit;
}

input,
button {
    outline: none;
    border: none;
    background-color: initial;
}

.clearfix::before,
.clearfix::after {
    content: "";
    display: block;
    height: 0;
    line-height: 0px;
    clear: both;
    visibility: hidden;
}

.popup {
    border: 6px solid #dddddd;
    position: absolute;
    z-index:10;
    top: 10%;
    left: 50%;
}

    .popup.boxOut {
        border: 1px solid #818181;
    }

    .popup .title {
        height: 31px;
        line-height: 31px;
        background: #ff7100;
        color: #fff;
        font-size: 14px;
        padding: 0 5px;
        font-weight: bold;
    }

        .popup .title .close {
            float: right;
            width: 8px;
            height: 8px;
            margin: 12px 8px;
            _margin: 12px 4px;
            background: url(../images/closeIco.gif);
            line-height: 0;
            font-size: 0;
            display: block;
        }

    .popup .box {
        padding: 20px;
        background: #ffffff;
        line-height: 24px;
    }

        .popup .box .info {
            text-align: center;
            line-height: 25px;
            margin: 0 auto 15px auto;
            color: #ff7100;
        }

        .popup .box .ico {
            margin-right: 5px;
            vertical-align: middle;
        }
body {
    background: url("../images/index-bg.png");
    background-size: cover;
}

#app {
    font-size: 0.22rem;
    padding-bottom: 1rem;
    position: relative;
}

.icon-box,
.logo-box,
.ios-size,
.ios-time,
.ios-play,
.play-txt,
.btn-box,
.ios-msg,
.tip {
    width: 100%;
    text-align: center;
}

.icon-box {
    padding-top: 0.8rem;
}

.icon {
    height: 1rem;
}

.logo-box {
    padding: 0.3rem 0;
}

.apple-logo {
    width: 0.5rem;
}

.logo-title {
    vertical-align: 16%;
    color: #525556;
    font-size: 0.44rem;
    font-weight: 500;
    margin-left: 0.1rem;
}

.ios-size,
.ios-time {
    color: #A2A2A2;
    line-height: 0.35rem;
}

.ios-play {
    margin-top: 1rem;
}

.play-img {
    width: 80%;
}

.play-txt {
    color: #ACABAB;
    font-size: 0.24rem;
    margin-top: -0.1rem;
}

.btn-box {
    margin-top: 1.5rem;
}

.ios-btn {
    width: 3.6rem;
    height: 1.2rem;
    border-radius: 0.1rem;
    background-color: #F15D53;
    margin: auto;
    font-size: 0.34rem;
    line-height: 1.2rem;
    color: #fff;
    font-weight: 600;
}

.ios-msg {
    color: #F15D53;
    font-size: 0.28rem;
    margin-top: 0.5rem;
    opacity: 0.7;
    display: none;
    font-size: 700;
}

.circle {
    width: 0.6rem;
    height: 0.6rem;
    margin: 0.2rem auto;
    display: none;
}

.tip {
    display: none;
}

.tip1 {
    font-size: 0.34rem;
    color: #C1C0C0;
    margin-bottom: 0.4rem;
}

.tip2 {
    font-size: 0.48rem;
    color: #F15D53;
}

.v-box {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
}

.close-box {
    position: absolute;
    top: 0.5rem;
    right: 0.15rem;
    z-index: 9999;
}

.close {
    width: 0.7rem;
}

.paly-box {
    position: relative;
}

.play-btn {
    position: absolute;
    width: 1.4rem;
    top: 1.1rem;
    left: 3rem;
}

.open {
    position: absolute;
    top: 0;
    right: 0.2rem;
    width: 3.7rem;
    z-index: 999;
    display: none;
}

.bg {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
}

/* 兼容PC�? */
@media screen and (min-width:768px) {
    body {
        background: url("../images/big-bg.png");
        background-size: cover;
    }

    #app {
        font-size: 11px;
    }

    .icon-box {
        padding-top: 41px;
    }

    .logo-box {
        padding: 10px 0;
    }

    .apple-logo {
        width: 26px;
    }

    .logo-title {
        vertical-align: 16%;
        font-size: 22px;
        margin-left: 5px;
    }

    .icon {
        height: 50px;
    }

    .ios-size,
    .ios-time {
        line-height: 20px;
    }

    .ios-play {
        margin-top: 36px;
    }

    .play-img {
        width: 276px;
    }

    .play-txt {
        font-size: 12px;
        margin-top: -10px;
    }

    .btn-box {
        margin-top: 57px;
    }

    .ios-btn {
        width: 180px;
        height: 60px;
        border-radius: 10px;
        font-size: 17px;
        line-height: 60px;
    }

    .ios-msg {
        font-size: 0;
    }

    .play-btn {
        position: absolute;
        width: 70px;
        top: 55px;
        left: 50%;
        transform: translateX(-50%)
    }

    .close-box {
        position: absolute;
        top: 0;
        right: 15px;
        z-index: 9999;
        height: 50px;
    }

    .close {
        width: 35px;
        vertical-align: top;
    }
}
