.banner-wrap {
    width: 100%;
    height: 600px;
    position: relative;
    background: #161d87 url("../images/banner_bg.jpg") center no-repeat;
    background-size: cover
}

.banner-inner {
    width: 700px;
    height: 480px;
    margin: 0 auto;
    background: url("../images/banner_inner.png") center no-repeat
}

.notify {
    width: 100%;
    height: 66px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2
}

.notify-bg {
    width: 100%;
    height: 66px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #000;
    opacity: 0.3;
    filter: alpha(opacity=30)
}

.notify-txt {
    height: 66px;
    position: relative;
    margin: 0 auto;
    color: #fff;
    z-index: 2
}

.notify-txt>.left {
    display: inline-block;
    width: 75%
}

.notify-txt strong {
    vertical-align: middle;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding-right: 14px;
    margin-right: 14px;
    border-right: 1px dashed #fff
}

.notify-txt strong i {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 26px;
    margin-right: 8px;
    background: url("../images/sprite_index.png") -92px -195px no-repeat
}

.notify-txt a.link {
    display: inline-block;
    vertical-align: middle;
    max-width: 1000px;
    color: #fff;
    white-space: nowrap;
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis
}

.notify-txt a.more {
    float: right;
    color: #5BAFFF;
    line-height: 66px
}

.notify-txt .left span {
    margin-left: 20px;
    vertical-align: middle
}

.notify-list {
    width: 75%;
    height: 66px;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block
}

