* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    outline: none;
}

body {
    width: 100%;
    overflow-x: hidden;
}

*, *::after, *::before {
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 0;
}

#my-scrollbar {
    height: 100vh;
}

.scrollbar-track-y {
    z-index: 9999 !important;
}

.scrollbar-track {
    background-color: transparent !important;
    right: 4px !important;
}

.scrollbar-track:hover {
    cursor: grab;
}

img {
    object-fit: cover;
}

header .header {
    position: fixed;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 60px;
    z-index: 9999;
}

header .header .logo{
    width: 180px;
}
header .header .logo .st0{
    fill:#ffffff;
}
header .header .logo .st1{
    fill:#F8B500;
}
footer .footer .joke .content .right .link a .link_ewm {
    pointer-events: none;
}
header .header .btn {
    display: flex;
    align-items: center;
    cursor: pointer;
}

header .header .btn .lan {
    margin-right: 60px;
}

header .header .btn .lan a {
    font-size: 14px;
    font-family: Source Han Serif SC;
    font-weight: 500;
    color: #FFFFFF;
}

header .header .btn .menu span {
    display: block;
    width: 22px;
    height: 1px;
    margin-bottom: 5px;
    position: relative;
    transition: 0.6s;
}

header .header .btn .menu-on span:nth-child(2) {
    opacity: 0;
    transform: translateX(-50px);
}

header .header .btn .menu span:nth-child(2) {
    background: #fff;
}

header .header .btn .menu span:nth-child(1):after {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    transition: 1s;
}

header .header .btn .menu span:nth-child(3):after {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    transition: 1s;
}

.header .logo img:nth-child(2) {
    display: none;
}

.header-on .logo img:nth-child(2) {
    display: block;
}

.header-on .logo img:nth-child(1) {
    display: none !important;
}

header .header .btn:hover .menu span:nth-child(1):after {
    width: 100%;
}

header .header .btn:hover .menu span:nth-child(3):after {
    width: 100%;
}

header .header .btn .menu-on span:nth-child(1):after, header .header .btn .menu-on span:nth-child(3):after {
    width: 100%;
    background: #FFFFFF !important;
}

header .header .btn .menu-on span:nth-child(1):after {
    transform: rotate(45deg);
}

header .header .btn .menu-on span:nth-child(1):after {
    transform: rotate(45deg);
    top: 6px;
}

header .header .btn .menu-on span:nth-child(3):after {
    transform: rotate(-45deg);
    top: -6px;
}

header .header-on .btn .menu span:nth-child(2) {
    background: #000 !important;
}

header .header-on .btn .menu span:nth-child(1):after {
    background: #000 !important;
}

header .header-on .btn .menu span:nth-child(3):after {
    background: #000 !important;
}

header .header-on .btn .lan a {
    color: #000000 !important;
}

header .menu-bg {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 999;
    background: #231F20;
    display: flex;
    justify-content: center;
    transform: translateY(-100%);
    opacity: 0;
    transition: 1s;
}

header .menu-bg-active {
    transform: translateY(0%);
    opacity: 1 !important;
}

header .menu-bg .list {
    width: 270px;
    height: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 140px;
    position: relative;
}

header .menu-bg .list .line2 {
    width: 1px;
    height: 20px;
    background: #FFFFFF;
    position: absolute;
    top: 183px;
    right: -1px;
    transition: 0.6s;
}

header .menu-bg .list .item {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 100px;
    opacity: 0.5;
    cursor: pointer;
    transition: 0.6s;
}

header .menu-bg .list .item.on {
    opacity: 1;
}

header .menu-bg .swiper {
    width: 960px;
    margin: 0;
    margin-left: 300px;
    margin-top: 140px;
}

header .menu-bg .swiper-slide {
    opacity: 0 !important;
    transition: 1s;
    pointer-events: none;
}

header .menu-bg .swiper-slide-active {
    opacity: 1 !important;
    pointer-events: unset;
}

