 .new-form{
            width: 650px;
            margin:50px auto 0;
            font-size: 16px;
        }
        .form-select{
            text-align:center;
        }
        .form-label{
            margin:0 8px;
        }
        .form-input{
            overflow: hidden;
           margin-top:20px;
        }
        .form-email{
            margin-left:8px;
        }
        .common-box{
            float:left;
        }
        .common-input{
            width: 160px;
    height: 30px;
    outline: none;
    border: 1px solid #6f6f6f;
    padding-left: 22px;
    box-sizing: border-box;
        }
        .name-box{
            margin:0 25px 0 25px;
        }
        .form-btn {
            float:right;
            margin-right:25px;
    width: 120px;
    height: 30px;
    outline: none;
    border: 0;
    background-color: #0168b7;
    color: #fff;
    font-size: 16px;
    line-height:30px;
    text-align: center;
   
        }
      .new-form .clearfix:after {
    display: block;
    content: '';
    height: 0;
    clear: both;
    visibility: hidden;
}
.new-form ul li a {
    color: #666;
}
.new-form ul li:hover a {
    color: #ff7800;
}
.new-form ul li.online {
    background: url(https://webms1.xhd.cn/r/cms/hangzhou/default/latest/img/zxzx.png) 14px 16px no-repeat;
    float:left;
    margin-left:130px;
}
.new-form ul li.qq {
    background: url(https://webms1.xhd.cn/r/cms/hangzhou/default/latest/img/qq.png) 19px 12px no-repeat;
    float:right;
    margin-right:130px;
}
.new-form ul li {
    margin-top: 28px;
    width: 88px;
    height: 62px;
    border: 1px solid #e5e5e5;
    font-size: 18px;
    padding-left: 64px;
    line-height: 62px;
    cursor: pointer;
}