* {
    padding: 0;
    margin: 0;
    list-style: none;
}

a, a:hover, a:focus, a:active {
    text-decoration: none;
    color: #fff;
}

@media screen and (min-width: 320px) {
    html {
        font-size: 21.33px;
    }

    body {
        font-size: 12px;
        overflow-x: hidden;
        width: 100%;
        height: 100%;
        -webkit-user-select: none;
        user-select: none;
        -webkit-user-drag: none;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
}

.bg {
    font-size: 16px;
    background-color: #000;
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow-x: hidden;
}
.wrap {
    width: 100%;
    max-width: 767px;
    margin: 0 auto;
    display: block;
}

.img-row > img {
    display: block;
    width: 100%;
}

.pr {
    position: relative;
}

.download {
    position: absolute;
    display: block;
    width: 100px;
    height: 35px;
    background: #fff;
    border-radius: 50px;
    text-align: center;
    line-height: 35px;
    font-size: 17px;
    color: #A882F5;
    right: 24px;
    top: 50%;
    margin-top: -17px;
}

.slide-hd {
    /*text-align: center;*/
    /*height: 44px;*/
    /*line-height: 44px;*/
    /*background-color: #000;*/
}

.slide-hd ul {
    width: 100%;
    max-width: 767px;
    display: -webkit-flex;
    -webkit-flex-flow: row;
    -webkit-align-items: stretch;
    -webkit-justify-content: space-between;
    display: flex;
    flex-flow: row;
    align-items: stretch;
    justify-content: space-between;
}

.slide-hd li {
    /*! flex: 1; */
    text-align: left;
    padding-left: 3%;
}

.slide-hd a {
    cursor: pointer;
    display: inline-block;
    line-height: 55px;
    font-size: 14px;
    height: 55px;
    color: #fff;
    font-weight: bold;
    position: relative;
}

.slide-hd a.on {
    color: #ffba00;
}

.slide-hd a.on:after {
    content: "";
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 75%;
    height: 5px;
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FE67B0), to(#A982F5));
    background-image: -webkit-linear-gradient(left, #ffba00, #d69490);
    background-image: -moz-linear-gradient(left, #FE67B0, #A982F5);
    background-image: -o-linear-gradient(left, #FE67B0, #A982F5);
    background-image: linear-gradient(left, #FE67B0, #A982F5);
    border-radius: 8px;
}

.g-list {
    height: auto;
    overflow: hidden;
}

.g-list li {
    float: left;
    width: 25%;
}

.imgbox {
    width: 50%;
    float: left;
}
.g-list .imgbox li {
    float: left;
    width: 50%;
}

.g-list a {
    display: block;
    text-align: center;
}

.g-list p {
    font-size: 15px;
    color: #f6f6f6;
    line-height: 34px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.g-list img {
    display: block;
    width: 3rem;
    height: 3rem;
    border-radius: .24rem;
    margin: 0 auto;
}

.g-slide a, .g-slide img {
    display: block;
    width: 100%;
}

.down {
    background: url(../images/down.png) no-repeat;
    width: 70px;
    background-size: contain;
    height: 35px;
    display: block;
    /*margin:0px auto 8px;*/
}

.down-list {
    padding: 15px 0;
    color: #fff;
    margin-bottom: 38px;
}

.down-list li {
    width: 100%;
    display: -webkit-flex;
    -webkit-flex-flow: row;
    -webkit-align-items: stretch;
    -webkit-justify-content: space-between;
    display: flex;
    flex-flow: row;
    align-items: stretch;
    justify-content: space-between;
    border-bottom: 1px solid #E5E5E5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.down-list dt, .down-list dd {
    padding: 14px 0;
}

.down-list dt {
    padding-left: 14px;
}

.down-list h3, .down-list p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.down-list dd + dd {
    font-size: 12px;
    padding-right: 14px;
}

.down-list .flex1 {
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    width: -webkit-calc(100vw - 186px);
}

.down-list h3 {
    font-size: 17px;
    font-weight: bold;
}

.down-list p {
    font-size: 11px;
    color: #454545;
    margin-top: 8px;
}

.down-list dt {
    width: 50px;
}

.down-list dt img {
    width: 50px;
    height: 50px;
    border-radius: 8px;
}

.go {
    background: url(../images/go.png) no-repeat;
    width: 87px;
    height: 35px;
    display: block;
    margin: 0px auto 8px;
    text-indent: -9999px;
    background-size: contain;
}

.lx {
    background: url(../images/lx.png) no-repeat;
    width: 75px;
    height: 35px;
    display: block;
    margin: 0px auto 8px;
    text-indent: -9999px;
    background-size: contain;
}

.s_p {
    position: absolute;
    top: -0.4rem;
    font-size: 14px;
    text-align: center;
    width: 100%;
    color: #999;
}

.heagit {
    height: 163px;
}

.topmob {
    -webkit-box-sizing: border-box;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    padding: 0 10px;
    overflow: hidden;
    width: 100%;
    opacity: 0.85;
    background: linear-gradient(90deg, rgba(170, 129, 245, 1), rgba(254, 103, 176, 1));
}

.top-pic {
    position: absolute;
    top: 12px;
    margin-left: 5px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.top-text {
    margin-left: 97px;
    line-height: 60px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.top-wenan {
    margin-left: 97px;
    line-height: 25px;
    font-size: 16px;
    color: #fff;
}

.top-btn {
    position: absolute;
    top: 12px;
    width: 120px;
    right: 20px;
    height: 45px;
    line-height: 45px;
    color: #ff2e4f;
    background: linear-gradient(90deg, #f6f6f6, #f6f6f6);
    border-radius: 55px;
    text-align: center;
    font-size: 20px;
    padding: 0 5px;
    font-weight: bold;
}

.topmob a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.bottommob {
    -webkit-box-sizing: border-box;
    height: 100px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    padding: 0 10px;
    overflow: hidden;
    width: 100%;
    opacity: 0.85;
    background: linear-gradient(90deg, rgba(170, 129, 245, 1), rgba(254, 103, 176, 1));
}

.bottom-pic {
    position: absolute;
    top: 12px;
    margin-left: 5px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.bottom-text {
    margin-left: 97px;
    line-height: 60px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.bottom-wenan {
    margin-left: 97px;
    line-height: 25px;
    font-size: 16px;
    color: #fff;
}

.bottom-btn {
    position: absolute;
    top: 12px;
    width: 120px;
    right: 20px;
    height: 45px;
    line-height: 45px;
    color: #ff2e4f;
    background: linear-gradient(90deg, #f6f6f6, #f6f6f6);
    border-radius: 55px;
    text-align: center;
    font-size: 20px;
    padding: 0 5px;
    font-weight: bold;
}

.bottommob a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.pc {
    width: 20%;
    position: absolute;
    right: 10%;
    margin-top: 5%;
}

.topswiper {
    -webkit-box-sizing:border-box;
    height: 75px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 900;
    margin: 0 auto;
    max-width: 767px;
}
.bottomswiper {
    -webkit-box-sizing:border-box;
    height: 75px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 900;
    margin: 0 auto;
    margin-top: 1px;
    max-width: 767px;
}

@media screen and (max-width: 767px) {
    .pc {
        display: none;
    }

    .slide-hd {
        margin-top: -0.5rem;
    }
}

@media screen and (min-width: 768px) {
    .pc {
        display: show;
    }
}

@media screen and (max-width: 767px) {
    .slide-hd {
        margin-top: 0rem;
    }

    .g-list img {
        display: block;
        width: 72px;
        height: 72px;
        border-radius: .24rem;
        margin: 0 auto;
    }
}
.cover{
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background: rgba(0,0,0,.5);
}
.modal{
    position:fixed;
    width:280px;
    height:300px;
    top:30%;
    left:0;
    right:0;
    background-color:#000;
    display:none;
    margin:0 auto;
    z-Index:9999;
    border-radius: 5px;
    border:1px solid #000;
}
.close {
    position: absolute;
    right: 0;
}

.close::after {
    content: 'x';
    position: absolute;
    right: 0;
    width: 22px;
    height: 22px;
    font-size: 17px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    color: #f90;
    border-radius: 100%;
    border: 2px solid #f90;
}

.alert-title {
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    font-size: 22px;
}
.alert-content {
    padding-top: 12px;
    padding: 12px 25px 25px 25px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.alert-btn{
    width: 60%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    font-size: 15px;
    background-color: rgb(255, 153, 0);
    border: 1px solid rgb(255, 153, 0);
    border-radius: 5px;
    color: black;
    margin-top: 7px;
}
.alert-p{
    text-align: center;
    padding-bottom: 5px;
    font-size: 15px;
}