body {
    background: url(../images/max_bg.jpg) center center no-repeat;
    background-size: cover;

}

.header .left {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 30px;
    background: transparent;
    right: 0;
    background: linear-gradient(to bottom, #85d3f7 20%, transparent);
}

.page-home {
    background: url(../images/max-bg.jpg) center center no-repeat;
    background-size: cover;
    background-position: center;
}

.page-news {
    background: url(../images/max-bg-1.jpg) center center no-repeat;
    background-size: cover;
    background-position: center;
}

.page-tese {
    background: url(../images/index_p3_2.png?v=3) center center no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.page-zhiye {
    background: url(../images/index-p-invocation.jpg) center center no-repeat;
    background-size: cover;
    background-position: center;
    /* background: #fff; */
}

.page-tese .header {
    position: absolute;
    left: 50%;
    top: 0.8rem;
    /* width: 3.93rem;
    height: 1.27rem; */
    width: 3rem;
    height: 0.97rem;
    transform: translate(-50%, 0);
    background: url(../images/header-tese.png) center center no-repeat;
    background-size: cover;
}

.page-lucky {
    background: url(../images/index_p4.jpg?v=1) center center no-repeat;
    background-size: cover;
    background-position: center;
}

.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: 30%;
    transform: translateX(-50%);
    text-align: center;
    /* width: 6.55rem; */
    /* bottom: 1.34rem; */
    bottom: 1.35rem;
}

.center img {
    display: inline-block;
    width: 100%;
}

.center .download-btns {
    width: 4.47rem;
    height: 1.35rem;
    background: url("../images/download-btns.png") center center no-repeat;
    background-size: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 0.25rem;
    /* margin-left: -2.2rem; */
}

.center .download-btns .scan-code {
    background: #fff;
    font-size: 0.12rem;
    border-radius: 5px;
    padding: 2px;
    overflow: hidden;
}

.center .download-btns .scan-code img {
    width: 0.9rem;
    height: 0.9rem;
}

.clients .client {
    width: 1.6rem;
    height: 0.46rem;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.18rem;
}

.clients .client img {
    width: 0.35rem;
    height: 0.35rem;
}

.clients .android {
    background: #41c4c6;
    margin-bottom: 0.07rem;
}

.clients .desktop {
    background: #6396ff;
}

.start-game {
    width: 1.45rem;
    height: 1.43rem;
    margin-top: -0.3rem;
    background: url("../images/start-game.png") center center no-repeat;
    background-size: contain;
    opacity: 1 !important;
}

.start-game:hover {
    background: url("../images/start-game-2.png") center center no-repeat;
    background-size: contain;
}

.start-game:active {
    background: url("../images/start-game-3.png") center center no-repeat;
    background-size: contain;
}

.start-game img {
    width: 100%;
    height: 100%;
}


.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: 60%;
    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: 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-radius: 3px;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    font-weight: bold;
}

.age-tips {
    position: fixed;
    right: 0.1rem;
    bottom: 4%;
    /* width: 1rem;
    height: 1.3rem; */
    width: 0.77rem;
    height: 1rem;
    background: url("../images/ageTips.png") center center no-repeat;
    background-size: contain;
    /* z-index: 10; */
}

.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;
}

#yuyue-dialog .mod-dialog-main {
    background: url(../images/box.png?v=2) center center no-repeat;
    width: 11.5rem;
    min-height: 6.34rem;
    background-size: cover;
    padding-left: 3rem;
}

#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;
}

.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;
}

.mod-dialog-main .mod-dialog-close1 {
    position: absolute !important;
    top: 0;
    right: 0;
    z-index: 3;
}

#rule-dialog .mod-dialog-main .mod-dialog-content {
    overflow: auto;
    height: 100%;
}

/* 主容器样式 */
.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: url(../images/index_p3_2.png?v=3) no-repeat;
}

.scroll-tip {
    text-align: center;
    height: 1.33rem;
}

.scroll-tip.show {
    opacity: 1;
}

