
body{
    width: 100%;
    display: table;
    background-color: #eaf5f4 !important;
}

.banner{
    background: url('https://img.banghaiwai.com/uploads/2020-04-26/qHoEFJAepzghoo6NBlxifZ6jH7mHclzvV6VPrA7d.png') no-repeat center;

    height: 680px;
    width: 100%;
}


.contain{
    position: relative;;
    width:1200px;
    margin: 0 auto;
    margin-top: -90px;
    margin-bottom: 50px;

}


.contain .tit{
    background-color: #FDF9E9;
    text-align: center;
    font-size: 36px;
    color: #318F8A;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    position: relative;
}

.contain .tit .con{
    background-color:#F9EFC7;
    width: 670px;
    padding: 20px;
    margin-top: -20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contain .tit em{
    display: block;
    width: 694px;
    height: 20px;
    background: #72324C;
    position: absolute;
    left: 251px;
    top: -20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.contain .tit b{
    display: inline-block;
    margin-right: 20px;
    width: 36px;
    height: 36px;
    background: url('https://img.banghaiwai.com/uploads/2020-04-26/tTFcmPPoKPU3fIjzG662TWNgfMq8Fci9y39gSAkY.png') no-repeat center;
}

.contain .list{
    background-color: #FDF9E9;
    padding-top: 20px;
    margin-bottom: 20px;
}

.contain .list .tite{
    color: #76324C;
    font-size: 16px;
    font-weight: bold;
    margin: 0 80px;
}

.contain .list .tite span{
    color: #e78452;
    font-size: 16px;
}

.contain .list .tite em{
    display: inline-flex;
    margin-right: 20px;
    width: 26px;
    height: 26px;
    background: url(https://img.banghaiwai.com/uploads/2020-04-26/1Nhf0E8JiTEsAlCAi5OohBPYaBArDO9vwAK2Q5MY.png) no-repeat center;
    color: #fff;
    justify-content: center;
    align-items: center;
    padding-top: 6px;
    padding-left: 3px;
    font-size: 13px;
}

.contain .list .listcon{
    color: #a07c8a;
    margin: 0 88px;
    font-size: 14px;
    padding: 15px 0px;

}

.contain .list .listcon label{
    margin-right: 40px;
    margin-bottom: 30px;
    min-width: 100px;
}

.contain .list .listcon textarea{
    width: 990px;
    height: 60px;
    resize:none;
}


.yudingform{
    background-color: #318F8A;
    padding: 50px 0px;
}


.yudingform .iptitem{
    background-color: #FDF9E9;
    width: 1030px;
    height: 50px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 15px;

}

.yudingform .iptitem label{
    position: absolute;
    left: 9px;
    top: 10px;
    width: 30px;
    height: 30px;
}

.yudingform .iptitem input{
    width: 100%;
    height: 100%;
    padding-left: 50px;
    background: none;
    border: none;
    outline: none;
}

.yudingform .iptitem span{
    position: absolute;
    right: 10px;
    top: 15px;
    color: #E15C18;
}

.yudingform .sumitbtn{
    width: 670px;
    height: 50px;
    background-color: #FFEA67;
    color: #E15C18;
    font-size: 18px;

}

.yudingform .sumitbtn input{
    padding: 0;
}

.yudingform .iptitem.xm label{
    background: url('https://img.banghaiwai.com/uploads/2020-04-26/YsRAk1Zduiyz7XWxAomO3ry5a7k9srtpoVZi6UBT.png') no-repeat center;
}

.yudingform .iptitem.tel label{
    background: url('https://img.banghaiwai.com/uploads/2020-04-26/vLfKQ2vRvsgnP2uUOcaX3oQkfr9Y7F9buo5lfA57.png') no-repeat center;
}

.yudingform .iptitem.emai label{
    background: url('https://img.banghaiwai.com/uploads/2020-04-26/roeXYmSMKRixxvTvX524xAeoujwvgOoxGOIfPWbf.png') no-repeat center;
}


.modal-content{
    text-align: center;
}

.modal-header{
    font-size: 24px;
}

.glyphicon-thumbs-up::before{
    content: '' !important;
}