body {
    overflow-x: hidden;
}

@font-face {
    font-family: 'AlimamaShuHeiTi-Bold';
    src: url('/yii/web/css/font/AlimamaShuHeiTi-Bold/AlimamaShuHeiTi-Bold.eot') format('embedded-opentype'),
        url('/yii/web/css/font/AlimamaShuHeiTi-Bold/AlimamaShuHeiTi-Bold.otf') format('opentype'),
        url('/yii/web/css/font/AlimamaShuHeiTi-Bold/AlimamaShuHeiTi-Bold.ttf') format('TrueType'),
        url('/yii/web/css/font/AlimamaShuHeiTi-Bold/AlimamaShuHeiTi-Bold.woff') format('woff'),
        url('/yii/web/css/font/AlimamaShuHeiTi-Bold/AlimamaShuHeiTi-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Cangeryumo-W05';
    src: url('/yii/web/css/font/Cangeryumo-W05.ttf') format('truetype');
}

.send_btn {
    width: 136px;
    height: 54px;
    background: url('https://softbank.jpgoodbuy.com/upload/zhuanyun/mercari/send_btn.png');
    background-size: cover;
    border: none;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 1);
}

.btn_warning {
    width: 136px;
    height: 48px;
    background: rgba(204, 204, 204, 1);
    border-radius: 100px;
    border: none;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
}

.golden-font-color {
    color: rgba(255, 195, 0, 1);
}

.spring-activity {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-image: url('https://softbank.jpgoodbuy.com/upload/date/20241021/mercari_background.png');
    background-size: cover;
    position: relative;
}

.input_box_number {
    width: 40px;
    height: 48px;
    opacity: 1;
    border-radius: 8px;
    background: rgba(255, 255, 255, 1);
    margin-left: 4px;
    padding: 2px 10px;
}

.input_box_number span {
    font-family: 'AlimamaShuHeiTi-Bold';
    font-size: 32px;
    font-weight: 900;
    color: rgba(255, 78, 74, 1);
}

.grab_tickets_coupon_number {
    font-family: 'AlimamaShuHeiTi-Bold';
    font-size: 32px;
    font-weight: 900;
    color: rgba(255, 78, 74, 1);

    position: absolute;
    letter-spacing: 25px;
    left: 50%;
    transform: translateX(-50%);
    padding-left: .8em;
}


.activity-top-background {
    top: 0px;
    width: 100%;
    opacity: 1;
}

.activity-top-background .top-background-img {
    width: 100%;
    background-size: 100%;
}

.top-activity-time {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 28vw;
}

.top-activity-time span {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0px;
    color: rgba(35, 108, 255, 1);
}

.top-background-arrow {
    position: relative;
    margin-top: -45.8%;
    height: 8vw;
    width: 47vw;
    left: 26vw;
    overflow: hidden;
}

.top-background-arrow>img {
    height: 8vw;
    position: absolute;
    top: 0;
    left: -10vw;
    -webkit-animation: slide-left 4s linear infinite;
    animation: slide-left 4s linear infinite;
}

@-webkit-keyframes slide-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(80vw);
    }
}

@keyframes slide-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(80vw);
    }
}

/* 活动攻略 */
.activity-dig-coal-guide {
    width: 100%;
    margin: 16% 0 20px 0;
    text-align: center;
}

.dig-coal-guide-content {
    width: 68%;
    height: auto;
    border-radius: 20px;
    background: url('https://softbank.jpgoodbuy.com/upload/date/20241122/mercari-dig-coal-guide-background.png');
    background-size: 100% 100%;
    display: inline-block;
    padding: 88px 40px 30px 40px;
    z-index: 2;
    position: relative;
}

.dig-coal-guide-activity-progress-info-group {
    border-radius: 20px;
    background: rgba(255, 255, 255, 1);
    padding: 20px 40px;
}

.dig-coal-guide-activity-time-group {
    display: flex;
    justify-content: space-around;
}

.dig-coal-guide-activity-time>div:first-child {
    font-size: 20px;
    font-weight: 700;
    color: rgba(0, 0, 0, 1);
}

.dig-coal-guide-activity-name-group {
    display: flex;
    justify-content: space-around;
}

.dig-coal-guide-activity-name {
    color: rgba(255, 87, 51, 1);
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    font-family: 'AlimamaShuHeiTi-Bold';
}

.dig-coal-guide-activity-progress-group {
    width: 100%;
    height: 40px;
    border-radius: 20px;
    background: rgba(255, 155, 19, 0.2);
    /* display: flex; */
    margin: 12px 0 20px 0;
}

.dig-coal-guide-activity-progress-bar {
    height: 40px;
    border-radius: 20px;
    background: linear-gradient(90deg, rgba(255, 195, 0, 1) 0%, rgba(255, 141, 26, 1) 100%);
}

.progress-bar-division {
    display: flex;
    justify-content: space-around;
}

.progress-bar-white {
    width: 4px;
    height: 40px;
    background: #FFF;
}