header .menu-bg .swiper-slide a {
    opacity: 0;
    transform: translateY(25px);
    transition: 1s;
}

header .menu-bg .swiper-slide h1 {
    width: 100%;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 30px;
}

header .menu-bg .swiper-slide .header_item {
    width: 450px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 40px;
}



header .menu-bg .swiper-slide .header_item a {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.5;
    transition: 0.6s;
    padding-bottom: unset;
    border-bottom: unset;
    margin-bottom: 15px;
}
header .menu-bg .swiper-slide .header_item a:nth-child(1) {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 20px;
    opacity: 1;
}
header .menu-bg .swiper-slide .header_item a:hover {
    opacity: 1;
}

header .menu-bg .swiper-slide .header_item a:hover:after {
    display: none;
}

header .menu-bg .swiper-slide-active a {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.6s;
}
header .menu-bg .swiper-slide:nth-child(1) .recommend {
    height: 300px;
}
header .menu-bg .swiper-slide > div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
header .menu-bg .swiper-slide:nth-child(1) .header_top {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
header .menu-bg .swiper-slide:nth-child(1) .header_top p {
    margin-bottom: 0;
}
header .menu-bg .swiper-slide:nth-child(1)>div>a p {
    font-size: 16px;
}
header .menu-bg .swiper-slide:nth-child(1) .header_top .iconfont {
    color: #ffffff;
    font-size: 12px;
    margin-right: 11px;
}
header .menu-bg .swiper-slide:nth-child(1) .header_item a {
    padding-left: 23px;
}
header .menu-bg .swiper-slide:nth-child(1) .header_item .header_top {
    padding-left: 0;
    opacity: 1!important;
}
header .menu-bg .swiper-slide:nth-child(1) .header_item .header_top p {
    opacity: 1!important;
}
header .menu-bg .swiper-slide a {
    display: flex;
    width: 450px;
    align-items: center;
    padding-bottom: 19px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 44px;
    position: relative;
}

header .menu-bg .swiper-slide a p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.5;
    transition: 0.6s;
}

header .menu-bg .swiper-slide a .iconfont {
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    opacity: 0.5;
    margin-right: 11px;
    transition: 0.6s;
}

header .menu-bg .swiper-slide div a:after {
    content: "";
    width: 0%;
    height: 1px;
    background: #FFFFFF;
    position: absolute;
    bottom: -1px;
    left: 0;
    transition: 1s;
}

header .menu-bg .swiper-slide div a:hover:after {
    width: 100%;
}

header .menu-bg .swiper-slide a:hover p {
    opacity: 1;
}

header .menu-bg .swiper-slide a:hover .iconfont {
    opacity: 1;
}

header .menu-bg .swiper-slide .recommend {
    width: 100%;
    height: 550px;
    position: relative;
    padding: 0;
    border-bottom: 0;
    margin-bottom: 51px;
}

/*header .menu-bg .swiper-slide .recommend:after {*/
/*    content: "";*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: rgba(0, 0, 0, 0.6);*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    transition: 1s;*/
/*}*/

header .menu-bg .swiper-slide .recommend img {
    width: 100%;
    height: 100%;
}

header .menu-bg .swiper-slide .recommend p {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    top: 47px;
    left: 42px;
    z-index: 3;
    display: flex;
    align-items: center;
}

/*header .menu-bg .swiper-slide .recommend:hover:after {*/
/*background: unset;*/
/*}*/
.banner {
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.banner .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.banner .bg img {
    display: block;
    width: 100%;
    height: 100%;
}

.banner .text {
    text-align: center;
}

.banner .text p {
    display: flex;
    justify-content: center;
}

.banner .text p div {
    clip-path: inset(100% 0 0 0);
    transition: 1s;
    transform: translateY(10px);
}

.banner .text p.active div {
    clip-path: inset(0 0 0 0);
    transform: translateY(0);
}

.banner .text p:nth-child(1) {
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 24px;
}

.banner .text p:nth-child(2) {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}

footer {
    width: 100%;
}

footer .footer {
    width: 100%;
    position: relative;
}

footer .footer .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

footer .footer .bg img {
    width: 100%;
    height: 100%;
}

footer .footer .joke {
    width: 1080px;
    margin: auto;
    padding-top: 63px;
}

footer .footer .joke .logo {
    width: fit-content;
    margin: 0 auto 91px;
}

footer .footer .joke .logo img {
    display: block;
}

footer .footer .joke .content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 118px;
}

