*{
    margin: 0;
    padding: 0;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
}
body{
    width: 100%;
    background-color: #ebf0f8;
    /* overflow-y:hidden; */
}
::-webkit-scrollbar {
    display: none;
  }
.content{
    width: 100%;
    height: 100vh;
}
header{
    width: 100%;
    height: 286px;
    background: url('./images/bg.png') no-repeat;
    background-size: 100% 100%;
}
.header-main{
    width: 1200px;
    height: 286px;
    margin: 0 auto;
    /* margin: 0 19%; */
    overflow: hidden;
}
.header-main-left{
    float: left;
    margin-top: 87px;
}
.header-main-right{
    float: right;
    margin-top: 12px;
}
.content-main{
    width: 1200px;
    margin: 0 auto;
    /* border: 1px solid red; */
}
.content-main-example{
    width: 1200px;
    height: 120px;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    text-indent: 2em;
    color: #333333;
    background: #ffffff;
    box-sizing: border-box;
    padding: 28px 28px 35px 25px;
    margin: 24px 0;
}
.content-main-buttom{
    height: 72px;
    display: flex;
    border-radius: 20px 20px 0px 0px;
    box-shadow: 0px -4px 7px 0px rgba(214,216,220,0.75);
    font-size: 24px;
    font-weight: 700;
    line-height: 72px;
}
.content-main-buttom>div{
    width: 238px;
    margin-left: -45px;
    background: url('./images/squre2.png');
    background-size: 100% 100%;
    color: #2c68b1;
    text-align: center;
    box-sizing: border-box;
    padding-left: 8px;
    cursor: pointer;
}
.content-main-buttom>div:first-child{
    width: 298px;
    background: url('./images/squre1.png');
    background-size: 100% 100%;
    margin-left: 0;
    color: #fff;
    padding-left: 44px;
    box-sizing: border-box;
    z-index: 999;
    text-align: left;
}
.content-main-buttom>div:last-child{
    width: 212px;
    background: url('./images/squre3.png');
    background-size: 100% 100%;
    padding-left: 20px;
    z-index: 333;
}
.content-main-form{
    height: 554px;
    box-sizing: border-box;
    padding-top: 40px;
    text-align: center;
}
.form-title{
    display: flex;
    color: #2c68b1;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 22px;
}
.form-title>.form-title-sign{
    width: 4px;
    height: 24px;
    background: #2c68b1;
    margin-right: 16px;
}
.form-title>.form-title-text{
    height: 23px;
    line-height: 23px;
}
.content-main-form textarea{
    width: 1164px;
    height: 124px;
    margin-left: 18px;
    border: 2px solid #dddfe6;
    outline:none;
    box-sizing: border-box;
    padding: 25px 26px;
    font-size: 16px;
}
.contact-number{
    margin-top: 40px;
}
#submitButton{
    width: 480px;
    height: 64px;
    font-size: 24px;
    color: #ffffff;
    background: #2c68b1;
    border: none;
    border-radius: 10px;
    margin-top: 44px;
}