﻿.sam-leave-mesage {
    position: fixed;
    bottom: 0;
    right: 0.2rem;
    z-index: 1001;
}

.sam-leave-mesage .fixed-content {
    width: 1.6rem;
    height: 0.41rem;
    display: flex;
    font-family: 'Anton';
    font-style: normal;
    font-weight: 400;
    font-size: 0.15rem;
    background-color: #2C63A0;
    color: #fff;
    background: #2C63A0;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.28);
    border-radius: 0.06rem;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.35rem;
    cursor: pointer;
}

.sam-leave-mesage .fixed-content img {
    width: 0.4rem;
    height: 0.25rem;
}


.sam-leave-mesage .pop-content {
    width: 3.6rem;
    border-radius: 6px 6px 0px 0px;
    position: absolute;
    bottom: 0.4rem;
    right: 0;
    display: none;
}

.sam-leave-mesage .pop-content .title {
    display: flex;
    justify-content: space-between;
    padding: 0.12rem 0.2rem;
    font-size: 0.16rem;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    color: #FFFFFF;
    background: #2C63A0;
    border-radius: 6px 6px 0px 0px;
}

.sam-leave-mesage .pop-content .title .close-icon {
    width: 0.16rem;
    height: 0.16rem;
    cursor: pointer;
}

.sam-leave-mesage .pop-content .title .close-icon img {
    width: 100%;
    height: 100%;
}

.sam-leave-mesage .pop-content .contact-info {
    background: #4C4C4C;
    border-radius: 6px;
}

.pop-content {
    background-color: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.pop-inquiry {
    padding-bottom: 0.3rem;
}

.pop-inquiry .contact-info {
    margin: 0.14rem 0.2rem;
    padding: 0.1rem 0;
}

.pop-inquiry .contact-info .phone-number {
    display: flex;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    justify-content: center;
    align-items: center;
    gap: 0.1rem;
}

.pop-inquiry .contact-info .email {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.1rem;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 0.16rem;
    line-height: 0.30rem;
    color: #FFFFFF;

}

.pop-inquiry .contact-info .logo {
    display: flex;
    justify-content: center;
}

.pop-inquiry .contact-info .logo img {
    width: 1.5rem;
    height: 0.3rem;
}

.pop-inquiry-form {
    margin: 0 0.2rem;
}

.pop-inquiry-form .form-item {
    display: flex;
    flex-direction: column;
}

.pop-inquiry-form .form-item.special-item {
    flex-direction: row;
    gap: 0.1rem;
    margin-bottom: 0.3rem;
    align-items: center;
}

.pop-inquiry-form .form-item-label {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 0.18rem;
    line-height: 0.20rem;
}

.pop-inquiry-form .form-item .input {
    border-bottom: 1px solid #868686;
    margin-bottom: 0.35rem;
    outline: none;
    height: 0.4rem;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 0.18rem;
}

.pop-inquiry-form .form-item textarea {
    border: 1px solid #000000;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 0.18rem;
    margin-top: 0.2rem;
    height: 0.5rem;
}

.pop-inquiry-form .submit-btn {
    display: flex;
    width: 1.87rem;
    height: 0.34rem;
    background: #2C63A0;
    border-radius: 10px;
    color: #fff;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 0.16rem;
    justify-content: center;
    align-items: center;
    margin: 0.3rem auto 0;
}

.sam-call-me {
    color: #B1B1B1;
    font-size: 0.18rem;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: 0.20rem;
}


/* 移动端样式 */
@media screen and (max-width: 1025px) {
    .sam-leave-mesage .pop-content {
        box-sizing: border-box;
        width: calc(100% - 0.34rem);
        position: fixed;
        left: 50%;
        transform: translateX(-50%);
        height: 90vh;
    }

    .sam-leave-mesage .pop-content .title {
        padding: 0.28rem;
        font-size: 0.24rem;
    }

    .pop-inquiry .contact-info {
        padding: 0.3rem;
    }

    .sam-leave-mesage .fixed-content {
        width: 2.3rem;
        height: 0.6rem;
    }

    .pop-inquiry-form .form-item-label {
        margin-top: 0.4rem;
        font-size: 0.34rem;
        height: 0.7rem;
    }

    .pop-inquiry-form .form-item textarea {
        height: 1rem;
    }

    .pop-inquiry .contact-info .logo img {
        width: 5rem;
        height: 0.9rem;
    }

    .pop-inquiry .contact-info .email {
        margin: 0.3rem 0;
    }

    .pop-inquiry {
        height: 90%;
        overflow-y: scroll;
    }

    .pop-inquiry-form .form-item .input {
        font-size: 0.32rem;
    }
    .sam-call-me {
        font-size: 0.24rem;
    }
    .sam-leave-mesage .pop-content .title .close-icon {
        width: 0.2rem;
        height: 0.2rem;
    }
    .pop-inquiry-form .submit-btn {
        width: 2.29rem;
        height: 0.65rem;
    }

}
