* {
    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;
}

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

.nav-img{
    width: 100%;
    object-fit: contain;
    top: 0;
    left: 0;
    z-index: 99;
}
.nav-click-area{
    width: 30%;
    height: 10vw;
    max-height: 45px;
    object-fit: contain;
    top: 10px;
    right: 15px;
    z-index: 999;
}

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

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

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

.turntableTitImg {
    width: 100%;
}

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

.turntableRuleImg {
    position: absolute;
    width: 6%;
    top: 7.3%;
    right: 14%;
}

/* 大转盘内容 */
.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;
}

#wheelCanvas {
    position: absolute;
    left: 7%;
    top: 7%;
}

.wheelPointer {
    width: 35%;
    position: absolute;
    left: 32.5%;
    top: 32.5%;
}
.lotteryNum{
    position: absolute;
    left: 46%;
    top: 46%;
    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: 150px;
    margin-left: 10%;
    top: 36%;
}

.inviteRewardTop {
    width: 100%;
    margin-top: 3%;
    font-size: 21px;
    text-align: center;
    font-weight: 700;
    color: #1C7891;
}

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

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

.inviteRewardCttItemImg {
    width: 40px;
    height: 40px;
}
.inviteRewardCttItemImg2{
    width: 40px;
    height: 40px;
}

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

.inviteIncompleteImg {
    width: 35%;
}

.shareCodeImg {
    width: 50%;
    left: 25%;
    top: 46%;
}

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

.inviteFriendsTitImg {
    width: 100%;
}

.mySwiper {
    width: 100vw;
    max-width: 450px;
    height: 300px;
    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: 5% !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: #C6D89A 1px solid;
}

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

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

.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: 50%;
    margin-left: 3%;
    height: 35px;
    margin-top: 7.5px;
    padding: 0 3%;
    font-size: 14px;
    font-weight: 700;
    color: #104C64;
    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: 90%;
    height: 45px;
    background: url(../images/gradeBg.png);
    background-size: 100% 100%;
    color: #fff;
}

.profilePictureGrade1,
.profilePictureGrade2,
.profilePictureGrade3 {
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
}

.profilePictureGrade1Text,
.profilePictureGrade2Text,
.profilePictureGrade3Text {
    width: 50%;
    line-height: 43px;
    text-align: center;
}

.profilePictureGrade1Img1,
.profilePictureGrade1Img2,
.profilePictureGrade2Img1,
.profilePictureGrade2Img2,
.profilePictureGrade3Img1,
.profilePictureGrade3Img2 {
    width: 10%;
    height: 29px;
    margin-left: 2%;
}

.profilePictureNotAchieved1,
.profilePictureNotAchieved2,
.profilePictureNotAchieved3 {
    width: 21%;
    font-size: 13px;
    color: #298192;
    font-weight: 700;
    text-align: center;
    margin-left: 5%;
}

.profilePictureGradeName2 {
    margin-left: 10%;
}

.profilePictureGradeName3 {
    margin-bottom: 10%;
}

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

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

.personalLevelTitImg {
    width: 100%;
}

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

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

.mengyaLevelSprintGrade1Text,
.mengyaLevelSprintGrade2Text,
.mengyaLevelSprintGrade3Text {
    width: 50%;
    line-height: 43px;
    text-align: center;
}

.mengyaLevelSprintGrade1Img1,
.mengyaLevelSprintGrade1Img2,
.mengyaLevelSprintGrade2Img1,
.mengyaLevelSprintGrade2Img2,
.mengyaLevelSprintGrade3Img1,
.mengyaLevelSprintGrade3Img2 {
    width: 10%;
    height: 29px;
    margin-left: 2%;
}

.mengyaLevelSprintNotAchieved1,
.mengyaLevelSprintNotAchieved2,
.mengyaLevelSprintNotAchieved3 {
    width: 21%;
    font-size: 13px;
    color: #298192;
    font-weight: 700;
    text-align: center;
    margin-left: 5%;
}

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

.activityRulesTit {
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    color: #B9EBF2;
    font-family: HYYakuHei;
    text-align: center;
    margin: 4% 0;
}

.activityRulesName {
    width: 100%;
    height: 72%;
    font-size: 13px;
    color: #B9EBF2;
    font-family: Source Han Sans SC;
    overflow-y: auto;
}

.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) {
    .inviteFriendsCtt {
        padding: 0 20px;
        margin-top: 10px;
    }
  }