/* .mod-dialog {
    overflow: auto;
}

.mod-dialog  .mod-dialog-main {
    position: relative;
    left: 50%;
    top:100px;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 5px;
} */
body {
    /* background: url(../images/max_bg.jpg) center center no-repeat;
    background-size: cover; */
}

.page-home {
    background: url(../images/max_bg.jpg) center center no-repeat;
    background-size: cover;
    background-position: center;
}

.page-news {
    background: url(../images/index_p2.png) center center no-repeat;
    background-size: cover;
    background-position: center;
}

.page-tese {
    background: url(../images/index_p3.png) center center no-repeat;
    background-size: cover;
    background-position: center;
}

.page-news,
.page-lucky,
.page-tese {
    /* background: url(../images/max_bg.jpg) center center no-repeat;
    background-size: cover; */
}

.main {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.video-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    z-index: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

#video-bg-inner {
    position: absolute;
    width: 100%;
    min-height: 100%;
}

.video-bg video {
    width: auto;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

#two-video {
    position: absolute;
    top: 0;
    left: 0
}

.center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 90%;
    text-align: center;
    /* margin-top: -2rem; */
    width: 6.55rem;
}

.center img {
    display: inline-block;
    width: 100%;
}

.center .btn {}

.dialog-video-btn-wrap {
    width: 1.46rem;
    height: 0.86rem;
    background: url(../images/video-btn-bg.png) center center no-repeat;
    position: absolute;
    bottom: 1.38rem;
    right: 0.20rem;
}

.dialog-video-btn {
    text-align: center;
    cursor: pointer;
}

.left-menus-wrap {
    position: fixed;
    right: 0.32rem;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 0.375rem;
    background: #7ECEEF;
    border-radius: 20px;
    padding: 0.25rem 0.05;
    z-index: 10;
}

.left-menus-wrap a {
    /* margin-bottom: 0.06rem;
    margin-top: 0.06rem; */
    margin: 0.03rem 0;
    opacity: 0.8;
    display: inline-block;
}

.left-menus-wrap a:hover {
    opacity: 1;
}

.left-menus-wrap a img:last-child {
    display: none;
}

.left-menus-wrap .menu {
    position: relative;
}

.left-menus-wrap .qrcode {
    display: none;
    position: absolute;
    top: 0;
    right: 100%;
    /* border: 4px solid rgb(33, 46, 92); */
    /* background: #fff; */
    border-radius: 3px;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    font-weight: bold;
}

.music_btn {
    display: inline-block;
    width: 0.48rem;
    height: 0.48rem !important;
    background: url(../images/music_off.png) center center no-repeat;
    position: relative;
    top: 0.04rem;
    background-size: cover;
}

.music_btn.on {
    background: url(../images/music_on.png) center center no-repeat;
    animation: rotate 2s linear infinite;
}

.disabled {
    pointer-events: none;
    /* 禁用指针事件 */
    filter: grayscale(100%)
}

/* 定义旋转动画 */
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.left-menus-wrap .qrcode p {
    padding-bottom: 4px;
}

.left-menus-wrap .menu:hover .qrcode {
    /* display: block; */
}

/* .left-menus-wrap a:hover img:first-child{display: none;}
.left-menus-wrap a:hover img:last-child{display: inline-block;} */

#yuyue-dialog .mod-dialog-main {
    background: url(../images/box.png) center center no-repeat;
    width: 7.37rem;
    height: 4.79rem;
    background-size: cover;
}

#yuyue-dialog .mod-dialog-content {
    width: 3.65rem;
    margin: 0.97rem auto auto auto;
}

#yuyue-dialog .tit {
    width: 2.45rem;
    margin: 0 auto;
    margin-bottom: 0.25rem;
    padding-top: 1rem;
}

#yuyue-dialog .tit img {
    width: 100%;
}

.form-submit-btn {
    display: block;
    width: 1.80rem;
    margin: 0 auto;
    margin-top: 0.52rem;
}

