.login .text {
    font-family: arial, 'Microsoft Yahei';
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    padding: 4px 0 4px 3px;
    width: 224px;
    float: left;
    border: none;
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.login {
    /*background: #FAFAFA !important;*/
    font-family: microsoft yahei;
    padding-top: 90px;
    padding-bottom: 90px;
}

.login .adv_img {
    width: 600px;
    height: auto;
    float: left;
    margin: 0;
    position: relative;
    z-index: 1;
}
.login .adv_img a{
    display: block;
}
.login .adv_img a img {
    height: 460px;
    width: 600px;
}

.login .form {
    background-color: #FFF;
    width: 402px;
    height: 421px;
    padding: 19px 19px;
    border: solid 1px #f7f7f7;
    border-radius: 5px;
    float: right;
    position: relative;
    z-index: 1;
    margin-right: 80px;
}

.login .tabs_nav .tabulous_active {
    cursor: pointer;
    font-size: 18px;
    color: #bbbbbb;
    line-height: 24px;
    padding-bottom: 13px;
    position: relative;
    z-index: 1;
    border-bottom: 3px solid #bbbbbb;
    width: 45%;
    text-align: center;
    margin-left: 5%
}
.login form {
    margin-top: 80px;
    padding: 0 40px 20px 40px;
}

.login form .mt15 {
    overflow: hidden;

}
.login form .mt15 input{ height: 44px!important;}
.login form .mt15 input:hover{border-color: #ff0066!important; }
.login form dl {

    background-color: #FFF;
    height: 44px;
    border: solid 1px #E6E6E6;
    position: relative;
    z-index: 1;
    margin-bottom: 21px;
    border-radius: 3px;
}

.login form .code_div dl {
    width: 206px;
    float: left
}

.login form .code_div .text {
    width: 114px;
}

.login form .code_div font {
    width: 226px;
}

.login form .code_div span {
    width: 85px;
    height: 46px;
    float: left;
    position: relative;
    z-index: 1;
    padding-left: 5px;
}

.login form .code_div span img {
    width: 100px;
    height: 46px;
}

.sel {
    color: #ff0066!important;
    border-bottom: 3px solid #ff0066!important;
}

.login form .focus {
    border-color: #ff0066;
    z-index: 3
}

.login form dl dt {
    font-size: 14px;
    line-height: 20px;
    color: #666;
    width: 62px;
    padding: 12px 0 12px 12px;
    float: left;
}

.login form dl dd {
    height: 28px;
    float: left;
    padding: 8px 0;
}

.login .item {
    height: 40px;
    line-height: 26px;
    overflow: visible;
    position: relative;
    width: 100%;
}


.login .item span {
    color: #999999;
    display: block;
    height: 20px;
    line-height: 20px;
    margin-top: 1px;
}

.login .item .item-ifo {
    position: relative;
    width: 100%;
    text-align: right;
    height: 45px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.forget{
    color: #F51F74;
    font-weight: 600;
    margin-right: 8px;
    cursor: pointer;
}
.forget:hover{
    color: #666;
}
.login .item h4 {
    float: left;
}

.login .item a {
    font-size: 12px;
    text-decoration: none;
    color: #AAA;
    vertical-align: top;
    display: inline-block;
    height: 32px;
    margin-left: 18px;
}

.login .item a i {
    background: url(./images/login_pic.png) -160px 0 no-repeat;
    vertical-align: middle;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 6px;
}
.login .fore4 {
    height: 45px;
    overflow: hidden;
    z-index: 3;
}

.login font {
    background: #FFEBEC;
    border: 1px solid #FFBDBF;
    color: #E6393D;
    line-height: 25px;
    padding: 2px 0 2px 3px;
    width: 309px;
}
.login .login-btn {
    height: 50px;
}

.login input[type="submit"],
.login input[type="button"] {
    font-size: 15px;
    /*font-weight: 600;*/
    color: #FFF;
    background:linear-gradient(90deg,#f8498f 0,#ff0066) border-box;
    width: 314px;
    height: 42px;
    border: transparent;
    cursor: pointer;
    border-radius: 22px;
}

.login input[type="submit"]:hover,
.login input[type="button"]:hover {
    background:linear-gradient(90deg,#f76fa5 0,#f72d7e) border-box;
}

.login #login_a .send {
    width: 101px;
    height: 45px;
    background: #EEE;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    color: #333;
    border-top: none;
    border-left: none;
    border-radius: 0px;
    font-size: 12px;
    font-weight: 100;
    margin-top: 1px;
    border-radius: 5px;
}

.login #login_a .send:hover {
    background: #EEE;
}
.tips{
    font-size: 12px;
    color: #bbbbbb;
}
.captcha-img{width: 100px!important;
    height: 42px !important;float:right;
    border-radius: 0px!important;}
.captcha-img img{width: 100px!important;
    height: 42px !important;
    border-left:none!important; margin-left: -1px;
    border-radius: 0px!important;
    cursor: pointer;
}
.agreement{
    display: flex;
    align-items: center;
    width: 100%;
    margin: 25px 0;
}
.agreement_span{
    font-size: 12px;
    color: rgb(105, 188, 236);
    margin-left: 5px;
    cursor: pointer;
}
.agreement_span:hover{
    color: rgb(60, 136, 180);
}