footer .footer .joke .content .right {
    width: 170px;
    display: block;
    background: unset;
}

footer .footer .joke .content .right > p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 600;
    color: #333333;
    margin-bottom: 27px;
}

footer .footer .joke .content .right .link {
    display: flex;
    justify-content: space-between;
    margin-bottom: 39px;
    border: none;
}

footer .footer .joke .content .right .link a {
    color: rgba(51, 51, 51, 1);
    font-size: 20px;
    position: relative;
    display: block;
}
footer .footer .joke .content .right .link a .link_ewm {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: 1s;
}
footer .footer .joke .content .right .link a .link_ewm img {
    display: block;
    width: 100%;
    height: 100%;
}
footer .footer .joke .content .right .link a.on .link_ewm {
    opacity: 1;
}
footer .footer .joke .content .right .link a .iconfont {
    color: rgba(51, 51, 51, 1);
    font-size: 20px;
    transition: 0.6s;
}

footer .footer .joke .content .right .link a:hover .iconfont {
    color: #EFB81D;
}

footer .footer .joke .content .right .ewm {
    width: fit-content;
}

footer .footer .joke .content .right .ewm p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    margin-top: 13px;
    text-align: center;
}

footer .footer .joke .content .left {
    width: 910px;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: end; */
}

footer .footer .joke .content .left ul {
    width: 25%;
    margin-bottom: 72px;
}

footer .footer .joke .content .left>ul:nth-child(1) {
    width: 25%;
}
footer .footer .joke .content .left ul:nth-child(2) {
    width: 75%;
}
footer .footer .joke .content .left ul:nth-child(2) h1 {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 700;
    color: #333333;
    margin-bottom: 25px;
    text-align: left;
}

footer .footer .joke .content .left ul:nth-child(2) .box {
    width: 100%;
    display: flex;
}

footer .footer .joke .content .left ul:nth-child(2) .box ul {
    width: 33.3333333%;
}

footer .footer .joke .content .left ul li a {
    display: block;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    margin-bottom: 18px;
    transition: 0.6s;
}

footer .footer .joke .content .left ul li a:hover {
    color: #EFB81D;
}

footer .footer .joke .content .left ul li:nth-child(1) a {
    display: block;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 600;
    color: #333333;
    margin-bottom: 22px;
}

footer .footer .joke .bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 51px;
}

footer .footer .joke .bottom p {
    font-size: 14px;
    font-family: ITC Avant Garde Gothic Std;
    font-weight: normal;
    color: #666666;
}

@keyframes menu {
    0% {
        width: 0;
    }

    25% {
        width: 50%;
    }
    50% {
        width: 100%;
    }
    75% {
        width: 50%;
    }
    100% {
        width: 0;
    }
}

.header_on__ .logo img:nth-child(2) {
    display: none !important;
}

.header_on__ .logo img:nth-child(1) {
    display: block !important;
}

header .header_on__ .btn .lan a {
    color: #FFFFFF !important;
}

header .header_on__ .btn .menu span:nth-child(2) {
    background: #FFFFFF !important;
}

header .header_on__ .btn .menu span:nth-child(1):after {
    background: #FFFFFF !important;
}

