body{
    min-height: auto;
}
.container{
    width:1200px;
    margin:30px auto;
    overflow: hidden;
    box-shadow: 0px 5px 7px 0px rgba(240, 240, 240, 0.75);
    background:#fff;
    padding: 22px 38px;
    box-sizing: border-box;
}
.container .title{
    width:100%;
    border-bottom:1px solid #f3f3f3;
    margin-bottom:30px;
    height:40px;
}
.container .title span{
    width:60px;
    font-size:22px;
    height:38px;
    display:block;
    font-weight:bold;
    text-align: center;
    color:#0068b7;
    border-bottom:4px solid #0068b7;
}
.container .form{
    width:540px;
    margin:0 auto;
}
.container .form label{
    width:100%;
    overflow: hidden;
    margin-bottom:24px;
    display:block;
}
.container .form label>*{
    display:inline-block;
}
.container .form label span{
    width:80px;
    vertical-align: top;
    line-height:40px;
    text-align: right;
    margin-right:10px;
}
.container .form label span i{
    color:#ff0000;
    margin-right:5px;
    font-style:normal;
}
.container .form label input{
    width:400px;
    height:46px;
    border:1px solid #cecece;
    padding:0 20px;
    box-sizing: border-box;
    font-size:16px;
}
.container .form .handle{
    text-align: center;
    margin-top:50px;
}
.container .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;
}

.container .form .handle a.active{
    background:#1f61ba;
}