.top{
    display: none!important;
}/*顶部导航隐藏*/

a,span{font-family: "Microsoft YaHei", "SimSun", serif;color:#FFFFFF;font-size: 16px;cursor:pointer}
a:focus, a:hover{color:#FFFFFF!important;background-position: 0 -37px!important;text-decoration:none!important;}


.main .login_new{
    width:680px;
    margin:60px auto;
    height: 480px;
    background-color: rgba(98, 144, 234, 1);
    border: none;
    border-radius: 9px;
    box-shadow: none;
    overflow: hidden;
}

/* 登录标题及LOGO */
.login_type {
    color: #FFFFFF;
    font-weight: 700;
    border-bottom: 0.5px solid #ededed;
    font-size: 24px;
    width: 500px;
    height: 100px;
    line-height: 150px;
    margin: 15px auto;
}
.login_type .logo_xc{
    margin-top: 60px;
    float: left;
    font: 24px/1.5 arial,"Microsoft YaHei","SimSun";
    font-weight: 700;
    color: #FFFFFF;
}
.login_type .logo_img{
    margin-top: 55px;
    float: left;
    width: 48px;
    height: 33px;
}

.login_content {
    width: 500px;
    margin: 15px auto;
}

/*****登录修改*************/
.validate{
    font-size: 14px;
    width: 450px;
    margin: 0 auto;
    padding-left: 50px;
}
.validate span.title{
     font-size: 18px;
     font-weight: 700;
 }
.validate span.tips{
    font-size: 16px;
    font-weight: 700;
}
.validate div.mobile-item,div.normal-item{
    height: 38px;
    margin-bottom: 15px;
}
.validate input{
    border: 0 none;
    border-radius: 5px;
    width: 350px;
    height: 28px;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    text-transform: none;
    vertical-align: middle;
    background-color: #fff;
    padding: 3px 2px;
    color: #333;
}

.m_submit{
    width:450px;
    height:50px;
    margin: 0 auto;
    padding-left: 50px;
}
.m_submit .login_btn{
    background-color: #FFFFFF;
    color: rgb(98, 144, 234);
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    height: 34px;
    letter-spacing: normal;
    line-height: 34px;
    text-align: center;
    width: 350px;
    border:0 none;
}

.go_loginForm{
    height: 24px;
    line-height: 24px;
    width:450px;
    margin: 0 auto;
    padding-left: 50px;
}

.weixin_content{
    width: 500px;
    height: 213px;
    margin: 15px auto;
    padding-top: 20px;
    text-align: center;
    display: none;
}

.mobile-item {
    display: none;
}

/* 用合作网站账号登录 */
.oauth-wrapper{
    width: 500px;
    height: 40px;
    margin: 15px auto;
    text-align: center;
}

.oauth-wrapper a{
padding: 0 10px;
}

.inputSelect{
    float: left;
    height: 34px;
    width: 55px;
    border: 0;
    border-radius: 5px;
    text-align: center;
    margin-right: 5px;
    line-height: 34px;
}