:root {
    --field_title_box: 120px;
    /* 默认中文宽度 */
}

body {
    background-image: url(../../images/news/news_bg.png);
    background-position: top;
    background-repeat: no-repeat;
}

#footer {
    background-color: #fff;
}

ul {
    padding-left: 21px;
}

.title {
    font-size: 2rem;
    font-weight: bold;
}

a,
a:hover {
    color: unset;
    text-decoration: unset;
}

.active {
    color: #18AC99 !important;
}

/* breadcrumb */
.breadcrumbs_list {
    padding: 0.25rem 1.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.breadcrumbs_list li {
    display: inline;
    /* padding: 0 0.25rem; */
    margin: 0;
    /* font-size: 0.77em; */
    letter-spacing: .15rem;
}

.breadcrumbs_list li:before {
    color: rgba(0, 0, 0, 0.65);
    content: ">";
}

.breadcrumbs_list li a,
.breadcrumbs_list li span,
.breadcrumbs_list li:before {
    color: rgba(0, 0, 0, 0.65);
}

.breadcrumbs_list li:first-child:before {
    content: "";
}

.breadcrumbs_list li:last-child a {
    color: #d74000;
}

/* breadcrumb */

.title_list_style:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 4px;
    border-radius: 3px;
    bottom: -4px;
    left: 0;
}

.title_list_style.active:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 4px;
    background: #18AC99;
    border-radius: 3px;
    bottom: -4px;
    left: 0;
}

.title_list_style {
    position: relative;
    border-bottom: 4px #D9D9D9 solid;
    padding: 0px 1rem;
    color: #343434;
    font-size: 1.25rem;
    font-weight: 600;
}

.title_block {
    margin: 1rem 6px;
}

.form-group {
    margin-bottom: 0rem;
    border-radius: 3px;
    border: 1px solid #A2A2A2;
    padding: 0.45rem 1.4rem;
    /* min-width: 200px; */
    /* font-size: 15px; */
    padding-left: 10px;
}

.input-group-text {
    padding: 0.375rem 0.3rem 0.375rem 0.5rem;
    margin-bottom: 0;
    /* font-size: 1rem; */
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: unset;
    border: unset;
    border-radius: 0.25rem;
}

.input-group .field_title_box {
    width: var(--field_title_box);
}

input[name="title"] {
    width: 435px;
}

input[name="user_name"] {
    width: 170px;
}

.info_name {
    width: 100%;
    margin: 0px;
    text-align: right;
    font-weight: bold;
    pointer-events: none;
    display: block;
    background-color: unset;
    border: unset;
}

::placeholder {
    font-size: 0.8rem;
}

.tip_txt {
    color: #777777;
    /* font-size: 14px; */
    margin-left: 15px;
}

.btn_block {
    margin-top: 100px
}

#cancle:hover {
    color: #FFF !important;
    background-color: #F28705 !important;
    border: 1px solid #F28705 !important;
    padding: 0.25rem 0.75rem;
}

#send_mail_btn {
    color: white !important;
    background-color: #F28705 !important;
    border-color: #F28705 !important;
    padding: 0.25rem 0.75rem;
}

#cancle {
    background-color: #FFF !important;
    color: #F28705 !important;
    border: 1px solid #F28705 !important;
    padding: 0.25rem 0.75rem;
    margin-right: 1rem;
}

#title,
#content {
    padding: 9px;
    border-radius: 3px;
    border: 1px solid #A2A2A2;
}

#contact {
    font-family: 'Roboto Condensed', sans-serif;
    min-height: 80.5vh;
    padding: 20px 0;
    width: 90vw;
    /* min-height: 91vh; */
    margin: auto;
    background: #fff;
    /* padding: 2rem; */
}

#contact ul li {
    font-weight: bold;
    font-size: 1.2rem;
    margin: 10px 0;
}

#back {
    padding: 10px 20px;
}

.content_hint {
    padding: 0 10px;
    color: #777;
}

