/* 基础重置和全局样式 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    display: flex;
    justify-content: center;
    font-family: "Poppins", sans-serif;
    background-color: #0D0F12;
}

body {
    max-width: 800px;
    position: relative;
    padding-bottom: 120px; /* 为浮动按钮留出更多空间 */
}

/* 浮动按钮样式 - 修改为长方形并固定在底部 */
.floating-button {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    width: 400px;
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(36, 211, 102, 0.3);
    transition: all 0.3s ease;
    overflow: hidden;
}

.floating-button:hover {
    transform: translateX(-50%) scale(1.05);
    box-shadow: 0 6px 20px rgba(36, 211, 102, 0.5);
}

.floating-button img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

/* 适配移动端 */
@media (max-width: 480px) {
    .floating-button {
        width: 90%;
        max-width: 360px;
        height: 80px;
        bottom: 15px;
    }
}

/* 其他原有样式保持不变 */
.header {
    padding-left: .2667rem;
    height: 1.0667rem;
}

/* 顶部风险警告样式 */
.top-risk-warning {
    background-color: #1a1d24;
    border: 1px solid #E7C36A;
    border-radius: .2667rem;
    padding: .12rem .12rem;
    margin: .4rem .4rem;
    font-size: .15rem;
    color: #E7C36A;
    text-align: center;
    line-height: .4267rem;
}

.top-risk-warning strong {
    color: #E7C36A;
}

.imgs {
    width: 2.9067rem
}

.header-imgs {
    width: 100%;
    border-top: 1px solid #DCB358;
}

.header-imgs img {
    width: 100%;
}

.lst-titles {
    margin-top: -3.0667rem;
    font-size: 0.9rem;
    font-weight: 900;
    position: relative;
    z-index: 9;
    text-align: center;
}

