﻿.body-bg {
    background: url(../images/logo-bg.png);
    width: 100%;
    background-size: cover;
    object-fit: cover;
    background-repeat: no-repeat;
    float: left;
    overflow-x: hidden;
    padding-bottom: 120px;
}
.page{
    width:100%;
    height:auto;
    float:left
}
.logo {
    /* margin: 120px 0px 70px; */
    text-align: center;
    padding: 80px 30px 50px 30px;
}
    .logo img {
        width: 100%;
        height: auto;
    }
#loginForm {
    background-color: #ffffff;
    padding: 50px 20px;
    margin: 0 20px;
    width: calc(100% - 40px);
    float: left;
    border-radius: 15px; 
}

.login-reg-btns {
    width: calc(100% - 40px);
    margin: 00px 20px 20px 20px;
    float: left;
    box-shadow: 1px 1px 8px #f3f3f3;
    border-radius: 30px;
}

    .login-reg-btns li {
        width: 50%;
        float: left;
        text-align: center;
        height: 40px;
        line-height: 40px;
        font-size: 17px;
        color: #2e2e2e;
    }

        .login-reg-btns li.active {
            background-color: #14b85f;
            color: #ffffff;
            border-radius: 30px;
            box-shadow: 1px 1px 8px #d1f8e3
        }

.weui-btn_primary {
    background-color: #14b85f;
    border-radius: 40px;
    height: 43px;
    line-height: 41px;
    font-size: 16px;
    word-spacing: 3px;
    margin-top: 30px;
    box-shadow: 1px 1px 8px #d1f8e3;
    margin-bottom: 30px;
}

.weui-agree__text {
    color: #666666;
    font-size: 14px;
    padding-left: 5px;
}

.weui-cell {
    padding: 8px 15px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 20px;
    background-color: #f1f1f1;
    border-radius: 11px;
    font-size: 13px;
}

.weui-cell__hd i {
    font-size: 18px;
    margin-right: 15px;
    margin-left: 10px;
    color: #979797
}

a {
    cursor: pointer
}

.weui-cells_radio{
    padding-top:15px;
}
    .weui-cells_radio .weui-cell {
        background-color: transparent;
        padding: 10px 15px;
        margin: 0px;
    }

