body {
    overflow-x: hidden;
}

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

@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');
}

.alimamashuheiti-bold {
    font-family: 'AlimamaShuHeiTi-Bold';
}

.you-she-biao-ti-hei {
    font-family: 'YouSheBiaoTiHei';
}

.btn-go {
    width: 12%;
    padding: 10px;
    opacity: 1;
    border-radius: 220px;
    background: rgba(255, 141, 26, 1);
    border: 2px solid rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 4px rgba(255, 141, 26, 0.25);
    font-size: 22px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    font-family: 'AlimamaShuHeiTi-Bold';
    position: absolute;
    right: 10%;
    bottom: 33%;
    cursor: pointer;
}

.spring-activity {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-image: url('https://softbank.jpgoodbuy.com/upload/date/20240511/dhl-intl-line-background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

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

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

.top-background-line {
    margin-top: -3%;
}

.top-background-line>img {
    width: 100%;
    background-size: 100%;
    height: 135px;
}

.activity-block {
    margin: 20px 15% 60px 15%;
    height: auto;
    border-radius: 24px;
    background: linear-gradient(90deg, rgba(42, 130, 228, 1) 0%, rgba(74, 189, 255, 1) 100%);
    position: relative;
}

.block-top-group {
    display: inline-flex;
    position: relative;
    width: 100%;
    justify-content: space-between;
    padding: 10px 20px;
}

.block-top-left {
    width: auto;
    height: 55px;
    display: inline-flex;
    padding: 4px 0;
    text-align: center;
    align-items: center;
}

.block-top-right {
    border-radius: 0px 24px 0px 24px;
    background: rgba(255, 255, 255, 1);
    width: auto;
    height: 55px;
    display: inline-flex;
    padding: 4px 12px;
    text-align: center;
    align-items: center;
}

.block-top-left-title {
    font-size: 36px;
    color: #FFF;
    font-family: 'AlimamaShuHeiTi-Bold';
}

.font-color-red {
    background: linear-gradient(90deg, rgba(255, 87, 51, 1) 0%, rgba(212, 48, 48, 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-family: 'AlimamaShuHeiTi-Bold';
}

.font-color-deep-red {
    background: linear-gradient(90deg, rgba(255, 141, 26, 1) 0%, rgba(212, 48, 48, 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-family: 'AlimamaShuHeiTi-Bold';
}

.font-size-42 {
    font-size: 42px;
}

.font-size-24 {
    font-size: 24px;
}

.font-size-32 {
    font-size: 32px;
}

.rgba-font-size-red {
    color: rgba(255, 87, 51, 1);
    font-weight: 700;
}


.block-content {
    width: 100%;
    height: auto;
    padding: 0 20px 20px 20px;
}

.block-content-box {
    width: 100%;
    height: auto;
    border-radius: 12px;
    background: rgba(255, 255, 255, 1);
    padding: 6px 0px;
    display: flex;
    align-items: center;
}

.block-content-box-left {
    text-align: center;
    display: inline-block;
    width: 20%;
    height: 194px;
}

.block-content-box-right {
    text-align: center;
    display: inline-block;
    width: 79%;
}

.block-content-bottom {
    margin-top: 12px;
    color: rgba(255, 255, 255, 1);
    /* display: inline-flex; */
}

.block-content-description {}

.block-bottom-img-group {
    position: absolute;
    right: -35px;
    bottom: -35px;
}