.form-submit-btn img {
    width: 100%;
}

.input-code {
    width: 2.15rem;
}

.form-control {
    border: 1px solid #625743;
    /* height: 0.34rem;
    padding: 0.06rem 0.12rem;
    font-size: 0.14rem; */
}

.form-phone-code-btn {
    display: inline-block;
    width: 1.18rem;
    height: 0.34rem;
    cursor: pointer;
    text-align: center;
    line-height: 0.34rem;
    color: #fff;
    background-color: #977248;
    border-radius: 5px;
    margin-left: 0.20rem;
    font-size: 0.14rem;
}

#yuyue-dialog .form-group {
    margin-bottom: 0.30rem
}

#yuyue-dialog .mod-dialog-close1 {
    margin: 0.50rem !important;
}

.show-dialog {
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 2.66rem;
    height: 0.71rem;
}

.show-dialog img {
    width: 100%;
}

.show-dialog img:last-child {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.show-dialog:hover img:last-child {
    opacity: 1;
}

#video-dialog .mod-dialog-close1 {
    position: absolute;
    top: 0.16rem;
    right: 0.16rem;
    z-index: 3;
}

#video-dialog video {
    max-width: 100%;
}

.mod-dialog-main {
    position: relative;
}

.mod-dialog-main .mod-dialog-close1 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
}

#video-dialog .mod-dialog-main {
    width: 900px;
}






/* 主容器样式 */
.container {
    width: 100vw;
    height: 100vh;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}


#index-swiper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    -webkit-transition: all 1s;
    transition: all 1s;
}

#index-swiper .swiper-wrapper,
#index-swiper .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;

}

#index-swiper .swiper-slide {
    overflow: hidden;
    transition: all 1s;
}

#index-swiper .swiper-slide-active {

    opacity: 1;
}

#index-swiper .swiper-slide .img-p3 {
    width: 100%;
    height: 100%;
    /* background-size: contain !important; */
    background: url(../images/index_p3.png) no-repeat;
    /* margin-left: 100px; */

}

.scroll-tip {
    text-align: center;
    height: 1.33rem;
}

.scroll-tip.show {
    opacity: 1;
}

.scroll-tip {
    bottom: 0;
    z-index: 9;
}

.scroll-tip {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 8;
    opacity: 0;
}

.scroll-tip-top,
.scroll-tip-mid,
.scroll-tip-bottom {

    overflow: hidden;
}

.scroll-tip-mid {
    -webkit-animation: tipBounce 1s alternate infinite ease-in-out;
    animation: tipBounce 1s alternate infinite ease-in-out;
}

@keyframes tipBounce {
    0% {
        height: 0px;
    }

    100% {
        height: 39px;
    }
}

.download-btn {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-top: 24px;
}


.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    text-align: center;
    padding-right: 30px;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: url(../images/banner-icon.png) center center no-repeat;
}

.swiper-pagination-bullet-active {
    background: url(../images/banner-icon-on.png) center center no-repeat;
}

#video-bg2 video {
    width: 100%;
    height: auto;
}

.scroll-tip-top {
    width: 0.83rem;
    height: 0.25rem;
}

.scroll-tip-top img,
.scroll-tip-mid img,
.scroll-tip-bottom img {
    width: 100%;
}

.scroll-tip-bottom {
    width: 0.29rem;
    height: 0.5rem;
    margin: 0 auto;
}

.scroll-tip-mid {
    width: 0.09rem;
    height: 0.39rem;
    margin: 0 auto;
}

.menu-item-bili img {
    width: 0.23rem;
    height: 0.22rem;
}

.menu-item-xhs img {
    width: 0.21rem;
    height: 0.21rem;
}

.menu-item-xhs img {
    width: 0.21rem;
    height: 0.21rem;
}

.menu-item-wx img {
    width: 0.30rem;
    height: 0.33rem;
}

