.header{
    position: relative;
    z-index: 99;
}
.head_top {
    width: 100%;
    height: 0.36rem;
    background: #95282E;
}

.head_top .main {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head_top .head_welcome {
    font-weight: 400;
    font-size: 0.13rem;
    color: #ECC7BA;
}

.head_top .head_audio {
    width: 0.16rem;
    height: 0.16rem;
    margin: 0 0.1rem 0 0.25rem;
}

.head_top .head_url {
    position: relative;
    margin-right: 0.2rem;
    height: 0.36rem;
    display: flex;
    align-items: center;
}

.head_top .head_url .head_title {
    font-weight: 400;
    font-size: 0.13rem;
    color: #ECC7BA;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.head_top .head_url .head_title i {
    display: block;
    width: 0.08rem;
    height: 0.04rem;
    background: url(../img/head_icon.png) center no-repeat;
    background-size: contain;
    margin-left: 0.15rem;
}

.head_top .head_url .head_url_list {
    position: absolute;
    left: 50%;
    top: 100%;
    background: #F0D1BB;
    box-shadow: 0rem 0.04rem 0.04rem 0rem rgba(0, 0, 0, 0.16);
    border-radius: 0.05rem;
    overflow: hidden;
    height: 0;
    transform: translateX(-50%);
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    z-index: 9;
}

.head_url::before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    bottom: -0.04rem;
    left: 50%;
    display: inline-block;
    content: "";
    border: 0.1rem solid transparent;
    border-top-color: #F0D1BB;
    transform: translateX(-50%) rotate(180deg);
    opacity: 0;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

.head_url:hover::before {
    opacity: 1;
}

.head_url .head_url_list.show {
    height: 2.14rem;
}


.head_top .head_url .head_url_list a {
    width: 100%;
    height: auto;
    padding: 0.066rem 0.19rem;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 0.14rem;
    color: #A22F35;
    white-space: nowrap;
    cursor: pointer;
    margin: 0 0.01rem;
}

.head_top .head_url .head_url_list a:first-child {
    margin-top: 0.1rem;
}

.head_top .head_url .head_url_list a:last-child {
    margin-bottom: 0.1rem;
}

.head_top .head_url .head_url_list a:hover {
    background: #A22F35;
    color: #F0D1BB;
}

.head_top .head_visit {
    font-weight: 400;
    font-size: 0.13rem;
    color: #ECC7BA;
}

.head_top .head_top_fl,
.head_top .head_top_fr {
    display: flex;
    align-items: center;
}

.head_top .head_top_fr div,
.head_top .head_top_fr div span {
    font-weight: 400;
    font-size: 0.13rem;
    color: #ECC7BA;
}

.head_top .head_top_fr div {
    margin-left: 0.1rem;
}





.head_bottom {
    background: linear-gradient(0deg, #b4343b, #b4343b), #0000001a;
    background-blend-mode: soft-light, normal, normal;
    box-shadow: 0 0.04rem 0.04rem #0003;
    justify-content: center;
    min-height: 0.7rem;
    padding: 0.05rem 0;
}

.head_bottom .main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.head_bottom .head_logo {
    height: 0.7rem;
    margin-right: 0.8rem;
    mix-blend-mode: lighten;
    width: 1.4rem;
}

.head_bottom .head_nav {
    align-items: center;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    gap: 0.1rem;
}

.head_bottom .head_nav .nav_list {
    align-items: center;
    color: #ffeedb;
    cursor: pointer;
    display: flex;
    font-size: 0.18rem;
    font-style: normal;
    font-weight: 400;
    justify-content: center;
    line-height: 0.22rem;
    position: relative;
    width: auto;
}

.head_bottom .head_nav .nav_list .nav_title {
    align-items: center;
    display: flex;
    height: 0.44rem;
    position: relative;
    transition: all .2s;
    white-space: nowrap;
    color: #ffeedb;
    font-size: 0.18rem;
    font-style: normal;
    font-weight: 400;
}

.head_bottom .head_nav .nav_list .nav_title span {
    position: relative;
    font-family: KaiTi, Microsoft Yahei;
}

.head_bottom .head_nav .nav_list .nav_title:before {
    background-image: url(../img/nav_bg.png);
    background-size: contain;
    content: "";
    height: 0.44rem;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .2s;
    width: 100%;
}

.head_bottom .head_nav .nav_list .nav_fl {
    background-image: url(../img/nav_fl.png);
    background-size: cover;
    height: 100%;
    height: 0.44rem;
    opacity: 0;
    transition: all .2s;
    width: 0.16rem;
}

.head_bottom .head_nav .nav_list .nav_fr {
    background-image: url(../img/nav_fr.png);
    background-size: cover;
    height: 100%;
    height: 0.44rem;
    opacity: 0;
    transition: all .2s;
    width: 0.16rem;
}

.head_bottom .head_nav .nav_list.active .nav_fl,
.head_bottom .head_nav .nav_list.active .nav_fr,
.head_bottom .head_nav .nav_list:hover .nav_fl,
.head_bottom .head_nav .nav_list:hover .nav_fr {
    display: block !important;
    opacity: 1 !important;
}

.head_bottom .head_nav .nav_list.active .nav_title,
.head_bottom .head_nav .nav_list:hover .nav_title {
    color: #b4343b;
}

.head_bottom .head_nav .nav_list.active .nav_title:before,
.head_bottom .head_nav .nav_list:hover .nav_title:before {
    opacity: 1;
}

.head_bottom .head_nav .nav_search {
    cursor: pointer;
    width: 0.28rem;
    height: 0.28rem;
}


.head_bottom .head_config {
    align-items: center;
    display: flex;
}


.head_bottom .head_config .head_yuyan {
    width: 0.64rem;
    height: 0.3rem;
    align-items: center;
    background: #d2945433;
    border: 0.01rem solid rgba(210, 148, 84, .2);
    border-radius: 0.06rem;
    color: #ffe1c1;
    display: flex;
    justify-content: center;
    line-height: 0.17rem;
    padding: 0.055rem 0.1rem;
    margin-left: 0.1rem;
    position: relative;
}

.head_bottom .head_config .head_yuyan span {
    font-family: KaiTi, Microsoft Yahei;
    display: flex;
    align-items: center;
    font-size: 0.14rem;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    cursor: pointer;
}

.head_bottom .head_config .head_yuyan span i {
    display: block;
    width: 0.12rem;
    height: 0.12rem;
    margin-left: 0.02rem;
    background: url(../img/head_icon2.png) center no-repeat;
    background-size: contain;
}

.head_bottom .head_config .head_yuyan::before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    bottom: -0.16rem;
    left: 50%;
    display: inline-block;
    content: "";
    border: 0.1rem solid transparent;
    border-top-color: #F0D1BB;
    transform: translateX(-50%) rotate(180deg);
    opacity: 0;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

.head_bottom .head_config .head_yuyan:hover::before {
    opacity: 1;
}

.head_bottom .head_config .head_yuyan .yuyan_list {
    position: absolute;
    left: 50%;
    top: 0.4rem;
    background: #F0D1BB;
    box-shadow: 0rem 0.04rem 0.04rem 0rem rgba(0, 0, 0, 0.16);
    border-radius: 0.05rem;
    overflow: hidden;
    height: 0;
    transform: translateX(-50%);
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    z-index: 9;
}

.head_bottom .head_config .head_yuyan .yuyan_list a {
    width: 100%;
    height: auto;
    padding: 0.08rem 0.19rem;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 0.14rem;
    color: #A22F35;
    white-space: nowrap;
    cursor: pointer;
    margin: 0 0.01rem;
}

.head_bottom .head_config .head_yuyan .yuyan_list a:hover {
    background: #A22F35;
    color: #F0D1BB;
}

.head_bottom .head_config .head_yuyan .yuyan_list a:first-child {
    margin-top: 0.1rem;
}

.head_bottom .head_config .head_yuyan .yuyan_list a:last-child {
    margin-bottom: 0.1rem;
}

.head_bottom .head_config .head_yuyan .yuyan_list.act {
    height: 1.2rem;
}





.head_bottom .head_config .moble_menu {
    margin-left: 0.15rem;
}

.head_bottom .head_config .moble_menu .moble_navbar {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 0.1rem;
    overflow: hidden;
}


.head_bottom .head_config .moble_menu .moble_nav {
    top: 0;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    outline: 0;
    position: fixed;
    transition: transform .3s ease-in-out;
    visibility: hidden;
    width: 100%;
    right: 0;
    background: rgba(0,0,0,0.5);
}

.head_bottom .head_config .moble_menu .moble_nav_item {
    flex-grow: 1;
    overflow-y: auto;
    padding: 0.16rem;
    box-sizing: border-box;
    background-clip: padding-box;
    background-color: #fff;
    width: 66%;
}

.head_bottom .head_config .moble_menu .moble_nav a {
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding: 8px 10px;
    position: relative;
    text-align: center;
    width: 100%;
    font-family: KaiTi;
    height: auto;
}

.head_bottom .head_config .moble_menu .moble_nav a.active {
    background: #b4343b !important;
    color: #fff5dd;
}


.head_bottom .head_config .moble_menu .moble_nav.act {
    visibility: visible;
    transform: none;
    z-index: 9999;
    height: 100%;
}








.moble_show {
    display: none;
}




.rightMenu {
    position: fixed;
    right: 0;
    top: 30%;
    transition: all .5s;
    z-index: 999;
}

.rightMenu .rightMenu-box {
    background-color: #b4343b;
    padding: 0.05rem;
    border-radius: 0.14rem;
    box-sizing: border-box;
    overflow: hidden;
}

.rightMenu .rightMenu-box .rightMenuItem {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 0.01rem solid rgba(0, 0, 0, .2);
    width: 0.72rem;
    height: 0.72rem;
    flex-direction: column;
}
.rightMenu .rightMenu-box .rightMenuItem:last-child{
    border-bottom: none;
}
.rightMenu .rightMenu-box .rightMenuItem img {
    width: 0.32rem;
    height: 0.32rem;
    object-fit: contain;
}

.rightMenu .rightMenu-box .rightMenuItem p {
    color: #fff;
    font-size: 0.12rem;
    margin-top: 0.04rem;
    width: 100%;
    display: block;
    text-align: center;
}

.rightMenu .rightMenu-box .rightMenuItem .rightMenuItemHover {
    background: #fff;
    border-radius: 0.08rem;
    display: none;
    left: -1.55rem;
    min-height: 1.5rem;
    position: absolute;
    width: 1.42rem;
    padding: 0.2rem;
    box-sizing: border-box;
}

.rightMenu .rightMenu-box .rightMenuItem .rightMenuItemHover.code {
    padding: 0.2rem 0;
}

.rightMenu .rightMenu-box .rightMenuItem .rightMenuItemHover:before {
    background: url(../img/navfl_icon9.png) no-repeat;
    background-size: 100% 100%;
    content: "";
    height: 20px;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px
}

.rightMenu .rightMenu-box .rightMenuItem .rightMenuItemHover.code p {
    margin-bottom: 0.2rem;
}

.rightMenu .rightMenu-box .rightMenuItem .rightMenuItemHover p {
    color: #000;
    font-size: 0.14rem;
    /*margin-top: 0.15rem;*/
    line-height: 2.1;
}
.rightMenu .rightMenu-box .rightMenuItem:nth-child(6) .rightMenuItemHover p{
    text-align: left;
}
.rightMenu .rightMenu-box .rightMenuItem .rightMenuItemHover p:nth-child(6n) {
    margin-top: 0.06rem;
}

.rightMenu .rightMenu-box .rightMenuItem .rightMenuItemHover p:first-child {
    margin-top: 0;
}

.rightMenu .rightMenu-box .rightMenuItem:hover .rightMenuItemHover {
    display: block;
}

.rightMenu .rightMenu-box .rightMenuItem .rightMenuItemHover img {
    width: 1.2rem;
    height: 1.2rem;
    object-fit: contain;
    margin: 0 auto;
}

.goTop {
    opacity: 0;
    visibility: hidden;
    background-color: #b4343b;
    border-top: 0.01rem solid rgba(0,0,0,.2);
    padding: 0.05rem;
    border-radius: 0.14rem;
}
.goTop .top_body{
    display: flex;
    align-content: center;
    justify-content: center;
    cursor: pointer;
    flex-wrap: wrap;
    width: 0.72rem;
    height: 0.72rem;
}
.goTop img{
    width: 0.32rem;
    height: 0.32rem;
    object-fit: contain;
}
.goTop p{
    font-size: 0.12rem;
    color: #fff;
    text-align: center;
    margin-top: 0.04rem;
}
.goTop.show {
    opacity: 1 !important;
    visibility: visible !important;
}



/* 音频 */
.audio{
    cursor: pointer;
    height: 0.68rem;
    position: fixed;
    right: 0.06rem;
    top: 1.46rem;
    width: 0.68rem;
    z-index: 1008;
}
.audio .audio_img2{
    display: none;
}
.audio.playing .audio_img2,
.audio.paused .audio_img1{
    display: none;
}
.audio.playing .audio_img1{
    display: block;
}
.audio.paused .audio_img2{
    display: block;
    animation: none;
}
.audio img{
    width: 0.48rem;
    height: 0.48rem;
    object-fit: contain;
    animation: rotate 2s linear infinite;
}
.audio audio{
    height: 0;
    visibility: hidden;
    width: 0;
}
@keyframes rotate{
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}




/* 搜索弹窗 */
.search_dialog {
    background: #0006;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10086;
    display: none;
}

.search_dialog .search_bg {
    border-color: #faffff33;
    border-radius: 0.1rem;
    border-style: solid;
    border-width: 0.1rem 0.14rem;
    left: 50%;
    min-width: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.search_dialog .search_bg .search_body {
    background: #faf8f0;
    border-radius: 0.05rem;
    left: -0.04rem;
    padding: 0.8rem 0.2rem;
    position: relative;
    width: calc(100% + 0.08rem);
}

.search_body h2 {
    color: #9a6b6e;
    font-family: Source Han Sans SC;
    font-size: 0.24rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0.12rem;
    text-align: center;
}

.search_body .search_img {
    width: auto;
    height: 0.48rem;
    margin: 0 auto;
}

.search_body .search_input {
    width: 80%;
    margin: 0.35rem auto 0.45rem;
    border-radius: 0.05rem;
    box-shadow: inset 0 0 0 0.02rem #503c3e;
    padding: 0.12rem 0.15rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
.search_body .search_input.focus{
    box-shadow: inset 0 0 0 0.02rem #b4343b
}
.search_body .search_input::placeholder {
    color: #999;
}

.search_body .search_input span {
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.08rem;
}

.search_body .search_input input {
    width: calc(100% - 0.3rem);
    background: none;
    outline: none;
    font-size: 0.14rem;
    color: #606266;
}

.search_body .search_input input::placeholder {
    color: #999;
    font-size: 0.14rem;
}

.search_body .search_button {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.search_body .search_button button {
    height: 0.46rem;
    padding: 0 0.3rem;
    font-size: 0.14rem;
    border-radius: 5px;
    margin: 0 0.14rem;
    border: 0.01rem solid #b4343b;
    cursor: pointer;
    white-space: nowrap;
}

.search_body .search_button button:first-child {
    background-color: transparent;
    color: #b4343b;
}

.search_body .search_button button:last-child {
    background: #B4343B;
    color: #fff;
}

.search_body .search_button button:first-child:hover {
    color: #9a6b6e;
}

.search_body .search_button button:last-child:hover {
    background: rgb(203, 113, 118);
}





@media (max-width: 1580px){
    .head_bottom .main{
        max-width: 100%;
        padding: 0 0.15rem;
        box-sizing: border-box;
    }
    .head_bottom .head_logo{
        margin-right: 0.2rem;
    }
    
}
@media (max-width: 1340px){
    .head_top .head_audio{
        display: none;
    }
    .head_bottom .head_logo{
        display: none;
    }
    .head_bottom .head_nav{
        width: 100%;
        text-align: right;
    }

    
}

@media (max-width: 1200px) {
    .head_bottom .head_logo{
        display: block;
    }
    .head_bottom .head_nav .nav_list{
        display: none;
    }
    .head_bottom .head_nav{
        justify-content: flex-end;
    }
    .head_bottom .moble_show{
        display: block;
    }
}

 @media (max-width: 1000px) {
    .head_top .main{
         min-width: 100%;
        padding: 0 0.2rem;
        box-sizing: border-box;
    }
 }

@media (max-width: 777px) {
    .head_top{
        height: auto;
        padding: 0.1rem 0.2rem;
        box-sizing: border-box;
    }
    .head_top .head_top_fl, 
    .head_top .head_top_fr{
        flex-wrap: wrap;
    }
    .head_top .head_url{
        height: auto;
    }
    .head_top .head_welcome{
        white-space: nowrap;
    }
    .head_url:hover::before{
        bottom: -0.12rem;
    }
    .head_top .head_url .head_url_list{
        top: 0.28rem;
    }
}

 @media (max-width: 540px) {
    .head_top .main{
        flex-wrap: wrap;
    }
    .head_top .head_top_fl{
        width: 100%;
    }
    .head_top .head_visit,
    .head_top .head_top_fr{
        display: none;
    }
    .head_bottom .head_logo{
        height: 0.4rem;
        width: auto;
    }
    .rightMenu{
        display: none;
    }
 }

