* {
    padding: 0;
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto; */
}

body {
    max-width: 450px;
    margin: 0 auto;
}

/* 滚动禁止 */
body.no-scroll {
    /* position: fixed; */
    overflow: hidden !important;
    width: 100%;
}

/* 设置鼠标指针样式为手型 */
.pointer {
    cursor: pointer;
}

.featured {
    width: 100%;
    background-color: #000000;
}

.overseasBox {
    width: 100%;
    height: 100%;
}

.flex {
    display: flex;
}

/* 自动换行 */
.overFlow {
    word-wrap: break-word;
    overflow: hidden;
}

/* 超过文本省略 */
.overFlowEllipsis {
    overflow: hidden;
    /*超出部分隐藏*/
    text-overflow: ellipsis;
    /* 超出部分显示省略号 */
    white-space: nowrap;
    /*规定段落中的文本不进行换行 */
}

.absolute {
    position: absolute;
}

#mainBody {
    width: 100%;
    position: relative;
    margin: 0 auto;
    overflow-x: hidden;
}

.bg {
    width: 100%;
    object-fit: contain;
}

.nav-img {
    width: 100%;
    object-fit: contain;
    top: 0;
    left: 0;
    z-index: 99;
}

.nav-click-area {
    width: 34%;
    height: 10vw;
    max-height: 45px;
    object-fit: contain;
    top: 16px;
    right: 22px;
    z-index: 999;
}

/* 登录 */
.login {
    width: 100%;
    top: 10%;
    font-size: 14px;
    font-weight: 700;
    color: #FAF9FD;
    font-family: HYYakuHei;
}

.loginName {
    width: 100%;
    text-align: center;
}

.turntable {
    width: 100%;
    top: 14.3%;
}

.turntableTitImg {
    width: 100%;
}

.record {
    font-size: 18px;
    right: 2%;
    top: 14%;
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    font-weight: 600;
}

.turntableRuleImg {
    position: absolute;
    width: 7%;
    top: 6.3%;
    right: 8%;
}

/* 大转盘内容 */
.content {
    display: flex;
    justify-content: center;
    margin-top: 4%;
}

.content .wheel {
    position: relative;
    width: 362px;
    height: 362px;
    background-image: url(../images/wheel-bg.png);
    background-size: 100% 100%;
    border-radius: 50%;
    overflow: hidden;
}

.wheelHuang {
    width: 95.5%;
    height: 94%;
    position: absolute;
    left: 2.5%;
    top: 2.5%;
}

#wheelCanvas {
    position: absolute;
    left: 10.2%;
    top: 11.5%;
    border-radius: 50%;
}

.wheelPointer {
    width: 35%;
    position: absolute;
    left: 32.5%;
    top: 22.5%;
}

.lotteryNum {
    position: absolute;
    left: 46%;
    top: 47%;
    font-size: 25px;
    color: #ffbf65;
    font-weight: 600;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    pointer-events: none;
    /* 允许点击事件穿透 */
    width: 30px;
    text-align: center;
}

