input[type=email], input[type=tel], input[type=text]{
    outline: none; /* 去除默认的蓝色轮廓 */
    border: none; /* 去除边框 */
}

.section-container {
    padding-top: 168px
}

@media only screen and (max-width:750px) {
    .section-container {
        padding-top: 102px
    }
}

section.get-quote-form-section .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row
}

@media only screen and (max-width:750px) {
    section.get-quote-form-section .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap
    }
}

section.get-quote-form-section .cover-image-wrapper {
    position: relative;
    left: -20px;
    margin: 0 !important;
    width: 100%;
    max-width: 780px;
    flex: 1;

}

@media only screen and (max-width:750px) {
    section.get-quote-form-section .cover-image-wrapper {
        left: -15px;
        width: 100%
    }
}

section.get-quote-form-section .cover-image-wrapper img {
    width: 100%;
    border-top-right-radius: 10px
}
section.get-quote-form-section .cover-image-wrapper .erweima {
    width: 150px;
    background-color: #fff;
    padding: 10px;
    position: absolute;
    right: 12%;
    bottom: 15%;
    z-index: 2;
}



@media only screen and (max-width:750px) {
    section.get-quote-form-section .cover-image-wrapper img {
        /* width: calc(100% + 30px); */
        border-radius: 0
    }
    section.get-quote-form-section .cover-image-wrapper .erweima{       
        display: none;
    }
}

section.get-quote-form-section .message-loading {
    display: none;
    width: 50px
}

section.get-quote-form-section .message-container {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 45px 100px;
    width: 100%
}

section.get-quote-form-section .message-container .message {
    display: none;
    margin-bottom: 25px;
    width: 100%;
    max-width: 600px;
    font-size: 25px;
    letter-spacing: 0;
    line-height: 1;
    color: #a56f13
}

section.get-quote-form-section .message-container .message>div {
    margin-bottom: 10px
}

section.get-quote-form-section .message-container .message div:first-child {
    margin-bottom: 15px;
    font-size: 30px;
    letter-spacing: -.2px
}

@media only screen and (max-width:750px) {
    section.get-quote-form-section .message-container .message div:first-child {
        font-size: 24px
    }
}

@media only screen and (max-width:750px) {
    section.get-quote-form-section .message-container .message {
        font-size: 20px
    }
}

section.get-quote-form-section .message-container .btn-style-1 {
    width: 225px;
    height: 65px;
    font-size: 18px
}

@media only screen and (max-width:750px) {
    section.get-quote-form-section .message-container .btn-style-1 {
        width: 120px;
        height: 42px;
        font-size: 16px
    }
}

section.get-quote-form-section .form-wrapper {
    margin-right: 165px;
    margin-left: 40px;
    padding-top: 45px;
    width: 100%;
    /* max-width: 835px; */
    /* font-size: 14px; */
}

@media screen and (max-width:1580px) {
    section.get-quote-form-section .form-wrapper {
        margin-right: 40px;
    }
}

@media only screen and (max-width:1280px) {
    section.get-quote-form-section .form-wrapper {
        margin-right: 0;
        margin-top: 7vw;
    }
    section.get-quote-form-section .form-wrapper{
        margin-left:0;
    }
    section.get-quote-form-section .cover-image-wrapper{
        display: none;
    }
    #c_static_001_P_21221-1684921820719 .e_image-10{
        display: none;
    }
}

@media only screen and (max-width:750px) {
    section.get-quote-form-section .form-wrapper {
        margin-left: 0;
        padding-top: 18px;
        font-size: 12px
    }
}

section.get-quote-form-section .form-wrapper h1 {
    margin-bottom: 30px;
    letter-spacing: .6px;
    font-size: 36px;
    color: #a56f13;
    display: flex;
    align-items: end;
    justify-content: space-between;
}

section.get-quote-form-section .form-wrapper h1 .fr{
    font-size: 14px;
    color: #a56f13;
}

@media only screen and (max-width:750px) {
    section.get-quote-form-section .form-wrapper h1 {
        font-size: 20px;
        font-weight: 600;
    }
}

section.get-quote-form-section .form-wrapper h1.en {
    letter-spacing: -.1px;
    font-size: 30px;
    text-transform: inherit
}