.menu-item-wb img {
    width: 0.23rem;
    height: 0.22rem;
}

.menu-item-qq img {
    width: 0.30rem;
    height: 0.33rem;
}

.menu-item-dy img {
    width: 0.23rem;
    height: 0.22rem;
}

.mobile-tip {
    display: none;
}

.page-lucky-inner {
    width: 13rem;
    margin: 0 auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lucky-left-top img,
.lucky-right-top img {
    width: 2.74rem;
    height: 3.02rem;
}

.lucky-left,
.lucky-right {
    width: 3.49rem;
    height: 5.53rem;
    background: url(../images/choujiang/side_box-bg.png) center center no-repeat;
    background-size: cover;
    padding: 0.33rem 0.38rem;
    margin-top: 1.02rem;
}

.lucky-left {
    margin-right: 0.36rem;
}

.lucky-left-bottom-tit,
.lucky-right-bottom-tit {
    text-align: center;
    padding: 0.06rem 0;
}

.lucky-right-bottom-tit img {
    width: 1.37rem;
    height: 0.27rem;
}

.lucky-left-bottom-content {
    font-size: 0.16rem;
    color: #c1922d;
    line-height: 2em;
}

.lucky-left-bottom-content li img {
    width: 0.25rem;
    height: 0.17rem;
    margin-right: 0.07rem;
}

.lucky-left-bottom-tit img {
    width: 1.37rem;
    height: 0.27rem;
}

.lucky-center {
    width: 5.33rem;
    height: 6.85rem;
    background: url(../images/choujiang/center-box-bg.png) center center no-repeat;
    background-size: cover;
    margin-right: 0.36rem;
    font-size: 0.16rem;
    color: #76532c;
}

.lucky-center-inner {
    padding: 1.16rem 0.35rem 0 0.35rem;
}

.lucky-center-top-right {
    display: flex;
    align-items: center;
    height: 0.3rem;
}

.user-info {
    white-space: nowrap;
    padding: 0 0.1rem;
    width: 2.5rem;
    text-align: center;
}

.lucky-center-top {
    display: flex;
    justify-content: center;
    position: relative;
}

.btn-show-rule {
    position: absolute;
    right: -0.06rem;
    top: -0.08rem;
    cursor: pointer;
    width: 0.23rem;
    height: 0.23rem;
}

.btn-show-rule img {
    width: 100%;
}

.btn-myprize {
    width: 1.13rem;
    height: 0.27rem;
    line-height: 0.27rem;
    background: #7a552e;
    color: #fff;
    display: inline-block;
    text-align: center;
}

#rule-dialog .mod-dialog-main {
    background: #fff;
}

#rule-template {
    padding: 0.6rem 0.3rem;
}

.lucky-center-prizes-inner {
    display: flex;
    flex-wrap: wrap;
}

.lucky-center-prizes-item.active {
    filter: brightness(1.4);
}

.lucky-center-prizes-item.active:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/choujiang/selected_bg.png) center center no-repeat;
    background-size: cover;

}

.lucky-center-prizes-item {
    margin-right: 0.20rem;
    margin-bottom: 0.12rem;
    position: relative;
}

.lucky-center-prizes-item:nth-child(3n) {
    margin-right: 0;
}

.lucky-center-prizes-item:nth-child(4) {
    margin-right: 1.63rem;
}

.lucky-center-prizes-item:nth-child(5) {
    margin-right: 0rem;
    margin-left: 0.13rem;
}

.lucky-center-prizes-item:nth-child(6) {
    margin-right: 0.20rem;
}

.lucky-center-prizes-item:nth-child(8) {
    margin-right: 0;
}

.lucky-center-prizes {
    position: relative;
    padding-top: 0.04rem;
}

.lucky-center-prizes-item img {
    width: 1.37rem;
    height: 0.85rem;
}

.btn-choujiang {
    position: absolute;
    top: 1.05rem;
    left: 1.55rem;
}