.scroll-tip {
    /* bottom: 0; */
    bottom: -0.3rem;
    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;
    text-align: right !important;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: url(../images/banner-icon.png?v=3) center center no-repeat;
    background-size: contain;
}

.swiper-pagination-bullet-active {
    background: url(../images/banner-icon-on.png?v=3) center center no-repeat;
    background-size: contain;
}

#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: 14rem;
    margin: 0 auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../images/choujiang/chouj-bg.png") center center no-repeat;
    background-size: contain;
}

.lucky-left-top img,
.lucky-right-top img {
    width: 3.15rem;
    height: 0.46rem;
    margin-top: 0.15rem;
    margin-bottom: 0.1rem;
}

.lucky-left,
.lucky-right {
    width: 3.99rem;
    height: 5.53rem;
    background-size: cover;
    padding: 0.1rem 0.38rem;
}

.lucky-left {
    margin-right: 0.36rem;
}

.lucky-left-bottom {
    position: relative;
}

.lucky-left-bottom .icon-1 {
    position: absolute;
    bottom: 0.1rem;
    right: 0;
    width: 1.4rem;
    height: 1.23rem;
    background: url(../images/choujiang/icon-gift-2.png) center center no-repeat;
    background-size: cover;
}

.lucky-left-bottom .icon-2 {
    position: absolute;
    bottom: 0.2rem;
    right: 0;
    width: 1.4rem;
    height: 1.23rem;
    background: url(../images/choujiang/icon-gift-1.png) center center no-repeat;
    background-size: cover;
}

.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.15rem;
    color: #613233;
    padding-left: 0.5rem;
    line-height: 0.23rem;
    font-weight: 550;
}

.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-size: cover;
    margin-right: 0.36rem;
    font-size: 0.16rem;
}

.lucky-center-inner {
    padding: 0.6rem 0.1rem 0 0.19rem;
}

.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;
    font-size: 0.16rem;
}

.lucky-center-top {
    display: flex;
    justify-content: center;
    position: relative;
}

.btn-show-rule {
    position: absolute;
    right: -0.26rem;
    top: 0.05rem;
    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-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;
    margin-bottom: 0;
    position: relative;
}

.lucky-center-prizes-item:nth-child(3n) {
    margin-right: 0;
}

.lucky-center-prizes-item:nth-child(4) {
    margin-right: 1.55rem;
}

.lucky-center-prizes-item:nth-child(5) {
    margin-right: 0rem;
    margin-left: 0.13rem;
}

.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.67rem;
    height: 1.23rem;
}

.btn-choujiang {
    position: absolute;
    top: 1.35rem;
    left: 1.65rem;
}

.btn-choujiang img {
    width: 1.73rem;
    height: 1.15rem;

}

.lucky-center-count {
    padding-bottom: 0.08rem;
}

.lucky-center-count,
.lucky-center-bottom-tit {
    text-align: center;
}

.lucky-center-bottom-tit img {
    width: 2.25rem;
    height: 0.39rem;
}

.lucky-center-bottom-content {
    font-size: 0.15rem;
    color: #613233;
    padding-left: 0.5rem;
    line-height: 0.27rem;
    font-weight: 550;
    padding-right: 0.3rem;
}

.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;
    color: #613233;
    background-color: #FFEFC8;
    border: #B4A273 1px solid;

}

.lucky-right-bottom-content {
    font-size: 0.16rem;
    color: #b38e57;
}


/*我的奖励*/
#myprize-dialog .mod-dialog-main {
    background: url(../images/box.png?v=2) center center no-repeat;
    width: 11.5rem;
    min-height: 6.34rem;
    background-size: cover;
    padding-bottom: 1rem;
    padding-left: 3rem;
}

.myprize-template .tit {
    text-align: center;
    padding-top: 0.51rem;
    padding-bottom: 0.05rem;
    overflow: auto;
}

.myprize-template-table-box {
    max-height: 3.7rem;
    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.75rem;
    height: 0.52rem;
}

.mod-dialog .mod-dialog-main {
    background: url(../images/box.png?v=2) center center no-repeat;
    width: 11.5rem;
    min-height: 6.34rem;
    background-size: cover;
    padding-left: 3.8rem !important;
    position: relative;
}

