@import url('variable.css');
@import "~bootstrap/scss/bootstrap";

html {
    margin: 0;
    padding: 0;
    /* font-size: var(--main_body_size); */
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* font-size: 100px !important; */
}

body {
    height: 100%;
    /* background-color: var(--main_body_color);
    background-image: var(--main_body_img); */
    background-blend-mode: soft-light, screen;
    /* overflow: hidden; */
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
    background: rgb(245, 245, 245);
    fill: rgb(245, 245, 245);
}

/* 背景 */
/* .background-box {
    width: 100%;
    height: 5rem;
    background-image: url(../assets/images/sjkth_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
} */

/* 内容 */
/* .container {
    width: 85%;
    height: 100%;
    z-index: 99;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */

/* Pc导航 */
.navx {
    /* background: var(--nav_img);
    z-index: 9999 !important;
    box-sizing: border-box;
    height: 1.3rem;
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 1s; */
    position: fixed;
    z-index: 50;
}

.navx-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.2rem 0 0.2rem 0;
}

.navx-search-content {
    font-size: 0.16rem;
    margin: 0.3rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.2rem 0.2rem 0 0.2rem;
}

.navx-search_input {
    width: 2.6rem;
    height: 0.36rem;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    border-radius: 20px 0px 0px 20px;
    transition: unset;
    color: #ffffff;
    text-indent: 1em;
    font-size: 0.14rem;
}

.navx-search_input::placeholder {
    color: #ffffff;
    font-size: 0.16rem;
}

.navx-search_input:focus {
    outline: none;
    border: none;
}