.btn-choujiang img {
    width: 1.37rem;
    height: 0.85rem;

}

.lucky-center-count {
    margin-top: -0.08rem;
    padding-bottom: 0.08rem;
}

.lucky-center-count,
.lucky-center-bottom-tit {
    text-align: center;
}

.lucky-center-bottom-tit img {
    width: 1.65rem;
    height: 0.27rem;
}

.lucky-center-bottom-content {
    line-height: 2em;
}

.lucky-center-bottom-content li {
    display: flex;
    justify-content: space-between;
}

.lucky-center-bottom-content .r {
    display: inline-block;
    width: 0.89rem;
    height: 0.25rem;
    text-align: center;
    line-height: 0.25rem;
    background: #7a552e;
    color: #fff;
}

.lucky-right-bottom-content {
    font-size: 0.16rem;
    color: #b38e57;
    /* line-height: 2em; */
}


/*我的奖励*/
#myprize-dialog .mod-dialog-main {
    background: url(../images/box.png) center center no-repeat;
    width: 7.37rem;
    min-height: 4.79rem;
    background-size: cover;
    padding-bottom: 1rem;
}

.myprize-template .tit {
    text-align: center;
    padding-top: 0.51rem;
    padding-bottom: 0.05rem;
    overflow: auto;
}

.myprize-template-table-box {
    max-height: 3rem;
    overflow: auto;
}

.myprize-template .tit img {
    width: 1.64rem;
    height: 0.49rem;
}

.myprize-template table {
    width: 5.77rem;
    margin: 0 auto;
    text-align: center;
    font-size: 0.22rem;

}

.myprize-template table th {
    background-color: #7a552e;
    color: #fff;
    height: 0.4rem;
    line-height: 0.4rem;
}

.myprize-template table td {
    background-color: #fff;
    color: #7a552e;

    height: 0.37rem;
    line-height: 0.37rem;
}

.address-box {
    width: 5.77rem;
    margin: 0.05rem auto 0 auto;
    text-align: right;

}

.btn-show-address {
    display: inline-block;
    width: 1.44rem;
    height: 0.36rem;
    background-color: #7a552e;
    color: #fff;
    font-size: 0.22rem;
    ;
    text-align: center;
    margin-bottom: 0.02rem;
}

#address-dialog .tit {
    text-align: center;
    padding-top: 0.8rem;

}

#address-dialog .tit img {
    width: 2.85rem;
    height: 0.49rem;
}

#address-dialog .form {
    width: 3.58rem;
    margin: 0 auto;
    padding-top: 0.2rem;
}

#address-dialog .form-submit-btn {
    margin-top: 0.32rem;
}

/*我的奖励*/


.btn-to-login img {
    width: 1.15rem;
    height: 0.3rem;
}

.mod-dialog .mod-dialog-main {
    background: url(../images/box.png) center center no-repeat;
    width: 7.37rem;
    min-height: 4.79rem;
    background-size: cover;
    height: auto;
}

.mod-dialog .mod-dialog-main .tit {
    text-align: center;
    padding-top: 0.51rem;
    padding-bottom: 0.05rem;
}


#reg-dialog .mod-dialog-main {
    width: 11.20rem;
    height: 6.52rem;
    background: url(../images/choujiang/reg_bg.png) center center no-repeat;
    background-size: cover;
    position: relative;
}

#reg-dialog .mod-dialog-main .mod-dialog-close1 {
    position: absolute;

    top: 0;
    right: 0;
}

.reg-template-inner {
    display: flex;
}

.reg-template-inner-left {
    width: 5.7rem;
    padding: 0.2rem 0.3rem;
    position: relative;
    z-index: 2;
}

.reg-template-inner-left-tit img {
    width: 3.58rem;
    height: 0.33rem;
    display: block;
    margin: 0 auto;
}

.reg-template-inner-right {
    width: 4.8rem;
}