.notify-list li {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.notify-list li a {
    line-height: 66px
}

.banner-btn {
    width: 100%;
    height: 85px;
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 66px;
    text-align: center
}

.banner-btn a {
    display: inline-block;
    text-align: center;
    height: 64px;
    font-size: 24px;
    line-height: 64px;
    padding: 0 30px;
    white-space: nowrap;
    border-radius: 36px;
    -webkit-border-radius: 36px;
    color: #fff;
    background: #519cff;
    background: linear-gradient(to right, #519cff 0%, #bb71ff 100%);
    background: -webkit-linear-gradient(left, #519cff 0%, #bb71ff 100%);
    background: -moz-linear-gradient(left, #519cff 0%, #bb71ff 100%);
    background: -o-linear-gradient(left, #519cff 0%, #bb71ff 100%);
    background: -ms-linear-gradient(left, #519cff 0%, #bb71ff 100%)
}

.banner-btn a:hover {
    background: #fff;
    color: #1925a0;
    transition: color 0.3s
}

.join-step-index {
    /* background: #f8faff */
}

.join-step-index .w1400 {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    text-align: center
}

.join-step-index ul {
    display: inline-block;
    padding: 50px 0;
    text-align: center;
    white-space: nowrap;
}

.join-step-index li {
    display: inline-block;
    vertical-align: middle;
    height: 114px
}

.join-step-index li.first {
    margin-left: 38px
}

.join-step-index li.last {
    margin-right: 38px
}

.join-step-index li.txt {
    text-align: center
}

.join-step-index li i {
    display: block;
    width: 109px;
    height: 115px;
    margin: 0 auto;
    background: url("../images/sprite-card-step.png") no-repeat
}

.join-step-index li .s1 {
    background-position: 0 0
}

.join-step-index li .s2 {
    background-position: 0 -117px
}

.join-step-index li .s3 {
    background-position: 0 0px
}

.join-step-index li .s4 {
    background-position: 0 -237px
}

.join-step-index li .s5 {
    background-position: 0 -358px
}

.join-step-index li .s6 {
    background-position: 0 -482px
}

.join-step-index li b {
    font-size: 16px
}

.join-step-index li em {
    display: block;
    width: 5px;
    height: 5px;
    font-size: 0;
    position: absolute;
    right: 2px;
    top: 45%;
    background: #434343;
    border-radius: 50%;
    -webkit-border-radius: 50%
}

.join-step-index li .line {
    width: 136px;
    margin-top:45px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    color: #999;
    position: relative
}

.join-step-index li .line:before,
.join-step-index li .line:after {
    content: "";
    width: 20px;
    height: 0;
    position: absolute;
    top: 50%;
    border-top: 1px dashed #434343
}

.join-step-index li .line:before {
    left: 0
}

.join-step-index li .line:after {
    right: 3px
}

@media (max-width:1440px) {}

.card-intros {
    background:  #ececec;
    border-bottom: 1px solid #ffffff;
    padding-bottom:50px;
}

.card-intros .w1400 {
    margin: 0 auto
}

.title {
    padding-top: 60px;
    text-align: center
}

.title h3 {
    font-size: 30px;
    line-height: 180%;
    color: #333;
    background: url("../images/indexh3Bg.png") center no-repeat;
    color: #f89339;


}
.title h3 i{
    display: inline-block;
    position:relative;
    top: 10px;
}
.title b {
    color: #399EFF
}
.title b span{
    background-color: #f57634;
    border-radius: 100%;
    width: 38px;
    height: 38px;
    display: inline-block;
    line-height: 38px;
    font-size: 18px;
    color: #fff;
    margin-right: -8px;
    border: solid 1px #fff;
}
.title p {
    color: #999
}

.card-intros .list {
    padding: 30px 0 0px 0
}

.card-intros .list ul>li {
    float: left;
    width: 15%;
    padding: 2%;
    margin: 0 3%
}

.card-intros li:hover {
    background: #fff;
    box-shadow: 0 0 12px 4px #eee;
    color: #5596FD;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 12px 4px #eee;
    -webkit-border-radius: 10px
}

.card-intros li:hover h4:after {
    border-top-color: #5596FD
}

.card-intros li:hover i {
    animation: shake 0.4s linear
}

@keyframes shake {
    0% {
        transform: rotate(0)
    }

    25% {
        transform: rotate(-45deg)
    }

    75% {
        transform: rotate(45deg)
    }

    100% {
        transform: rotate(0)
    }
}

.card-intros li i {
    display: block;
    width: 195px;
    height: 198px;
    margin: 0 auto;
    transition: 0.3s;
    background: url("../images/sprite-card-intro.png") no-repeat
}

.card-intros li h4 {
    position: relative;
    text-align: center;
    font-size: 24px;
    line-height: 240%
}

.card-intros li h4:after {
    content: "";
    width: 14px;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 48%;
    border-top: 4px solid #666
}

.card-intros li p {
    margin-top: 12px;
    font-size: 16px
}

.card-intros li .s1 {
    background-position: 0 0px
}

.card-intros li .s2 {
    background-position: 0 -199px
}

.card-intros li .s3 {
    background-position: 0 -395px
}

.card-intros li .s4 {
    background-position: 0 -592px
}

.news {

}

.news .w1400 {
    margin: 0 auto;
}

.news .title {
    padding-top: 0px;
    text-align: center;
    padding-bottom: 10px;
}

.news .title h3 {
    font-size: 30px;
    line-height: 160%;
    letter-spacing: 3px;
    background: url("../images/img9.png") center no-repeat
}

.news .title b {
    color: #399EFF
}

.news .tab-links {
    text-align: center;
    margin: 30px 0;
    color: #bbb;
    white-space: nowrap
}

.news .tab-links a {
    display: inline-block;
    padding: 5px 30px;
    margin: 0 15px;
    background-color: #FFF;
}

.news .tab-links i {
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 3px;
    background: url("../images/sprite_index.png") no-repeat
}

.news .tab-links a:hover {
    background: #0669b2;
    color: #fff;

}

.news .tab-links .s7 {
    background-position: -294px -1px
}

.news .tab-links .s8 {
    background-position: -312px -1px
}

.news .tab-links .s9 {
    background-position: -216px -53px
}

.news .tab-links .s10 {
    background-position: -216px -70px
}

.news .tab-links .s12 {
    background-position: -269px -69px
}

.news .tab-links .s11 {
    background-position: -137px 0
}

.news .main .top b {
    font-size: 18px;
    font-weight: bold
}

.news .main .top i {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-right: 5px;
}

.news .main .top .que {
    background-position: -168px -192px
}

.news .main .top .mes {
    background-position: -135px -192px
}

.news .main .top .more {
    color: #333;

    padding: 3px 6px;
    border-radius: 10px;
    -webkit-border-radius: 10px
}

.news .main .top .more:hover {
    background: #f89339;
    color: #fff
}

.news .main .part {
    width: 49%;

}

.news .main .tab-title {
    padding: 10px 0 0 20px;
    font-size: 14px;
    color: #999
}

.news .main .tab-title a {
    display: inline-block;
    margin: 0 16px;
    font-weight: 600;
    color: #999
}

.news .main .tab-title a:hover {
    color: #f89339
}
.news_list{
    background-color: #FFF;
    padding: 2% 2%;
    margin-top: 20px;
}
.news .main .news_list li {
    height: 25px;
    padding: 5px;
}

.news .main .news_list li a:hover {
    color: #f89339
}

.news .main .news_list li a {
    padding-left: 12px;
    position: relative
}

.news .main .news_list li a:before {
    content: ".";
    position: absolute;
    left: 0;
    top: -8px;
    font-size: 20px;
    font-weight: bold
}

.news .main .news_list li span.left {
    display: inline-block;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    word-wrap: break-word
}

.news .main .news_list li span.right {
    color: #999;
    display: inline-block;
    max-width: 30%;
    overflow: hidden;
    white-space: nowrap
}
.top-header{
    background-color: #FFF;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    min-width: 1200px;
}
.index-header{
    background-color: #FFF;
    height: 70px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    min-width: 1200px;
}
.header-logo{
    display: inline-block;
    width: 200px;
    height: 100%;

    transition: background .3s;
}
.paginations {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #555;
    margin: 0 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}
.swiper-active-switch {
    background: #fff;
}
.index-header-max{
    text-align: center;
    display: inline-block;
    width: 55%;
    line-height: 70px;
    height: 70px;
    vertical-align: top;
}
.index_logo{
    float: left;
}
.header-login{
    display: inline-block;
    float: right;
    margin-right: 100px;
    height: 70px;
    line-height: 70px;
}
.index-nav{
    margin-left: 20%;
}
.index-nav ul li{
    margin-right: 3%;
    text-align: center;
    list-style: none;
    display: inline-block;
    position: relative;
    height: 70px;
}
.index-nav ul li a{
    font-size: 18px;
    color: #797979;
}
.index-nav ul li a:hover{
    color: #f89339;
}
.index-nav ul li a::after{
    display: block;
    content: "";
    height: 6px;
    position: absolute;
    width: 100%;
}
.index-nav ul li a:hover::after{
    display: block;
    content: "";
    height: 6px;
    background-image: linear-gradient(to right, #f57634, #fdbe3e);
    border-radius: 15px;
    bottom: 10px;
}

.index-nav ul li.on a{
    color: #f89339;
}
.index-nav ul li.on a::after{
    display: block;
    content: "";
    height: 6px;
    background-image: linear-gradient(to right, #f57634, #fdbe3e);
    border-radius: 15px;
    bottom: 10px;
}

.index-nav ul li i{
    margin-right: 3px;
    font-size: 18px;
}

.index-login{

    display: inline-block;
}
.index-login a{
    padding: 5px 30px;
    border-radius: 35px;
    margin-left: 15px;
    color: #5c5959;
    background-color: #ffffff;
    border: 1px solid #f89339;
}
.index-login a:nth-child(1){
    background-image: linear-gradient(to right, #fdbe3e, #f57634);
    color: #fff;
}
.index-banner{
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    height: 70px;
    border-color: rgba(255,255,255,.01);
    transition: background-color .3s;
    box-shadow: 0 5px 30px -15px rgb(0 0 0 / 20%);
}
.jumbotron{
    position: relative;
    height: 500px;
    overflow: hidden;
    padding: 20px 0 120px 0;
    margin-left: 50px;
    text-align: center;
    background: url(../images/bg.jpg) center 0 no-repeat;
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden;
}



.index-notice{
    margin: auto;
    margin-top: -45px;
    width: 80%;
    min-width: 800px;
    position: relative;
    z-index: 5;
    height: 90px;
    border: 1px solid #f0f0f0;
    border-color: rgba(255,255,255,0);
    background-color: #fff;
    border-radius: 100px;
    box-shadow: 0 10px 40px -5px rgba(0,0,0,.11);
}
.index-notice-icon{ position: absolute; top: -1px; left: -1px; }
.index-notice-icon .iconimg-notice{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 80px;
    height: 80px;
    background: url(../images/notice.png) 0 0 no-repeat;
    border-radius: 100px 0 0 100px;
}
.index-notice-time{ position: absolute; top: 22px; left: 30px; line-height: 20px; padding-right: 20px; text-align: right; border-right: 1px dashed #eee; }
.index-notice-time > span{ font-size: 16px; color: #999; }
.index-notice-time > strong{ display: block; font-size: 22px; color: #333; font-weight: 400; margin-top: 3px; }
.index-notice-text{ margin: 0 100px 0 138px; padding: 20px 0 0 0; line-height: 25px; color: #ccc; }
.index-notice-text > h5{ font-size: 18px; height: 25px; overflow: hidden; }
.index-notice-text > p { font-size: 14px; height: 25px; }
.index-notice-text > p > a{ color: #888; }
.index-notice-text > p > a:hover{ color: #007dfe; }
.index-notice-text a{ display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;     height: 32px;}

.index-notice-more{ position: absolute; top: 26px; right: 0; height: 36px; line-height: 18px; overflow: hidden; border-left: 1px dashed #eee; }
.index-notice-more a{ display: block; padding: 0 30px 0 20px; color: #999; }
.index-notice-more a:hover{ color: #007dfe; }
.index-notice-more span{ display: block; width: 30px; text-align: center; margin: auto; }
.index-notice-more .iconfont{ position: absolute; color: #ccc; right: 10px; top: 50%; margin-top: -10px; height: 20px; line-height: 20px; }
.index-title{

}
.index-title>img{

}


.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;

    border-radius: 8px;

    /* Center slide text vertically */

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide-li{
    height: 320px !important;
}
.swiper-slide-li img{
    width: 47px;
    height: 50px;
    border: solid 1px #d5d5d5;
    border-radius: 100%;
    padding: 15px;
    margin: 30px 0;
}
.swiper-slide-li h1{
    font-size: 14px;
}
.swiper-slide-li h2 {
    color: #ae0606;
    font-size: 14px;
}
.swiper-slide-li a{
    background-color: #d8d8d8;
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 15px;
    margin-top: 30px;
    display: inline-block;
}
.swiper-slide-li a:hover{
    background-color: #2078ec;
    color: #fff;
}
.swiper-pagination-bullet{
    width: 40px !important;
    height: 8px;
    display: inline-block;
    border-radius: 5px !important;
    background: #000;
    opacity: .2;
}
.swiper-pagination-bullet-active{
    background-color: #00a8ec !important;
}
.link{
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
}
.link h3{
    display: inline-block;
    font-size: 14px;
}
.link a{
    color: #434343;
}
.index-footer{
    width: 100%;
    height: 560px;
    background: url(../images/footbg.png) no-repeat;
}
.foot{
    margin: 0 auto;
    position: relative;
}
.foot01{
    text-align: center;
}
.foot01_le{
    float: left;
    color: #fff;
    margin-top: 55px;
}
.foot01_le h3{
    font-weight: normal;
    margin-top: 15px;
}
.foot01_ri {
    float: right;
}
.foot02_le{
    width: 40%;
    float: left;
}
.foot02_le h3{
    color: #fff;
}
.foot02_le span{
    display: block;
    width: 70px;
    height: 8px;
    border-radius: 8px;
    background-image: linear-gradient(to right, #f8fbfe, #4c92ee);
}
.foot02_le ul{
    margin-top: 35px;
}
.foot02_le ul li{
    float: left;
    width: 20%;
}
.foot02_le ul li a{
    color: #fff;
}
.foot02_ri{
    float: left;
}

.foot02_ri h3 {
    color: #fff;
}

.foot02_ri span {
    display: block;
    width: 70px;
    height: 8px;
    border-radius: 8px;
    background-image: linear-gradient(to right, #f8fbfe, #4c92ee);
}
.foot02_ri h4 {
    color: #fff;
    margin-top: 40px;
    font-size: 48px;
}
.foot02_ri h4 i{
    font-size: 18px;
}
.foot03{
    position: absolute;
    top:450px;
}
.foot03 ul li{
    float: left;
    margin-right: 20px;
    border: 1px dotted #d8d8d8;
    border-radius: 5px;
    padding: 5px 8px;
    background: #FFF;
}
.foot03 ul li img{
    width: 50px;
    height: 50px;
}
.copyright{
    background-color: #303030;
    color: #fff;
    padding: 7px 0;
    text-align: center;
}
.login_max{
    width: 100%;
    height: 1079px;
    background: url(../images/login_bg.png) no-repeat;
}
.logon_w{
    width: 1230px;
    margin: auto;
}

.logon_w form{
    width: 450px;
    background-color: #fff;
    float: right;
    margin-top: 380px;
}
.login_head{
    text-align: center;
}
.login_head a{
    font-size: 24px;
    color: #434343;
}
.login_head .on{
    color: #0088ff;
}
.input_d{
    margin-top: 40px;
    position: relative;
}
.input_d input{
    width: 90%;
    height: 45px;
    border-radius: 5px;
    border: solid 1px #dadee4;
    padding-left: 10%;
    position: relative;
}
.input_p .code{
    position: absolute;
    top: 0;
    display: block;
    width: 120px;
    height: 47px;
    line-height: 47px;
    right: -1px;
    background-image: linear-gradient(to right, #f57634,#fdbe3e);
    text-align: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #FFF;
    cursor: pointer;
    border: none;
}




.input_d img{
    position: absolute;
    left: 10px;
    top: 12px;
}
.input_login{
    margin-top: 40px;
}
.input_login a{
    background-color: #0088ff;
    width: 100%;
    display: inline-block;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    border-radius: 5px;
}
.login_text{
    padding: 0px 10px;
}
.login_text span{
    color: #999999;
}

.login_text span:nth-child(2){
    float: right;
}
.login_wx{
    margin-top: 25px;

}
.login_wx span:first-child{
    background: #f89339;
}
.login_wx span{
    background-color: #06c304;
    color: #fff;
    padding: 5px 25px;
    border-radius: 15px;
    margin: 0 5px;
}
.login_wx h3{
    color: #434343;
    font-weight: normal;
}
.yzm_ma{
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #005ef5;
    display: inline-block;
    color: #fff;
    height: 47px;
    line-height: 47px;
    width: 100px;
    text-align: center;
}
.yzm_ma2{
    position: absolute;
    right: 15px;
    top: 0px;
    background-color: #005ef5;
    display: inline-block;
    color: #fff;
    height: 36px;
    line-height: 36px;
    width: 100px;
    text-align: center;
    border-radius: 0 5px 5px 0;
}
.regiserr_max{
    width: 100%;
    height: 1210px;
    background: url(../images/regiser_bg.jpg) no-repeat;
    padding-top: 85px;
}
.regiserr_min{
    width:900px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px 20px 180px 25px;
    border-radius: 3px;

}
.regiserr_max{
    margin-top: 120px;
}
.regiserr_title h3{
    float: left;
}
.regiserr_title span {
    float: right;
}
.div_ressr{
    position: relative;
}
.regiserr_min form{
    width: 500px;
    margin: 0 auto;
}
.regiserr_min form .div_ressr{
    margin-top: 25px;

}
.regiserr_min form .div_ressr label{
    width: 15%;
    display: inline-block;
}
.regiserr_min form .div_ressr input{
    border: solid 1px #c1c1c1;
    width: 80%;
    height: 35px;
    padding-left: 5px;
    border-radius: 5px;
}
.div_ressr_text{
    text-align: center;
    margin-top: 25px;
}
.tijiao input{
    background: none;
    color: #fff;
    text-align: center;
    background-color: #005ef5;
    width: 100%;
    height: 45px;
    border-radius: 5px;
}
.tijiao{

    margin-top: 40px;
}
.kl_max {
    width: 80%;
    min-width: 1400px;
    max-width: 1500px;
    margin: auto;
    margin-top: 100px;
}
.kl_max label {
    float: left;
    font-size: 18px;
    margin-top: 15px;
}
.kl_max .kale_ul{
    width: 80%;
    float: left;
    margin-left: 15px;
}
.kale_ul li i{
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-right: 5px;
    vertical-align: middle;
    background: url(../images/sprite_icategory.png) -999px -999px no-repeat;
}
.kale_ul i.cost {
    background-position: 1px -3px;
}
.kale_ul i.game {
    background-position: -4px -47px;
}
.kale_ul i.ecard {
    background-position: -1px -175px;
}
.kale_ul i.foods {
    background-position: -3px -132px;
}
.kale_ul i.video {
    background-position: -3px -212px;
}
.kale_ul i.oils {
    background-position: -3px -88px;
}
.pl_tj_02_pos p{
    text-align: center;
    color: #ffa23a;
}
.pl_tj_02_pos img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 0;
}
.btn-card-ecard{ background-color: #f5465a; box-shadow: 1px 3px 13px rgba(245,70,90,.2); }
.btn-card-cost { background-color: #f96197; box-shadow: 1px 3px 13px rgba(249,97,151,.2); }
.btn-card-game { background-color: #f89339; box-shadow: 1px 3px 13px rgba(16,174,255,.2); }
.btn-card-oils { background-color: #926dde; box-shadow: 1px 3px 13px rgba(146,109,222,.2); }
.btn-card-foods{ background-color: #fd7400; box-shadow: 1px 3px 13px rgba(253,166,0,.2); }
.btn-card-video{ background-color: #20d071; box-shadow: 1px 3px 13px rgba(32,208,113,.2); }

.discount {
    position: absolute;
    top: -2px;
    left: -2px;
    font-size: 12px;
    line-height: 1;
    padding: 3px;
    color: #fff;
    background-color: #f89339;
    border-radius: 4px 0 4px 0;
    transition: .3s;
    opacity: 1;
    filter: alpha(opacity=0);
}
.discounth{
    position: absolute;
    top: -2px;
    left: -2px;
    opacity: 0;
}
.discount:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 0;
    border-width: 3px;
    border-style: solid;
    border-color: #f89339 transparent transparent #f89339;
    transition: .3s;
}

.kl_max .kale_ul li{
    font-size: 14px;
    color: #000000;
    width: 180px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    float: left;
    margin-right: 15px;
    border-radius: 8px;
    position: relative;
    cursor:pointer;
}

.kl_max .kale_ul strong{
    color: #000;
    display: block;
    font-size: 20px;
    line-height: 15px;
    padding: 12px 0 7px 0;
    margin: 0 5px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.kl_max .kale_ul  small {
    color: #666;
    font-size: 14px;
    margin-top: -23px;
    display: block;
}
.kl_max .kale_ul em{
    margin:0 5px;
}

.text-red {
    color: #ff5c38 !important;
}
.text-blue {
    color: #007dfe !important;
}


.kl_max .kale_ul li a{
    position: relative;
    width: 100%;
    display: block;
}
.kz_max .kale_ul .btn-card{
    border: 2px solid #f89339;
}

.kl_max .kale_ul .btn-card::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../images/selected.png?2017);
    background-repeat: no-repeat;
    background-position: -70px 0;
    border-radius: 0 0 6px 0;
}

.kl_max .kale_ul  .dispose-auto {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 16px;
    line-height: 13px;
    text-align: center;
    padding: 2px 3px;
    overflow: hidden;
    font-style: normal;
    font-size: 12px;
    white-space: normal;
    color: #f60;
    background-color: transparent;
    margin: auto;
}
.dingyi{
    margin-left: 15px;
    display: inline-block;
}
.feilv {
    height: 50px;
    border-radius: 5px;
    border: 2px solid #e4ecfa;
    padding-left: 8px;
    font-size: 18px;
    float: left;
}

.dingyi .feilvnote {
    display: block;
    width: 50%;
    float: left;
    margin-left: 20px;
}

.text-orange {
    color: #e91e63 !important;
}


.kz_max{
    margin-top: 25px;
}
.kz_max .kale_ul li {
    background-image: none !important;
    border: solid #e4ecfa 2px;
    box-sizing: border-box;
}
.mz_max .kale_ul li{
    height: 58px;
    line-height: 58px;

}
.kazho_ul li .btn-card::before{
    content: "98.8折";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: block;
    width: 80px;
    height: 22px;
    line-height: 20px;
    background-color: #005ef5;
    color: #fff;
    border-radius: 15px 5px 0 0;
}

.mz_ul .hd .on{
    background-color: #f89339;
    color: #fff;
}
.mz_ul .hd .on a{
    color: #fff;
}
.pl_tj_01{
    margin: 15px 0;

}
.pl_tj_01 p{
    display: inline-block;
}

.pl_tj_02{
    position: relative;
    width: 1200px;
}
.pl_tj_02_pos{
    position: absolute;
    top: 0;
    right: 0;
    width: 520px;
    height: 100%;
    background: rgba(218, 218, 218, 0.5);
}
.textarea-wrapper {
    display: flex;
    border: 2px solid #dedede;
    border-radius: 5px;
}
.textarea-wrapper .form-control {
    width: 100%;
    padding-right: 35%;
    height: 330px;
    line-height: 33px;
    font-size: 14px;
    margin: 0;
    padding-left: 5px;
    background: url(../images/textarea.gif) 0 0;
    background-attachment: local;
    border: none;
    font-family: auto;
}
.textarea-wrapper .textarea-tips {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    width: 34%;
    height: 330px;
    overflow: hidden;
    pointer-events: none;
}
.textarea-wrapper .textarea-tips .mask-black {
    z-index: 1;
    background-color: #007dfe;
    opacity: .02;
    width: 100%;
    height: 100%;
}
.textarea-wrapper .textarea-tips ul {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
}
.textarea-wrapper .textarea-tips li {
    height: 33px;
    line-height: 33px;
    width: 100%;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: normal;
    white-space: nowrap;
    font-size: 14px;
    color: #e4393c;
    border:none
}
.textarea-wrapper .textarea-tips li.textarea-attention {
    text-align: center;
    white-space: normal;
    font-size: 16px;
    height: auto;
    border:none;
    padding: 53px 0 0 0;
}
.textarea-wrapper .textarea-tips li.textarea-attention strong{
    display: inline-block;
    padding: 0;
    font-size: 18px;
}

.textarea-wrapper .textarea-tips li.textarea-attention .iconfont-tips {
    display: block;
    text-align: center;
    padding-right: 35px;
    font-size: 64px;
    line-height: 1;
    height: 66px;
    margin: auto;
    margin-bottom: 13px;
    overflow: hidden;
    width: 64px;
}
.textarea-wrapper i {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-right: 5px;
    vertical-align: middle;
    background: url(../images/sprite_icategory.png) -999px -999px no-repeat;
}
.textarea-wrapper .textarea-tips li.textarea-attention p {
    text-align: center;
}

.pl_tj .help-block {
    margin-top: 10px;
    display: block;
    color: #808080;
    font-size: 14px;
}


.help-block .btn-sm,.xieyi .btn-sm {
    font-size: 14px;
    padding: 5px 15px;
}
.xieyi .btn-lg {
    padding: 10px 30px!important;
    margin-right: 20px;
    font-size: 18px!important;
}

.help-block .btn,.xieyi .btn,.input_login .btn {
    display: inline-block;
    padding: 9px 25px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 100px;
    transition: .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.help-block  .btn-primary,.input_login .btn-primary {
    color: #fff;
    border-color: #f89339;
    background-color: #f9841c;
    box-shadow: 1px 1px 3px #f89339;
}

.input_login .login{
    font-size: 20px;
    line-height: 26px;
    height: 26px;
    width: 180px;
    margin-bottom: 20px;
    padding: 10px;
}

.btn-green {
    color: #fff;
    border-color: #01cf75;
    background-color: #01cf75;
    box-shadow: 1px 3px 13px rgb(1 207 117 / 21%);
}

.help-block .btn-primary:hover,.input_login .btn-primary:hover{
    color: #f89339;
    border-color: #f89339;
    background-color: #ffffff;
}

.help-block  .pl20 {
    padding-left: 20px !important;
}
.help-block  .inline-block {
    display: inline-block !important;
    vertical-align: middle;
}

.help-block .inline-block strong{
    display: inline-block;
    padding: 0;
    font-size: 14px;
    margin: 0;
    line-height: 14px;
    font-weight: 600;
    color: #ff5c38;
    overflow: unset;
}


.pl_tj_02  dl {
    border: solid 1px #c1c1c1;
}
.pl_tj_02 dl dt{
    height: 35px;
}
.pl_tj_02 dl dt input{
    background: none;
}
.pl_tj_02 dl dt:nth-child(even) {
    background-color: #f1f1f1;
}
.pl_tj_03{
    margin-top: 25px;
}
.pl_tj_03 div{
    margin-top: 25px;
    line-height: 50px;
}
.pl_tj_03 div label{
    margin: 0;
}
.pl_tj_03 div input {
    width: 410px;
    height: 40px;
    border: solid 1px #c1c1c1;
    border-radius: 5px;
    margin-left: 14px;
    padding-left:3px
}

.btn-disabled:hover, .btn-disabled:active, .btn-disabled{
    cursor: default;
    box-shadow: none;
    text-shadow: 0 1px 0 #fff;
    color: #ccc!important;
    border-color: #f0f0f0!important;
    background-color: #f5f5f5;
    pointer-events: none;
    background-image: none!important;
}
.xieyi{
    width: 1320px;
    margin: 0 auto;
}
.xieyi{
    margin-top: 25px;
}
.xieyi p{
    margin-top: 10px;
}
.tjmk input{
    width: 410px;
    height: 40px;
    background-color: #0000ff;
    color: #fff;
    border-radius: 5px;
}
.page_abhout{
    width: 1400px;
    margin: 0 auto;
    margin-top: 80px;
}
.about_le{
    width: 265px;
    float: left;
    border: solid 1px #e7e7e7;
}

.about_le img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    margin-bottom: 25px;
}
.index-loginto{

    display: inline-block;
}
.avatar {
    position: absolute;
    top: 1px;
    left: 3px;
    display: block;
    width: 26px;
    height: 26px;
    text-align: center;
    overflow: hidden;
    line-height: 26px;
    border-radius: 50%;
    transition: .3s;
    cursor: pointer;
    color: #ffa2cc;
    text-indent: -1.5px;
    border: 2px solid #fff;
    background-color: #fff;
}
.avatar i{
    font-size: 26px;
    display: block;
    line-height: 26px;
    margin-left: 1px;
}
.navbar-avatar{
    position: relative;
    height: 32px;
    line-height: 32px;
    padding: 0 15px 0 40px;
}
.about_le h3{
    text-align: center;
    color: #4994fb;
    padding-bottom: 50px;
    padding-top: 50px;
}
.about_le ul li{
    text-align: center;
    height: 60px;
    line-height: 60px;
    position: relative;
}
.about_le ul li a{
    font-size: 16px;
    display: inline-block;
    width: 80px;
    height: 50px;
    margin: auto;
}
.current a{
    color:#4994fc!important;
}
.current a::before{
    width: 80px!important;
}
.about_le ul li a::before{
    content: "";
    border-bottom: 2px solid #4994fc;
    width: 0px;
    display: block;
    position: absolute;
    bottom: 10px;
}
.about_le ul li a:hover{
    color: #4994fb;
    display: block;

}
.about_le ul li a:hover::before{
    width: 80px;
    transition: 0.2s all linear;
    transition-delay: 0.1s;
}

.about_le ul li:nth-child(1){
    background: url(../images/about_ico1.png) no-repeat 55px 50%;
}
.about_le ul li:nth-child(2) {
    background: url(../images/about_ico6.png) no-repeat 55px 50%;
}
.about_le ul li:nth-child(3) {
    background: url(../images/about_ico3.png) no-repeat 55px 50%;
}
.about_le ul li:nth-child(4) {
    background: url(../images/about_ico4.png) no-repeat 55px 50%;
}
.about_le ul li:nth-child(5) {
    background: url(../images/about_ico5.png) no-repeat 55px 50%;
}
.about_le ul li:nth-child(6) {
    background: url(../images/about_ico6.png) no-repeat 55px 50%;
}
.about_le ul li:nth-child(7) {
    background: url(../images/about_ico7.png) no-repeat 55px 50%;
}
.about_le ul li:nth-child(8) {
    background: url(../images/about_ico8.png) no-repeat 55px 50%;
}
.about_le ul li:nth-child(9) {
    background: url(../images/about_ico9.png) no-repeat 55px 50%;
}
.about_le ul li:nth-child(10) {
    background: url(../images/about_ico10.png) no-repeat 55px 50%;
}
.about_le ul li:nth-child(11) {
    background: url(../images/about_ico11.png) no-repeat 55px 50%;
}
.about_le ul li:nth-child(12) {
    background: url(../images/about_ico12.png) no-repeat 55px 50%;
}
.about_le ul li:nth-child(13) {
    background: url(../images/about_ico13.png) no-repeat 55px 50%;
}
.about_le ul li:nth-child(14) {
    background: url(../images/about_ico14.png) no-repeat 55px 50%;
}
.about_ri{
    width: 1050px;
    float: left;
    margin-left: 25px;
    border: solid 1px #e7e7e7;
    padding: 25px;
}
.page_h3{
    margin-top: 15px;
    background-color: #fff;
    color: #888888;
    font-size: 24px;
    padding: 20px 10px;

}
.page_h3 h3{
    font-weight: normal;
}
.page_body{
    background-color: #fff;
    padding: 20px 10px;
    margin-top: 25px;
}
.page_body p{
    text-indent: 2em;
}
.page_body{
    padding: 0;
}
.page_list ul li{
    margin-top: 25px;
    background-color: #fff;
    padding: 20px;
}
.page_list ul li a:hover{
    color: #399EFF;
}
.page_list_le{
    width: 75%;
    float: left;
}
.page_list_le p{
    text-indent: 0;
}
.page_list_ri {
    width: 20%;
    float: right;
}
.page_list_ri span{
    display: block;
}
.api_banner img{
    max-width: 100%;
    text-align: center;
}
.api_01{
    width: 1100px;
    margin: 0 auto;
    margin-top: 75px;
    margin-bottom: 75px;
}
.api_01-le{
    text-align: center;
    width: 270px;
    float: left;
}
.api_01-le h3{
    font-size: 30px;
}
.api_01-ri{
    width: 590px;
    float: right;
    font-size: 18px;
    text-align: center;
}
.api_01-ri p{
    line-height: 35px;
}
.api_lei img{
    max-width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.card-intros_2{
    padding-bottom: 168px;
}
.title_2{
    padding: 0;
}
.join-step-index_2{
    padding-bottom: 100px;
}

body {
    background: #f5f7f8;
    overflow-x: hidden;
}

.index-banner {
    height: 72px;
    background: rgba(255,255,255,.94);
    border-bottom: 1px solid rgba(11,31,36,.08);
    box-shadow: 0 18px 40px rgba(11,31,36,.08);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

.index-header {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 1240px;
    min-width: 0;
    height: 72px;
    margin: 0 auto;
    padding: 0 24px;
    background: transparent;
    box-sizing: border-box;
}

.header-logo {
    flex: 0 0 180px;
    width: 180px;
}

.index_logo {
    float: none;
    max-width: 160px;
    object-fit: contain;
}

.index-header-max {
    flex: 1;
    width: auto;
    height: 72px;
    line-height: 72px;
}

.index-nav {
    margin-left: 0;
}

.index-nav ul li {
    height: 72px;
    margin-right: 30px;
}

.index-nav ul li a {
    font-size: 15px;
    color: #1c2f33;
}

.index-nav ul li a:hover,
.index-nav ul li.on a {
    color: #0f7f68;
}

.index-nav ul li a:hover::after,
.index-nav ul li.on a::after {
    height: 3px;
    bottom: 16px;
    background: #0f7f68;
    border-radius: 8px;
}

.header-login {
    flex: 0 0 auto;
    float: none;
    height: 72px;
    line-height: 72px;
    margin-right: 0;
}

.index-login a {
    padding: 8px 20px;
    border: 1px solid rgba(15,127,104,.24);
    border-radius: 8px;
    color: #0f7f68;
    background: #fff;
}

.index-login a:nth-child(1) {
    color: #fff;
    border-color: #0f7f68;
    background: #0f7f68;
    background-image: none;
}


/* =====================================================================
   99卡劵 首页改版 — Claude warm-premium 风格
   ivory paper · clay/coral accent · serif display
   （替换旧 teal 改版块；卡片区基础样式仍沿用上方 1-1965 行）
   ===================================================================== */
:root {
    --xl-ink: #221f1b;
    --xl-ink-2: #5b554c;
    --xl-ink-3: #968b7d;
    --xl-paper: #f6f2ea;
    --xl-paper-2: #efe8db;
    --xl-surface: #ffffff;
    --xl-surface-2: #fbf8f3;
    --xl-line: #e8e0d1;
    --xl-line-2: #f1ebe0;
    --xl-brand: #d97757;
    --xl-brand-2: #c05f3c;
    --xl-brand-ink: #6f3621;
    --xl-brand-tint: #f8ece4;
    --xl-brand-tint-2: #f2dccf;
    --xl-gold: #c69a55;
    --xl-trust: #3f7d6a;
    --xl-radius: 18px;
    --xl-radius-sm: 12px;
    --xl-shadow-s: 0 1px 2px rgba(34, 31, 27, .05);
    --xl-shadow-m: 0 2px 6px rgba(34, 31, 27, .05), 0 18px 40px -22px rgba(34, 31, 27, .24);
    --xl-shadow-card: 0 30px 60px -26px rgba(168, 84, 52, .42);
    --xl-serif: "Songti SC", "STSong", Georgia, "Times New Roman", serif;
    --xl-sans: "PingFang SC", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* ---------- 顶部导航（layout header 覆写，配合新配色） ---------- */
.index-banner {
    background: rgba(246, 242, 234, .82);
    backdrop-filter: saturate(140%) blur(10px);
    -webkit-backdrop-filter: saturate(140%) blur(10px);
    border-bottom: 1px solid var(--xl-line);
    box-shadow: none;
}

.index-header {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    height: 72px;
    display: flex;
    align-items: center;
}

.index-header .header-logo {
    height: 38px;
}

.index-header .index-nav ul li a {
    color: var(--xl-ink-2);
    font-size: 15px;
    font-weight: 500;
    transition: color .2s ease;
}

.index-header .index-nav ul li a:hover,
.index-header .index-nav ul li.on a {
    color: var(--xl-brand-2);
    background: none;
}

.index-header .index-nav ul li.on a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 14px;
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: var(--xl-brand);
    transform: translateX(-50%);
}

.index-header .index-login a {
    border-radius: 999px;
    font-size: 14px;
    padding: 7px 18px;
    transition: all .2s ease;
}

.index-header .index-login a:nth-child(1) {
    color: var(--xl-ink);
    background: transparent;
    background-image: none;
    border: 1px solid var(--xl-line);
}

.index-header .index-login a:nth-child(1):hover {
    border-color: var(--xl-brand);
    color: var(--xl-brand-2);
}

.index-header .index-login a:nth-child(2) {
    color: #fff;
    background: var(--xl-brand);
    background-image: none;
    border: 1px solid var(--xl-brand);
    margin-left: 10px;
}

.index-header .index-login a:nth-child(2):hover {
    background: var(--xl-brand-2);
    border-color: var(--xl-brand-2);
}

/* ---------- 容器 ---------- */
.xl-shell {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.xl-home {
    color: var(--xl-ink);
    font-family: var(--xl-sans);
    background: var(--xl-paper);
    -webkit-font-smoothing: antialiased;
}

.xl-home a {
    text-decoration: none;
}

/* ---------- Hero ---------- */
.xl-hero {
    position: relative;
    background:
        radial-gradient(120% 95% at 88% -10%, rgba(217, 119, 87, .20), rgba(217, 119, 87, 0) 55%),
        radial-gradient(90% 80% at 6% 8%, rgba(198, 154, 85, .14), rgba(198, 154, 85, 0) 50%),
        linear-gradient(180deg, #f9f5ee 0%, var(--xl-paper) 100%);
    overflow: hidden;
}

.xl-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(34, 31, 27, .035) 1px, transparent 1px);
    background-size: 22px 22px;
    -webkit-mask-image: linear-gradient(180deg, #000, transparent 75%);
    mask-image: linear-gradient(180deg, #000, transparent 75%);
    pointer-events: none;
}

.xl-hero-inner {
    position: relative;
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 78px 0 84px;
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    align-items: center;
    gap: 40px;
}

.xl-hero-content {
    max-width: 560px;
}

.xl-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    letter-spacing: .04em;
    color: var(--xl-brand-ink);
    background: var(--xl-brand-tint);
    border: 1px solid var(--xl-brand-tint-2);
    padding: 6px 14px 6px 12px;
    border-radius: 999px;
    margin: 0 0 24px;
}

.xl-kicker i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--xl-brand);
    box-shadow: 0 0 0 4px rgba(217, 119, 87, .18);
}

.xl-hero h1 {
    font-family: var(--xl-serif);
    font-size: clamp(56px, 8vw, 92px);
    line-height: 1.02;
    font-weight: 700;
    letter-spacing: .01em;
    margin: 0;
    color: var(--xl-ink);
}

.xl-hero-lead {
    font-family: var(--xl-serif);
    font-size: clamp(22px, 2.6vw, 30px);
    line-height: 1.3;
    font-weight: 600;
    color: var(--xl-brand-2);
    margin: 16px 0 0;
}

.xl-hero-copy {
    font-size: 16px;
    line-height: 1.85;
    color: var(--xl-ink-2);
    margin: 18px 0 0;
    max-width: 480px;
}

.xl-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 32px 0 0;
}

.xl-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 50px;
    padding: 0 26px;
    border-radius: 999px;
    font-size: 15.5px;
    font-weight: 600;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}

.xl-btn i {
    font-style: normal;
    transition: transform .18s ease;
}

.xl-btn-primary {
    color: #fff;
    background: var(--xl-brand);
    box-shadow: 0 12px 26px -12px rgba(192, 95, 60, .7);
}

.xl-btn-primary:hover {
    background: var(--xl-brand-2);
    transform: translateY(-2px);
    box-shadow: 0 18px 34px -12px rgba(192, 95, 60, .75);
}

.xl-btn-primary:hover i {
    transform: translateX(4px);
}

.xl-btn-ghost {
    color: var(--xl-ink);
    background: var(--xl-surface);
    border: 1px solid var(--xl-line);
    box-shadow: var(--xl-shadow-s);
}

.xl-btn-ghost:hover {
    border-color: var(--xl-brand);
    color: var(--xl-brand-2);
    transform: translateY(-2px);
}

.xl-hero-metrics {
    display: flex;
    align-items: center;
    gap: 22px;
    margin: 40px 0 0;
    padding: 22px 0 0;
    border-top: 1px solid var(--xl-line);
}

.xl-hero-metrics span:not(.xl-metric-sep) {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.xl-hero-metrics b {
    font-size: 26px;
    font-weight: 700;
    color: var(--xl-ink);
    line-height: 1;
    font-family: var(--xl-serif);
}

.xl-hero-metrics b i {
    font-style: normal;
    font-size: 15px;
    color: var(--xl-ink-3);
    margin-left: 1px;
}

.xl-hero-metrics em {
    font-style: normal;
    font-size: 13px;
    color: var(--xl-ink-3);
}

.xl-metric-sep {
    width: 1px;
    height: 30px;
    background: var(--xl-line);
}

/* ---------- Hero 卡片视觉 ---------- */
.xl-hero-art {
    position: relative;
    height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.xl-card-stack {
    position: relative;
    width: 320px;
    height: 200px;
}

.xl-card-visual {
    position: absolute;
    border-radius: 20px;
    inset: 0;
}

.xl-card-visual-main {
    z-index: 3;
    padding: 24px;
    background:
        radial-gradient(130% 120% at 0% 0%, #e98a64 0%, var(--xl-brand) 42%, #b9542f 100%);
    box-shadow: var(--xl-shadow-card);
    color: #fff;
    overflow: hidden;
    transform: rotate(-4deg);
}

.xl-card-visual-main::after {
    content: "";
    position: absolute;
    top: -60%;
    left: -20%;
    width: 70%;
    height: 220%;
    background: linear-gradient(105deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .28) 50%, rgba(255, 255, 255, 0) 100%);
    transform: rotate(8deg);
}

.xl-card-chip {
    position: absolute;
    top: 26px;
    left: 26px;
    width: 44px;
    height: 32px;
    border-radius: 7px;
    background: linear-gradient(135deg, #f4d99a, #d9a94e);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .35);
}

.xl-card-brand {
    position: absolute;
    top: 22px;
    right: 24px;
    font-family: var(--xl-serif);
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: .02em;
    color: #fff;
    text-shadow: 0 2px 10px rgba(120, 40, 20, .35);
}

.xl-card-no {
    position: absolute;
    left: 26px;
    bottom: 46px;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: .06em;
    color: rgba(255, 255, 255, .94);
}

.xl-card-tag {
    position: absolute;
    left: 26px;
    bottom: 22px;
    font-style: normal;
    font-size: 12.5px;
    letter-spacing: .25em;
    color: rgba(255, 255, 255, .8);
}

.xl-card-visual-front {
    z-index: 2;
    transform: rotate(3deg) translate(26px, 30px);
    background: linear-gradient(150deg, #fff 0%, #fbeee6 100%);
    border: 1px solid rgba(217, 119, 87, .25);
    box-shadow: 0 24px 50px -28px rgba(34, 31, 27, .4);
}

.xl-card-visual-back {
    z-index: 1;
    transform: rotate(-11deg) translate(-30px, -22px);
    background: linear-gradient(150deg, #efe8db 0%, #e3d8c5 100%);
    box-shadow: 0 20px 44px -26px rgba(34, 31, 27, .35);
}

/* ---------- 公告条 ---------- */
.xl-notice {
    background: var(--xl-surface);
    border-bottom: 1px solid var(--xl-line);
}

.xl-notice .xl-shell {
    display: flex;
    align-items: center;
    gap: 16px;
    height: 58px;
}

.xl-notice-label {
    flex: none;
    display: inline-flex;
    align-items: center;
    height: 26px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 12.5px;
    font-weight: 600;
    color: var(--xl-brand-ink);
    background: var(--xl-brand-tint);
}

.xl-notice-body {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 14px;
    overflow: hidden;
}

.xl-notice-body time {
    flex: none;
    font-size: 13px;
    color: var(--xl-ink-3);
}

.xl-notice-body a {
    color: var(--xl-ink);
    font-size: 14.5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xl-notice-body a:hover {
    color: var(--xl-brand-2);
}

.xl-notice-more {
    flex: none;
    font-size: 13px;
    color: var(--xl-ink-3);
}

.xl-notice-more:hover {
    color: var(--xl-brand-2);
}

/* ---------- 通用 section ---------- */
.xl-section {
    padding: 76px 0;
}

.xl-section:nth-of-type(even) {
    background: var(--xl-surface);
}

.xl-card-entry {
    background: var(--xl-paper);
}

.xl-process {
    background: var(--xl-surface);
}

.xl-advantages {
    background: var(--xl-paper);
}

.xl-news {
    background: var(--xl-surface);
}

.xl-section-head {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 46px;
}

.xl-section-head span {
    display: inline-block;
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--xl-brand-2);
    margin-bottom: 14px;
}

.xl-section-head h2 {
    font-family: var(--xl-serif);
    font-size: clamp(28px, 3.6vw, 40px);
    line-height: 1.2;
    font-weight: 700;
    color: var(--xl-ink);
    margin: 0;
}

.xl-section-head p {
    font-size: 15.5px;
    line-height: 1.7;
    color: var(--xl-ink-2);
    margin: 14px 0 0;
}

/* ---------- 卡类入口（沿用 home_buttom，套新风格） ---------- */
.xl-card-entry .xl-shell {
    margin-bottom: 34px;
}

.xl-home .panel-cards {
    background: transparent;
    padding: 0;
    margin: 0;
}

.xl-home .panel-cards .container {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    background: var(--xl-surface);
    border: 1px solid var(--xl-line);
    border-radius: var(--xl-radius);
    box-shadow: var(--xl-shadow-m);
    padding: 26px 26px 30px;
}

.xl-home .cards-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    border: 0;
    margin-bottom: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--xl-line-2);
}

.xl-home .cards-tabs > li {
    float: none;
    width: auto;
    height: auto;
    margin: 0;
    border: 0;
    background: none;
}

.xl-home .cards-tabs > li > a {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid var(--xl-line);
    color: var(--xl-ink-2);
    background: var(--xl-surface-2);
    font-size: 14.5px;
    font-weight: 500;
    transition: all .2s ease;
}

.xl-home .cards-tabs > li > a .cover {
    display: none;
}

.xl-home .cards-tabs > li > a i {
    font-size: 18px;
    line-height: 1;
    color: var(--xl-ink-3);
}

.xl-home .cards-tabs > li.active a,
.xl-home .cards-tabs > li > a:hover {
    color: #fff;
    background: var(--xl-brand);
    border-color: var(--xl-brand);
}

.xl-home .cards-tabs > li.active a i,
.xl-home .cards-tabs > li > a:hover i {
    color: #fff;
}

.xl-home .cards-group .cards-cover {
    background: var(--xl-surface);
    border: 1px solid var(--xl-line);
    border-radius: var(--xl-radius-sm);
    padding: 18px 12px 16px;
    text-align: center;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.xl-home .cards-group .cards-cover:hover {
    transform: translateY(-4px);
    border-color: rgba(217, 119, 87, .4);
    box-shadow: var(--xl-shadow-m);
}

.xl-home .cards-group .cards-cover > a:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    margin: 0 auto 12px;
    border-radius: 50%;
    background: var(--xl-brand-tint);
    overflow: hidden;
}

.xl-home .cards-group .cards-cover > a:first-child img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    display: block;
    margin: 0;
}

.xl-home .cards-group .cards-cover .title a {
    font-size: 14.5px;
    color: var(--xl-ink);
    font-weight: 500;
}

.xl-home .cards-group .cards-cover .title a:hover {
    color: var(--xl-brand-2);
}

.xl-home .cards-group .cards-cover .discounts {
    color: var(--xl-brand-2);
    font-size: 13px;
    margin: 6px 0 10px;
}

.xl-home .cards-group .actions .btn {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    padding: 0 16px;
    border-radius: 999px;
    font-size: 13px;
    color: var(--xl-brand-2);
    background: var(--xl-brand-tint);
    border: 1px solid transparent;
    transition: all .2s ease;
}

.xl-home .cards-group .actions .btn:hover {
    color: #fff;
    background: var(--xl-brand);
}

/* ---------- 流程 / 优势 / 资讯 网格 ---------- */
.xl-process-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.xl-process-item {
    background: var(--xl-surface);
    border: 1px solid var(--xl-line);
    border-radius: var(--xl-radius);
    padding: 30px 26px;
    box-shadow: var(--xl-shadow-s);
    transition: transform .2s ease, box-shadow .2s ease;
}

.xl-process-item:hover {
    transform: translateY(-4px);
    box-shadow: var(--xl-shadow-m);
}

.xl-process-item i {
    display: block;
    font-family: var(--xl-serif);
    font-style: normal;
    font-size: 30px;
    font-weight: 700;
    color: var(--xl-brand);
    margin-bottom: 16px;
}

.xl-process-item h3,
.xl-advantage-grid h3 {
    font-size: 17px;
    font-weight: 600;
    color: var(--xl-ink);
    margin: 0 0 8px;
}

.xl-process-item p,
.xl-advantage-grid p {
    font-size: 14px;
    line-height: 1.75;
    color: var(--xl-ink-2);
    margin: 0;
}

.xl-advantage-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.xl-advantage-grid article {
    background: var(--xl-surface);
    border: 1px solid var(--xl-line);
    border-radius: var(--xl-radius);
    padding: 30px 26px;
    box-shadow: var(--xl-shadow-s);
    transition: transform .2s ease, box-shadow .2s ease;
}

.xl-advantage-grid article:hover {
    transform: translateY(-4px);
    box-shadow: var(--xl-shadow-m);
}

.xl-advantage-grid i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 14px;
    font-style: normal;
    font-size: 21px;
    font-weight: 600;
    color: var(--xl-brand-2);
    background: var(--xl-brand-tint);
    margin-bottom: 18px;
}

.xl-advantage-grid article:nth-child(2) i {
    color: var(--xl-gold);
    background: #f6edda;
}

.xl-advantage-grid article:nth-child(3) i {
    color: var(--xl-trust);
    background: #e3efe9;
}

.xl-advantage-grid article:nth-child(4) i {
    color: #8a6bb0;
    background: #ece6f3;
}

/* ---------- 资讯 ---------- */
.xl-news-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}

.xl-news-panel {
    background: var(--xl-surface-2);
    border: 1px solid var(--xl-line);
    border-radius: var(--xl-radius);
    padding: 28px 30px;
}

.xl-news-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--xl-line);
}

.xl-news-top h3 {
    font-size: 17px;
    font-weight: 600;
    color: var(--xl-ink);
    margin: 0;
}

.xl-news-top a {
    font-size: 13px;
    color: var(--xl-ink-3);
}

.xl-news-top a:hover {
    color: var(--xl-brand-2);
}

.xl-news-panel ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.xl-news-panel li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 11px 0;
    border-bottom: 1px dashed var(--xl-line);
}

.xl-news-panel li:last-child {
    border-bottom: 0;
}

.xl-news-panel li a {
    color: var(--xl-ink-2);
    font-size: 14.5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding-left: 16px;
}

.xl-news-panel li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--xl-brand-tint-2);
    transform: translateY(-50%);
}

.xl-news-panel li a:hover {
    color: var(--xl-brand-2);
}

.xl-news-panel li a:hover::before {
    background: var(--xl-brand);
}

.xl-news-panel li time {
    flex: none;
    font-size: 12.5px;
    color: var(--xl-ink-3);
}

/* ---------- 页脚 ---------- */
.xl-site-footer {
    background: #211e1a;
    color: #c7bfb2;
    padding: 50px 0 30px;
}

.xl-site-footer .foot {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.xl-site-footer h3 {
    color: #f3ede2;
    font-size: 15px;
}

.xl-site-footer h4,
.xl-site-footer a {
    color: #b3ab9d;
}

.xl-site-footer .foot02_le ul li a:hover {
    color: var(--xl-brand);
}

.xl-site-footer .foot03 ul li span {
    color: #b3ab9d;
}

.copyright {
    background: #1a1714;
    color: #8f877a;
    text-align: center;
    padding: 20px 16px;
    font-size: 13px;
    line-height: 1.9;
}

.copyright a {
    color: #b3ab9d;
}

.xl-footer-company {
    color: #d9d1c4;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .04em;
    margin: 0 0 4px;
}

/* ---------- 响应式 ---------- */
@media (max-width: 980px) {
    .xl-hero-inner {
        grid-template-columns: 1fr;
        padding: 56px 0 60px;
    }

    .xl-hero-art {
        display: none;
    }

    .xl-process-list,
    .xl-advantage-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .xl-news-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .xl-section {
        padding: 52px 0;
    }

    .xl-hero h1 {
        font-size: 52px;
    }

    .xl-process-list,
    .xl-advantage-grid {
        grid-template-columns: 1fr;
    }

    .xl-hero-metrics {
        flex-wrap: wrap;
        gap: 16px;
    }

    .index-header {
        height: 60px;
    }
}
