
/**/
.header_chao {
    position: fixed;
    width: 100%;
    height: 160px;
    /*padding: 0 214px 0 148px;*/
    padding: 0 5vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 19991209;
    overflow: hidden;
    background: #ffffff;
}
.header_chao:after {
    content: url("/duoyuan/chao/statictatic/images/lc.png");
    position: absolute;
    top: -55px;
    right: -104px;
    animation: 10s movetop infinite linear;
}
@keyframes movetop {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.header_chao .joke {
    /*width: calc(100vw - 148px - 214px - 363px - 6px);*/
    width: calc(100vw - 214px - 363px - 6px);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.header_chao .joke nav {
    display: flex;
    align-items: center;
}
.header_chao .joke ul {
    display: flex;
    align-items: center;
}
.header_chao .joke ul li {
    width: fit-content;
    position: relative;
}
.header_chao .joke ul li a {
    display: block;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: normal;
    color: #222222;
    position: relative;
}
.header_chao .joke ul li a:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #811E2A;
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    clip-path: inset(0% 50% 0% 50%);
    transition: 0.6s;
}
.header_chao .joke ul li a:hover:after {
    clip-path: inset(0% 0% 0% 0%);
}
.header_chao .joke ul li a:hover {

}
.header_chao .joke ul li:not(:nth-last-child(1)):after {
    content: "/";
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: normal;
    color: #000000;
    opacity: 0.48;
    position: absolute;
    top: 50%;
    right: -36px;
    transform: translateY(-50%);
}
.header_chao .joke ul li:not(:nth-last-child(1)) {
    margin-right: 78px;
}
.header_chao .joke nav .menu {
    width: 22px;
    margin-left: 31px;
    cursor: pointer;
}
.header_chao .joke nav .menu span:nth-child(1) {
    margin-top: 0;
}
.header_chao .joke nav .menu span {
    width: 22px;
    height: 2px;
    background: #1e1e1e;
    margin-top: 5px;
    display: block;
    position: relative;
    top: 0;
    transition: 0.4s;
}
.header_chao .joke nav .search {
    margin: 0 69px 0 48px;
}
.header_chao .joke nav .search .iconfont {
    font-size: 20px;
    color: #000;
    transition: 0.6s;
}
.header_chao .joke nav .search .box {
    position: absolute;
    width: 0;
    height: 40px;
    background-color: #94070a;
    top: -9px;
    right: -18px;
    z-index: -1;
    transition: 0.6s;
    overflow: hidden;
}
.header_chao .joke nav .resources {
    display: flex;
    align-items: center;
    margin-right: 63px;
}
.header_chao .joke nav .resources .iconfont {
    color: #060606;
    transform: rotate(90deg);
    font-weight: 700;
}
.header_chao .joke nav .resources .resources_box {
    margin-right: 28px;
}
.header_chao .joke nav .lan {
    display: flex;
    align-items: center;
}
.header_chao .joke nav .lan  p {
    margin-right: 17px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
}
.header_chao .joke .line {
    width: 100%;
    margin: 25px 0 22px;
    height: 1px;
    background: #811E2A;
    opacity: 0.2;
}
.footer .footer_top {
    width: 100%;
    height: 100px;
    background: #94070A;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .footer_top .footerLinks {
    display: flex;
    align-items: center;
    /*margin-right: 90px;*/
}
.footer .footer_top .footerLinks a {
    width: 130px;
    font-size: 16px;
    font-weight: 400;
    line-height: 100px;
    color: #FFFFFF;
    text-align: center;
}
.footer .footer_top .footerLinks a:not(:nth-last-child(1)) {
    border-right: 1px solid rgba(255,255,255,0.1);
}
.footer .footer_top .shareLinks {
    display: flex;
    align-items: center;
}
.footer .footer_top .shareLinks a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: #FFFFFF;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 22px;
    color: #94070A;
}
.footer .footer_bottom {
    background: #302A29;
    padding: 31px 0 25px;
}
.footer .footer_bottom .logo {
    display: block;
    width: 54px;
    margin: 0 auto 22px;
}
.footer .footer_bottom .flex {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer .footer_bottom .flex p {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    position: relative;
}
.footer .footer_bottom .flex p a {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    transition: 0.6s;
}
.footer .footer_bottom .flex p a:hover {
    color: #BE2C2F;
}
.footer .footer_bottom .flex p:not(:nth-last-child(1)) {
    margin-right: 40px;
}
.footer .footer_bottom .flex p:not(:nth-last-child(1)):after {
    content: "";
    width: 1px;
    height: 10px;
    background: #FFFFFF;
    opacity: 0.1;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
}
.header_menu:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.header_menu .joke {
    position: relative;
    z-index: 1;
}

.header_menu .joke ul {
    display: flex;
}

.header_menu .joke ul li {
    margin-right: 100px;
}

.header_menu .joke ul li:last-child {
    margin-right: 0;
}

.header_menu .joke ul li > a {
    font-size: 22px;
    color: #fff;
}

.header_menu .joke ul li .head_second {
    margin-top: 60px;
}

.header_menu .joke ul li .head_second a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    display: block;
    line-height: 35px;
    transition: 0.6s;
}

