body {
    font: 15px/1.5 \5FAE\8F6F\96C5\9ED1, \9ED1\4F53, Arial, sans-serif, Verdana, Tahoma, Helvetica;
}

html,
body {
    height: 100%;
    margin: 0 auto;
}

.el-row {
    margin-bottom: 0.3rem;

    &:last-child {
        margin-bottom: 0;
    }
}

.el-col {
    border-radius: 4px;
}

.bg-purple-dark {
    background: #99a9bf;
}

.bg-purple {
    background: #d3dce6;
}

.bg-purple-light {
    background: #e5e9f2;
}

.grid-content {
    border-radius: 4px;
    min-height: 36px;
}

.row-bg {
    padding: 10px 0;
    background-color: #f9fafc;
}

.line-1-3 {
    text-align: right;
}

.top_box {
    /*position: fixed;*/
    width: 100%;
    padding: 0 40px;
    height: 80px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.login_btn {
    width: 80px;
    padding: 6px 8px !important;
    background-color: #6181CC;
    border-color: #6181CC;
}

.login_btn:hover {
    background-color: #6181CC;
    border-color: #6181CC;
}

.banner_img {
    width: 100%;
}

.max_height {
    height: 100%;
}

.banner_box {
    margin-bottom: -10px;
}

.main_box {
    position: relative;
}

.main_box,
.main_info,
.max_height {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.main_info {
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    background: #ffffff;
    padding: 20px 0;
    border: 3px solid #0C4476;
    margin: 90px 0;
}

.main_info_left,
.main_info_right {
    display: flex;
    align-items: center;
}

.main_info_left img {
    margin-right: 10px;
}

.main_right_login {
    width: 100%;
    background-color: #f6f6f6;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    padding: 3px 0;
}

.main_right_login:hover {
    background-color: #f0f0f0;
}

.main_right_login_link {
    color: red;
    text-decoration: none;
}

.main_top_box {
    margin-bottom: 20px;
}

.contact_padding {
    padding: 0 140px;
}

.main_commodity {
    border-radius: 10px;
    background: #ffffff;
    background: url("https://h5-res.sjzt2020.com/20250619/origin/shop_bg.png") no-repeat;
    background-size: 100% 100%;
    padding-bottom: 30px;
}


.rw_main_box {
    background: url("https://h5-res.sjzt2020.com/20250619/origin/rw_bg.png") no-repeat;
    background-size: 100% 100%;
    padding-bottom: 100px;
}

.zl_row {
    background: url("https://h5-res.sjzt2020.com/20250619/origin/zl_bg.png") no-repeat;
    background-size: 100% auto;
    padding-bottom: 260px;
}

.gz_main img {
    width: 100%;
    height: auto;
}

.gz_main .main_box {
    display: flex;
    justify-content: space-between;
}


.gz_main .image-wrapper {
    position: relative;
    /* 使子元素绝对定位相对于这个元素 */
    display: inline-block;
    /* 使链接包裹的元素为行内块级元素 */
}

.gz_main .image-wrapper img {
    display: block;
    /* 确保图片为块级元素 */
    width: 100%;
    /* 使图片适应容器 */
    height: auto;
    /* 保持图片比例 */
}

.gz_main .overlay {
    position: absolute;
    /* 绝对定位 */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* 灰色半透明遮罩 */
    color: #54BFFC;
    /* 文字颜色 */
    display: flex;
    /* 使用 Flexbox 来居中对齐 */
    justify-content: center;
    /* 水平居中 */
    align-items: center;
    /* 垂直居中 */
    opacity: 0;
    /* 初始时隐藏 */
    transition: opacity 0.3s;
    /* 添加过渡效果 */
    font-size: 14px;
    font-weight: bold;

}

.image-wrapper:hover .overlay {
    opacity: 1;
    /* 鼠标悬停时显示遮罩 */
}

.sjjcbx_jf {
    color: white;
    position: absolute;
    left: 50%;
    margin-top: 3%;
    font-size: 20px;
    /*line-height: 2.25rem;*/
}

.pfsc_show3 .main_shop_div {
    width: 28%;
    margin: 0.2rem;
    float: left;
}

.pfsc_show3 .main_shop_div .pfsc_show {
    width: 3rem;
    height: 4rem;
}

.pfsc_show2 {
    margin: auto 2rem;
}

.pfsc_show2 .main_shop_div {
    margin: 0.3rem;
    float: left;
}

.pfsc_show2 .main_shop_div .pfsc_show {
    width: 3rem;
    height: 4rem;
}

.main_shop_div .svg_btn {
    width: 1.75rem;
    height: 0.5rem;
    position: absolute;
    top: 3.25rem;
    left: 0.5rem;
}

.pfsc_banner {
    width: 90%;
    margin: auto;
}

.pfsc_banner .must_count {
    font-size: 0.32rem;
    background-image: linear-gradient(to right, #C67DDE, #2268BC);
    font-weight: 600;
    /* 关键属性：将背景裁剪到文字范围 */
    -webkit-background-clip: text;
    /* 兼容 WebKit 浏览器（Chrome/Safari） */
    background-clip: text;

    /* 设置文字颜色透明，让背景渐变显示 */
    color: transparent;
}

.pfsc_banner .pfsc_banner_bg {
    width: 100%;
}

.pfsc_banner .pfsc_banner_btn {
    width: 30%;
    position: absolute;
    left: 5.5rem;
}

.pfsc_mrjc_bg {
    width: 100%;
    height: 1rem;
}

._points_total{
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translateX(-50%);
    transform: translateY(-50%);
    color: #fff;
}

.pfsc_mrjc_head {
    width: 0.75rem;
    margin-top: 0.3rem;
    position: absolute;
    left: 2.5rem;
}

.pfsc_mrjc_btn {
    width: 1rem;
    margin-top: 1rem;
    position: absolute;
    right: 2.5rem;
}

.pfsc_mrjc_item1 {
    width: 1rem;
    margin-top: 0.5rem;
    position: absolute;
    left: 4rem;
}

.pfsc_mrjc_item2 {
    width: 1rem;
    margin-top: 0.5rem;
    position: absolute;
    left: 5.1rem;
}

.pfsc_mrjc_item3 {
    width: 1rem;
    margin-top: 0.5rem;
    position: absolute;
    left: 6.2rem;
}

.pfsc_mrjc_item4 {
    width: 1rem;
    margin-top: 0.5rem;
    position: absolute;
    left: 7.3rem;
}

.pfsc_mrjc_txt {
    width: 1rem;

    color: #0C4476;
    font-weight: bolder;
    margin-top: 0.5rem;
    position: absolute;
    right: 2rem;
}



/* 转盘规则 */
.gv-dialog {
    margin: 0 auto !important;
    padding: 0 !important;
}

.gv-dialog .el-dialog__header {
    padding: 0 !important;
    height: 0 !important;
}

.gv-dialog .el-dialog__body {
    padding: 0 !important;
    margin: 0 !important;
}

.lucky-content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30%;
    padding: 0;
}

.lucky-content img {
    width: 100%;
    height: 100%;
    display: block;
    /* 消除图片底部间隙 */
    vertical-align: middle;
    /* 消除图片底部间隙 */
}

.main_shop_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    min-width: 310px;
    margin-top: 10px;
    box-sizing: border-box;
    padding: 10px 0px 10px 20px;
}

.main_shop_div {
    display: flex;
    flex-direction: column;
    width: calc((100% - 73px)/3);
    min-width: 200px;
    max-height: 358px;
    -webkit-margin-end: 20px;
    margin-inline-end: 20px;
    margin-bottom: 22px;
    border-radius: 20px;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.main_shop_div_but {
    padding: 0 10px;
    position: relative;
}

.zhe_box {
    position: absolute;
    right: 7%;
    top: -43%;
}

.save_desk {
    background-color: #F8F8F8;
    vertical-align: top;
}

.main_shop_div_txt {
    margin: 10px 0;
}

.main_shop_div_but_link {
    width: 100%;
    background-color: #6181CC;
    border-color: #6181CC;
}

.main_shop_div_but_link:hover {
    background-color: rgb(123, 151, 215);
    border-color: rgb(114, 141, 204);
}

.main_shop_div {
    transition-duration: 0.5s;
    cursor: pointer;
}

.main_shop_div_img:hover {
    transition-duration: 0.5s;
    -webkit-box-shadow: #ccc 0px 10px 10px;
    -moz-box-shadow: #ccc 0px 10px 10px;
    box-shadow: #ccc 0px 10px 10px;
    border-radius: 20px;
}

.main_shop_div_img {
    border-radius: 23px 23px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main_shop_div_img img {
    border-radius: 13px 13px 0 0;
    width: 100%;
    max-height: 350px;
}


.main_czsm_box {
    padding-left: 10px;
    margin-top: 40px;
}

.main_czsm_txt2 {
    list-style-type: none;
}

.main_czsm_txt2 li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    transform: translateY(-50%);
    width: 2px;
    height: 2px;
    background-color: #AEAEAE;
    border-radius: 50%;
}

.main_czsm_txt2 li {
    position: relative;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #AEAEAE;
    line-height: 20px;
    margin-top: 10px;
    padding-left: 10px;
}

.footer_box {
    margin: 0 !important;
    padding-bottom: 30px;
}

.f_left_txt,
.f_left_txt a {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    /*color: #999999;*/
    color: white;
    margin-top: 0.1rem;
    line-height: 20px;
    text-align: center;
}

.f_left_txt a {
    text-decoration: none;
}

.f_right_box {
    display: flex;
    align-items: center;
    width: 200px;
    margin-bottom: 20px;
    margin-right: 20px;
}

.f_right_div img {
    margin-right: 10px;
}

.f_right_txt1 {
    color: #666;
    width: 70px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    line-height: 20px;
}


.f_right_txt2 {
    color: #999999;
    font-size: 12px;
    line-height: 18px;
    margin-top: 5px;
}

.f_right_div img {
    vertical-align: bottom;
}

.f_right_main {
    max-width: 560px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.dia_login_img {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.login-ruleForm input {
    border-right: 0;
    border-left: 0;
    border-top: 0;
    border-radius: 0;
}

.el-form-item__content {
    margin-left: 0 !important;
}

.verify-code-container {
    display: flex;
    align-items: center;
}

.main_info_txt1 {
    display: inline-block;
    font-family: PingFangSC, PingFang SC;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 18px;
    white-space: nowrap;
}

.main_info_txt2 {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 500;
    color: #999999;
    line-height: 16px;
    margin-top: 4px;
}

.log_tip {
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #333;
}

.pr {
    position: relative;
}

.code-btn {
    width: 100px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 5px;
    z-index: 222;
    color: #48A2FF;
    font-size: 14px;
    border: none;
    border-left: 1px solid #bababa;
    padding-left: 10px;
    background-color: #fff;
    cursor: pointer;
}

.md_30_txt {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .85);
    font-size: 12px;
    font-variant: tabular-nums;
    line-height: 1.66667;
    list-style: none;
    white-space: nowrap;
    outline: none;
    cursor: pointer;
}

.xieyi {
    text-decoration: none;
    color: #48A2FF;
}

.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
    border-radius: 50%;
    background-color: #6181CC;
    border-color: #6181CC;
}

.el-checkbox__inner {
    border-radius: 50%;
}

.md_30_box {
    margin-bottom: 5px;
}

.xieyi_box {
    display: flex;
    flex-flow: row wrap;
    min-width: 0;
}

.shop_img_box {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    font-size: 30px;
    text-align: center;
}


.shop_left {
    padding: 0 10px 10px 10px;
}

.shop_img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shop_top_left {
    display: flex;
    align-items: center;
    background-color: #F8F8F8;
    padding: 10px;
    border-radius: 10px;
}

.role_name {
    margin-inline-end: 10px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bolder;
    color: #343434;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.role_id {
    white-space: nowrap;
    flex: 1 0;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #A1A1A1;
}

.role_qufu {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #A1A1A1;
    line-height: 17px;
}

.shop_left_main {
    margin-top: 10px;
    background-color: #F8F8F8;
    height: 400px;
    border-radius: 10px;
    padding: 10px;
}

.shop_left_txt1 {
    padding: 12px 10px 0;
    font-size: 12px;
    color: #727272;
    line-height: 16px;
    margin-bottom: 10px;
}

.shop_main_img {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.shop_main_img img {
    border-radius: 12px;
    margin-right: 10px;
}

.shop_main_info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.el-input-number--small .el-input-number__decrease,
.el-input-number--small .el-input-number__increase {
    width: 20px;
    font-size: 15px;
    border-radius: 50%;
    height: 20px;
    border: 1px solid #6181CC;
    background-color: #6181CC;
    color: #fff;
    text-align: center;
}

.el-input-number--small {
    line-height: 20px;
    width: 80px;
}

.el-input-number--small .el-input-number__decrease {
    background-color: #fff;
    color: #6181CC;
}

.el-input-number--small .el-input__inner {
    border: none;
    background-color: #F8F8F8;
    padding: 0;
    height: 25px;
    line-height: 25px;
}


.el-input-number--small_active {
    background-color: #6181CC !important;
    color: #fff !important;
}

.el-input-number--small_noActive {
    background-color: #fff !important;
    color: #6181CC !important;
}

.shop_name {
    color: #333333;
    line-height: 16px;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
}


.shop_price {
    color: #6181CC;
    line-height: 16px;
    font-size: 14px;
    font-weight: bold;
}

.ls_txt {
    font-size: 12px;
    color: #666666;
}

.shop_main_right_txt1 {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #707070;
    line-height: 12px;
}


.el-radio__input {
    display: none;
}

.shop_main_right_pay img {
    max-width: 40%;
    max-height: 30px;
    vertical-align: middle;
}

.shop_main_right_pay {
    display: flex;
    flex-direction: column;
}

.shop_main_right_pay .wechat,
.shop_main_right_pay .alipay {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: 10px 0 10px 0 !important;
    padding: 0 !important;
    text-align: center;
}

.el-radio.is-bordered.is-checked {
    border-color: #FFB400;
    background-color: #FFF6EC;
}

.shop_main_right {
    background-color: #F8F8F8;
    padding: 10px;
    border-radius: 10px;
}

.shop_right_foot {
    position: relative;
    z-index: 999999999999 !important;
    background-color: #F8F8F8;
    margin-top: 10px;
    height: 290px;
    border-radius: 10px;
    padding: 10px;
}

.shop_right_foot_box1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-bottom: 15px;
    text-align: right;
}

.shop_right_foot_txt1 {
    color: #666666;
    min-width: 70px;
    -webkit-margin-end: 8px;
    margin-inline-end: 8px;
    font-size: 12px;
    font-weight: 500;
}

.shop_right_foot_txt2 {
    font-size: 12px;
    font-family: PingFangSC, PingFang SC;
    color: #666666;
}

.shop_right_foot_txt3 {
    font-size: 14px;
    font-weight: bold;
    font-family: PingFangSC, PingFang SC;
    color: #D64747;
}

.shop_right_foot_txt4 {
    color: #D64747;
    font-size: 18px;
    font-weight: 700;
}

.shop_right_foot_sub {
    width: 100%;
    position: relative;
    bottom: -20px;
    background-color: #6181CC;
}

.change_login {
    text-align: right;
    margin-bottom: 10px;
}

.main_right_login_role {
    display: flex;
    justify-content: space-between;
    background-color: #f6f6f6;
    width: 100%;
    padding: 10px;
    flex-wrap: wrap;
    align-items: center;
}

.role_dropdown {
    cursor: pointer;
    margin-left: 5%;
}

.role_dropdown_info {
    text-align: center;
    padding: 0;
}

.sc_box {
    vertical-align: super;
    background-color: #F8F8F8;
}

.maskTxt {
    font-size: 14px;
    line-height: 20px;
    padding: 20px 0;
    color: #A1A1A1;
}

.logout_box {
    border-top: 1px solid #E4E4E4;
    background-color: #F2F2F2;
    padding: 10px 20px
}

.maskicon {
    margin-right: 5px;
}

.logout_box img {
    margin-right: 5px;
}

.svg_main_box {
    position: absolute;
    top: 10px;
    left: 10px;
}

.gl_show_dia {
    background-color: rgb(0 0 0 / 68%);
}


.gl_show_dia .el-dialog {
    background: unset;
}

.svg_box2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.svg_main_box .svg_box img {
    top: 1rem;
    left: 1rem;
}


.gwpBg___Il_7U {
    position: absolute;
}

.gwpText___qSce5 {
    position: relative;
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    color: #632c10;
    font-size: 14px;
    line-height: 20px;
}

.o_txt1 {
    line-height: 24px;
    font-size: 18px;
    color: #303133;
    text-align: center;
}

.o_txt2 {
    line-height: 24px;
    font-size: 18px;
    color: #333;
    text-align: center;
    margin-bottom: 10px;

}

.o_txt3 {
    line-height: 24px;
    font-size: 18px;
    color: #FD751C;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.pay_dia_box {
    min-width: 600px;
    min-height: 300px;
    display: flex;
    margin: 0 auto;
}

/*.ali_pay_dia {*/
/*    position: absolute;*/
/*    z-index: 2;*/
/*}*/

.ali_pay_back {
    width: 50%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-top: 20px;
    padding: 15px 0;
}

.shop_yuanjia {
    text-decoration: line-through;
    font-size: 12px;
    color: #fbf0f0;
}

.main_shop_div_but .el-button.is-round {
    padding: 12px 20px;
}


.sc-dialog-box {
    background-color: transparent;
}

.sc-dialog-box span {
    display: block;
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin: 5px 0;
}

.sc-dialog-box img {
    border-radius: 10px;
}

.sc-dialog {
    background-color: #000000b3;
}

.sc_close {
    width: 100%;
    background-color: transparent;
}

.carousel_1888 {
    display: none;
}

item_pc {
    display: flex;
}

.item_card {
    height: 134px;
}

.padding_pc_0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


.item_active .item_box2 {
    background: url("https://h5-res.sjzt2020.com/20250619/origin/lyq.png") no-repeat center;
    background-size: 100% 100%;
}

.el-progress__text {
    margin-left: 0;
    position: absolute;
    right: -3px;
}

.el-progress-bar {}

/*皮肤*/
.main_pifu_div {
    width: calc((100% - 102px)/2);
    min-width: unset;
    max-height: unset;
    background: unset;
    padding-bottom: 0;
    border: unset;
    box-shadow: 0 0 10px rgba(42, 42, 42, .06);
}

.main_pifu_div .main_shop_div_img {
    background-position: center;
    background-size: 100% auto;
    background-position-y: center;
    position: relative;
}


.main_pifu_div img {
    max-height: 300px;
}

.main_pifu_div .pifu_name {
    position: absolute;
    bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #4B3D32;
}

.main_pifu_div .svg_main_box {
    left: -5px;
    z-index: 2;
}

.hjx_contact {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.main_pifu_div .main_shop_div_but {
    margin-top: 20px;
    padding-bottom: 20px;
}

.el-tabs--card>.el-tabs__header .el-tabs__nav {
    border: 0;
    border-radius: 20px 20px 0 0;
}

.el-tabs--card>.el-tabs__header {
    border: 0;
}

.el-tabs__content {
    border-radius: 10px;
    box-shadow: 1px 5px 10px rgba(0, 0, 0, .1);
    background: #ffffff;
    padding: 10px 0 20px 0;
}

.el-tabs--card>.el-tabs__header {
    margin-bottom: 0;
}

.el-tabs--card>.el-tabs__header .el-tabs__nav {
    padding: 0px 5px;
    box-shadow: -2px 3px 11px 0px rgba(0, 0, 0, .1);
}

.el-tabs--card>.el-tabs__header .el-tabs__item {
    background-color: #D2D2D2;
    color: #9D9D9D;
    border-radius: 10px 10px 0 0;
}

.el-tabs--card>.el-tabs__header .el-tabs__item.is-active {
    background-color: #fff;
    color: #000;
    box-shadow: 6px 0px 11px 0px rgba(0, 0, 0, .1)
}

#tab-1 {
    padding: 0 40px;
}

.jdt_box {
    position: absolute;
    left: 50%;
}

.mr_main_box {
    position: relative;
}

.mr_box {
    width: 25%;
    position: absolute;
    display: flex;
    max-height: 140px;
}

.mr_6_box {
    background: url("https://h5-res.sjzt2020.com/20250619/origin/mr_6_2.png") no-repeat center;
    background-size: 100% 100%;
    top: 50px;
    left: 20%;
}

.mr_30_box {
    background: url("https://h5-res.sjzt2020.com/20250619/origin/mr_30_2.png") no-repeat center;
    background-size: 100% 100%;
    top: 190px;
    right: 17%;
}

.card_box #pane-0 {
    height: 900px;
}

.mr_box_txt {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.mr_txt1 {
    color: #7C5619;
    font-weight: bold;
}

.mr_txt2 {
    color: #000;
    font-weight: bold;
}

.mr_title_box {
    width: 80%;
    height: 50px;
    line-height: 50px;
    padding-left: 60px;
    position: absolute;
}

.mr_title_box_6 {
    background: url("https://h5-res.sjzt2020.com/20250619/origin/mr_6_0.png") no-repeat;
    top: -50px;
    color: #E9D7C4;
    text-shadow: -1px 1px 1px #C09D6C, 0px 1px 1px #C09D6C;
}

.mr_title_box_30 {
    background: url("https://h5-res.sjzt2020.com/20250619/origin/mr_30_0.png") no-repeat;
    top: -50px;
    color: #E9D7C4;
    text-shadow: -1px 1px 1px #C09D6C, 0px 1px 1px #C09D6C;
}

.mr_btn {
    background-color: #6181CC;
    border-color: #6181CC;
}

.mr_title_box_30 {
    color: #fff;
    text-shadow: 0px -1px 0px #3893B7, 0px 0px 1px #3893B7;
}

.mr_30_box .mr_txt1 {
    color: #1C668D;
}

.mr_title_box_68 {
    background: url("https://h5-res.sjzt2020.com/20250619/origin/mr_68_0.png") no-repeat;
    top: -50px;
    color: #E9D7C4;
    text-shadow: 0px -1px 0px #C05657, 0px 0px 1px #C05657;
}

.mr_68_box {
    background: url("https://h5-res.sjzt2020.com/20250619/origin/mr_68_2.png") no-repeat center;
    background-size: 100% 100%;
    top: 340px;
    right: unset;
}

.mr_68_box .mr_txt1 {
    color: #933435;
}

.mr_title_box_128 {
    background: url("https://h5-res.sjzt2020.com/20250619/origin/mr_128_0.png") no-repeat;
    top: -50px;
    color: #fff;
    text-shadow: 0px -1px 0px #C166C6, 0px 0px 1px #C166C6;
}

.mr_128_box {
    background: url("https://h5-res.sjzt2020.com/20250619/origin/mr_128_2.png") no-repeat center;
    background-size: 100% 100%;
    top: 470px;
    right: 17%;
    left: unset;
}

.mr_128_box .mr_txt1 {
    color: #7A168D;
}


.mr_title_box_328 {
    background: url("https://h5-res.sjzt2020.com/20250619/origin/mr_328_0.png") no-repeat;
    top: -50px;
    color: #E9D7C4;
    text-shadow: 0px -1px 0px #BFAC4C, 0px 0px 1px #BFAC4C;
}

.mr_328_box {
    background: url("https://h5-res.sjzt2020.com/20250619/origin/mr_328_2.png") no-repeat center;
    background-size: 100% 100%;
    top: 620px;
    right: unset;
}

.mr_328_box .mr_txt1 {
    color: #EBA934;
}

.mr_328_box .mr_txt1 {
    margin-bottom: 0;
}


.mr_title_box_648 {
    background: url("https://h5-res.sjzt2020.com/20250619/origin/mr_648_0.png") no-repeat;
    top: -50px;
    color: #fff;
    text-shadow: 0px -1px 0px #BB6242, 0px 0px 1px #BB6242;
}

.mr_648_box {
    background: url("https://h5-res.sjzt2020.com/20250619/origin/mr_648_2.png") no-repeat center;
    background-size: 100% 100%;
    top: 750px;
    right: 17%;
    left: unset;
}

.mr_648_box .mr_txt1 {
    color: #FD7A48;
}

.mr_box img {
    width: 110px;
    padding-top: 10px;
}

.el-timeline-item__node {
    background-color: unset;
}

.el-timeline-item__node--normal {
    width: 90px;
    height: 95px;
    left: -26px;
    top: 20px;
}

.item_one {
    width: 80px;
    height: 60px;
    background: url("https://h5-res.sjzt2020.com/20250619/origin/lc_xx.png") no-repeat center;
    background-size: 100% 100%;
}

.el-timeline-item__wrapper {
    padding-left: 50px;
}

.item_card {
    background: url("https://h5-res.sjzt2020.com/20250619/origin/item_1.png") no-repeat center;
    background-size: 100% 100%;
    background-color: unset !important;
    border: unset !important;
    box-shadow: unset !important;
    cursor: pointer;
}

.el-timeline-item__tail {
    height: 80%;
    bottom: -29px;
    border-left: 2px dashed #FFDD22;
}

.item_card .el-card__body {
    padding: 10px 50px;
}

.item_txt1 {
    font-size: 20px;
    font-weight: bold;
    color: #5C7EC1;
}

.item_txt2 {
    font-size: 36px;
    font-weight: bold;
    color: #5D7FC2;
}

.item_img_box {
    min-width: 100px;
    height: 30px;
    background: url("https://h5-res.sjzt2020.com/20250619/origin/wdc.png") no-repeat center;
    background-size: 100% 100%;
}

.item_box2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 10px;
    height: 110px;
    background: url("https://h5-res.sjzt2020.com/20250619/origin/wlq.png") no-repeat center;
    background-size: 100% 100%;
}

.item_card_box {
    display: flex;
    justify-content: space-between;
}

.item_left_box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.item_box3_img {
    background: url("https://h5-res.sjzt2020.com/20250619/origin/wlq_1.png") no-repeat center;
    background-size: 100% 100%;
    width: 70px;
    height: 70px;
    line-height: 70px;
}

.item_box3 {
    display: flex;
}

.item_box3_img img {
    width: 60px;
    vertical-align: middle;
}

.item_txt3 {
    font-size: 10px;
    font-weight: bold;
    margin-top: 3px;
}

.item_box3_box {
    width: 70px;
    height: 110px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    margin-right: 20px;
}

.item_active .item_one {
    width: 80px;
    height: 60px;
    background: url("https://h5-res.sjzt2020.com/20250619/origin/lc_xx2.png") no-repeat center;
    background-size: 100% 100%;
}

.item_active .item_card {
    height: 134px;
    background: url("https://h5-res.sjzt2020.com/20250619/origin/ylq_2.png") no-repeat center;
    background-size: 100% 100%;
    background-color: unset !important;
    border: unset !important;
    box-shadow: unset !important;
    cursor: pointer;
}

.item_active .item_txt1 {
    color: #000;
}

.item_active .item_txt2 {
    color: #FFDD22;
}

.item_active .item_img_box {
    background: url("https://h5-res.sjzt2020.com/20250619/origin/dc.png") no-repeat center;
    background-size: 100% 100%;
}

.item_active .item_box3_img {
    background: url("https://h5-res.sjzt2020.com/20250619/origin/ylq_1.png") no-repeat center;
    background-size: 100% 100%;
}

.pro_2 .el-progress-bar__inner,
.pro_2 .el-progress-bar__outer {
    border-radius: 0;
}

.pro_2 .el-progress-bar__inner {
    background-color: #000 !important;
}


.el-button--primary.is-disabled {
    color: #000;
    background-color: #a1a1a1;
    border-color: #a1a1a1;
}

.el-button--primary.is-disabled:hover {
    color: #000;
    background-color: #a1a1a1;
    border-color: #a1a1a1;
}


.gl_checkbox .el-checkbox__inner {
    width: 25px;
    height: 25px;
    background-color: unset;
    border: 3px solid #409EFF;
}

.gl_checkbox .el-checkbox__input.is-checked .el-checkbox__inner {
    background-color: unset;
}


.gl_checkbox .el-checkbox__inner::after {
    webkit-box-sizing: content-box;
    box-sizing: content-box;
    content: "";
    border: 4px solid #6181CC;
    border-left: 0;
    border-top: 0;
    height: 12px;
    left: 5px;
    position: absolute;
    top: -1px;
    -webkit-transform: rotate(45deg) scaleY(0);
    transform: rotate(45deg) scaleY(0);
    width: 5px;
    -webkit-transition: -webkit-transform .15s ease-in .05s;
    transition: -webkit-transform .15s ease-in .05s;
    transition: transform .15s ease-in .05s;
    transition: transform .15s ease-in .05s, -webkit-transform .15s ease-in .05s;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.padding_pc_0 .el-progress__text {
    right: -7px;
    top: 1px;
    z-index: 1;
}

@media screen and (max-width: 412px) {
    .shop_dialog {
        overflow: scroll !important;
        top: 0rem !important;
    }

    .shop_dialog .el-dialog {
        margin-top: 20vh !important;
    }
}


.padding_pc_0 .el-progress.is-warning .el-progress-bar__inner {
    background-color: #000;
}

.padding_pc_0 .el-progress.is-warning .el-progress__text {
    background-color: #000;
    color: #000;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.padding_pc_0 .el-icon-warning:before {
    content: unset;
}

.pro_2 {
    margin-top: 10px;
}

.jd_main {}

.jd_bx1_box {}

.jd_bx1_box_bg {
    height: 150px;
    background: url("https://h5-res.sjzt2020.com/20250619/origin/jd_bg.png") center no-repeat;
    background-size: 100% 100%;
}

.jd_bx1_box_bg .padding_pc_0 {
    height: 150px;
    display: flex;
    align-items: center;
    position: relative;
}

.jd_lock {
    position: absolute;
    left: 25px;
}

/*
战令进度条 start
*/


.swiper-container {
    width: 100%;
    margin: 0px auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -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-father_box {
    position: relative;
}

.swiper-father_box,
.swiper-father {
    min-height: 160px;

}

.swiper-father_box::before,
.swiper-father_box::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 50%;
    /* 每个背景图的高度 */
}

.swiper-father_box::before {
    background-image: url('https://h5-res.sjzt2020.com/20250619/origin/jd_max_bg1.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    top: 0;
    /* 第一张背景图在顶部 */
}

.swiper-father_box::after {
    background-image: url('https://h5-res.sjzt2020.com/20250619/origin/jd_max_bg2.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    bottom: 0;
    /* 第二张背景图在底部 */
    margin-top: 20px;
    /* 设置上边距，视觉上形成间隔 */
}


.swiper-container {
    width: 80%;
}

.swiper-father_box {
    width: 95%;
    margin: 0 auto;
}

.swiper-father_main {
    width: 100%;
}

.swiper-father {
    width: 65%;
    margin: 0 auto;
}

.swiper-button-prev1 {
    background-image: url("https://h5-res.sjzt2020.com/20250619/origin/jt_l.png") !important;
    background-size: 100% 100%;
    left: 150px !important;
    top: 23% !important;

}

.swiper-button-next1 {
    background-image: url("https://h5-res.sjzt2020.com/20250619/origin/jt_r.png") !important;
    background-size: 100% 100%;
    right: 50px !important;
    top: 23% !important;
}


.swiper-button-next2 {
    background-image: url("https://h5-res.sjzt2020.com/20250619/origin/jt_l3.png") !important;
    background-size: 100% 100%;
    right: 50px !important;
    top: 73% !important;
}


.swiper-button-prev2 {
    background-image: url("https://h5-res.sjzt2020.com/20250619/origin/jt_l2.png") !important;
    background-size: 100% 100%;
    left: 150px !important;
    top: 73% !important;

}

.zl_main_box .swiper-slide {
    background: unset;
    display: flex;
    justify-content: space-around;
}

.line_box {
    width: 100%;
    height: 12px;
    background-color: #000;
    color: #fff;
    line-height: 12px;
    text-align: center;
    font-size: 12px;
    padding-right: .6rem;
}

.zl_main_line_box {
    height: 10px;
}

.zl_main_line_box .swiper-slide,
.zl_main_box .swiper-slide {
    margin-right: 0 !important;
}

.zl_lock {
    position: absolute;
    left: 0;
    width: 85px;
    height: 85px;
}

.zl_end {
    position: absolute;
    right: 55%;
    width: 45px;
    height: 35px;
}

.swiper-pagination {
    display: none;
}

.zl_main_box {
    width: 80%;
    margin: 0 !important;
    min-height: 132px !important;
    display: flex;
    align-items: center !important;
}

.zl_main_box2 {
    margin-top: 70px;
}

.zl_main_box2 .swiper-slide {
    background-color: unset;
    display: flex;
    justify-content: space-around;
}

/*
战令进度条 end
*/


.main_czsm_box {
    padding: 20px;
    color: #719CC0;
    font-size: 12px;
    font-weight: bold;
}

.zl_main {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.main_hj_box .hj_txt {
    font-size: 12px;
    color: #949494;
    padding-bottom: 20px;
}

.hj_num {
    margin: 10px 0;
}

.hj_num .el-input__inner {
    background: unset !important;
}

.hj_txt2 {
    font-size: 12px;
    color: #949494;
}

.hj_txt3 {
    color: #000;
}

.hj_txt4 {
    color: red;
    display: inline-block;
    padding-bottom: 10px;
}

.hj_dh_btn {
    width: 110px;
}

.hjx_dh {
    margin-top: 50px;
}

.hjx1_div {
    position: absolute;
    left: 22%;
    bottom: 20px;
}

.gl_row {
    background: url(https://h5-res.sjzt2020.com/20250619/origin/gl_bg.png) no-repeat;
    background-size: 96% 100%;
    padding-bottom: 100px;
    margin-left: 0.4rem !important;
}

.main_hj_box .main_shop_div {
    height: 100%;
}

.main_hj_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    min-width: 310px;
    margin-top: 10px;
}

.hjx_shop_box {
    padding: 10px;
    width: calc((100% - 120px)/3);
    display: flex;
    margin: 20px 0;
    flex-direction: column;
    align-items: center;

}

.hjx_shop_tip {
    font-size: 16px;
    width: 80%;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
    margin: 10px 0;
}

.hjx_txt {
    margin: 5px 0;
}

.hjx_shop_img:hover {
    cursor: pointer;
    transition: transform 0.3s ease;
    border-radius: 20px;
    -webkit-box-shadow: #ccc 10px 10px 10px;
    -moz-box-shadow: #ccc 10px 10px 10px;
    box-shadow: #ccc 10px 10px 10px;
}

.hj_txt5 {
    padding: 3px 0;
}


.zl_top_box {
    width: 90%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 250px;
}

.zldj,
.lv_txt {
    font-size: 26px;
    font-weight: bold;
    color: #16598D;
    font-style: italic;
}

.jlyl,
.jlyl:hover,
.jlyl:focus {
    /*width: 20%;*/
    /*height: 20px;*/
    background-color: unset;
    background: url(https://h5-res.sjzt2020.com/20250619/origin/zl_jlyl.png) no-repeat center;
    background-size: 100% 100%;
    border: 0;
}

.yjlq,
.yjlq:hover,
.yjlq:focus {
    /*width: 20%;*/
    /*height: 30px;*/
    background-color: unset;
    background: url(https://h5-res.sjzt2020.com/20250619/origin/yjlq.png) no-repeat center;
    background-size: 100% 100%;
    border: 0;
}

.jsqb,
.jsqb:hover,
.jsqb:focus {
    /*width: 20%;*/
    /*height: 30px;*/
    background-color: unset;
    background: url(https://h5-res.sjzt2020.com/20250619/origin/jsqb.png) no-repeat center;
    background-size: 100% 100%;
    border: 0;
}

.jsdj,
.jsdj:hover,
.jsdj:focus {
    background: url(https://h5-res.sjzt2020.com/20250619/origin/jsdj.png) no-repeat center !important;
    background-size: 100% 100% !important;
}

.zl_foot_box {
    width: 100%;
    display: flex;
    height: 330px;
    justify-content: space-between;
    margin-bottom: 20px;
}

.zl_foot_left {
    position: relative;
    width: 48%;
    background: url(https://h5-res.sjzt2020.com/20250619/origin/qd_bg.png) no-repeat center;
    background-size: 100% 100%;
}

.zl_footer_right {
    position: relative;
    width: 48%;
    background: url(https://h5-res.sjzt2020.com/20250619/origin/mrrw.png) no-repeat center;
    background-size: 100% 100%;
}

.zl_foor_qd,
.zl_foor_qd:hover,
.zl_foor_qd:focus {
    width: 120px;
    height: 40px;
    background: url(https://h5-res.sjzt2020.com/20250619/origin/qd.png) no-repeat center;
    background-size: 100% 100%;
    border: 0;
    position: absolute;
    bottom: 40px;
    left: 130px;
}

.zl_footer_right {
    text-align: center;
    padding: 20px;
}

.zl_r_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zl_foot_left .el-button--primary.is-disabled {
    width: 120px;
    height: 40px;
    background: url(https://h5-res.sjzt2020.com/20250619/origin/qd.png) no-repeat center;
    background-size: 100% 100%;
    border: 0;
    position: absolute;
    bottom: 40px;
    left: 130px;
}

.zl_r1 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 50px;
    margin-top: 20px;
}

.zl_r_box {
    margin: 0 70px 10px 25px;
}

.zl_r2 {
    height: 39px;
    line-height: 39px;
    font-size: 26px;
    font-weight: bold;
}

.zl_r3 {
    color: #727273;
}


.el-tab-pane {
    height: 8rem;
}

#pane-rwlcb {
    height: 13rem;
}


.item_img_box_end {
    min-width: 100px;
    height: 30px;
    background: url("https://h5-res.sjzt2020.com/20250619/origin/ydc.png") no-repeat center;
    background-size: 100% 100%;
}


.el-message-box__wrapper .el-message-box__title span {
    color: red;
}

.zl_jl_img img {
    width: 100%;
    margin-bottom: .5rem;
}

.lqLog_name {
    height: 50%;
}

.cj_btn_box,
.ten_flag_box {
    text-align: center;
}


.zl_main_box .zl_line {
    width: 70px !important;
    vertical-align: middle;
}

.zl_bg_class {
    background: url(https://h5-res.sjzt2020.com/20250619/origin/zl_bg1.png) no-repeat center;
    background-size: 100% 100%;
    display: flex;
    width: 85px;
    height: 85px;
    align-items: center;
    justify-content: center;
}

.zl_bg_class_end {
    background: url(https://h5-res.sjzt2020.com/20250619/origin/end.png) no-repeat center;
    background-size: 100% 100%;
    width: 110px;
    height: 110px;
}

.zl_max_box {
    margin-left: 17% !important;
}

.zl_bg_class_lock {
    display: flex;
    height: 110px;
    align-items: center;
    justify-content: center;
}

.kb_img {
    width: 35px;
    height: 35px;
    /*width: 100%;*/
    /*height: 100%;*/
}


.zl_wlq_img {
    position: absolute;
    left: 0px;
    width: 85px;
    height: 85px;
    cursor: pointer;
}

.hjx_img2 {
    cursor: pointer;
}

.zl_vip_max .zl_bg_class {
    background: url(https://h5-res.sjzt2020.com/20250619/origin/zl_vip_bg.png) no-repeat center;
    background-size: 100% 100%;
}


.fater_box {
    position: relative;
    z-index: 0;
    background: url(https://h5-res.sjzt2020.com/20250619/origin/main_bg.png) no-repeat top;
    background-size: 100% 100%;
    height: 100%;
}

.mask {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 8095px;
    background-color: red;
}

.shop_col1 {
    padding-top: 40px;
}

.rw_t_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.points_total_box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rw_bx2 {
    cursor: pointer;
}

.rw_bx2 img {
    width: 90%;
}

.rw_t_box1 {
    position: relative;
}

.rw_bx3 {
    position: fixed;
    right: 0px;
    bottom: 5%;
    z-index: 100;

}

.rw_bx3 img {
    width: 250px;
}

.rw_zp_box1 {
    background: url(https://h5-res.sjzt2020.com/20250619/origin/rw_zp2.png) no-repeat center;
    background-size: 100% 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    width: 40%;
    margin: 80px auto 0 auto;
    font-size: 26px;
    color: #D7F1FE;
    font-weight: bold;
}

.zp_tip_txt {
    font-size: 12px;
    color: #215283;
    text-decoration: underline;
    text-align: center;
    font-weight: bold;
    margin-bottom: 50px;
}


.zp_bt_div {
    display: flex;
    justify-content: space-around;
}

.zp_one,
.zp_ten {
    width: 40%;
    text-align: center;
}

.zp_bt_div img {
    width: 100%;
    cursor: pointer;
}

.gv_txt1 {
    color: #01499A;
    font-weight: bold;
    cursor: pointer;
}

.gv_txt2 {
    color: #01499A;
    font-weight: bold;
}

.lcb_swiper {
    display: flex;
}

.lcb_box1 {
    width: 190px;
    background: url(https://h5-res.sjzt2020.com/20250619/origin/rw_lc2.png) no-repeat center;
    background-size: 100% 100%;
    height: 220px;
    line-height: 180px;
    font-size: 36px;
    font-weight: bold;
    color: #14619E;
    text-align: center;
}

.swiper-container3 {
    background: url(https://h5-res.sjzt2020.com/20250619/origin/lcb_line.png) no-repeat center;
    background-size: 100% auto;
}

.lcb_main_box {
    margin-left: 6% !important;
}

.lcb_max_box {
    margin-left: 6% !important;
}

.lcb_main_box .swiper-slide {
    background-color: unset;
    position: relative;
}

.lcb_txt {
    font-size: 26px;
    color: #14619E;
    font-weight: bold;
    position: absolute;
    bottom: 0px;
}

.lcb_bg_class {
    background: url(https://h5-res.sjzt2020.com/20250619/origin/rw_lc3.png) no-repeat center;
    background-size: 100% 100%;
    display: flex;
    width: 80px;
    height: 80px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.lcb_end {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 79px;
    right: 26%;
}

.swiper-slide {
    transition: transform 0.3s ease;
    /* 添加平滑过渡效果 */
}

.swiper-slide.scale {
    transform: scale(2);
    /* 放大效果 */
    z-index: 1;
    /* 确保放大的元素在上层 */
}

.lcb_pf {
    background: unset !important;
}

.lcb_pf img {
    width: 130px;
    height: 147px;
}

.lcb_pf_box .lcb_end {
    width: 110px;
    height: 110px;
    top: 53px;
}

.mrrw_box1 img {
    width: 100%;
    height: 2.5rem;
}

.mrrw_box1 {
    width: 38%;
    cursor: pointer;
}

.mrrw_box {
    display: flex;
    justify-content: space-around;
}

.rw_mr3 {
    width: 38%;
    background: url('https://h5-res.sjzt2020.com/20250619/origin/rw_mr3.png') no-repeat center;
    background-size: 100% 100%;
    padding: 80px 30px 0px 30px;
    box-sizing: border-box;
}

.zl_rw_box {
    width: 38%;
    background: url('https://h5-res.sjzt2020.com/20250619/origin/zl_rw.png') no-repeat center;
    background-size: 100% 100%;
    padding: 80px 30px 0px 30px;
}

.zl_rw_box img {
    width: auto !important;
    height: auto !important;
}

.rw_mr3_div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    color: #144D80;
    font-weight: bold;
}

.rw_mr3_div .txt_img {
    width: 123px;
    height: 20px;
}

.rw_mr3_div img {
    vertical-align: middle;
}

.hjx_row {
    background: url('https://h5-res.sjzt2020.com/20250619/origin/zl_bg.png') no-repeat;
    background-size: 100% 100%;
    padding-bottom: 100px;
}

.hjx_top {
    display: flex;
    justify-content: space-between;
}

.txt_img {
    width: 72px;
    height: 33px;
}

.hjx_lq {
    width: 121px;
    height: 25px;
}

.hjx_grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hjx_col {
    padding: 220px 50px 0 !important;
}

.hj_num {
    position: absolute;
    left: 30%;
    bottom: 18%;
}

.hj_txt {
    position: absolute;
    left: 40%;
    bottom: 5%;
}

.main_hj_box .main_shop_div {
    cursor: unset;
}

.hj_num .el-input-number__decrease {
    background: url(https://h5-res.sjzt2020.com/20250619/origin/hj_2.png) no-repeat;
    background-size: 100% 100%;
    background-color: unset;
    border: 0;
    width: 20px;
    height: 25px;
}

.hj_num .el-input-number__increase {
    background: url(https://h5-res.sjzt2020.com/20250619/origin/hj_1.png) no-repeat;
    background-size: 100% 100%;
    background-color: unset;
    border: 0;
    width: 20px;
    height: 25px;
}

.hj_num .el-icon-minus:before,
.hj_num .el-icon-plus:before {
    content: '';
}


.gl_img_box {
    text-align: center;
    padding-top: 230px;
    padding-left: 10px;
}

.gl_img {
    width: 100%;
    /*width: 833px;*/
}

.shop_col_main {
    margin-top: 100px;
}

.rw_top1 {
    margin: 2rem 0 50px 0;
}

.rw_t_box1 {
    margin: 70px 0;
    cursor: pointer;
}

.rw_bx2 {
    margin: 70px 0;
}

.height_300 {
    height: 400px;
}

.rw_mr3_6 {
    width: 199px !important;
}

.rw_mr3_7 {
    width: 149px !important;
}

.hjx_main .main_commodity {
    background: url("https://h5-res.sjzt2020.com/20250619/origin/hjx_bg.png") no-repeat;
    background-size: 100% 100%;
    padding-bottom: 80px;
}

.next_act_main .main_commodity {
    background: url("https://h5-res.sjzt2020.com/20250619/origin/20250417-173416.png") no-repeat;
    background-size: 106% 100%;
    margin-left: -0.7rem !important;
    height: 30rem;
    /*padding-bottom: 80px;*/
}

.nav_box {
    background: url("https://h5-res.sjzt2020.com/20250619/origin/nav_bg.png") no-repeat;
    background-size: 100% auto;
    height: 480px;
    width: 60px;
    position: fixed;
    left: 40px;
    top: 30%;
}

.nav_imgs {
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.nav_imgs img {
    width: 85%;
    cursor: pointer;
}

/* 鼠标悬停时的效果 */
.nav_imgs img:hover,
.highlight {
    filter: brightness(0) saturate(100%) invert(33%) sepia(100%) saturate(500%) hue-rotate(200deg) brightness(100%) contrast(100%);
}

.qc_box {
    max-width: 600px;
    margin: 0 auto;
    background: url("https://h5-res.sjzt2020.com/20250619/origin/qc_bg.png") no-repeat top;
    background-size: 100% auto;
}

.qc_t_box {
    width: 60%;
    padding-top: 30px;
}

.qc_t_box img {
    width: 100%;
}

.qc_txt {
    text-align: center;
}

.qc_img {
    position: relative;
    cursor: pointer;
}

.qc_img2 {
    width: 100%;
    height: 100%;
}

.contiact_main {
    background: url("https://h5-res.sjzt2020.com/20250619/origin/qc_bg2.png") no-repeat top;
    background-size: 100% 100%;
    padding-bottom: 50px !important;
    background-color: #003164;
}

.qc_main .qc_div {
    position: relative;
    display: flex;
    flex-direction: column;
    width: calc((100% - 73px)/5);
    margin-bottom: 20px;
}

.qc_img3_box {
    text-align: center;
    position: absolute;
    bottom: 11px;
    left: 25%;
    width: 40px;
    font-size: 12px;
    background-color: #7E92B3;
    border-radius: 20px;
    color: #fff;
}

.qc_img_end {
    position: absolute;
    top: 40%;
    left: 20%;
}

.qc_img4 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: .7;
}

.qc_img4 img {
    width: 100%;
    height: 100%;
}

.qc_txt {
    font-size: 12px;
    font-weight: bold;
    color: #6C5C4A;
}

.qc_main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.qc_footer {
    width: 80%;
    background-color: #3DABFF;
    color: #fff;
    margin: auto;
    text-align: center;
    border-radius: 20px;
    margin-top: 20px;
}

/* 在小屏幕上应用的样式（移动端样式） */
@media screen and (max-width: 768px) {
    .main_info_box2 {
        flex-direction: column;
    }

    .main_info_right {
        margin-top: 20px;
    }

    .main_shop_div {
        width: calc((100% - 0.5rem)/2);
        min-height: 0px;
        min-width: 0px;
        margin-right: 0 !important;
    }

    .main_shop_div_but {
        padding: 0;
    }

    .main_shop_box {
        margin: auto;
        padding: 0rem 0.5rem 0rem 0.5rem !important;
        min-width: 0px;
        justify-content: space-around;
    }

    .mr_shop .main_shop_box {
        /*padding: 0rem 1.2rem 0rem 1.2rem!important;*/
    }

    .shop_max_box {
        margin-left: 0;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .padding_0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .footer_box_col {
        margin-left: 0;
    }

    .footer_box_row {
        display: flex;
        flex-direction: column-reverse;
    }

    .f_right_box {
        width: calc((100% - 50px)/2);
    }

    .footer_box_col2 {
        text-align: center;
    }

    .main_col_box {
        margin-left: 0;
    }

    .main_info {
        padding: 10px 0;
    }

    .shop_dialog .el-dialog {
        width: 100% !important;
        margin-bottom: 0 !important;
    }

    .login_dialog .el-dialog {
        width: 90% !important;
    }

    .xieyi_box .el-checkbox__input {
        /*vertical-align:top;*/
    }

    .md_30_txt {
        text-wrap: wrap;
    }

    .shop_left_main {
        height: inherit;
    }

    .mobile_tip .m_txt1 {
        color: #535252;
        min-width: 70px;
        -webkit-margin-end: 8px;
        margin-inline-end: 8px;
        font-size: 12px;
        font-weight: 500;
        margin-bottom: 15px;
        display: flex;
        justify-content: space-between;
    }

    .shop_main_img {
        margin: 10px 0 30px 0;
    }

    .shop_main_right {
        margin-top: 10px;
    }

    .shop_main_right_pay .wechat,
    .shop_main_right_pay .alipay {
        width: 48%;
        border-radius: 10px;
    }

    .shop_left_txt1 {
        font-size: 14px;
        color: #5D5D5D;
        margin-bottom: 0;
    }

    .shop_main_right_pay {
        flex-direction: initial;
        justify-content: space-between;
    }

    .shop_main_right_txt1 {
        font-size: 14px;
        color: #5D5D5D;
        margin-bottom: 5px;
    }

    .shop_main_right_pay img {
        max-width: 60%;
    }

    .shop_right_foot {
        height: inherit;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 10px 0;
        display: flex;
        justify-content: space-between;
    }

    .shop_right_foot {
        background-color: #fff;
        box-shadow: 0px -5px #f2f2f26b;
        border-radius: 15px 15px 0 0;
        /* 左上和右上角圆角为 10px */
    }

    .shop_right_foot_sub {
        bottom: 0;
        width: auto;
        background-color: #6181CC;
        border-color: #6181CC;
        padding: 0 10px;
    }

    .shop_right_foot_txt4,
    .shop_right_foot_txt3 {
        font-size: 16px;
        color: #D33333;
    }

    .shop_right_foot_txt2 {
        font-size: 16px;
    }

    .shop_right_foot_box2 {
        margin-left: 10px;
    }

    .shop_right_foot_sub {
        margin-right: 10px;
    }

    .mobile_dia_row {
        margin-bottom: 0;
    }

    .svg_main_box {
        left: 15px;
    }

    .f_info_div {
        /*display: none;*/
    }

    .shop_dialog {
        top: initial;
    }

    .msgbox {
        width: 320px !important;
    }

    .sc_box {
        padding: 5px 10px !important;
    }

    .banner_box .grid-content {
        background: url("https://h5-res.sjzt2020.com/20250619/origin/banner2.jpg");
        height: 150px;
        background-position: center;
        background-size: 100% auto;
        background-repeat: no-repeat;
    }

    .main_box {
        /*top: 55px;*/
    }

    .main_shop_div_img img {
        width: 100%;
    }

    .cj_box {
        width: 50%;
        margin: auto;
        float: left;
    }

    .cj_box .cj_btn {
        width: 4rem;
        margin: auto 0.3rem;
        height: 1.5rem;
        float: left;
    }



    .sjjcbx_jf {
        color: white;
        position: absolute;
        left: 50%;
        top: 0.5px;
        transform: translateX(-50%);
        margin-top: 0;
        line-height: 1.25rem;
    }

    .gwpBg___Il_7U {
        position: absolute;
        left: -20px;
    }

    .smzs_box {
        width: 3rem;
        margin-left: 1rem;
        float: left;
    }

    .smzs_box img {
        width: 100%;
    }

    .main_shop_box .main_pifu_div {
        width: calc((100% - 50px)/2);
        min-height: 150px;
        min-width: 150px;
        margin-right: 0 !important;
    }

    .mr_main_box .mr_6_box {
        left: 0;
    }

    .mr_main_box .mr_title_box {
        width: 4.5rem;
        height: .8rem;
        line-height: .8rem;
        padding-left: 0;
    }

    .mr_main_box .mr_title_box span {
        margin-left: 1.2rem;
    }

    .mr_main_box .mr_title_box span,
    .mr_main_box .mr_txt1 {
        font-size: .25rem;
    }

    .mr_main_box .mr_box {
        width: 40%;
        height: 2rem;
    }

    .mr_btn {
        padding: 3px 10px !important;
        font-size: .25rem;
    }

    .mr_main_box .mr_box img {
        width: 1.3rem;
        margin-left: .2rem;
    }

    .el-timeline-item__node--normal {
        height: 2.5rem;
    }

    .mr_title_box_6,
    .mr_title_box_30,
    .mr_title_box_68,
    .mr_title_box_128,
    .mr_title_box_328,
    .mr_title_box_648 {
        background-size: 100% 100% !important;
    }

    .shop_max_box .jdt_box {
        left: 43%;
        height: 20.5rem;
        width: 1.3rem;
    }

    .shop_max_box .jdt_box img {
        width: 100%;
        height: 100%;
    }

    .mr_main_box .mr_30_box {
        right: 2%;
    }

    .item_card_box .item_txt1,
    .item_card_box .item_txt2 {
        font-size: .35rem;
    }

    .item_card_box .item_img_box {
        min-width: 1.8rem;
        height: .5rem;
    }

    .item_card .el-card__body {
        padding: 5px 15px !important;
        height: 100%;
    }

    .item_card .item_left_box {
        justify-content: space-evenly;
    }

    .item_card .item_box3_box,
    .item_card .item_box2 {
        height: 1.9rem !important;
    }

    .item_box2 {
        margin-top: .4rem;
    }

    .el-timeline-item__node--normal {
        top: 5px !important;
    }

    .el-timeline {
        padding-left: 10px !important;
    }

    #pane-1 {
        padding: 0 10px;
    }

    .el-carousel__container {
        height: 100%;
    }

    .el-carousel--horizontal {
        width: 100%;
    }

    .el-carousel__indicators--outside {
        display: none;
    }

    .el-carousel__mask {
        background-color: unset;
    }

    .el-carousel__arrow {
        top: 40%;
        right: -6px;
    }

    .el-carousel__arrow--left {
        display: none;
    }

    .item_active .item_card {
        height: 107px !important;
    }

    .el-carousel__item--card.is-active .item_txt3 {
        display: block !important;
    }

    .el-carousel__item:nth-child(2n) .item_txt3 {
        display: none;
    }

    .el-carousel__item:nth-child(2n+1) .item_txt3 {
        display: none;
    }

    .el-carousel__arrow:hover {
        background-color: unset;
    }

    .el-carousel__arrow {
        background-color: unset;
        background: url("https://h5-res.sjzt2020.com/20250619/origin/r_jt.png") no-repeat center;
        background-size: auto 100%;
        background-position: right;
    }

    .el-icon-arrow-right {
        display: none;
    }

    .el-timeline-item {
        height: 2.8rem;
    }


    .carousel_1888 {
        display: block;
    }

    item_pc {
        display: none;
    }

    .item_box3 {
        padding-right: 0 !important;
    }

    .item_card_box {
        height: 100%;
    }

    #pane-1 {
        min-height: 16rem !important;
    }

    .el-tabs__content {
        max-height: 50rem !important;
    }

    .card_box #pane-0 {
        height: 22rem !important;
    }

    .mr_6_box {
        top: 1.7rem !important;
    }

    .mr_30_box {
        top: 5rem !important;
    }

    .mr_68_box {
        top: 8.7rem !important;
    }

    .mr_128_box {
        top: 12rem !important;
    }

    .mr_328_box {
        top: 15.7rem !important;
    }

    .mr_648_box {
        top: 19rem !important;
    }

    .main_lc_box .el-timeline-item__wrapper {
        padding-left: 1.2rem;
        height: 2.7rem;
    }

    .main_lc_box .el-timeline-item__node--normal {
        width: 1.5rem;
        left: -0.35rem;
        top: 20px;
    }

    .item_box3_box {
        margin-right: .2rem !important;
    }

    .el-carousel__item,
    .el-carousel__mask {
        left: 1px !important;
    }

    .item_card {
        height: 107px;
    }

    .zl_max_box {
        margin-left: .3rem !important;
        top: 0rem;
        width: 106%;
    }

    .zl_main_box {
        margin-top: .2rem;
    }

    .zl_main_box2 {
        margin-top: 1rem;
    }

    .zl_main_box2 .swiper-slide img {
        width: 1rem;
        height: 1rem;
    }


    .zl_main_box2 .swiper-slide img,
    .zl_main_box .swiper-slide img {
        /*width: 100%;*/
        height: 100%;
    }

    .zl_main_box2 .zl_line,
    .zl_main_box .zl_line {
        width: unset !important;
        height: initial;
    }


    .swiper-father_box,
    .swiper-father {
        min-height: 1.5rem;
        /*padding-right: .7rem;*/
        /*padding-left: .7rem;*/
    }

    .swiper-father_main {
        width: 90%;
        margin-left: 1rem;
        /*margin: 0 auto;*/
    }

    .swiper-button-prev1 {
        left: .9rem !important;
    }

    .swiper-button-next1 {
        right: .2rem !important;
    }

    .swiper-father_box::before {
        background-image: url(https://h5-res.sjzt2020.com/20250619/origin/jd_m1.png);
        background-size: 100% auto;
    }

    .swiper-father_box::after {
        background-image: url(https://h5-res.sjzt2020.com/20250619/origin/jd_m2.png);
        background-size: 100% auto;
    }

    .zl_main_box {
        margin-top: .7rem;
    }

    .hjx_shop_img img {
        width: 2rem;
        height: 2rem;
    }

    .hjx_shop_box {
        width: calc((100% - 2rem)/3);
    }

    .hjx_shop_tip {
        font-size: .2rem;
    }

    .hjx_shop_btn .main_shop_div_but_link {
        font-size: .25rem;
        padding: 0.2rem 0.3rem;
    }

    .zl_foot_left {
        background: url(https://h5-res.sjzt2020.com/20250619/origin/qd_m1.png) no-repeat center;
        background-size: 100% 100%;
    }

    .zl_footer_right {
        background: url(https://h5-res.sjzt2020.com/20250619/origin/qd_m2.png) no-repeat center;
        background-size: 100% 100%;
    }

    .zl_foot_box {
        height: auto;
    }

    .zl_foot_left .el-button--primary.is-disabled {
        width: 1rem;
        height: 10px;
        left: 1rem;
        background: url(https://h5-res.sjzt2020.com/20250619/origin/qd_m3.png) no-repeat center;
        background-size: 100% 100%;
        bottom: .5rem;
    }

    .zl_footer_right {
        padding: .2rem;
    }

    .zl_r1 {
        font-style: italic;
        font-size: .4rem;
        margin-bottom: .2rem;
        margin-top: 0.5rem;
    }

    .zl_r2 {
        font-size: .20rem;
    }

    .zl_r3 {
        font-size: .25rem;
    }

    .zl_r_box {
        height: .7rem;
        line-height: .7rem;
        align-items: flex-start;
        margin: 0 .8rem .0rem .3rem;
    }

    .zl_r2 {
        line-height: .7rem;

    }

    .zl_foot_right {
        width: 46%;
    }

    .zl_foot_left {
        width: 46%;
    }

    .zl_main {
        padding: 0 10px;
    }

    .zldj,
    .lv_txt {
        font-size: .4rem;
    }

    .zl_top_box {
        margin-bottom: 1rem;
        margin-top: .1rem;
    }

    .zl_foor_qd {
        width: 1.2rem;
        height: auto;
        left: .7rem;
        bottom: .5rem;
    }

    .zl_foor_qd,
    .zl_foor_qd:hover,
    .zl_foor_qd:focus,
    .zl_foot_left .el-button--primary.is-disabled {
        width: 1.5rem;
        height: auto;
    }

    .line_box {
        padding-right: .2rem;
        font-size: .20rem;
    }

    .zl_main_box2 .zl_lock,
    .zl_main_box .zl_lock,
    .zl_end {
        width: .5rem !important;
        height: .5rem !important;
        right: 60%;
    }

    .el-tab-pane {
        height: 21rem;
    }

    #pane-rwlcb {
        height: 27rem;
    }

    .item_img_box_end {
        min-width: 1.8rem;
        height: .5rem;
    }

    .zl_bg_class {
        width: .9rem;
        height: .9rem;
    }

    .zl_main_box .zl_line {
        width: .3rem !important;
        height: auto !important;
    }

    .zl_main_box {
        min-height: 1rem !important;
    }

    .zl_bg_class_lock {
        height: 2rem;
    }

    .zl_main_box .zl_lock {
        width: 0.9rem !important;
        height: 0.9rem !important;
        /*left: 2px;*/
        right: 36%;
    }

    .zl_main_box .zl_wlq_img {
        width: .8rem !important;
        height: .8rem !important;
        left: 0;
    }


    .swiper-button-next,
    .swiper-button-prev {
        background-size: 12px 18px !important;
    }

    .swiper-button-next1,
    .swiper-button-prev1 {
        top: 25% !important;
    }

    .swiper-button-next2 {
        top: 67% !important;
        right: .2rem !important;
    }

    .swiper-button-prev2 {
        top: 67% !important;
        left: .9rem !important;
    }

    .jsqb,
    .yjlq {
        width: 2.5rem;
        height: auto;
    }

    .contact_padding {
        padding: 0.3rem;
    }

    .gz_box_div {
        display: flex;
        justify-content: space-around;
    }

    .gz_box_div .shop_max_box {
        width: 80%;
        height: 100%;
    }

    .shop_col_main {
        margin-top: 0;
    }

    .shop_col1 {
        padding-top: 1.5rem;
    }

    .rw_top1 img {
        width: 60%;
    }

    .rw_t_box1,
    .rw_bx2 {
        margin: .5rem 0;
    }

    .pay_total_box {
        position: relative;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .rw_t_box1 img,
    .rw_bx2 img,
    .rw_t_box img {
        width: 50%;
    }

    .everyday_pay_box img {
        width: 100%;
    }

    .rw_bx3 {
        bottom: 11%;
    }

    .rw_bx3 img {
        width: 3rem;
    }

    .rw_zp_box1 {
        height: 1rem;
        line-height: 1rem;
        margin: .5rem auto;
        font-size: .4rem;
    }

    .rw_top1 {
        margin: .5rem 0 .5rem 0;
    }

    .main_shop_div {
        margin-bottom: 0;
    }

    .zp_bt_div {
        justify-content: space-evenly;
    }

    .gv_txt1,
    .gv_txt2 {
        font-size: .25rem;
    }

    .rw_t_box {
        margin: .2rem 0;
    }

    .lcb_box1 {
        width: 2rem;
        height: 2rem;
        line-height: 1.5rem;
        font-size: .3rem;
    }

    .lcb_bg_class {
        width: 1.5rem;
        height: 1.35rem;
    }

    .lcb_bg_class img {
        width: 35px;
        height: 35px;
        /*height: auto;*/
    }

    .lcb_txt {
        font-size: .2rem;
    }

    .lcb_txt img {
        width: 11px;
    }

    .swiper-father {
        /*width: 76%;*/
    }

    .lcb_main_box {
        margin-left: 3% !important;
    }

    .mrrw_box1,
    .rw_mr3 {
        width: 40%;
        height: 2.5rem;

    }

    .rw_mr3 {
        padding: 0 .3rem;
    }

    .rw_mr3_div .txt_img {
        height: .2rem !important;
        width: 1rem;
    }

    .rw_mr3_div {
        font-size: .2rem;
        margin-bottom: .2rem;
    }

    .rw_mr3_div_top {
        margin-top: 0.6rem;
    }

    .mrrw_box {
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: 0 .5rem;
    }

    .rw_main_box {
        padding: 0.3rem 0.3rem 1rem 0.3rem;
    }

    .zl2_col {
        padding: 1rem 1.2rem 0.5rem 1rem !important;
    }

    .hjx_main .main_commodity {
        padding-bottom: 1rem;
    }

    .zl2_col .zl_top_box {
        margin-bottom: .3rem;
    }

    .zl2_col .zldj {
        font-size: .3rem;
    }

    .zl2_col .jsqb,
    .zl2_col .yjlq,
    .zl2_col .jlyl {
        width: 1.5rem;
        margin-left: 0;
    }

    .swiper-father_box::before,
    .swiper-father_box::after {
        left: -20px;
    }

    .swiper-father_box::before {
        top: 12px;
    }

    .swiper-container2 {
        top: -.3rem;
    }

    .hjx_col {
        padding: 2rem 1.2rem 0 !important;
    }

    .hjx_img1 {
        width: 1rem;
    }

    .hjx_img2 {
        width: 2rem;
    }

    .hj_jt img {
        width: 1rem;
    }

    .main_hj_box {
        min-width: 1rem;
    }

    .main_hj_box .main_shop_div {
        width: calc((100% - -1rem)/3);
        min-height: 2.5rem;
        min-width: 0;
    }

    .main_hj_box .main_shop_div_img img,
    .hjx_stt_box .main_shop_div_img img {
        border-radius: .2rem .2rem 0 0;
    }

    .hj_num .el-input-number__decrease,
    .hj_num .el-input-number__increase {
        width: 10px;
        height: 15px;
    }

    .el-input-number--small {
        width: 2rem;
        line-height: 0rem;
    }

    .hj_num .el-input-number--small {
        width: 1rem;
    }

    .hj_num {
        left: 20%;
        bottom: 15%;
    }

    .main_hj_box .hj_txt {
        padding-bottom: 0;
        font-size: .2rem;
        bottom: 5%;
        left: 27%;
    }


    .main_hj_box .el-input__inner {
        font-size: .2rem;
    }

    .main_hj_box .el-input-number--small .el-input__inner {
        height: 18px;
    }

    .hjx_stt_box {
        min-width: 2rem;
    }

    .hj_dh_btn {
        width: 1.5rem;
    }

    .hjx1_div_txt,
    .hj_txt2,
    .hj_txt5 {
        font-size: .25rem;
    }

    .hjx1_div {
        left: 2%;
        bottom: -1rem;
    }

    .hjx_dh img {
        width: 2rem;
    }

    .hjx_shop_img img {
        height: auto;
    }

    .hjx_shop_box {
        margin: 0rem 0;
    }

    .gl_img {
        width: 90%;
    }

    .gl_img_box {
        padding: 1.5rem 0.5rem 0.5rem 1rem;
    }

    .height_300 {
        height: 0px;
    }

    .main_top_box {
        margin-top: 0rem;
    }

    .shop_row {
        top: 0;
    }

    .footer_box_col2 {
        margin-top: 1rem;
    }

    .footer_box_col2 img {
        width: 80% !important;
        /*width: 5rem !important;*/
    }

    .rw_mr3_6,
    .rw_mr3_7 {
        width: auto !important;
    }

    .lcb_end {
        width: .85rem;
        height: auto;
        position: absolute;
        top: 30%;
        right: 22%;
    }

    .lcb_pf img {
        width: auto;
        height: 50px;
    }

    .zl_swiper {
        padding-right: 0.4rem;
    }

    .zl_end {
        right: 40%;
    }

    .zl_main_div {
        padding: 0;
    }

    .zl_main_div .zl_rw_box img {
        width: auto !important;
        height: .2rem !important;
    }

    .hjx_contact {
        padding: 0 .3rem .2rem 0;
    }

    .input_number .el-input-number__decrease,
    .input_number .el-input-number__increase {
        font-size: 20px;
        height: 20px;
    }

    .rw_main_box .main_shop_box {
        justify-content: space-between;
    }

    .main_czsm_box {
        padding: 10px;
    }

    .main_hj_box {
        justify-content: space-around;
    }

    .main_hj_box {
        padding: 0 !important;
    }

    .hjx_main .main_commodity {
        background: url("https://h5-res.sjzt2020.com/20250619/origin/hjx_bg_m.png") no-repeat;
        background-size: 100% 100%;
    }

    .shop_row .main_commodity {
        background: url("https://h5-res.sjzt2020.com/20250619/origin/shop_bg_m.png") no-repeat;
        background-size: 109% 100%;
        padding-bottom: 1rem;
        /*padding-top: 2rem;*/
        padding-left: 1rem;
        margin-left: -0.7rem !important;
        /*border: 0rem solid transparent;*/
        /*border-image: url("https://h5-res.sjzt2020.com/20250619/origin/shop_bg_m.png");*/
        /*border-width: 20% 5% 5% 5%;*/
        /*box-sizing: border-box;*/
        /*padding-top: 2rem;*/
    }

    /*.hjx_main .main_commodity {*/
    /*    border: 2rem solid transparent;*/
    /*    border-image: url("https://h5-res.sjzt2020.com/20250619/origin/hjx_bg_m.png");*/
    /*    border-width: 20% 5% 5% 5%;*/
    /*    box-sizing: border-box;*/
    /*    padding-top: 2rem;*/
    /*    !*background: url("https://h5-res.sjzt2020.com/20250619/origin/hjx_bg_m.png") no-repeat;*!*/
    /*    !*background-size: 100% 100%;*!*/
    /*}*/
    /*#pay_get_gift{*/

    /*}*/
    /*.shop_row .main_commodity {*/
    /*    position: relative;*/
    /*    width: 100%;*/
    /*    border-image: url("https://h5-res.sjzt2020.com/20250619/origin/shop_bg_m.png") 30 round;*/
    /*    !*height: 800px; !* 可根据需要调整容器高度 *!*!*/
    /*    !*background-image: url("https://h5-res.sjzt2020.com/20250619/origin/shop_bg_m.png");*!*/
    /*    background-size: contain;*/
    /*    !*background-repeat: no-repeat;*!*/
    /*    !*background-position: center;*!*/

    /*    !*background: url("https://h5-res.sjzt2020.com/20250619/origin/shop_bg_m.png") no-repeat;*!*/
    /*    !*background-size: 100% 100%;*!*/
    /*    !*background-size: 100%;*!*/
    /*    height: 35rem;*/
    /*    !*padding-bottom: 1rem;*!*/
    /*}*/
    /*.shop_row .main_commodity {*/
    /*    background: url("https://h5-res.sjzt2020.com/20250619/origin/shop_bg_m.png") no-repeat;*/
    /*    background-size: 100% 100%;*/
    /*    padding-bottom: 1rem;*/
    /*}*/
    /*.shop_row .main_commodity {*/
    /*    position: relative;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*padding: 0.1rem;*/
    /*}*/

    /*.shop_row .main_commodity::before {*/
    /*    content: "";*/
    /*    position: absolute;*/
    /*    top: 0;*/
    /*    left: 0;*/
    /*    right: 0;*/
    /*    bottom: 0;*/
    /*    z-index: -1;*/
    /*    !* 这里使用示例图片，你可以替换为自己的图片链接 *!*/
    /*    background-image: url('https://h5-res.sjzt2020.com/20250619/origin/shop_bg_m.png');*/
    /*    background-size: cover;*/
    /*    background-repeat: no-repeat;*/
    /*    clip-path: polygon(10px 10px, 100px 10px, 100px 100px, 10px 100px);*/
    /*    !*clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 20px 20px, 20px calc(100% - 20px), calc(100% - 20px) calc(100% - 20px), calc(100% - 20px) 20px, 20px 20px);*!*/
    /*}*/

    .mrrw_main .rw_main_box {
        background: url("https://h5-res.sjzt2020.com/20250619/origin/rw_bg_m.png") no-repeat;
        background-size: 96% 100%;
        margin-left: 0.4rem !important;
    }

    .zl_row {
        background: url("https://h5-res.sjzt2020.com/20250619/origin/zl_bg_m.png") no-repeat;
        background-size: 100% 100%;
    }

    .nav_box {
        background-size: 100% 100%;
        width: 1rem;
        height: 8rem;
        left: .1rem;
    }

    .qc_main {
        padding: 0 .5rem;
    }

    .qc_main .qc_div {
        width: calc((100% - 1rem)/5);
    }

    .qc_img3_box {
        bottom: 3px;
    }

    .qc_box .main_info {
        margin: 0;
    }

    #target2 {
        padding-bottom: 0rem;
    }

    .qc_box {
        background: url("https://h5-res.sjzt2020.com/20250619/origin/qc_bg.png") no-repeat top;
        background-size: 100% auto;
    }

    .qc_img3_box {
        width: .8rem;
        font-size: .25rem;
    }

    .gz_box_div {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .el-message-box {
        width: 90% !important;
    }

    .main_top_box {
        margin-bottom: 10px;
    }


    .pfsc_mrjc_btn {
        right: 1.5rem;
    }

    .pfsc_mrjc_txt {
        font-size: 10px;
        right: 1.5rem;
    }

    .pfsc_mrjc_head {
        left: 1.5rem;
    }

    .pfsc_mrjc_item1 {
        left: 3rem;
    }

    .pfsc_mrjc_item2 {
        left: 4.1rem;
    }

    .pfsc_mrjc_item3 {
        left: 5.2rem;
    }

    .pfsc_mrjc_item4 {
        left: 6.3rem;
    }

    .pfsc_show2 {
        margin: auto 5%;
    }

    .pfsc_show2 .main_shop_div {
        margin: 0.25rem;
    }
}

#navbar img:nth-of-type(1) {
    width: 80%;
}

.footer_box_col2 {
    width: 100%;
    padding-bottom: 0.5rem;
}

.smzs_bg {
    background: url("https://h5-res.sjzt2020.com/20250619/origin/smzs_bg.png") no-repeat;
    background-size: 100% auto;
    width: 100%;
    line-height: 3rem;
    margin: auto;
}

.smzs_main {
    margin-top: 1rem;
    /*width: 2rem;*/
}

.smzs_bg .smzs_jl {
    position: absolute;
    right: 2rem;
    width: 1rem;
}


.smzs_jf {
    color: white;
    position: absolute;
    left: 62%;
    top: 3px;
    transform: translateX(-50%);
    font-size: 16px;
}

.title_img {
    margin: auto 1rem;
    width: 100%;
}


/* 进度条样式 */
.container {
    width: 95%;
    padding: 10px 0 30px 0;
}

.progress-container {
    position: relative;
    /* padding: 25px 0; */
}

.progress-bar {
    position: relative;
    height: 0.6rem;
    background: linear-gradient(to right, #3498db, #2980b9);
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    overflow: visible;
    border: 2px solid #fff;
    /* 添加进度条背景图片 */
    background-image: url('https://h5-activities-1321045010.cos.ap-guangzhou.myqcloud.com/ftyxPay/20250619/%E6%83%8A%E5%96%9C%E8%B4%A9%E5%8D%96%E6%9C%BA/%E7%BB%84%20153.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.center-icon {
    position: absolute;
    left: 58.5%;
    transform: translateX(-50);
    top: 50%;
    transform: translateY(-50%);
    width: 0.8rem;
    height: 0.8rem;
}

.node_648 {
    position: absolute;
    left: 7%;
    top: 0.9rem;
    width: 0.75rem;
    height: 0.35rem;
}

.node_1888 {
    position: absolute;
    left: 31%;
    top: 0.9rem;
    width: 0.9rem;
    height: 0.35rem;
}

.node_3888 {
    position: absolute;
    left: 58%;
    top: 0.9rem;
    width: 0.9rem;
    height: 0.35rem;
}

.node_6888 {
    position: absolute;
    left: 83%;
    top: 0.9rem;
    width: 1rem;
    height: 0.35rem;
}

.node_10000 {
    position: absolute;
    left: 105%;
    top: 0.9rem;
    width: 1.1rem;
    height: 0.35rem;
}

.progress-fill {
    position: absolute;
    left: 0;
    height: 100%;
    /* 默认进度，可通过JS动态调整 */
    background: linear-gradient(to right, #3498db, #2ecc71);
    border-radius: 8px;
    transition: width 0.5s ease;
    /* 添加进度条当前进度图片 */
    background-image: url('https://h5-activities-1321045010.cos.ap-guangzhou.myqcloud.com/ftyxPay/20250619/%E6%83%8A%E5%96%9C%E8%B4%A9%E5%8D%96%E6%9C%BA/%E7%9F%A9%E5%BD%A2%20751.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.progress-thumb {
    position: absolute;
    top: 50%;
    left: 50%;
    /* 默认位置，可通过JS动态调整 */
    transform: translate(-50%, -50%);
    z-index: 10;
}

.thumb-icon {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /*top: -20px;*/
}

.thumb-icon img {
    width: 50px;
    height: 50px;
}

.smzs_jdt_item {
    /* 添加悬浮动画效果 */
    position: absolute;
    animation: float 2s ease-in-out infinite;
    width: 70px;
    left: 44%;
    transform: translateX(-50%);
    top: 0;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(0px);
    }
}

.progress-nodes {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
}

.node {
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 1.5rem;
    left: -8px;
    width: 100%;
}


.node-dot {
    position: relative;
    width: 5px;
    height: 5px;
    background-color: #fff;
    /* 修改为菱形方块 */
    transform: rotate(45deg);
    border: 2px solid #3498db;
    z-index: 5;
}

.node.active .node-dot {
    background-color: #3498db;
    border-color: #fff;
    box-shadow: 0 0 10px rgba(52, 152, 219, 0.7);
}

.node-label {
    position: absolute;
    top: 0.8rem;
    font-size: 12px;
    font-weight: bold;
    color: #013380;
    /* 取消旋转，保持文字正常显示 */
    /* transform: rotate(0deg); */
}

.smzs_gz {
    width: 100%;
    margin-left: 40%;
}

.smzs_gz span {
    color: #013380;
}

.smzs_gz img {
    width: 35px;
}

.smzs_time_rule {
    width: 100%;
    color: #013380;
}

/* 响应式调整 */
/*@media (max-width: 600px) {*/
/*    .node-label {*/
/*        font-size: 12px;*/
/*    }*/

/*    .thumb-icon {*/
/*        width: 30px;*/
/*        height: 30px;*/
/*    }*/

/*    .thumb-icon img {*/
/*        width: 30px;*/
/*        height: 30px;*/
/*    }*/
/*}*/
.progress-nodes {
    position: relative;
    width: 80%;
    height: 80%;

    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
}

.progress-nodes .node-1-bg {
    width: 1rem;
    height: 0.3rem;
    background: url(https://h5-activities-1321045010.cos.ap-guangzhou.myqcloud.com/ftyxPay/20250619/%E6%83%8A%E5%96%9C%E8%B4%A9%E5%8D%96%E6%9C%BA/648.png) no-repeat top;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.progress-nodes .node-2-bg {
    width: 1rem;
    height: 0.2rem;
    background: url(https://h5-activities-1321045010.cos.ap-guangzhou.myqcloud.com/ftyxPay/20250619/%E6%83%8A%E5%96%9C%E8%B4%A9%E5%8D%96%E6%9C%BA/1888.png) no-repeat top;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.progress-nodes .node-3-bg {
    width: 1rem;
    height: 0.5rem;
    background: url(https://h5-activities-1321045010.cos.ap-guangzhou.myqcloud.com/ftyxPay/20250619/%E6%83%8A%E5%96%9C%E8%B4%A9%E5%8D%96%E6%9C%BA/3888.png) no-repeat top;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.progress-nodes .node-4-bg {
    width: 1rem;
    height: 0.5rem;
    background: url(https://h5-activities-1321045010.cos.ap-guangzhou.myqcloud.com/ftyxPay/20250619/%E6%83%8A%E5%96%9C%E8%B4%A9%E5%8D%96%E6%9C%BA/6888.png) no-repeat top;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.progress-nodes .node-5-bg {
    width: 1rem;
    height: 0.5rem;
    background: url(https://h5-activities-1321045010.cos.ap-guangzhou.myqcloud.com/ftyxPay/20250619/%E6%83%8A%E5%96%9C%E8%B4%A9%E5%8D%96%E6%9C%BA/10000.png) no-repeat top;
    /*z-index: 100;*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.progress-nodes .node-label {
    font-size: 14px;
    color: #333;
}



/* A图片容器：作为背景，固定尺寸 */
.zl-rule-bg {
    position: relative;
    margin-top: 10%;
    top: 10%;
    width: 100%;
    height: 100%;
    min-height: 55vh;
    background: url('https://h5-res.sjzt2020.com/20250619/origin/zl_rule_bg.png') no-repeat;
    border: 2px solid #ddd;
    background-size: cover;
}

/* B图片容器：占据A的70%展示区域，开启垂直滚动 */
.zl-rule {
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    height: 90%;
    overflow-y: auto;
    padding: 20px;
    box-sizing: border-box;
}

/* B图片：自适应容器宽度，高度自动（确保可超出容器高度） */
.zl-rule-image {
    width: 100%;
    height: auto;
    min-height: 1200px;
}

.rw_mr5_img {
    width: .18rem;
}

.zp_bt_div .zp_one .cj_rate {
    width: 1rem;
    /*width: 40%;*/
    margin: auto 1.25rem;
    /*margin-left: 2rem;*/
    /*width: 2rem;*/
    height: 0.3rem;
    /*float: left;*/
}

.zp_bt_div .cj_my_rate {
    width: 1.5rem;
    margin: auto 1.25rem;
    /*margin-left: 2rem;*/
    /*width: 2rem;*/
    height: 0.3rem;
    /*float: left;*/
}

.zllz_jl {
    width: 1rem !important;
    position: absolute;
    z-index: 99999999;
    right: 20%;
}

/**
*@时间 2025.6.18
*@作者 小梁
*/

/*端午-领取礼物*/
.dw_active_box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.dw_active_box .cj_btn {
    width: 3.5rem;
    height: 1.2rem;
    margin-top: 0.8rem;
}

/**放彩蛋效果*/
.easter-egg {
    animation: easter-egg-effect 4s infinite;
}

@keyframes easter-egg-effect {
    0% {
        transform: scale(0.3);
    }

    100% {
        transform: scale(6);
    }
}


/**2025-07-21 **/
.main_shop_header_h5{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6.6rem;
}

.main_shop_box .main_shop_div_zn{
    position: relative;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("https://h5-res.sjzt2020.com/飞艇/日常活动/20250721/周年限定礼包/赠送冰淇淋(底框).png");
}

.main_shop_box .main_shop_div_zn .main_shop_div_zn_content{
    position: absolute;
    left: 75px;
    top: 0;
    display: flex;
    align-items: center;
    width: 190px;
    height: 80px;
    overflow-x: auto;
}

.main_shop_div_zn_content .gifts{
    width: auto;
    height: 55px;
}

.main_shop_box .main_shop_div_zn .main_shop_div_zn_right{
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 85px;
    height: 80px;
    padding-top: 10px;
    box-sizing: border-box;
}

.main_shop_div_zn_right .limit{
    width: 55px;
    height: 10px;
    margin-bottom: 5px;
}

.main_shop_div_zn_right .price{
    width: 55px;
    height: 22px;
}

.main_shop_mb_pd{
    padding: 0 25px !important;
    box-sizing: border-box;
    margin-bottom: 20px;

    scrollbar-color: red;
}

.main_shop_box .h5_div_zn{
    width: 100%;
    height: 80px;
}

.main_shop_box .pc_div_zn{
    width: 46%;
    height: 80px;
    margin-right: 20px;
}

/* PC端隐藏水平滚动条和鼠标拖拽功能 */
@media screen and (min-width: 769px) {
    .main_shop_div_zn_content {
        /* 隐藏水平滚动条 */
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE and Edge */
    }
    
    .main_shop_div_zn_content::-webkit-scrollbar {
        display: none; /* Chrome, Safari and Opera */
    }
    
    /* 启用鼠标拖拽 */
    .main_shop_div_zn_content {
        cursor: grab;
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
    }
    
    .main_shop_div_zn_content:active {
        cursor: grabbing;
    }
    
    /* 确保内容可以水平滚动 */
    .main_shop_div_zn_content {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }
    
    /* 让礼物图片保持在同一行 */
    .main_shop_div_zn_content .gifts {
        display: inline-block;
        margin-right: 10px;
        flex-shrink: 0;
    }
}