* {
    margin: 0;
    padding: 0;
}

.yebaologin-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 999;
}

.yebaologin-content, .yebaologin-reg{
    width: 420px;
    height: 486px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -243px;
    margin-left: -210px;
    box-sizing: border-box;
    padding: 40px 60px;
}

.yebaologin-title, .yebaologin-reg-title {
    width: 100%;
    text-align: center;
    line-height: 1;
    color: #202020;
    font-size: 18px;
    font-weight: 900;
}

.yebaologin-reg-title {
    margin-bottom: 50px;
}

.yebaologin-nav {
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}

.yebaologin-nav a {
    display: block;
    width: 50%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    float: left;
    border-bottom: 2px solid #fff;
    color: #202020;
    text-decoration: none;
    font-size: 14px;
}

.yebaologin-nav .yebaologin-nav-active {
    border-bottom: 2px solid #F69E20;
}

.yebaologin-box {
    width: 100%;
    height: 210px;
    margin-top: 20px;
    position: relative;
}

.yebaologin-box div {
    width: 100%;
    position: absolute;
    top: 0;
    left: 10px;
    opacity: 0;
    text-align: center;
}

.yebaologin-box-active {
    animation: show 0.3s linear forwards;
    z-index: 1;
}

@keyframes show {
    0%{
        left: 10px;
        opacity: 0;
    }
    100%{
        left: 0;
        opacity: 1;
    }
}

.yebaologin-box-input {
    display: block;
    width: 300px;
    height: 48px;
    line-height: 48px;
    box-sizing: border-box;
    padding: 0 10px 0 32px;
    margin-bottom: 10px;
    color: #666;
    border: 0;
    outline: 0;
    font-size: 14px;
}

.yebaologin-account-phone,
.yebaologin-phone-phone,
.yebaologin-reg-phone {
    background: url(https://cdn-js.yebaojiasu.com/gw_images/gw_pageimg/login_phone.png) 10px 13px no-repeat;
    background-color: #F9F9F9;
}

.yebaologin-phone-code,
.yebaologin-reg-code {
    width: 168px;
    float: left;
    background: url(https://cdn-js.yebaojiasu.com/gw_images/gw_pageimg/login_password.png) 10px 15px no-repeat;
    background-color: #F9F9F9;
}

.yebaologin-account-password, .yebaologin-reg-password{
    background: url(https://cdn-js.yebaojiasu.com/gw_images/gw_pageimg/pwd.png) 10px 15px no-repeat;
    background-color: #F9F9F9;
}

.yebaologin-phone-send,
.yebaologin-reg-send {
    display: block;
    float: left;
    font-size: 14px;
    height: 48px;
    width: 124px;
    color: #F69E20;
    line-height: 48px;
    text-align: center;
    background-color: #F9F9F9;
    margin-left: 8px;
    text-decoration: none;
}

.yebaologin-account-reg, .yebaologin-account-forget {
    display: block;
    float: left;
    margin-top: 12px;
    color: #a7a7a7;
    text-decoration: none;
}

.yebaologin-account-forget {
    float: right;
}

.yebaologin-phone-send-disabled, .yebaologin-reg-send-disabled{
    color: #bfbfbf;
}

.yebaologin-submit {
    display: block;
    width: 300px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
    color: #F7F7F7;
    background-color: #F69E20;
    text-decoration: none;
    clear: both;
}

.yebaologin-account-msg, .yebaologin-phone-msg, .yebaologin-reg-msg{
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    position: absolute;
    bottom: -22px;
    left: 0;
    line-height: 1;
    color: red;
    font-size: 14px;
    text-align: left;
}

.yebaologin-reg-msg {
    bottom: 95px;
}

.yebaologin-reg {
    width: 300px;
    height: 406px;
    top: 40px;
    left: 60px;
    z-index: 1;
    margin: 0;
    padding: 0;
    display: none;
    text-align: center;
}

.yebaologin-third {
    text-align: center;
    overflow: hidden;
    margin-top: 35px;
    font-size: 12px;
}

.yebaologin-third a {
    display: inline-block;
    width: 47px;
    height: 47px;
    margin-right: 20px;
}

.yebaologin-third a:hover {
    background-position: 0 bottom;
}

.yebaologin-third a:last-child {
    margin: 0;
}

.yebaologin-third .yebaologin-third-wx {
    background: url(https://cdn-js.yebaojiasu.com/gw_images/gw_pageimg/login_weixin.png) center top no-repeat;
}

.yebaologin-third .yebaologin-third-ali {
    background: url(https://cdn-js.yebaojiasu.com/gw_images/gw_pageimg/login_zhifubao.png) center top no-repeat;
}

.yebaologin-third .yebaologin-third-qq {
    background: url(https://cdn-js.yebaojiasu.com/gw_images/gw_pageimg/login_qq.png) center top no-repeat;
}

.yebaologin-close {
    display: block;
    width: 16px;
    height: 16px;
    background: url(https://cdn-js.yebaojiasu.com/gw_images/gw_pageimg/login_close.png) no-repeat;
    position: absolute;
    right: 22px;
    top: 16px;
}

.yebaologin-content-wx {
    width: 300px;
    height: 414px;
    background-color: #fff;
    position: absolute;
    top: 40px;
    left: 60px;
    z-index: 1;
    text-align: center;
    display: none;
}

.yebaologin-content-wx-title {
    width: 100%;
    font-size: 18px;
    line-height: 1;
    color: #202020;
}

.yebaologin-content-wx-qrcode {
    width: 190px;
    height: 190px;
    position: relative;
    margin: 35px auto 0;
}

.yebaologin-content-wx-qrcode-refresh {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    padding-top: 37%;
    font-size: 14px;
    color: #fff;
    display: none;
}

.yebaologin-content-wx-qrcode-refresh-btn {
    color: #fff;
}

.yebaologin-content-wx-icon {
    display: block;
    margin: 40px auto 0;
}

.yebaologin-content-wx-tips {
    width: 100%;
    line-height: 1;
    text-align: center;
    font-size: 12px;
    color: #999;
    margin-top: 20px;
}

.yebaologin-content-wx-back, .yebaologin-reg-back{
    display: inline-block;
    margin-top: 20px;
    color: #999;
    font-size: 12px;
    text-decoration: none;
}

.yebaologin-reg-back{
    margin-top: 35px;
    font-size: 16px;
}