[v-cloak] {
    display: none !important;
}

#wrap {
    width: 7.5rem;
    height: 100vh;
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding-top: 1.3rem;
    overflow: hidden;
}

.loginInfo {
    position: fixed;
    right: 0;
    top: 3.3rem;
    height: 0.5rem;
    background: rgba(0, 0, 0, 0.5);
    font-size: 0.24rem;
    color: #fff;
    z-index: 999;
    border-radius: 0.5rem 0 0 0.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.2rem;
}
.loginInfo .username {
    margin-right: 0.2rem;
}

.download_bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.3rem;
    background-color: #170505;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.2rem;
    z-index: 999;
}
.download_bar .img_download_bar {
    width: 3rem;
    height: 0.96rem;
}
.download_bar .img_download {
    width: 3.09rem;
    height: 0.6rem;
}
.icon_contact {
    width: 0.42rem;
    position: fixed;
    right: 0;
    top: 1.5rem;
    z-index: 9;
}
.container {
    width: 100%;
    flex: 1;
    overflow-y: auto;
}

.part1 {
    width: 100%;
    height: 25.73rem;
    background: url("../imgs/bg1.jpg") no-repeat top / 100% 100%;
    position: relative;
    padding-top: 6.7rem;
}
.btns {
    position: absolute;
    left: 0;
    top: 0.8rem;
}
.btns img {
    display: block;
    width: 1.71rem;
    height: 0.49rem;
}

.part1 .swiper {
    margin: 0 auto;
    width: 6.06rem;
    height: 2.58rem;
}
.part1 .swiper .img_banner {
    width: 6.06rem;
    height: 2.58rem;
}
.part1 .banner {
    position: relative;
}
.part1 .banner .swiper-pagination {
    position: absolute;
    bottom: -0.7rem;
}
.part1 .swiper-pagination-bullet {
    width: 0.13rem;
    height: 0.13rem;
    background-color: #975323;
    border-radius: 0;
    transform: rotateZ(45deg);
}
.part1 .banner1 {
    margin-bottom: 3.75rem;
}
.part1 .banner2 {
    margin-bottom: 3.35rem;
}
.suggest {
    width: 3.11rem;
    height: 1.55rem;
    display: block;
    margin: 1.2rem auto 0;
}

.part2 {
    width: 100%;
    height: 22.48rem;
    background: url("../imgs/bg2.jpg") no-repeat top / 100% 100%;
    position: relative;
    padding-top: 5.6rem;
}
.part2 .btn_rule {
    display: flex;
    justify-content: flex-end;
    padding-right: 0.4rem;
}
.part2 .btn_rule img {
    width: 1.27rem;
    height: 0.29rem;
}
.part2 .signIn {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 6.38rem;
}
.part2 .signIn li {
    width: 1.49rem;
    height: 3.11rem;
    position: relative;
    margin: 0 0.1rem;
}

.part2 .signIn li img {
    width: 1.49rem;
    height: 0.45rem;
    position: absolute;
    bottom: 0;
}
.part2 .extra {
    margin-top: 1.4rem;
}
.part2 .extra .total {
    color: #faed98;
    font-size: 0.24rem;
    padding-left: 2.45rem;
}
.part2 .extra .total span {
    width: 1rem;
    display: inline-block;
    text-align: center;
}
.part2 .extra .total .total1 {
    margin-right: 1.7rem;
}
.part2 .extra ul {
    width: 2.18rem;
    padding-left: 5rem;
    margin-top: 1rem;
    min-height: 3.2rem;
}
.part2 .extra ul li {
    margin-bottom: 0.9rem;
}
.part2 .extra ul li img {
    width: 2.18rem;
    height: 0.47rem;
}

.part3 {
    width: 100%;
    height: 19.98rem;
    background: url("../imgs/bg3.jpg") no-repeat top / 100% 100%;
    position: relative;
    padding-top: 4.5rem;
}
.part3 .lottery {
    display: flex;
    width: 100%;
    height: 6.2rem;
}
.part3 .lottery .left {
    width: 1.5rem;
    height: 6.19rem;
    position: relative;
    padding-bottom: 0.9rem;
}
.part3 .lottery .left .list {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    width: 1.5rem;
}

.part3 .lottery .left .list img {
    width: 1.5rem;
    height: 7.84rem;
}
/* .part3 .lottery .left .list::-webkit-scrollbar {
    width: 0;
}

.part3 .lottery .left .list::-webkit-scrollbar-track {
    background-color: transparent;
} */

