/*ç§»åŠ¨ç«¯æ ·å¼*/
* {
    user-select: none;
}

body {
    background-color: #FEFAED;
}

.logo-box {
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit--moz-box-pack: center;
    box-pack: center;
}

.logo-box .logo {
    width: 66px;
    height: 66px;
}

.logo-box .name {
    margin-left: 15px;
    width: 200px;
}

.logo-box .name h1 {
    font-size: 30px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
}

.logo-box .name .mq {
    width: 156px;
    height: auto;
    margin-top: 10px;
}

.logo-box .name .slogan {
    width: 166px;
}

.swiper,
.swiper-mask {
    top: 156px;
    left: 50%;
    margin-left: -133px;
}

.swiper-shadow {
    top: 708px;
    left: 50%;
    margin-left: -119px;
}

.text-box {
    width: 288px;
    margin: 523px auto 0;
    line-height: 1px;
    font-weight: 20;
    position: relative;
    z-index: 1;
    color: #1E1F29;
}

.text-box .text {
    margin-top: 10px;
    color: #1E1F29;
    font-size: 12px;
}

.footer1 {
    text-align: center;
    font-size: 12px;
    padding-bottom: 10px;
    margin-top: 30px;
    color: #999;
}

.footer1 a {
    color: #999;
}

.footer1 p {
    margin-top: 10px;
}

.download-box1 {
    margin-top: 0px;
}

.download-box1 .download-btn,
.download-bottom .download-btn {
    width: 100px;
    height: 40px;
    border-radius: 12px;
    background-color: #5859C7;
    color: #fff;
    margin-top: 16px;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.16);
}

.download-box1 .download-btn img,
.download-bottom .download-btn img {
    margin-right: 10px;
}

.download-bottom {
    width: 100%;
    position: fixed;
    bottom: 0;
    padding: 39px 0 18px;
    background-image: linear-gradient(to bottom, rgba(234, 195, 149, 0), rgba(246, 210, 72, 0.9) 58%, #f6d248);
    z-index: 10;
    transition: all ease-out .3s;
    -webkit-transition: all ease-out .3s;
    display: none;
}

.mask-t {
    width: 363px;
    height: 65px;
    background: url(../img/new_ht.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -14px;
    left: -49px;
}

.mask-l {
    width: 46px;
    height: 537px;
    background: url(../img/new_hl.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50px;
    left: -30px;
}

.mask-r {
    width: 83px;
    height: 545px;
    background: url(../img/new_hr.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50px;
    right: -314px;
}

.mask-b {
    width: 219px;
    height: 32px;
    background: url(../img/new_hb.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 553px;
    left: 15px;
}

.content {
    position: relative;
}

.look-img {
    position: absolute;
    bottom: 300px;
    width: 85px;
    height: 164px;
}

.circle-wrap {
    position: absolute;
    bottom: 46px;
    right: -24px;
}

.circle-wrap .circle-top {
    width: 50px;
    height: 31px;
    border-radius: 16px;
    margin-bottom: 43px;
    background-color: #f6f2e5;
    transform: rotate(31deg);
}

.circle-wrap .circle-bottom {
    background-color: #f6f2e5;
    width: 30px;
    height: 30px;
    border-radius: 16px;
    margin-bottom: 20px;
    margin-left: 16px;
}

.new-wrapper {
    position: relative;
    background: #efeff2 url(../img/new_h5_bg.png) no-repeat left top;
    background-size: 100% auto;
    padding-top: 47px;

}

.bottom-wrapper,
.download-box,
.footer,
.swiper-button-next,
.swiper-button-prev {
    display: none;
}