.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: 7.54rem;
    background: url(../images/choujiang/reg_bg.png) center center no-repeat;
    background-size: cover;
    position: relative;
    padding: 0.6rem 0.2rem;
}

#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: 5.2rem;
}

.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;
}

/* 重置表单样式 */
#register-form {
    padding-top: 0.2rem;
}

#register-form .form-item {
    margin-bottom: 0.18rem;
    display: flex;
    position: relative;
}

#register-form .form-item .label {
    width: 0.85rem;
    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.3rem;
    padding: 0;
    font-size: 0.15rem;
    flex-shrink: 0;
    background-color: transparent;
}

#register-form .input-wrapper input {
    width: 3.3rem;
    padding: 0.06rem 0.08rem;
}

#register-form .input-wrapper #verify-code {
    width: 1.95rem;
}

#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.15rem;
    white-space: nowrap;
    position: absolute;
    top: 0.28rem;
    left: 0.85rem;
}

/* 重置表单样式 */



/* 重置登录样式 */
.btn-login1 {
    padding: .0375rem .075rem !important;
    border-radius: .025rem !important;
}

.btn-logout {
    color: inherit;
    margin-right: 0.16rem;
    width: 0.7rem;
    height: 0.27rem;
    line-height: 0.27rem;
    background: #7a552e;
    color: #fff;
    display: inline-block;
    text-align: center;
}

/* 重置登录样式 */


/* 二维码弹框 */
.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; */
    width: 11rem;
    height: 6.20rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
    top: 50%;
    /* margin-top: -3.60rem; */
    margin-top: -3rem;
}

.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; */
    left: -1.3rem;
    cursor: pointer;
    z-index: 5;
    background: url("../images/wall/prev.png?v=2") no-repeat center;
    background-size: contain;
}

.img-wall .btn-next {
    position: absolute;
    top: 3rem;
    /* right: -0.96rem; */
    right: -1.2rem;
    cursor: pointer;
    z-index: 5;
    background: url("../images/wall/next.png?v=2") no-repeat center;
    background-size: contain;
}

.img-wall .btn-next:hover {
    background: url("../images/wall/next-hover.png?v=2") no-repeat center;
    background-size: contain;
}

.img-wall .btn-prev:hover {
    background: url("../images/wall/pre-hover.png?v=2") no-repeat center;
    background-size: contain;
}

.img-wall .btn-prev img,
.img-wall .btn-next img {
    width: 0.86rem;
}

.img-wall .btn-prev,
.img-wall .btn-next {
    width: 0.86rem;
    height: 0.86rem;
}

#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;
}

.c-app-install-popup {
    position: absolute;
    top: 20px;
    left: 50%;
    z-index: 9999;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 300px;
    height: 150px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 transparent, 0 0 transparent, 0 10px 15px -3px rgba(0, 0, 0, .2), 0 4px 6px -2px rgba(0, 0, 0, .3);
    display: none;
}

.c-app-install-popup .title {
    padding: 16px 16px 8px;
    color: #333440;
}

.c-app-install-popup .tip {
    padding: 8px 16px;
    font-size: 12px;
    color: #9a9994;
}

.c-app-install-popup .buttons {
    font-size: 0;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.c-app-install-popup .buttons button {
    -webkit-appearance: button;
    cursor: pointer;
    padding: 8px 16px;
    margin: 0 4px;
    font-size: 14px;
    color: #333440;
    /* box-shadow: 0 0 transparent, 0 0 transparent, 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .1); */
    box-shadow: 0 4px 6px 1px rgba(0, 0, 0, .1), 0 4px 6px 1px rgba(0, 0, 0, .1), 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .1);
    background: transparent;
    border: 0;
}

.c-app-install-popup .buttons button.button-add {
    /* background-color: #ededeb; */
}

.icon-send-to-desktop {
    color: #fff;
    /* position: absolute; */
    top: 30px;
    right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    padding: 0 0.1rem;
    margin-left: 0.15rem;
}