.part3 .lottery .left .list::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0);
    border-left: 1px solid rgba(0, 0, 0, 0);
}
.part3 .lottery .left .list::-webkit-scrollbar {
    width: 5px;
    height: 13px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.part3 .lottery .left .list::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    min-height: 28px;
}
.part3 .lottery .left .list::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.part3 .lottery .left .sum {
    width: 1.09rem;
    height: 1.14rem;
    background: url(../imgs/bg-sum.png) no-repeat center / 100% 100%;
    position: absolute;
    bottom: 0.3rem;
    left: 50%;
    transform: translateX(-50%);
    color: #ffefbf;
    font-size: 0.24rem;
    font-weight: bold;
    text-align: center;
    padding-top: 0.3rem;
}
.part3 .lottery .right {
    flex: 1;
    position: relative;
}
.part3 .lottery .right .top {
    width: 6rem;
    overflow-x: auto;
    margin-bottom: 0.3rem;
}
/* .part3 .lottery .right .top::-webkit-scrollbar {
    width: 0;
}

.part3 .lottery .right .top::-webkit-scrollbar-track {
    background-color: transparent;
} */

.part3 .lottery .right .top::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0);
    border-left: 1px solid rgba(0, 0, 0, 0);
}
.part3 .lottery .right .top::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.part3 .lottery .right .top::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    min-height: 28px;
}
.part3 .lottery .right .top::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.part3 .lottery .right .top img {
    width: 13.74rem;
    height: 1.38rem;
}
.part3 .lottery .right .content {
    position: absolute;
    left: 0.55rem;
    top: 1.9rem;
}
.part3 .lottery .right .bg_lottery {
    width: 3.6rem;
    height: 2.08rem;
}
.part3 .lottery .right .num {
    position: absolute;
    color: #964830;
    font-size: 0.34rem;
    font-weight: bold;
    width: 1rem;
    text-align: center;
    top: 4.48rem;
    left: 2.5rem;
}
.part3 .lottery .right .btn_rule {
    width: 2.67rem;
    height: 0.82rem;
    position: absolute;
    top: 5.3rem;
    left: 0.2rem;
}
.part3 .lottery_btns {
    display: flex;
    margin-top: 1.3rem;
    justify-content: center;
}
.part3 .lottery_btns img {
    width: 3.4rem;
    height: 1.25rem;
    margin: 0 0.1rem;
}
.part3 .btn_more {
    width: 2.83rem;
    height: 1.73rem;
    display: block;
    margin: 0.5rem auto;
}
.part3 .other_btns {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.part3 .other_btns .btn_invite {
    width: 3.22rem;
    height: 0.81rem;
    margin-right: 0.5rem;
}
.part3 .other_btns .btn_record {
    width: 2.72rem;
    height: 0.51rem;
}
.part3 .suggest {
    margin: 0.5rem auto 0;
}

.part4 {
    width: 100%;
    height: 19.63rem;
    background: url(../imgs/bg4.jpg) no-repeat top / 100% 100%;
    position: relative;
    padding-top: 4.4rem;
}
.part4 .btn_rule {
    display: flex;
    justify-content: flex-end;
    padding-right: 0.4rem;
    margin-bottom: 0.6rem;
}
.part4 .btn_rule img {
    width: 1.27rem;
    height: 0.29rem;
}
.part4 ul {
    height: 10.4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0.4rem 0 0.4rem 5rem;
}
.part4 ul li img {
    width: 2.18rem;
    height: 0.47rem;
}
/* 菜单 */
.menu {
    width: 100%;
    height: 1.16rem;
    background-color: #332f2c;
}
.menu ul {
    width: 100%;
    height: 0.89rem;
    display: flex;
}
.menu ul li {
    flex: 1;
    height: 100%;
    background: url(../imgs/bg-menu.png) no-repeat center / 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu ul li:nth-child(1) img {
    width: 1.29rem;
    height: 0.25rem;
}
.menu ul li:nth-child(2) img {
    width: 1.04rem;
    height: 0.25rem;
}
.menu ul li:nth-child(3) img {
    width: 1.29rem;
    height: 0.25rem;
}
.menu ul li:nth-child(4) img {
    width: 1.04rem;
    height: 0.25rem;
}
.menu ul li.active {
    background: url(../imgs/bg-menu-on.png) no-repeat center / 100%;
}
/* 弹窗 */
.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
}

.modal {
    width: 6.88rem;
    position: relative;
}
.modal .close {
    width: 0.72rem;
    height: 0.78rem;
    position: absolute;
    right: -0.6rem;
    top: -0.1rem;
    transform: translateX(-50%);
}
.modal_rlue {
    height: 9.2rem;
    background: url(../imgs/bg-rule.png) no-repeat center / 100%;
    color: #7f3d26;
    font-size: 0.24rem;
    padding: 1.5rem 0.6rem 0;
    line-height: 2em;
}
.modal_rlue p {
    height: 7rem;
    overflow-y: auto;
}
.modal_award {
    height: 6.33rem;
    position: relative;
    padding-top: 1.4rem;
    background: url(../imgs/bg-award1.png) no-repeat top / 100% 100%;
}
.modal_award_lottery {
    background: url(../imgs/bg-award1.png) no-repeat top / 100% 100%;
}
.modal_award_leiji {
    background: url(../imgs/bg-award2.png) no-repeat top / 100% 100%;
}
.modal_award_center1 {
    background: url(../imgs/bg-award3.png) no-repeat top / 100% 100%;
}
.modal_award_center2 {
    background: url(../imgs/bg-award4.png) no-repeat top / 100% 100%;
}
.modal_award .award {
    display: block;
    margin: 0 auto;
    width: 1.76rem;
    height: 1.76rem;
}
.modal_award_lottery .award {
    width: 1.77rem;
    height: 1.45rem;
}
.modal_award .btn_know {
    width: 3.47rem;
    height: 0.67rem;
    display: block;
    margin: 1.7rem auto 0;
}

.modal_task {
    height: 11.21rem;
    padding-top: 2rem;
    background: url(../imgs/bg-task.png) no-repeat center / 100%;
    position: relative;
}
.modal_task .tab2 {
    width: 2rem;
    height: 1rem;
    /* background: rgba(0, 0, 0, .5); */
    position: absolute;
    top: 0.3rem;
    right: 0.9rem;
}
.modal_task .content {
    width: 6.11rem;
    height: 8.6rem;
    overflow-y: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 0.4rem;
}
.modal_task .username {
    text-align: center;
    color: #9d2100;
    margin-bottom: 0.3rem;
    font-size: 0.22rem;
    position: absolute;
    top: 1.61rem;
    left: 4rem;
    width: 2rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.modal_task ul {
    width: 100%;
}
.modal_task li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.02rem dotted #e4d8a5;
    padding-bottom: 0.1rem;
    margin-bottom: 0.1rem;
}
.modal_task li .left {
    display: flex;
    align-items: center;
    flex: 1;
}
.modal_task li .left .icon {
    width: 1.06rem;
    height: 1.06rem;
    background: url(../imgs/coin.png) no-repeat center / 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.modal_task li .left .icon span {
    width: 100%;
    color: #fff;
    font-size: 0.18rem;
    text-align: center;
    height: 0.3rem;
    line-height: 0.3rem;
    background-color: rgba(0, 0, 0, 0.5);
}
.modal_task li .left .info {
    flex: 1;
    margin-left: 0.2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    min-height: 1rem;
}
.modal_task li .left .info .name {
    color: #5f1b12;
    font-size: 0.24rem;
    font-weight: bold;
}
.modal_task li .left .info .desc {
    color: #db4f06;
    font-size: 0.18rem;
}
.modal_task .btn {
    width: 1.74rem;
    height: 0.54rem;
    margin-left: 0.2rem;
}

.modal_record {
    height: 11.21rem;
    padding-top: 2.3rem;
    background: url(../imgs/bg-record.png) no-repeat center / 100%;
    position: relative;
    padding-right: 0.5rem;
}
.modal_record .tab1 {
    width: 2rem;
    height: 1rem;
    /* background: rgba(0, 0, 0, .5); */
    position: absolute;
    top: 0.3rem;
    left: 0.8rem;
}
.modal_record ul {
    color: #7f3d26;
    font-size: 0.24rem;
    padding-left: 0.6rem;
    height: 8rem;
    overflow-y: auto;
}
.modal_record ul li {
    margin-bottom: 0.2rem;
}
.modal_record ul li .date {
    margin-right: 0.3rem;
}
.modal_record ul li .reson {
    display: inline-block;
    width: 3rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-right: 0.4rem;
}

.modal_notEnough {
    height: 5.35rem;
    padding-top: 3.2rem;
    background: url(../imgs/bg-notEnough.png) no-repeat center / 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.modal_notEnough .goTask {
    width: 3.47rem;
    height: 0.67rem;
}
.modal_notEnough span {
    margin-top: 0.2rem;
    font-size: 0.24rem;
    color: #7f3d26;
}

.modal_awards {
    height: 12.3rem;
    padding: 1.5rem 0.3rem 0;
    background: url(../imgs/bg-awards.png) no-repeat center / 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.modal_awards ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    height: 8rem;
}
.modal_awards ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.modal_awards ul li img {
    width: 1.77rem;
    height: 1.45rem;
}
.modal_awards ul li span {
    font-size: 0.24rem;
    color: #7f3d26;
    margin-top: 0.15rem;
}
.modal_awards .btn_ok {
    width: 3.47rem;
    height: 0.67rem;
    margin-top: 1.2rem;
}

.modal_noAward {
    height: 5.35rem;
    padding-top: 3.6rem;
    background: url(../imgs/bg-noAward.png) no-repeat center / 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.modal_noAward .btn_know {
    width: 3.47rem;
    height: 0.67rem;
}

.modal_myRecord {
    height: 11.21rem;
    padding-top: 2.3rem;
    background: url(../imgs/bg-myRecord.png) no-repeat center / 100%;
    position: relative;
    padding-right: 0.5rem;
}
.modal_myRecord ul {
    color: #7f3d26;
    font-size: 0.24rem;
    padding-left: 0.7rem;
    height: 8rem;
    overflow-y: auto;
}
.modal_myRecord ul li {
    margin-bottom: 0.2rem;
}
.modal_myRecord ul li span {
    display: inline-block;
}
.modal_myRecord ul li span:nth-child(2) {
    width: 3rem;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 1.3rem;
}