header .header_on__ .btn .menu span:nth-child(3):after {
    background: #FFFFFF !important;
}
.fixed_mask .joke .close {
    background: #FFFFFF!important;
    border: 2px solid transparent!important;
}
.link111 {
    display: flex;
    position: fixed;
    right: 60px;
    top: 400px;
    z-index: 99;
}
.link111 .left {
    margin-right: 12px;
}
.link111 .left .img {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.6s;
}
.link111 .left img {
    width: auto;
    height: auto;
    display: block;
}
.link111 .right a {
    display: block;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: rgba(153, 153, 153, 1);
    line-height: 40px;
    transition: 1s;
}
.link111 .right a.on {
    color: #333333;
}
.link111 .right a:hover {
    color: #333333;
}
.joker {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to left, rgba(0,0,0,0.2), transparent);
    z-index: 2;
}
.button {
    z-index: 3!important;
}
.fixed_mask {
    z-index: 99999999!important;
    overflow-y: auto;
}
.fixed_mask.events_active {
    pointer-events: auto !important;
}
.fixed_mask .joke {
    padding-bottom: 0!important;
}
.fixed_mask .joke {
    max-width: 90%;
}
.fixed_mask .joke .img{
    width: 100%;
}
.fixed_mask .joke .img img {
    max-width: 100%;
}
footer .footer .joke .content .right .ewm p {
    width: 100%;
}