.header_menu .joke ul li .head_second a:hover {
    color: #fff;
}

.header_menu .joke .head_link {
    display: flex;
    justify-content: center;
    margin-top: 150px;
}

.header_menu .joke .head_link a {
    margin-right: 20px;
    width: 200px;
    height: 100px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_menu .joke .head_link a:last-child {
    margin-right: 0;
}

.header_menu .joke .head_link a:nth-child(2) img, .header_menu .joke .head_link a:nth-child(1) img {
    width: 75px;
}
.header_menu {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    background: url(../images/menu.jpg) no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: 1s;
}

.events_active {
    opacity: 1 !important;
    pointer-events: unset !important;
}

.header_menu:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.header_menu .joke {
    position: relative;
    z-index: 1;
}

.header_menu .joke ul {
    display: flex;
}

.header_menu .joke ul li {
    margin-right: 100px;
}

.header_menu .joke ul li:last-child {
    margin-right: 0;
}

.header_menu .joke ul li > a {
    font-size: 22px;
    color: #fff;
}

.header_menu .joke ul li .head_second {
    margin-top: 60px;
}

.header_menu .joke ul li .head_second a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    display: block;
    line-height: 35px;
    transition: 0.6s;
}

.header_menu .joke ul li .head_second a:hover {
    color: #fff;
}

.header_menu .joke .head_link {
    display: flex;
    justify-content: center;
    margin-top: 150px;
}