/* 活动攻略 end */


.activity-grab-tickets {
    width: 100%;
    margin-top: 13%;
    text-align: center;
}

.grab-tickets-content {
    width: 1200px;
    height: auto;
    opacity: 1;
    border-radius: 20px;
    background: url('https://softbank.jpgoodbuy.com/upload/zhuanyun/mercari/mercari-grab-tickets_bg.png');
    background-size: cover;
    display: inline-block;
    padding: 20px;
}

.grab-tickets-content-robot {
    position: relative;
}

.grab-tickets-content-robot-img {
    width: 310.85px;
    height: 200px;
    opacity: 1;
    position: absolute;
    top: -145px;
    left: 0;
}

.grab-tickets-content-robot-info {
    width: 104px;
    height: 48px;
    opacity: 1;
    border-radius: 12px 12px 12px 2px;
    background: rgba(0, 0, 0, 0.8);
    color: #FFF;
    transition: all 0.5s ease-in-out;
    z-index: 9;
    position: absolute;
    top: -112px;
    left: 170px;
}

.stay_loading_point {
    width: 8px;
    height: 8px;
    opacity: 1;
    background: rgba(255, 255, 255, 1);
    display: inline-block;
    border-radius: 50%;
    margin: 20px 13px 20px 13px;
}

.stay_loading_content_title {
    width: 100%;
    height: 23px;
    opacity: 1;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 1);
    text-align: left;

}

.grab-tickets-content-icon-coupon {
    margin: 8px 8px 0 0;
    width: 40px;
    height: 40px;
    opacity: 1;
}

.grab-tickets-content-title {
    height: 48px;
    opacity: 1;
    /** 文本1 */
    font-family: 'AlimamaShuHeiTi-Bold';
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 1);
    text-align: left;
    vertical-align: top;
}

.grab-tickets-content-title-tag {
    margin: 10px 0 0 20px;
    width: auto;
    height: 40px;
    opacity: 1;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 12px 6px 12px;

    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 0px;
    color: rgba(251, 109, 108, 1);
    text-align: left;
}

.grab-tickets-content-content {
    margin-top: 32px;
    height: 584px;
    opacity: 1;
    border-radius: 20px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

.grab-tickets-content-content-title {
    margin: 32px 0 20px 0;
    opacity: 1;
    font-size: 16px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    justify-content: center;
    display: inline-flex;
    font-family: PingFangSC-Regular, sans-serif;

}

.grab-tickets-content-content-left {
    width: 400px;
    height: 544px;
    opacity: 1;
    border-radius: 20px;
    background: linear-gradient(90deg, rgba(255, 66, 66, 0.05) 0%, rgba(255, 172, 71, 0.1) 100%);
    margin-right: 20px;
    overflow: hidden;
}

.grab-tickets-content-content-left-title {
    width: 100%;
    height: 64px;
    opacity: 1;
    background: linear-gradient(90deg, rgba(255, 66, 66, 0.05) 0%, rgba(255, 172, 71, 0.1) 100%);

}

.grab-tickets-content-content-left-box {
    width: 100%;
    height: auto;
    padding: 40px 40px 0 40px;
}

.grab-tickets-content-content-left-box-expense {
    background: url('https://softbank.jpgoodbuy.com/upload/date/20231127/mercari-grab-tickets-expense-background.png');
    background-size: cover;
    height: 322px;
}

.grab-tickets-content-content-box-title {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0px;
    color: rgba(250, 99, 115, 1);
    -webkit-background-clip: text;
    text-align: justify;
    vertical-align: top;
}

.grab-tickets-content-content-right {
    width: 700px;
    height: 544px;
    opacity: 1;
    border-radius: 20px;
    background: linear-gradient(90deg, rgba(255, 66, 66, 0.05) 0%, rgba(255, 172, 71, 0.1) 100%);
    overflow: hidden;
}

.grab-tickets-content-content-right-title {
    width: 100%;
    height: 64px;
    opacity: 1;
    background: linear-gradient(90deg, rgba(255, 66, 66, 0.05) 0%, rgba(255, 172, 71, 0.1) 100%);

}

.grab-tickets-content-content-right-box {
    width: 636px;
    height: 120px;
    opacity: 1;
    border-radius: 20px;
    background: rgba(255, 255, 255, 1);
    margin: 20px 32px 0 32px;
    padding: 10px;
    display: flex;
    align-items: center;
}

.grab-tickets-content-content-right-box-left {
    width: 100px;
    height: 100px;
    opacity: 1;
    border-radius: 16px;
    background: rgba(246, 246, 246, 1);
    padding: 21px;

}

.grab-tickets-content-content-right-box-left img {
    width: 57px;
    height: 57px;
    opacity: 1;
}

.grab-tickets-content-content-right-box-center {
    margin: 6px 13px 0 16px;
}

.grab-tickets-right-box-center_title {
    width: 306px;
    height: 28px;
    opacity: 1;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0px;
    color: rgba(102, 102, 102, 1);
    text-align: left;
    vertical-align: top;
    margin-bottom: 5px;
}

.grab-tickets-right-box-center_info {
    width: 306px;
    height: 65px;
    opacity: 1;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(102, 102, 102, 1);
    text-align: justify;
    vertical-align: top;

}

.grab-tickets-content-content-right-box-right {}

.grab-tickets-content-description,
.dig-coal-content-description {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 1);
    text-align: justify;
    vertical-align: top;
}

