:root {
    --color-default: #ddd;
    --color-primary: #06e5f7;
    --color-bg: #000;
}

*{margin:0;padding:0;box-sizing:border-box;word-break:break-all}
body,input,textarea,select,button{font:14px/1.6 Helvetica Neue,Helvetica,Tahoma,Arial,sans-serif,PingFang SC,Microsoft YaHei}
body,html{color:var(--color-default);background-color:var(--color-bg);width: 100%;height: 100%}
h1,h2,h3,h4,h5,h6{font-size:100%}
table{border-collapse:collapse;border-spacing:0}
ul,ol{list-style:none}
i,em{font-style:normal}
img{border:0;vertical-align:middle}
a{text-decoration:none}

.flex{display:-webkit-flex;display:flex}
.vertical{-webkit-flex-direction:column;flex-direction:column}
.xcenter{-webkit-justify-content:center;justify-content:center}
.xend{-webkit-justify-content:flex-end;justify-content:flex-end}
.xjustify{-webkit-justify-content:space-between;justify-content:space-between}
.ycenter{-webkit-align-items:center;align-items:center}
.yend{-webkit-align-items:flex-end;align-items:flex-end}
.flex-1{-webkit-flex:1;flex:1}

.clearfix{zoom:1}
.clearfix:after{content:".";height:0;line-height:0;font-size:0;clear:both;display:block;visibility:hidden}

.auto {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
}
.layout-wrapper {
    overflow: hidden;
}
.layout-main {
    margin-top: 30px;
    position: relative;
}
.other-bg {
    color: initial;
    background-color: white;
    width: 100%;
}
.other-bg .other-auto {
    width: 1230px;
    margin: 0 auto;
    display: flex;
}
.other-bg .other-content{
    flex: 1;
    margin-right: 60px;
    padding-top: 60px;
    box-sizing: border-box;
}
.other-bg .other-auto .other-menu{
    width: 280px;
    color: #000;
    padding-top: 150px;
    box-sizing: border-box;
}
.other-bg .other-menu .menu-title{
    position: relative;
    height: 25px;
    padding-left: 10px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 25px;
}
.other-bg .other-menu .menu-title:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 22px;
    background-color: #06e5f7;
}
.menu-item {
    font-size: 16px;
    padding-top: 6px;
    display: flex;
    align-items: center;
}

.other-bt{
    width: 1230px;
    margin: 0 auto;
    display: flex;
    padding-right: 320px;
    padding-bottom: 20px;
    box-sizing: border-box;
}
.bt_content{
    flex: 1;
}
.bt_left{
}
.bt_right .menu-title:before{
    width: 0 !important;
}

.menu-item-tag-top {
    background-color: #06e5f7;
    color: #fff;
    width: 16px;
    min-width: 16px;
    height: 16px;
    display: block;
    font-size: 14px;
    text-align: center;
    line-height: 16px;
}

