*{
    margin: 0;
    padding: 0;
}
html,body{
    height: 100%;
    overflow: hidden;
    font-size: 14px;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
.login{
    width: 100%;
    height: 100%;
    background: #ff581d url("../images/login_bg.jpg") no-repeat;
    background-size: cover;
    padding-top: 10%;
}
.login-form{
    width: 810px;
    height: 560px;
    margin: auto;
    box-shadow: 0 0 50px 0 #999;
}
.login-main{
    overflow: hidden;
    border-radius: 5px;
}
.side-main{
    width: 305px;
    float: left;
    height: 560px;
    background: #2393f1;
    color: #fff;
}
.side-main-logo{
    width: 187px;
    height: 187px;
    margin: auto;
    overflow: hidden;
    border-radius: 100%;
    margin-top: 70px;
    background: #fff;
}
.side-main-logo img{
    width: 100%;
}
.side-main-text{
    color: #fff;
    margin: 25px 0 50px 0;
    text-align: center;
    font-size: 18px;
}
.side-link a{
    width: 129px;
    height: 44px;
    border: 1px solid #fff;
    border-radius: 3px;
    text-align: center;
    line-height: 44px;
    display: block;
    margin: auto;
    color: #fff;
    transition: all 0.3s;
}
.side-link a:hover{
    background: #fff;
    color: #2393f1;
}
.login-iframe{
    background: #fff;
    width: 505px;
    height: 560px;
    float: left;
}
.login-iframe form{
    width: 336px;
    margin: auto;
    padding-top: 70px;
}
.form-title{
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}
.input-item input{
    border: none;
    border-bottom: 1px solid #eeeeee;
    height: 40px;
    line-height: 40px;
    width: 100%;
    color: #999999;
    outline: none;
    transition: all 0.3s;
}
.input-item input:hover,.input-item input:focus{
    border-color: #2393f1;
}
.input-item:nth-of-type(2){
    margin-top: 40px;
    position: relative;
    margin-bottom: 30px;
}
.input-item:nth-of-type(2) span{
    position: absolute;
    right: 0;
    background: #c9c9c9;
    padding: 5px;
    font-size: 12px;
    color: #ffffff;
    cursor: pointer;
    top: 5px;
}
.form-xieyi{
    overflow: hidden;
}
.form-xieyi .check-box{
    float: left;
    height: 16px;
    margin-right: 8px;
    margin-top: 1px;
    cursor: pointer;
}
.form-xieyi .check-box span{
    border: 1px solid #ddd;
    float: left;
    width: 16px;
    height: 16px;
    margin-right: 8px;
}
.form-xieyi span.xieyi{
    float: left;
}
.form-xieyi .check-box i{
    display: none;
    font-size: 18px;
}
.form-xieyi .check-box.on span{
    border: none;
}
.form-xieyi .check-box.on i{
    display: inline-block;
    color: #2393f1;
    width: 18px;
}
.form-xieyi .xieyi a{
    color: #2393f1;
}
.form-xieyi a.forget{
    float: right;
    color: #999999;
}
.input-submit{
    margin: 40px 0 30px 0;
}
.input-submit input{
    background: #2393f1;
    color: #fff;
    border-radius: 30px;
    border: none;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    transition: all 0.3s;
}
.input-submit input:hover{
    opacity: 0.8;
}
.third-platform{
    text-align: center;
}
.third-platform a{
    margin: 0 5px;
}
.protocol h1.title{
    text-align: center;
    padding: 20px 0;
}
.protocol-content{
    padding: 20px;
}
.set-pwd{
    margin-bottom: 50px;
}
.login-iframe input::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */
    color: #999999;
}