.grab-tickets-content-description p,
.dig-coal-content-description p {
    margin: 0;
}

.activity-packing-charge {
    width: 100%;
    text-align: center;
    position: relative;
}

.packing-charge-content {
    width: 68%;
    height: 860px;
    border-radius: 20px;
    background: url('https://softbank.jpgoodbuy.com/upload/date/20241125/mercari-packing-charge-t.png');
    background-size: 100% 100%;
    display: inline-block;
}

/* 挖煤大作战 */

.activity-dig-coal {
    width: 100%;
    margin: 16% 0 20px 0;
    text-align: center;
}

.dig-coal-content {
    width: 68%;
    height: auto;
    border-radius: 20px;
    background: linear-gradient(90deg, rgba(252, 147, 82, 1) 0%, rgba(250, 83, 126, 1) 100%);
    display: inline-block;
    padding: 26px 26px 12px 26px;
    z-index: 2;
    position: relative;
}

.dig-coal-content-robot {
    position: relative;
}

.dig-coal-content-robot-img {
    width: 310px;
    height: 200px;
    opacity: 1;
    position: absolute;
    top: -172px;
    left: 16%;
}

.dig-coal-content-robot-info {
    width: 104px;
    height: 48px;
    opacity: 1;
    border-radius: 12px 12px 12px 2px;
    background: rgba(0, 0, 0, 0.8);
    color: #FFF;
    transition: all 0.5s ease-in-out;
    z-index: 9;
    position: absolute;
    top: -132px;
    left: 25%;
}

.dig-coal-content-red-background {
    position: relative;
}

.dig-coal-content-red-background-img {
    position: absolute;
    width: 200px;
    height: 200px;
    top: -80px;
    right: 0;
    z-index: 0;
}

.dig-coal-content-icon-coupon {
    margin: 8px 8px 0 0;
    width: 40px;
    height: 40px;
    opacity: 1;
}

.dig-coal-group-title {
    display: inline-flex;
    align-items: flex-end;
}

.dig-coal-content-title {
    height: 48px;
    opacity: 1;
    font-family: 'AlimamaShuHeiTi-Bold';
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 1);
}

.dig-coal-content-describe {
    height: 48px;
    opacity: 1;
    font-family: 'AlimamaShuHeiTi-Bold';
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 1);
    line-height: 64px;
}

.dig-coal-content-title-tag {
    margin: 10px 0 0 20px;
    width: auto;
    height: 40px;
    opacity: 1;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 12px 6px 12px;

    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 0px;
    color: rgba(132, 133, 251, 1);
}

.dig-coal-content-dig_coal_number {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 1);
    display: inline-flex;
    align-items: flex-end;
}

.dig-coal-content-content {
    margin: 20px 0;
    height: auto;
    opacity: 1;
    border-radius: 20px;
    z-index: 1;
    position: relative;
}

