/* 弹窗样式 */


/* 免费试用弹窗 */
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 750px;

    }

    .modal-dialog2 {
        max-width: 1200px;
    }

    .modal-dialog_consult {
        max-width: 930px;
    }
}

.modal {
    z-index: 9999 !important;
}

.modal_title {
    color: #000;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 40px;
}

.modal_title2 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #9393A4;
    font-family: "";
    text-align: center;
    margin-bottom: 20px;
}

.modal-body {
    padding: 55px 95px !important;

}

.modal-content {
    border-radius: 20px !important;
}

.modal-close {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 23px;
    height: 23px;
    cursor: pointer;
}

.form-label {
    font-family: "";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.form-control {
    font-family: "";
    padding: 10px;
    border-radius: 0;
}

.form-control:focus {
    border: 1px solid #197FFD !important;
}

.radio_btn {
    /* width: 200px; */
    /* height: 60px; */
    text-align: center;
    /* line-height: 60px; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #2A344B;
    font-family: "";
    padding: 10px 60px;
    border: 1px solid #D9D9D9;
    cursor: pointer;
}

.radio_btn:hover {
    background-color: #197FFD;
    color: #fff;
}

.active_radio_btn {
    background-color: #197FFD;
    color: #fff;
}

.form_btn {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    background: #197FFD;
    text-align: center;
    color: #FFF;
    font-family: "";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
    margin-bottom: 18px;
}

.form_explain {
    color: #000;
    text-align: center;
    font-family: "";
    font-size: 16px;
    font-style: normal;
    font-weight: 400
}

.modal-body p {
    color: #565656;
    font-family: "";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin: 12px 0;
}

.line {
    width: 100%;
    border-bottom: 1px solid #D9D9D9;
    margin: 15px 0;
}

.modal-title-small {
    font-size: 20px;
    margin-bottom: 20px
}

/* 定制咨询 */
.consult_left {
    width: 390px;
    height: 580px;
    background: linear-gradient(0deg, #FFF 0%, #ECF0FB 100%);
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.consult_left img {
    width: 180px;
    height: 180px;
}

.consult_left p {
    color: #9393A4;
    text-align: center;
    font-family: "";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.consult_right {
    flex: 1;
    padding-left: 50px;
}

.consult_right>.form-label {
    text-align: start !important;
}