/* common */
/*@font-face {*/
/*    font-family: Roboto;*/
/*    src: url("../fonts/Roboto-Regular.ttf");*/
/*}*/

* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    outline: none;
}

body {
    width: 100%;
    overflow-x: hidden;
    background: #fff;
}

*, *::after, *::before {
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 0;
}

#my-scrollbar {
    height: 100vh;
}

.scroll-content {
    overflow: hidden;
}

.scrollbar-thumb {
    width: 5px !important;
}

@media screen and (max-width: 1365px) {
    .scrollbar-thumb {
        width: 0 !important;
    }
}

.scrollbar-track-y {
    z-index: 9999 !important;
}

.scrollbar-track {
    background-color: transparent !important;
    right: 0 !important;
}

.scrollbar-track:hover {
    cursor: grab;
}

.scrollbar-thumb {
    background: rgba(0, 0, 0, .5) !important;
}

img {
    object-fit: cover;
    vertical-align: bottom;
}

textarea {
    resize: none;
    font-family: inherit;
}

button {
    border: none;
    cursor: pointer;
}

.bezier .swiper-wrapper {
    transition-timing-function: cubic-bezier(.77, 0, .175, 1);
}

/*video*/
*[onclick*='video_alert(this)'] video {
    display: none;
}

.alert_video {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
    transition: 1s;
}

.video_active {
    pointer-events: auto !important;
    opacity: 1 !important;
}

.alert_video .joke {
    display: flex;
    position: relative;
    z-index: 2;
}

.alert_video .joke .video {
    width: 100%;
    height: 576px;
    display: block;
}

.alert_video .joke .video video {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.alert_video .joke .close {
    margin: 0 0 0 25px;
    cursor: pointer;
}

.alert_video .joke .close svg {
    width: 30px;
    height: 30px;
    fill: #fff;
}

.alert_video .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.7);
}

.alert_video.all .joke {
    width: 100%;
    height: 100%;
}

.alert_video.all .joke .video {
    height: 100%;
    object-fit: cover;
}

.alert_video.all .close {
    position: absolute;
    top: 50px;
    right: 50px;
}

.alert_video.all .joke .video video {
    object-fit: cover;
}

.none {
    display: none;
}

#my-scrollbar .scroll-content section {
    overflow: hidden;
}

table {
    border-collapse: collapse;
}
@font-face {
    font-family: Canela;
    src: url(/static/fonts/Canela-Regular_atdzcu.ttf);
}
/* common */
header {
    width: 100%;
    height: 80px;
    position: fixed;
    z-index: 999;
}
header .header {
    width: 100%;
    height: 100%;
    padding: 0 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 1s;
}
header .header:hover,
header .header.on{
    background: rgba(255,255,255,0.9);
}
header .header .logo {
    display: block;
    width: 134px;
    height: 40px;
    position: relative;
}
header .header .logo img {
    width: 134px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 1s;
}
header .header .logo img:nth-child(2) {
    opacity: 0;
}
header .header .nav {
    display: flex;
    align-items: center;
}
header .header .nav li:not(:nth-last-child(1)) {
    margin-right: 100px;
}
header .header .nav li a {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    transition: 1s;
}
header .header .nav li a:hover {
    color: #229230;
}
header .header:hover .logo img:nth-child(2),
.header.on .logo img:nth-child(2) {
    opacity: 1;
}
header .header:hover .logo img:nth-child(1),
.header.on .logo img:nth-child(1) {
    opacity: 0;
}
header .header:hover .nav li a,
header .header.on .nav li a{
    color: #333;
}
body {
    background: #f9f9f9;
}
header .header .nav{
    height: 100%;
}
header .header .nav li a.on,header .header .nav li a:hover {
    color: #229230;
}
header .header .nav li{
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}
header .header .nav li:hover .body{
    clip-path: inset(0 0 0 0);

}
header .header .nav li .body{
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 50%;
    width: max-content;
    top:100%;
    padding: 20px;
    text-align: center;
    background-color: #fff;
    transform: translateX(-50%);
    clip-path: inset(0 0 100% 0);
    transition: all .6s;
}
header .header .nav li .body a{
    color: #999;
    font-size: 14px;
    line-height: 2;
}
header .header .nav li .body a.active,
header .header .nav li .body a:hover{
    color: #1b8a29;
}

