.login-banner-wrap {
    width:100%;
    height:500px;
    /*background:#ea5864;*/
    margin:62px 0 100px
}

.login-banner-container {
    background:no-repeat center center;
    /*width:1200px;*/
    height:560px;
    background-size:cover;
    margin:0 auto;
    position:relative
}

.login-box {
    background:#fff;
    width:450px;
    height:500px;
    margin: 0 auto;
    border: 1px solid #60bd1c;
    /*position:absolute;*/
    /*top:70px;*/
    /*right:104px*/
    position: relative;
}

.login-box-tab {
    text-align:center;
    position:relative;
    border:1px solid #f0f0f0;
    font-size:20px;
    user-select:none
}
.login-box-tab-scan {
    width:50%;
    float:left;
    height:60px;
    line-height:60px;
    cursor:pointer
}
.login-box-tab-account {
    width:50%;
    float:left;
    height:60px;
    line-height:60px;
    cursor:pointer
}
.login-box-tab-line {
    width:1px;
    height:16px;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    background:#f0f0f0
}
.login-box-tab .active {
    color: #60bd1c;
}
.bp-clear-float {
    clear:both;
    font-size:1px;
    height:0;
    line-height:0
}

.login-content {
    /*position:relative*/
}
.login-content-account,
.login-content-pwd{
    font-size:14px;
    padding-top: 30px;
}
/*.login-content-account {
    text-align:center;
    font-size:14px;
    padding-top: 30px;
}
.login-content-account input {
    width:302px;
    height:50px;
    border-radius:4px;
    border:1px solid #dcdcdc;
    outline:0;
    margin-bottom:14px;
    padding-left:16px
}
.login-content-account input:focus {
    border:1px solid #60bd1c;
    outline-color:#fff
}*/
.login-content-login-btn {
    width:324px;
    height:50px;
    line-height:50px;
    background:#60bd1c;
    border-radius:4px;
    color:#fff;
    font-size:16px;
    display:inline-block;
    margin-bottom:14px;
    cursor:pointer;
    margin-top: 20px;
}
.login-content-forget-btn {
    font-size:14px;
    text-align:right;
    padding-right:34px;
    color:#333
}
.login-content-forget-btn span {
    cursor:pointer;
    margin-right: 30px;
}

.login-content-forget-btn span:hover{
    color: #60bd1c;
}

.wx-login-hint {
    position:absolute;
    top:254px;
    left:0;
    text-align:center;
    width:350px;
    color:#333;
    font-size:12px
}


.login-footer {
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #f6f6f6;
    font-size: 12px;
}
.ow-content-login-footer-pwd,
.ow-content-login-footer-code{
    float: left;
    padding-left: 14px;
    cursor: pointer;
    color: #60bd1c;
}
.ow-content-login-footer-wx {
    float: left;
    padding-left: 14px;
    cursor: pointer;
    color: #60bd1c;
}
.ow-content-login-footer-wx img {
    width: 18px;
    height: 18px;
    margin: -3px 6px 0 0;
}
.ow-content-login-footer-register {
    float: right;
    color: #e84653;
    padding-right: 14px;
    cursor: pointer;
}

.pc-register-wrapper {
    width: 100%;
    /*padding-top: 114px;*/
    margin-bottom: 200px;
}
.pc-register-dialog {
    width: 480px;
    border-radius: 5px;
    box-shadow: 1px 1px 30px 5px #eae9e8;
    margin: 60px auto 0;
}
.pc-register-dialog-title {
    color: #60bd1c;
    font-weight: 700;
    text-align: center;
    border-bottom: 1px solid #eae9e8;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
}
.pc-register-dialog-content {
    padding: 10px 0 20px;
    width: 360px;
    margin: 0 auto;
}
.pc-register-dialog-warning {
    padding-bottom: 10px;
    color: #e84653;
    display: none;
}
.pc-register-dialog-captcha,
.pc-register-dialog-name,
.pc-register-dialog-phone,
.pc-register-dialog-pwd,
.pc-register-dialog-pwd2,
.pc-register-dialog-sms,
.pc-register-dialog-email{
    padding-bottom: 10px;
}
.pc-register-dialog-complete {
    height: 50px;
    border-radius: 4px;
    line-height: 50px;
    text-align: center;
    background: #60bd1c;
    user-select: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    display: block;
    width: 100%;
    border: none;
}
.pc-register-dialog-phone input {
    width: 334px;
    padding: 10px;
    border: 1px solid #eae9e8;
    border-radius: 4px;
}
.pc-register-dialog-captcha-img {
    width: 130px;
    height: 40px;
    float: right;
    font-size: 12px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #eae9e8;
    border-radius: 4px;
    cursor: pointer;
}
.pc-register-dialog-captcha-img img {
    width: 100%;
}
.pc-register-dialog-captcha-input {
    width: 180px;
    height: 40px;
    float: left;
    margin-right: 15px;
}
.pc-register-dialog-captcha-input input {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #eae9e8;
    padding: 10px 15px;
}
.bp-clear-float {
    clear: both;
    font-size: 1px;
    height: 0;
    line-height: 0;
}
.pc-register-dialog-sms-btn {
    width: 130px;
    height: 40px;
    float: right;
    font-size: 12px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #eae9e8;
    border-radius: 4px;
    background: linear-gradient(#fff,#eae9e8);
    cursor: pointer;
    color: #333;
    user-select: none;
}
.pc-register-dialog-sms-input {
    width: 180px;
    height: 40px;
    float: left;
    margin-right: 15px;
}
.pc-register-dialog-sms-input input {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #eae9e8;
    padding: 10px 15px;
}
.pc-register-dialog-pwd2 input {
    width: 328px;
    border-radius: 4px;
    border: 1px solid #eae9e8;
    padding: 10px 15px;
}
.pc-register-dialog-pwd input {
    width: 328px;
    border-radius: 4px;
    border: 1px solid #eae9e8;
    padding: 10px 15px;
}
.pc-register-dialog-name input {
    width: 328px;
    border-radius: 4px;
    border: 1px solid #eae9e8;
    padding: 10px 15px;
}
.pc-register-dialog-email input {
    width: 328px;
    border-radius: 4px;
    border: 1px solid #eae9e8;
    padding: 10px 15px;
}

.login-phone-form {
    width: 326px;
    height: 35px;
    margin: 25px auto;
}

.login-phone-form .input-text {
    width: 306px;
    height: 35px;
    border-radius: 4px;
    border: 1px solid #dcdcdc;
    outline: 0;
    margin-bottom: 14px;
    padding-left: 16px;
}

.login-phone-form .img-captcha {
    display: inline-block;
    border: 1px solid #dcdcdc;
    width: 100px;
    height: 35px;
    line-height: 35px;
    border-radius: 4px;
    cursor: pointer;
}

.login-phone-form .img-captcha img {
    vertical-align: middle;
    height: 30px;
}

.login-phone-form .input-captcha {
    display: inline-block;
    width: 185px;
    margin-right: 15px;
}

.login-phone-form .input-code {
    width: 185px;
    margin-right: 18px;
}

.login-phone-form .pc-register-dialog-sms-btn {
    width: 102px;
    height: 38px;
    line-height: 35px;
    float: right;
}

.login-footer > div:hover {
    color: #e84653;
}

.login-footer > div.ow-content-login-footer-register:hover {
    color: #60bd1c;
}


