.registerContainer{
    /* padding:0 15px;
    padding-top:29px; */
    padding:28px 0;
    border-top: 1px solid #eaeaea;
}
.registerContainer img{
    width:120px;
    height:120px;
}
.registerContainer .kefu{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #666666;
    line-height: 24px;
}
.registerContainer .phone{
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #134BA1;
    line-height: 48px;
}
.registerContainer .leftContent{
    display:flex;
    justify-content:center;
}
.registerContainer .contactUs{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #72747a;
    line-height: 24px;
    margin-top:45px;
}
.selectContainer{
    text-align: center;
    
}
.selectContainer>.select{
    margin-top:46px;
    height: 49px;
    background: #FFFFFF;
    border: 1px solid #E4E9E9;
    border-radius: 4px;
    width:50%;
    color:#666666
}
#footer{
    background: #30343c;
}
.contactUs a{
    color: #72747a;
}
.contactUs a:hover{
    color: #fff;
    transition: all .4s;
}