.dig-coal-content-content-coupon {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.dig-coal-overlay {
    border-radius: 22px;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
}

.dig-coal-coupon-group {
    display: inline-flex;
    width: 49%;
    height: auto;
    margin-top: 8px;
    margin-bottom: 8px;
    align-items: center;
    justify-content: space-around;
    position: relative;
}

/* 挖煤大作战 end */

/* 活动入口 start */
.activity-entrance {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

/* 活动入口 end */

/* 狂欢购 start */
.activity-carnival-shopping {
    width: 100%;
    margin-top: 60px;
    text-align: center;
}

.carnival-shopping-content {
    width: 68%;
    display: inline-block;
}

.carnival-shopping-content-top {
    background: rgba(255, 255, 255, 1);
    padding: 20px;
    border-radius: 50% 50% 0 0;
    height: 380px;
}

.carnival-shopping-content-top-title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.carnival-shopping-content-top-title-f {
    font-size: 48px;
    font-weight: 400;
    color: rgba(0, 27, 84, 1);
    font-family: 'AlimamaShuHeiTi-Bold';
    ;
}

.carnival-shopping-content-top-search {
    margin-top: 16px;
    width: 100%;
}

.carnival-shopping-content-top-search>.iconsousuo2 {
    position: absolute;
    margin: 14px 16px;
    color: rgba(153, 153, 153, 1);
}

.carnival-shopping-content-top-search input {
    width: 66%;
    height: 48px;
    border-radius: 50px;
    background: rgba(246, 246, 246, 1);
    border: 0;
    padding: 0 0 0 36px;
}

.carnival-shopping-top-search-button-group {
    position: absolute;
    right: 4px;
}

.carnival-shopping-top-search-button-group-left {
    width: 96px;
    height: 40px;
    border-radius: 20px 0px 0px 20px;
    background: rgba(255, 73, 73, 1);
    border: 0;
    color: #FFF;
    position: absolute;
    margin: 4px -198px;
}

.carnival-shopping-top-search-button-group-right {
    width: 96px;
    height: 40px;
    opacity: 1;
    border-radius: 0px 20px 20px 0px;
    background: rgba(255, 141, 26, 1);
    border: 0;
    color: #FFF;
    position: absolute;
    margin: 4px -100px;
}

.carnival-shopping-content-group {
    position: relative;
    top: -192px;
    background: #FFF;
    height: auto;
}

.carnival-shopping-content-class {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.carnival-shopping-content-class div {
    font-family: 'Cangeryumo-W05';
    font-size: 36px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 69, 153, 1);
    height: 112px;
    line-height: 112px;
    width: 16.5%;
    box-shadow: -2px -4px 16px 0px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.carnival-shopping-content-class div:first-child {
    border-radius: 60px 0px 0px 0px;
}

.carnival-shopping-content-class div:last-child {
    border-radius: 0px 60px 0px 0px;
}

.carnival-shopping-content-goods-list {
    padding: 20px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.carnival-shopping-content-goods-list>.goods-info {
    width: 19%;
    display: inline-block;
    cursor: pointer;
}

.carnival-shopping-content-goods-list>.goods-info>img {
    width: 100%;
    height: 100%;
}

.carnival-shopping-content-goods-list>.goods-info>.goods-name {
    background: url('https://softbank.jpgoodbuy.com/upload/date/20241022/mercari-carnival-shopping-goods-name-background.png?v=2');
    background-size: 100% 100%;
    height: 50px;
    font-size: 20px;
    font-weight: 400;
    color: rgba(0, 27, 84, 1);
    padding: 8px;
    font-family: 'Cangeryumo-W05';
}

/* 狂欢购 end */


/* 煤炉热搜商品推荐 start */
.activity-goods-recommend {
    width: 100%;
    margin-top: -160px;
    text-align: center;
}

.goods-recommend-content {
    width: 68%;
    display: inline-block;
}

.goods-recommend-title {
    font-size: 36px;
    font-weight: 400;
    color: rgba(0, 27, 84, 1);
    font-family: 'AlimamaShuHeiTi-Bold';
    position: relative;
    height: 66px;
}

.goods-recommend-group {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.goods-recommend-roll {
    height: 256px;
    width: 40px;
    padding: 119px 12px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.8);
    cursor: pointer;
}

.goods-recommend-prev-arrow {
    margin-right: 16px;
}

.goods-recommend-next-arrow {
    margin-left: 16px;
}

.goods-recommend-list {
    width: 100%;
    overflow: hidden;
    display: inline-flex;
}

.goods-recommend-list-item {
    border-radius: 16px;
    margin-right: 12px;
    cursor: pointer;
    width: 184px !important;
    height: auto;
}

.goods-recommend-list-item img {
    width: 184px;
    height: 190px;
    border-radius: 16px 16px 0 0;
}

.goods-recommend-item-info {
    width: 184px;
    height: 66px;
    padding: 8px 12px 12px 12px;
    background: rgba(255, 255, 255, 1);
    border-radius: 0 0 16px 16px;
    text-align: left;
}

.goods-recommend-item-info-title {
    text-align: justify;
    font-size: 14px;
    white-space: break-spaces;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-word;
    display: -webkit-box;
}

.goods-recommend-item-info-sale-label {
    border-radius: 4px;
    background: rgba(255, 73, 73, 1);
    padding: 1px 4px;
    color: #FFF;
    font-size: 12px;
    margin-right: 6px;
}

.goods-recommend-item-info-price-text {
    font-size: 16px;
}

.goods-recommend-item-info-price {
    font-size: 18px;
    font-weight: 700;
    color: rgba(255, 87, 51, 1);
}


/* 煤炉热搜商品推荐 end */

/* 炉神赐福 start */
.activity-mercari-god {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

.mercari-god-content {
    width: 68%;
    height: auto;
    opacity: 1;
    display: inline-block;
}

.mercari-god-content img {
    width: 100%;
}

/* 炉神赐福 end */

/* 金铲铲 start */
.activity-mercari-golden-shovel {
    width: 100%;
    margin-top: 100px;
    text-align: center;
}

.mercari-golden-shovel-content {
    width: 68%;
    height: 900px;
    opacity: 1;
    display: inline-block;
    padding: 6px;
    border-radius: 80px 80px 40px 40px;
    background: rgba(126, 81, 64, 1);
    box-shadow: 0px 8px 0px rgba(71, 26, 25, 1);
}

.mercari-golden-shovel-title {
    background: url('https://softbank.jpgoodbuy.com/upload/date/20241024/mercari-golden-shovel-top-title.png');
    background-size: 100% 100%;
    height: 20%;
    width: 46%;
    margin: 0 auto;
    text-shadow: 0px 4px 4px rgba(28, 9, 0, 0.25);
    font-size: 48px;
    font-weight: 400;
    color: rgba(53, 6, 9, 1);
    font-family: 'AlimamaShuHeiTi-Bold';
    padding: 44px;
    position: relative;
    top: -88px;
    z-index: 1;
}

.mercari-golden-shovel-gold-group {
    width: 100%;
    height: 86%;
    padding: 20px;
    position: relative;
    top: -178px;
}

.mercari-golden-shovel-gold-background {
    background: url('https://softbank.jpgoodbuy.com/upload/date/20241031/mercari-golden-shovel-content-background.png');
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    padding: 40px 28px;
    position: relative;
}

.mercari-golden-shovel-gold-top-group {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
}

.points-redemption-top-right {
    width: 260px;
    /* height: 58px; */
    border-radius: 14px;
    background: rgba(255, 255, 255, 1);
    float: right;
    padding: 12px;
}

.points-redemption-top-right-quantity-group {
    display: flex;
    justify-content: space-between;
}

.points-redemption-top-right-left {
    display: inline-flex;
    align-items: center;
}

.points-redemption-top-right-right {
    text-decoration-line: underline;
    color: rgba(42, 130, 228, 1);
    height: 36px;
    line-height: 46px;
    cursor: pointer;
}

.points-redemption-top-right-distance {
    margin-top: 2px;
    color: #FF8D1A;
}

.points-redemption-top-right-bold {
    color: #FF4949;
}

.mercari-golden-shovel-gold-describe {
    width: 100%;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.2);
    font-size: 20px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    padding: 14px;
    margin-top: 16px;
}

.mercari-golden-shovel-gold-prize-group {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
    flex-wrap: wrap;
    gap: 10px;
}

.mercari-golden-shovel-gold-prize-item {
    background: url('https://softbank.jpgoodbuy.com/upload/date/20241025/mercari-golden-shovel-prize-background.png');
    background-size: 100% 100%;
    width: 33%;
    height: 172px;
    padding: 6px;
}

.mercari-golden-shovel-gold-prize-discount-group {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

.mercari-golden-shovel-gold-prize-discount {
    font-family: 'Cangeryumo-W05';
    font-size: 60px;
    font-weight: 400;
    color: #FFF;
    /* 设置描边宽度及颜色 默认为字体内外描边 */
    text-stroke: 4px #FFF;
    /* 兼容Webkit(Chrome/Safari) */
    -webkit-text-stroke: 4px #FFF;
    text-shadow: 2px 2px 10px rgba(82, 119, 213, 0.8);
}

.mercari-golden-shovel-gold-prize-discount::before {
    /* 获取元素的属性值 */
    content: attr(data-content);
    position: absolute;
    /* 如果觉得描边粗了可以加上这段 */
    text-stroke: 0;
    -webkit-text-stroke: 0;
    /* 文本渐变色 */
    color: transparent;
    background: rgba(212, 48, 48, 1);
    -webkit-background-clip: text;
    text-shadow: none;
}

.mercari-golden-shovel-gold-prize-discount>span {
    font-family: 'Cangeryumo-W05';
    font-size: 40px;
    font-weight: 400;
    color: #FFF;
    /* 设置描边宽度及颜色 默认为字体内外描边 */
    text-stroke: 4px #FFF;
    /* 兼容Webkit(Chrome/Safari) */
    -webkit-text-stroke: 4px #FFF;
    text-shadow: 2px 2px 10px rgba(82, 119, 213, 0.8);
}

.mercari-golden-shovel-gold-prize-discount>span::before {
    /* 获取元素的属性值 */
    content: attr(data-content);
    position: absolute;
    /* 如果觉得描边粗了可以加上这段 */
    text-stroke: 0;
    -webkit-text-stroke: 0;
    /* 文本渐变色 */
    color: transparent;
    background: rgba(212, 48, 48, 1);
    -webkit-background-clip: text;
    text-shadow: none;
    margin-top: 22px;
}

.mercari-golden-shovel-gold-num {
    padding: 6px 28px;
    border-radius: 50px;
    background: rgb(0 0 0 / 50%);
    margin-left: 20px;
    margin-right: -24px;
}

.mercari-golden-shovel-gold-exchange-group {
    display: inline-flex;
    align-items: center;
}

.mercari-golden-shovel-gold-info {
    color: #FFF;
    font-size: 18px;
}

.mercari-golden-shovel-gold-limit {
    font-family: 'Cangeryumo-W05';
    font-weight: 400;
    color: #FFF;
    /* 设置描边宽度及颜色 默认为字体内外描边 */
    text-stroke: 2px #FFF;
    /* 兼容Webkit(Chrome/Safari) */
    -webkit-text-stroke: 2px #FFF;
    text-shadow: 2px 2px 10px rgba(82, 119, 213, 0.8);
}

.mercari-golden-shovel-gold-limit::before {
    /* 获取元素的属性值 */
    content: attr(data-content);
    position: absolute;
    /* 如果觉得描边粗了可以加上这段 */
    text-stroke: 0;
    -webkit-text-stroke: 0;
    /* 文本渐变色 */
    color: transparent;
    background: rgba(212, 48, 48, 1);
    -webkit-background-clip: text;
    text-shadow: none;
}

.mercari-golden-shovel-gold-exchange-btn-group {
    margin-left: 8px;
}

.mercari-golden-shovel-gold-img-exchange-btn-group {
    position: absolute;
    bottom: 12px;
    right: 26px;
}

.mercari-golden-shovel-gold-exchange-btn {
    background: url('https://softbank.jpgoodbuy.com/upload/date/20241030/mercari-exchange-btn.png');
    background-size: cover;
    width: 96px;
    height: 42px;
    border: none;
    cursor: pointer;
}

.mercari-golden-shovel-gold-exchange-btn-no {
    background: url('https://softbank.jpgoodbuy.com/upload/date/20241031/mercari-exchange-btn-no.png');
    background-size: cover;
    width: 96px;
    height: 42px;
    border: none;
    cursor: pointer;
}

.mercari-golden-shovel-gold-color-deep-red::before {
    background: rgba(212, 48, 48, 1);
    -webkit-background-clip: text;
}

.mercari-golden-shovel-gold-color-bright-red::before {
    background: rgba(255, 72, 0, 1);
    -webkit-background-clip: text;
}

.mercari-golden-shovel-gold-color-orange::before {
    background: rgba(255, 141, 26, 1);
    -webkit-background-clip: text;
}

/* 金铲铲 end */

/* 加煤好运机 start */
.activity-coal-burning {
    width: 100%;
    margin-top: 40px;
    text-align: center;
}

.coal-burning-content {
    width: 68%;
    height: auto;
    opacity: 1;
    border-radius: 20px;
    background: rgba(255, 255, 255, 1);
    display: inline-block;
    padding: 20px;
}

.coal-burning-content-icon-lever {
    margin: 8px 8px 0 0;
    width: 40px;
    height: 40px;
    opacity: 1;
}

.coal-burning-content-title {
    height: 48px;
    opacity: 1;
    font-family: 'AlimamaShuHeiTi-Bold';
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: left;
    vertical-align: top;
    color: transparent;
    background: linear-gradient(90deg, rgba(51, 51, 51, 1) 0%, rgba(242, 39, 39, 1) 100%);
    -webkit-background-clip: text;
}

.coal-burning-content-title-tag {
    margin: 10px 0 0 20px;
    width: auto;
    height: 40px;
    opacity: 1;
    border-radius: 8px;
    background: rgba(242, 39, 39, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 12px 6px 12px;

    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 0px;
    color: rgba(255, 255, 255, 1);
    text-align: left;
}

.coal-burning-content-title-participate_log {
    font-size: 16px;
    font-weight: 500;
    color: rgba(66, 135, 255, 1);
    float: right;
    text-decoration: underline;
    cursor: pointer;
    margin-left: 38%;
}


.coal-burning-content-dig_coal_number {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 1);
    text-align: left;
    vertical-align: top;
    display: inline-flex;
    align-items: center;
    margin: 2px 0 0 21%;
}

.coal-burning-content-content {
    margin-top: 33px;
    height: 560px;
    opacity: 1;
    border-radius: 20px;
    background: rgba(246, 246, 246, 1);
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 40px;
}

.coal-burning-content-win-prize {
    height: 64px;
    opacity: 1;
    border-radius: 20px;
    margin-top: 1.5%;
    border: 1px solid rgba(242, 39, 39, 0.6);
    padding: 20px;
}

.coal-burning-content-win-prize_userinfo {
    float: left;
    margin: 0 4px 0 16px;
}

.coal-burning-content-swiper .swiper-slide {
    height: 45px;
}


.coal-burning-content-win-prize_userinfo img {
    width: 24px;
    height: 24px;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 50%;
}

.coal-burning-content-win-prize_info {
    height: 23px;
    opacity: 1;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(51, 51, 51, 1);
    text-align: left;
    vertical-align: top;
}

.coal-burning-content-win-prize_user_number {
    opacity: 1;
    font-size: 18px;
    font-weight: 500;
    color: rgba(255, 73, 73, 1);
    float: right;
}


.coal-burning-content-content-left {
    width: 49%;
    height: 480px;
    opacity: 1;
    border-radius: 20px;
    background: url('https://softbank.jpgoodbuy.com/upload/zhuanyun/mercari/mercari-coal-burning_left_bg.png');
    background-size: 100% 100%;
    padding: 0 30px;
}

.coal-burning-content-content-left input {
    width: 100%;
    height: 48px;
    opacity: 1;
    border-radius: 24px;
    background: rgba(255, 255, 255, 1);
    border: none;
    padding-left: 20px;
    margin: 62% 0 16px 0;
}

.coal-burning-content-content-right {
    width: 386px;
    height: 480px;
    opacity: 1;
    background: url('https://softbank.jpgoodbuy.com/upload/zhuanyun/mercari/mercari-coal-burning_right_bg.png');
    background-size: cover;

}

.coal-burning-content-content-right span {
    opacity: 1;
    font-size: 54px;
    font-weight: 900;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 1);

}

.coal-burning-content-description {
    margin: 12px 0;
    opacity: 1;
    font-size: 15px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

/* 加煤好运机 end */

/* 煤海淘金 start */
.activity-coal-sea {
    width: 100%;
    text-align: center;
    margin: 40px 0 20px 0;
}

.coal-sea-content {
    width: 68%;
    height: auto;
    opacity: 1;
    border-radius: 20px;
    display: inline-block;
    background: url('https://softbank.jpgoodbuy.com/upload/zhuanyun/mercari/mercari-coal-gold_bg.png');
    background-size: 100% 100%;
}

.coal-sea-content-icon-gold {
    margin: 8px 8px 0 0;
    width: 40px;
    height: 40px;
    opacity: 1;
}

.coal-sea-content-title {
    height: 48px;
    opacity: 1;
    font-family: 'AlimamaShuHeiTi-Bold';
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: left;
    color: rgba(255, 255, 255, 1);
}

.coal-sea-content-title-tag {
    margin: 10px 0 0 20px;
    width: auto;
    height: 40px;
    opacity: 1;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 12px;

    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 0px;
    color: rgba(252, 153, 66, 1);
    text-align: left;
}

.coal-sea-share_wheel_seeding {
    margin-top: 40px;
}

.coal-sea-share_wheel_seeding_info {
    width: 192px;
    height: 258px;
    opacity: 1;
    border-radius: 20px;
    background: rgba(255, 255, 255, 1);
}

.coal-sea-share_wheel_seeding_info img {
    width: 192px;
    height: 192px;
    opacity: 1;
    border-radius: 20px 20px 0px 0px;
    border: 2px solid rgba(255, 255, 255, 1);
    margin-bottom: 9px;
}

.coal-sea-share_wheel_seeding_info span {
    width: 168px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(51, 51, 51, 1);
    text-align: justify;
    vertical-align: top;
    margin: 0 12px;
}

.coal-sea-share_wheel_seeding-page {
    width: 48px;
    height: 48px;
    cursor: pointer;
    top: 100px;
    position: relative;
    margin: 0 20px;
}

.coal-sea-share_wheel_seeding-prev {
    background: url('https://softbank.jpgoodbuy.com/upload/zhuanyun/mercari/mercari-prev-arrow.png');
    background-size: cover;
    float: left;
}

.coal-sea-share_wheel_seeding-next {
    background: url('https://softbank.jpgoodbuy.com/upload/zhuanyun/mercari/mercari-next-arrow.png');
    background-size: cover;
    float: right;
}

.coal-sea-content-content {
    margin: 40px 20px 0 20px;
    height: auto;
    opacity: 1;
    border-radius: 20px;
    background: rgba(255, 255, 255, 1);
    padding: 40px;
}

.coal-sea-content-content-title {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(51, 51, 51, 1);
    width: 100%;
}

.coal-sea-content-content-title_participate_log {
    font-size: 16px;
    font-weight: 500;
    color: rgba(66, 135, 255, 1);
    float: right;
    text-decoration: underline;
    cursor: pointer;
}

.coal-sea-content-content-apply-gift-package {
    width: 100%;
    height: auto;
    opacity: 1;
    margin-top: 20px;
    padding: 20px;
    border-radius: 20px;
    background: linear-gradient(90deg, rgba(255, 240, 128, 1) 0%, rgba(252, 153, 66, 1) 100%);
    display: inline-flex;
}

.apply-gift-package-content {
    width: 64%;
    height: auto;
    margin-left: 20px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 1);
    padding: 20px 40px 40px 40px;
}

.apply-gift-package-content input {
    width: 100%;
    height: 48px;
    opacity: 1;
    border-radius: 24px;
    background: rgba(246, 246, 246, 1);
    border: 0;
    padding-left: 32px;
    margin-right: 20px;
}

.add_share_order_url {
    width: 20%;
    height: 48px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 1);

    border: 1px solid rgba(229, 229, 229, 1);
}

.coal-sea-content-content-social-platform {
    margin-top: 8px;
    width: 100%;
    column-count: 2;
}

.coal-sea-content-social_platform_info {
    width: 100%;
    height: 128px;
    opacity: 1;
    border-radius: 20px;
    background: rgba(246, 246, 246, 1);
    text-align: left;
    display: inline-flex;
    margin-top: 10px;
    padding: 20px;
}

.coal-sea-content-social_platform_info img {
    width: 88px;
    height: 88px;
    opacity: 1;
    float: left;
}

.coal-sea-content-social_platform_info_title {
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    color: rgba(51, 51, 51, 1);
}

.coal-sea-content-social_platform_info_info {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #666666;
    margin-left: 12px;
}


.coal-sea-content-description {
    margin: 25px 0 20px 20px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    /* color: rgba(56, 26, 0, 1); */
    color: #FFF;
    text-align: justify;
    vertical-align: top;

}

.coal-sea-content-description p {
    margin: 0;
}

/* 煤海淘金 end */

/* 弹窗 提示 */
.life-alert {
    z-index: 1000;
    position: fixed;
    top: 50%;
    left: 50%;
    opacity: 1;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 18px;
    transform: translateX(-50%) translateY(-50%);
}

.life-alert img {
    width: 14px;
    height: 14px;
    margin-right: 6px;
}

.life-alert-text {
    opacity: 1;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 1);
}

/* 弹窗 提示 */

/* 优惠券记录弹窗 start */
.life-record-alert {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 999;
    width: 400px;
    height: 440px;
    opacity: 1;
    border-radius: 20px;
    background: rgba(255, 255, 255, 1);
    padding: 20px 10px 20px 20px;
}

.life-record-alert-list {
    height: 357px;
    overflow: hidden;
    overflow-y: auto;
    margin-top: 20px;
}

/*滑动条整体样式*/
.life-record-alert-list::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/*设置滑块样式*/
.life-record-alert-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #CCCCCC;
}

/*设置滑轨样式*/
.life-record-alert-list::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #FFFFFF;
}

