/*@font-face {*/
/*    font-family: GentiumBasic;*/
/*    src: url("../fonts/GentiumBasic-BoldItalic.ttf");*/
/*}*/

/*@font-face {*/
/*    font-family: Marcellus;*/
/*    src: url("../fonts/Marcellus-Regular.ttf");*/
/*}*/

/*@font-face {*/
/*    font-family: Gideon Roman;*/
/*    src: url("../fonts/GideonRoman-Regular.ttf");*/
/*}*/

/*@font-face {*/
/*    font-family: zcoolwenyiti;*/
/*    src: url("../fonts/站酷文艺体.ttf");*/
/*}*/

/*@font-face {*/
/*    font-family: Canela;*/
/*    src: url("../fonts/Canela-Regular_atdzcu.ttf");*/
/*}*/


* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    outline: none;
}
::-webkit-scrollbar {
    width: 0;
    display: none;
}

span {
    display: block;
}

input::-ms-clear {
    display: none;
}

img {
    object-fit: cover;
}

#my-scrollbar {
    height: 100vh;
}

.scrollbar-track-y {
    background: transparent !important;
}

.scrollbar-thumb {
    background: transparent !important;
}

header {
    width: 94%;
    height: 130px;
    padding: 0 3%;
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*-ms-flex-pack: justify;*/
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    /*opacity: 0.5;*/
    transition: 0.65s;
    background-color: #fff;
}

/*header:hover{*/
/*    opacity: 1;*/
/*}*/

@media screen and (max-width: 1920px) {
    header {
        height: 90px;
    }
}


header .broadside {
    display: flex;
    align-items: center;
    float: left;
    position: relative;
    height: 100%;
}

header .broadside .logo {
    margin-right: 154px;
}

header .broadside .logo img {
    width: 30px;
}

header .broadside .nav a {
    font-size: 14px;
    font-weight: 500;
    color: #1C1C1C;
    margin-right: 95px;
}

header .broadside .nav a:first-child {
    font-size: 16px;
}

header .broadside .nav a:last-child {
    margin-right: 0;
}

header .cut {
    display: flex;
    align-items: center;
    float: right;
    height: 100%;
}

header .cut .search {
    display: flex;
    align-items: center;
    margin-right: 49px;
}

header .cut .search p {
    font-size: 14px;
    font-family: Roboto;
    font-weight: 500;
    color: #1C1C1C;
    margin-right: 14px;
}