.icon-send-to-desktop:hover {
    /* color: #FDFF7D; */
    cursor: pointer;
    background: rgba(141, 158, 201, 0.45);
}

.icon-send-to-desktop:hover img {
    /* content: url('../images/icon-to-desk-active.png'); */
}

.icon-send-to-desktop img {
    content: url('../images/icon-to-desk-normal.png?v=1');
}

/* 职业介绍 */
.page-zhiye {
    padding: 0.7rem 2rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.zy-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

.zy-icons .tit-text {
    text-align: center;
    font-size: 0.15rem;
    color: #aaa;
}

.zy-icons .zy-icon {
    cursor: pointer;
    width: 1.2rem;
    height: 1.2rem;
    /* margin: 0 10px; */
    background-color: lightcoral;
    border-radius: 50%;
    background: url('../images/zhiye/icon-zy-1.png') no-repeat center / cover;
}

.zy-icons .tit-text.active {
    color: #6790b7;
}

.zy-icons .zy-icon:hover {
    background: url('../images/zhiye/icon-zy-1-h.png') no-repeat center / cover;
}

.zy-icons .zy-icon:active {
    background: url('../images/zhiye/icon-zy-1-a.png') no-repeat center / cover;
}

.zy-icons .zy-icon.active {
    background: url('../images/zhiye/icon-zy-1-a.png') no-repeat center / cover;
}

.zy-icon.zy-icon-1 {
    background: url('../images/zhiye/icon-zy-1.png') no-repeat center / cover;
}

.zy-icon.zy-icon-1:hover {
    background: url('../images/zhiye/icon-zy-1-h.png') no-repeat center / cover;
}

.zy-icon.zy-icon-1.active {
    background: url('../images/zhiye/icon-zy-1-a.png') no-repeat center / cover;
}

.zy-icon.zy-icon-2 {
    background: url('../images/zhiye/icon-zy-2.png') no-repeat center / cover;
}

.zy-icon.zy-icon-2:hover {
    background: url('../images/zhiye/icon-zy-2-h.png') no-repeat center / cover;
}

.zy-icon.zy-icon-2.active {
    background: url('../images/zhiye/icon-zy-2-a.png') no-repeat center / cover;
}

.zy-icon.zy-icon-3 {
    background: url('../images/zhiye/icon-zy-3.png') no-repeat center / cover;
}

.zy-icon.zy-icon-3:hover {
    background: url('../images/zhiye/icon-zy-3-h.png') no-repeat center / cover;
}

.zy-icon.zy-icon-3.active {
    background: url('../images/zhiye/icon-zy-3-a.png') no-repeat center / cover;
}

.zy-icon.zy-icon-4 {
    background: url('../images/zhiye/icon-zy-4.png') no-repeat center / cover;
}

.zy-icon.zy-icon-4:hover {
    background: url('../images/zhiye/icon-zy-4-h.png') no-repeat center / cover;
}

.zy-icon.zy-icon-4.active {
    background: url('../images/zhiye/icon-zy-4-a.png') no-repeat center / cover;
}

.zy-icon.zy-icon-5 {
    background: url('../images/zhiye/icon-zy-5.png') no-repeat center / cover;
}

.zy-icon.zy-icon-5:hover {
    background: url('../images/zhiye/icon-zy-5-h.png') no-repeat center / cover;
}

.zy-icon.zy-icon-5.active {
    background: url('../images/zhiye/icon-zy-5-a.png') no-repeat center / cover;
}

.zy-icon.zy-icon-6 {
    background: url('../images/zhiye/icon-zy-6.png') no-repeat center / cover;
}

.zy-icon.zy-icon-6:hover {
    background: url('../images/zhiye/icon-zy-6-h.png') no-repeat center / cover;
}

.zy-icon.zy-icon-6.active {
    background: url('../images/zhiye/icon-zy-6-a.png') no-repeat center / cover;
}

.zy-icon.zy-icon-7 {
    background: url('../images/zhiye/icon-zy-7.png') no-repeat center / cover;
}

.zy-icon.zy-icon-7:hover {
    background: url('../images/zhiye/icon-zy-7-h.png') no-repeat center / cover;
}

.zy-icon.zy-icon-7.active {
    background: url('../images/zhiye/icon-zy-7-a.png') no-repeat center / cover;
}

.zy-icon.zy-icon-8 {
    background: url('../images/zhiye/icon-zy-8.png') no-repeat center / cover;
}

.zy-icon.zy-icon-8:hover {
    background: url('../images/zhiye/icon-zy-8-h.png') no-repeat center / cover;
}

.zy-icon.zy-icon-8.active {
    background: url('../images/zhiye/icon-zy-8-a.png') no-repeat center / cover;
}

.zy-box {
    width: 15rem;
    height: 6.8rem;
    /* background: lightpink; */
    display: flex;
    justify-content: center;
    /* align-items: center; */
}

.zy-box .l-box {
    width: 8.37rem;
    height: 6.8rem;
    margin-right: 20px;
}

.zy-box .l-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zy-box .r-box {
    /* background: lightyellow; */
    width: 4.63rem;
    height: 6.8rem;
}

.zy-box .r-box .tit {
    width: 2.62rem;
    height: 1.23rem;
    object-fit: cover;
}

.zy-box .r-box .star-bg {
    display: flex;
    align-items: center;
    height: 0.31rem;
    font-size: 0.15rem;
    /* background: url(../images/zhiye/star-bg.png) no-repeat center / contain; */
    line-height: 0.31rem;
    color: #ffffff;
    text-shadow:
        1px 1px 0 #ae8471,
        -1px 1px 0 #ae8471,
        1px -1px 0 #ae8471,
        -1px -1px 0 #ae8471;
}

.star-bg .position-item {
    padding-right: 0.23rem;
    height: 0.31rem;
    position: relative;
    background: url(../images/zhiye/position-bg.png) no-repeat center right / cover;
}

.star-bg .difficulty-item {
    background: url(../images/zhiye/difficult-bg.png) no-repeat center left / cover;
    display: flex;
    align-items: center;
    height: 0.31rem;
    padding-left: 0.2rem;
}

.star-bg .difficulty-item .icon-star {
    width: 0.18rem;
    height: 0.18rem;
    background: url(../images/zhiye/icon-star.png) no-repeat center;
    background-size: 100% 100%;
}

.zy-box .r-box .skill-left {
    width: 1.5rem;
    height: 1.77rem;
}

.zy-box .r-box .skill-box {
    display: flex;
}

.zy-box .r-box .skill-box .skill-left .item {
    margin-bottom: 0.02rem;
    font-size: 0.19rem;
}

.zy-box .r-box .r-tit {
    background: url(../images/zhiye/r-tit-bg.png) no-repeat left top / contain;
    margin: 0.1rem 0 0.15rem;
    padding-left: 0.15rem;
    height: 0.4rem;
    line-height: 0.4rem;
    /* font-weight: bold; */
    font-size: large;
    position: relative;
}

.zy-box .r-box .r-tit::after {
    content: '';
    position: absolute;
    bottom: -0.15rem;
    right: 0;
    left: 0;
    height: 0.15rem;
    background: url(../images/zhiye/r-tit-bottom.png) no-repeat right top / contain;
}

.zy-box .skill-right {
    width: 4rem;
    height: 1.77rem;
}

.zy-box .skill-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zy-box .skill-result {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.zy-box .skill-result .skill-result-title {
    background: url(../images/zhiye/skill-res-tit.png) no-repeat left top / contain;
    text-align: center;
}

.zy-box .skill-result img {
    width: 3rem;
    height: 1.5rem;
    background: #625743;
}

.zy-box .skill-result video {
    width: 3rem;
    height: 1.5rem;
    background: #000;
}


















































/* 照片墙 */
@media screen and (min-width: 768px) {

    .success-text {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .page-zhiye {
        justify-content: flex-start;
        padding: 2rem 1.2rem;
    }

    .zy-box {
        width: 100%;
        height: auto;
        /* background: lightpink; */
        display: flex;
        justify-content: center;
        flex-direction: column;
        /* align-items: center; */
    }

    .zy-icons .zy-icon {
        margin: 0;
        width: 2.2rem;
        height: 2.2rem;
    }

    .zy-icons .tit-text {
        font-size: 0.5rem;
    }

    .zy-box .l-box {
        width: 100%;
        height: auto;
        margin-right: 0;
    }

    .zy-box .r-box {
        width: 100%;
        height: auto;
        margin-left: 0;
    }

    .zy-box .r-box .tit {
        width: 6rem;
        height: auto;
    }

    .zy-box .r-box .star-bg {
        height: 1rem;
        font-size: 0.6rem;
    }

    .star-bg .position-item {
        padding-right: 0.23rem;
        height: 1rem;
        position: relative;
        background: url(../images/zhiye/position-bg.png) no-repeat center right / cover;
    }

    .star-bg .difficulty-item {
        background: url(../images/zhiye/difficult-bg.png) no-repeat center left / cover;
        display: flex;
        align-items: center;
        height: 1rem;
        padding-left: 0.2rem;
    }

    .zy-box .r-box .r-tit {
        margin: 0.6rem 0 0.8rem;
    }

    .zy-box .r-box .r-tit::after {
        content: '';
        position: absolute;
        bottom: -0.45rem;
        right: 0;
        left: 0;
        height: 0.15rem;
        background: url(../images/zhiye/r-tit-bottom.png) no-repeat right top / cover;
    }

    .zy-box .r-box .skill-left {
        width: 2.5rem;
        height: 3.54rem;
    }

    .zy-box .r-box .skill-box .skill-left .item {
        margin-bottom: 0;
        font-size: 0.6rem;
    }

    .zy-box .skill-right {
        width: 11.6rem;
        height: 5.4rem;
    }

    .zy-box .skill-result img {
        width: 9rem;
        height: 4.5rem;
        margin-left: 0.5rem;
    }

    .zy-box .skill-result video {
        width: 9rem;
        height: 4.5rem;
        margin-left: 0.5rem;
    }

    .star-bg .difficulty-item .icon-star {
        width: 0.6rem;
        height: 0.6rem;
        /* background: url(../images/zhiye/icon-star.png) no-repeat center;
    background-size: 100% 100%; */
    }

    .zy-box .skill-result {
        justify-content: flex-start;
    }


    .lucky-center-top-right {
        height: auto;
    }

    .lucky-center-inner {
        padding-top: 0;
    }

    /* #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; */
        opacity: 1 !important;
        position: absolute;
        width: 1.8rem;
        right: 0.8rem;
        background: #5bb7f8;
        border-radius: 20px;

        top: 70%;
        transform: translateY(-50%);
        text-align: center;
        padding: 0.25rem 0.05;
        z-index: 10;
    }

    .menu-item-wx img {
        width: 1.5rem;
        height: 1.65rem;
    }

    .menu-item-qq img {
        width: 1.5rem;
        height: 1.65rem;
    }

    .menu-item-dy img {
        width: 1.5rem;
        height: 1.65rem;
    }

    .qrcode img {
        width: 130px;
    }

    .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: 80vh;
        transform: translate(-50%, -50%);
        width: 90%;
        display: block;
    }

    .sologan {
        left: 15%;
        top: 45vh;
        /* transform: translate(-50%, -50%); */
        width: 67vw;
        height: 39vw;
        display: block;
        background: url(../images/sologan.png) center no-repeat;
        background-size: 100% 100%;
        position: absolute;
    }

    .center .btn {
        width: 180px;
        height: 68px;
        margin: 0 auto;
        opacity: 1 !important;
    }

    .center .btn img {
        width: 180px;
        height: 68px;
    }

    .page-tese .header {
        width: 6rem;
        height: 1.94rem;
        top: 2.3rem;
    }


    .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;
        /* background: url("../images/choujiang/chouj-bg-mini-v1.png") center center no-repeat; */
        background: none;
        background-size: cover;
    }

    .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: 14px;
        line-height: 1.4em;
    }

    .lucky-left-bottom-tit img,
    .lucky-right-bottom-tit img {
        width: 137px;
        max-width: 100%;
        display: block;
        margin: 0 auto;
        height: auto;
    }

    .lucky-left-bottom .icon-1 {
        bottom: 1rem;
        right: 1rem;
        width: 4.4rem;
        height: 3.86rem;
    }

    .lucky-left-bottom .icon-2 {
        bottom: 1.5rem;
        right: 1rem;
        width: 4.4rem;
        height: 3.86rem;
    }

    .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: 120%;
        left: 30px;
        margin-left: 0;
        font-size: 14px;
    }

    .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);
    }

    .lucky-center-prizes-item:nth-child(7) {
        margin-left: 8px;
    }

    .btn-choujiang {
        width: 30%;
        left: calc(30% + 2% + 8px);
        top: calc(30% + 5.5%);

    }

    .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 {
        font-size: 13px;
        padding-top: 15px;
    }

    .lucky-center-bottom-content .r {
        min-width: 80px;
        height: 25px;
        line-height: 25px;
    }

    .btn-logout {
        margin-right: 16px;
        width: 70px;
        height: 27px;
        line-height: 27px;
    }

    .btn-myprize {
        width: 113px;
        height: 27px;
        line-height: 27px;
    }

    .user-info {
        width: auto;
        font-size: 14px;
    }

    .welcom {
        display: none;
    }

    .reg-template-inner-left-tit {
        padding: 8px;
    }

    .mod-dialog .mod-dialog-main {
        width: 96%;
        height: auto;
        padding-bottom: 20px;
        padding-left: 3.5rem;
        padding-top: 30px;
    }

    .mod-dialog-close1 {
        margin-top: 23px !important;
        margin-right: 10px !important;
    }

    .mod-dialog-close1 img {
        width: 20px !important;
        height: 20px !important;
    }

    .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%;
        height: auto;
        min-height: 14rem;
        padding-left: 3.5rem;
    }

    .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: 11vh;
    }

    .img-wall-item {
        top: 0;
        left: 0;
        transform: unset;
    }

    .img-wall-item.active-prev {
        margin-top: 18%;
        margin-left: -9%;
    }

    .img-wall-item.active-next {
        margin-top: 18%;
        margin-left: 33%;
    }

    .img-wall .btn-next,
    .img-wall .btn-prev {
        top: 13rem;
        width: 2rem;
        height: 2rem;
    }

    .img-wall .icon-well {
        top: 9rem;
    }

    .page-home {
        background: url(../images/max_bg_mini.jpg?v=1) 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: #a1c8d9; */
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
        position: relative;
    }

    .page-tese .tese-indicator {
        height: 1rem;
        top: 30vh;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        z-index: 10;
    }

    .page-news {
        /* background: url(../images/index_p2_mini.jpg);
        background-size: 100% auto; */
        background-position: left top;
        background-repeat: no-repeat;
    }

    .page-lucky {
        background: url(../images/index_p4_mini.jpg) center center no-repeat;
        background-size: cover;
    }

    .news-flag {
        background: url(../images/new-flag-mini.png) no-repeat;
        width: 22vw;
        height: 59vw;
        position: absolute;
        top: 0;
        right: -10px;
        background-size: cover;
        z-index: 2;
    }

    .center .download-btns {
        width: 10.8rem;
        height: 3.25rem;
        margin-left: 0;
    }

    .center .download-btns .scan-code {
        font-size: 0.3rem;
        border-radius: 5px;
        padding: 2px;
    }

    .center .download-btns .scan-code img {
        width: 2rem;
        height: 2rem;
    }

    .clients .client {
        width: 3.7rem;
        height: 1.1rem;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 0.46rem;
    }

    .clients .client img {
        width: 0.9rem;
        height: 0.9rem;
    }

    .clients .android {
        background: #41c4c6;
        margin-bottom: 0.17rem;
    }

    .start-game {
        width: 3.1rem;
        height: 3.1rem;
        margin-top: -0.6rem;
    }

}