body {
    overflow-x: hidden;
}

@font-face {
    font-family: AlimamaShuHeiTi-Bold;
    src: url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlimamaShuHeiTi/AlimamaShuHeiTi-Bold/AlimamaShuHeiTi-Bold.eot) format('embedded-opentype'),
        url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlimamaShuHeiTi/AlimamaShuHeiTi-Bold/AlimamaShuHeiTi-Bold.otf) format('opentype'),
        url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlimamaShuHeiTi/AlimamaShuHeiTi-Bold/AlimamaShuHeiTi-Bold.ttf) format('TrueType'),
        url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlimamaShuHeiTi/AlimamaShuHeiTi-Bold/AlimamaShuHeiTi-Bold.woff) format('woff'),
        url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlimamaShuHeiTi/AlimamaShuHeiTi-Bold/AlimamaShuHeiTi-Bold.woff2) format('woff2');
}

@font-face {
    font-family: AlibabaPuHuiTi-2-95-ExtraBold;
    src: url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi-2/AlibabaPuHuiTi-2-95-ExtraBold/AlibabaPuHuiTi-2-95-ExtraBold.eot) format('embedded-opentype'),
        url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi-2/AlibabaPuHuiTi-2-95-ExtraBold/AlibabaPuHuiTi-2-95-ExtraBold.otf) format('opentype'),
        url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi-2/AlibabaPuHuiTi-2-95-ExtraBold/AlibabaPuHuiTi-2-95-ExtraBold.ttf) format('TrueType'),
        url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi-2/AlibabaPuHuiTi-2-95-ExtraBold/AlibabaPuHuiTi-2-95-ExtraBold.woff) format('woff'),
        url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi-2/AlibabaPuHuiTi-2-95-ExtraBold/AlibabaPuHuiTi-2-95-ExtraBold.woff2) format('woff2');
}

.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);
}

.spring-activity {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-image: url('https://softbank.jpgoodbuy.com/upload/zhuanyun/mercari/mercari_background.jpg');
    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: AlibabaPuHuiTi-2-95-ExtraBold;
    font-size: 32px;
    font-weight: 900;
    color: rgba(255, 78, 74, 1);
}

.grab_tickets_coupon_number {
    font-family: AlibabaPuHuiTi-2-95-ExtraBold;
    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: #000;
}

.top-background-arrow {
    position: relative;
    margin-top: -32%;
    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-grab-tickets {
    width: 100%;
    margin-top: 13%;
    text-align: center;
}

.grab-tickets-content {
    width: 1200px;
    height: 820px;
    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: 215px;
    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: 32px 0 20px 0;
    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-box-title {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0px;
    color: transparent;
    background: linear-gradient(90deg, rgba(250, 83, 126, 1) 0%, rgba(252, 146, 82, 1) 100%);
    -webkit-background-clip: text;
    text-align: justify;
    vertical-align: top;

}


.grab-tickets-content-content-left-number {
    margin: 40px 0 50px 0;
    opacity: 1;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    color: rgba(255, 78, 74, 1);
    text-align: left;
    vertical-align: top;
    position: relative;
}

.grab-tickets-content-content-left-notice {
    margin-top: 24px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(153, 153, 153, 1);
    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: 287px;
    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;

}

.grab-tickets-right-box-center_info {
    width: 306px;
    height: 45px;
    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: 1200px;
    height: 840px;
    opacity: 1;
    border-radius: 20px;
    background: url('https://softbank.jpgoodbuy.com/upload/date/20230428/mercari-packing-charge.png');
    background-size: cover;
    display: inline-block;
}
.activity-dig-coal {
    width: 100%;
    margin: 40px 0 50px 0;
    text-align: center;
}

.dig-coal-content {
    width: 1200px;
    height: 605px;
    opacity: 1;
    border-radius: 20px;
    background: linear-gradient(90deg, rgba(169, 82, 250, 1) 0%, rgba(83, 202, 252, 1) 100%);
    display: inline-block;
    padding: 20px;
}

.dig-coal-content-icon-coupon {
    margin: 8px 8px 0 0;
    width: 40px;
    height: 40px;
    opacity: 1;
}

.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);
    text-align: left;
    vertical-align: top;
}

