@import url('variable.css');
@import "~bootstrap/scss/bootstrap";

html {
    margin: 0;
    padding: 0;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    height: 100%;
    background-blend-mode: soft-light, screen;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
    background: var(--main_body_color);
    fill: var(--main_body_color);
}

/* Pc导航 */
.navx-box{
    width: 100%;
    height: 2.18rem;
    background-color: #ffffff;
    box-sizing: border-box;
}
.navx-content-box{
    background: var(--nav_background_color);
    height: 1.6rem;
}

.navx-content {
    width: var(--container_width);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.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: var(--nav_search_color);
    border: none;
    border-radius: 20px 0 0 20px;
    transition: unset;
    color: #ffffff;
    text-indent: 1em;
    font-size: 0.14rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.navx-search_input::placeholder {
    color: #E4DDDD;
    font-size: 0.16rem;
}

.navx-search_input:focus {
    outline: none;
    border: none;
}
.navx-search_btn_box{
    width: 0.36rem;
    height: 0.36rem;
    background-color: var(--nav_search_color);
    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%);
}

.switch-box{
    text-decoration: none;
    color: rgba(255, 255, 255, 0.9);
    margin-left: 0.4rem;
}

.bi-globe{
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.2rem;
}

.switch-text{
    color: rgba(255, 255, 255, 0.9);
}

.switch-box:hover .bi-globe-hover, .switch-box:hover .switch-text{
    color: #ffffff;
    cursor: pointer;
}

.navx-logo-img {
    width: 4.5rem;
    height: 0.67rem;
    vertical-align: baseline;
}

.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-line{
    width: 100%;
    height: 0.06rem;
    background-color: #FEBA00;
}

.navx-tag-ul {
    width: var(--container_width);
    height: calc(2.18rem - 1.6rem - 0.06rem);
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.navx-tag-li {
    font-size: 0.18rem;
    position: relative;
}
.navx-tag-li a{
    text-decoration: none;
    color: var(--nav_color);
    cursor: pointer;
    font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.navx-tag-li:hover>.navx-tag-li-content {
    transition: all 0.2s;
    display: block;
}

.navx-tag-li-content {
    z-index: 9999;
    position: absolute;
    display: none;
    transition: all 2s;
    padding: 0.02rem 0 0 0;
    background-color: rgba(2 ,80, 155, 0.8);
    min-width: 2rem;
}

.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;
    font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.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: 6.5rem !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;
}
.carousel-indicators{
    margin-bottom: 0 !important;
}

/* 底部 */
.footer {
    background-image: url('../assets/images/footer-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-container {
    width: var(--container_width);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
}

.footer-container-item{
    text-align: center;
}

.footer-container-item-text {
    font-size: 0.14rem;
    font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: rgba(245, 245, 223, 0.6);
    line-height: 0.3rem;
}

.footer-container-item-line{
    width: 1px;
    height: 0.3rem;
    background-color: #AEAEAE;
}

.footer-container-item-line2{
    height: 0.6rem;
}

.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: var(--main_header_color);
    fill: var(--main_header_color);
    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_down {
    display: none;
}

.move_modal_container_li_down>a {
    font-size: 0.16rem;
    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_flex>a{
    text-decoration: none;
    color: #ffffff;
}

.move_modal_container_li_img {
    width: 0.3rem;
    height: 0.3rem;
}
.move_modal_container_li-icon_up{
    display: none;
}

.navx-search_input_phone{
    width: 100%;
}

.breadcrumb {
    font-size: 0.16rem;
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 20px 0 10px 0;
    color: var(--news_border_color);
    margin-bottom: 0;
    font-family: "Microsoft YaHei", 微软雅黑;
}
.breadcrumb_content {
    width: auto;
}
.breadcrumb_content > span {
    font-weight: 600;
    font-size: 0.18rem;
    margin-right: 10px;
}
.breadcrumb_content > i {
    margin-top: 10px
}
.breadcrumb_content > a {
    text-decoration: none;
    color: var(--news_border_color);
}