.lst-titles div {
    background-image: linear-gradient(to bottom, #FCFCFC, #BEBEBE);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.lst-imgs .imgs-btn {
    text-align: center;
}

.lst-imgs .imgs-btn img {
    width: 8.84rem;
}

.list-tu {
    margin-top: .5333rem;
    padding: 0 .8267rem;
}

.list-title {
    font-weight: bold;
    font-size: .6133rem;
    color: #FFFFFF;
}

.list-tu .list-content {
    margin-top: 0.3rem;
}

.list-tu .list-content .lc-left {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list-tu .list-content .lc-left .lcl-o {
    color: #fff;
    font-size: .64rem;
    font-weight: bold;
}

.list-tu .list-content .lc-left .lcl-r {
    font-size: .4rem;
    color: rgb(0, 200, 83);
    font-weight: bold;
}

.list-tu .list-content .lc-right {
    max-width: 100%;
}

.list-tu .list-content .r-imgs {
    max-width: 100%;
}

.list-imgs {
    margin-top: .6133rem;
    width: 100%;
    margin-bottom: .5333rem;
    border-radius: .3733rem;
    overflow: hidden;
}

.list-imgs img {
    width: 100%;
}

.jsd-img {
    width: 100%;
    position: relative;
}

.jsd-img img {
    width: 100%;
    position: relative;
    left: 0;
}

.jsd-img .jsd-text {
    z-index: 9;
    position: absolute;
    top: 0;
    left: .7733rem;
    font-weight: bold;
    font-size: .6133rem;
    color: #E4ECEE;
    line-height: .6933rem;
}

.jsd-img .jsd-text div {
    background-image: linear-gradient(to bottom, #FCFCFC, #BEBEBE);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fsl {
    height: 5.4667rem;
    overflow: hidden;
}

.list-tu .list-bords {
    border-radius: .4533rem;
    padding: 0 .32rem 0 .32rem;
}

.list-tu .list-bords .list-bor-dis {
    display: flex;
    padding-bottom: .5333rem;
}

.list-tu .list-bords .list-bor-dis .lbd-left {
    min-width: .5333rem;
    display: flex;
}

.list-tu .list-bords .list-bor-dis .lbd-left span {
    margin-top: .08rem;
    display: inline-block;
    width: .32rem;
    height: .32rem;
    text-align: center;
    font-size: .32rem;
    color: #fff;
    border-radius: 50%;
    background-color: #24D366;
}

.list-tu .list-bords .list-bor-dis .lbd-right {
    font-weight: 400;
    font-size: .4267rem;
    color: #24D366;
    line-height: .5867rem;
    text-align: left;
}

.jsdf-img {
    width: 100%;
    position: relative;
    margin-top: .6667rem;
    height: 9.0667rem;
    overflow: hidden;
}

.jsdf-img img {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    opacity: 0.4;
}

.jsdf-img .jsd-text {
    z-index: 9;
    position: absolute;
    top: 1.0667rem;
    left: .7733rem;
}

.jsdf-img .jsd-text div:nth-child(1) {
    color: #E4ECEE;
    font-size: .6933rem;
    font-weight: bold;
}

.jsdf-img .jsd-text div:nth-child(2) {
    color: #24D366;
    font-size: .6933rem;
    font-weight: bold;
}

.jsdf-img .jsd-text div:nth-child(3) {
    color: #E4ECEE;
    font-size: .6933rem;
    font-weight: bold;
}

.jsdf-img .jsd-text div:nth-child(4) {
    color: #E4ECEE;
    font-size: 1.3333rem;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.jsdf-img .jsd-text div:nth-child(4) .ys {
    color: #24D366;
}

.jsdf-img .jsd-text div:nth-child(4) .xg {
    font-size: 1rem;
    margin: 0 .1333rem;
}

.jsdf-img .jsd-text div:nth-child(5) {
    width: 8.4rem;
    height: 1.4933rem;
    background-color: #24D366;
    border-radius: .3733rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.jsdf-img .jsd-text div:nth-child(5) div {
    font-size: .3733rem;
    color: #070809;
    font-weight: 100;
}

.footer {
    font-weight: 400;
    font-size: .2667rem;
    color: #FFFFFF;
    padding: .5333rem .88rem;
    background-color: #101419;
    border-top: 1px solid #E7C36A;
}

.footer .footer-list {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.footer .footer-list a {
    padding-right: .2133rem;
    color: #fff;
    text-decoration: none;
}

.footer .footer-bots {
    margin-top: .4rem;
    text-align: center;
}

.list-tu .lt-botm {
    border-radius: .4533rem;
    padding: .6667rem .7733rem .6667rem .3733rem;
    background-color: #E4ECEE;
}

.list-tu .lt-botm .list-bor-dis {
    display: flex;
}

.list-tu .lt-botm .list-bor-dis .lbd-left {
    min-width: 1.24rem;
    display: flex;
}

.list-tu .lt-botm .list-bor-dis .lbd-left img {
    margin-top: .08rem;
    display: inline-block;
    width: 1.04rem;
    height: 1.04rem;
    color: #fff;
    border-radius: 50%;
}

.list-tu .lt-botm .ldb-hrs {
    width: 100%;
    height: 1px;
    background-color: #D4D5D5;
    margin-top: .2667rem;
    margin-bottom: .2667rem;
}

.list-tu .lt-botm .list-bor-dis .lbd-right {
    color: #101419;
    text-align: left;
}

.list-tu .lt-botm .list-bor-dis .lbd-right p {
    font-weight: bold;
    font-size: .4267rem;
}

.list-tu .lt-botm .list-bor-dis .lbd-right div {
    font-weight: 400;
    font-size: .2667rem;
    line-height: .4rem;
}

.fl-bst {
    margin-top: .6667rem;
    padding-bottom: .5333rem;
}

.fl-bst .fb-tit {
    font-weight: bold;
    font-size: 23px;
    color: #E4ECEE;
    text-align: center;
}

.fl-bst .fb-btns {
    margin-top: .5333rem;
    display: flex;
    justify-content: center;
}

.fl-bst .fb-btns div {
    font-weight: 400;
    font-size: .3733rem;
    color: #070809;
    background-color: #24D366;
    border-radius: .3733rem;
    height: .8533rem;
    width: 8.4rem;
    text-align: center;
    line-height: .8533rem;
}

.fl-bst .fb-times {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 0 .8rem;
    margin-top: .7733rem;
    margin-bottom: .6667rem;
}

.fl-bst .fb-times .fbt-day {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fl-bst .fb-times .fbt-day .fbtd-t {
    font-size: .7467rem;
    color: #24D366;
}

.fl-bst .fb-times .fbt-day .fbtd-b {
    font-size: .2667rem;
    color: #FFFFFF;
}

/* 风险披露声明样式 */
.risk-disclosure {
    background-color: #1a1d24;
    border: 2px solid #E7C36A;
    border-radius: .4533rem;
    padding: .6667rem .7733rem;
    margin: .6667rem .8267rem;
    box-shadow: 0 2px 8px rgba(231, 195, 106, 0.2);
}

.risk-disclosure .risk-title {
    font-weight: bold;
    font-size: .5333rem;
    color: #E7C36A;
    margin-bottom: .5333rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .0267rem;
}

.risk-disclosure .risk-content p {
    font-size: .3467rem;
    color: #E4ECEE;
    line-height: .5333rem;
    text-align: left;
    margin-bottom: .4rem;
}

.risk-disclosure .risk-content p:last-child {
    margin-bottom: 0;
}

.risk-disclosure .risk-content strong {
    color: #E7C36A;
}

/* 免责声明样式 */
.disclaimer {
    padding: 0 .8267rem;
    margin-bottom: .6667rem;
    font-size: .2933rem;
    color: #999;
}

.disclaimer p {
    font-size: .2933rem;
    color: #999;
    line-height: .4267rem;
    text-align: left;
}

/* 用户评价免责声明样式 */
.testimonials-disclaimer {
    padding: 0 .7733rem;
    margin-top: .4rem;
}

.testimonials-disclaimer p {
    font-size: .2667rem;
    color: #999;
    line-height: .4rem;
    text-align: left;
}