/**
* @Author: 潘尚泉
* @Date:   2019-04-01 17:42:20
* @Last Modified by:   潘尚泉
* @Last Modified time: 2019-06-05 17:37:20
*/

.main .underline:before {
    background-color: #888;
}
.fixed-right {
    display: none;
}
.main {
    width: 265px;
    height: 555px;
    margin: 0 auto;
    padding-top: 120px;
    font-size: 14px;
    position: relative;
}
.main a,
.main label {
    color: #888;
    cursor: pointer;
}
.main .tab-wrap {
    line-height: 60px;
    text-align: center;
}
.main .tab-wrap .tab {
    width: 50%;
    font-size: 14px;
    color: #888;
    cursor: pointer;
    border-bottom: 1px solid #888;
}
.main .tab-wrap .tab:hover {
    color: #b40f19;
}
.main .tab-wrap .tab:after {
    content: '';
    left: 50%;
    right: 50%;
    bottom: -1px;
    position: absolute;
    height: 3px;
    background-color: #b40f19;
    -webkit-transition: 0.16s;
    -moz-transition: 0.16s;
    -ms-transition: 0.16s;
    -o-transition: 0.16s;
    transition: 0.16s;
}
.main .tab-wrap .tab:hover:after {
    left: 0;
    right: 0;
}
.main .tab-wrap .tab.on {
    color: #b40f19;
    cursor: default;
}
.main .tab-wrap .tab.on:after {
    left: 0;
    right: 0;
}
form.content {
    padding-top: 30px;
    position: relative;
}
form.content .form {
    display: none;
}
form.content .form.on {
    display: block;
}
form.content .form-row {
    padding-bottom: 26px;
    height: 34px;
    position: relative;
}

form.content .form-row .error-tip {
    position: absolute;
    left: 0px;
    top: 34px;
    padding-left: 10px;
    line-height: 18px;
    z-index: 1;
    font-size: 12px;
    color: #ba000b;
    display: none;
}

form.content .w243 {
    width: 243px;
}
form.content .w95 {
    width: 95px;
}
form.content input {
    display: block;
    border: 1px solid #d5d5d5;
    line-height: 32px;
    padding: 0 10px;
}
form.content .form-1 .remember {
    margin: 3px 3px 0 0;
}
form.content .form-2 .getCode {
    width: 118px;
    color: #fff;
    line-height: 34px;
    background-color: #888;
}
form.content .form-2 .getCode.on {
    background-color: #b40f19;
    cursor: pointer;
}
form.content .log {
    width: 100%;
    color: #fff;
    cursor: pointer;
    background-color: #b40f19;
    line-height: 34px;
}
.main .form-bottom {
    border-top: 1px solid #888;
    line-height: 70px;
    color: #888;
}
.main .form-bottom .qqAndWx a {
    width: 30px;
    height: 30px;
    margin: 20px 15px 0 0;
    border-radius: 50%;
    background-color: rgba(114, 114, 114, 1);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.main .form-bottom .qqAndWx a:hover {
    background-color: rgba(114, 114, 114, 0.5);
}
.main .form-bottom .qqAndWx .qq-log {
    background-image: url(/images/icon-qq.png);
}
.main .form-bottom .qqAndWx .wx-log {
    background-image: url(/images/icon-wx.png);
}


/* 图形验证码 */
.captcha{
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: none;
}
.captcha img{
    display: block;
}
.captcha .tip-text{
    font-size: 14px;
    line-height: 200%;
}