* {
    padding: 0;
    margin: 0;
    list-style: none
}

a,a:active,a:focus,a:hover {
    text-decoration: none
}

@media screen and (min-width: 320px) {
    html {
        font-size:21.33px
    }

    body {
        font-size: 12px
    }
}

.wrap {
    width: 100%;
    max-width: 500px;
    margin: 0 auto
}

.img-row img {
    display: block;
    width: 100%
}

.img-row a 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;
    /*20241114ÐÞ¸Ä
    height: 66px;
    line-height: 66px;*/
    height: 44px;
    line-height: 44px;
    border-bottom: 2px solid #e5e5e5
}

.slide-hd ul {
    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
}

.slide-hd li {
    flex: 1;
    text-align: center
}

.slide-hd a {
    cursor: pointer;
    display: inline-block;
    line-height: 66px;
    /*20241114ÐÞ¸Ä
    height: 66px;
    line-height: 66px;*/
    height: 44px;
    line-height: 44px;
    font-size: 15px;
    color: #5c5c5c;
    font-weight: 700;
    position: relative
}

.slide-hd a.on {
	background: linear-gradient(270deg, #0968e5 -0.15%, #091970 100.88%);
  	-webkit-background-clip: text !important;
  	-webkit-text-fill-color: transparent;

    /*20241114ÐÞ¸Ä
    color: #ed6bbe*/
}

.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,#aa81f5,#fe67b0);
    background-image: -moz-linear-gradient(left,#fe67b0,#a982f5);
    background-image: -o-linear-gradient(left,#fe67b0,#a982f5);
    background-image: linear-gradient(270deg, #0968e5 -0.15%, #091970 100.88%);
   /* background-image: linear-gradient(left,#fe67b0,#a982f5);*/
    border-radius: 8px
}

.g-list {
    height: auto;
    overflow: hidden;
    padding-top: 8px;
    padding-bottom: 20px
}

.g-list li {
    float: left;
    width: 19.9999%
}

.g-list a {
    display: block;
    text-align: center
}

.g-list p {
    font-size: .14rem;
    color: #333;
    line-height: 34px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.g-list img {
    display: block;
    width: .7rem;
    height: .7rem;
    border-radius: .17rem;
    margin: 0 auto
}

.g-slide a,.g-slide img {
    display: block;
    width: 100%
}

.down {
    background: url(down.png) no-repeat;
    width: 70px;
    background-size: contain;
    height: 35px;
    display: block;
    margin: 0 auto 8px;
    text-indent: -9999px
}

.down1 {
    background: url(down1.png) no-repeat;
    width: 70px;
    background-size: contain;
    height: 35px;
    display: block;
    margin: 0 auto 8px;
    text-indent: -9999px
}

.down2 {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    width: 70px !important;
    height: 30px;
    /*20241114修改
    border-radius: 20px;
    background: linear-gradient(90deg,rgb(170 129 245),rgb(254 103 176)) no-repeat;
    color: #fff;
    font-size: .14rem;
    font-style: normal;
    font-weight: 500;
    */
    border-radius: 40px;
    background: linear-gradient(270deg, #0968e5 -0.15%, #091970 100.88%);
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    font-size: 12px;


    text-align: center;
    line-height: 30px;
    cursor: pointer;
    
}

.down3 {
    display: block;
   
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    width: 70px !important;
    height: 30px;
    border-radius: 40px;
    background: linear-gradient(270deg, #0968e5 -0.15%, #091970 100.88%);
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    font-size: 12px;


    text-align: center;
    line-height: 30px;
    cursor: pointer;
    
}
.down-list {
    padding: 15px 0
}

.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 dd,.down-list dt {
    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: 700;
    height: 24px;
    line-height: 24px;
}

.down-list p {
    /*20241114修改
    font-size: 11px;
    color: #454545;*/

    font-size: 11px;
    height: 24px;
    line-height: 24px;
    color: rgba(69, 69, 69, 1);
    letter-spacing: 9%;
}

.down-list dt {
    width: 50px
}

.down-list dt img {
    width: 50px;
    height: 50px;
    border-radius: 8px
}

.go {
    background: url(../img/go.png) no-repeat;
    width: 87px;
    height: 35px;
    display: block;
    margin: 0 auto 8px;
    text-indent: -9999px;
    background-size: contain
}

.lx {
    background: url(../img/lx.png) no-repeat;
    width: 75px;
    height: 35px;
    display: block;
    margin: 0 auto 8px;
    text-indent: -9999px;
    background-size: contain
}

.s_p {
    position: absolute;
    top: -.4rem;
    font-size: 14px;
    text-align: center;
    width: 100%;
    color: #999
}

.heagit {
    height: 163px
}

.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: .85;
   /* background: linear-gradient(90deg,rgb(170 129 245),rgb(254 103 176));*/

  	background: linear-gradient(270deg, #0968e5 -0.15%, #091970 100.88%);
  	backdrop-filter: blur(4px);
}

.bottom-pic {
    position: absolute;
    top: 12px;
    margin-left: 5px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    -webkit-bord* {
        padding: 0;
        margin: 0;
        list-style: none
    }

    a,a: active,a:focus,a:hover {
        text-decoration:none
    }

    @media screen and (min-width: 320px) {
        html {
            font-size:21.33px
        }

        body {
            font-size: 12px
        }
    }

    .wrap {
        width: 100%;
        max-width: 500px;
        margin: 0 auto
    }

    .img-row img {
        display: block;
        width: 100%
    }

    .img-row a 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: 66px;
        line-height: 66px;
        border-bottom: 2px solid #e5e5e5
    }

    .slide-hd ul {
        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
    }

    .slide-hd li {
        flex: 1;
        text-align: center
    }

    .slide-hd a {
        cursor: pointer;
        display: inline-block;
        line-height: 66px;
        font-size: 17px;
        height: 66px;
        color: #5c5c5c;
        font-weight: 700;
        position: relative
    }

    .slide-hd a.on {
        color: #ed6bbe
    }

    .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,#aa81f5,#fe67b0);
        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;
        padding-top: 8px;
        padding-bottom: 20px
    }

    .g-list li {
        float: left;
        width: 19.9999%
    }

    .g-list a {
        display: block;
        text-align: center
    }

    .g-list p {
        font-size: .14rem;
        color: #333;
        line-height: 34px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .g-list img {
        display: block;
        width: .7rem;
        height: .7rem;
        border-radius: .17rem;
        margin: 0 auto
    }

    .g-slide a,.g-slide img {
        display: block;
        width: 100%
    }

    .down {
        background: url(down.png) no-repeat;
        width: 70px;
        background-size: contain;
        height: 35px;
        display: block;
        margin: 0 auto 8px;
        text-indent: -9999px
    }

    .down1 {
        background: url(down1.png) no-repeat;
        width: 70px;
        background-size: contain;
        height: 35px;
        display: block;
        margin: 0 auto;
        text-indent: -9999px
    }

    .down2 {
        display: block;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 10px;
        margin-left: auto;
        width: 70px;
        height: 30px;
        border-radius: 20px;
        background: linear-gradient(90deg,rgb(170 129 245),rgb(254 103 176)) no-repeat;
        text-align: center;
        line-height: 30px;
        cursor: pointer;
        color: #fff;
        font-size: 0.1rem;
        font-style: normal;
        font-weight: 500;
    }

    .down-list {
        padding: 15px 0
    }

    .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 dd,.down-list dt {
        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: 700
    }

    .down-list p {
        font-size: 11px;
        color: #454545
    }

    .down-list dt {
        width: 50px
    }

    .down-list dt img {
        width: 50px;
        height: 50px;
        border-radius: 8px
    }

    .go {
        background: url(../img/go.png) no-repeat;
        width: 87px;
        height: 35px;
        display: block;
        margin: 0 auto 8px;
        text-indent: -9999px;
        background-size: contain
    }

    .lx {
        background: url(../img/lx.png) no-repeat;
        width: 75px;
        height: 35px;
        display: block;
        margin: 0 auto 8px;
        text-indent: -9999px;
        background-size: contain
    }

    .s_p {
        position: absolute;
        top: -.4rem;
        font-size: 14px;
        text-align: center;
        width: 100%;
        color: #999
    }

    .heagit {
        height: 163px
    }

    .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: .85;
        background: linear-gradient(90deg,rgb(170 129 245),rgb(254 103 176))
    }

    .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: 700
    }

    .bottommob a {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }

    .pc {
        width: 20%;
        position: absolute;
        right: 10%;
        margin-top: 5%
    }

    @media screen and (max-width: 767px) {
        .pc {
            display:none
        }

        .slide-hd {
            margin-top: 0
        }
    }

    @media screen and (max-width: 768px) {
        .banner-title {
            font-size:.1rem
        }
    }

    @media screen and (min-width: 768px) {
        .pc {
            display:show
        }
    }

    .banner-title {
        font-size: .3rem
    }

    @media screen and (max-width: 768px) {
        .banner-title {
            font-size:.15rem
        }
    }

    er-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;*/
    color: #0A56CA;
    background: linear-gradient(90deg,#f6f6f6,#f6f6f6);
    border-radius: 55px;
    text-align: center;
    font-size: 20px;
    padding: 0 5px;
    font-weight: 700
}
/*.点击观看 {
  top: 1505px;
  left: 260.5px;
  width: 80px;
  height: 28px;
  background: linear-gradient(90deg, #8a0c84 0%, #c41d7f 100%);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  font-family: "PingFang SC";
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.2px;
}*/
.bottommob a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.bottomBnClose {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 15px;
    z-index: 9999;
}

.pc {
    width: 20%;
    position: absolute;
    right: 10%;
    margin-top: 5%
}

@media screen and (max-width: 767px) {
    .pc {
        display:none
    }

    .slide-hd {
        margin-top: 0
    }
}

@media screen and (max-width: 768px) {
    .banner-title {
        font-size:.1rem
    }
}

@media screen and (min-width: 768px) {
    .pc {
        display:show
    }
}

.banner-title {
    font-size: .3rem
}

@media screen and (max-width: 768px) {
    .banner-title {
        font-size:.15rem
    }
}
.ban-title {
  top: 128px;
  left: 0px;
  /*width: 375px;*/
  height: 51px;
  display: flex;
  place-content: center;
  place-items: center;
  gap: 10px;
  flex-shrink: 0;
  padding: 10px;
  background: #f0f4ff;
}

.p-title {
  top: 143px;
  left: 16.5px;
 /* width: 342px;*/
  height: 21px;
  background: linear-gradient(270deg, #0968e5 -0.15%, #091970 100.88%);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  font-family: "PingFang SC";
  font-weight: 600;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: -0.2px;
}
.ban-title2 {
  top: 849px;
  left: 0px;
 /* width: 375px;*/
  height: fit-content;
  display: inline-flex;
  place-content: center;
  place-items: center;
  gap: 10px;
  flex-shrink: 0;
  padding: 10px;
  background: #f0f4ff;
}
.p-title2 {
  top: 859px;
  left: 15px;
 /* width: 345px;*/
  height: 42px;
  background: linear-gradient(270deg, #0968e5 -0.15%, #091970 100.88%);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  font-family: "PingFang SC";
  font-weight: 600;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: -0.2px;
}
