.warp {
    width: 100%;
    position: relative;
    height: 100vh;
}

.login {
    width: 90%;
    margin: 0 auto;
}

.login-head {
    width: 100%;
    position: relative;
    padding: 72px 6% 15px;
    text-align: center;
}

.login-head img {
    width: 39%;
    height: auto;
}

.login-head h3 {
    width: 100%;
    height: auto;
    color: #333;
    font-size: 24px;
    font-weight: 600;
}

.login-head p {
    width: 100%;
    height: auto;
    color: #333;
    margin-top: 5px;
}

.loginCon {
    width: 92%;
    padding: 20px 4%;
    background-color: rgba(0,0,0,0.5);
    border-radius: 8px;
    margin: 20px auto;
}

.loginItem {
    width: 100%;
    margin-bottom: 16px;
}

.circlebg {
    width: 100%;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    padding: 0 10px;
    border: 1px solid #DC000F;
    position: relative;
}

.circlebg img {
    width: 22px;
    height: auto;
}

.circlebg .areaCode {
    display: block;
    text-align: center;
    color: #DC000F;
    font-size: 15px;
}

.otp-btn {
    position: absolute;
    right: 6px;
    padding: 6px 12px;
    border-radius: 6px;
    border: none;
    color: #ffffff;
    background: #DC000F;
}

.circlebg input {
    border: 0;
    height: 50px;
    width: 100%;
    outline: none;
    background: none;
    color: #1f1f1f;
    font-size: 15px;
    padding: 0 6px;

}

.circlebg input::placeholder {
    color: #888888;
    font-size: 12px;
}

.circlebg input:-webkit-autofill,
.circlebg input:-webkit-autofill:hover,
.circlebg input:-webkit-autofill:focus,
.circlebg input:-webkit-autofill:active {
    -webkit-transition-delay: 111111s;
    -webkit-transition: color 11111s ease-out, background-color 111111s ease-out;
}

.loginCon .login-btn {
    width: 100%;
    background: #DC000F;
    border: 1px solid #DC000F;
    font-size: 16px;
    border-radius: 8px;
    height: 45px;
    margin-top: 12px;
    color: #fff;
}

