.contentBox{
    width:100%;
    margin:0 auto;
    margin-bottom:20px;
}
.side{
    width:100%;
    background:#fff;
    padding:25px 20px 20px 20px;
    box-sizing: border-box;
    box-shadow: 0px 6px 28px 2px rgba(222,222,222,0.32);
    border-top:3px solid #3D70CC;
    position: relative;
}
.side .sideBox{
    background:none;
    padding:0;
    box-sizing: border-box;
}
.side .sideBox .sideBoxs{
    border:0;
    padding:0;
    box-sizing: border-box;
    position: relative;
}
.side .sideBox .sideBoxs .title{
    position: initial;
    width:690px;
    height:80px;
    line-height:80px;
    background:rgba(62, 139, 240, .15);
    font-size: 38px;
    font-weight: bold;
    color: #3D70CD;
    text-align: center;
}
.side .sideBox .sideBoxs .title i{
    display:none;
}
.side .sideBox .sideBoxs .box{
    width:100%;
    height:auto;
    box-shadow: none;
    background:#fff;
    border-radius: 30px;
    padding:50px 40px 40px 40px;
    box-sizing: border-box;
}
.side .sideBox .sideBoxs .box h3{
    font-size: 32px;
    font-family: PingFangSC;
    font-weight: 300;
    color: #004EA3;
    line-height: 40px;
    margin-bottom:34px;
    text-align: center;
    width:100%;
}
.side .sideBox .sideBoxs .box label{
    width:100%;
    float:left;
    margin-bottom:30px;
    position: relative;
}
.side .sideBox .sideBoxs .box label.hf{
    width:100%;
}
.side .sideBox .sideBoxs .box label span{
    width:160px;
    display:inline-block;
    font-size:32px;
    color:#3D70CD;
    text-align: right;
}
.side .sideBox .sideBoxs .box label input{
    width:450px;
    height:60px;
    font-size:32px;
    border: 1px solid #A7A7A7;
    border-radius: 7px;
    padding:0 10px;
    box-sizing: border-box;
}
.side .sideBox .sideBoxs .box label textarea{
    width:450px;
    height:272px;
    font-size:32px;
    border: 1px solid #A7A7A7;
    padding:10px;
    box-sizing: border-box;
    border-radius: 7px;
}
.side .sideBox .sideBoxs .box label p{
    position: absolute;
    bottom:20px;
    right:40px;
    font-size:32px;
}
.side .sideBox .sideBoxs .box label p i{
    color:#213FA0;
}
.side .sideBox .sideBoxs .box .handle{
    padding-left:150px;
    text-align: left;
}
.side .sideBox .sideBoxs .box .handle a{
    display:inline-block;
    padding:6px 34px;
    box-sizing: border-box;
    background:#3D70CD;
    border-radius: 6px;
    font-size: 32px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
    margin:0 11px;
}