.footer {
    background: #5D5D5D;
}
.footer .joke {
    width: 1680px;
    padding-top: 62px;
    height: 446px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.footer .joke ul {
    display: flex;
}
.footer .joke ul li a:nth-child(1) {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    transition: 0.6s;
    display: block;
    margin-bottom: 40px;
}
.footer .joke ul li a:not(:nth-child(1)) {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #D4D4D4;
    display: block;
    margin-bottom: 14px;
    transition: 0.6s;
}
.footer .joke ul li a:not(:nth-child(1)):hover {
    color: #FFFFFF;
}
.footer .joke ul li a:nth-child(1):hover {
    color: #229230;
}
.footer .joke ul li:not(:nth-last-child(1)) {
    margin-right: 83px;
}
.footer .footer_bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.03);
    padding: 33px 0 60px;
}
.footer .footer_bottom .box {
    width: 1680px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.footer .footer_bottom .box p {
    font-size: 14px;
    font-family: Cambria;
    font-weight: 400;
    color: #D4D4D4;
    line-height: 28px;
    opacity: 0.3;
}
.footer .footer_bottom .box>a {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #D4D4D4;
    line-height: 28px;
    opacity: 0.3;
    transition: 0.6s;
}
.footer .footer_bottom .box>a:hover {
    opacity: 1;
}
.footer .footer_bottom .box .link {
    display: flex;
}

.footer .footer_bottom .box .link .item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    transition: 0.6s;
    background: #6e6e6e;
}
.footer .footer_bottom .box .link .item .iconfont {
    transition: 0.6s;
    color: #bfbfbf;
    font-size: 20px;
}
.footer .footer_bottom .box .link .item:hover {
    background: #229230;
}
.footer .footer_bottom .box .link .item:hover .iconfont {
    color: #fff;
}
.footer .footer_bottom .box .link .item:not(:nth-last-child(1)) {
    margin-right: 36px;
}
.banner {
    width: 100%;
    position: relative;
}
.banner img {
    width: 100%;
    display: block;
}
.banner .text {
    position: absolute;
    left: 150px;
    bottom: 200px;
}
.banner .text h1 {
    font-size: 50px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}
.banner .text p {
    font-size: 20px;
    font-family: Cambria;
    font-weight: 400;
    color: #FFFFFF;
    text-transform: uppercase;
}

.nav.PC{
    display: flex !important;
}
.nav.PE{
    display: none !important;
}
.Menu{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}
.Menu.Show .LineBox{
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    justify-content: center;
}

.Menu.Show .Line:first-child{
    transform:rotate(-45deg);
}
.Menu.Show .Line:nth-child(2){
    opacity: 0;
}
.Menu.Show .Line:last-child{
    transform:rotate(45deg);
}
.Menu.Show .LineBox .Line{
    position: absolute;
    margin-top: 0;
}
.Menu .Line{
    height: 2px;
    width: 25px;
    margin-top: 6px;
    background-color: #1b8a29;
    transition: all 1s;
}
.Menu .Line:first-child{
    margin-top: 0;
}
.Menu .Line:nth-child(2){
    transition: all 1s;
    width: 20px;
    opacity: 1;
    margin-left: 5px;
    height: 2px;
}
/* .MenuBox{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    transition: all 1s;
    transform: translateY(-100%);
    z-index: -10;
}
.MenuBox.Show{
    transform: translateY(60px);
}
.MenuBox ul{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.MenuBox ul li{
    width: 100%;
    background-color: #fff;
}
.MenuBox ul li a{
    display: block;
    text-align: center;
    height: 40px;
    color: #333333;
    line-height: 40px;
    font-family: Source Han Sans CN;
} */
header .mark{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -12;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
}
.MenuBox ul li a.on{
    color: #1b8a29;
}
.footer .footer_bottom .box .link.PC{
    display: flex !important;
}
.footer .footer_bottom .box .link.PE{
    display: none !important;
}

 .menu_show {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 99;
    top: 0;
    display: block;
    background-color: #fff;
    /* transition: cubic-bezier(0.77, 0, 0.175, 1) 1.5s; */
    transition: cubic-bezier(0.77, 0, 0.175, 1) 1s;
    clip-path: inset(0 0 100% 0);
  }

  .menu_show.active {
    clip-path: inset(0 0 0 0);
  }

  .menu_show.active .warp .item {
    transform: translateY(0);
    opacity: 1;
  }

  .menu_show.active .warp .item:nth-child(1) {
    transition-delay: 0.5s;
  }

  .menu_show.active .warp .item:nth-child(2) {
    transition-delay: 0.6s;
  }

  .menu_show.active .warp .item:nth-child(3) {
    transition-delay: 0.7s;
  }

  .menu_show.active .warp .item:nth-child(4) {
    transition-delay: 0.8s;
  }

  .menu_show.active .warp .item:nth-child(5) {
    transition-delay: 0.9s;
  }

  .menu_show.active .warp .item:nth-child(6) {
    transition-delay: 1s;
  }

  .menu_show.active .warp .item:nth-child(7) {
    transition-delay: 1.1s;
  }

  .menu_show.active .warp .item:nth-child(8) {
    transition-delay: 1.2s;
  }

  .menu_show .warp {
    max-height: 100vh;
    padding-top: 80px;
    display: flex;
    flex-direction: column;
  }

  .menu_show .warp .item {
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid #cccccc;
    transform: translateY(20px);
    opacity: 0;
    transition: all 1s;
    font-size: 20px;
    color: #111;
    font-family: HD;
  }

  .menu_show .warp .item.on a {
    color: #2C6DB6;
  }

  .menu_show .warp .item a {
    color: #333;
    font-size: 16px;
    display: block;
    width: 100%;
    padding: 10px 0;
  }

  .menu_show .warp .item .head a {
    color: #333;
    font-size: 16px;
    display: block;
    width: 100%;
    padding: 15px 0;
    text-transform: uppercase;
  }

  .menu_show .warp .item .body {
    padding-bottom: 10px;
    display: none;
  }

  .menu_show .warp .item .body a {
    font-size: 14px;
    line-height: 1.2;
    display: block;
    color: #666666;
    padding-left: 10px;
  }

  .menu_show .warp .item .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .menu_show .warp .item .head a {
    width: fit-content;
    font-family: Source Han Sans CN;
  }
  
  .menu_show .warp .item .head .icon{
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
  }
  .menu_show .warp .item .head .icon img{
    width: 100%;
  }
  .menu_show .warp .item .body a {
    font-family: Source Han Sans CN;  
}

  .menu_show .warp .item .head.active .icon {
    transform: rotate(90deg);
  }

    .menu_show .warp .item .head .icon {
    transform: rotate(0);
    transition: all 0.5s;
  }

  .menu_show .warp .scroll {
    height: 70vh;
    overflow: auto;
  }

  .menu_show .warp .scroll::-webkit-scrollbar {
    width: 0;
  }

  .header .header_right .header_btn_box .search {
    position: relative;
    z-index: 2;
  }

  .menu_show .warp .scroll {
    padding-right: 0;
  }

