﻿@charset "UTF-8";
:root {
    --main-color: #950341;
    --main-color-pink: #ffdfde;
    --main-spacing-max:40px;
    --main-spacing:20px;
    --main-spacing-min:10px;
    --main-bg-white-20:rgba(255,255,255,0.2);
    --main-bg-white-40:rgba(255,255,255,0.4);
}

@media (min-width: 576px) {
    :root {
        --main-width: 540px;
    }
}

@media (min-width: 768px) {
    :root {
        --main-width:720px
    }
}

@media (min-width: 992px) {
    :root {
        --main-width:960px
    }
}

@media (min-width: 1200px) {
    :root {
        --main-width:1140px
    }
}

@media (min-width: 1400px) {
    :root {
        --main-width:1320px
    }
}

@media (min-width: 1480px) {
    :root {
        --main-width:1424px
    }
}

/* ==========================================================================
   网站顶部 S
========================================================================== */
#header{
    position: relative;
    z-index: 2;
    background-color: #950341;
}
.phone-header,
.pc-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.phone-header{
    height: 56px;
}
/* 手机版 logo */
.phone-logo{
    width: 140px;
    padding: 6px 0;
}
.phone-logo img{
    width: auto;
    height: 44px;
}

/* 顶部菜单 */
.top-links{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* 主导航 */
.nav-main-box{
    position: fixed;
    width: 60%;
    right: -60%;
    top: 55px;
    -webkit-transition:all 0.6s;
    -moz-transition:all 0.6s;
    -ms-transition:all  0.6s;
    -o-transition:all 0.6s;
    transition:all 0.6s;
}
.nav-main-box.show{
    right: 0;
}
.nav-main {
    background: #b8034e;
    max-height: calc(100vh - 56px);
    overflow-y: auto;
}
.nav-main #li-home {
    display: none;
}
.nav-main .li1 {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.nav-main .li1:last-of-type {
    border-bottom: none;
}
.nav-main .a1 {
    display: block;
    line-height: 30px;
    padding: 10px;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
}
.nav-main .dropdown1 {
    display: none;
    padding: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.nav-main .dropdown1 .pic {
    display: none;
}
.nav-main .dropdown1 .ul1 {
    display: flex;
    flex-wrap: wrap;
}
.nav-main .dropdown1 .li2 {
    min-width: 33.3333%;
}
.nav-main .dropdown1 .a2 {
    display: block;
    padding: 0.625rem 1.25rem;
    font-size: 14px;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.6);
}
.nav-main .hasUl1 .drop {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    text-align: center;
}
.nav-main .hasUl1 .drop::after,
.nav-main .hasUl1 .drop::before {
    position: absolute;
    content: "";
    display: block;
    right: 50%;
    top: 50%;
    margin-top: 0;
    height: 1px;
    width: 40%;
    background: #fff;
}
.nav-main .hasUl1 .drop::before {
    transform: rotate(90deg);
}
.nav-main .hasUl1 .show .drop::before {
    display: none;
}

.top-icon{
    margin-left: 10px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 1.25em;
    color: rgba(255, 255, 255, 0.7);
}
.top-icon a{
    color: rgba(255, 255, 255, 0.7);
}
.top-icon button:not(.collapsed){
    color: white;
}

/* 搜索弹框 */
#modal-search { background: rgba(0, 0, 0, .7); }
#modal-search .modal-backdrop{ display: none !important; }
#modal-search .modal-dialog{ max-width: none; justify-content: center; }
#modal-search .modal-content{ width: 85%; background: none; box-shadow: none; border: none; border-radius: 0; }
#modal-search .btn-close{ position: absolute; z-index: 1; left: 50%; top: 50%; margin: 5rem 0 0; transform: translateX(-50%); padding: 1.25rem; color: #fff; font-size: 3em; color: #fff; pointer-events: auto; text-align: center; line-height: 1; opacity: 1; font-weight: bold; box-shadow: none; background: none; border: none;}
#modal-search .btn-close .iconfont{
    transition: all ease .4s;
    display: inline-block;
}
#modal-search .btn-close .iconfont:hover{ transform: rotate(180deg); }
.s-form{ display: flex; }

/* 搜索站点选择 */
.s-form .select-box { display: none; }

