:root {
    --000000: #000000;
    --282828: #282828;
    --ffffff: #ffffff;
    --00002f: #00002F;
    --7d83a0: #7d83a0;
    --19193a: #19193a;
    --ff6b0f: #ff6b0f;
    --ffd733: #ffd733;
    --ffe53b: #ffe53b;
    --0603bc: #0603bc;
    --ff010c: #ff010c;
    --2cb250: #2cb250;
    --020202: #020202;
    --999999: #999999;
    --d9d9d9: #d9d9d9;
    --f1f1f1: #f1f1f1;
    --f0f0f0: #f0f0f0;
}

body {
    line-height: 1.4;
    color: var(--282828);
    background-color: var(--ffd733);
}

@keyframes bubbles {
    0% { transform: translateY(0px); }
    10% { transform: translateY(-8px); }
    20% { transform: translateY(-5px); }
    30% { transform: translateY(0px); }
    40% { transform: translateY(5px); }
    50% { transform: translateY(8px); }
    60% { transform: translateY(5px); }
    70% { transform: translateY(0px); }
    80% { transform: translateY(-5px); }
    90% { transform: translateY(-8px); }
    100% { transform: translateY(0px); }
}

.page {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
header {
    height: auto;
    overflow: hidden;
}
.bn_page{
    max-width: 1360px;
}
.banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.uppercase{
    text-transform: uppercase;
}
.bn_left {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.bn_left::before{
    content: '';
    width: 124px;
    height: 139px;
    background: url(../images/gold2.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: -20%;bottom: -30%;
}

.bn_left h1 {
    font-size: 42px;
    padding-top: 1em;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.skew {
    margin: 1em 0;
    font-size: 16px;
    color: var(--282828);
    padding: .2em 1.2em;
    border-radius: .2em;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.skew span {
    display: inline-block;
    text-align: center;
}

.bn_right {
    width: 60%;
    position: relative;
    padding-top: 80px;
}
.phone{
    position: relative;
    display: flex;
}
.phone::before{
    content: '';
    width: 126px;
    height: 117px;
    background: url(../images/gold1.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -20%;left: 0;
}

.phone img {
    width: 100%;
    height: auto;
}

.now {
    position: relative;
    font-size: 23px;
    padding: .4em 1.6em .2em;
    cursor: pointer;
    transition: all .3s linear;
    height: 46px;
    display: flex;
    align-items: center;
}
.now img{
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;left: 0;
    z-index: -1;
}

.now span {
    display: block;
    color: transparent;
    background: rgb(255,215,51);
background: linear-gradient(359deg, rgba(255,215,51,1) 0%, rgba(255,215,51,1) 56%, rgba(255,255,120,1) 57%, rgba(255,255,120,1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 700;
}
.now:hover{
    opacity: .85;
    transition: all .3s linear;
}

.topic{
    background-color: var(--ffffff);
    padding: 45px 0;
}
.bn_txt{
    font-size: 13px;
    padding-top: 3em;
}
.bn_txt p:last-child{
    font-weight: bold;
    font-size: 1.1em;
    padding-top: .5em;
}
.title {
    font-size: 38px;
    padding-bottom: .5em;
    text-align: center;
    position: relative;
}

.title h3 {
    padding-bottom: .2em;
}
.title p{
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.title p svg{
    width: 1em;
    height: auto;
    padding-left: .5em;
}
.wapPhone{
    display: none;
}
.webPhone{
    display: block;
}

.tt_list ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tt_list li {
    width: 28%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.tt_list li img {
    width: 100%;
    height: auto;
}
.tc_p{
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1em 0;
}
.tc_item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
}
.tc_im{
    width: calc(50% - 1.5em);
    background-color: var(--f0f0f0);
    border-radius: 1.3em;
    padding: 1.8em;
    display: flex;
    align-items: center;
}
.im_l{
    width: 3.4em;
    height: 3.4em;
}
.im-l img{
    width: 100%;
    height: auto;
}
.im_r{
    padding-left: 1.8em;
}
.im_r h6{
    font-size: 1.3em;
    padding-bottom: .5em;
}
.awaits{
    background-color: var(--ffd733);
    padding: 80px 0 45px;
}
.at_list{
    padding: 30px 0;
}
.at_list ul {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    padding: 0 10%;
}

.at_list li {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}
.at_list li:nth-child(1){
    width: 24%;
}
.at_list li img {
    width: 100%;
    height: auto;
}
.at_txt{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.at_txt span{
    font-size: 16px;
}
.at_txt p{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: .5em;
}
.at_p{
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1em 0 2em 0;
}
.at_p p{
    font-size: 1.3em;
    min-width: 30%;
    text-align: right;

}
.at_item{
    width: calc(50% - 1.5em);
    display: flex;
    justify-content: space-between;
}
.at_item span{
    padding-left: 1em;
}
/*  */
.steps{
    background-color: var(--ffffff);
    padding: 80px 0 60px;
}
.sp_list{
    font-size: 14px;
    padding-top: 3em;
}
.sp_list ul{
    display: flex;
    justify-content: space-between;
}
.sp_list li{
    width: 40%;
}
.sp_list li:nth-child(2){
    width: 20%;
}
.sp_top{
    font-size: 1.15em;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 1em;
}
.sp_top p{
    background-color: var(--ffffff);
}
.sp_top p:nth-child(2){
    font-size: 1.8em;
    font-weight: bold;
    padding: 0 .2em;
}
.sp_top::before{
    content: '';
    height: 1px;
    width: 90%;
    position: absolute;
    top: 50%;left: 0;
    transform: translateY(-50%);
    z-index: -1;
    background-color: var(--282828);
}
.sp_top::after{
    content: '>';
    height: 1em;
    width: 10%;
    position: absolute;
    top: 50%;right: 0;
    font-size: 1em;
    transform: translateY(-70%);
    z-index: -1;
}
.sp_list li:nth-child(3) .sp_top::before,
.sp_list li:nth-child(3) .sp_top::after{
    display: none;
}
.sp_list li h3{
    background: url(../images/btnbg.png) no-repeat center;
}
.now1{
    height: 46px;
    font-size: 1.6em;
    text-align: center;
    margin: 0 0 1em;
}
.now1 img{
    width: 11em;
}
.sp_list li:nth-child(2) .now1{
    height: 42px;
}
.sp_list li:nth-child(2) .now1 img{
    width: 9em;
    object-fit: cover;
}
.sp_list li:nth-child(3) .now1{
    display: none;
}
.sp_item p{
    padding-bottom: .5em;
    padding-right: 1em;
    position: relative;
}
.sp_item p::before{
    content: '.';
    position: absolute;

}
/*  */
.players {
    background-color: var(--ffd733);
}
.content {
    padding: 80px 0 30px;
}
.content:last-child{
    background: transparent;
}
.pys_box{
    overflow: auto;
}
.pys_menu{
    font-size: 16px;
    display: flex;
    min-width: 680px;
}
.menu_active{
    font-weight: 700;
    border-bottom: 2px solid var(--282828);
    transition: all .3s linear;
}
.pys_menu li{
    padding-bottom: .3em;
    margin-right: 1.5em;
    cursor: pointer;
    transition: all .3s linear;
}
.pys_menu li:last-child{
    margin-right: 0;
}
.swiper{
    padding-bottom: 1em;
}
.swiper-pagination-bullet {
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #4c4c4c);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, #282828)
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
    left: 0;
    width: 100%;
}
.swiper-pagination {
    opacity: 0;
}

.fulltx {
    padding: 2em 0 0 0;
    position: relative;
}
.item_side{
    padding: 1em;
}
.item_cover{
    background-color: var(--ffffff);
    padding: 1.5em 1em;
    border-radius: .5em;
    position: relative;
    display: flex;
    flex-direction: column;
    color: var(--282828);
}
.fx_hot{
    position: absolute;
    top: 0;right: -.5em;
    padding: .2em 2em .2em 1em;
    color: var(--ffffff);
    background-color: var(--ff010c);
    border-radius: 1em;
    font-size: 14px;
}
.fx_hot::before{
    content: '';
    width: 2em;
    height: 2em;
    background:  url(../images/fire.png) no-repeat top right;
    background-size: contain;
    position: absolute;
    top: -30%;right: -.2em;
}
.fx_t{
    font-size: 18px;
    font-weight: 700;
    padding-bottom: .2em;
}
.fx_tt {
    position: relative;
    height: 68px;
    font-size: 16px;
    color: #4c4c4c;
    font-weight: 300;
    overflow: hidden;
}

.over {
    color: #326EFA;
    position: absolute;
    bottom: 0;right: 0;
    background-color: var(--ffffff);
    padding-left: .3em;
    cursor: pointer;
}
.fx_img{
    margin: 1em 0;
    height: 160px;
    overflow: hidden;
    transition: all .3s linear;
    display: flex;
}

.fx_img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: all .3s linear;
}
.fx_img:hover img{
    transform: scale(1.02);
    transition: all .3s linear;
}
.fx_favor{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.favor_l span{
    font-size: 14px;
    padding-left: .5em;
    color: var(--7d83a0);
}
.favor_r i{
    margin: 0 .2em;
}
/*  */
.hls_content{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hls_list{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.hls_list li{
    width: 49%;
    display: flex;
    font-size: 20px;
    background-color: var(--ffffff);
    padding: 1.4em;
    border-radius: .5em;
}
.hls_l{
    padding-right: 1em;
}
.hls_l h4{
    padding-bottom: .5em;
}
.hls_l img{
    height: 2em;
    width: auto;
}
.hls_list li:nth-child(2) .hls_l img{
    height: 3em;
    width: auto;
}
.hls_r{
    font-size: 14px;
}
.now2{
    margin-top: 1em;
    display: flex;
}
.hls_txt{
    font-size: 18px;
    padding: 0 0 3em;
}
.hls_txt p{
    font-size: 16px;
    padding-bottom: 1em;
}
.hls_txt h5{
    padding-bottom: 1em;
}
/*  */
footer {
    background-color: var(--282828);
    padding: 50px 0 80px 0;
}

.ft_logo {
    width: 40%;
    max-width: 200px;
}

.ft_logo img {
    width: 100%;
    height: auto;
}

footer p {
    text-align: center;
    font-size: 18px;
    padding: 1em 0 1.5em;
    color: var(--999999);
}

.sns {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sns .sn_li {
    width: 70px;
    min-width: 70px;
    height: 70px;
    background-color: var(--ffd733);
    border-radius: 50%;
    padding: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    margin: 0 16px;
    cursor: pointer;
}

.sn_li.facebook {
    padding: 26px;
}

.sns .sn_li img {
    width: 100%;
    height: auto;
}

.ft_logo {
    width: 60%;
    height: auto;
    margin: 0 auto;
}

.ft_logo img {
    width: 100%;
    height: auto;
}

@media (max-width: 1400px) {
    .page {
        padding: 0 5%;
    }
    .bn_left h1 {
        font-size: 36px;
    }
    .now {
        font-size: 18px;
        height: 46px;
    }
    .title{
        font-size: 32px;
    }
    .now1{
        height: 41px;
    }
    .sp_top p:nth-child(2) {
        font-size: 1.4em;
    }
    .phone::before {
        content: '';
        width: 16.6%;
        height: 14.8%;
    }
    .bn_left::before {
        content: '';
        width: 24%;
        height: 30%;
        bottom: -2%;
        left: -30%;
    }
    .bn_left{
        padding-bottom: 5%;
    }
}
@media (max-width: 1199px){
    .bn_left h1 {
        font-size: 28px;
    }
    .title{
        font-size: 28px;
    }
    .now {
        font-size: 16px;
        height: 41px;
    }
    .now1{
        height: 33px;
    }
    .sp_list li:nth-child(2) .now1 {
        height: 33px;
    }
    .bn_left h1 {
        padding-top: 3em;
    }
    .tc_item {
        font-size: 14px;
    }
    .swiper-pagination {
        opacity: 1;
    }
    .tt_P p {
        font-size: 20px;
    }
    .tt_list li {
        font-size: 18px;
    }
    .hls_list li {
        font-size: 18px;
        padding: 1.4em;
    }
    .btn span {
        font-size: 24px;
    }
    .title {
        font-size: 28px;
    }
    .io_lf>img {
        width: 100px;
        height: 100px;
    }
    .lf_middle {
        font-size: 18px;
    }
    .lo_rt span {
        font-size: 20px;
    }
}
@media (max-width: 999px){
    .bn_left h1 {
        font-size: 26px;
    }
    .banner {
        align-items: flex-end;
    }
    .bn_left {
        width: 45%;
    }
    .bn_right{
        width: 55%;
    }
    .at_txt p {
        font-size: 20px;
    }
    .title{
        font-size: 24px;
    }
    .at_txt span {
        font-size: 14px;
    }
    .bn_txt{
        font-size: 12px;
    }
}

@media (max-width: 799px) {
    header {
        min-height: auto;
    }
    .banner{
        flex-direction: column;
        align-items: flex-end;
    }
    .bn_left{
        width: 100%;
        padding-bottom: 0;
    }
    .bn_left h1 {
        font-size: 24px;
        text-align: center;
        padding-top: 4em;
    }
    .skew {
        font-size: 14px;
        margin: .3em 0;
        padding: .1em 1em;
    }
    .now {
        width: 262px;
        height: 65px;
        font-size: 16px;
        text-align: center;
    }
    .bn_right {
        width: 100%;
        padding-top: 10px;
    }
    .tt_P p {
        font-size: 16px;
    }
    .phone::before {
        top: -10%;
        left: -10%;
    }
    .wapPhone{
        display: block;
    }
    .webPhone{
        display: none;
    }
    .tt_list li{
        width: auto;
        margin: .5em 0;
    }
    .tt_list{
        padding: 1em 0;
        width: 70%;
    }
    .at_txt span {
        font-size: 12px;
    }
    .at_txt p {
        font-size: 16px;
    }
    .now1 span {
        font-size: 18px;
    }
    .at_list ul {
        flex-wrap: wrap;
    }
    .at_list li:nth-child(1) {
        width: 45%;
    }
    .at_list li {
        width: 40%;
    }
    .hls_list {
        flex-direction: column;
    }
    .hls_list li {
        width: 16px;
        width: 100%;
        margin-bottom: 1em;
    }
    .hls_r {
        font-size: 12px;
    }
    .tips{
        font-size: 14px;
    }
    .nums .num_p span {
        font-size: 20px;
    }
    .btn {
        width: 60%;
    }
    .btn span {
        font-size: 18px;
        text-align: center;
    }
    .awaits {
        padding: 45px 0 0;
    }
    .players {
        padding: 2em 0;
    }
    .title {
        font-size: 20px;
    }
    .title p {
        font-size: 12px;
    }
    .content {
        padding: 40px 0 20px;
    }
    .pys_box{
        height: 2.5em;
    }

    .pys_box::-webkit-scrollbar {
        width: 6px;
        height: 1px;
        background-color: transparent;
      }
      .pys_box::-webkit-scrollbar-thumb {
        background-color: transparent;
      }

    .io_lf>img {
        width: 50px;
        height: 50px;
    }
    .lf_middle {
        font-size: 14px;
    }
    .fllow span {
        font-size: 12px;
    }
    .lo_rt span {
        font-size: 16px;
    }
    .fulltx {
        padding: 2em 0 0 0;
    }
    .fx_t {
        font-size: 14px;
    }
    .fx_tt {
        height: 52px;
        font-size: 12px;
    }
    .favor_l span{
        font-size: 12px;
    }
    .fx_hot{
        font-size: 12px;
    }
    .ft_logo {
        width: 40%;
    }
    footer{
        padding: 30px 0 40px;
    }
    footer p {
        font-size: 14px;
    }
    .hls_txt {
        font-size: 16px;
    }
    .hls_txt p {
        font-size: 14px;
    }
    .bn_left::before {
        bottom: -30%;
    }
    .tc_item {
        flex-direction: column;
        font-size: 14px;
    }
    .tc_im {
        width: 100%;
        margin-bottom: 1em;
        padding: 1.2em;
        border-radius: 1em;
    }
    .at_p{
        flex-direction: column;
    }
    .at_item {
        width: 100%;
        flex-direction: column;
    }
    .at_p p{
        text-align: left;
    }
    .at_item span {
        padding-left: 0em;
    }
    .at_txt {
        align-items: flex-start;
        padding-bottom: 30px;
    }
    .steps {
        padding: 50px 0 30px;
    }
    /*  */
    .sp_list ul {
        flex-direction: column;
    }
    .sp_list li {
        width: 100%;
        margin-bottom: 1em;
        display: flex;
    }
    .sp_list {
        font-size: 12px;
    }
    .now1 span {
        font-size: 16px;
    }
    .sp_list li:nth-child(2) {
        width: 100%;
    }
    .sp_top {
        align-items: flex-start;
        margin-right: .5em;
    }
    .sp_top::before {
        content: '';
        height: 90%;
        width: 1px;
        top: 0%;
        left: 30%;
        transform: translateX(-0%);
    }
    .sp_top::after {
        content: 'v';
        height: 9%;
        width: 1em;
        position: absolute;
        top: 90%;
        right: 50%;
        font-size: 1em;
        transform: translateX(-0%);
        z-index: -1;
    }
    .sp_top p:nth-child(1) {
        padding-top: .3em;
    }
    .now1 {
        width: 242px;
        height: 32px;
        font-size: 16px;
        text-align: center;
    }

}
.hidden {
    display: none; /* 新增：隐藏元素 */
}

.sidebar{
    position: fixed;
    bottom: 20%;
    right: 0;
    z-index: 1000;
}
.bar{
    width: 200px;
    height: 227px;
    background-color: var(--ffffff);
    border-radius:  12px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
}
.bar img{
    width: 100%;
    height: auto;
}
.bar svg{
    width: 100%;
    height: auto;
}
.webbar{
    position: relative;
}
.webbar svg{
    width: 16px;
    height: 16px;
    padding: 5px;
    position: absolute;
    left: -5%;
    top: -4%;
    background-color: var(--ffffff);
    border-radius: 5px 0 50% 0;
}
.wapbar{
    display: none;
    box-sizing: border-box;
}
@media (max-width: 1199px){
    .bar{
        width: 160px;
        height: 182px;
    }
}

@media (max-width: 799px) {
    .webbar{
        display: none;
    }
    .wapbar{
        display: block;
        padding: 12px;
    }
    .bar{
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }
}