
body{
    min-height:auto;
}
.container{
    width:1200px;
    margin:25px auto;
    clear:both;
    overflow: hidden;
}
.container .side.fl{
    float:left;
    width:260px;
}
.container .side.fl li{
    width:100%;
    height:70px;
    margin-bottom:10px;
    box-shadow: 0px 5px 7px 0px rgba(240, 240, 240, 0.75);
}
.container .side.fl li.active{
    background:#1f61ba;
}
.container .side.fl li a{
    font-size:20px;
    display:block;
    width:100%;
    height:100%;
    line-height:70px;
    text-align: center;
    color:#1f61ba;
}
.container .side.fl li.active a{
    color:#fff;
}
.container .side.fr{
    float:right;
    width:920px;
    background:#fff;
    box-shadow: 0px 5px 7px 0px rgba(240, 240, 240, 0.75);
    padding:35px 25px;
    box-sizing: border-box;
}


.side.fr .login{
    width:100%;
    padding:35px;
    box-sizing: border-box;
    background:#eef7fe;
    margin-bottom:30px;
}
.side.fr .login>*{
    display:inline-block;
    margin-right:10px;
    width:250px;
}
.side.fr .login input{
    font-size:16px;
    color:#888;
    background:#fff;
    border:1px solid #1f61ba;
    border-radius: 8px;
    padding:12px 26px;
    box-sizing: border-box;
}
.side.fr .login .handle{
    position: relative;
    top:2px;
}
.side.fr .login .handle a{
    padding:11px 36px;
    background:#1f61ba;
    color:#fff;
    border-radius: 8px;
}
.side.fr .login .handle a:last-child{
    background:#649eec;
}

.side.fr .info{
    margin-bottom:40px;
}
.side.fr .info h2{
    font-size:24px;
    color:#1f61ba;
    margin-bottom:10px;
}
.side.fr .info p{
    text-indent:2em;
    font-size:16px;
    line-height:30px;
}

.side.fr .form h2{
    font-size:24px;
    color:#1f61ba;
    margin-bottom:10px;
}
.side.fr .form .title{
    border-bottom:2px solid #1f61ba;
}
.side.fr .form .title span{
    width:160px;
    height:47px;
    display:block;
    background:#1f61ba;
    color:#fff;
    font-size:18px;
    line-height:47px;
    text-align: center;
}
.side.fr .form .box{
    overflow: hidden;
    padding:30px 0;
}
.side.fr .form .box label{
    width:100%;
    overflow: hidden;
    margin-bottom:15px;
    display:block;
}
.side.fr .form .box label.hf{
    width:50%;
    float:left;
}
.side.fr .form .box label.hf input{
    width:320px;
}

.side.fr .form .box label>*{
    display:inline-block;
}
.side.fr .form .box label span{
    width:100px;
    vertical-align: top;
    line-height:40px;
    text-align: right;
    margin-right:10px;
}
.side.fr .form .box label span i{
    color:#ff0000;
    margin-right:5px;
    font-style:normal;
}
.side.fr .form .box label input{
    width:755px;
    height:40px;
    border:1px solid #cecece;
    padding:0 20px;
    box-sizing: border-box;
    font-size:16px;
}
.side.fr .form .box label textarea{
    width:753px;
    height:145px;
    border:1px solid #cecece;
    font-size:16px;
    padding:20px;
    box-sizing: border-box;
}
.side.fr .form .box label input.code{
    width:150px;
    height:40px;
    margin-right:10px;
}
.side.fr .form .box label img{
    width:130px;
    height:40px;
    background:#eee;
    vertical-align: middle;
}
.side.fr .form .handle{
    text-align: center;
}
.side.fr .form .handle a{
    width:150px;
    height:50px;
    text-align: center;
    line-height:50px;
    background:#939393;
    color:#fff;
    display:inline-block;
    margin:0 38px;
    font-size:20px;
}

.side.fr .form .handle a.active{
    background:#1f61ba;
}