* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body, html {
    min-width: 320px;
    margin: 0 auto;
    background: #efeff4;
    height: 100%;
    font-family: PingHei, "Helvetica Neue", Helvetica, "microsoft yahei";
    color: #262626;
    font-size: 14px;
    -webkit-tap-highlight-color: transparent;
    height: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none
}

input, textarea {
    font: .140rem/1.5 PingFang SC, Lantinghei SC, "Helvetica Neue", Helvetica, STHeiTi, "Microsoft Yahei", sans-serif;
    outline: 0;
    -webkit-appearance: none
}

input:focus, textarea:focus {
    outline: 0
}

textarea {
    resize: none;
    -webkit-appearance: none
}

h1, h2, p {
    margin: 0;
    padding: 0
}

li, ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0
}

a {
    border: 0;
    text-decoration: none;
    color: #666
}

a img {
    border: 0;
    width: 100%;
    pointer-events: none;
    display: block
}

img {
    pointer-events: none;
    width: 100%;
    display: block;
    vertical-align: middle
}

em, i {
    font-style: normal
}

.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.clearfloat {
    zoom: 1
}

/* *******************  */

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.mw-bg01 {
    background: url(../images/bg01.png) no-repeat left top;
    background-size: 100% 100%;
}

.mw-step01-box {
    display: flex;
    padding-top: 25%;
    flex-direction: column;
    justify-content: center;
}

.mw-step01-box .mw-logo img {
    width: 0.96rem;
    margin: 0 auto;
}

.mw-step01-box .mw-title {
    padding-top: 0.35rem;
}

.mw-step01-box .mw-title img {
    width: 0.8rem;
    margin: 0 auto;
}

.mw-step01-box .mw-slogen {
    padding-top: 0.4rem;
}

.mw-step01-box .mw-slogen img {
    width: 1.8rem;
    margin: 0 auto;
}

.mw-btn-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3.5rem;
    z-index: 100;
    background: url("../images/btn-bg01.png") no-repeat bottom center;
    background-size: 100%;
}

.mw-btn-bg02 {
    background: url("../images/btn-bg02.png") no-repeat bottom center;
    background-size: 100%;
}

