#orientation-message{
    width: 100%;
    height: 100%;
    background: #000;
    color: #fff;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    text-align: center;
}
#orientation-message p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
a {
    -webkit-user-drag: none;
    user-drag: none; /* 标准属性 */
  }
body{
    width: 100%;
    min-width: 1080px;
    background-color: #ffffff;
    position: relative;
    top: 0;
    left: 0;
    font-family: 微软雅黑;
}
img{
    width: 100%;
    height: 100%;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.box_w{
    width: 100%;
    height: 1660px;
    position: relative;
    background-image: url(https://static-jd.gameduchy.com/static/pay/pc/images/box_bg.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
}
.logo{
    width: 552px;
    height: 150px;
    position: absolute;
    left: 8%;
    top: 2%;
    z-index: 2;
}
.logo img{
    width: 100%;
    height: 100%;
}
.box{
    width: 1086px;
    height: 1363px;
    position: relative;
    top: 11%;
    background: url(https://static-jd.gameduchy.com/static/pay/pc/images/centent_bg_top_ljcz1.png) no-repeat center top/100% 100%;
    left: 50%;
    transform: translateX(-50%);
}
.box_ljcz{
    width: 1086px;
    height: 1363px;
    position: relative;
    top:11%;
    background: url(https://static-jd.gameduchy.com/static/pay/pc/images/centent_bg_top_czzx.png) no-repeat center top/100% 100%;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}
.centent_bg_bottom {
    width: 1081px;
    height: 122px;
    position: sticky;
    position: -webkit-sticky;
    bottom: 0;
    margin: 56px auto;
    background: url(https://static-jd.gameduchy.com/static/pay/pc/images/centent_bg_bottom_h.png) repeat center top/cover;
    font-size: 24px;
    color: #FFFFFF;
    box-shadow: 0 7px 13px -5px #000;
}
.centent_bg_bottom.active{
    background: url(https://static-jd.gameduchy.com/static/pay/pc/images/centent_bg_bottom.png) repeat center top/cover!important;
}
.input_k{
    width: 524px;
    height: 46.5px;
    background: url(https://static-jd.gameduchy.com/static/pay/pc/images/input_k.png) repeat center top/cover;
    color: #c8b5d5;
    text-indent: 9%;
    font-size: 21px;
    line-height: 54px;
    text-align: left;
    font-weight: bolder;
    position: absolute;
    top: 13.6%;
    left: 3.9%;
    border: none;
}
.input_but{
    display: block;
    width: 519px;
    height: 50px;
    background-color: #883cbf;
    color: #f9f1ff;
    border-radius: 21px;
    line-height: 50px;
    font-size: 25px;
    font-weight: bolder;
    text-align: center;
    position: absolute;
    top: 18%;
    left: 3.9%;
    border: none;
    cursor: pointer;
}
.input_but[disabled]{
    background-color: #796786;
    color: #c8b5d5;
    cursor: default;

}
/* 获得焦点时 */
.input_k:focus-visible {
    outline: none;
}
.input_k::placeholder {
    color: #c8b5d5; /* 更改placeholder的颜色 */
    font-size: 21px; /* 更改placeholder的文本大小 */
    line-height: 54px;
  }
.top_title{
    width: 527px;
    height: 96px;
    line-height: 96px;
    display: block;
    font-size: 48px;
    position: absolute;
    top: 7px;
    left: 50%;
    transform: translateX(-50%);
    color: #7636a6;
    font-weight: bolder;
    text-align: center;
}
.top_title_ljcz{
    width: 527px;
    height: 96px;
    line-height: 96px;
    /* text-indent: 34px; */
    display: block;
    font-size: 48px;
    position: absolute;
    top: 7px;
    left: 542px;
    color: #ffffff;
    font-weight: bolder;
    text-align: center;
}
.box_ljcz_title{
    width: 527px;
    height: 96px;
    line-height: 96px;
    /* text-indent: 34px; */
    display: block;
    font-size: 48px;
    position: absolute;
    top: 7px;
    left: 15px;
    color: #ffffff;
    font-weight: bolder;
    text-align: center;
}
.box_ljcz_title_ljcz{
    width: 527px;
    height: 96px;
    line-height: 96px;
    /* text-indent: 34px; */
    display: block;
    font-size: 48px;
    position: absolute;
    top: 7px;
    left: 542px;
    color: #6224be;
    font-weight: bolder;
    text-align: center;
}
.dq_icon{
    width: 21px;
    height: 21px;
    position: absolute;
    top: 6%;
    right: 10.5%;
    background: url(https://static-jd.gameduchy.com/static/pay/pc/images/dq_icon.png) no-repeat center top/cover;
}
.lang{
    font-size: 17px;
    position: absolute;
    top: 5.8%;
    right: 5.1%;
    color: #a7a7a7;
    font-weight: bolder;
}
.user_icon{
    width: 29px;
    height: 29px;
    position: absolute;
    top: 10%;
    left: 4.9%;
    background: url(https://static-jd.gameduchy.com/static/pay/pc/images/user_icon.png) no-repeat center top/cover;
}
.user_title{
    font-size: 21px;
    position: absolute;
    top: 10%;
    left: 9.3%;
    color: #6224be;
    font-weight: bolder;
}
.shop_icon{
    width: 27px;
    height: 27px;
    position: absolute;
    top: 24.3%;
    left: 4.9%;
    background: url(https://static-jd.gameduchy.com/static/pay/pc/images/shop_icon.png) no-repeat center top/cover;
}
.shop_title{
    font-size: 20px;
    position: absolute;
    top: 24.4%;
    left: 9.6%;
    color: #6224be;
    font-weight: bolder;
}

.activity_icon{
    width: 29px;
    height: 29px;
    position: absolute;
    top: 10%;
    left: 4.9%;
    background: url(https://static-jd.gameduchy.com/static/pay/pc/images/user_icon.png) no-repeat center top/cover;
}
.activity_title{
    font-size: 21px;
    position: absolute;
    top: 10%;
    left: 9.3%;
    color: #883cbf;
    font-weight: bolder;
}
.ljcz_icon{
    width: 27px;
    height: 27px;
    position: absolute;
    top: 36.3%;
    left: 4.9%;
    background: url(https://static-jd.gameduchy.com/static/pay/pc/images/ljcz_logo.png) no-repeat center top/cover;
}
.ljcz_title{
    font-size: 20px;
    position: absolute;
    top: 36.4%;
    left: 9.6%;
    color: #883cbf;
    font-weight: bolder;
}


.ydl{
    width: 976px;
    height: 127px;
    background: url(https://static-jd.gameduchy.com/static/pay/pc/images/user_msg_bg.png) repeat center top/cover;
    position: absolute;
    top: 13.4%;
    left: 5%;
    color: #212022;
    font-size: 27px;
    display: none;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
.ydl span{
    color: #212022;
}
.p_13{
    width: 43%;
    text-indent: 11%;
}
.p_24{
    width: 57%;
}
.top_close_box{
    width: 132.5px;
    height: 30px;
    background: url(https://static-jd.gameduchy.com/static/pay/pc/images/top_close_box.png) repeat center top/cover;
    position: absolute;
    right: 0.3%;
    top: -35%;
}
/* .shop_list{
    width: 987px;
    height: 550px;
    position: absolute;
    top: 26%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.shop_list_mc{
    display: block;
    width: 975px;
    height: 373px;
    position: absolute;
    top: 26.6%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0,0,0,.7);
}
.shop_list_mc img{
    width: 388px;
    height: 186px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.shop_list_num{
    width: 233px;
    height: 183px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    transition: transform 0.5s ease-in-out;
    transform: scale(1);
    margin-right: 16px;
}
.shop_list_4,.shop_list_8{
    margin-right: 0!important;
}
.shop_list_1.active{
    background-image: url(https://static-jd.gameduchy.com/static/pay/pc/images/shop_list_1_h.png)!important;
}
.shop_list_2.active{
    background-image: url(https://static-jd.gameduchy.com/static/pay/pc/images/shop_list_2_h.png)!important;
}
.shop_list_3.active{
    background-image: url(https://static-jd.gameduchy.com/static/pay/pc/images/shop_list_3_h.png)!important;
}
.shop_list_4.active{
    background-image: url(https://static-jd.gameduchy.com/static/pay/pc/images/shop_list_4_h.png)!important;
}
.shop_list_5.active{
    background-image: url(https://static-jd.gameduchy.com/static/pay/pc/images/shop_list_5_h.png)!important;
}
.shop_list_6.active{
    background-image: url(https://static-jd.gameduchy.com/static/pay/pc/images/shop_list_6_h.png)!important;
}
.shop_list_7.active{
    background-image: url(https://static-jd.gameduchy.com/static/pay/pc/images/shop_list_7_h.png)!important;
}
.shop_list_8.active{
    background-image: url(https://static-jd.gameduchy.com/static/pay/pc/images/shop_list_8_h.png)!important;
}
.shop_list_9.active{
    background-image: url(https://static-jd.gameduchy.com/static/pay/pc/images/shop_list_9_h.png)!important;
}
.shop_list_10.active{
    background-image: url(https://static-jd.gameduchy.com/static/pay/pc/images/shop_list_10_h.png)!important;
}
.shop_list_11.active{
    background-image: url(https://static-jd.gameduchy.com/static/pay/pc/images/shop_list_11_h.png)!important;
} */
.shop_list_num.active {
    border: 0.03rem solid #a37bff;
}
.db {
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.shop_list{
    width: 1000px;
    height: 550px;
    position: absolute;
    top: 27%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.shop_list_num{
    width: 246px;
    height: 171px;
    position: relative;
    background: url(https://static-jd.gameduchy.com/static/pay/pc/images/shop_list_num.png) no-repeat center center/cover;
    margin-left: 8%;
    border-radius: 28px;
    box-sizing: border-box;
    box-shadow: 1px 1px 8px #d3c8f0;
    cursor: pointer;
    border: 1px solid rgba(0,0,0,0);
}
.shop_list_num.active{
    border: 3px solid #a37bff;
}
.shop_list_num.active .shop_list_num_money_btn{
    background-color: #796786;
    color: #ffffff;
}
.shop_list_top{
    position: absolute;
    top: 4%;
    right: 8%;
    color: #ffffff;
    font-size: 20px;
}
.shop_list_top_tc{
    right: 10%;
    top: 10%;
}
.shop_list_num_money_btn {
    width: 200px;
    height:36px;
    background-color: #e4e4e4;
    border-radius: 100px;
    position: absolute;
    bottom: 4%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 24px;
    color: #000000;
    line-height: 36px;
    font-family: SourceHanSansCN, sans-serif;
}




.center_qb_name_list{
    width: 91%;
    position: absolute;
    top: 58.8%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.center_qb_list_1{
    margin-right: 1%;
}
.center_qb_list_1 .pay_jj{
    text-indent: 364px!important;
}
.center_qb_list_num{
    width: 483px;
    height: 59px;
    background: #ffffff;
    /* border: 2px solid rgba(0,0,0,0); */
    border-radius: 28px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 1.5%;
    cursor: pointer;
}
.center_qb_list_img{
    width: 76px;
    height: 41.5px;
    vertical-align: middle;
    display: inline-block;
    margin-left: 4%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.center_qb_list_img img{
    width: 100%;
    height: 100%;
}
.pay_jj{
    font-size: 20px;
    color: #d6d5d5;
    font-weight: bolder;
    text-indent: 335px;
}
.pay_jj ,.pay_je,.pay_jedw{
    vertical-align: middle;
    display: inline-block;
    line-height: 59px;
}
/* .pay_je{
    margin-right: 6%;  
} */
/* .pay_jedw{
    display: none;
} */
/* .pay_je,.pay_jedw{
    color: #1e1e20;
    font-size: 42px;
    font-weight: bolder;
} */
/* .pay_jj_right{
    height: 100%;
    position: absolute;
    right: 8%;
    top: 0;
    display: flex;
    align-items: center;

} */
/* .center_qb_list_num.active{
    background: #ffb628;
}
.center_qb_list_num.active>.pay_jj{
    color: #1e1e20;
} */

.info{
    width: 991px;
    height: 225px;
    position: absolute;
    top: 68%;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    /* background: url(https://static-jd.gameduchy.com/static/pay/pc/images/info_bg.png) repeat center top/cover; */
    background: #dad1e1;
    border-radius: 21px;
}
.info_bg{
    width: 928px;
    height: 210px;
    font-size: 15px;
    color: #86808a;
    font-weight: 900;
    line-height: 16px;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.xh{
    width: 3%;
    display: inline-block;
    text-align: right;
    vertical-align: top;

}
.wbnr{
    width: 97%;
    display: inline-block;
}
.info_bg p{
    margin-bottom: 0.7%;
}


/* 支付按钮 */
.center_gwc_tk{
    width: 100%;
    height: 30px;
    position: absolute;
    top: 85.7%;
    left: 6%;
}
.center_wxz{
    width: 25px;
    height: 25px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(https://static-jd.gameduchy.com/static/pay/pc/images/center_wxz.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.center_wxz_nr{
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
}
.center_gwc_tk span{
    line-height: 30px;
    font-size: 18px;
    color: #000000;
    font-weight: bold;
}
.policy_top,.agreement{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #a164cd;
}

.center_checkOut{
    width: 257px;
    height: 66px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 72%;
    background-color: #ac9ab7;
    color: #f5e5ff;
    border-radius: 34px;
    text-align: center;
    line-height: 63px;
    font-size: 32px;
    font-weight: bolder;
    pointer-events: none;
    cursor: default;
}
.center_checkOut.active{
    background-color: #f3e3ff;
    color: #883cbf;
    pointer-events: all;
    cursor: pointer; 
}
.money_hj{
    font-size: 21px;
    color: #5a5a5a;
    position: absolute;
    top: 15%;
    left: 4%;
}
.money_hj.active{
    color: #ffffff;
}
.money_box{
    font-size: 45px;
    color: #5a5a5a;
    position: absolute;
    top: 29%;
    left: 4%;
}
.money_box.active{
    color: #ffffff;
}
.money_dw{
    display: none;
}
/* 弹窗 */
.modal-open {
    overflow: hidden;
    position: fixed; /* 防止body的滚动条消失 */
  }
.tc,.tc_ec{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.7);
    z-index: 999;
}
/* .tc_ec{
    display: block;
} */
.tc_bg{
    width: 918px;
    height: 832px;
    background: url(https://static-jd.gameduchy.com/static/pay/pc/images/tc_bg.png) repeat center top/cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-weight: bold;
}
.pay_close,.pay_open,.tc_ec_pay_close,.tc_ec_pay_open{
    display: block;
    width: 265px;
    height: 65px;
    border-radius: 30px;
    font-size: 40px;
    color: #000000;
    line-height: 61px;
    text-align: center;
    font-weight: bolder;
    cursor: pointer;
}
.pay_close,.tc_ec_pay_close{
    background: #ffffff;
    color: #bbb5c2;
}
.pay_open,.tc_ec_pay_open{
    background: #9775bc;
    color: #eeeeee;
}

.tc_uid,.tc_name{
    width: 300px;
    font-size: 25px;
    color: #eeeeee;
    position: absolute;
}
.tc_uid span,.tc_name span{
    color: #ffffff;
    position: absolute;
}
.tc_uid{
    top: 21%;
    left: 9.3%;
}
.tc_name{
    top: 21%;
    right: 14.3%;
}
.tc_shop{
    width: 74%;
    top: 48%;
    left: 52%;
    transform: translateX(-50%);
    position: absolute;
    color: #ffffff;
    font-size: 38px;
}
.tc_shop_name{
    position: absolute;
    left: 0;
    color: #ffffff
}
.tc_shop_money{
    position: absolute;
    right: 0;
    color: #ffb628;
}
.shopping_box{
    width: 648px;
    height: 241px;
    position: absolute;
    top: 242px;
    left: 50%;
    transform: translateX(-50%);
}
.shopping_box_left{
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
}
.shopping{
    width: 322px;
    height: 225px;
    background-image: url(https://static-jd.gameduchy.com/static/pay/pc/images/shop_list_num.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    margin-top: 13px;
}
.shopping_btn{
    width: 127px;
    height: 28px;
    position: absolute;
    bottom: 21%;
    right: 21px;
}
.gms{
    display: block;
    line-height: 28px;
    font-size: 20px;
    width: 100%;
    text-align: center;
    color: #736d76;
}
.lower,.add{
    width: 28px;
    height: 28px;
    position: absolute;
    top: 0;
    background-color: #c9c3d6;
    border-radius: 50%;
    line-height: 21px;
    text-align: center;
    color: #606060;
    font-size: 36px;
}
.lower{
    left: 0;
}
.add{
    right: 0;
}
.shopping_box_right{
    width: 50%;
    height: 150%;
    position: absolute;
    right: 0;
}
.shopping_box_right_title{
    color: #736d76;
    font-size: 35px;
    position: absolute;
    top: 4%;
    left: 9%;
}
.tc_pay_fs{
    position: absolute;
    top: 66.5%;
    left: 15.1%;
    font-size: 41px;
    color: #ffffff;
}
.tc_btn_box,.tc_ec_btn_box{
    width: 638px;
    height: 91px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 88%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.zfb img,.wx img,.card img{
    width: 158px;
    height: 53px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.gg img,.applepay img{
    width: 117px;
    height: 53px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.zfb,.wx,.card,.gg,.applepay{
    width: 300px;
    height: 82px;
    box-sizing: border-box;
    border: 2px solid rgba(0,0,0,0);
    border-radius: 10px;
    position: absolute;
    background: #fff;
    left: 26px;
}
.zfb{
    top: 18%;
}
.wx{
    top: 43%;
}
.card{
    top: 68%;
}
.gg{
    top: 93%;
}
.applepay{
    top: 93%;
}
.zfb.active,.wx.active,.card.active,.gg.active,.applepay.active{
    border: 4px solid #aa00ff;
}

.tc_shop_name_box,.tc_shop_num_box{
    width: 400px;
    color: #736d76;
    font-size: 25px;
    position: absolute;
    left: 77px;
}
.tc_shop_name_box{
    top: 59%;
}
.tc_shop_num_box{
    top: 65%;
}
.shop_name,.tc_shop_num{
    color: #736d76;
    font-size: 25px;
    position: absolute;
}
.tc_money_hj,.tc_money_box{
    position: absolute;
    top: 74%;
    line-height: 50px;
}
.tc_money_hj{
    font-size: 25px;
    color: #736d76;
    left: 77px;
}
.tc_money_box{
    font-size: 37px;
    color: #aa00ff;
    left: 202px;
}
/* 媒体查询 */
/* @media screen and (max-width: 2326px) {
    .centent_bg_bottom{
        margin: 0 auto;
    }
    .box{
        margin: 0 auto;
    }
    .box_w{
        background-position: center top;
    }
} */
/* 页底 */
.box1_bottom_bq_content{
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 230px;
    border-top: 2px solid #FFB800;
    color: #FFFFFF;
    z-index: 2;
    background: rgba(0,0,0,.9);
    text-align: left;
    /* display: none; */
}

.foot_left{
	position: absolute;
	width: 35%;
    height: 100%;
	left: 0;
}
.foot_logo_top{
    width: 370px;
    height: 83px;
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.foot_logo_bottom{
    width: 354px;
    height: 60px;
	position: absolute;
	bottom: 7%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.foot_right{
	position: absolute;
	width: 65%;
	right: 0;
}
.foot_bth_box{
    margin-top: 1%;
    margin-bottom: 0.6%;
    font-size: 20px;
}
.userAgreement,.policy,.childPrivacy,.about,.contact{
    font-size: 22px;
    color: #FFFFFF;
    text-align: center;
}
.userAgreement:hover,.policy:hover,.childPrivacy:hover{
	color: #888;
}
.foot_font{
	line-height: 150%;
	text-align: left;
    font-size: 20px;
    color: #BABABA;
    line-height: 24px;
}
.foot_right .foot_font a{
	color:rgba(255,255,255,0.6);
}
.foot_right:hover .foot_font a:hover{
	color:rgba(255,255,255,1);
}



.tc_ec_bg_p1{
    color: #eeeeee;
    font-size: 25px;
    position: absolute;
    top: 154px;
    left: 74px;
    font-weight: 900;
}
.tc_ec_top_num{
    color: #aa00ff;
}
.tc_ec_bg_p2{
    color: #eeeeee;
    font-size: 25px;
    position: absolute;
    top: 192px;
    left: 74px;
    font-weight: 900;
}
.tc_ec_shop_name,.tc_ec_shop_num{
    color: #ffffff;
}
.tc_ec_sysfk{
    position: absolute;
    top: 253px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 25px;
    color: #ffffff;

}
.tc_ec_pay_money{
    position: absolute;
    top: 282px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 50px;
    color: #aa00ff;
}
.tc_ec_ewm{
    position: absolute;
    top: 345px;
    left: 50%;
    transform: translateX(-50%);
    width: 272px;
    height: 272px;
    border: 14px solid #ffffff;
}
.erm_mc{
    display: none;
    position: absolute;
    top: 345px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 300px;
    background: url("https://static-jd.gameduchy.com/static/pay/pc/images/ewm_mc.png") no-repeat center top/cover;
}
.tc_ec_ewm img{
    width: 100%;
    height: 100%;
}
.tc_zfcg{
    display: none;
    width: 100%;
    height: 100%;
    background: url(https://static-jd.gameduchy.com/static/pay/pc/images/zfcg_bg.jpg) no-repeat center top/cover;
    position: absolute;
    top: 0;
    left: 0;
}
.tc_zfcg_box{
    width: 760px;
    height: 700px;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.zfcg_top{
    width: 290px;
    height: 256px;
    background: url(https://static-jd.gameduchy.com/static/pay/pc/images/zfcg_top.png) no-repeat center top/cover;
    position: absolute;
    top: -37px;
    left: 50%;
    transform: translateX(-50%);
}
.zfcg_content{
    width: 760px;
    height: 270px;
    background: #040302;
    position: absolute;
    top: 261px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 20px;
    color: #a7a7a7;
    font-size: 29px;
}
.copy_box{
    width: 600px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    /* position: absolute;
    left: 50%;
    transform: translateX(-50%); */
    margin: 0 auto;
}
.ddh_title{
    text-align: center;
    margin: 33px auto 0;
}
.ddh{
    color: #ffffff;
    margin-right: 20px;
}
.copy{
    display: block;
    width: 27px;
    height: 27px;
    background: url(https://static-jd.gameduchy.com/static/pay/pc/images/copy.png) no-repeat center top/cover;
    cursor: pointer;
}
.ddh_ms{
    font-size: 21px;
    margin: 29px 27px 0px 33px;
}


.zfcg_back{
    display: block;
    width: 760px;
    height: 90px;
    background: #ffb628;
    color: #1d1e1e;
    font-size: 42px;
    line-height: 90px;
    text-align: center;
    position: absolute;
    top: 575px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 40px;

}
.copy_cg{
    display: none;
    width: 462px;
    height: 186px;
    background: url(https://static-jd.gameduchy.com/static/pay/pc/images/copy_cg.png) no-repeat center top/cover;
    position: absolute;
    top: 5%;
    right: 5%;
}
.lslc,.hdlc{
    width: 137px;
    height: 34px;
    border-radius: 16px;
    color: #080a0c;
    display: block;
    font-size: 17px;
    text-align: center;
    font-weight: bolder;
    line-height: 32px;
    position: absolute;
    top: 135px;
}
.lslc{
    background-color: #ffb628;
    left: 750px;
}
.hdlc{
    background-color: #ffffff;
    left: 900px;
}
.lslc_box_top,.hdlc_box_top{
    width: 976px;
    height: 127px;
    background: url(https://static-jd.gameduchy.com/static/pay/pc/images/user_msg_bg.png) no-repeat center top/cover;
    position: absolute;
    top: 168px;
    left: 50%;
    transform: translateX(-50%);
}
.hdlc_box_top{
    display: none;
}
.lslc_p1,.hdlc_p1{
    font-size: 37px;
    color: #000000;
    font-weight: bolder;
    position: absolute;
    top: 23px;
    left: 50px;
}
.lslc_p1 span,.hdlc_p1 span{
    font-size: 37px;
    color: #883cbf; 
}
.lslc_pay,.hdlc_pay{
    font-size: 37px;
    color: #ffb628; 
}
.lslc_p2,.hdlc_p2{
    color: #000000;
    font-weight: bold;
    font-size: 20px;
    position: absolute;
    top: 73px;
    left: 50px;
}
.pay_slogan{
    width: 976px;
    height: 192px;
    position: absolute;
    top: 297px;
    left: 5%;
}
.pay_slogan img{
    width: 100%;
    height: 100%;
}
.lslc_box_center,.hdlc_box_center{
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    position: absolute;
    bottom:24px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    border-radius: 20px;
}
.hdlc_box_center{
    display: none;
}
.ellipsis_more_4{
	display: -webkit-box!important;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
    color: #6224be;
}
.lslc_box_bottom,.hdlc_box_bottom{
    font-size: 20px;
}
.lslc_box_bottom{
    overflow-y: auto;
    width: 90%;
    height: 522px;
    position: absolute;
    top: 39%;
    left: 5%;
    overflow-x: hidden;
}
.hdlc_box_bottom{
    display: none;
}

#rewards-container{
    width: 100%;
    height: 753px;
}
.jl_pic{
    width: 90px;
    height: 90px;
}
.list_left{
    margin-left: 3%;
}
.ljcz_font{
    width: 134px;
    height: 34px;
    line-height: 34px;
    font-size: 25px;
    text-align: center;
    /* 圆角 */
    border-radius: 17px;
    font-weight: bolder;
}
.ljcz_money{
    text-align: center;
    font-size: 31px;
    font-weight: bolder;
}
.ljcz_list{
    width: 542px;
    height: 129px;

}
.ljcz_num{
    margin-right: 8px;
    margin-bottom: 2px;
    position: absolute;
    bottom: -0.25rem;
    right: -0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: #5f20bd;
}
/* .ljcz_list 里 第一个.ljcz_list_item */
.ljcz_list .ljcz_list_item:first-child{
    margin-left: 3%;
}
.ljcz_list_item{
    margin-top: 1%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 120px;
}
.ljcz_list_item .relative{
    width: 90px;
    height: 90px;
    position: relative;
}
.lq_btn_box{
    margin-right: 4%;
}
.lq_btn{
    width: 146px;
    height: 63px;
    /* display: none; */
}
.claimed_btn{
    background: url(https://static-jd.gameduchy.com/static/pay/pc/images/ljcz_ylq.png) no-repeat center top/cover;
}
.unclaimed_btn{
    background: url(https://static-jd.gameduchy.com/static/pay/pc/images/ljcz_lq.png) no-repeat center top/cover;
}
.unreachable_btn{
    background: url(https://static-jd.gameduchy.com/static/pay/pc/images/ljcz_wdc.png) no-repeat center top/cover;
}
.list_box{
    width: 970px;
    height: 165px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1%;
}
/* 自定义 lslc_box_bottom 的滚动条 */
.lslc_box_bottom::-webkit-scrollbar {
    width: 8px;               /* 垂直滚动条宽度 */
    height: 8px;              /* 水平滚动条高度（如果有） */
}

/* 滚动条轨道（背景） */
.lslc_box_bottom::-webkit-scrollbar-track {
    background: #373737;      /* 轨道背景色 */
    border-radius: 3px;       /* 圆角 */
}

/* 滚动条滑块（可拖拽部分） */
.lslc_box_bottom::-webkit-scrollbar-thumb {
    background: #a8a8a8;         /* 滑块颜色 */
    border-radius: 3px;       /* 圆角 */
}

/* 鼠标悬停时滑块颜色 */
.lslc_box_bottom::-webkit-scrollbar-thumb:hover {
    background: #555;         /* 悬停时颜色 */
}



.progress-container {
    position: relative;
    height: 20px;
    background: #e0e0e0;
    border-radius: 10px;
    margin: 10px 0;
    overflow: hidden;
}

.progress-bar {
    height: 100%;
    background: #4CAF50;
    transition: width 0.3s;
}

.progress-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #333;
    font-size: 12px;
}

.reward-items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.reward-item {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.reward-item img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.all-rewards-completed {
    text-align: center;
    padding: 20px;
    color: #4CAF50;
}
.nearest-reward-container{
    width: 970px;
    height: 150px;
    position: absolute;
    bottom: 11.4%;
    left: 5%;
    /* display: none; */
}
.jl_text{
    font-size: 14px;
    font-weight: bolder;
}
.jl_xyd {
    position: absolute;
    top: 0;
    left: 0;

}
/* 已领取 */
.claimed{
    background: url(https://static-jd.gameduchy.com/static/pay/pc/images/ljcz_grey_bg_w.png)no-repeat center top/100% auto;
}
.claimed .ljcz_font{
    background-color: #a8a8a8;
    color: #000000;
}
.claimed .ljcz_money{
    color: #a8a8a8;
}
.claimed .ljcz_list{
  background: url(https://static-jd.gameduchy.com/static/pay/pc/images/ljcz_grey_bg_n.png) no-repeat center top/auto 100%;  
}
.claimed .jl_text{
    color: #7f7f7f;
}


/* 可领取 */
.unclaimed{
    background: url(https://static-jd.gameduchy.com/static/pay/pc/images/ljcz_yellow_bg_w.png)no-repeat center top/100% auto;
}
.unclaimed .ljcz_font{
    background-color: #000000;
    color: #ffb227;
}
.unclaimed .ljcz_money{
    width: 134px;
    color: #6224be;
    text-align: center;
}
.ljcz_list{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.unclaimed .ljcz_list{
    background: url(https://static-jd.gameduchy.com/static/pay/pc/images/ljcz_yellow_bg_n.png) no-repeat center top/auto 100%;
  }
.unclaimed .jl_text{
    color: #6224be;
}


/* 未达成 */
.unreachable{
    background: url(https://static-jd.gameduchy.com/static/pay/pc/images/ljcz_grey_bg_w.png)no-repeat center top/100% auto;
}
.unreachable .ljcz_font{
    background-color: #ffb227;
    color: #000000;
}
.unreachable .ljcz_money{
    color: #ffffff;
}
.unreachable .ljcz_list{
    background: url(https://static-jd.gameduchy.com/static/pay/pc/images/ljcz_grey_bg_n.png) no-repeat center top/auto 100%;  
  }
.unreachable .jl_text{
    color: #6224be;
}



#foot{
    padding: 25px 0;
    width: 100%;
}
#foot img.foot_logo{
    width: 40%;
    margin: 0 auto;
}
#foot .swiper-box{
    width: 100%;
}
#foot .swiper-slide img,#foot .swiper-slide a{
    width: 100%;
    display: block
}
#email{
    width: 90%;
    padding: 0 5%;
    margin: 0;
    top: 50%;
    margin-top: -170px;
    left: 0;
    background: #000;
}
#email .email_close{
    top: 0;
    right: 0;
    margin: 0;
}
#email .a-upload{
    width: 100%;
    padding: 0;
    font-size: 16px;
}
#email .email_btn{
    width: 100%;
    margin-top: 25px;
}
#email p{
    font-size: 16px;
}
#foot {
	padding: 50px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: url(https://static-jd.gameduchy.com/static/pay/pc/images/footer.jpg) center bottom;
	background-size: 100%;
	z-index: 160;
	background-attachment: fixed
}
#foot h4{
	text-align: center;
	color: #fff;
	font-size: 20px;
	letter-spacing: 5px;
}
#foot p,#foot a{
	color: #fff;
	margin: 0 10px;
	margin-top: 0.5em;
	font-size: 12px;
}
#foot a:hover{
	text-decoration: underline;
}
#foot .swiper-box{
	width: 1200px;
	position: relative;
}
#foot .swiper-slide a,#foot .swiper-slide img{
	width: 100%;
	display: block
}
#foot .swiper-box .swiper-button-next{
	right: -50px
}
#foot .swiper-box .swiper-button-prev{
	left: -50px
}