/* 搜索输入框 */
.s-form .input-box{ position: relative; width: 1%; flex-grow: 1; background: #fff; border-radius: .3125rem 0 0 .3125rem; }
.s-form .input-box input{ position: relative; width: 100%; height: auto; vertical-align: top; padding: 1.1875rem 1.5em; line-height: 2; border: 0; outline: none; background: none; font-size: 1em; }
.s-form .input-box .dropdown-word { position: absolute; top: 100%; width: auto; left: 0; right: 0; background: #fff; max-height: 11.875rem; overflow-y: auto }
.s-form .input-box .dropdown-word li {text-align: left; padding: 0 0.625rem; font-size: 0.9375em; line-height: 2.5; cursor: pointer; }
.s-form .input-box .dropdown-word li:hover { background: #f5f5f5; color: #00aaff; }
.s-form .btn-box { background: var(--main-color); border-radius: 0 .3125rem .3125rem 0; }
.s-form .btn-box input{ height: auto;  line-height: 2; padding: 1.0875rem 1.5em; overflow: hidden; border: none; outline: none; color: #fff; background: none; font-size: 1.1em; text-align: center; font-weight: bold; }
.s-form .btn-box input:focus{ outline: none; box-shadow: none; }
.s-form .link-box{ text-align: right; font-size: 14px; }

@media (min-width: 992px) {
    #header{
        background: none;
    }
    
    /* logo */
    .pc-logo{
        position: relative;
        z-index: 1;
        margin-top: 13px;
        margin-bottom: 23px;
        overflow: hidden;
    }
    .pc-logo .logo-white{
        position: absolute;
        z-index: 1;
        left: 0;
        top: 100%;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }


    .top-links{
        line-height: 26px;
    }
    .top-links .split{
        margin: -2px 5px 0;
        font-size: 14px;
        color: #c2c2c2;
    }
    .top-links a .pic{
        display: none;
    }
    .top-links .userLogged{
        margin: 0;

    }
    .top-links .userLogged .notlogged a{
        display: none;
    }
    .top-links .userLogged .notlogged .split{
        display: none;
    }
    .top-links .userLogged .notlogged a.loginbutton{
        font-weight: bold;
        display: inline;
    }
    .top-links .userLogged a.loginbutton::before{
        margin-right: 4px;
        font-family: "iconfont";
        content: "\e655";
        font-weight: bold;
    }
    .top-links,
    .top-links .icon-search:before,
    .top-links .userLogged a.loginbutton::before{
        font-size: 14px;
    }
	.top-links .loggedin a.myCreation{
        display: none;
    }
    .top-links .loggedin span.split:nth-child(2){
        display: none;
    }
    .top-links .show-pic{
        position: relative;
    }
    .top-links .show-pic .pic{
        display: none;
        position: absolute;
        z-index: 4;
        left: 50%;
        top: 36px;
        width: 120px;
        height: 120px;
        padding: 10px;
        background-color: #fff;
        transform: translateX(-50%);
        box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
    }
    .top-links .show-pic .pic::after{
        content: "";
        position: absolute;
        z-index: 1;
        left: 50%;
        top: -16px;
        border-width: 8px;
        border-style: solid;
        transform: translateX(-50%);
        border-color: transparent transparent #ddd transparent;
    }
    .top-links .show-pic:hover .pic{
        display: block;
    }
    .top-links .show-pic .pic img{
        width: 100%;
        height: auto;
    }
    .top-links .show-pic canvas{
        width: 100%;
        height: auto;
    }

    /* 导航 */
    .pc-nav-main-box{
        width: 100%;
    }
    .pc-nav-main{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .pc-nav-main .li1{
        position: relative;
        z-index: 2;
        line-height: 26px;
        padding-bottom: 16px;
    }
    .pc-nav-main .a1{
        font-size: 20px;
        font-weight: bold;
    }
    .pc-nav-main .on1 .a1{
        color: var(--main-color);
    }
    .pc-nav-main .hasUl1::after,
    .pc-nav-main .hasUl1::before{
        content: "";
        position: absolute;
        z-index: 1;
        top: calc(100% - 2px);
        -webkit-transition:all .6s;
        -moz-transition:all .6s;
        -ms-transition:all  .6s;
        -o-transition:all .6s;
        transition:all .6s;
    }
    .pc-nav-main .hasUl1::before{
        width: 0;
        height: 2px;
        float: left;
        overflow: hidden;
        background-color: var(--main-color);
    }
    .pc-nav-main .hasUl1::after{
        width: 2px;
        height: 0;
        float: left;
        left: 50%;
        background-color: var(--main-color);
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
    .pc-nav-main .hasUl1:hover::after{
        height: 14px;
    }
    .pc-nav-main .hasUl1:hover::before{
        width: 100%;
    }
    
    .pc-nav-main .sub-nav{
        position: absolute;
        left: 0;
        top: 42px;
        width: 540px;
        padding-top: 14px;
        opacity: 0;
        /*初始时完全透明*/
        visibility: hidden;
        /*初始时隐藏*/
        transition: opacity 0.3s ease-in-out;
    }
    .pc-nav-main .li1:hover .sub-nav {
        opacity: 1;
        visibility: visible;
    }
    .pc-nav-main #li-zsjy .sub-nav,
    .pc-nav-main #li-gjjl .sub-nav,
    .pc-nav-main #li-rczp .sub-nav{
        left: auto;
        right: 0;
    }
    .pc-nav-main #li-zsjy .sub-nav{
        width: 600px;
    }
    .sub-nav-box{
        box-sizing: border-box;
        width: 100%;
        padding: 16px 20px;
        display: flex;
        align-items: center;
        background: #fff url(../img/sub-nav-bg.png) right center no-repeat;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
    }
    .sub-nav-box .pic{
        margin-right: 20px;
    }
    .sub-list{
        flex: 1;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .sub-list li{
        width: 33.3%;
        margin: 5px 0;
        white-space: nowrap;
        text-align: left;
    }
    .sub-list a{
        font-size: 18px;
        font-weight: normal;
        color: #999;
    }
    .sub-list a:hover{
        color: var(--main-color);
    }

    #li-szdw .sub-list li,
    #li-zsjy .sub-list li,
    #li-rczp .sub-list li{
        width: 50%;
    }


    /* 搜索 */
    #modal-search .modal-content{
        max-width: 600px;
    }
    

    #header.active{
        position: fixed;
        z-index: 3;
        left: 0;
        right: 0;
        top: 0;
        background: var(--main-color);
    }
    #header.active .container{
        display: flex;
        align-items: center;
    }
    #header.active .logo,
    #header.active .top-links{
        display: none;
    }
    #header.active .pc-logo{
        margin: 5px 0;
        width: 180px;
        height: 56px;
    }
    #header.active .logo-white{
        top: 0;
    }
    #header.active .logo-white img{
        width: 100%;
        height: auto;
    }

    #header.active .pc-nav-main-box{
        padding-left: 60px;
    }
    #header.active .pc-nav-main .li1{
        padding: 10px 0;
    }
    #header.active .pc-nav-main .a1{
        font-size: 16px;
        font-weight: normal;
        color: white;
    }
    #header.active .pc-nav-main .hasUl1::before,
    #header.active .pc-nav-main .hasUl1::after{
        background-color: #fff;
    }
}