.continuelink {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.continuelink a {
    font-size: 12px;
    color: #fff;
}

.continueTxt {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    color: #fff;
}

.continueBtm {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.continueBtm a {
    width: 100%;
    background: none;
    border: 1px solid #979797;
    font-size: 15px;
    border-radius: 8px;
    height: 45px;
    color: #b9b9bb;
    text-align: center;
    line-height: 45px;
}

.home-main {
    width: 100%;
    height: auto;
    padding: 0 0 50px;
}

.banner {
    width: 100%;
    overflow: hidden;
}

.banner img {
    width: 100%;
    height: auto;
}

.home-box {
    width: 100%;
    height: auto;
    padding: 12px;
}

.home-nav {
    width: 100%;
    height: auto;
}

.home-nav ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-nav ul li {
    width: 48%;
}

.home-nav ul li a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    background: #f4f4f4;
    padding: 8px;
    border-radius: 8px;
}

.home-nav ul li img {
    width: 40px;
    height: auto;
}

.home-nav ul li dl {
    width: calc(100% - 50px);
}

.home-nav ul li dl dt {
    width: 100%;
    font-size: 15px;
    color: #DC000F;
    margin-bottom: 5px;
}

.home-nav ul li dl dd {
    width: 100%;
}

.home-nav ul li dl dd span {
    background: #DC000F;
    color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 22px;
}

.home-nav ul li dl dd i {
    font-size: 12px;
}

.home-nav ul li:last-child dt {
    color: #b90082;
}

.home-nav ul li:last-child dd span {
    background: #b90082;
}

.notice {
    width: 100%;
    color: #fff;
    background: #f4f4f4;
    position: relative;
    border-radius: 8px;
    margin: 12px auto 0;
}

.notice .noticeImg {
    position: absolute;
    top: 10px;
    left: 5px;
}

.notice .noticeImg i {
    font-size: 22px;
    color: #DC000F;
}

.notice .swiper {
    width: 100%;
    padding-left: 35px;
    border-radius: 3px;
    padding-right: 6px;
}

.notice .swiper-wrapper {
    width: 100%;
    height: 45px;
    display: block;
}

.notice .swiper-slide {
    width: 100%;
    height: 45px;
    line-height: 45px;
    display: flex;
    align-items: center;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #DC000F;
}

.home-imgs {
    width: 100%;
    margin-top: 12px;
}

.home-imgs img {
    width: 100%;
}

.home-news {
    width: 100%;
    margin-top: 12px;
}

.home-news-tit {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
}

.home-new-list {
    width: 100%;
}

.home-new-list li {
    width: 100%;
    border: 1px solid #DC000F;
    margin-top: 12px;
    border-radius: 3px;
    padding: 6px;
}

.home-new-list li a {
    display: block;
    width: 100%;
    height: 100%;
}

.home-new-list li img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.home-new-list li dl {
    width: 100%;
    height: auto;
}

.home-new-list li dt {
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-new-list li dd {
    width: 100%;
    height: auto;
    color: #8a8a8a;
    line-height: 20px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-new-list li p {
    width: 100%;
    height: auto;
    font-size: 12px;
    color: #8a8a8a;
    line-height: 24px;
}

.product-pro {
    width: 100%;
    margin-top: 12px;
}

.signIn {
    display: block;
    position: fixed;
    top: 300px;
    z-index: 5;
    right: 0;
    width: 40px;
    height: 40px;
    background: url('../images/icon_2.png') no-repeat 50%;
    background-size: 100% auto;
    -webkit-animation: mymove 6s infinite;
    animation: mymove 6s infinite;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@keyframes mymove {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    69% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    70% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
    }
    71% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    72% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    73% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    74% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    75% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

.home-product {
    width: 100%;
    padding: 50px 12px;
}

.product-cate {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 15px;
}

.product-main {
    width: 100%;
    margin-top: 15px;
}

.product-list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.home-product-info {
    width: 49%;
    margin-bottom: 12px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .06);
}

.home-product-info:last-child {
    margin-bottom: 0;
}

.home-product-con {
    width: 100%;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.product-img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    overflow: hidden;
}

.product-img img {
    width: 100%;
    height: 100%;
}

.product-text {
    width: 100%;
}

.product-text h3 {
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    margin-top: 2px;
}

.product-text p {
    width: 100%;
    color: rgba(45, 45, 45, .5);
    font-weight: 500;
    font-size: 12px;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-text p span {
    color: #2d2d2d;
    display: flex;
}

.product-rate {
    width: 100%;
    height: 6px;
    border-radius: 25px;
    background: #ddd;
    margin-top: 12px;
    margin-bottom: 6px;
    position: relative;
}

.product-rate span {
    height: 6px;
    border-radius: 25px;
    background: #DC000F;
    position: absolute;
    left: 0;
}

.home-product-tar {
    width: calc(100% - 100px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.home-product-tar p {
    width: 100%;
    color: #999;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
}

.home-product-tar p span {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    display: block;
    width: 100%;
    margin-bottom: 3px;
    text-align: center;
}

.home-product-con .product-btm {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #DC000F;
}

.home-product-con .product-btm a {
    width: 70px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    font-size: 12px;
    color: #fff;
    background: #DC000F;
}

.home-product-con .product-btm i {
    margin-left: 6px;
    color: #ffffff;
    text-shadow: none;
}


.product-info {
    width: 100%;
    padding: 50px 12px;
}

.product-info .product-img {
    margin-top: 12px;
    width: 100%;
    height: auto;
}

.product-info .product-text {
    width: 100%;
}

.product-info .product-text p {
    margin-top: 5px;
    font-size: 13px;
    line-height: 24px;
}

.product-info .product-btm {
    margin-top: 15px;
}

.product-btm button {
    width: 100%;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    font-size: 14px;
    color: #fff;
    border: none;
    background: #DC000F;
}

.product-btm button.disabled {
    background: #CCCCCC;
}

.product-btm i {
    margin-left: 6px;
    color: #ffffff;
    font-size: 12px;
    text-shadow: none;
}

.product-desc {
    width: 100%;
    height: auto;
    font-size: 12px;
    margin-top: 12px;
}

.product-desc p {
    width: 100%;
    height: auto;
    line-height: 24px;
    text-wrap: initial !important;
}

.product-desc img {
    width: 100%;
    height: auto;
}

.product-desc p span {
    text-wrap: initial !important;
}

.team-main {
    width: 100%;
    position: relative;
    padding: 50px 12px;
}

.team-total {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 12px;
    background: #DC000F;
    border-radius: 8px;
}

.team-total-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.team-total-item dl {
    width: 48%;
    padding: 12px 0;
    height: auto;
    display: inline-block;
    text-align: center;
}

.team-total-item dt {
    width: 100%;
    color: #fff;
    font-weight: 500;
}

.team-total-item dt img {
    width: 26px;
    height: auto;
    margin-right: 5px;
}

.team-total-item dd {
    width: 100%;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.team-code {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.team-code-item {
    width: 100%;
    overflow: hidden;
    background: url("../images/pattern.png") no-repeat center center;
    background-size: 100% 100%;
    border: 1px solid #f9f9f9;
    border-radius: 8px;
    height: auto;
    display: inline-block;
    font-size: 14px;
    position: relative;
    padding: 12px 0;
    text-align: center;
    margin-top: 10px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .06);
}

.team-code-tit {
    width: 100%;
    font-size: 16px;
    margin-top: 12px;
    display: flex;
    align-items: center;
}

.team-code-tit i {
    display: block;
    width: 4px;
    height: 15px;
    border-radius: 4px;
    background: #DC000F;
    margin-right: 5px;
}

.team-code-copy {
    width: 100%;
    cursor: pointer;
    margin-top: 10px;
    padding: 0 10px;
    text-align: center;
}

.team-code-input {
    width: 100%;
    color: #DC000F;
    font-size: 13px;
}

.team-code-item button {
    width: 60%;
    padding: 12px;
    font-size: 12px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: none;
    background: #DC000F;
    margin: 12px auto 0;
}

.team-lv {
    width: 100%;
    margin-top: 15px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .06);
}

.team-lv li {
    width: 100%;
    background: #f9f9f9;
    border-radius: 8px;
    position: relative;
}

.team-lv-txt {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.team-lv-txt dl {
    width: 100%;
    text-align: center;
}

.team-lv-txt dl dt {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    color: #DC000F;
}

.team-lv-txt dl dd {
    color: #949494;
    font-size: 12px;
    font-weight: 500;
    margin-top: 6px;
}


.teamList {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 16px;
    overflow: hidden;
    background: #f9f9f9;
    border-radius: 8px;
    padding: 0 12px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .06);
}

.teamList table {
    width: 100%;
    height: auto;
    display: inline-block;
}

.teamList thead, .teamList tbody {
    width: 100%;
    height: auto;
    display: inline-block;
}

.teamList thead {
    font-weight: 600;
}

.teamList tbody {
    font-size: 12px;
    font-weight: 400;
}

.teamList tr {
    width: 100%;
    height: auto;
    display: flex;
}

.teamList td {
    width: 100%;
    height: auto;
    line-height: 36px;
    display: inline-block;
    text-align: center;
}

.teamList td:first-child {
    text-align: left;
}

.teamList td:last-child {
    text-align: right;
}


.my-main {
    width: 100%;
    padding: 50px 12px;
}

.my-top {
    width: 100%;
    margin-top: 12px;
}

.my-top-left {
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.my-top-left img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.my-top-right {
    width: 100%;
    height: auto;
    text-align: center;
}

.my-top-right h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 8px 0;
}

.my-top-right p {
    width: 100%;
}

.my-container {
    width: 100%;
}

.my-container-con {
    background: #fff;
    padding: 0 15px;
    border-radius: 8px;
    width: 100%;
}

.my-income-tab {
    width: 100%;
    margin-top: 12px;
    background: url("../images/user_bg.jpg") no-repeat;
    background-size: 100% 100%;
    border-radius: 5px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .06);
}

.my-income-tab ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
}

.my-income-tab li {
    width: 32%;
    text-align: center;
    padding: 8px 0;
}

.my-income-tab h3 {
    width: 100%;
    color: #333;
    font-weight: 600;
    font-size: 14px;
}

.my-income-tab p {
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    margin-top: 6px;
    color: #333;
}

.my-income-img {
    width: 100%;
    margin-top: 15px;
}

.my-income-img ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.my-income-img ul li {
    background-color: #DC000F;
    border-radius: 6px;
    width: 48%;
    height: 45px;
    border: 1px solid #fff
}

.my-income-img ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
}

.my-income-img ul li img {
    height: 25px;
    width: auto;
    margin-right: 6px;
}

.my-bonus-box {
    width: 100%;
    padding: 12px 8px;
    margin-top: 12px;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .06);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.my-bonus-box h3 {
    width: 100%;
    height: auto;
    font-size: 13px;
    text-align: center;
    font-weight: 600;
}

.my-bonus-box ul {
    width: 100%;
    height: auto;
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.my-bonus-box li {
    width: 100%;
    height: auto;
    margin-top: 8px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #DC000F;
    font-size: 13px;
    font-weight: 600;
}

.my-bonus-box li p {
    width: 100%;
    height: auto;
    margin-top: 8px;
    color: #1f1f1f;
    font-weight: 400;
}

.my-bonus-box button {
    width: 100%;
    height: 42px;
    border: none;
    margin-top: 8px;
    display: block;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    border-radius: 25px;
    background: #DC000F;
    cursor: pointer;
}

.my-bonus-box button.disabled {
    background: #CCCCCC;
}

.my-income-link {
    width: 100%;
    margin-top: 12px;
}

.my-income-link ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    height: auto;
}

.my-income-link ul li {
    width: 48%;
    position: relative;
    background: #DC000F;
    padding: 10px;
    border-radius: 6px;
}

.my-income-link ul li img {
    height: 25px;
    width: auto;
    margin-right: 3px;
}

.my-income-link ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
}

.my-top-nav {
    width: 100%;
    margin-top: 12px;
}

.my-top-nav ul {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.my-top-nav li {
    width: 33%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.my-top-nav li a {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.my-top-nav li a label {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.my-top-nav li a label img {
    margin-right: 0;
    width: 20px;
    height: auto;
}

.my-top-nav li a img {
    height: 30px;
    width: auto;
    margin-bottom: 6px;
}

.my-top-nav li a p {
    width: 100%;
    text-align: center;
}

.my-top-nav li a i {
    margin-left: auto;
    font-size: 22px;
    color: #fff;
}

.article {
    width: 100%;
    padding: 50px 3% 15px;
}

.article-title {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 48px;
    font-weight: 600;
}

.article-content {
    width: 100%;
    font-size: 12px;
    font-weight: 400;
}

.article-content img {
    width: 100%;
    height: auto;
}

.article-content p {
    width: 100%;
    height: auto;
    padding: 6px 0;
    text-wrap: inherit !important;
}

.article-content p span {
    text-wrap: inherit !important;
}

.balance-tab {
    width: 100%;
    height: auto;
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: url("../images/user_bg.jpg") no-repeat;
    background-size: 100% 100%;
    border-radius: 5px;
    padding: 15px 5px;
}

.balance-tab li {
    width: 48%;
    padding: 10px 0;
    height: auto;
    display: block;
    text-align: center;
}

.balance-tab h3 {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.balance-tab p {
    width: 100%;
    color: #333;
    font-weight: 500;
    margin-top: 12px;
}

.account-main {
    width: 100%;
    padding: 50px 12px 12px;
}

.account-box {
    width: 100%;
    margin-top: 12px;
}

.account-item {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
}

.account-item:first-child {
    margin-top: 0;
}

.account-item img {
    width: 100%;
    height: auto;
}

.account-item h3 {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 10px;
}

.account-input {
    width: 100%;
    height: 48px;
    padding: 0 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #f8f8f8;
}

.account-input img {
    width: 20px;
    height: auto;
}

.account-input input {
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    background: #f8f8f8;
    font-size: 16px;
    font-weight: 600;
    padding-left: 6px;
}

.account-input input::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #bdbdbd;
}

.account-input .captcha {
    width: 108px;
}

.account-tab {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.account-tab li {
    width: 100%;
    line-height: 40px;
    cursor: pointer;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    position: relative;
    background: #fffbf3;
    border: 1px solid #ffa300;
    border-radius: 5px;
}

.account-tab li p {
    width: 100%;
    padding-left: 39px;
}

.account-tab li i {
    position: absolute;
    bottom: 9px;
    left: 8px;
    width: 22px;
    height: 22px;
    display: block;
    background: url("../images/img_1.png") no-repeat center center;
    background-size: contain;
}

.account-tab li.active {
    color: #333;
    font-weight: 600;
}

.account-tab li.active i {
    background: url("../images/img_2.png") no-repeat center center;
    background-size: contain;
}

.account-btn {
    width: 100%;
    display: block;
    height: 50px;
    margin-top: 20px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #DC000F;
    border-radius: 8px;
}

.account-rule {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 16px;
}

.account-rule p {
    width: 100%;
    padding: 12px 0 0;
    text-wrap: inherit !important;
}

.account-rule p span {
    text-wrap: inherit !important;
}

.bonus-main {
    width: 100%;
    padding: 50px 12px;
}

.bonus-box {
    width: 100%;
    margin-top: 25px;
    background: url("../images/bg3.png") no-repeat center center;
    background-size: 100% 100%;
    height: 300px;
    overflow: hidden;
}

.bonus-box h3 {
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 12px;
    padding: 0 12px;
    font-size: 15px;
    margin-top: 102px;
}

.bouns-item {
    margin-bottom: 16px;
    padding: 0 25px;
}

.bouns-item input {
    width: 100%;
    height: 48px;
    color: #333;
    background: #ffffff;
    border: 1px solid #DC000F;
    border-radius: 8px;
    padding: 0 12px;
    font-size: 16px;
    font-weight: 600;
}

.bouns-item input::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #bdbdbd;
}

.bouns-item button {
    width: 100%;
    height: 48px;
    display: block;
    border-radius: 8px;
    border: none;
    font-weight: 600;
    color: #fff;
    background: #DC000F;
}

.list-main {
    width: 100%;
    padding: 50px 12px 12px;
}

.list-box {
    width: 100%;
    height: auto;
    margin-top: 12px;
}

.list-item {
    background: url("../images/bg2.png") no-repeat center center;
    background-size: 100% 100%;
    margin-top: 12px;
    padding: 12px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.list-item:first-child {
    margin-top: 0;
}

.list-left {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
}

.list-left h3 {
    width: 100%;
    font-size: 12px;
    line-height: 28px;
    font-weight: 600;
    color: #fff;
}

.list-left p {
    width: 100%;
    font-size: 12px;
    line-height: 28px;
    color: #fff;
}

.list-right {
    height: auto;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
    text-align: right;
}

.list-right h3 {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
}

.list-right p {
    width: 100%;
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
}

.list-right p.disabled {
    color: #999999;
}


.order-main {
    width: 100%;
    padding: 50px 12px 12px;
}

.order-list {
    width: 100%;
    overflow: hidden;
    display: block;
    justify-items: center;
    align-items: center;
}

.order-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius: 8px;
    background: #f9f9f9;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 12px 12px 16px;
}

.order-item h3 {
    width: 100%;
    height: auto;
    display: inline-block;
    flex-wrap: wrap;
    margin-bottom: 12px;
    font-weight: 600;
    color: #DC000F;
    font-size: 16px;
}


.order-img {
    width: 120px;
    height: 90px;
    border-radius: 8px;
    overflow: hidden;
}

.order-img img {
    width: 100%;
    height: auto;
}

.order-texts {
    padding: 0;
    width: calc(100% - 132px);
    font-size: 12px;
}

.order-texts p {
    width: 100%;
    color: #8a8a8a;
    font-weight: 500;
    font-size: 12px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order-texts p:first-child {
    margin-top: 0;
}

.order-texts p span {
    font-weight: 600;
}

.lucky-main {
    width: 100%;
    padding: 50px 12px 12px;
}

.lucky-box {
    width: 100%;
    display: block;
}

.lucky-box .lucky-home {
    width: 100%;
    margin-top: 12px;
    padding: 8%;
    background: url("../images/look.png") no-repeat 50%;
    background-size: 100% 100%;
}

.lucky-box .lucky-info {
    width: 100%;
    display: block;
    position: relative;
    background-image: url("../images/turnplate-bg.png");
    background-size: 100% 100%;
}

.lucky-box .lucky-info canvas.item {
    width: 100%;
}

.lucky-box .lucky-info img.click {
    width: 31.5%;
    height: 42.5%;
    cursor: pointer;
    position: absolute;
    left: 34.6%;
    top: 23%;
}

.lucky-tab {
    width: 100%;
    height: auto;
    padding: 18px 6px;
    margin-top: 16px;
    background: #DC000F;
    border-radius: 8px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.lucky-tab h3 {
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.lucky-tab p {
    width: 100%;
    color: #fff;
    font-weight: 500;
    margin-top: 12px;
}

.coupon-main {
    width: 100%;
    padding: 50px 12px 12px;
}

.coupon-box {
    width: 100%;
    height: auto;
    margin-top: 12px;
}


.coupon-item {
    background: url("../images/bg2.png") no-repeat center center;
    background-size: 100% 100%;
    margin-top: 12px;
    padding: 12px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.coupon-item:first-child {
    margin-top: 0;
}

.coupon-left {
    width: 64px;
    height: 64px;
    padding: 8px;
    text-align: center;
    color: #DC000F;
    background: #fff;
    font-size: 16px;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.coupon-left p {
    width: 100%;
    line-height: 24px;
}

.coupon-right {
    width: calc(100% - 64px);
    height: 64px;
    padding-left: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.coupon-right h3 {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.coupon-right span {
    width: 100%;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
}

.coupon-item a {
    padding: 6px 12px;
    border-radius: 25px;
    color: #DC000F;
    background: #fff;
    position: absolute;
    right: 12px;
}

.message-main {
    width: 100%;
    padding: 50px 12px 12px;
}

.message-box {
    width: 100%;
    height: auto;
    margin-top: 12px;
    color: #fff;
}

.message-item {
    background: #182142;
    border-radius: 8px;
    margin-top: 12px;
    padding: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.message-item:first-child {
    margin-top: 0;
}

.message-item h3 {
    width: 100%;
    height: auto;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #EEEEEE;
}

.message-item h3.current {
    color: #fff;
}

.message-item h3 span {
    color: #999;
    font-size: 12px;
    font-weight: 400;
}

.message-item p {
    width: 100%;
    height: auto;
    color: #999;
    font-size: 12px;
    line-height: 20px;
    margin-top: 6px;
    text-wrap: initial !important;
}

.reward-main {
    width: 100%;
    padding: 50px 12px;
}

.reward-list {
    width: 100%;
    height: auto;
    margin-top: 12px;
}

.reward-item {
    width: 100%;
    padding: 12px 8px;
    margin-top: 12px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .06);
}

.reward-item:first-child {
    margin-top: 0;
}

.reward-item h3 {
    width: 100%;
    height: auto;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
}

.reward-item ul {
    width: 100%;
    height: auto;
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.reward-item li {
    width: 100%;
    height: auto;
    color: #DC000F;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.reward-item li p {
    width: 100%;
    margin-top: 8px;
    display: block;
    color: #151515;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}

.reward-rate {
    width: 100%;
    height: 8px;
    margin-top: 8px;
    display: block;
    overflow: hidden;
    border-radius: 8px;
    background: #CCCCCC;
    position: relative;
}

.reward-rate span {
    height: 100%;
    background: #DC000F;
    position: absolute;
    left: 0;
}

.reward-item button {
    width: 100%;
    height: 42px;
    border: none;
    margin-top: 8px;
    display: block;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    border-radius: 25px;
    background: #DC000F;
    cursor: pointer;
}

.reward-item button.disabled {
    background: #CCCCCC;
}