.menu-item-tag-footer {
    background-color: #e8e8e8;
    color: #878787;
    width: 16px;
    min-width: 16px;
    height: 16px;
    display: block;
    font-size: 14px;
    text-align: center;
    line-height: 16px;
}
.menu-list a {
    color: #707070;
    display: block;
    width: 100%;
    white-space: nowrap;
    margin-left: 5px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.other-auto .other-menu .menu-list a {
    color: #707070;
    display: block;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-left: 5px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.client_download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #06e5f7;
    color: #fff;
    font-size: 16px;
    padding: 10px 0;
    border-radius: 4px;
    margin-top: 20px;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transform: translateX(-10px);
}
.client_download img {
    border-style: none;
    vertical-align: top;
    overflow-clip-margin: content-box;
    overflow: clip;
}
.meun-down{
    height: auto !important;
}
.ml5 {
    margin-left: 5px;
}

.aside-menu {
    width: 230px;
    background-color: #2d3135;
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 15px;
}
.aside-menu a {
    display: block;
    height: 56px;
    line-height: 56px;
    padding: 0 20px;
    font-size: 16px;
    color: var(--color-default);
    transition: all 0.3s;
}
.aside-menu a + a {
    border-top: 1px dashed #485058;
}
.aside-menu a.active, .aside-menu a:hover {
    color: var(--color-primary);
}
.main-content {
    min-height: 500px;
    margin-left: 250px;
    padding: 15px 20px;
    background-color: #2d3135;
    border-radius: 4px;
}
.main-content p {
    margin: 10px 0;
}

/* header */
.layout-header {
    height: 82px;
}
.header-fixed {
    width: 100%;
    height: 82px;
    background-color: var(--color-bg);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
.header-content {
    height: 100%;
}
.header-content .logo {
    display: block;
    min-width: 160px;
    width: 188px;
    height: 29px;
    /*background: url(../../img/pc/logo.png) no-repeat center / contain;*/
}
.header-content .header-nav {
    margin-left: 118px;
}
.header-content .header-nav a {
    display: block;
    min-width: 100px;
    height: 82px;
    line-height: 82px;
    padding: 0 10px;
    text-align: center;
    font-size: 16px;
    color: var(--color-default);
    transition: all 0.3s;
    position: relative;
}
.header-content .header-nav a + a {
    margin-left: 40px;
}
.header-content .header-nav a:before, .header-content .header-nav a:after {
    width: 0;
    height: 4px;
    content: "";
    position: absolute;
    bottom: 0;
    background-color: var(--color-primary);
    border-radius: 4px;
    transition: width .4s cubic-bezier(.175,.885,.32,1.275);
}
.header-content .header-nav a:before {
    left: calc(50% - 20px);
}
.header-content .header-nav a:after {
    left: calc(50% - 20px + 30px + 4px);
}
.header-content .header-nav a.active:before {
    width: 30px;
}
.header-content .header-nav a.active:after {
    width: 6px;
}
.header-content .header-nav a:hover, .header-content .header-nav a.active {
    color: #fff;
}
.header-content .download-btn {
    min-width: 123px;
    height: 36px;
    line-height: 34px;
    padding: 0 15px;
    text-align: center;
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
    border-radius: 2px;
    transition: all 0.3s;
}
.header-content .download-btn i {
    display: block;
    width: 16px;
    height: 16px;
    margin-left: 5px;
    background: url(../../img/pc/download.png) no-repeat 0 0;
}
.header-content .download-btn:hover {
    border-color: #bafaff;
    color: #bafaff;
}
.header-content .download-btn:hover i {
    background-position: -16px 0;
}

/* footer */
.layout-footer {
    padding-top: 50px;
    padding-bottom: 30px;
}
.follow-us h3 {
    line-height: 24px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #fff;
}
.follow-us .media-list .item i {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.follow-us .media-list .item i.wx-icon {
    background-image: url(../../img/pc/wx.png);
}
.follow-us .media-list .item i.wb-icon {
    background-image: url(../../img/pc/wb.png);
}
.follow-us .media-list .item i.dy-icon {
    background-image: url(../../img/pc/dy.png);
}
.follow-us .media-list .item i.bz-icon {
    background-image: url(../../img/pc/bz.png);
}
.follow-us .media-list .item p {
    margin-top: 10px;
    text-align: center;
}
.follow-us .media-list .item + .item {
    margin-left: 20px;
}
.footer-info {
    margin-left: 60px;
}
.footer-info .footer-nav {
    margin-top: 15px;
}
.footer-info .footer-nav a {
    color: var(--color-default);
}
.footer-info .footer-nav a:hover {
    text-decoration: underline;
}
.footer-info .footer-nav span {
    margin: 0 10px;
}
.footer-info .beian {
    margin-top: 20px;
    font-size: 12px;
}
.online-service {
    margin-left: 60px;
    display: flex;
    flex-direction: column;
}
.online-service h3 {
    line-height: 24px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #fff;
}
.online-service h3 .kf-icon {
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 5px;
    background: url(../../img/pc/kf.png) no-repeat center / contain;
}
.online-service p + p {
    margin-top: 15px;
}
.friend-links {
    margin-top: 20px;
}
.friend-links a {
    color: #666;
}
.friend-links a + a {
    margin-left: 10px;
}
.friend-links a:hover {
    color: #fff;
}

/* index */
.index-banner {
    width: 100%;
    /*height: 880px;*/
    height: 730px;
    background: url(../../img/pc/banner_new.jpg) no-repeat center / cover;
    position: relative;
}

.new-img {
    width: 100%;
    height: 730px;
    background: url(../../img/pc/banner_new2.png) no-repeat center / cover;
    position: relative;
    !important;
}

.banner-content {
    height: 100%;
    padding-top: 75px;
    font-weight: 500;
    font-size: 45px;
}
.banner-content img{
   width: 64px;
    position: relative;
    top: -5px;
}
.banner-content .ti-1 {
    font-size: 64px;
    display: flex;
}
.banner-content .ti-1 div{
    font-weight: bold;
    font-size: 64px;
    animation: zoomInOut 1s infinite alternate; /* 应用动画 */
}
/* 定义动画 */
@keyframes zoomInOut {
    0% {
        font-size: 64px; /* 开始时字体大小 */
    }
    50% {
        font-size: 55px; /* 中间放大到字体大小 */
    }
    100% {
        font-size: 64px; /* 结束时恢复原始大小 */
    }
}
.banner-content .ti-5 {
    display: flex;
    font-size: 36px;
    font-weight: bold;
    gap: 30px;
}
.banner-content .ti-5 p span{
    font-size: 26px;
}
.banner-content .ti-5 div:nth-child(1) p span{
    color: #fb3c3c;
}
.banner-content .ti-5 div:nth-child(2) p span{
    color: #fb3c3c;
}
.banner-content .tip-1 {
    width: 409px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: var(--color-primary);
    background: url(../../img/pc/rectangle.svg) no-repeat center / contain;
}
.banner-content .tip-2 {
    font-size: 128px;
    color: #fff;
}
.banner-content .tip-2 strong {
    font-weight: 600;
    color: #a6ff01;
}
.banner-content .tip-3 {
    font-size: 40px;
}
.banner-content .download-btn {
    width: 390px;
    height: 90px;
    line-height: 90px;
    margin-top: 75px;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: #170c02;
    background-color: var(--color-primary);
    border-radius: 2px;
    transition: all 0.3s;
}
.banner-content .download-btn2 {
    width: 350px;
    height: 75px;
    line-height: 90px;
    margin-top: 75px;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: #170c02;
    background-color: var(--color-primary);
    border-radius: 2px;
    transition: all 0.3s;
}
.banner-content .download-btn i {
    display: block;
    width: 42px;
    height: 42px;
    margin-right: 10px;
    background: url(../../img/pc/windows.png) no-repeat center / contain;
}
.banner-content .download-btn:hover {
    background-color: #bafaff;
}
.banner-feature {
    width: 100%;
    height: 90px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to right, #000 0%, #051012 15%, #00ecffb8 60%, #021416 85%, #000 100%);
}
.banner-feature .feature-list .item {
    height: 90px;
    font-size: 32px;
}
.banner-feature .feature-list .item i {
    display: block;
    width: 48px;
    height: 48px;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.banner-feature .feature-list .item i.game-icon {
    background-image: url(../../img/pc/game.png);
}
.banner-feature .feature-list .item i.wifi-icon {
    background-image: url(../../img/pc/wifi.png);
}
.banner-feature .feature-list .item i.clock-icon {
    background-image: url(../../img/pc/clock.png);
}
.banner-feature .feature-list .line {
    width: 2px;
    height: 36px;
    background-color: #65bece;
}

/* 首页底部公告和游戏资讯 start */
.ourgamesArea {
    padding: 20px 0;
    width: 100%;
    /*height: 570px;*/
    background: white;
    background-size: 1920px 100%;
    padding-bottom: 30px ;
    box-sizing: border-box;
    position: relative;
}
.ourgamesBox {
    position: relative;
    min-width: 1200px;
    width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.ourgamesBox .ourgamesLeft {
    width: 460px;
}
.ourgamesBox .ourgames_head {
    margin-bottom: 20px;
}
.flex_row_between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex_row_between, .flex_row_end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex_row_start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.flex_row_center, .flex_row_start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex_row_center, .flex_row_start img {
    border-style: none;
    vertical-align: top;
}
.ourgamesBox .ourgames_head h3 {
    font-size: 24px;
    color: #202024;
    font-family: specfont, serif;
    font-weight: 400;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    /*margin-inline-start: 0px;*/
    margin-inline-end: 0px;
    unicode-bidi: isolate;
    !important;
}
.flex_row_start .ml5 {
    margin-left: 5px;
}
.ourgamesBox .ourgames_head h6 {
    font-size: 12px;
    color: #878894;
    margin-left: 15px;
    font-weight: 400;
    display: block;
    margin-block-start: 2.33em;
    margin-block-end: 2.33em;
    /*margin-inline-start: 0px;*/
    margin-inline-end: 0px;
    unicode-bidi: isolate;
    !important;
}
.ourgamesBox .ourgames_head a {
    font-size: 14px;
    color: #9e9e9e;
    font-family: specfont, serif;
    background-color: transparent;
    text-decoration: none;
    cursor: pointer;
}
.ourgamesBox .index_noticelist {
    /* height: 240px; */
    overflow: hidden;
    position: relative;
}
.ourgamesBox .index_noticelist .dot{
    position: absolute;
    width: 3px;
    height: 3px;
    margin-top: 13px;
    background-color: #878894;
}
.ourgamesBox .index_noticelist p{
    height: 25px;
    margin-bottom: 5px;
    display: flex;
    margin-left: 8px;
}
.ourgamesBox .index_noticelist a{
    color: #878894;
    font-size: 14px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 95%;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin: 0 0 0 5px;
    display: block;
    /*margin-block-start: 1em;*/
    /*margin-block-end: 1em;*/
    /*margin-inline-start: 0px;*/
    /*margin-inline-end: 0px;*/
!important;
    unicode-bidi: isolate;
}
.ourgamesBox .index_noticelist p time{
    white-space: nowrap;
}

.ourgamesBox .ourgamesLeft .ourgames_cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.ourgamesBox .ourgamesLeft .ourgames_cell a {
    background-color: transparent;
    text-decoration: none;
    color: -webkit-link;
    cursor: pointer;
}
.ourgamesBox .ourgamesLeft .ourgames_cell span {
    padding: 1.5px;
    background-color: #878894;
}
.ourgamesBox .ourgamesLeft .ourgames_cell p {
    color: #878894;
    font-size: 14px;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 90%;
    margin: 5px 0 !important;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}
.ourgamesBox .ourgamesLeft .ourgames_cell time {
    color: #c3c4d2;
    font-size: 12px;
}

/* 游戏公告 end */

.ourgamesBox .ourgamesRight {
    width: 630px;
}
.ourgamesBox .ourgames_head {
    margin-bottom: 20px;
}
.flex_row_between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.index_ourGamesList {
    width: 100%;
}
.flex_row_between {
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.ourgames_body ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    margin-block-start: 1em;
    /*margin-block-end: 1em;*/
    unicode-bidi: isolate;
}
.index_ourGamesList li {
    width: 200px;
    display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
}
.index_ourGamesList a {
    display: block;
    background-color: transparent;
    text-decoration: none;
    color: -webkit-link;
    cursor: pointer;
}
.index_ourGamesList .imgbox {
    display: block;
    unicode-bidi: isolate;
    width: 200px;
    /*height: 125px;*/
    overflow: hidden;
}
.imgbox img {
    border-style: none;
    vertical-align: top;
    width: 200px;
    overflow-clip-margin: content-box;
    overflow: clip;
}
.index_ourGamesList h5 {
    font-size: 14px;
    color: #202024;
    margin-top: 5px;
    font-weight: 400;
    display: block;
    margin-block-start: 1.67em;
    margin-block-end: 1.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}
.index_ourGamesList .ellipse {
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.ourgamesBox .ourgames_zone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    -webkit-box-pack: start;
    justify-content: flex-start;
    /*margin-top: 20px;*/
}
.ourgamesBox .ourgames_right_cell {
    display: block;
    color: #878894;
    font-size: 14px;
    margin-right: 13px;
}
.ourgames_zone a {
    background-color: transparent;
    text-decoration: none;
}
.index_newsList {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin-top: 20px;*/
    height: 150px;
    overflow: hidden;
    padding: 0;
    list-style: none;
    /*margin-block-start: 1em;*/
    /*margin-block-end: 1em;*/
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}
.index_newsList li {
    width: 47%;
    text-align: -webkit-match-parent;
    display: list-item;
    unicode-bidi: isolate;
    display: flex;
}
.index_newsList li p {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 30px;
    background-color: transparent;
    text-decoration: none;
    color: -webkit-link;
    cursor: pointer;
}
.index_newsList li span {
    flex: none;
    margin: auto 0;
    margin-right: 3px;
    width: 3px;
    height: 3px;
    background-color: #878894;
}
.index_newsList li a {
    color: #878894;
    font-size: 14px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 95%;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin: 0 0 0 5px;
    display: block;
    /*margin-block-start: 1em;*/
    /*margin-block-end: 1em;*/
    /*margin-inline-start: 0px;*/
    /*margin-inline-end: 0px;*/
    !important;
    unicode-bidi: isolate;
}
/* 首页底部公告和游戏资讯 end */


/* inner page */
.inner-title {
    display: inline-block;
    line-height: 32px;
    padding-bottom: 6px;
    font-size: 24px;
    font-weight: 500;
    position: relative;
}
.inner-title:before {
    content: "";
    width: 100%;
    height: 6px;
    background: linear-gradient(to right,#06e5f7,#151c23);
    position: absolute;
    left: 0;
    bottom: 0;
}
.pagination {
    margin-top: 35px;
    text-align: center;
}
.pagination li {
    display: inline-block;
}
.pagination li + li {
    margin-left: 10px;
}
.pagination li a, .pagination li span {
    display: inline-block;
    min-width: 32px;
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
    text-align: center;
    color: var(--color-default);
    background-color: #2d3135;
    border-radius: 2px;
    transition: all 0.3s;
}
.pagination li.active span, .pagination li a:hover {
    background-color: var(--color-primary);
    color: #170c02;
}
.pagination li.disabled span {
    background-color: #2d3135;
    color: #999;
    cursor: not-allowed;
}

/* news */
.news-list {
    margin-top: 30px;
}
.news-list .item {
    padding: 20px 0;
    border-bottom: 1px dashed #2d3135;
}
.news-list .item:last-child {
    border-bottom: none;
}
.news-list .item a {
    color: var(--color-default);
}
.news-list .item img {
    width: 300px;
    height: 147px;
    object-fit: cover;
}
.news-list .item .info {
    margin-left: 20px;
}
.news-list .item .info h3 {
    line-height: 26px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s;
}
.news-list .item .info p {
    line-height: 24px;
    margin-top: 10px;
    color: #aaa;
}
.news-list .item .info p.time {
    font-size: 12px;
}
.news-list .item a:hover .info h3 {
    color: #fff;
}

/* news detail */
.article-title {
    line-height: 32px;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
}
.article-info {
    margin-top: 10px;
    text-align: center;
    color: #aaa;
}
.article-info span {
    font-size: 12px;
}
.article-info span + span {
    margin-left: 20px;
}
.article-content {
    margin-top: 20px;
    line-height: 28px;
}
.article-content p {
    margin: 10px 0;
    font-size: 16px;
}

/* help */
.question-list {
    margin-top: 30px;
}
.question-list .item {
    float: left;
    width: 48%;
    padding: 20px 0;
    border-bottom: 1px dashed #2d3135;
}
.question-list .item:nth-child(2n) {
    margin-left: 4%;
}
.question-list .item a {
    line-height: 26px;
    font-size: 16px;
    font-weight: 500;
    color: var(--color-default);
    transition: all 0.3s;
}
.question-list .item a:hover {
    color: #fff;
}
.vk_phone_support {
    width: 180px;
    float: right;
    color: white;
    height: 34px;
    padding: 0px 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    border-radius: 4px;
    position: relative;
    box-sizing: border-box;
    transition: all 0.3s;
    text-decoration: unset;
    margin-bottom: 20px;
    margin-left: 15px;
}
.vk_phone_support span a{
    line-height: 34px;
}
.vk_phone_support span a img{
    margin-bottom: 3px;
}
.radius-left, .radius-right {
    width: 28px;
    height: 28px;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    border-radius: 7px 0px 7px 6px;
    position: absolute;
    transition: all 0.3s !important;
}
.radius-left {
    transform: rotate(45deg);
    left: -9px;
    top: 1px;
    box-sizing: border-box;
}
.radius-right {
    transform: rotate(-135deg);
    right: -9px;
    bottom: 1px;
    box-sizing: border-box;
}


/* 登录状态组件样式 */
.user-status {
    position: relative;
    display: flex;
    align-items: center;
}

.login-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 40px;
    background: linear-gradient(90deg, #3a8bff, #6d5cff);
    border-radius: 20px;
    color: white;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s;
}

.login-btn:hover {
    background: linear-gradient(90deg, #2d7ae6, #5a4be6);
    box-shadow: 0 4px 12px rgba(58, 139, 255, 0.3);
}

/* 用户中心样式 */
.user-info {
    display: flex;
    align-items: center;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    color: white;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
}

.user-info:hover {
    background: rgba(255, 255, 255, 0.15);
}

.user-info::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 8px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid white;
}

.user-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    width: 140px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    overflow: hidden;
    margin-top: 8px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s
    ease, visibility 0s
    linear 0.8s;
}

.user-info:hover .user-dropdown {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.8s
    ease, visibility 0s
    linear;
}

.user-dropdown a {
    display: block;
    padding: 12px 16px;
    color: #333;
    text-decoration: none;
    transition: all 0.2s;
    border-bottom: 1px solid #f0f0f0;
}

.user-dropdown a:hover {
    background: #f5f7fa;
    color: #3a8bff;
}

.user-dropdown a:last-child {
    border-bottom: none;
}

.user-dropdown a.logout {
    color: #ff4d4f;
}

.user-dropdown a.logout:hover {
    background: #fff2f0;
}



/* 优惠充值活动弹窗样式 */
/* 限时优惠弹窗样式 - 青色风格 */
.ky-promo-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
}

.ky-promo-content {
    width: 1020px;
    height: 665px;
    background: #1a1a1a;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    border: 1px solid #333;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
}

.ky-promo-header {
    background: linear-gradient(90deg, #06a5f7, #06e5f7);
    padding: 12px 30px;
    text-align: center;
    position: relative;
}

.ky-promo-header h2 {
    font-size: 22px;
    margin: 0 0 4px 0;
    font-weight: bold;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.ky-promo-header p {
    margin: 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.9);
}

.ky-close-modal {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    line-height: 1;
}

.ky-close-modal:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(90deg);
}

.ky-promo-body {
    flex: 1;
    padding: 15px 25px;
    overflow: hidden;
    color: #ddd;
    font-size: 12px;
    display: flex;
    flex-direction: column;
}

/* 步骤指示器 */
.ky-steps {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    color: #999;
    font-size: 12px;
    flex-shrink: 0;
}

.ky-step {
    display: flex;
    align-items: center;
    font-size: 12px;
}

.ky-step.active {
    color: #06e5f7;
}

.ky-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: #333;
    border-radius: 50%;
    margin-right: 5px;
    font-weight: bold;
    color: #ddd;
    font-size: 11px;
}

.ky-step.active .ky-step-number {
    background: #06e5f7;
    color: white;
}

.ky-step-arrow {
    margin: 0 10px;
    color: #555;
    font-size: 12px;
}

/* 倒计时容器优化 - 合并标题和时间在一行并居中 */
.ky-countdown-container {
    background: #222;
    border-radius: 8px;
    padding: 12px 18px;
    margin-bottom: 15px;
    border: 1px solid #333;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-shrink: 0;
}

.ky-countdown-label {
    color: #aaa;
    font-size: 14px;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ky-countdown-label .week-show {
    color: #06e5f7;
    font-weight: bold;
    margin-right: 6px;
}

.ky-countdown {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
    font-family: 'Courier New', monospace;
    color: white;
    letter-spacing: 1px;
}

.ky-countdown-unit {
    font-size: 13px;
    color: #aaa;
    margin: 0 3px;
}

.ky-countdown-digit {
    display: inline-block;
    background: #ff3333;
    color: white;
    padding: 4px 8px;
    border-radius: 5px;
    min-width: 32px;
    text-align: center;
    margin: 0 1px;
    box-shadow: 0 2px 4px rgba(255, 51, 51, 0.3);
}

.ky-milliseconds {
    font-size: 14px;
    color: #ff6666;
    margin-left: 3px;
}

/* 三列布局 */
.ky-three-columns {
    display: flex;
    gap: 20px;
    flex: 1;
    min-height: 0;
    margin-bottom: 10px;
}

.ky-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.ky-column-title {
    font-size: 14px;
    color: white;
    margin-bottom: 10px;
    padding-bottom: 6px;
    border-bottom: 1px solid #333;
    font-weight: bold;
}

/* 左侧列 - 套餐和手机号 */
.ky-left-column {
    flex: 1.2;
}

/* 套餐选择 */
.ky-packages {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
    flex-shrink: 0;
}

.ky-package {
    background: #222;
    border-radius: 8px;
    padding: 14px;
    cursor: pointer;
    transition: all 0.3s;
    border: 2px solid transparent;
    position: relative;
    overflow: visible; /* 改为visible以便标签显示在边框上 */
}

.ky-package:hover {
    background: #252525;
}

.ky-package.selected {
    border-color: #06e5f7;
    background: #1a2a2a;
    box-shadow: 0 0 12px rgba(6, 229, 247, 0.2);
}

/* 修改标签位置 - 在边框右上角 */
.ky-package-badge {
    position: absolute;
    top: -8px;
    right: 10px;
    background: #ff3333;
    color: white;
    padding: 2px 10px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: bold;
    z-index: 10;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.ky-package-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}

.ky-package-title {
    font-size: 14px;
    font-weight: bold;
    color: white;
}

.ky-package-hours {
    font-size: 13px;
    color: #06e5f7;
    font-weight: bold;
}

.ky-package-details {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.ky-package-price {
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.ky-original-price {
    font-size: 12px;
    color: #888;
    text-decoration: line-through;
}

.ky-discount-price {
    font-size: 18px;
    font-weight: bold;
    color: #06e5f7;
}

.ky-per-hour {
    color: #aaa;
    font-size: 11px;
}

/* 手机输入部分 */
.ky-phone-section {
    margin-top: 5px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.ky-warning-text {
    color: #f87462;
    font-size: 12px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    flex-shrink: 0;
}

.ky-phone-input-container {
    display: flex;
    gap: 10px;
    margin-bottom: 8px;
    flex-shrink: 0;
}

.ky-phone-input {
    flex: 1;
    padding: 10px 14px;
    background: #222;
    border: 2px solid #333;
    border-radius: 6px;
    font-size: 13px;
    transition: all 0.3s;
    color: white;
}

.ky-phone-input:focus {
    outline: none;
    border-color: #06e5f7;
    box-shadow: 0 0 0 3px rgba(6, 229, 247, 0.1);
}

.ky-phone-input.invalid {
    border-color: #ff3333;
    background-color: #2a1a1a;
}

.ky-confirm-btn {
    padding: 0 20px;
    background: linear-gradient(90deg, #06a5f7, #06e5f7);
    border: none;
    border-radius: 6px;
    color: white;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s;
    height: 42px;
    white-space: nowrap;
}

.ky-confirm-btn:hover {
    background: linear-gradient(90deg, #0695e7, #06d5e7);
    box-shadow: 0 5px 15px rgba(6, 229, 247, 0.3);
}

.ky-confirm-btn:disabled {
    background: #555;
    cursor: not-allowed;
    box-shadow: none;
}

.ky-phone-error {
    color: #ff3333;
    font-size: 12px;
    margin-top: 8px;
    display: none;
    align-items: center;
    gap: 4px;
    padding: 6px 0;
    flex-shrink: 0;
    min-height: 30px;
    border-radius: 4px;
    background: rgba(255, 51, 51, 0.1);
    padding-left: 10px;
}

/* 中间列 - 支付信息 */
.ky-middle-column {
    flex: 0.9;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* 二维码容器样式 - 修改为图3样式 */
.ky-qrcode-container {
    background: white;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #444;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 220px;
    position: relative;
    margin-bottom: 15px;
    flex-shrink: 0;
}

.ky-qrcode-wrapper {
    position: relative;
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

/* 修改二维码区域为黑色背景 */
.ky-qrcode {
    width: 100%;
    height: 100%;
    background: #000; /* 改为黑色背景 */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    color: white; /* 文字改为白色 */
    font-weight: bold;
    border: 1px solid #444;
    font-size: 12px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* 刷新按钮样式 - 修改为居中显示并变大 */
.ky-refresh-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: rgba(6, 229, 247, 0.8);
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    z-index: 10;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.ky-refresh-button:hover {
    background: rgba(6, 229, 247, 1);
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4);
}

/* "请先输入手机号"文案样式 - 修改为居中显示在刷新按钮下方 */
.ky-qrcode-prompt {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    z-index: 5;
    background: rgba(0, 0, 0, 0.7);
    padding: 8px 0;
}

/* 隐藏刷新图标和提示的类 */
.ky-qrcode-hide-elements .ky-refresh-button,
.ky-qrcode-hide-elements .ky-qrcode-prompt {
    display: none;
}

/* 微信二维码图片样式 */
.ky-wechat-qrcode {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 6px;
    display: none;
}

/* 显示微信二维码时 */
.ky-qrcode-show-wechat .ky-wechat-qrcode {
    display: block;
}

.ky-qrcode-show-wechat .ky-qrcode {
    background: white;
}

.ky-qrcode-label {
    color: #333;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 4px;
}

.ky-payment-amount {
    font-size: 20px;
    color: #06e5f7;
    font-weight: bold;
    margin-bottom: 12px;
}

.ky-agreement {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 12px;
    color: #aaa;
    font-size: 12px;
    justify-content: center;
}

.ky-agreement a {
    color: #06e5f7;
    text-decoration: none;
    font-size: 11px;
}

.ky-agreement a:hover {
    text-decoration: underline;
}

/* 右侧列 - 购买记录 */
.ky-right-column {
    flex: 1;
}

.ky-purchase-history {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.ky-history-scroll {
    flex: 1;
    overflow: hidden;
    position: relative;
    background: #222;
    border-radius: 6px;
    padding: 8px;
}

.ky-history-list {
    position: absolute;
    width: 100%;
    padding-right: 8px;
    animation: ky-scroll-history 25s linear infinite;
}

/* 购买记录轮播动画 */
@keyframes ky-scroll-history {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-50%);
    }
}

.ky-history-item {
    padding: 8px 10px;
    background: #2a2a2a;
    border-radius: 5px;
    margin-bottom: 6px;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    transition: all 0.3s;
    min-height: 40px;
    align-items: center;
}

.ky-history-item:hover {
    background: #333;
}

.ky-history-phone {
    color: #ddd;
    font-size: 11px;
}

.ky-history-package {
    color: #06e5f7;
    font-weight: bold;
    font-size: 11px;
    text-align: right;
    max-width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ky-history-time {
    color: #888;
    font-size: 10px;
    margin-top: 2px;
}

/* 底部间距容器 */
.ky-bottom-spacing {
    height: 10px;
    flex-shrink: 0;
}

/* 响应式调整 */
@media (max-width: 1100px) {
    .ky-promo-content {
        width: 95%;
        height: 90vh;
        max-height: 640px;
    }

    .ky-three-columns {
        flex-direction: column;
        gap: 15px;
        height: auto;
        overflow-y: auto;
    }

    .ky-column {
        width: 100%;
        height: auto;
    }

    .ky-qrcode-container {
        max-width: 240px;
        margin: 0 auto 15px;
    }

    .ky-history-scroll {
        height: 150px;
    }
}

/* 右侧悬浮窗样式 - 优化后，增加高度 */
.ky-floating-promo {
    display: none;
    position: fixed;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 320px;
    height: 770px; /* 增加高度，从620px改为720px */
    background: #1a1a1a;
    border-radius: 12px;
    overflow: hidden;
    z-index: 9998;
    border: 1px solid #333;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
}

.ky-floating-header {
    background: linear-gradient(90deg, #06a5f7, #06e5f7);
    padding: 15px 20px;
    text-align: center;
    position: relative;
}

.ky-floating-header h3 {
    font-size: 18px;
    margin: 0 0 5px 0;
    font-weight: bold;
    color: white;
}

.ky-floating-header p {
    margin: 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.9);
}

.ky-floating-close-modal {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    line-height: 1;
}

.ky-floating-close-modal:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(90deg);
}

.ky-floating-content {
    flex: 1;
    padding: 15px;
    overflow-y: hidden;
    color: #ddd;
    font-size: 12px;
    display: flex;
    flex-direction: column;
}

/* 悬浮窗倒计时 */
.ky-floating-countdown-container {
    background: #222;
    border-radius: 8px;
    padding: 12px 15px;
    margin-bottom: 15px;
    border: 1px solid #333;
    text-align: center;
    flex-shrink: 0;
}

.ky-floating-countdown-label {
    color: #aaa;
    font-size: 13px;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ky-floating-countdown-label .week-show {
    color: #06e5f7;
    font-weight: bold;
    margin-right: 5px;
}

.ky-floating-countdown {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Courier New', monospace;
    color: white;
    letter-spacing: 1px;
}

.ky-floating-countdown-digit {
    display: inline-block;
    background: #ff3333;
    color: white;
    padding: 3px 6px;
    border-radius: 4px;
    min-width: 26px;
    text-align: center;
    margin: 0 1px;
}

.ky-floating-countdown-unit {
    font-size: 12px;
    color: #aaa;
    margin: 0 2px;
}

.ky-floating-milliseconds {
    font-size: 12px;
    color: #ff6666;
    margin-left: 2px;
}

/* 悬浮窗套餐 */
.ky-floating-packages {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
    flex-shrink: 0;
}

.ky-floating-package {
    background: #222;
    border-radius: 8px;
    padding: 12px;
    cursor: pointer;
    transition: all 0.3s;
    border: 2px solid transparent;
    position: relative;
    overflow: visible; /* 改为visible以便标签显示在边框上 */
}

.ky-floating-package:hover {
    background: #252525;
}

.ky-floating-package.selected {
    border-color: #06e5f7;
    background: #1a2a2a;
    box-shadow: 0 0 10px rgba(6, 229, 247, 0.2);
}

/* 修改悬浮窗标签位置 - 在边框右上角 */
.ky-floating-package-badge {
    position: absolute;
    top: -8px;
    right: 8px;
    background: #ff3333;
    color: white;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 10px;
    font-weight: bold;
    z-index: 10;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.ky-floating-package-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.ky-floating-package-title {
    font-size: 13px;
    font-weight: bold;
    color: white;
}

.ky-floating-package-hours {
    font-size: 12px;
    color: #06e5f7;
    font-weight: bold;
}

.ky-floating-package-details {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.ky-floating-package-price {
    display: flex;
    align-items: baseline;
    gap: 5px;
}

.ky-floating-original-price {
    font-size: 11px;
    color: #888;
    text-decoration: line-through;
}

.ky-floating-discount-price {
    font-size: 16px;
    font-weight: bold;
    color: #06e5f7;
}

/* 悬浮窗手机输入部分 - 修改：输入后不隐藏 */
.ky-floating-phone-section {
    margin-bottom: 15px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
}

.ky-floating-warning-text {
    color: #f87462;
    font-size: 11px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.ky-floating-phone-input-container {
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
}

.ky-floating-phone-input {
    flex: 1;
    padding: 10px 12px;
    background: #222;
    border: 2px solid #333;
    border-radius: 6px;
    font-size: 12px;
    transition: all 0.3s;
    color: white;
}

.ky-floating-phone-input:focus {
    outline: none;
    border-color: #06e5f7;
    box-shadow: 0 0 0 3px rgba(6, 229, 247, 0.1);
}

.ky-floating-phone-input.invalid {
    border-color: #ff3333;
    background-color: #2a1a1a;
}

.ky-floating-confirm-btn {
    padding: 0 16px;
    background: linear-gradient(90deg, #06a5f7, #06e5f7);
    border: none;
    border-radius: 6px;
    color: white;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s;
    height: 40px;
    white-space: nowrap;
}

.ky-floating-confirm-btn:hover {
    background: linear-gradient(90deg, #0695e7, #06d5e7);
    box-shadow: 0 5px 15px rgba(6, 229, 247, 0.3);
}

.ky-floating-confirm-btn:disabled {
    background: #555;
    cursor: not-allowed;
    box-shadow: none;
}

.ky-floating-phone-error {
    color: #ff3333;
    font-size: 11px;
    margin-top: 6px;
    display: none;
    align-items: center;
    gap: 4px;
    padding: 5px 0;
    border-radius: 4px;
    background: rgba(255, 51, 51, 0.1);
    padding-left: 8px;
    min-height: 25px;
}

/* 悬浮窗支付信息 - 重新设计为一行的布局 */
.ky-floating-payment-section {
    margin-bottom: 15px;
    flex-shrink: 0;
}

/* 悬浮窗二维码容器样式 - 修改为图3样式 */
.ky-floating-qrcode-container {
    background: white;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #444;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
}

/* 悬浮窗二维码标题 - 新增 */
.ky-floating-qrcode-title {
    color: #333;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 8px;
    text-align: center;
    width: 100%;
}

.ky-floating-qrcode-wrapper {
    position: relative;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

/* 修改悬浮窗二维码区域为黑色背景 */
.ky-floating-qrcode {
    width: 100%;
    height: 100%;
    background: #000; /* 改为黑色背景 */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    color: white; /* 文字改为白色 */
    font-weight: bold;
    border: 1px solid #444;
    font-size: 10px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* 悬浮窗刷新按钮样式 - 修改为居中显示并变大 */
.ky-floating-refresh-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 36px;
    height: 36px;
    background: rgba(6, 229, 247, 0.8);
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    z-index: 10;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.ky-floating-refresh-button:hover {
    background: rgba(6, 229, 247, 1);
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4);
}

/* 悬浮窗"请先输入手机号"文案样式 - 修改为居中显示在刷新按钮下方 */
.ky-floating-qrcode-prompt {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    z-index: 5;
    background: rgba(0, 0, 0, 0.7);
    padding: 6px 0;
}

/* 悬浮窗隐藏刷新图标和提示的类 */
.ky-floating-qrcode-hide-elements .ky-floating-refresh-button,
.ky-floating-qrcode-hide-elements .ky-floating-qrcode-prompt {
    display: none;
}

/* 悬浮窗微信二维码图片样式 */
.ky-floating-wechat-qrcode {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 6px;
    display: none;
}

/* 悬浮窗显示微信二维码时 */
.ky-floating-qrcode-show-wechat .ky-floating-wechat-qrcode {
    display: block;
}

.ky-floating-qrcode-show-wechat .ky-floating-qrcode {
    background: white;
}

/* 右侧信息区域 - 竖向排列 */
.ky-floating-payment-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* 应付金额 */
.ky-floating-payment-amount {
    font-size: 18px;
    color: #06e5f7;
    font-weight: bold;
    margin-bottom: 8px;
    text-align: center;
}

/* 用户协议 */
.ky-floating-agreement {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #aaa;
    font-size: 10px;
    margin-bottom: 8px;
    justify-content: center;
}

.ky-floating-agreement input[type="checkbox"] {
    width: 14px;
    height: 14px;
    cursor: pointer;
}

.ky-floating-agreement a {
    color: #06e5f7;
    text-decoration: none;
    font-size: 10px;
}

.ky-floating-agreement a:hover {
    text-decoration: underline;
}

/* 支付提示 */
.ky-floating-payment-tip {
    color: #aaa;
    font-size: 9px;
    text-align: center;
}

/* 悬浮窗购买记录 - 增加高度并常驻显示 */
.ky-floating-purchase-history {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    height: 200px; /* 增加购买记录区域高度 */
}

.ky-floating-history-title {
    font-size: 12px;
    color: white;
    margin-bottom: 8px;
    padding-bottom: 4px;
    border-bottom: 1px solid #333;
    font-weight: bold;
    flex-shrink: 0;
}

.ky-floating-history-scroll {
    flex: 1;
    overflow: hidden;
    position: relative;
    background: #222;
    border-radius: 6px;
    padding: 6px;
    height: 180px; /* 增加滚动区域高度 */
}

.ky-floating-history-list {
    position: absolute;
    width: 100%;
    padding-right: 6px;
    animation: ky-floating-scroll-history 30s linear infinite;
}

/* 悬浮窗购买记录轮播动画 */
@keyframes ky-floating-scroll-history {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-50%);
    }
}

.ky-floating-history-item {
    padding: 8px 10px; /* 增加内边距 */
    background: #2a2a2a;
    border-radius: 4px;
    margin-bottom: 6px; /* 增加底部间距 */
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    transition: all 0.3s;
    min-height: 36px; /* 增加最小高度 */
    align-items: center;
}

.ky-floating-history-item:hover {
    background: #333;
}

.ky-floating-history-phone {
    color: #ddd;
    font-size: 10px;
}

.ky-floating-history-package {
    color: #06e5f7;
    font-weight: bold;
    font-size: 10px;
    text-align: right;
    max-width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ky-floating-history-time {
    color: #888;
    font-size: 9px;
    margin-top: 2px; /* 增加上边距 */
}