.header_menu .joke .head_link a {
    margin-right: 20px;
    width: 200px;
    height: 100px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_menu .joke .head_link a:last-child {
    margin-right: 0;
}

.header_menu .joke .head_link a:nth-child(2) img, .header_menu .joke .head_link a:nth-child(1) img {
    width: 75px;
}
.mobile_joke {
    display: none;
    position: relative;
    z-index: 1;
    width: 100%;
}

.mobile_joke ul {
    text-align: center;
    max-height: 100vh;
    overflow: scroll;
    padding: 70px 0 0 0;
}

.mobile_joke ul li {
    margin: 0 0 30px 0;
}

.mobile_joke ul li > a {
    font-size: 18px;
    width: 100%;
    display: block;
    color: #fff;
}

.mobile_joke ul li .head_second {
    margin-top: 12px;
    display: none;
}

.mobile_joke ul li .head_second a {
    font-size: 14px;
    color: #fff;
    opacity: 0.5;
    display: block;
    line-height: 35px;
}
.header_chao.menu_active {
    background: unset;
}
.header_chao.menu_active .joke ul li a {
    color: #FFFFFF;
}
.header_chao.menu_active .joke nav .resources .resources_box p {
    color: #FFFFFF;
}
.header_chao.menu_active .joke ul li:not(:nth-last-child(1)):after,.header_chao.menu_active .joke nav .lan p,.header_chao.menu_active .joke nav .lan .iconfont,.header_chao.menu_active .joke nav .resources .iconfont {
    color: #FFFFFF;
}
.header_chao.menu_active .joke .line {
    background: #FFFFFF;
    opacity: 1;
}
.header_chao.menu_active .joke nav .search .iconfont {
    color: #FFFFFF !important;
}
.header_chao.menu_active .joke nav .menu span {
    background: #FFFFFF !important;
}
.menu_active .joke nav .menu span:first-child {
    transform: rotate(-45deg);
    top: 7px;
}
.menu_active .joke nav .menu span:nth-child(2) {
    opacity: 0;
}
.menu_active .joke nav .menu span:last-child {
    transform: rotate(45deg);
    top: -7px;
}
.header_chao.menu_active .joke nav .menu span {
    background: #ffffff;
}
.footer .footer_top .shareLinks a {
    transition: 0.6s;
}
.footer .footer_top .shareLinks a:hover {
    transform: scale(0.8);
}
.header_chao .logo {
    position: relative;
    width: 111px;
    height: 101px;
    transition: 0.6s;
}
.header_chao .logo img {
    transition: 0.6s;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;

}
.header_chao .logo img:nth-child(2) {
    opacity: 0;
}
.header_chao.menu_active .logo img:nth-child(2) {
    opacity: 1;
}
.header_chao.menu_active .logo img:nth-child(1) {
    opacity: 0;
}
.header_chao {
    transition: 0.6s;
}
.header_chao.header_on {
    height: 80px;
}
.header_chao.header_on .logo {
    height: 70%;
}
.header_chao .joke ul {
    transition: 0.6s;
    pointer-events: auto;
}
.header_chao .joke .line {
    transition: 0.6s;
}
.header_chao.header_on .joke ul {
    opacity: 0;
    height: 0;
    pointer-events: none;
}
.header_chao.header_on .joke .line {
    opacity: 0;
    height: 0;
    margin: 0;
}
.header_chao .joke nav .search,.header_chao .joke nav .resources,.header_chao .joke nav .lan {
    display: none;
}
.footer {
    position: relative;
}
.footer .footer_bottom>a {
    font-size: 12px;
    color: rgba(255,255,255,0.1);
    position: absolute;
    right: 5vw;
    bottom: 10px;
}
@media screen and (max-width: 1800px){
    .header_chao {
        padding: 0 5vw;
        height: 120px;
    }
    .header_chao .joke .line {
        margin: 15px 0 15px;
    }
    .header_chao .logo {
        width: 77px;
        height: 70px;
    }
    .header_chao .joke ul li:not(:nth-last-child(1)) {
        margin-right: 60px;
    }
}
@media screen and (max-width: 1600px){
    .header_chao .joke {
        width: calc(90vw - 363px - 6px);
    }
    .header_chao {
        padding: 0 5vw;
        height: 100px;
    }
    .header_chao .joke ul li a {
        font-size: 16px;
    }
    .header_chao .logo {
        width: 66px;
        height: 60px;
    }
    .header_chao.header_on {
        height: 60px;
    }

}
@media screen and (max-width: 1200px){
    .header_chao .joke ul li a {
        font-size: 14px;
    }
    .header_chao .joke {
        width: calc(90vw - 260px - 6px);
    }
    .footer .footer_top .footerLinks a {
        font-size: 14px;
    }
    .footer .footer_top {
        height: 70px;
    }
    .footer .footer_top .footerLinks a {
        line-height: 70px;
    }
    .footer .footer_bottom .flex p {
        font-size: 12px;
    }
}
@media screen and (max-width: 1024px){
    .header_chao .joke .line {
        display: none;
    }
    .header_chao .joke ul {
        display: none;
    }
    .header_chao {
        height: 60px;
    }
    .header_chao .logo {
        height: 70%;
    }
    .footer {
        padding: 0!important;
    }
    .header_menu .joke {
        display: none;
    }
    .mobile_joke {
        display: block;
    }
    .mobile_joke{
        display: block!important;
    }

    .header_menu:after{
        position: fixed;
    }
    .mobile_joke .head_link{
        width: 90%;
        margin: 50px auto 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .mobile_joke .head_link a{
        width: 43%;
        height: 110px;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 30px 30px 0;
    }

    .mobile_joke .head_link a:nth-child(2n){
        margin: 0;
    }
}
@media screen and (max-width: 768px){
    .footer .footer_bottom>a {
        display: none;
    }
    .footer .footer_top {
        display: none;
    }
    .footer .footer_bottom .flex {
        flex-direction: column;
        text-align: center;
    }
    .footer .footer_bottom .flex p {
        margin-right: 0!important;
        margin-top: 5px;
    }
    .footer .footer_bottom .logo {
        margin: 0 auto 10px;
    }
    .footer .footer_bottom .flex p:not(:nth-last-child(1)):after {
        display: none;
    }
}
.mobile_joke{
    display: none;
    position: relative;
    z-index: 1;
    width: 100%;
}

.mobile_joke ul{
    text-align: center;
    max-height: 100vh;
    overflow: scroll;
    padding: 70px 0 0 0;
}
.mobile_joke ul li{
    margin: 0 0 30px 0;
}
.mobile_joke ul li > a{
    font-size: 18px;
    width: 100%;
    display: block;
    color: #fff;
}
.mobile_joke ul li .head_second{
    margin-top: 12px;
    display: none;
}
.mobile_joke ul li .head_second a{
    font-size: 14px;
    color: #fff;
    opacity: 0.5;
    display: block;
    line-height: 35px;
}

.body_active{
    overflow: hidden!important;
}