.life-record-alert-title {
    font-size: 18px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    text-align: center;
}

.life-record-alert-title_close {
    float: right;
    top: 18px;
    right: 15px;
    position: absolute;
}

.record-alert-li-list {
    width: 360px;
    height: auto;
    opacity: 1;
    border-radius: 16px;
    background: rgba(246, 246, 246, 1);
    margin-bottom: 8px;
    padding: 12px;
}

.record-alert-li-list-left {
    height: 25px;
    opacity: 1;
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    text-align: left;
    vertical-align: top;
    padding-left: 8px;
}

.record-alert-li-list_date {
    font-size: 16px;
    color: rgba(153, 153, 153, 1);
}

.record-alert-li-list_info {
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
}

.record-alert-li-list_number {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.48px;
    color: rgba(255, 73, 73, 1);
    float: right;
    margin-right: 10px;
}

.record-alert-li-list_cause {
    width: 100%;
    height: auto;
    opacity: 1;
    border-radius: 8px;
    background: rgba(255, 255, 255, 1);
    margin-top: 12px;
    padding: 12px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    word-wrap: break-word;
}

/* 优惠券记录弹窗 end */


/* 炉子特效 start */
.stove-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 996;
    background-color: rgba(0, 0, 0, 0.65);
}

.stove-container img {
    width: 386px;
    height: 480px;
    z-index: 1000;
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 10px 24px 10px 24px;
    transform: translateX(-50%) translateY(-50%);
    transition: opacity 2s ease-in-out;
}

