.weui-toast{
    z-index: 3;
}
.weui-cells:after{
    z-index: 0 !important;
}
.page,body{
    position: relative;
    background: rgba(250, 250, 250, 1);
    max-width: 750px;
    width:100%;
    margin:0px auto;
}
.header{
    text-align: center;
    height: 42px;
    line-height: 42px;
    padding:5px 0px;
    position: fixed;
    top: 0px;
    z-index: 999;
    max-width: 750px;
    width:100%;
    background-color: #fff;
}
.pageBack{
    font-size: 14px;
    font-weight: 400;
    color: rgba(54, 119, 29, 1);
    text-align:left;
    padding-left:17px;
    width:30%;
}
.pageHelp{
    width: 84px;
    height: 28px;
    line-height: 28px;
    opacity: 1;
    border-radius: 62px;
    border: 1px solid rgba(235, 235, 235, 1);
    margin:6px 15px 0px auto;
    font-size: 14px;
    font-weight: 400;
    color: rgba(54, 119, 29, 1);
    position: relative;
}
.pageHelp > img{
    position: absolute;
    top:5px;
    left:10px;
}
.main{
    margin-top: 0px;
}
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.footer{
    position: fixed;
    bottom: 0px;
    max-width: 750px;
    width:100%;
    z-index: 999;
}

.hello{
    /*width: 100%;*/
    /*height: 160px;*/
    background: linear-gradient(360deg, rgba(203, 223, 215, 0.01) 0%, rgba(242, 250, 240, 0.8) 100%);
    padding:88px 28px 0px 28px;
}
.hello h1{
    font-size: 36px;
    font-weight: 600;
    color: rgba(41, 38, 38, 1);

}
.hello h2{
    font-size: 20px;
    font-weight: 600;
    color: rgba(41, 38, 38, 1);
}

.weui-form{
    padding-top: 0px;
    background-color: rgba(250, 250, 250, 1);
}
.weui-form__control-area{
    margin:0px;
}
.weui-cells{
    background-color: rgba(250, 250, 250, 1);
}
.weui-cells::before{
    border:none;
}
.weui-cells:after{
    border-bottom: 1px solid rgba(237, 237, 237, 1);
    transform: scaleY(1);
}
.weui-cell__bd input::placeholder{
    font-size: 14px;
    font-weight: 400;
    color: rgba(161, 161, 161, 1);
}
.weui-cells__group_form .weui-cell{
    padding-top: 35px;
}
.weui-cell__bd{
    position: relative;
}
.weui-cell__bd .eye-img-box{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    bottom: 0;
    width: 50px;
    display: block;
}
.weui-cell__bd .eye-img-box img{
    display: block;
    width: 15px;
    margin: 7px auto 0;
}
/*.weui-cell__bd input[type=password]{
    padding-right: 27px;
    background: url('../images/eye_close.png') no-repeat 87.5%;
    background-size:7% 90%;
}*/

.find_pwd{
    text-align: right;
    margin:0px 28px;
}
.find_pwd a{
    font-size: 12px;
    font-weight: 400;
    color: rgba(161, 161, 161, 1);
    padding-right: 21px;
}

.login{
    text-align: center;
    margin:25px 0px 14px 0px;
}
.login a{
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    border-radius: 26px;
    background: rgba(54, 119, 29, 1);
    padding:10px 134px;
}

.register{
    text-align: center;
}
.register p{
    font-size: 14px;
    font-weight: 400;
    color: rgba(161, 161, 161, 1);
}
.register p a{
    font-size: 14px;
    font-weight: 500;
    color: rgba(61, 154, 61, 1);
}

.third_login{
    text-align: center;
    /*position: absolute;*/
    /*bottom: 60px;*/
}
.third_login .third_login_h2{
    margin:80px 0px 27px 0px;
    align-items:center;
}
.third_login h2{
    font-size: 14px;
    font-weight: 400;
    color: rgba(161, 161, 161, 1);
    max-width: 100px;
}
.third_login .flex_box{
    display: flex;
    margin-bottom: 60px;
}