/* .send_email {
    padding: 20px;
} */

/* .send_email table {
    border: 1px solid #eee;
} */

.send_email thead {
    color: white;
    background-color: #1e70df;
    background-image: linear-gradient(-180deg, #1e70df 0%, #009DE7 100%);
    vertical-align: middle;
    border-color: inherit;
}

.send_email .select_file {
    border-radius: 5px;
    padding: 3px 10px;
    background: #04A2DB;
    border: 1px solid #04A2DB;
    color: white;
}

.send_email .file_name {
    margin-top: 10px;
    display: flex;
    gap: 0.2rem;
}

.send_email .file_name div {
    padding: 3px 5px;
    border: 1px solid #ddb989;
    border-radius: 5px;
    background: antiquewhite;
    color: brown;
}

.send_email .file_name i {
    margin-left: 5px;
    cursor: pointer;
}

/* .send_email #captchaImg {
    height: 3.5em;
} */

.send_email button.reset_btn {
    background: #858585;
    color: white;
}

.send_email button.send_btn {
    background: #04A2DB;
    color: white;
}

#upload_file_modal .modal-header {
    background-color: #319bc2;
    color: white;
    font-size: 1.25rem;
}

#upload_file_modal .modal-footer #submit_file {
    background: #319bc2;
    color: white;
}

#user_verify_modal .modal-body,
#confirm_modal .modal-body,
#finish_modal .modal-body {
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 30px;
}

#confirm_modal .modal-body span {
    color: #e87474;
    margin-right: 10px;
}

#finish_modal .modal-body span {
    color: #2fb762;
    margin-right: 10px;
}

button#finish_file {
    background: #319bc2;
    color: white;
}

/* ajax_loading */
#ajax_loading {
    position: fixed;
    top: 0;
    left: 0px;
    z-index: 10000;
    width: 100%;
    height: 100%;
    display: none;
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #5F9EA0 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

/* media */
@media (max-width: 1250px) {
    .input-group {
        align-items: center;
        flex-wrap: wrap;
    }

    .field_title_box {
        width: 45%;
    }

    .input-group input[type=text] {
        width: 291.19px;
    }

    .input-group input[type=email] {
        width: 291.19px;
    }

    .tip_txt {
        font-size: 0.875rem;
        text-align: left;
        margin-top: 10px;
        width: 90%;
        padding-left: 105px;
    }

    .input-group textarea {
        margin-right: 21px;
    }
}

@media (max-width: 1067px) {
    #title {
        width: auto;
        min-width: 70%;
    }

    #content {
        width: auto;
        min-width: 70%;
    }
}

@media (max-width: 992px) {
    #message_category {
        width: 291.19px;
    }

    .input-group textarea {
        margin-right: 21px;
    }

}

@media (max-width: 761px) {
    #title {
        width: 291.19px;
    }

    #content,
    #captcha_container {
        width: 291.19px;
    }

    .tip_txt {
        width: auto;
        text-align: left;
        max-width: 396.19px;
    }

}

@media (max-width: 550px) {
    #title {
        min-width: 50%;
    }

    #content,
    #captcha_container {
        min-width: 50%;
    }

    .btn_block {
        display: flex;
        justify-content: center;
    }

}

@media (max-width: 502px) {

    .field_title_box span {
        width: 80%;
        font-size: 1.125rem;
    }

    #title,
    #content,
    #captcha_container {
        margin-right: 10px;
    }

    .form-group {
        margin-right: 10px;
    }

}

@media (max-width: 490px) {

    .user_info_block .input-group,
    #captcha_container {
        justify-content: center;
    }

    .user_info_block .input-group span {
        justify-content: left;
    }

    .input-group .input-group-prepend span {
        text-align: center;
    }

    .input-group .input-group-prepend input {
        width: 219.19px;
    }

    .tip_txt {
        padding-left: 0px;
        margin-left: 0px;
        width: 80%;
        max-width: 300px;
        min-width: 291.19px;
    }
}