/* 邀请人可得奖励 */
.inviteReward {
    width: 80%;
    height: 180px;
    margin-left: 10%;
    top: 33.4%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.inviteRewardTop {
    width: 100%;
    margin-top: 1%;
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    /* color: #1C7891; */
    font-family: Source Han Serif CN;
    color: #FFFFFF;
    background: linear-gradient(0deg, #FFFFFF 0.390625%, #FFDB5D 99.609375%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.inviteRewardRw {
    width: 50%;
    position: absolute;
    top: 20%;
    right: -21%;
}

.inviteRewardCtt {
    width: 240px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.inviteRewardCttItem {
    width: 45px;
    height: 45px;
    background-image: url(../images/inviteBg.png);
    background-size: 100% 100%;
    margin: 0 5px;
    margin-top: 3%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inviteRewardCttItemImg {
    width: 35px;
    height: 35px;
}

.inviteIncomplete {
    width: 100%;
    margin-top: 3%;
    display: flex;
    justify-content: center;
}

.inviteIncompleteImg {
    width: 35%;
}

.shareCodeImg {
    width: 75%;
    left: 12.5%;
    top: 42.2%;
}

.yqcgTit {
    width: 100%;
    position: absolute;
    top: 44%;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    /* color: #1C7891; */
    font-family: HYYakuHei;
    color: #87F4F4;
    /* background: linear-gradient(0deg, #1B97DA 0%, #176C98 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

.inviteLevel {
    width: 100%;
    top: 47.5%;
}

.inviteFriendsTitImg {
    width: 100%;
}

.bkbImg {
    width: 17%;
    position: absolute;
    right: 0;
    top: -3%;
}

.mySwiper {
    width: 100vw;
    max-width: 450px;
    height: 80vw;
    margin-top: 3%;
    overflow: hidden;
}

.mySwiper .swiper-wrapper {
    width: 100%;
    height: 100%;
    touch-action: pan-y;
    /* 允许垂直滚动（横向滑动不受影响） */
}

.mySwiper .swiper-slide {
    width: 100%;
    font-size: 18px;
    display: flex;
}

.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
    top: 95% !important;
    width: 10% !important;
    max-width: 130px;
    /* height: calc(100% + 20px); */
    background-position-y: center;
    background-size: contain;
    outline: none;
}

.mySwiper .swiper-button-next {
    background-image: url('../images/right.png');
    background-repeat: no-repeat;
    background-position-x: right;
    right: 10% !important;
}

.mySwiper .swiper-button-prev {
    background-image: url('../images/left.png');
    background-repeat: no-repeat;
    background-position-x: left;
    left: 10% !important;
}

.mySwiper .swiper-button-prev:after,
.mySwiper .swiper-container-rtl .swiper-button-next:after,
.mySwiper .swiper-button-next:after,
.mySwiper .swiper-container-rtl .swiper-button-prev:after {
    content: none !important;
}

.mySwiper .swiper-pagination-fraction,
.mySwiper .swiper-pagination-custom,
.mySwiper .swiper-horizontal>.swiper-pagination-bullets,
.mySwiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    width: 70% !important;
    margin-left: 15%;
    bottom: -5px !important;
}

.mySwiper .swiper-pagination-bullet {
    background-color: transparent !important;
    border: #6D4030 1px solid;
}

.mySwiper .swiper-pagination-bullet-active {
    background-color: #6D4030 !important;
}

.inviteFriendsCtt {
    width: 100%;
    max-width: 450px;
    padding: 0 5%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    margin-top: 2%;
}

.profilePicture {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
}

.profilePictureImg {
    width: 50px;
    height: 50px;
    padding: 2px;
    box-sizing: border-box;
    background: url(../images/avatarFrame.png);
    background-size: 100% 100%;
    margin-right: 3%;
}

.profilePictureTxt {
    min-width: 55%;
    margin-left: 0;
    height: 35px;
    margin-top: 7.5px;
    padding: 0 3%;
    font-size: 14px;
    font-weight: 700;
    color: #84451F;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: url(../images/nameBg.png);
    background-size: 100% 100%;
}

.profilePictureName {
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}

.profilePictureGrade {
    width: 86%;
    height: 50px;
    background: url(../images/gradeBg.png);
    background-size: 100% 100%;
    color: #fff;
}

.profilePictureGrade1,
.profilePictureGrade2,
.profilePictureGrade3 {
    width: 100%;
    height: 55px;
    font-weight: 700;
    display: flex;
    align-items: center;
    background: url(../images/profilePictureGradeBg.png);
    background-size: 100% 100%;
}

.profilePictureGrade1Ctt,
.profilePictureGrade2Ctt,
.profilePictureGrade3Ctt {
    width: 72%;
    height: 55px;
}

.profilePictureGrade1Text,
.profilePictureGrade2Text,
.profilePictureGrade3Text {
    width: 100%;
    font-size: 10px;
    margin-left: 5%;
    margin-top: 5px;
    color: #84451F;
    text-align: left;
}

.profilePictureGradeCttImg,
.mengyaLevelSprintGradeCttImg {
    width: 100%;
    display: flex;
    justify-content: start;
}

.profilePictureGradeImg {
    width: 22px;
    height: 22px;
    background-color: #E2CCA8;
    margin-top: 6px;
    margin-left: 1%;
}

.profilePictureGradeImg:nth-child(1) {
    margin-left: 2%;
}

.profilePictureNotAchieved1,
.profilePictureNotAchieved2,
.profilePictureNotAchieved3 {
    width: 20%;
    margin-left: 5%;
}

.profilePictureGradeName2 {
    margin-left: 10%;
}

.profilePictureGradeName3 {
    margin-bottom: 15%;
}

.pageTurning {
    width: 70%;
    margin-left: 15%;
    text-align: center;
    position: absolute;
    bottom: 15px;
    font-size: 16px;
    font-weight: 700;
    color: #6D4030;
}

/* 萌芽等级冲刺 */
.mengyaLevelSprint {
    width: 100%;
    top: 64.8%;
}

.personalLevelTitImg {
    width: 100%;
}

.mengyaLevelSprintGradeBox {
    margin-top: 7vw;
}

.mengyaLevelSprintGrade {
    width: 80%;
    margin-left: 10%;
    margin-top: 4%;
    font-size: 18px;
    height: 50px;
    background: url(../images/gradeBg.png);
    background-size: 100% 100%;
    color: #fff;
}

.mengyaLevelSprintGrade1,
.mengyaLevelSprintGrade2,
.mengyaLevelSprintGrade3 {
    width: 100%;
    height: 50px;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.mengyaLevelSprintGrade1Ctt,
.mengyaLevelSprintGrade2Ctt,
.mengyaLevelSprintGrade3Ctt {
    width: 70%;
}

.mengyaLevelSprintGrade1Text,
.mengyaLevelSprintGrade2Text,
.mengyaLevelSprintGrade3Text {
    width: 100%;
    font-size: 10px;
    margin-left: 5%;
    color: #84451F;
    text-align: left;
}

.mengyaLevelSprintNotAchieved1,
.mengyaLevelSprintNotAchieved2,
.mengyaLevelSprintNotAchieved3 {
    width: 20%;
    margin-left: 5%;
}

.mengyaLevelSprintNotAchievedImg {
    width: 100%;
}

.mengyaLevelSprintGradeImg {
    width: 21px;
    height: 21px;
    background-color: #E2CCA8;
    margin-top: 6px;
    margin-left: 1%;
}

.mengyaLevelSprintGradeImg:nth-child(1) {
    margin-left: 2%;
}

/* 活动规则 */
.activityRules {
    width: 100%;
    height: 125vw;
    padding: 0 5%;
    box-sizing: border-box;
    bottom: 0;
}

.activityRulesTit {
    width: 80%;
    margin: 4% 10%;
}

.activityRulesName {
    width: 100%;
    height: 85%;
    padding-right: 3%;
    font-size: 13px;
    color: #FFFFFF;
    font-family: Source Han Sans SC;
    overflow-y: auto;
}

/* 自定义滚动条 */
.activityRulesName::-webkit-scrollbar {
    width: 5px;
    background-color: rgb(255, 255, 255, 0);
    border-radius: 10px;
}

.activityRulesName::-webkit-scrollbar-thumb {
    background: #92301F;
    border-radius: 10px;
}

.activityRulesName::-webkit-scrollbar-track {
    border-radius: 10px;
}

.loginNameBlock,
.loginNameNone {
    display: none;
}

/* 信任 */
.down-section {
    max-width: 450px;
}

#modal_sw .swiper-slide {
    max-width: 100%;
    padding-bottom: 30px;
}

.down-section .right_modal {
    background: #fff;
    border-radius: 5px;
    width: 80%;
    left: 10%;
    padding: 20px .2%;
    text-align: center;
    color: #6b240a;
    position: fixed;
    top: 10%;
    z-index: 1000;
    font-size: .3rem;
}

.down-section .right_modal .close {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 30px;
    color: #ccc;
}

.down-section .right_modal p.title {
    color: #000;
    font-size: 0.3rem;
    text-align: center;
    background: none;
    padding-bottom: 10px;
}

.down-section .right_modal a.btn-bg {
    background: #fa7403;
    color: #fff;
    font-size: 0.3rem;
    width: 90%;
    line-height: 0.6rem;
    display: inline-block;
    border-radius: 5px;
    margin-top: 8px;
}

.down-section .pagination-sw {
    bottom: 80px !important;
}


.down-section .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0;
}

.down-section .swiper-pagination-bullet {
    background: #ffffff;
    opacity: 1;
    width: 8px;
    height: 8px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

.down-section .swiper-pagination-bullet-active {
    background: #5b6392;
}

.down-section .down-section .right_modal p.title {
    font-size: 17px !important;
}

.down-section .down-section .right_modal a.btn-bg {
    font-size: 17px !important;
    line-height: 40px !important;
}

#modal_sw .swiper-pagination-bullet {
    background: rgba(0, 0, 0, 0.3);
}

#modal_sw .swiper-pagination-bullet-active {
    width: 8px !important;
}