.navx-search_btn_box{
    width: 0.36rem;
    height: 0.36rem;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    border-radius: 0px 20px 20px 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.navx-search_btn {
    border: none;
    width: 0.36rem;
    height: 0.36rem;
    background-color: #ffffff;
    border-radius: 50%;
    transition: unset;
    position: relative;
}

.search_icon {
    width: 0.2rem;
    height: 0.2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


bi-search {
    color: #ffffff;
}

.navx-logo-img {
    width: 8rem;
    vertical-align: baseline;
}

.navx-tag {
    flex: 1;
    /* height: 100%; */
    position: relative;
}

.navx-tag-top {
    height: 0.4rem;
}

.navx-tag-top_img {
    display: flex;
    margin-top: 0.15rem;
    margin-right: 0.35rem;
    float: right;
}

.navx-tag-top_img>img {
    width: 0.4rem;
    height: 0.25rem;
    margin: 0 0.05rem;
}

.navx-tag-top_img_search {
    width: 0.24rem !important;
}

.navx-tag-ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.5rem;
}

.navx-tag-li {
    text-decoration: none;
    color: var(--nav_color);
    font-size: 0.18rem;
    cursor: pointer;
    position: relative;
    bottom: 10px;
    padding: 0.1rem 0;
    margin-right: 0.1rem;
    font-family: "Microsoft YaHei", 微软雅黑;
    font-weight: bold;
}

/* .navx-tag-li::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0.02rem;
    background-color: #fff;
    bottom: 0;
    left: 10px;
    transition: all 2s;
    visibility: hidden;
} */

/* .navx-tag-li:hover::after {
    width: 100%;
    transition: all 1s;
    visibility: visible;
    z-index: 99999;
} */

.navx-tag-li:hover>.navx-tag-li-content {
    transition: all s;
    display: block;
}

.navx-tag-li-content {
    z-index: 9999;
    position: fixed;
    display: none;
    transition: all 2s;
    padding: 0.02rem 0 0 0;
    background-color: rgba(186, 42, 23, 0.8);
    min-width: 2rem;
}
.navx-tag-li>a {
    text-decoration: none;
    color: #fff;
}
.navx-tag-li-content>a {
    width: 100%;
    display: block;
    padding: 0.1rem;
    color: black;
    text-decoration: none;
    font-size: 0.16rem;
    padding: 0.1rem 0.2rem;
    color: #fff;
}

.navx-tag-li-content>a:hover {
    background-color: #ffffff;
    color: var(--news_title_hover_color);
    transition: all 1s;
}

/* 轮播 */
.carousel-inner {
    width: 100% !important;
    height: 100% !important;
}

.carousel-item {
    width: 100% !important;
    height: 100% !important;
}

.carousel-item>img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.carousel-indicators_slide {
    list-style: none;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    left: auto;
}

.carousel-indicators [data-bs-target] {
    width: 0.31rem !important;
    height: 0.03rem !important;
    margin-right: 0.03rem !important;
    margin-left: 0.03rem !important;
}

/* 底部 */
.footer {
    height: 2.27rem;
    background-image: url('../assets/images/footbg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.footer-container {
    width: 75%;
    padding: 0.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.footer-container-left-text {
    font-size: 0.14rem;
    font-family: "Helvetica Neue", "Microsoft yahei", Helvetica, Arial, sans-serif;
    color: rgb(255, 255, 255);
    margin: 0.1rem 0;
}

.qrcode-image {
    width: 0.73rem;
    height: 0.73rem;
}

.footer-container-l {
    width: 3rem;
}

.footer-container-r {
    flex: 1;
    font-size: 0.16rem;
    margin-left: 0.4rem;
    padding-left: 0.8rem;
    color: rgb(195, 194, 194);
    border-left: 1px solid rgb(195, 194, 194);
}

.footer-container-r div {
    padding: 0.05rem 0;
}

.footer-container-r>div>img {
    width: 24px;
}

.swiper {
    width: 100%;
}

.swiper-slide {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-pagination {
    bottom: 0px !important;
    position: initial;
    height: 0.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 除首页外，列表， 详情， 等等 天幕 */
.to_path {
    font-size: 0.16rem;
}

.to_path>a {
    color: #A7A7A7;
    text-decoration: none;
    font-size: 0.14rem;
}

.to_path>span {
    font-size: 0.18rem;
}

.to_path>i {
    font-size: 0.14rem;
}

.to_path_active {
    font-weight: 500;
}

.news-list-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-list-top-title {
    font-size: 0.14rem;
    font-family: 微软雅黑;
    text-align: left;
    color: #6C6C6C;
}

.breadcrumb {
    margin: 0;
}

/* 移动导航弹出框 */
.move_modal {
    width: 100%;
    background: rgb(186, 42, 23);
    fill: rgb(186, 42, 23);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    font-size: 0.16rem;
    color: #ffffff;
    display: none;
    overflow-y: auto;
}

.move_modal_title>div:first-child {
    margin-right: 0.1rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.move_modal_container {
    padding: 0.2rem;
}

.move_modal_container_li {
    font-size: 0.2rem;
    display: block;
    margin-top: 0.1rem;
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
    padding: 0.15rem 0;
    cursor: pointer;
    border-bottom: 1px solid #AEAEAE;
}

.move_modal_container_li:hover {
    /* font-size: 0.20rem; */
}

.move_modal_container_li_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.move_modal_container_li_flex>a {
    color: #ffffff;
    text-decoration: none;
}
.move_modal_container_li_down {
    display: none;
}

.move_modal_container_li_down>a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    margin: 0.2rem;
}

.move_modal_container_li_down>a:hover {
    color: cadetblue;
    transition: all 0.5s;
}

.move_modal_container_li_img {
    width: 0.3rem;
    height: 0.3rem;
}
.move_modal_container_li-icon_up{
    display: none;
}
@media (min-width: 768px) and (max-width: 920px) {
    .movenavx{
        height: 4rem !important;
    }
    .movenavx-logo{
        background-size: 80% !important;
    } 
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .navx-logo-img {
        width: 6rem !important;
    } 

}
@media (min-width: 1199.98px) and (max-width: 1520px) {
    .navx-logo-img {
        width: 7rem !important;
    } 

}