html, body {
    background: #F7F7F7;
}

.content-wrapper {
    width: 1200px;
    height: auto;
    margin: auto;
    font-family: "Arial", sans-serif;
    font-size: 14px;
    color: #333;
}

.header-image{
    height: 490px;
    background-image: url("https://slfilea1.soliao.com/5,02bcc728d192fe");
}
.content2{
    height: 330px;
    background: white;
}

.xclxc-content{
    display: flex;
    justify-content: center;
    padding-top: 35px
}
.xclxc-content-item2{
    width: 527px;
    /*height: 255px;*/

}
.xclxc-content-item2 img{
    width: 527px;
    /*height: 255px;*/
}
.form-content{
     width: 1100px;
     margin: 0 auto 0;
     background: #FFFFFF;
     box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.15);
     border-radius: 10px 10px 10px 10px;
     margin-top: 20px;
     padding: 20px;
     overflow: auto;
 }
.input{
    width: 296px;
    height: 48px;
    border:1px solid #2589EB;
    outline: none;
    border-radius: 5px;
}
input:focus {
    border:2px solid #2589EB;
}
textarea{
    outline: none;
    border-radius: 5px;
}
textarea:focus {
    border:2px solid #2589EB!important;
}
#submit-btn:hover{
    background: linear-gradient(-90deg, #25aceb 0%, #327bec 100%);
}