.common_paging {
    display: flex;
    align-items: center;
    justify-content: center;
}

.common_paging a {
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    color: #BCBCBC;
    transition: .6s ease
}

.common_paging a.on {
    background: #1b8a29;
    color: #fff
}
.common_paging a.on:hover{
    color: #fff!important;
}

.common_paging a:hover {
    color: #1b8a29
}

.common_paging a.point {
    background: transparent;
    font-weight: bold;
    width: 30px;
    height: fit-content
}
.common_paging a.prev,
.common_paging a.next {
    width: 134px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 8px;
    font-weight: 400;
    font-size: 18px;
    color: #1b8a29
}

.common_paging a:not(:last-child) {
    margin: 0 10px 0 0
}


@media screen and (max-width: 2560px){
	
}


@media screen and (max-width: 2048px){
	
}

@media screen and (max-width: 1856px){
	
}

@media screen and (max-width: 1792px){
	
}

@media screen and (max-width: 1680px){
	.footer .joke,
    .footer .footer_bottom .box{
        width: 90%;
    }
    header .header .nav li:not(:nth-last-child(1)) {
        margin-right: 60px;
    }
    .banner .text {
        left: 60px;
        bottom: 60px;
    }
    .footer .joke ul li:not(:nth-last-child(1)) {
        margin-right: 60px;
    }
}

@media screen and (max-width: 1600px){


}

@media screen and (max-width: 1440px){
    .banner .text h1 {
        font-size: 40px;
    }
}

@media screen and (max-width: 1400px){
	
}

@media screen and (max-width: 1366px){
	.footer .joke ul li:not(:nth-last-child(1)) {
        margin-right: 50px;
    }
}






@media screen and (max-width: 820px){
    .nav.PC{
        display: none !important;
    }
    .nav.PE{
        display: flex !important;
    }
    header .header{
        padding: 0 5vw;
    }
    header .header,
    header .header.on{
        background-color: #fff;
    }
    header .header .logo img:nth-child(2){
        opacity: 1;
    }
    header .header .logo img{
        opacity: 0;
    }
    .banner{
        margin-top: 60px;
    }
    .footer .joke ul{
        display: none;
    }
    .footer .joke{
        height: auto;
        margin-bottom: 30px;
        padding-top: 30px;
    }
    .footer .footer_bottom {
        padding-bottom: 20px;
    }
    .banner .text h1 {
        font-size: 30px;
    }
    header .header .logo {
        width: 100px;
        height: 30px;
    }
    header .header .logo img{
        width: 100%;
    }
    header {
        height: 60px;
    }
    .banner .text {
        left: 30px;
        bottom: 30px;
    }
}


@media screen and (max-width: 768px){
	
}


@media screen and (max-width: 540px){
	/* header .header {
        padding: 0 20px;
    } */
    .footer .footer_bottom .box .link.PC{
        display: none !important;
    }
    .footer .footer_bottom .box .link.PE{
        width: 100%;
        display: flex !important;
        justify-content: center;
        margin-bottom: 30px;
    }
    .footer .footer_bottom .box{
        flex-wrap: wrap;
        align-items: center;
    }
    .footer .joke .logo{
        width: 120px;
        height: auto;
    }
    .footer .joke .logo img{
        width: 100%;
        height: auto;
    }
    .banner img{
        width: 200%;
        margin-left: 50%;
        transform: translateX(-50%);
    }
    .banner{
        overflow: hidden;
    }
    .banner .text h1 {
        font-size: 26px;
    }
    .banner .text p {
        font-size: 16px;
    }
    .banner .text {
        left: 20px;
        bottom: 20px;
    }
}


@media screen and (max-width: 414px){
	
}

@media screen and (max-width: 375px){
	.footer .footer_bottom .box p{
        font-size: 12px;
        line-height: 20px;
    }
    .footer .footer_bottom .box>a {
        font-size: 12px;
    }
}

@media screen and (max-width: 360px){
	
}




 