.reg-template-inner-right-tit {
    text-align: right;
    color: #4686d5;
    font-size: 0.2rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 0.2rem;
}

.reg-template-inner-right-tit img {
    width: 1.26rem;
    height: 0.29rem;
    display: block;
}

.reg-qrcode {
    margin-top: 0.79rem;
    margin-left: 0.4rem;
}

.reg-qrcode img {
    width: 1.89rem;
    height: 2.41rem;
}

.mod-dialog-main .mod-dialog-close1 img {
    width: 0.41rem;
    height: 0.41rem;
}

.mod-dialog .mod-dialog-main .yuyue-template .tit {
    /* padding-top:0; */
}

/* 重置表单样式 */
#register-form {
    padding-top: 0.2rem;
}

#register-form .form-item {
    margin-bottom: 0.15rem;
    display: flex;
}

#register-form .form-item .label {
    width: 1.05rem;
    font-size: 0.17rem;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-left: 0.1rem;
}

#register-form .form-item .label::before {
    margin-right: 0.1rem;
}

#register-form .form-item .input-wrapper {
    width: 3.72rem;
    padding: 0.03rem;
    font-size: 0.17rem;
    flex-shrink: 0;
}

#register-form .input-wrapper input {
    width: 3.6rem;
    padding: 0.03rem;
}

#register-form .input-wrapper .get-code {
    width: 1.30rem;
    font-size: 0.14rem;
    text-align: center;
    line-height: 0.38rem;
    border-radius: 0.04rem;
}

#register-form .btn-wrapper {
    width: 5rem;
    font-size: 0.17rem;
    color: #4686d5;
}

#register-form .btn-wrapper a {
    color: #4686d5;
}

#register-form .submit-btn {
    margin: 0.1rem 0;
    font-size: 0.16rem;
    width: 1.56rem;
    height: 0.44rem;
    line-height: 0.44rem;
    text-align: center;
    border-radius: 0.04rem;
}

#register-form .form-item .tip {
    margin-left: 0.10rem;
    line-height: 0.30rem;
    font-size: 0.16rem;
    white-space: nowrap;
}

/* 重置表单样式 */



/* 重置登录样式 */
.btn-login1 {
    padding: .0375rem .075rem !important;
    border-radius: .025rem !important;
}

.btn-logout {
    color: inherit;
    margin-right: 0.16rem;
}

/* 重置登录样式 */


/* 二维码弹框 */
.qrcode-box {
    width: 1.28rem;
    margin: 0 auto;
    margin-bottom: 0.2rem;
    overflow: hidden;

}

.qrcode-box img {
    width: 100%;
    margin-top: 1.2rem;
}

.qrlink-box {
    text-align: center;
}

.qrclink-copy {
    display: inline-block;
    width: 0.6rem;
    background-color: #76532c;
    color: #fff;
    cursor: pointer;
    border-radius: 0.05rem;
}

.qrlink-input {
    width: 5.20rem;
    padding: 0.02rem;
    color: #76532c
}

/* 二维码弹框 */


.share-tip {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 99;
    display: none;
}

.share-tip .share-tip-img {
    width: 100%;
}

.share-tip-close {
    text-align: center;
    padding-top: 20px;
}

.share-tip-close img {
    cursor: pointer;
}


/* 照片墙 */
.img-wall {
    width: 12.80rem;
    height: 7.20rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
    top: 50%;
    margin-top: -3.60rem;
}

.img-wall-inner {
    position: relative;
    z-index: 3;
    height: 100%;
}

.img-wall .icon-well {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -0.98rem;
    margin-top: -0.98rem;
    width: 1.95rem;
    transition: all 0.5s;
}

.img-wall .icon-well img {
    width: 100%;
}

.img-wall-item {
    position: absolute;
    transition: all 0.5s;
    cursor: pointer;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    z-index: 8;
    opacity: 0;
    margin-left: 0%;
    margin-right: 0%;

}