.dig-coal-content-title-tag {
    margin: 10px 0 0 20px;
    width: 171px;
    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);
    text-align: left;
}

.dig-coal-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%;
}

.dig-coal-content-content {
    margin: 31px 0 20px 0;
    height: 446px;
    opacity: 1;
    border-radius: 20px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);

}

.dig-coal-content-content-title {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(51, 51, 51, 1);
    text-align: justify;
    vertical-align: top;
    padding: 35px 0 0 44px;
}

.dig-coal-content-content-title_coupon_log {
    font-size: 16px;
    font-weight: 500;
    color: rgba(66, 135, 255, 1);
    float: right;
    text-decoration: underline;
    cursor: pointer;
    margin-right: 40px;
}

.dig-coal-content-content-coupon-group {
    display: inline-flex;
    margin-top: 13px;
}

.dig-coal-content-content-coupon {
    background-image: url('https://softbank.jpgoodbuy.com/upload/date/20230420/mercari-coupon_bg.png');
    background-size: cover;
    width: 239px;
    height: 208px;
    margin: 0 20px 35px 20px;

}

.dig-coal-content-coupon {
    width: 239px;
    height: 192px;
}

.dig-coal-content-coupon-img {
    margin: 20px;
    width: 200px;
    height: 108px;
    opacity: 1;
    padding: 27px 0 0 72px;
    text-align: left;
}

.dig-coal-content-coupon-receive-img {
    background-image: url('https://softbank.jpgoodbuy.com/upload/zhuanyun/mercari/coupon.png');
    background-size: cover;
}

.dig-coal-content-coupon-disable-img {
    background-image: url('https://softbank.jpgoodbuy.com/upload/zhuanyun/mercari/coupon_disable.png');
    background-size: cover;
}

.dig-coal-content-coupon-money {
    width: 91px;
    height: 29px;
    opacity: 1;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 1);
    font-family: AlimamaShuHeiTi-Bold;
}

.dig-coal-content-coupon_btn_choose {
    width: 84px;
    height: 40px;
    cursor: pointer;
    background: url('https://softbank.jpgoodbuy.com/upload/zhuanyun/mercari/choose_it.png');
    background-size: cover;
    border: none;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 1);

}

.dig-coal-content-content-money {
    height: 26px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0px;
    color: rgba(102, 102, 102, 1);
    text-align: center;
}

.dig-coal-content-content-money span {
    margin-left: 2%;
}

.dig-coal-content-content-progress {
    width: 88%;
    height: 40px;
    border-radius: 0px 20px 20px 0px;
    background: rgba(246, 246, 246, 1);
    margin-top: 8px;
    overflow: hidden;
}

.dig-coal-content-progress_bar {
    height: 100%;
    /* border-radius: 0px 20px 20px 0px; */
    background: linear-gradient(90deg, rgba(83, 202, 252, 1) 0%, rgba(169, 82, 250, 1) 100%);
    transition: width 0.5s ease-in-out;
    display: flex;
}

.progress_bar_white {
    width: 4px;
    height: 40px;
    background: #FFF;
    /* margin-left: 31%; */
    display: inline-flex;
}

.dig-coal-content-content-has_dig_coal {
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0px;
    color: rgba(255, 78, 74, 1);
    vertical-align: top;
    margin: 12px;
}

.activity-coal-burning {
    width: 100%;
    margin-top: 40px;
    text-align: center;
}

.coal-burning-content {
    width: 1200px;
    height: 890px;
    opacity: 1;
    border-radius: 20px;
    background: rgba(255, 255, 255, 1);
    display: inline-block;
    padding: 40px;
}

.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: 140px;
    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: 57%;
}


.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;
    padding: 40px;
}

.coal-burning-content-win-prize {
    height: 64px;
    opacity: 1;
    border-radius: 20px;
    margin-top: 7.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: 520px;
    height: 480px;
    opacity: 1;
    border-radius: 20px;
    background: url('https://softbank.jpgoodbuy.com/upload/zhuanyun/mercari/mercari-coal-burning_left_bg.png');
    background-size: cover;
    margin-right: 94px;
}

