.container{
    width:700px;
    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:80px;
    height:40px;
}
.container .title span{
    width:120px;
    font-size:36px;
    height:60px;
    display:block;
    font-weight:bold;
    text-align: center;
    color:#0068b7;
    border-bottom:4px solid #0068b7;
}
.container .form{
    width:100%;
    margin:0 auto;
}
.container .form label{
    width:100%;
    overflow: hidden;
    margin-bottom:40px;
    display:block;
}
.container .form label>*{
    display:inline-block;
}
.container .form label span{
    width:160px;
    vertical-align: top;
    line-height:70px;
    text-align: right;
    margin-right:20px;
    font-size:32px;
}
.container .form label span i{
    color:#ff0000;
    margin-right:5px;
    font-style:normal;
}
.container .form label input{
    width:430px;
    height:80px;
    border:1px solid #cecece;
    padding:0 20px;
    box-sizing: border-box;
    font-size:28px;
    border-radius: 10px;
}
.container .form .handle{
    text-align: center;
    margin:50px auto;
}
.container .form .handle a{
    width:200px;
    height:70px;
    text-align: center;
    line-height:70px;
    background:#939393;
    color:#fff;
    display:inline-block;
    margin:0 50px;
    font-size:32px;
}

.container .form .handle a.active{
    background:#1f61ba;
}