.img-wall-item.active {
    width: 100%;
    z-index: 10;
    opacity: 1;
}

.img-wall-item.active-prev {
    width: 77%;
    margin-left: -16.5%;
    margin-right: auto;
    opacity: 0.32;
    z-index: 9;
}

.img-wall-item.active-next {
    width: 77%;

    opacity: 0.32;
    z-index: 9;
    margin-left: 16%;

}

.img-wall-item img {
    width: 100%;
}

.img-wall .btn-prev {
    position: absolute;
    top: 3rem;
    left: -0.96rem;
    cursor: pointer;
    z-index: 5;
}

.img-wall .btn-next {
    position: absolute;
    top: 3rem;
    right: -0.96rem;
    cursor: pointer;
    z-index: 5;
}

.img-wall .btn-prev img,
.img-wall .btn-next img {
    width: 0.96rem;
}

#register-form .name-idcard-box {
    padding: 0.10rem 0 0.01rem 0.20rem;
    margin-left: -0.20rem;
    margin-bottom: 0rem;
    border-radius: 0.06rem;
    width: 7.70rem;
}

#register-form .name-idcard-box .bg-color {
    width: 5.90rem;
    background: none;
}

#register-form .name-idcard-box .privacy-tip {
    display: none;
}

#address-dialog {
    z-index: 11;
}

.slogan {
    position: relative;
}

@keyframes shake {

    0%,
    100% {
        transform: rotate(0deg) scale(1);
    }

    20% {
        transform: rotate(-2deg) scale(1.02);
    }

    40% {
        transform: rotate(2deg) scale(1.03);
    }

    60% {
        transform: rotate(-1.5deg) scale(1.02);
    }

    80% {
        transform: rotate(1.5deg) scale(1.01);
    }
}

.slogan .letter {
    position: absolute;
    top: 0.8rem;
    right: -1.21rem;
    width: 1.11rem;
    height: 0.79rem;
    cursor: pointer;
    animation: shake 2s ease-in-out infinite;
}

.slogan .letter img {
    width: 100%;
}

#letter-dialog .mod-dialog-main {
    width: 8rem;
}

#letter-dialog .mod-dialog-main .pics img {
    display: inlinne-block;
    vertical-align: middle;
}

#letter-modal-template {
    padding: 0.8rem;
    font-size: 0.16rem;
}

#letter-modal-template p {
    text-indent: 2em;
}

#letter-modal-template strong {
    font-size: 0.17rem;
}


.yuyue-success-template {
    width: 80%;
    margin: 0 auto;
}

.yuyue-success-template .download-tag img {
    width: 2rem;
    height: auto;
}