/* 确认弹窗 start*/
.life-alert-backdrop,
.life-record-alert-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 996;
    /* opacity: .5; */
    background-color: rgba(0, 0, 0, 0.65);
}

/* 确认弹窗 end*/


/* 弹窗 */
.activity-pop-up {
    width: 400px;
    height: 450px;
    opacity: 1;
    border-radius: 16px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
    padding: 14px;
    position: fixed;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.pop-up-title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 24px;
    color: rgba(0, 0, 0, 1);
    text-align: center;
    margin-bottom: 12px;
}

.pop-up-content {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 24px;
    color: rgba(0, 0, 0, 1);
    text-align: justify;
    height: 300px;
    word-wrap: break-word;
    overflow: auto;
    text-indent: 2em;
}

.pop-up-btn {
    margin-top: 20px;
}

.pop-up-tags {
    width: 100%;
    height: 35px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: relative;
}

.pop-up-ul {
    margin-top: 8px;
    height: 340px;
    overflow: auto;
}

.pop-up-ul-li {
    opacity: 1;
    border-radius: 12px;
    background: rgba(246, 246, 246, 1);
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.pop-up-ul-li-date {
    font-size: 14px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    margin-bottom: 4px;
}

.pop-up-ul-li-content {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    margin-right: 10px;
}

.pop-up-ul-li-num {
    font-size: 24px;
    font-weight: 500;
    color: rgba(255, 94, 0, 1);
}

.pop-up-tags-item {
    font-size: 16px;
    position: relative;
    cursor: pointer;
}

.pop-up-tags-active {
    color: rgba(255, 73, 73, 1);
}

.pop-up-tags-active::after {
    content: '';
    width: 92%;
    height: 2px;
    background-color: rgba(255, 73, 73, 1);
    position: absolute;
    top: 24px;
    border-radius: 2px;
    transform: translate(-50%, -50%);
    left: 50%;
}

.gray-mask {
    opacity: 1;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/*滑动条整体样式*/
.pop-up-ul::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/*设置滑块样式*/
.pop-up-ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #CCCCCC;
}

/*设置滑轨样式*/
.pop-up-ul::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #FFFFFF;
}