.wpforms-confirmation-container-full,
div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: #e0ffc7;
    border: 1px solid #b4d39b;
    color: #333;
    margin: 0 auto 24px;
    padding: 15px 15px;
}

.wpforms-confirmation-container-full p {
    margin-bottom: 1.5em;
    font-size: 16px;
}

/* 保函计算器 */
.sec-quote {
    margin-top: -80px;
    height: 650px;
    background-color: rgba(0, 0, 0, 0.5);
    background: url('/img/banner.jpg') no-repeat center top;
    background-size: 100% 100%;
}

.sec-quote .bg-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.quote-form {
    width: 560px;
    height: auto;
    overflow: hidden;
    padding: 2% 0 2%;
    background-color: none;
    color: #4b4b4b;
    margin: 0;
    margin-right: 60px;
    /* position: absolute; */
    /* top: 80px; */
}

.quote-form input[type=text]::placeholder {
    color: #9a9898;
}

.quote-form .quote-header {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 3%;
    display: flex;
    font-family: Lantinghei SC, PingFang SC, Hiragino Sans GB, Microsoft Yahei, "Helvetica Neue", sans-serif;
    letter-spacing: 1px;
    border-bottom: 1px solid #ccc;
}

.quote-form .quote-header .quote-icon {
    max-width: 50px;
    margin-right: 12px;
}

.quote-form .quote-header .quote-title h4 {
    margin: 0;
    padding-top: 2px;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.4;
}

.quote-form .quote-header .quote-title p {
    font-size: 12px;
    line-height: 1.4;
    color: #4a4a4a;
    margin: 0;
}

.quote-form .wpforms-container-full.form-home .wpforms-form * {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: Lantinghei SC, PingFang SC, Hiragino Sans GB, Microsoft Yahei, "Helvetica Neue", sans-serif;
}

.quote-form .form-home .wpforms-field-html p.tip {
    font-size: 13px;
    color: #ff4157;
}

.quote-form .form-home .wpforms-field-html p.tip img {
    max-width: 12px;
    margin-left: 2px;
    margin-right: 4px;
}

div.wpforms-container-full .wpforms-form input[type=submit]:hover,
div.wpforms-container-full .wpforms-form input[type=submit]:focus,
div.wpforms-container-full .wpforms-form input[type=submit]:active,
div.wpforms-container-full .wpforms-form button[type=submit]:hover,
div.wpforms-container-full .wpforms-form button[type=submit]:focus,
div.wpforms-container-full .wpforms-form button[type=submit]:active {
    background-color: #ff1d37 !important;
}

.quote-form .form-home .wpforms-submit-container .quote-submit {
    width: 100%;
    font-size: 16px !important;
    font-weight: 600;
    background-color: #ff4157;
    color: #fff;
    padding-top: 16px;
    padding-bottom: 16px;
    border: 1px solid #ff1d37;
}

.quote-form .wpforms-container .wpforms-form .choices__inner,
.quote-form .wpforms-container-full .wpforms-form input[type=number],
.quote-form .wpforms-container-full .wpforms-form input[type=tel] {
    background-color: #f5f5f5;
    border-radius: 0;
}

.quote-form .wpforms-container-full .wpforms-form input[type=checkbox] {
    vertical-align: middle;
}

.quote-form .wpforms-container-full .wpforms-form .wpforms-field-label-inline {
    line-height: inherit;
}

.quote-form .form-home .wpforms-container-full .wpforms-form label.wpforms-error {
    color: #ff4157;
    font-size: 12px;
}

a {
    color: inherit;
}

.btn {
    position: relative;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    background: #ff4157;
    text-transform: uppercase;
    border-radius: 0;
    display: inline-block;
    padding: 10px 20px;
    outline-style: none;
    min-width: 120px;
}

.btn:hover,
.btn:focus {
    background: #ff1d37;
    color: #ffffff;
}

.btn:focus {
    box-shadow: none;
    outline-style: none;
}

.justcenter {
    display: flex;
    justify-content: center;
}

.justbetween {
    display: flex;
    justify-content: space-between;
}

.flexdirection {
    display: flex;
    flex-direction: row;
}

.flexwrap {
    display: flex;
    flex-wrap: wrap;
}

.justcenter {
    display: flex;
    justify-content: center;
}

.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8 {
    padding-top: 40px;
    position: relative;
    z-index: 99;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5) !important;

}