/* 照片墙 */
@media screen and (min-width: 768px) {

    .success-text {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    /* #index-swiper {
        background: #CEE9FC;
    } */
    #register-form .name-idcard-box {
        width: 100%;

    }

    .yuyue-success-template img {
        width: 100%;
        margin: 0 auto;
        margin-top: 10px !important;
    }

    .yuyue-success-template .download-btn img {
        width: 60%;
        margin-top: -20px !important;
    }

    body {
        /* background: url(../images/max_bg_mini.png) top center no-repeat;
        height: auto;
        overflow: auto; */
        background: transparent;
    }

    .dialog-video-btn-wrap {
        display: none;
    }

    .left-menus-wrap {
        display: none;
    }

    .video-bg {
        display: none;
    }

    #yuyue-dialog .mod-dialog-close1 {
        margin: 30px !important;
    }

    .logo img {
        width: 100%;
    }

    .center {
        margin-left: 0;
        margin-top: 0;
        left: 50%;
        top: 140vw;
        transform: translate(-50%, -50%);
        width: 90%;
        display: block;
    }

    .center .btn {
        width: 180px;
        height: 68px;
        margin: 0 auto;
        opacity: 1 !important;
    }

    .center .btn img {
        width: 180px;
        height: 68px;
    }

    .logo {
        display: none;
    }

    .music_btn {
        display: none !important;
    }

    .slogan img {
        max-width: 100%;
    }

    .mobile-tip {
        display: none;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        justify-content: center;
        align-items: center;
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff;
        z-index: 999;
        height: 100px;
        top: 50%;
        margin-top: -50px;
    }

    .show-dialog {
        width: auto;
    }

    .show-dialog img {
        width: auto;
    }

    #yuyue-dialog .mod-dialog-main {
        width: 100%;
        height: auto;
        padding-bottom: 30px;
    }

    #yuyue-dialog .mod-dialog-content {
        width: 75%;
    }

    #yuyue-dialog .tit {
        width: auto;
        text-align: center;
    }

    #yuyue-dialog .tit img {
        width: auto;
    }

    .input-code {
        width: 60%;
    }

    .form-phone-code-btn {

        width: 30%;
        height: 34px;
        line-height: 34px;
        margin-left: 20px;
        font-size: 14px;
    }

    .form-submit-btn {
        width: auto;
        text-align: center;
    }

    .form-submit-btn img {
        width: auto;
    }

    #yuyue-dialog .form-group {
        margin-bottom: 30px;
    }

    #index-swiper>.swiper-wrapper {
        height: auto;
        min-height: 100vh;
        display: block;
    }

    #index-swiper>.swiper-wrapper>.swiper-slide {
        min-height: 100vh;
    }

    .main {
        min-height: 100vh;
    }


    .page-lucky-inner {
        flex-direction: column;
        width: 96%;
        margin: 0 auto;
    }

    .lucky-left,
    .lucky-right {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        flex-direction: column;

    }

    .lucky-left-top img,
    .lucky-right-top img {
        width: 274px;
        max-width: 100%;
        display: block;
        margin: 0 auto;
        height: auto;
    }

    .lucky-left-bottom-content,
    .lucky-right-bottom-content {
        text-align: center;
        font-size: 16px;
    }

    .lucky-left-bottom-tit img,
    .lucky-right-bottom-tit img {
        width: 137px;
        max-width: 100%;
        display: block;
        margin: 0 auto;
        height: auto;
    }

    .lucky-center {
        width: 533px;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        margin-top: 20px;
    }

    .btn-to-login img {
        width: 155px;
        height: auto;
    }

    .reg-template-inner-right {
        display: none;
    }

    #reg-dialog .mod-dialog-main {
        width: 96%;
        height: auto;
        padding-bottom: 30px;
        background: #fff;
        border-radius: 5px;
    }

    .reg-template-inner-left {
        width: 100%;
    }



    .reg-template-inner-left-tit img {
        width: 358px;
        height: auto;
        max-width: 90%;
        flex-grow: 0;
    }

    #register-form .form-item {
        width: 100%;
        margin-bottom: 24px;
        font-size: 16px;
        flex-shrink: 0;
        flex-grow: 1;
        position: relative;

    }

    #register-form .form-item .label {
        display: none;
    }

    #register-form .form-item .input-wrapper {
        width: 100%;
        font-size: 16px;
        height: auto;
    }

    #register-form .input-wrapper input {
        width: 100%;
        padding: 4px;
    }

    #register-form .input-wrapper #verify-code {
        width: 70%;
    }

    #register-form .input-wrapper .get-code {
        width: 30%;
        height: auto;
        font-size: 14px;
        line-height: 1em;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #register-form .btn-wrapper {
        width: 100%;
        font-size: 16px;
    }

    #register-form .submit-btn {
        margin: 0.1rem 0;
        font-size: 16px;
        width: 156px;
        height: 44px;
        line-height: 44px;
        text-align: center;
        border-radius: 4px;
    }

    #register-form .form-item .tip {
        position: absolute;
        top: 110%;
        left: 0;
        margin-left: 0;
        font-size: 16px;
    }

    .lucky-center {
        font-size: 16px;

        background: url(../images/choujiang/side_box-bg.png) center center no-repeat;
        background-size: 100% 100%;
    }

    .lucky-center-prizes {
        padding-top: 4px;
        display: flex;
        justify-content: center;
    }

    .lucky-center-prizes-inner {

        margin-left: 4%;
    }

    .lucky-center-prizes-item {
        width: 30%;
        margin-right: 8px;
        margin-bottom: 8px;
    }

    .lucky-center-prizes-item img {
        width: 100%;
        height: auto;
    }

    .lucky-center-prizes-item:nth-child(4) {
        margin-right: calc(30% + 11px);
    }

    .btn-choujiang {
        width: 30%;
        left: calc(30% + 2% + 8px);
        top: calc(30% + 4%);

    }

    .btn-choujiang img {
        width: 100%;
        height: auto;

    }

    .lucky-center-bottom-tit img {
        width: 137px;
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    .lucky-center-bottom-content .r {
        width: 89px;
        height: 25px;
        line-height: 25px;
    }

    .btn-logout {
        margin-right: 16px;
    }

    .btn-myprize {
        width: 113px;
        height: 27px;
        line-height: 27px;
    }

    .user-info {
        width: auto;
    }

    .welcom {
        display: none;
    }

    .reg-template-inner-left-tit {
        padding: 8px;
    }

    .mod-dialog .mod-dialog-main {
        width: 96%;
        height: auto;
        padding-bottom: 20px;
    }

    .qrcode-box {
        width: 128px;
        padding-top: 20px;
    }

    .qrcode-box img {
        width: 100%;
    }

    .qrlink-input {
        width: 300px;
    }

    .qrclink-copy {
        width: 60px;

    }

    #myprize-dialog .mod-dialog-main {
        width: 96%;
    }

    .myprize-template .tit img {
        width: 164px;
        height: auto;
    }

    .myprize-template-table-box {
        width: 98%;
        margin: 0 auto;
    }

    .myprize-template table {
        font-size: 12px;
    }

    .myprize-template table th {
        height: 40px;
        line-height: 40px;
    }

    .myprize-template table td {
        height: 37px;
        line-height: 37px;
    }

    .myprize-template-table-box {
        max-height: 280px;
    }

    .btn-show-address {

        width: 144px;
        height: 36px;
        line-height: 36px;
        font-size: 12px;
    }

    #address-dialog {
        z-index: 20;
    }

    #address-dialog .tit img {
        width: 164px;
        height: auto;
    }

    #address-dialog .form {
        width: 358px;
        max-width: 90%;
    }

    .img-wall {
        width: 85%;
        height: auto;
        top: 0;
        margin-top: 0;

    }

    .img-wall-item {
        top: 0;
        left: 0;
        transform: unset;
    }

    .img-wall-item.active-prev {
        margin-top: 6%;
        margin-left: -70%;
    }

    .img-wall-item.active-next {
        margin-top: 6%;
        margin-left: 30%;
    }

    .img-wall .btn-next,
    .img-wall .btn-prev {
        top: 4rem;
    }

    .img-wall .icon-well {
        top: 9rem;
    }

    .page-home {
        background: url(../images/max_bg_mini.jpg) no-repeat;
        /* background-size: 100% auto; */
        background-position: center top;
        background-size: cover;
        /* background-position: top; */
    }

    .page-tese {
        background: url(../images/index_p3_mini.png) no-repeat;
        background-size: 100% auto;
        background-position: center top;
        background-repeat: no-repeat;
    }

    .page-news {
        background: url(../images/index_p2_mini.jpg);
        background-size: 100% auto;
        background-position: center top;
        background-repeat: no-repeat;
    }

    .news-flag {
        background: url(../images/new-flag-mini.png) no-repeat;
        width: 22vw;
        height: 59vw;
        position: absolute;
        top: 0;
        right: -10px;
        background-size: cover;
    }
}