@media only screen and (max-width:750px) {
    section.get-quote-form-section .form-wrapper h1.en {
        font-size: 21px
    }
}

section.get-quote-form-section .form-wrapper form {
    margin-top: 20px
}


section.get-quote-form-section .form-wrapper form .staylonger__wechat{
    display: none;
    text-align: center;
    margin-bottom: 5vw;
}
section.get-quote-form-section .form-wrapper form .staylonger__wechat div{
    display: none;
}
section.get-quote-form-section .form-wrapper form .staylonger__wechat img{
    display: block;
    width: 40vw;
    margin: auto;
    border: solid 10px #fff;
}

@media only screen and (max-width:750px) {
    section.get-quote-form-section .form-wrapper form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column
    }

    section.get-quote-form-section .form-wrapper form .staylonger__wechat{
        display: block;
    }
    
}

section.get-quote-form-section .form-wrapper .form-group-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100% !important;
}

@media only screen and (max-width:1280px) {
    section.get-quote-form-section .form-wrapper .form-group-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        width: 100% !important;

    }
}

section.get-quote-form-section .form-wrapper .form-group-wrapper .form-group {
    width: 48%
}

@media only screen and (max-width:1280px) {
    section.get-quote-form-section .form-wrapper .form-group-wrapper .form-group {
        width: 100%
    }
}

section.get-quote-form-section .form-wrapper .form-group {
    width: 100%;
    max-width: 100%
}

@media only screen and (max-width:1280px) {
    section.get-quote-form-section .form-wrapper .form-group {
        margin-top: 0
    }
}

section.get-quote-form-section .form-wrapper .gp {
    position: relative;
    margin-top: 45px
}

@media only screen and (max-width:1280px) {
    section.get-quote-form-section .form-wrapper .gp {
        margin-top: 14px
    }
}

section.get-quote-form-section .form-wrapper .input-container,
section.get-quote-form-section .form-wrapper input,
section.get-quote-form-section .form-wrapper select {
    height: 40px;
    background-color: #f2eee8;
}

@media only screen and (max-width:1280px) {

    section.get-quote-form-section .form-wrapper .input-container,
    section.get-quote-form-section .form-wrapper input,
    section.get-quote-form-section .form-wrapper select {
        height: auto;
        /* min-height: 20px; */
    }
}

section.get-quote-form-section .form-wrapper select[name=country_code] {
    opacity: 0;
    z-index: 1
}

section.get-quote-form-section .form-wrapper .display-country-code {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: url(../images/common/arrow_lang.svg) no-repeat right;
    border: 0;
    outline: 0;
    border-bottom: 1px solid #b8b5b0
}

section.get-quote-form-section .form-wrapper textarea {
    background: 0 0
}

section.get-quote-form-section .form-wrapper .form-group-2 {
    margin-bottom: 30px
}

section.get-quote-form-section .form-wrapper .form-group-3 {
    /* margin-bottom: 120px */
} 

section.get-quote-form-section .form-wrapper .error-message {
    position: absolute;
    bottom: -30px
}

@media only screen and (max-width:1280px) {
    section.get-quote-form-section .form-wrapper .error-message {
        position: relative;
        bottom: 0
    }
}

section.get-quote-form-section .gp-date {
    position: relative
}

section.get-quote-form-section .gp_checkbox.remarks {
    margin-top: 12px;
    max-width: 100%
}

section.get-quote-form-section .gp_checkbox.remarks label {
    font-size: 14px
}

@media only screen and (max-width:750px) {
    section.get-quote-form-section .gp_checkbox.remarks label {
        padding-left: 35px;
        font-size: 12px
    }
}

section.get-quote-form-section .gp_checkbox.remarks label .agreement-text>div {
    margin-bottom: 8px
}

section.get-quote-form-section .gp_checkbox.remarks label .agreement-text>div:not(.en) {
    letter-spacing: .8px
}

section.get-quote-form-section .loading {
    display: none;
    height: 50px
}

section.get-quote-form-section .btn-submit {
    width: 238px;
    height: 62px;
    font-size: 18px
}

@media only screen and (max-width:750px) {
    section.get-quote-form-section .btn-submit {
        margin: 0 auto 45px;
        width: calc(100% - 40px);
        height: 50px;
        font-size: 14px
    }
}