.menu-bg.PC{
    display: flex !important;
}
.menu-bg.PE{
    padding-bottom: 30px;
    display: none !important;
}
.menu-bg.PE .list{
    overflow-y: scroll;
}
.menu-bg.PE .list .item .thereList,
.menu-bg.PE .list .item .towList{
    display: none;
    width: 90% !important;
    margin: 0 auto !important;
}
.menu-bg.PE .list .item .thereList .thereItem,
.menu-bg.PE .list .item .towList .towItem{
    line-height: 40px;
    font-size: 16px;
}
.menu-bg.PE .list .item .towList .towItem .thereList .thereItem{
    font-size: 14px;
    line-height: 30px;
}
.menu-bg.PE .list .item .towList .towItem .add{
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.menu-bg.PE .list .item .towTitle.active .add .line:first-child{
    opacity: 0;
}
.menu-bg.PE .list .item .towTitle{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu-bg.PE .list .item .towList .towItem .add .line{
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.5);
}
.menu-bg.PE .list .item .towList .towItem .add .line:first-child{
    position: absolute;
    top: 50%;
    transition: all .5s;
    left: 50%;
    transform: translate(-50%,-50%) rotate(90deg);
}
.menu-bg.PE .list .item .towList .towItem a{
    color: #fff;
}
header .menu-bg.PE .list .item .title{
    display: flex;
    justify-content: space-between;
}
header .menu-bg.PE .list .item .title span{
    margin-right: 50px;
    transition: all .5s;
}
header .menu-bg.PE .list .item .title.active span{
    transform: rotate(90deg);
}
.menu-bg.PE .list .item{
    line-height: 50px;
}
header .menu-bg.PE .list .item .title{
    opacity: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
header .menu-bg .swiper-slide a p{
    opacity: 1;
}
@media screen and (max-width: 2560px){
	.ICP.PC{
        display: block;
    }
    .ICP.PE{
        display: none;
    }
    header .menu-bg .swiper-slide:nth-child(1)>div>a p {
        font-size: 14px;
    }
    footer .footer .joke .content .right .link a:nth-child(2) .iconfont{
        font-size: 32px;
        margin-top: -5px;
    }
    footer .footer .joke .content .right .link a:nth-child(3) .iconfont{
        font-size: 16px;
    }
    footer .footer .joke .content .right .link a:nth-child(4) .iconfont{
        font-size: 16px;
    }
}


@media screen and (max-width: 2048px){

}

@media screen and (max-width: 1856px){

}

@media screen and (max-width: 1792px){
	
}

@media screen and (max-width: 1680px){

}

@media screen and (max-width: 1600px){
    header .menu-bg .swiper{
        margin-left: 150px;
    }
    
}

@media screen and (max-width: 1440px){
    header .menu-bg .swiper {
        margin-left: 100px;
        margin-top: 90px;
    }
    header .menu-bg .swiper-slide .recommend {
        margin-bottom: 30px;
    }
    header .menu-bg .swiper-slide .header_item {
        margin-bottom: 20px;
    }
    header .menu-bg .list .item{
        line-height: 70px;
    }
    header .menu-bg .list .line2 {
        top: 165px;
    }
    header .menu-bg .swiper-slide .header_item a:nth-child(1) {
        margin-bottom: 15px;
    }
    header .menu-bg .swiper-slide:nth-child(1) .header_item a{
        margin-bottom: 10px;
    }
    header .menu-bg .swiper-slide .recommend img {
        height: auto;
    }
    header .menu-bg .swiper {
        width: 900px;
    }
    header .menu-bg .swiper-slide .recommend{
        height: auto;
    }
    footer .footer .joke .content .left ul{
        margin-bottom: 30px;
    }
    footer .footer .joke .content{
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 1400px){
    header .menu-bg .list {
        width: 220px;
    }
}

@media screen and (max-width: 1366px){
	
}




@media screen and (max-width: 1024px){
    header .header .logo .st0{
        fill: rgb(69, 70, 70) !important;
    }
    .menu-bg.PC{
        display: none !important;
    }
    .menu-bg.PE{
        display: flex !important;
    }
    header .menu-bg .swiper{
        margin-left: 50px;
        width: 580px;
    }
    header .menu-bg .list .item {
        font-size: 18px;
    }
    header .menu-bg .swiper-slide .recommend img{
        height: auto;
    }
    header .menu-bg .swiper-slide:nth-child(1) .recommend{
        height: auto;
    }
    header .menu-bg .list {
        width: 90%
    }
    header .menu-bg .swiper-slide .header_item,header .menu-bg .swiper-slide a {
        width: 49%;
    }
    .banner {
        height: 70vh;
    }

    header .menu-bg .list .item.on{
        opacity: 0.5;
    }   
    /* header .menu-bg .list .item.on{
        opacity: 1;
    } */
    header .menu-bg .list{
        border-right: none;
    }
    /* header .menu-bg .swiper-slide .recommend{
        height: auto;
    }
    header .menu-bg .swiper-slide .recommend p {
        font-size: 18px;
    } */
    header .header .btn .menu span:last-child{
        margin-bottom: 0;
    }
    /* header .menu-bg .swiper-slide .header_item a:nth-child(1){
        width: auto;
    } */
    footer .footer .joke{
        width: 100%;
        padding: 60px 60px 0;
    }
    footer .footer .joke .logo {
        margin-bottom: 50px;
    }
    footer .footer .joke .content .left ul li a {
        margin-bottom: 10px;
    }

}

@media screen and (max-width: 820px){
    /* header .menu-bg .list {
        width: 150px;
    } */
    header .menu-bg .swiper {
        width:520px;
    }
    /* header .menu-bg .list .item {
        font-size: 16px;
    } */
    header .menu-bg .swiper-slide .header_item a:nth-child(1) {
        width: auto;
        font-size: 14px;
    }
    header .header .btn .lan {
        margin-right: 30px;
    }
    header .header .logo{
        width: 150px;
    }
    header .header .logo img{
        width: 100%;
        height: auto;
    }
	header .header {
        height: 80px;
    }
    footer .footer .joke .bottom{
        padding-bottom: 20px;
    }
    footer .footer .joke .content .left ul li:nth-child(1) a {
        font-size: 14px;
    }
    footer .footer .joke .content .left ul li a {
        font-size: 12px;
    }
    
}


@media screen and (max-width: 768px){

}


@media screen and (max-width: 540px){
    .banner{
        margin-top: 60px;
        height: 40vh;
    }
	header .header {
        padding: 0 20px;
        height: 60px;
        transition: all 1s;
    }
    header .menu-bg .list .item {
        font-size: 16px;
    }
    .menu-bg.PE .list .item .thereList .thereItem, .menu-bg.PE .list .item .towList .towItem{
        font-size: 14px;
    }
    .menu-bg.PE .list .item .towList .towItem .thereList .thereItem {
        font-size: 12px;
    }
    header .menu-bg.PE .list .item .title span {
        margin-right: 20px;
    }
    header .header_on__{
        background-color: transparent !important;
    }
    header .header-on{
        background-color: #fff;
    }
    header .menu-bg .swiper {
        width: 340px;
        margin-left: 30px;
    }
    header .menu-bg .swiper-slide .header_item a{
        white-space: nowrap;
    }
    header .menu-bg .swiper-slide .recommend p {
        font-size: 14px;
        top: 20px;
        left: 20px;
    }
    header .menu-bg .list {
        padding-top: 80px;
        /* width: 120px; */
    }
    header .menu-bg .swiper {
        margin-top: 100px;
    }
    header .menu-bg .list .line2{
        top: 105px;
    }
    header .menu-bg .swiper-slide .recommend {
        margin-bottom: 30px;
    }
    /* header .menu-bg .list .item {
        font-size: 14px;
    } */
    header .menu-bg .swiper-slide .header_item{
        padding-bottom: 5px;
        margin-bottom: 20px;
    }
    header .menu-bg .swiper-slide a .iconfont {
        margin-right: 5px;
    }
    .fixed_mask .joke{
        flex-direction: column-reverse;
        align-items: end;
    }
    .fixed_mask .joke .close{
        margin-bottom: 20px;
    }
    footer .footer .joke {
        padding: 60px 20px 0;
    }
    footer .footer .joke .content .left ul li:nth-child(1) a {
        font-size: 14px;
    }
    footer .footer .joke .content .left ul li a {
        font-size: 12px;
    }
    footer .footer .joke .content .left{
        display: none;
    }
    footer .footer .joke .content .right{
        margin: 0 auto;
        text-align: center;
    }
    footer .footer .joke .content .right .ewm{
        width: auto;
    }
    footer .footer .joke .content .right > p{
        margin-bottom: 14px;
    }
    footer .footer .joke .content .right .link{
        margin-bottom: 20px;
    }
    .ICP.PC{
        display: none;
    }
    .ICP.PE{
        margin-top: 20px;
        width: 100%;
        display: block;
        text-align: center;
    }
    footer .footer .joke .bottom{
        flex-wrap: wrap;
    }
    .banner .text p:nth-child(1) {
        font-size: 32px;
    }
}


@media screen and (max-width: 414px){
    /* header .menu-bg .list .item {
        font-size: 12px;
    } */
    header .menu-bg .swiper {
        width: 220px;
    }
    header .menu-bg .swiper-slide .recommend p {
        font-size: 12px;
        top: 10px;
        left: 10px;
    }
    /* header .menu-bg .list {
        width: 100px;
    } */
    header .menu-bg .list .item {
        line-height: 40px;
    }
    header .menu-bg .list .line2{
        top:90px
    }
    header .menu-bg .swiper-slide .header_item a:nth-child(1) {
        font-size: 12px;
    }
    header .menu-bg .swiper {
        margin-left: 20px;
        width: 240px;
    }
    header .menu-bg .swiper-slide:nth-child(1)>div>a p {
        font-size: 12px;
    }
    header .menu-bg .swiper-slide .header_item a {
        font-size: 12px;
    }
    header .menu-bg .swiper {
        width: 220px;
    }
    footer .footer .joke {
        padding: 20px 20px 0px;
    }
    footer .footer .joke .logo {
        margin-bottom: 20px;
    }
    footer .footer .joke .bottom p {
        font-size: 12px;
    }
}

@media screen and (max-width: 375px){
	
}

@media screen and (max-width: 360px){
	
}




 