.shadow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    background: rgba(0, 0, 0, 0.7);
}

#modal_sw .swiper-pagination-bullet {
    background: rgba(0, 0, 0, 0.3);
}

#modal_sw .swiper-pagination-bullet-active {
    width: 8px !important;
}

#modal_sw .swiper-pagination-bullet-active {
    background-color: #fda460;
}


.down-section .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0;
}

.down-section .swiper-pagination-bullet {
    background: #ffffff;
    opacity: 1;
    width: 8px;
    height: 8px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

.down-section .swiper-pagination-bullet-active {
    background: #5b6392;
}

.down-section .right_modal p.title {
    font-size: 17px !important;
}

.down-section .right_modal a.btn-bg {
    font-size: 17px !important;
    line-height: 40px !important;
}

#modal_sw .swiper-pagination-bullet {
    background: rgba(0, 0, 0, 0.3);
}

#modal_sw .swiper-pagination-bullet-active {
    width: 8px !important;
}

.down-section .swiper-slide img {
    width: 100%;
}

.down-section .swiper-container {
    overflow: hidden;
}

/* 将圆点改为方块 */
.down-section .swiper-pagination-bullet {
    width: 13px;
    height: 15px;
    border-radius: 0px;
    /* 可调整为直角或微圆角 */
    background: rgba(0, 0, 0, 0.3);
    opacity: 1;
    margin: 0 5px;
}

/* 当前激活的方块 */
.down-section .swiper-pagination-bullet-active {
    background: #007aff;
    /* 激活颜色 */
    height: 23px;
    width: 8px !important;
}

/*  微信浏览器提示 */
.iswx-wrapper {
    content: '';
    width: 100vw;
    height: 100vh;
    position: fixed;
    background-color: rgba(0, 0, 0, .3);
    top: 0;
    z-index: 999;
}

.iswx {
    width: 100vw;
    object-fit: contain;
    position: fixed;
    top: 0;
    z-index: 998;
}


@media screen and (min-width:450px) {
    .mySwiper {
        height: 365px;
    }

    .inviteFriendsCtt {
        padding: 0 20px;
        margin-top: 10px;
    }

    .mengyaLevelSprintGradeBox {
        margin-top: 10%;
    }

    .activityRules {
        height: 560px;
    }
}