/* form update */
.title-box {
    margin-top: 64px;
    margin-bottom: 56px;
    text-align: center;
}
.inputgroup {
    position: relative;
}
.innerresize-body > div {
    width: 530px;
    max-width: 100%;
    margin: 0 auto;
}
.inner-title {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 16px;
    font-weight: 600;
}
.inner-des {
    font-size: 16px;
    max-width: 680px;
    margin: 0 auto;
}
.tips-form .icon-arrow-down {
    position: absolute;
    right: 16px;
    color: #999;
    z-index: 2;
    top: 18px;
    pointer-events: none;
}
.tips-form li.focus input,
.tips-form li.focus select,
.tips-form li.focus textarea {
    border: 1px solid #aaa;
    color: #fff;
}
input:-webkit-autofill {
    box-shadow: 0 0 0 1000px #000 inset;
    -webkit-text-fill-color: #fff;
}
.file-upload input {
    cursor: pointer;
}
.innerresize-l ul select, .innerresize-l ul input, .innerresize-l ul textarea {
    -webkit-appearance: none;
    height: 48px;
    width: 100%;
    background: transparent;
    color: #999;
    border: 1px solid #666;
    border-radius: 24px;
    padding-left: 16px;
    padding-right: 16px;
}
.innerresize-l ul textarea {
    height: 96px;
    padding-top: 16px;
    padding-bottom: 16px;
    resize: vertical;
}
.contact-btns {
    max-width: 180px;
    margin: 0 auto;
    position: relative;
}
.innerresize-box button {
    margin-top: 48px;
}
.tips-des {
    font-weight: 400;
    display: block;
    color: #666;
    font-size: 14px;
}
.innerresize-l ul li {
    margin-bottom: 16px;
}
@media (max-width: 1023px) {
    .title-box {
        margin-top: 48px;
        margin-bottom: 48px;
    }
    .inner-title {
        font-size: 36px;
    }

}
@media (max-width: 767px) {
    .inner-title {
        font-size: 26px;
    }
    .title-box {
        margin-top: 32px;
        margin-bottom: 32px;
    }
    .innerresize-box button {
        max-width: 120px;
        height: 40px;
        line-height: 40px;
        margin-top: 32px;
    }
}