.quote-bg {
    z-index: 100;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    display: none;
}

.quote_aryy {
    z-index: 98;
    position: fixed;
    bottom: 120px;
    min-height: 96px;
    min-width: 100px;
}

.quote_img {
    padding-left: 16px;
    display: flex;
    align-items: center;
}

.quote_img img {
    transition: transform 100ms ease-in-out 0s;
}

.quote_img img:hover {
    transform: scale(1.1);
    transition: transform 100ms ease-in-out 0s;
    cursor: pointer;
}

.quote_p {
    background-color: #4C4C4C;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    border: 1px solid #4C4C4C;
    padding: 5px 7px;
    display: inline-block;
    margin-left: 5px;
    display: none;
    transition: transform 100ms ease-in-out 0s;
}

.quote_img:hover .quote_p {
    display: block;
    transition: transform 100ms ease-in-out 0s;
}

.quote_modal {
    position: fixed;
    top: 15%;
    right: 0;
    bottom: 0;
    left: 25%;
    z-index: 101;
    width: 50%;
    display: none;
}

.quote_form {
    padding: 40px 70px;
    background-color: #ffffff;
}

.quote_form input, .quote_form textarea, .quote_form .type-max {
    box-sizing: border-box;
}

.quote_form .questionType {
    position: relative;
}

.code {
    height: 35px;
    color: red;
    font-size: 14px;
}

.quote_form input, .quote_form .type-max {
    width: 100%;
    padding: 0 20px;
    display: block;
    border-radius: 4px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #ccc;
}

.quote_form .country-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.quote_form input::placeholder, .quote_form textarea::placeholder {
    color: #787878;
}

.quote_form .type-con {
    margin-bottom: 30px;
}

.quote_form .type-title {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    text-align: center;
}

.quote_form textarea {
    border: 1px solid #ccc;
    width: 100%;
    padding-top: 20px;
    padding-left: 20px;
    border-radius: 4px;
}

.quote_form .Send-Message {
    height: 48px;
    padding: 5px 20px;
    margin-top: 20px;
    color: #ffffff;
    background: #660099;
    border-radius: 3px 3px 3px 3px;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.quote_form-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.quote_form-flex label {
    width: 49%;
}

.quote_close {
    position: absolute;
    right: 25px;
    cursor: pointer;
    top: 25px;
    z-index: 8;
}

.result_msg {
    height: 22px;
}

/* 邮箱提示样式 */
.emailPosition {
    position: relative;
}

.emailSuggestions {
    position: absolute;
    z-index: 2;
    background: #ffffff;
    width: 100%;
    left: 0;
    top: 50px;
    height: 300px;
    overflow: auto;
    border: 1px solid #DDDDDD;
    display: none;
}

.emailSuggestions li {
    padding: 7px 10px;
}

.emailSuggestions li:hover {
    cursor: pointer;
    background-color: #660099;
    color: #ffffff;
}


.question-name {
    display: none;
    position: absolute;
    z-index: 1;
    background: #ffffff;
    width: 100%;
    left: 0;
    top: 49px;
    overflow: auto;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
}

.question-name p:hover {
    cursor: pointer;
    background: #F2F1F6;
}

.Typehint {
    color: #666666;
}

.question-name p {
    padding: 5px 0px 5px 20px;
}

@media screen and (max-width: 1300px) {
    .quote_modal {
        width: 60%;
        left: 20%;
    }
}

@media screen and (max-width: 1000px) {
    .quote_modal {
        width: 80%;
        left: 10%;
    }

    .quote_form {
        padding: 40px;;
    }
}

.place_text-max {
    position: relative;
}

.place_text {
    color: #787878;
    position: absolute;
    left: 20px;
    top: 15px;
}

.place_text span, .Typehint span {
    color: red;
}

.quote_box {
    text-align: center;
    padding: 40px 100px;
    background: #fff;
    display: none;
    position: fixed;
    top: 15%;
    z-index: 101;
    width: 500px;
    box-sizing: border-box;
    left: 50%;
    transform: translateX(-50%);
}

.box_title {
    font-weight: bold;
    font-size: 24px;
    color: #660099;
}

.box_con2 {
    margin-top: 50px;
}

.box_p1 {
    font-size: 16px;
    color: #333333;
}

.box_p2 {
    font-size: 14px;
    color: #333333;
}

.whatsapp-button {
    position: relative;
    margin: 30px auto 25px auto;
    display: inline-block;
}

.box_a1 {
    position: absolute;
    top: -13px;
    left: -13px;
}

.whatsapp-text-box {
    border-radius: 60px 60px 60px 60px;
    background: #660099;
    display: inline-block;
    padding: 2px 30px 2px 68px;
    text-align: left;
}

.whatsapp-text {
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
}

.box_a2 {
    font-size: 14px;
    color: #1EF513;
}

.box_btn {
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #660099;
    font-size: 16px;
    color: #660099;
    padding: 10px 50px;
    margin-top: 30px;
    display: inline-block;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .quote_modal {
        width: 96%;
        left: 2%;
        height: 80vh;
        min-height: 70vh;
        max-height: 90vh;
        top: 50%;
        overflow-y: scroll;
        transform: translateY(-50%);
    }

    .quote_form {
        padding: 50px 12px 20px 12px;
    }

    .quote_form .type-con {
        margin-bottom: 20px;
    }

    .code {
        height: 20px;
    }

    .quote_form .type-title {
        font-size: 20px;
    }

    .quote_box {
        padding: 50px 20px 20px 20px;
    }

    .place_text {
        left: 12px;
    }

    .quote_form input, .quote_form .type-max {
        padding: 0 12px;
    }

    .quote_form textarea {
        padding-left: 12px;
        padding-top: 12px;
    }
}

@media screen and (max-width: 574px) {
    .quote_box {
        width: 96%;
        left: 2%;
        transform: translateX(0);
    }
}