/* 弹窗样式 */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1420px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    padding: 0;
    z-index: 3;
}

.modal-content .c-bottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    position: relative;
    padding: 0;
}

.modal-content .close {
    position: absolute;
    right: 20px;
    top: 18px;
    display: block;
    width: 24px;
    overflow: hidden;
    z-index: 3;
}

.modal-content .c-bottom .close img {
    float: left;
    width: 100%;
}

.modal-content .c-bottom .c-left2 {
    width: 50%;
    color: #fff;
    background: url(../images/icon/contact-bj.jpg) no-repeat left bottom / cover;
}

.modal-content .c-bottom .c-left2 .f-img {
    width: 100%;
    height: 100%;
}

.modal-content .c-bottom .c-left2 .f-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.modal-content .c-bottom .c-right2 {
    width: 50%;
    padding: 0 80px;
}

.modal-content .c-bottom .c-right2 .c-list li {
    position: relative;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 10px;
}

.modal-content .c-bottom .c-right2 .c-list li::before {
    content: "";
    position: absolute;
    bottom: -1px;
    border-top: 1px solid #333;
    width: 0;
    transition: all 0.5s;
}

.modal-content .c-bottom .c-right2 .c-list li .c-tips {
    height: 42px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    display: flex;
    align-items: center;
    color: #999;
}

.modal-content .c-bottom .c-right2 .c-list li .c-tips span:nth-child(1) {
    display: block;
    width: 20px;
    text-align: center;
    color: #ff0000;
}

.modal-content .c-bottom .c-right2 .c-list li input {
    position: relative;
    z-index: 5;
    width: 100%;
    height: 42px;
    line-height: 54px;
    border: 0;
    padding: 0 20px;
    font-size: 16px;
    color: #333;
    background: transparent;
}

.modal-content .c-bottom .c-right2 .c-list li .fz_select1 {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 10px
}

.modal-content .c-bottom .c-right2 .c-list li::before {
    content: "";
    position: absolute;
    bottom: -1px;
    border-top: 1px solid #333;
    width: 0;
    transition: all 0.5s;
}

.fz_select1 select {
    position: relative;
    z-index: 5;
    width: 100%;
    height: 54px;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    line-height: 54px;
    outline: none;
    border: 0;
    background: transparent url(../images/c-jt2.png) 96% center / 12px no-repeat;
    padding: 0 20px;
    font-size: 16px;
    color: #777;
}

.modal-content .c-bottom .c-right2 .c-list .f_yan {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-content .c-bottom .c-right2 .c-list .f_yan .f_int1 {
    position: relative;
    width: calc(100% - 186px);
}

.modal-content .c-bottom .c-right2 .c-list .f_yan .f_but {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.modal-content .c-bottom .c-right2 .c-list li:nth-last-child(2) {
    display: flex;
    align-items: flex-start;
    margin: 0;
    padding: 20px 0 40px;
    border: 0;
}

.modal-content .c-bottom .c-right2 .c-list li::before {
    content: "";
    position: absolute;
    bottom: -1px;
    border-top: 1px solid #333;
    width: 0;
    transition: all 0.5s;
}


.modal-content .c-bottom .c-right2 .c-list li:nth-last-child(2) input {
    margin-right: 10px;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #999;
    border-radius: 3px;
    background: transparent;
    padding: 0;
    box-sizing: border-box;
    cursor: pointer;
}

.modal-content .c-bottom .c-right2 .c-list li:nth-last-child(2) p a {
    color: #0059aa;
}

.modal-content .c-bottom .c-right2 .c-list li:nth-last-child(1) {
    margin: 0;
    border: 0;
}

.modal-content .c-bottom .c-right2 .c-list li::before {
    content: "";
    position: absolute;
    bottom: -1px;
    border-top: 1px solid #333;
    width: 0;
    transition: all 0.5s;
}

.modal-content .c-bottom .c-right2 .c-list li:nth-last-child(1) button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 152px;
    height: 50px;
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #333333;
    font-size: 16px;
    cursor: pointer;
    border-color: #0059aa;
    background-color: #0059aa;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .modal-content .c-left2 {
       display: none;
    }

    .modal-content .c-bottom .c-right2{
       width: 100%;
       padding: 2rem 1rem;
    }
}