@media (min-width: 1200px){
    .top-links .split{
        margin: -2px 15px 0;
    }
}
/* ==========================================================================
   页面-banner图
========================================================================== */
.page-banner{
    overflow: hidden;
}
.page-banner img{
    width: 100%;
    height: auto;
}

/* ==========================================================================
   列表页-框架
========================================================================== */
#content{
    display: flex;
    flex-direction: column;
    text-align: left;
}

#sideMenu{
    display: flex;
    width: 100%;
    flex-direction: column;
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    will-change: top, transform;
}
#sideMenu .hd{
    display: flex;
    padding: 10px 5px;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1.4;
    font-weight: bold;
    color: white;
    background-color: #950341;
}
#sideMenu .hd a{
    color:white
}   
#sideMenu .bd{
    padding: 10px 15px;
    border: 1px solid #d9d9d9;
    border-top: none;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}
.menuList{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.menuList .li1{
    min-width: calc(100% / 3);
}
.menuList .a1{
    display: block;
    padding: 5px;
    font-size: 14px;
    line-height: 1.3;
    box-sizing: border-box;
}
.menuList .li1.on .a1{
    font-weight: bold;
    color: var(--main-color);
}
.sub-menu-list{
    display: none;
}
@media (min-width: 992px) {
    #content{
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
        padding: 20px 0;
    }
    .side{
    	position: relative;
        z-index: 2;
        width: 280px;
        margin-right: 40px;
    }
    .main{
        flex: 1;
        text-align: left;
    }

    /* 侧栏菜单 */
    #sideMenu{
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
    #sideMenu.side-fixed{
        width: 280px;
        position: fixed;
        top: 86px;
    }
    #sideMenu .hd{
        height: 142px;
        background: var(--main-color) url(../img/side-menu-icon.png) center center no-repeat;
        background-size: auto 120px;
    }
    #sideMenu .hd h3{
        font-weight: bold;
        font-size: 20px;
    }
    #sideMenu .bd{
        padding: 0;
        border: none;
        box-shadow: none;
    }
    .menuList{
        flex-direction: column;
        border-right: 1px solid #d9d9d9;
        border-left: 3px solid var(--main-color);
    }
    .menuList .dept-1{
        display: flex;
    }
    .menuList .li1{
        width: 100%;
        text-align: left;
        border-bottom: 1px solid #d9d9d9;
    }
    .menuList .a1{
        flex: 1;
        font-size: 18px;
        padding: 20px 10px 20px 30px;
    }
    .menuList .li1:hover .a1,
    .menuList .li1.on .a1{
        font-weight: bold;
        color: var(--main-color);
    }
    .menuList .dept-1 .btn-sub{
        width: 60px;
        position: relative;
        z-index: 1;
        cursor: pointer;
    }
    .menuList .btn-sub::after,
    .menuList .btn-sub::before{
        content: "";
        position: absolute;
        float: left;
        overflow: hidden;
        background-color: var(--main-color);
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
    }
    .menuList .btn-sub::before{
        width: 13px;
        height: 3px;
        left: 50%;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    .menuList .btn-sub.active::after{
        left: 50%;
        top: 50%;
        width: 3px;
        height: 13px;
        transform: translateX(5px) translateY(-6.5px);
        -webkit-transform: translateX(5px) translateY(-6.5px);
        -moz-transform: translateX(5px) translateY(-6.5px);
        -ms-transform: translateX(5px) translateY(-6.5px);
        -o-transform: translateX(5px) translateY(-6.5px);
    }

    /* 三级菜单 */
    .menuList li.has-sub.on{
        background: linear-gradient(to bottom, #ffeef5 0%, #fff 28%, #fff 100%);
    }
    .sub-menu-list{
        display: block;
        height: 0;
        overflow: hidden;
        -webkit-transition:all 0.6s;
        -moz-transition:all 0.6s;
        -ms-transition:all  0.6s;
        -o-transition:all 0.6s;
        transition:all 0.6s;
    }
    .sub-menu-list.active{
        height: auto;
        padding-bottom: 14px;
    }
    .sub-menu-list .a2{
        position: relative;
        display: block;
        padding: 5px 10px 5px 68px;
        line-height: 1.6;
        font-size: 16px;
        color: #666;
    }
    .sub-menu-list .a2::before{
        position: absolute;
        z-index: 1;
        left: 54px;
        top: 15px;
        display: inline-block;
        content: "";
        width: 5px;
        height: 5px;
        vertical-align: middle;
        background-color: #d9d9d9;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }
    .sub-menu-list .a2:hover,
    .sub-menu-list .li2.on .a2{
        color: var(--main-color);
    }
    .sub-menu-list .a2:hover::before,
    .sub-menu-list .li2.on .a2::before{
        background-color: var(--main-color);
    }
}


/* ==========================================================================
   当前位置
========================================================================== */
.path{
    margin-bottom: 20px;
    padding: 12px 10px;
    line-height: 1.6;
    text-align: left;
    font-size: 14px;
    color: #999;
    background-color: #fafafa;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.path em,
.path a{
    color: #999;
}
.path em{
    display: inline-block;
}
.path em::before{
    content: "";
    display: inline-block;
    width: 12px;
    height: 18px;
    margin-right: 8px;
    margin-top: -4px;
    vertical-align: middle;
    background:  url(../img/path.png) left center no-repeat;
}
.path a{
    margin: 0 3px;
}
.path a:nth-child(2){
    margin-left: 0;
}
.path a:nth-last-child(1){
    font-weight: bold;
    color: var(--main-color);
}

@media (min-width: 992px) {
    .path{
        display: flex;
        text-align: right;
        background: none;
        align-items: center;
    }
    .path::before{
        content: "";
        flex: 1;
        height: 1px;
        line-height: 1px;
        background-color: var(--main-color);
    }
    .path em{
        position: relative;
        z-index: 1;
        padding-left: 10px;
    }
    .path em::after{
        position: absolute;
        z-index: 1;
        left: 0;
        top: 50%;
        content: "";
        height: 15px;
        line-height: 15px;
        width: 2px;
        float: left;
        background-color: var(--main-color);
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
}

/* box */
.box {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}
.box .hd {
    display: flex;
    align-items: center;
    height: 36px;
    line-height: 36px;
    justify-content: space-between;
}
.box .hd strong {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    color: var(--main-color);
}
.box .hd strong a{
    color: var(--main-color);
}
.box .hd .more {
    padding: 0 10px;
    font-size: 14px;
    font-weight: normal;
    color: #999;
    background-color: #efefef;
    border-radius: 18px;
}
.box .hd .more:hover {
    color: white;
    background-color: var(--main-color);
}
.box .bd{
    padding: 15px 0 0;
    overflow: hidden;
}

/* ==========================================================================
   分页-效果
========================================================================== */
/* url_方块样式分页 */
.page {
    font-size: 0;
    text-align: center;
    padding: 25px 0;
    clear: both;
    overflow: hidden;
    color: #888;
    text-align: center;
}
.page a,
.page span {
    font-size: 14px;
    display: inline-block;
    zoom: 1;
    border: 1px solid #E1E1E1;
    padding: 0px 7px;
    border-radius: 2px;
    margin: 0 5px 5px 0;
    line-height: 23px;
    height: 23px;
    color: #888;
}
.page a:hover,
.page span:hover {
    border: 1px solid var(--main-color);
    text-decoration: none;
    color: var(--main-color);
}
.page .current {
    border: 1px solid var(--main-color);
    background: var(--main-color);
    color: #fff !important;
}
.page select,
.page input {
    margin: 0 4px;
    background: #fff;
    border: 0 solid #E1E1E1;
    vertical-align: middle;
}
.page input {
    text-align: center;
    padding: 0 4px;
    outline: none;
}
.page .disabled {
    pointer-events: none;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.page a,
.page .total,
.page .select{
    display: none;
}
.page a.prev,
.page a.next,
.page a.current{
    display: inline-block;
}


@media (min-width: 1200px) {
    .page a,
    .page .total,
    .page .select{
        display: inline-block;
    }
}
/* ==========================================================================
   网站底部  S
========================================================================== */
.footer{
    padding-top: var(--main-spacing);
    background-color: var(--main-color);
}

.footer-box{
    display: flex;
    flex-direction: column;
}

.footer-info{
    padding-bottom: var(--main-spacing);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-logo{
    margin-right: var(--main-spacing-min);
}
.footer-logo img{
    max-width: 100%;
    height: auto;
}
.footer-pic{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.footer-pic li{
    width: 48%;
}
.footer-pic li img{
    padding: 5px;
    background-color: #fff;
    max-width: 100%;
    height: auto;
}
.footer-pic li canvas{
    max-width: 100%;
    height: auto;
    padding: 5px;
    background-color: #fff;
}
.footer-pic li .name{
    padding-top: var(--main-spacing-min);
    font-size: 0.875em;
    color: var(--main-color-pink);
}

/*底部菜单*/
.footer-nav-list{
    padding: var(--main-spacing-min) var(--main-spacing-min) 0;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-nav-list>li{
    box-sizing: border-box;
    min-width: 33%;
    max-width: 50%;
    padding: 0 0 var(--main-spacing);
    text-align: center;
}
.footer-nav-list li a{
    font-size: 0.875em;
    line-height: 2;
    color: var(--main-color-pink);
}
.footer-nav-list>li>a{
    position: relative;
    display: block;
    padding-bottom: var(--main-spacing-min);
    font-weight: 600;
    color: white;
}
.footer-nav-list li a:hover{
    color: rgba(255,255,255,.6);
}
.footer-nav-list>li>a::after{
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 0;
    width: 16px;
    height: 2px;
    float: left;
    margin-left: -8px;
    line-height: 2px;
    border-radius: 2px;
    background-color: rgba(255,255,255,.5);
}
.footer-nav-list .footer-sub-nav{
    padding-top: var(--main-spacing-min);
}

/*版权信息*/
.copyright{
    padding: var(--main-spacing-min) 0;
    color: var(--main-color-pink);
    text-align: center;
    font-size: 0.875em;
    line-height: 2;
    border-top: 1px solid var(--main-bg-white-20);
    color: var(--main-color-pink);
}

@media (min-width: 992px) {

    .footer-box{
        width: 100%;
        position: relative;
        z-index: 1;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .footer-info{
        width: 340px;
        flex-direction: column;
        justify-content: flex-start;
    }
    .footer-logo{
        margin-right: 0;
        margin-bottom: var(--main-spacing);
        padding-bottom: var(--main-spacing);
        border-bottom: 1px solid var(--main-bg-white-20);
    }

    .footer-pic{
        width: 100%;
        justify-content: space-evenly;
    }
    .footer-pic li{
        width: 100px;
    }

    /* 友情链接 */
    .footer-friend{
        position: absolute;
        z-index: 1;
        left: 50px;
        bottom: 60px;
    }
    .footer-friend .btn {
        position: relative;
        width: 100%;
        height: 42px;
        line-height: 42px;
        border-radius: 0;
        border: 1px solid rgba(255, 255, 255, 0.2);
        text-align-last: left;
        text-align: left;
        background: none;
        padding: 0 120px 0 26px;
        font-size: 1em;
        color: #fff;
        box-shadow: none;
        overflow: hidden;
        white-space: normal;
    }
    .footer-friend .btn::after {
        position: absolute;
        margin: 0;
        font-size: 1.4em;
        top: 50%;
        right: 1rem;
        transform: translateY(-50%);
        border-top-color: rgba(255, 255, 255, 0.8);
    }
    .footer-friend .btn.show::after {
        transform: translateY(-50%) rotate(90deg);
    }
    .footer-friend .dropdown-menu {
        padding: 0;
        width: 100%;
        border-radius: 0;
        --bs-dropdown-font-size: 0.875em;
    }
    .footer-friend .dropdown-menu .noData,
    .footer-friend .dropdown-menu li a {
        display: block;
        padding: 10px 10px;
    }
    .footer-friend .dropdown-menu li a:hover {
        background: rgba(149, 3, 85, 0.2);
        text-decoration: none;
    }

    /* 底部-导航列表 */
    .footer-nav{
        flex: 1;
    }
    .footer-nav-list{
        padding-left: 0;
        padding-right: 0;
    }
    .footer-nav-list>li{
        min-width: 25%;
    }
}

@media (min-width: 1400px) {
    .footer-nav-list>li{
        min-width: 12.3%;
    }
    .footer-friend{
        left: auto;
        right: 0;
        bottom: var(--main-spacing);
    }
}

@media (min-width: 1480px) {
    .footer-pic li .name,
    .footer-nav-list li a,
    .copyright{
        font-size: 1em;
    }
}
    
@media (max-width: 992px) {
    /*手机版-搜索页*/
    .fulltextSearchBody .modal-backdrop{
        display: none;
    }
    .fulltextSearchBody .s-content{
        text-align: left;
    }
    .fulltextSearchBody .s-head-form .input-box .from-control{
        border-color: var(--main-color);
    }
    .fulltextSearchBody .s-head-form .btn-box .btn{
        background: var(--main-color);
    }
    .fulltextSearchBody .nodename,
    .fulltextSearchBody .accuratesearch-nodename,
    .fulltextSearchBody .related-nodename{
        background-color: var(--main-color);
    }
    .fulltextSearchBody .result-list h4{
        color: var(--main-color);
    }
}