header .cut .search .iconfont {
    color: #1C1C1C;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

header .cut .language {
    display: flex;
    align-items: center;
    cursor: pointer;
}

header .cut .language p {
    font-size: 14px;
    font-family: Roboto;
    font-weight: 500;
    color: #1C1C1C;
    margin-right: 9px;
}

header .cut .language .iconfont {
    color: #1C1C1C;
    font-size: 16px;
}

header .cut .search .unfold {
    display: none;
}

header .cut .search .unfold_warp {
    height: 83px;
    width: 94%;
    padding: 0 3%;
    position: absolute;
    top: 131px;
    left: 0;
    display: flex;
    background-color: #fff;
    align-items: center;
}

@media screen and (max-width: 1920px) {
    header .cut .search .unfold_warp {
        top: 90px;
        border-top: 1px solid #eee;
    }
}

header .cut .search .unfold .iconfont {
    font-size: 17px;
    color: #1C1C1C;
    margin-right: 20px;
    border: none;
    background-color: unset;
}

header .cut .search .unfold .import {
    width: 100%;
    height: 50%;
    border: none;
    font-size: 16px;
}

header .cut .search .unfold .close svg {
    display: inline-block;
    height: 1em;
    width: 1em;
    fill: currentColor;
    vertical-align: middle;
    stroke-width: 1px;
    background: none;
    cursor: pointer;
}
.visible {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    display: none;
}

#line {
    width: 0%;
    height: 3px;
    background: #1c1b1b;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

footer {
    width: 100%;
    background: #F7F4EE;
    overflow: hidden;
}

footer .warp {
    margin: 89px auto 26px;
}

footer .warp .foo_top {
    width: 94%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

footer .warp .foo_top .foo_logo img{
    width: 35px;
}

footer .warp .foo_top .foo_nav {
    display: flex;
}

footer .warp .foo_top .foo_nav ul {
    margin-right: 152px;
}

footer .warp .foo_top .foo_nav ul > a {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #1C1C1C;
}

footer .warp .foo_top .foo_nav ul .li_bot {
    margin-top: 30px;
}

footer .warp .foo_top .foo_nav ul .li_bot a {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #121212;
    line-height: 35px;
    display: block;
}

footer .warp .foo_top .foo_nav .arrows {
    width: 38px;
    height: 38px;
    border: 1px solid #363635;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
}

footer .warp .foo_top .foo_nav .arrows:hover {
    background-color: #363635;
}

footer .warp .foo_top .foo_nav .arrows .iconfont {
    font-size: 25px;
    transition: 0.6s;
}

footer .warp .foo_top .foo_nav .arrows:hover .iconfont {
    color: #fff;
}

footer .warp .foo_bottom {
    width: 94%;
    padding: 0 3% 22px 3%;
    margin-top: 99px;
    border-bottom: 1px solid #eee5da;
}

footer .warp .foo_bottom > span {
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #161515;
    margin-bottom: 29px;
}

footer .warp .foo_bottom .form {
    position: relative;
}

footer .warp .foo_bottom .form input {
    border: none;
    font-size: 32px;
    background-color: transparent;
    position: relative;
    z-index: 1;
}

footer .warp .foo_bottom .form input::placeholder {
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #E7E1D9;
}

footer .warp .foo_bottom .form div {
    position: absolute;
    top: -7px;
    left: 0;
    z-index: 0;
}

footer .warp .foo_bottom .form div p {
    display: flex;
    align-items: center;
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #E7E1D9;
}

footer .warp .foo_bottom .form div p span {
    color: #2D2D2D;
}

footer .warp .ending {
    width: 94%;
    padding: 0 3%;
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

footer .warp .ending div {
    display: flex;
    align-items: center;
}

footer .warp .ending div p {
    font-size: 14px;
    font-family: ITC Avant Garde Gothic Std;
    font-weight: normal;
    color: #666666;
    margin-right: 15px;
}

footer .warp .ending div a {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}

footer .warp .ending .share a {
    margin-right: 29px;
    color: #1D191A;
    font-size: 20px;
    display: block;
}

footer .warp .ending div i:last-child {
    margin-right: 0;
}

.each {
    display: flex;
}

.each p {
    min-width: 10px;
    opacity: 0;
    transition: 0.6s;
}

/*.transform {*/
/*    opacity: 1 !important;*/
/*}*/

.burger{
    cursor: pointer;
    z-index: 900;
    width: 50px;
    height: 50px;
    position: relative;
    transition: 0.6s;
    display: none;
    left: 15px;
}

.burger div {
    width: 20px;
    height: 2px;
    background: #333;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    will-change: transform;
    -webkit-transition: .75s cubic-bezier(.19,1,.22,1);
    transition: .75s cubic-bezier(.19,1,.22,1);
}
.public_on .other .menu .burger{
    filter: brightness(0.1);
}
.burger div:nth-child(1) {
    -webkit-transform: translateY(-6px) scaleX(1);
    transform: translateY(-6px) scaleX(1);
}
.burger div:nth-child(1) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}

.burger div:nth-child(2) {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.burger div:nth-child(2) {
    -webkit-transition-delay: 350ms;
    transition-delay: 350ms;
}
.burger div:nth-child(3) {
    -webkit-transform: translateY(6px) scaleX(1);
    transform: translateY(6px) scaleX(1);
}
.burger div:nth-child(3) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}
.burger div:nth-child(4) {
    -webkit-transform: rotate(45deg) scaleX(0);
    transform: rotate(45deg) scaleX(0);
    background: #333;
}
.burger div:nth-child(4) {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms;
}
.burger div:nth-child(5) {
    -webkit-transform: rotate(-45deg) scaleX(0);
    transform: rotate(-45deg) scaleX(0);
    background: #333;
}
.burger div:nth-child(5) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.nav-deployed .burger div:nth-child(1) {
    -webkit-transform: translateY(-6px) scaleX(0);
    transform: translateY(-6px) scaleX(0);
}
.nav-deployed .burger div:nth-child(1) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}
.nav-deployed .burger div:nth-child(2) {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
.nav-deployed .burger div:nth-child(2) {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms;
}
.burger div:nth-child(2) {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.nav-deployed .burger div:nth-child(3) {
    -webkit-transform: translateY(6px) scaleX(0);
    transform: translateY(6px) scaleX(0);
}

.nav-deployed .burger div:nth-child(3) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.nav-deployed .burger div:nth-child(4) {
    -webkit-transform: rotate(45deg) scaleX(1);
    transform: rotate(45deg) scaleX(1);
}
.nav-deployed .burger div:nth-child(4) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}
.nav-deployed .burger div:nth-child(5) {
    -webkit-transform: rotate(-45deg) scaleX(1);
    transform: rotate(-45deg) scaleX(1);
}
.nav-deployed .burger div:nth-child(5) {
    -webkit-transition-delay: 350ms;
    transition-delay: 350ms;
}
.mobile_background{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: #fff;
    overflow: scroll;
    pointer-events: none;
    transition: 1s;
    transform: translateX(-100%);
    box-shadow: 0 7px 32px -12px rgb(192 196 204 / 72%);
}
.mobile_background_active{
    pointer-events: auto!important;
    transform: translateX(0);
}
.mobile_background .joke{
    position: relative;
    margin: 140px 0 0 0;
}

.mobile_background .joke ul li{
    width: 90%;
    border-bottom: 1px solid rgb(170 170 170 / 10%);
    text-align: left;
    padding: 0 5%;
}
.mobile_background .joke ul li > a{
    padding: 16px 0;
    display: block;
}
.mobile_background .joke ul li a{
    font-size: 16px;
    color: #232323;
    font-weight: normal;
}

.mobile_background .joke ul li .hidden{
    overflow: hidden;
    display: none;
}
.mobile_background .joke ul li .hidden div{
    margin: 0 0 15px 0;
}
.mobile_background .joke ul li .hidden div a{
    display: block;
    font-size: 13px;
    color: #232323;
    opacity: 0.5;
    line-height: 35px;
}
@media screen and (max-width: 1856px) {
    body,html{
        width: 100%;
        overflow-x: hidden;
    }
}
@media screen and (max-width: 1460px) {
    header .broadside .nav a {
        font-size: 14px;
        margin-right: 72px;
    }
    header .broadside .nav{
        height: 90px;
        display: flex;
        align-items: center;
    }
    header .broadside .logo {
        height: 90px;
        display: flex;
        align-items: center;
    }
}
@media screen and (max-width: 1365px) {
  header .broadside .nav a {
    margin-right: 35px;
}
}

@media screen and (max-width: 1024px) {
    header{
        opacity: 1!important;
        background: #fff!important;
    }
    header .broadside .nav{
        display: none!important;
    }
    header .broadside .logo{
        height: auto!important;
    }
    header .broadside .logo img{
        top: 0!important;
    }
    header{
        width: 90%;
        padding: 0 5%;
        box-shadow: 0 7px 32px -12px rgb(192 196 204 / 72%);
    }
    header .broadside .logo {
        margin-right: 0;
    }
    header .cut .search .unfold_warp{
        width: 90%;
        top: 70px;
        left: -1px;
        padding: 0 5%;
    }
    header .cut .search p{
        font-size: 13px;
    }
    header .cut .search {
        margin-right: 34px;
    }
    .burger{
        display: block;
    }
    header .cut .search .unfold_warp {
        height: 56px;
    }
    header .cut .search .unfold .close svg{
        position: relative;
        top: -11px;
        width: 16px;
        height: 16px;
    }
    header .broadside .logo img {
        width: 30px;
        position: relative;
        top: -9px;
    }
    header {
        height: 70px;
    }
    footer .warp .foo_top .foo_nav ul .li_bot{
        display: none;
    }
    footer .warp .foo_top .foo_logo{
        display: none;
    }
    footer .warp .foo_top{
        width: 90%;
    }
    footer .warp .foo_top .foo_nav .arrows{
        display: none;
    }
    footer .warp .foo_top .foo_nav ul{
        margin-right: 0;
    }
    footer .warp .foo_top .foo_nav{
        justify-content: space-between;
        width: 100%;
    }
    footer .warp .foo_bottom > span{
        font-size: 12px;
        margin-bottom: 20px;
    }
    footer .warp .foo_bottom{
        width: 90%;
        margin-top: 45px;
        padding: 0 5% 22px 5%;
    }
    footer .warp {
        margin: 54px auto 26px;
    }
    footer .warp .foo_bottom .form div p{
        font-size: 22px;
    }
    footer .warp .foo_bottom .form input{
        font-size: 22px;
    }
    footer .warp .foo_bottom .form div{
        top: -3px;
    }
    footer .warp .ending{
        width: 90%;
        padding: 0 5%;
        flex-direction: column;
    }
    footer .warp .ending div{
        flex-direction: column;
        align-items: unset;
        line-height: 24px;
    }
    footer .warp .ending div p,footer .warp .ending div a{
        font-size: 12px;
    }
}

