html, body, .y-wrap {
    width: 100%;
    height: 100%
}

label {
    cursor: pointer
}

input {
    border: 0;
    outline: 0;
    font: 12px/1 'Microsoft YaHei' arial, sans-serif
}

a, a:visited {
    color: #406599
}

a:hover {
    color: #f85959
}

.logo-wrap {
    display: inline-block;
    position: absolute;
    top: 16px;
    left: 16px;
    width: 110px;
    height: 27px
}

.logo-wrap > img {
    width: 100%;
    height: 100%
}

.base-box {
    position: absolute;
    top: 160px;
    left: 50%;
    margin-left: -150px;
    width: 300px
}

.base-box > h2 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 30px;
    text-align: center
}

.input-field {
    position: relative;
    font-size: 16px;
    margin-bottom: 8px;
    color: #666
}

.input-field > label {
    position: absolute;
    left: 12px;
    top: 1px;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    z-index: 2
}

.input-field > input {
    width: 282px;
    font-size: 16px;
    line-height: 32px;
    height: 32px;
    padding: 4px 8px;
    border: 1px solid #ddd;
    z-index: 1
}

.input-field > input:focus {
    border-color: #4fb662;
}

.input-field > i {
    position: absolute;
    cursor: pointer;
    top: 14px;
    right: 12px;
    font-size: 14px;
    color: #666
}

.input-field > i:hover {
    color: #444
}

.action-btn {
    color: #fff;
    font-size: 18px;
    line-height: 42px;
    width: 300px;
    text-align: center;
    background-color: #4fb662;
    margin-bottom: 40px;
    cursor: pointer
}

.action-btn:hover {
    opacity: .9;
    filter: alpha(opacity=90)
}

.error-msg {
    position: absolute;
    top: -48px;
    font-size: 14px;
    line-height: 14px;
    height: 14px;
    color: #666;
    width: 274px;
    padding: 12px;
    border: 1px solid #f85959;
    background-color: #fff1f1;
    z-index: 10
}

.error-msg .error-msg-connect {
    display: inline-block;
    width: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
    cursor: pointer
}

.error-msg > i {
    font-size: 14px;
    color: #f85959
}

.error-msg > .icon-clearicon {
    color: #666;
    cursor: pointer
}

.verify-container {
    z-index: 111111;
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, .512);
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.verify-container .verify-body #pc_text, .verify-container .verify-body #pc_slide {
    background-color: #f8f8f8ff;
    width: 0;
    height: 0;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.toast .toast-inner {
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 10px 24px;
    font-size: 14px;
    color: #fff;
    background: #000;
    background: rgba(0, 0, 0, .7);
    border-radius: 4px;
    z-index: 1500
}

body {
    min-width: 350px !important
}

.content {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #eee;
    background-image: url(//s3b.pstatp.com/toutiao/resource/ntoutiao_web/static/image/login/login_bg_7584f6a.png);
    background-repeat: no-repeat;
    background-position: top center;
    text-align: center
}

.content:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0
}

.forgetBox {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 300px;
    padding: 28px 20px 38px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9)
}

.forgetBox .box-title {
    font-size: 22px;
    color: #222;
    text-align: center;
    margin-bottom: 20px
}

.forgetBox .box-subtitle {
    font-size: 14px;
    color: #222;
    text-align: center;
    margin-bottom: 20px
}

.baseForget {
    position: relative
}

.baseForget .phone-code > input {
    width: 170px;
    padding-right: 120px
}

.baseForget .phone-code .code-btn {
    position: absolute;
    top: 0;
    right: 0;
    color: #406599;
    cursor: pointer;
    font-size: 16px;
    width: 85px;
    height: 42px;
    line-height: 42px;
    padding: 0 16px;
    text-align: center
}

.baseForget .phone-code .code-btn.active {
    color: #ddd;
    font-size: 14px;
    cursor: default
}

.baseForget .phone-code .code-btn:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    height: 34px;
    width: 1px;
    background-color: #ddd
}

.baseForget .verification > input {
    width: 170px;
    padding-right: 120px
}

.baseForget .verification .captcha-wrap {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 102px;
    height: 40px
}

.baseForget .verification .captcha-wrap .captcha {
    display: block;
    width: 102px;
    height: 40px;
    cursor: pointer
}

.baseForget .verification .captcha-wrap .tips-bubble {
    display: none;
    position: absolute;
    top: -35px;
    right: -9px;
    background-color: #444;
    width: 115px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    line-height: 26px;
    padding: 0 2px
}

.baseForget .verification .captcha-wrap .tips-bubble::after {
    content: '';
    position: absolute;
    top: 22px;
    width: 0;
    left: 51px;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #444
}

.baseForget .verification .captcha-wrap:hover .tips-bubble {
    display: block
}

.baseForget .action-btn {
    margin-bottom: 0;
    border: 0
}

.baseForget .ps-tips {
    font-size: 13px;
    color: #777;
    margin: 8px 0
}