.mw-btn {
    position: absolute;
    bottom: 0.7rem;
    left: 0;
    width: 100%;
    height: 1rem;
    z-index: 101;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.mw-btn .text {
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 0.12rem;
    margin-top: -0.2rem;
    color: #ccc;
    flex-flow: column;
}

.mw-btn .text span:first-child {
    margin-right: 0.1rem;
}

.mw-btn a {
    display: block;
    width: 2.45rem;
    height: 0.98rem;
    background: url("../images/btn.png") no-repeat center;
    background-size: 100%;
}

.mw-btn-gif {
    position: absolute;
    bottom: 0.25rem;
    left: 0;
    width: 100%;
    height: 0.25rem;
    z-index: 10086;
    display: flex;
    justify-content: center;
}

.mw-btn-gif a {
    display: block;
    width: 0.22rem;
    height: 0.2rem;
    background: url("../images/btn-gif.png") no-repeat center;
    background-size: 100%;
    animation: gifIcon 1s linear 0s infinite;
    -webkit-animation: gifIcon 1s linear 0s infinite;
}

@-webkit-keyframes gifIcon {
    0% {
        margin-top: -3px
    }
    50% {
        margin-top: 8px
    }
    100% {
        margin-top: -3px
    }
}

@keyframes gifIcon {
    0% {
        margin-top: -3px
    }
    50% {
        margin-top: 8px
    }
    100% {
        margin-top: -3px
    }
}

.mw-page {
    bottom: 0.55rem;
    right: 0.18rem;
    z-index: 102;
    position: absolute;
}

.mw-page span {
    display: block;
    width: 0.09rem;
    height: 0.09rem;
    margin: 0 auto 0.06rem;
    background: url("../images/icon-page.png") no-repeat;
    background-size: 100% 100%;
}

.mw-page span.active {
    background: url("../images/icon-page-active.png") no-repeat;
    background-size: 100% 100%;
}

/* 2 */

.mw-bg02 {
    background: url("../images/bg02.png") no-repeat left top;
    background-size: 100% 100%;
}

.mw-step02-box {
    display: flex;
    padding-top: 5%;
    flex-direction: column;
    justify-content: center;
}

.mw-step02-box .mw-title img {
    width: 1.5rem;
    margin: 0 auto;
}

.mw-step02-box .mw-slogen {
    padding-top: 0.13rem;
    padding-bottom: 0.2rem;
}

.mw-step02-box .mw-slogen img {
    width: 2.8rem;
    margin: 0 auto;
}

.mw-step02-02-box {
    position: relative;
}

.mw-step02-02-box .mw-pic01, .mw-step02-02-box .mw-pic02 {
    width: 80%;
    z-index: 100;
    position: absolute;
}

.mw-step02-02-box .mw-pic01 {
    left: 50%;
    margin-left: -40%;
    top: 0.1rem;
}

.mw-step02-02-box .mw-pic02 {
    right: 0.3rem;
    top: 0;
}

.mw-step02-02-box .mw-pic01 img {
    width: 100%;
}

.mw-step02-02-box .mw-pic02 img {
    width: 100%;
}

/* 3 */

.mw-bg03 {
    background: #fff url("../images/bg03.png") no-repeat center;
    background-size: 100% 50%;
}

.mw-step03-box {
    display: flex;
    padding-top: 8%;
    flex-direction: column;
    justify-content: center;
}

.mw-step03-box .mw-title img {
    width: 1.6rem;
    margin: 0 auto;
}

.mw-step03-box .mw-slogen {
    padding-top: 0.1rem;
    padding-bottom: 0.2rem;
}

.mw-step03-box .mw-slogen img {
    width: 1.5rem;
    margin: 0 auto;
}

.mw-step03-02-box {
    position: relative;
}

.mw-step03-02-box .mw-pic01, .mw-step03-02-box .mw-pic02 {
    width: 80%;
    z-index: 100;
    position: absolute;
}

.mw-step03-02-box .mw-pic01 {
    left: 50%;
    margin-left: -40%;
    top: 1.5rem;
    z-index: 9;
}

.mw-step03-02-box .mw-pic02 {
    width: 100%;
    left: 0;
    top: 0;
    z-index: 8;
}

.mw-step03-02-box .mw-pic01 img {
    width: 100%;
}

.mw-step03-02-box .mw-pic02 img {
    width: 100%;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #ccc;
    background-color: #fff;
    z-index: 105;
    padding: 0.1rem 0 0.15rem 0;
    font-size: 12px;
}

.footer a {
    color: #ccc;
}

/* public */

.layer {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9000;
    background: rgba(0, 0, 0, 0.5);
}

.layer {
    position: fixed;
}

.layer .layer-box {
    top: 50%;
    left: 50%;
    z-index: 400;
    width: 3.0rem;
    min-height: 2.05rem;
    background: #ffffff;
    padding: 0.20rem 0 0 0;
    overflow: hidden;
    border-radius: 0.05rem;
}

.layer .layer-box {
    position: absolute;
}

.centerbox {
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.layer .layer-box .layer-title {
    line-height: 0.27rem;
    color: #fe9602;
    font-size: 0.18rem;
}

.menu-list li a, .layer .layer-box .layer-title, .layer .layer-box .layer-loading, .layer .layer-box .layer-btn a {
    text-align: center;
}

.layer .layer-box .layer-loading {
    font-size: 0.14rem;
    color: #bbbbbb;
    line-height: 0.32rem;
    height: 0.32rem;
}

.layer .layer-box .layer-loading span {
    margin-right: 0.05rem;
    width: 0.19rem;
    display: inline-block;
    animation: downIcon 0.6s linear 0s infinite;
    -webkit-animation: downIcon 0.6s linear 0s infinite;
}

@-webkit-keyframes downIcon {
    0% {
        top: -3px
    }
    50% {
        top: 8px
    }
    100% {
        top: -3px
    }
}

@keyframes downIcon {
    0% {
        top: -3px
    }
    50% {
        top: 8px
    }
    100% {
        top: -3px
    }
}

.down-btn, .layer .layer-box .layer-loading span {
    position: relative;
}

.layer .layer-box .layer-loading p {
    display: inline-block;
}

h1, h2, p {
    margin: 0;
    padding: 0;
}

.layer .layer-box .layer-text {
    padding: 0 0.24rem;
    font-size: 0.14rem;
    color: #040202;
    line-height: 0.24rem;
    min-height: 0.72rem;
    margin-bottom: 0.17rem;
}

.clearfloat {
    zoom: 1;
}

.layer .layer-box .layer-btn .over-btn {
    background: #bbbbbb;
}

.layer .layer-box .layer-btn a {
    width: 50%;
    float: left;
    line-height: 0.38rem;
    font-size: 0.14rem;
    color: #ffffff;
}

.menu-list li a, .layer .layer-box .layer-title, .layer .layer-box .layer-loading, .layer .layer-box .layer-btn a {
    text-align: center;
}

.menu-list li a, .down-btn, .layer .layer-box .layer-btn a {
    display: block;
}

.layer .layer-box .layer-btn .no-btn, .layer .layer-box .layer-btn .up-btn {
    background: #fe9602;
}

.layer .layer-box .layer-btn a {
    width: 50%;
    float: left;
    line-height: 0.38rem;
    font-size: 0.14rem;
    color: #ffffff;
}

.layer-bottomSize {
    margin-bottom: 0.15rem;
}

.layer-center {
    padding: 0 0.30rem;
}

.layer-center .layer-tap {
    color: #fe9602;
    font-size: 0.15rem;
    line-height: 0.25rem;
}

.layer-center p {
    color: #040202;
    font-size: 0.14rem;
    line-height: 0.24rem;
}

.layer-center .layer-bottom {
    margin-bottom: 0.05rem;
}

.layer-center p {
    color: #040202;
    font-size: 0.14rem;
    line-height: 0.24rem;
}

.layer-center p a {
    color: #fe9602;
    text-decoration: underline;
}

.layer-center .layer-tap {
    color: #fe9602;
    font-size: 0.15rem;
    line-height: 0.25rem;
}

.layer .layer-box .layer-btn .over-btn {
    background: #bbbbbb;
}

.layer .layer-box .layer-btn a {
    width: 50%;
    float: left;
    line-height: 0.38rem;
    font-size: 0.14rem;
    color: #ffffff;
}

.menu-list li a, .layer .layer-box .layer-title, .layer .layer-box .layer-loading, .layer .layer-box .layer-btn a {
    text-align: center;
}

.menu-list li a, .down-btn, .layer .layer-box .layer-btn a {
    display: block;
}

.layer .layer-box .layer-btn .no-btn, .layer .layer-box .layer-btn .up-btn {
    background: #fe9602;
}

.layer .layer-box .layer-btn a {
    width: 50%;
    float: left;
    line-height: 0.38rem;
    font-size: 0.14rem;
    color: #ffffff;
}

.menu-list li a, .layer .layer-box .layer-title, .layer .layer-box .layer-loading, .layer .layer-box .layer-btn a {
    text-align: center;
}

.menu-list li a, .down-btn, .layer .layer-box .layer-btn a {
    display: block;
}

.mask-weixin {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}

.mask-weixin img {
    width: 60%;
    margin: 0.1rem 0.1rem 0 auto
}

@media screen and ( max-width: 270px) and ( max-width: 374px) and ( max-width: 390px) and ( max-width: 402px) and ( max-width: 403px) and ( max-width: 404px) and ( max-width: 438px) and ( max-width: 514px) and ( max-width: 536px) {
    .mw-step01-box {
        padding-top: 15%;
    }
    .mw-step01-box .mw-title {
        padding-top: 0.25rem;
    }
    .mw-btn-bg {
        height: 2rem;
        background: url(../images/btn-bg01.png) no-repeat center 0rem;
        background-size: 100%;
    }
}

.detail{
    color: #888888;
}