*{
    padding: 0;
    margin: 0;
}  
.clear{
    clear: both;
}

.section-img{
    width: 100%;
}
.section2{
    width: 1200px;
    margin: 50px auto;
}
.section2 .section2-lf {
    width: 320px;
    height: 580px;
    background: url(../../images/20210201/bg_contact.png) center center no-repeat;
    background-size: cover;
    padding: 72px 0 0 43px;
    margin-right: 52px;
}
.section2 .section2-lf li{
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
    color: #FFFFFF;
    margin-bottom: 52px;
}
.section2-rgt{
    padding-top: 42px;
    width: 780px;
}
.section2-rgt .section2-rgt-title{   
    font-size: 24px;
    font-weight: bold;
    color: #333333;
}
.section2-rgt .section2-rgt-info{  
    font-size: 20px;
    color: #999999;
    margin-top: 19px;
}
.section2-rgt .section2-rgt-content{
    margin-top: 57px;
}
.section2-rgt .section2-rgt-content .form-item{
    position: relative;
    display: inline-block;
}
.section2-rgt .section2-rgt-content .form-item p{
    position: absolute;
    top: -27px;   
    left: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}
.section2-rgt .section2-rgt-content .form-item input{
    width: 350px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 50px;
}
.section2-rgt .section2-rgt-content .form-item:first-child{
    margin-right: 50px;
}
.section2-rgt .section2-rgt-content .form-item input,.section2-rgt .section2-rgt-content .form-item textarea{
    border: 0;
    outline: 0;
    padding: 0 20px;
    background: #F5F5F5;
    opacity: 1;
    border-radius: 25px;
}
.section2-rgt .section2-rgt-content .form-item:last-child{
    width: 100%;
}
.section2-rgt .section2-rgt-content .form-item textarea{
    border-radius: 10px;
    width: 780px;
    height: 166px;
    padding: 17px 20px;
}
.section2-rgt .btn-reserve{
    width: 300px;
    height: 50px;
    background: #2878FF;
    opacity: 1;
    border-radius: 34px;
    margin: 45px auto 0;
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
}
.section2-rgt .btn-reserve:hover{
    opacity: .7;
}