.coal-burning-content-content-left input {
    width: 440px;
    height: 48px;
    opacity: 1;
    border-radius: 24px;
    background: rgba(255, 255, 255, 1);
    border: none;
    padding-left: 32px;
    margin: 58% 0 24px 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 {
    float: left;
    margin: 40px 0 27px 0;
    height: 23px;
    opacity: 1;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(51, 51, 51, 1);

}

/* 加煤好运机 end */


/* 运煤快线 start */
.activity-coal-transport {
    width: 100%;
    text-align: center;
}

.coal-transport-content {
    width: 1200px;
    height: 1050px;
    opacity: 1;
    border-radius: 20px;
    display: inline-block;
    /* padding: 40px; */
    background: url('https://softbank.jpgoodbuy.com/upload/zhuanyun/mercari/yunmeikuaixian.png');
    background-size: cover;
}

.coal-transport-content-icon-lever {
    margin: 8px 8px 0 0;
    width: 40px;
    height: 40px;
    opacity: 1;
}

.coal-transport-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-transport-content-title-tag {
    margin: 10px 0 0 20px;
    width: 202px;
    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(35, 11, 23, 1);
    text-align: left;
}

.coal-transport-content-content {
    margin: 33px 2px 0 2px;
    height: 775px;
    opacity: 1;
    border-radius: 20px;
    background: rgba(255, 255, 255, 1);
    display: flex;
    padding: 40px;
}

/* 运煤快线 end */



/* 煤海淘金 start */
.activity-coal-sea {
    width: 100%;
    text-align: center;
    margin: 40px 0 20px 0;
}

.coal-sea-content {
    width: 1200px;
    height: 1455px;
    opacity: 1;
    border-radius: 20px;
    display: inline-block;
    background: url('https://softbank.jpgoodbuy.com/upload/zhuanyun/mercari/mercari-coal-gold_bg.png');
    background-size: cover;
}

.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: 204px;
    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: 895px;
    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);
    text-align: justify;
    vertical-align: top;
    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: 1080px;
    height: 285px;
    opacity: 1;
    background: url('https://softbank.jpgoodbuy.com/upload/zhuanyun/mercari/mercari-apply_gift_package.png');
    background-size: cover;
    margin-top: 40px;
    padding-top: 16.5%;
}

.coal-sea-content-content-apply-gift-package input {
    width: 240px;
    height: 48px;
    opacity: 1;
    border-radius: 24px;
    background: rgba(246, 246, 246, 1);
    border: 0;
    padding-left: 32px;
    margin-right: 20px;
}

.coal-sea-content-content-social-platform {
    margin-top: 8px;
    width: 100%;
}

.coal-sea-content-social_platform_info {
    width: 537px;
    height: 129px;
    opacity: 1;
    border-radius: 20px;
    background: rgba(246, 246, 246, 1);
    text-align: left;
    display: inline-block;
    margin-top: 10px;
}

.coal-sea-content-social_platform_info img {
    width: 89px;
    height: 89px;
    opacity: 1;
    float: left;
    margin: 20px 12px 20px 20px;
}

.coal-sea-content-social_platform_info_title {
    width: 75%;
    opacity: 1;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0px;
    color: rgba(51, 51, 51, 1);
    vertical-align: top;
    float: left;
    /* text-align: left; */
    margin-top: 20px;
}

.coal-sea-content-social_platform_info_info {
    width: 75%;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    /* color: rgba(153, 153, 153, 1); */
    color: #666666;
    float: left;
}


.coal-sea-content-description {
    margin: 25px 0 20px 20px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(56, 26, 0, 1);
    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%;
    height: 40px;
    opacity: 1;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 24px 10px 24px;
    transform: translateX(-50%) translateY(-50%);
}

.life-alert img {
    width: 14px;
    height: 14px;
    margin-right: 5px;
}

.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;
}

.life-alert-text {
    opacity: 1;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 1);
}

.record-alert-li-list {
    width: 360px;
    height: 80px;
    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: 45px;
    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*/