.display-flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.display-flex-space-evenly {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.position-relative {
    position: relative;
}

.background {
    position: relative;
    width: 100%;
    background-color: #F9F4DE;
    min-width: 1190px;
}

.background img {
    width: 100%;
}

.top-title {
    width: 631px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.background-2 .text-explain {
    font-size: 16px;
    width: 393px;
    height: 89px;
    position: absolute;
    top: calc(14.5% - 45px);
    left: calc(50% - 210px);
    color: #4C0F0F;
    font-weight: 500;
}

.background-2 .left-discount-d {
    width: 215px;
    height: 238px;
    position: absolute;
    top: calc(59% - 119px);
    left: calc(26% - 108px);
}

.background-2 .left-discount-d .title-text {
    font-size: 14px;
    font-weight: 500;
    color: #c04403;
    margin-top: 35px;
}

.background-2 .discount-text {
    font-size: 40px;
    font-weight: 600;
    width: 125px;
    height: 65px;
    color: #D82E00;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: calc(48% - 32px);
    white-space: nowrap;
}

.bottom-button-d {
    width: 180px;
    height: 35px;
    background: #FF6F21;
    border: 1px solid #FBD99B;
    border-radius: 17px;
    position: absolute;
    box-shadow: -2px 6px 8px 1px rgba(0, 0, 0, 0.42);
    color: #FFFFFF;
}

.background-2 .bottom-button-d {
    top: calc(50% + 50px);
    left: calc(50% - 90px);
}

.background-2 .button-text {
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
}

.background-2 .button-text .button-text-after:after {
    content: " >";
}

.background-2 .center-prize-pool {
    width: 650px;
    height: 280px;
    position: absolute;
    top: calc(59% - 140px);
    left: calc(49.5% - 325px);
    box-sizing: border-box;
}

.background-2 .center-prize-pool .title-text {
    width: 390px;
    height: 45px;
    position: absolute;
    top: calc(12.5% - 20px);
    left: calc(50% - 199px);
    font-size: 32px;
    font-weight: 600;
    color: #FCE899;
}

.background-2 .center-bottom-margin {
    width: 650px;
    height: 173px;
    position: absolute;
    top: calc(63% - 87px);
    left: calc(50% - 325px);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.background-2 .center-bottom-margin canvas {
    width: 115px;
    height: 115px;
    border-radius: 50%;
    box-shadow: -5px 6px 8px 1px rgba(0, 0, 0, 0.42);
}

.background-2 .center-bottom-margin .title-text-2 {
    font-size: 24px;
    font-weight: 600;
    color: #D82E00;
    padding-bottom: 20px;
}

.background-2 .center-bottom-margin .money-info {
    font-size: 32px;
    font-weight: 600;
    color: #D82E00;
    position: relative;
}

.background-2 .center-bottom-margin .money-num {
    text-align: center;
}

.background-2 .center-bottom-margin .money-info > span {
    background-color: #FCE899;
    padding: 0 5px;
    box-shadow: -1px 1px 1px 1px rgba(0, 0, 0, 0.4);
}

.background-2 .center-bottom-margin .money-info > img {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 8px;
    right: -20px;
}

.background-2 .right-come-on {
    width: 220px;
    height: 295px;
    position: absolute;
    top: calc(58% - 148px);
    left: calc(74.6% - 110px);
}

.background-2 .right-come-on .title-text {
    font-size: 24px;
    font-weight: 500;
    color: #FDFCFC;
    margin-top: 14px;
}

.background-2 .right-come-on .come-on-user {
    border: 2px #FAD430 solid;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    position: absolute;
    top: calc(43% - 37px);
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
}

.background-FFFFFF {
    background-color: #FFFFFF;
}

.background-2 .right-come-on .congratulations {
    width: 133px;
    font-size: 14px;
    font-weight: 500;
    color: #D82E00;
    position: absolute;
    top: 69.5%;
    left: 0;
    right: 0;
    margin: auto;
}

.background-2 .right-come-on .explain-text {
    font-size: 14px;
    font-weight: 500;
    color: #835103;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 5%;
    text-align: center;
    cursor: pointer;
}

.background-3 .explain-d-left, .background-3  .explain-d-right {
    width: 567px;
    height: 218px;
    position: absolute;
}

.background-3 .explain-d-left {
    top: calc(27.5% - 109px);
    left: calc(34% - 282px);
}

.background-3 .explain-d-left .title-text, .background-3 .explain-d-right .title-text {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    margin-top: 13px;
}

.background-3 .explain-info-text {
    font-size: 14px;
    font-weight: 500;
    color: #8F3202;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50px;
    line-height: 24px;
}

.background-3 .explain-d-left .explain-info-text {
    width: 460px;
}

.background-3 .explain-d-right {
    top: calc(27.5% - 109px);
    left: calc(66% - 288px);
}

.color-cb0000 {
    color: #cb0000;
}

.background-3 .explain-d-right .explain-info-text {
    width: 525px;
}

.background-3 .explain-d-right label {
    width: 70px;
}

.background-3 .status-d {
    width: 1200px;
    height: 205px;
    position: absolute;
    bottom: calc(23% - 100px);
    left: calc(50% - 594px);
}

.background-3 .item-status {
    width: 232px;
    height: 204px;
    box-shadow: -5px 9px 0 0 rgba(0, 0, 0, 0.4);
    border-radius: 37px;
    color: #FFFFFF;
}

.background-3 .item-status-finish {
    background: url("/yii/modules/home/img/activity/finish.png");
    position: relative;
}

.background-3 .item-status-underway {
    background: url("/yii/modules/home/img/activity/underway.png");
    position: relative;
}

.background-3 .item-status-not-start {
    background: url("/yii/modules/home/img/activity/not-start.png");
    position: relative;
}

.background-3 .item-status .title-text {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    margin-top: 18px;
}

.background-3 .start-end-time {
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
    padding-top: 15px;
}

.background-3 .discount-text {
    font-size: 32px;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
    padding: 5px 0;
    position: relative;
    height: 55px;
    cursor: pointer;
}

.background-3 .money-num {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
}

.background-3 .this-status-text {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    height: 30px;
    margin-top: 10px;
}

.background-3 .item-status-underway .title-text {
    color: #3EAFF6;
}

.background-3 .item-status-not-start .title-text {
    color: #7EC445;
}

.background-3 .bottom-button-d {
    top: calc(50% + 55px);
    left: calc(50% - 90px);
}

.background-4 .top-relay-info {
    width: 657px;
    height: 174px;
    position: absolute;
    top: calc(17% - 87px);
    left: calc(50% - 329px);
}

.background-4 .top-relay-info .title-text {
    font-size: 24px;
    font-weight: bold;
    color: #3EAFF6;
    text-align: center;
    height: 40px;
    margin-top: 11px;
    margin-bottom: 8px;
}

.background-4 .top-relay-info .relay-text {
    font-weight: 500;
    color: #FFFFFF;
    height: 60px;
    text-align: center;
    font-size: 12px;
}

.background-4 .top-relay-info .relay-text img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.background-4 .top-relay-info .relay-text .yellow-color {
    color: #FFFAAE;
    font-size: 24px;
}

.background-4 .top-record-bottom {
    width: 238px;
    height: 197px;
    position: absolute;
    top: calc(17% - 98px);
    right: calc(25% - 114px);
}

.background-4 .top-record-bottom > a {
    width: 125px;
    height: 31px;
    background: #3EAFF6;
    box-shadow: -2px 6px 8px 1px rgba(0, 0, 0, 0.42);
    border-radius: 15px;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 60px;
}

.background-4 .participate-guidelines {
    width: 1170px;
    height: 355px;
    position: absolute;
    left: calc(50% - 585px);
    bottom: calc(39% - 178px);
}

.background-4 .participate-guidelines .title-text {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 16px;
    text-align: center;
}

.background-4 .participate-guidelines .guidelines-text {
    width: 1070px;
    font-size: 14px;
    font-weight: 500;
    color: #4B0606;
    line-height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    padding-top: 30px;
}

.background-5 .recommend-goods-d {
    width: 1190px;
    height: 388px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: calc(17% - 194px);
}

.background-5 .title-text {
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}

.background-5 img {
    max-width: 100%;
    max-height: 100%;
}

.background-5 .recommend-goods-d .recommend-goods {
    width: 100%;
    position: absolute;
    bottom: 80px;
    overflow-x: auto;
}

.background-5 .recommend-goods-d .no-checked-recommend-info {
    display: none!important;
}

.background-5 .recommend-goods-d .recommend-goods::-webkit-scrollbar{
    width: 10px;
    height: 10px;
}

.background-5 .recommend-goods-d .recommend-goods::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #f2f2f2;
}

.background-5 .recommend-goods-d .recommend-goods::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #FFFFFF;
}

.background-5 .recommend-goods-d .item-good {
    width: 232px;
    height: 155px;
    background: #F6F6F6;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    margin-right: 10px;
    cursor: pointer;
    flex-shrink: 0;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
}

.background-5 .recommend-goods-d .item-good .store-img {
    width: 212px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.background-5 .recommend-goods-d .item-good .store-name {
    text-align: center;
    width: 100%;
    display: inline-block;
    display: -webkit-box;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.background-5 .recommend-goods-d .item-good .store-des {
    width: 100%;
    display: inline-block;
    display: -webkit-box;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
}

.background-5 .recommend-goods-d .classify-d {
    width: 350px;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin: 41px auto;
}

.background-5 .recommend-goods-d .classify-d > span {
    width: 103px;
    height: 30px;
    border-radius: 15px;
    cursor: pointer;
}

.background-5 .recommend-goods-d .classify-d > .checked {
    background: #FF6F21;
    color: #FFFFFF;
}

.background-5 .lt-are-buy {
    width: 1190px;
    height: 562px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: calc(53.3% - 281px);
}

.background-5 .lt-are-buy .goods-d {
    flex-wrap: wrap;
}

.background-5 .lt-are-buy .item-good {
    width: 158px;
    height: 208px;
    margin-top: 30px;
    flex-shrink: 0;
    position: relative;
}

.background-5 .lt-are-buy .image-d {
    width: 158px;
    height: 158px;
    background-color: #FFFFFF;
}

.background-5 .lt-are-buy .state-text {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    color: #333333;
    width: 158px;
    display: inline-block;
    display: -webkit-box;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    position: absolute;
    bottom: 0;
}

.background-5 .bottom-banner-d {
    width: 1190px;
    height: 309px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: calc(86.8% - 155px);
}

.background-5 .bottom-banner {
    position: absolute;
}

#shade {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.5);
    z-index: 2;
}

.participation-record {
    width: 50vw;
    min-width: 595px;
    height: 80vh;
    background-color: #FFFFFF;
    position: fixed;
    top: 10vh;
    left: calc(50% - 30vw);
    z-index: 3;
    padding: 20px;
}

.log-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.log-title-item {
    line-height: 30px;
    font-size: 20px;
    color: black;
    font-weight: 600;
    position: relative;
}

.checked-log:after {
    content: '';
    position: absolute;
    left: calc(50% - 1em);
    bottom: -0.5em;
    width: 2em;
    height: 4px;
    background: linear-gradient(0deg, #FA9036 0%, #FD6C26 100%);
}

.log-info {
    width: calc(100% - 40px);
    height: calc(100% - 100px);
    position: absolute;
    bottom: 20px;
    overflow-y: auto;
}

.loading-d {
    margin: auto;
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 50px);
    text-align: center;
}

.loading-d > img {
    width: 100px;
    height: 80px;
}

.log-item {
    background-color: #f2f2f2;
    border-radius: 5px;
    padding: 5px;
    overflow: hidden;
    margin-bottom: 10px;
}

.add-time {
    margin-bottom: 5px;
}

.explain-text-info {
    position: fixed;
    width: 30vw;
    background-color: #FFFFFF;
    z-index: 1;
    padding: 10px;
    left: -7vw;
    box-shadow: -2px 6px 8px 1px rgba(0, 0, 0, 0.42);
}

.background-3 .discount-text .cur-discount-text {
    position: absolute;
    width: 100%;
}

.background-3 .discount-text .log-in-look {
    font-size: 14px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.red-color {
    color: #F54A45;
}

#no-data-d > .no-data-content {
    height: calc(100vh - 438px);
}

.top-title-text {
    font-size: 75px;
    color: #ffffff;
    font-weight: 600;
    display: flex;
    position: absolute;
    top: -8px;
    left: 38px;
    text-shadow: 1px 8px 1px #c84b0a;
    letter-spacing: 5px;
}

.top-title-text > span:first-child {
    display: inline-block;
    margin-right: 38px;
    /*transform: skewX(-10deg);*/
}

.top-title-text > span:last-child {
    display: inline-block;
    width: 320px;
    text-align: center;
    /*transform: skewX(10deg);*/
}