.hehuo {
    width: 100%;
    background-color: #f2f6ff;
}

.hehuo>div {
    width: 1200px;
    margin: 0 auto;
}

.hehuo>div img {
    width: 100%;
    height: auto;
}

.hehuos {
    width: 100%;
    height: 997px;
    background: url('../image/jj.png') no-repeat 100%;
    overflow: hidden;
    background-size: cover;
    position: relative;
}

.hehuos>div:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    font-size: 32px;
}

.hehuos_item {
    width: 254px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 369px;
    left: 14%;
}

.hehuos_item img {
    width: 91px;
    height: 80px;
    margin-bottom: 23px;
}

.hehuos_item1 {
    width: 254px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 615px;
    left: 32%;
}

.hehuos_item1 img {
    width: 86px;
    height: 80px;
    margin-bottom: 23px;
}

.hehuos_item2 {
    width: 254px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 585px;
    left: 57%;
}

.hehuos_item2 img {
    width: 86px;
    height: 80px;
    margin-bottom: 23px;
}

.hehuos_item3 {
    width: 254px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 369px;
    right: 14%;
}

.hehuos_item3 img {
    width: 92px;
    height: 73px;
    margin-bottom: 23px;
}

.hehuos_main {
    width: 647px;
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
}

.hehuos_main img {
    width: 100%;
    height: auto;
}

.hehuos_text {
    width: 233px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    border-radius: 32px;
    background-image: linear-gradient(to right, #3156b5, #3d94d8);
    position: absolute;
    bottom: 209px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
}

.forms {
    width: 100%;
    height: 900px;
    background: url('../image/forms.png') no-repeat 100%;
    overflow: hidden;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.froms_text {
    font-size: 38px;
    margin-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.froms_main {
    width: 803px;
    margin-top: 70px;
    height: 610px;
    box-sizing: border-box;
    padding: 48px 51px;
    background-color: rgba(255, 255, 255, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
}

.froms_t {
    font-size: 30px;
    color: #fff;
    margin-bottom: 50px;
}

input {
    background: none;
    outline: none;
    border: 0px;
}

.froms_ipt {
    width: 619px;
    height: 56px;
    margin-bottom: 30px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 15px 26px;
    border-radius: 8px;
}

.froms_ipt input {
    width: 100%;
    height: 100%;
    font-size: 20px;
}

.froms_ipts {
    width: 619px;
    height: 56px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.froms_ipts>div:nth-child(1) {
    width: 368px;
    height: 100%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 15px 26px;
    border-radius: 8px;
}

.froms_ipts>div:nth-child(1) input {
    width: 100%;
    height: 100%;
    font-size: 20px;
}

.froms_ipts>div:nth-child(2) {
    width: 215px;
    height: 100%;
    background-color: pink;
}

.btn {
    width: 619px;
    height: 62px;
    border-radius: 8px;
    background-image: linear-gradient(to right, #3156b5, #3d94d8);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 32px;
    cursor: pointer;
}