
* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    outline: none;
}

body {
    width: 100%;
    overflow-x: hidden;
}

*, *::after, *::before {
    box-sizing: border-box;
}

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;
    max-width: 90%;
}
.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;
    height: fit-content;
    transition: 1s;
}
.alert_video .joke .close:hover{
    transform: rotate(90deg);
}
.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%;
    max-width: 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;
}
@media screen and (max-width: 1024px) {
    .alert_video .joke {
        width: 90%;
    }
    .alert_video:not(.all) .joke .close {
        position: absolute;
        right: 0;
        top: -57px;
    }
    .alert_video .joke .video{
        height: auto;
    }
}
.header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background: #fff;
}
.header .gray{
    width: 100%;
    height: 44px;
    background: #808080;
}
.header .white{
    width: 1200px;
    margin: auto;
    height: 126px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.header .white .logo{
    width: 395px;
    height: 150px;
    background: #F7AB00;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -44px;
}
.header .white .logo .img{
    width: 172px;
}
.header .white .logo img{
    max-width: 172px;
    width: 100%;

}
.header .white .logo img:not(:first-child) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
}

.header .white .logo .text{
    margin: 0 0 0 5px;
    padding: 0 0 0 19px;
    position: relative;
}
.header .white .logo .text:after{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 1px;
    height: 40px;
    background: #000000;
    opacity: 0.1;
}
.header .white .logo .text p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
}
.header .white .logo .text p:nth-child(2){
    font-size: 18px;
    font-weight: bold;
}
.header .white .logo .text p:nth-child(2) span{
    font-weight: normal;
}
.header .white .the_right .other{
    width: 100%;
    justify-content: flex-end;
    display: flex;
}
.header .white .the_right .other .end{
    display: flex;
    align-items: center;
    margin: 13px 0 6px 0;
}
.header .white .the_right .other .shopping{
    display: flex;
    align-items: center;
    margin: 0 19px 0 0;
}
.header .white .the_right .other .shopping .iconfont{
    color: #F7AB00;
    font-size: 25px;
    position: relative;
    top: 1px;
}
.header .white .the_right .other .shopping .iconfont .count{
    width: 13px;
    height: 13px;
    background: #808080;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-family: Helvetica;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    right: 0;
    top: 0;
}
.header .white .the_right .other .shopping p{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    margin: 0 0 0 4px;
}
.header .white .the_right .other .login{
    display: flex;
    align-items: center;
    margin: 0 21px 0 0;
    cursor: pointer;
}
.header .white .the_right .other .login > .iconfont{
    color: #F7AB00;
    font-size: 22px;
}
.header .white .the_right .other .login > p{
    margin: 0 0 0 5px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}
.header .white .the_right .other .login .piece{
    position: absolute;
    top: 62px;
    right: 0;
    z-index: 9;
    width: 410px;
    background: #fff;
    box-shadow: 0px 0px 18px 0px rgba(64, 81, 98, 0.14);
    padding: 20px 25px 40px 25px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
    transition: 1s;
}
.header .white .the_right .other .login .piece.on{
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.header .white .the_right .other .login .piece .head{
    font-size: 18px;
    font-weight: 500;
    color: #848484;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #e6e6e6;
    margin: 0 0 33px 0;

}
.header .white .the_right .other .login .piece .center{
    padding: 0 0 40px 0;
    border-bottom: 1px solid #e6e6e6;
}
.header .white .the_right .other .login .piece .center span{
    font-size: 22px;
    color: #000;
    display: block;
    font-weight: 500;
    margin: 0 0 15px 0;
}
.header .white .the_right .other .login .piece .center .display{
    display: flex;
}
.header .white .the_right .other .login .piece .center .display a{
    font-size: 16px;
    color: #9a9a9a;
}
.header .white .the_right .other .login .piece .center .display a:not(:last-child) {
    margin: 0 60px 0 0;
}
.header .white .the_right .other .login .piece .exit{
    font-size: 18px;
    color: #facc66;
    margin: 23px 0 0 0;
}
.header .white .the_right .other .language{
    font-size: 18px;
    font-family: Helvetica;
    font-weight: 400;
    color: #666666;
    margin: 3px 60px 0 0;
}
.header .white .the_right .other .phone{
    display: flex;
    align-items: center;
}
.header .white .the_right .other .phone .circle{
    width: 32px;
    height: 32px;
    border: 1px solid #F7AB00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 11px 0 0;
}
.header .white .the_right .other .phone .circle .iconfont{
    color: #F7AB00;
    font-size: 16px;
}
.header .white .the_right .other .phone p{
    font-size: 28px;
    font-family: DINCond-Black;
    font-weight: bold;
    color: #666666;
    position: relative;
    top: 3px;
}

.header .white .the_right nav,.header .white .the_right nav ul{
    display: flex;
    align-items: center;
}

.header .white .the_right nav li .second{
    position: absolute;
    left: 50%;
    overflow: hidden;
    transform: translate(-50%,-4px);
    width: 1200px;
    background: #E6E6E6;
    border: 1px solid #CCCCCC;
    box-shadow: 0px 2px 23px 1px rgba(0,0,0,0.33);
    transition: 0.6s;
    display: none;
    opacity: 0;
}

.header .white .the_right nav li .second .joke{
    padding: 20px;
}


.header .white .the_right nav li .second .title{
    display: flex;
    flex-wrap: wrap;
}
.header .white .the_right nav li .second a:not(.directory){
    width: 270px;
    height: 70px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    /* justify-content: center; */
    padding: 0 20px;
    margin: 0 22px 12px 0;
    transition: 0.6s;
}
.header .white .the_right nav li .second a:not(.directory):hover{
    box-shadow: 0px 0px 10px 0px rgba(247,171,0,0.8);
}
.header .white .the_right nav li .second a .iconfont{
    color: #000;
    font-size: 25px;
}
.header .white .the_right nav li .second .directory{
    width: 270px;
    height: 70px;
    display: flex;
    align-items: center;
}
.header .white .the_right nav li .second .directory .circle{
    width: 20px;
    height: 20px;
    background: #F7AB00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px 0 0;
}
.header .white .the_right nav li .second .directory .circle .iconfont{
    color: #333;
}
.header .white .the_right nav li .second .directory p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}
.header .white .the_right nav li .second a img{
    /* max-height: 85%; */
    max-height: 50%;
}

.header .white .the_right nav li .second .line{
    width: 100%;
    height: 3px;
    background: #CCCCCC;
    margin: 7px 0 18px 0;
}


.header .white .the_right nav li .second a:not(.directory) p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    min-width: 64px;
    margin: 0 0 0 22px;
}

.header .white .the_right nav li .second a:nth-child(4n){
    margin: 0 0 12px 0;
}
.header .white .the_right nav li:not(:last-child) {
    margin: 0 47px 0 0;
}
.header .white .the_right nav li:first-child{
    margin: 0 47px 0 10px;
}
.header .white .the_right nav ul li > a{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    padding: 25px 0;
    display: block;
    transition: 0.6s;
    white-space: nowrap;
}
.header .white .the_right nav ul li:hover > a{
    color: #F7AB00;
}


.footer{
    width: 100%;
    overflow: hidden;
}
.footer .content{
    width: 100%;
    background: #525455;
}
.footer .content .wrap{
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 36px 0 0 0;
}
.footer .content .wrap ul{
    width: 210px;
}
.footer .content .wrap ul .item > a{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    padding: 0 0 18px 0;
    margin: 0 0 17px 0;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    display: block;
    position: relative;
}
.footer .content .wrap ul .item > a:after{
    content: '';
    position: absolute;
    top: -4px;
    left: -8px;
    width: 0;
    height: 0;
    border-top: 5px solid #F7AB00;
    border-left: 5px solid #F7AB00;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
}
.footer .content .wrap ul .item .second a{
    display: block;
    font-size: 16px;
    font-family: Helvetica;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 32px;
    transition: 0.6s;
}
.footer .content .wrap ul .item .second a:hover{
    color: #F7AB00;
}
.footer .content .wrap ul .item{
    margin: 0 0 60px 0;
}
.footer .block{
    padding: 19px 0;
    background: #2B2C2D;
    text-align: center;
}
.footer .link{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 9px 0 0 0;
}

.footer .link a:last-child{
    margin: 0 0 0 19px;
}
.footer .link a,.footer .link p {
    font-size: 16px;
    font-family: Helvetica;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.3;
    transition: 0.6s;
    display: inline-block;
}
.footer .link a:hover{
    opacity: 1;
}

.footer .link a.ba{
    display: none;
}
html[lang="zh-CN"] .footer .link a.ba{
    display: inline-block;
}

/* video */
.fixed_video{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    opacity: 0;
    pointer-events: none;
    transition: 1s;
}
.fixed_video .mask{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    cursor: pointer;
}
.fixed_video.on{
    opacity: 1;
    pointer-events: auto;
}
.fixed_video .joke{
    width: fit-content;
    position: relative;
    z-index: 1;
}
.fixed_video .joke .title{
    width: 100%;
    height: 60px;
    background: #E6E6E6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px 0 17px;
}
.fixed_video .joke .title span{
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
}
.fixed_video .joke .title .iconfont{
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}
.fixed_video .joke .content{
    width: 100%;
}
.fixed_video .joke .content video{
    width: 100%;
    max-height: 70vh;
    object-fit: contain;
}
.sidebar{
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 9;
    display: flex;
    align-items: flex-end;
}
.sidebar .color{
    width: 96px;
    height: 114px;
    background: #FFFFFF;
    box-shadow: 1px 4px 10px 0px rgba(0,0,0,0.2);
    margin: 0 7px 0 0;
    text-align: center;
    padding: 6px 0 10px 0;
    opacity: 0;
    pointer-events: none;
    transition: 0.6s;
    position: absolute;
    bottom: 0;
    left: -110px;
}

.sidebar .color.on{
    opacity: 1;
    pointer-events: unset;
}
.sidebar .color p{
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    text-align: center;
    margin: 5px 0 0 0;
}
.sidebar .link{
    display: flex;
    flex-direction: column;
}
.sidebar .link a:not(.return_top){
    width: 56px;
    height: 56px;
    background: #F7AB00;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 26px;
    position: relative;
}
.sidebar .link a:not(.return_top,:last-child) {
    margin: 0 0 1px 0;
}
.sidebar .link .return_top{
    width: 56px;
    height: 56px;
    background: #999999;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: Helvetica;
    font-weight: bold;
    color: #FFFFFF;
    position: relative;
}
.sidebar .link .return_top:after{
    content: '';
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-bottom: 12px solid #999999;
    border-right: 7px solid transparent;
}

/* common_paging*/
.common_paging {
    display: flex;
    align-items: center;
}

.common_paging a {
    height: 40px;
    background: #F5F5F5;
    padding: 0 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    transition: 0.6s;
    white-space: nowrap;
}

.common_paging a.on {
    background: #F7AB00;
}

.common_paging a:not(:last-child) {
    margin: 0 10px 0 0;
}

.common_paging a:hover {
    background: #F7AB00;
}


.select2-container--default.select2-container--disabled .select2-selection--single{
    background: transparent!important;
}


.header .white .the_right nav li:nth-child(2) .second a:nth-child(7) img{
    transform: scale(1.2);
}
.header .white .the_right nav li:nth-child(2) .second a:nth-child(8) img{
    transform: scale(1.1);
}
.header .white .the_right nav li:nth-child(2) .second .title:nth-last-child(1) a:nth-child(2) img{
    transform: scale(.8);
}
.header .white .the_right nav li:nth-child(3) .second a:nth-child(3) img{
    transform: scale(1.1);
}

.header .white .the_right nav li:nth-child(6) .second a:nth-child(1) img{
    transform: scale(.9);
}

@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){
	.header .white .logo{
        height: 130px;
    }
    .header .white .the_right .other .login > p,
    .header .white .the_right .other .shopping p,
    .header .white .the_right .other .language{
        font-size: 16px;
    }
    .header .white .the_right .other .phone p {
        font-size: 24px;
    }
    .header .white .the_right .other .phone .circle {
        width: 28px;
        height: 28px;
    }
    .header .white .the_right .other .phone .circle .iconfont{
        font-size: 14px;
    }
    .header .white .the_right nav ul li > a {
        padding: 15px 0;
    }
    .header .white {
        height: 105px;
    }
}

@media screen and (max-width: 1600px){

}

@media screen and (max-width: 1440px){
	.header .white,
    .footer .content .wrap{
        width: 90%;
    }

}

@media screen and (max-width: 1400px){

}

@media screen and (max-width: 1366px){

}



@media screen and (max-width: 1024px){
    .header .white .logo img:first-child{
        opacity: 0;
    }
    .header .white .logo img:not(:first-child){
        opacity: 1;
    }
    .sidebar{
        display: none;
    }
    .header .white{
        width: 100%;
        padding: 0 30px;
    }
    .footer .content .wrap{
        display: none;
    }

    .header .gray{
        display: none;
    }
    .header .white .logo .text{
        display: none;
    }
    .header .white .logo{
        display: flex;
        align-items: center;
        justify-content: center;
        top: 0;
        width: 110px;
        height: fit-content;
        background: transparent;
    }
    .header .white .the_right .other .end{
        margin: 0;
    }

    .header .white .logo img{
        max-width: 90%;
    }
    .header .white .the_right nav{
        display: none;
    }
    .header .white .the_right .other .login > p, .header .white .the_right .other .shopping p, .header .white .the_right .other .language{
        font-size: 12px;
    }
    .header .white .the_right .other .language{
        font-size: 14px;
        margin: 0 20px 0 0;
    }
    .header .white .the_right .other .phone{
        display: none;
    }
    .header .white {
        padding: 0 5% ;

        height: 60px;
        align-items: center;
        box-shadow: 0 7px 32px -12px rgb(192 196 204 / 72%);
    }
    .header .white > a{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header .white .the_right .other .shopping{
        margin: 0 14px 0 0;
    }
    .footer .link{
        flex-direction: column;
        padding: 0 5%;
    }
    .footer .link a, .footer .link p{
        font-size: 12px;
        line-height: 20px;
    }
    .footer .link a:last-child{
        margin: 0;
    }
    .common_paging a {
        padding: 0 15px;
        font-size: 14px;
        height: 36px;
    }

    .header .white .the_right .other .shopping p,.header .white .the_right .other .login > p{
        display: none;
    }

    .mobile_background .joke .other{
        margin: 25px 0 0 0;
    }
    .mobile_background .joke .other .phone{
        display: flex;
        align-items: center;
    }
    .mobile_background .joke .other .phone .circle{
        width: 32px;
        height: 32px;
        border: 1px solid #F7AB00;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 11px 0 0;
    }
    .mobile_background .joke .other .phone .circle .iconfont{
        color: #F7AB00;
        font-size: 16px;
    }
    .mobile_background .joke .other .phone p{
        font-size: 17px;
        font-family: DINCond-Black;
        font-weight: bold;
        color: #666666;
        position: relative;
        top: 3px;
    }
    .header .white .the_right .other .login .piece{
        width: 90%;
        right: 5%;
        padding: 5%;
        top: 72px;
    }
    .header .white .the_right .other .login .piece .head{
        font-size: 14px;
        padding: 0 0 10px;
        margin: 0 0 23px 0;
    }
    .header .white .the_right .other .login .piece .center span{
        font-size: 17px;
    }
    .header .white .the_right .other .login .piece .center .display a:not(:last-child) {
        margin: 0 32px 0 0;
    }
    .header .white .the_right .other .login .piece .center .display a{
        font-size: 13px;
    }
    .header .white .the_right .other .login .piece .center{
        padding: 0 0 20px;
    }
    .header .white .the_right .other .login .piece .exit{
        font-size: 15px;
    }
    .mobile_background .joke .other .phone{
        padding: 0 0 0 3%;
    }
}


@media screen and (max-width: 820px){

}


@media screen and (max-width: 768px){

}


@media screen and (max-width: 540px){
	.common_paging a {
        font-size: 12px;
        padding: 0 12px;
        height: 32px;
    }
}

@media screen and (max-width: 500px){
	.common_paging a {
        padding: 0 10px;
        height: 28px;
    }
}
@media screen and (max-width: 450px){
	.common_paging a {
        padding: 0 8px;
    }
}
@media screen and (max-width: 414px){
	.common_paging a:not(:last-child) {
        margin: 0 6px 0 0;
    }
}

@media screen and (max-width: 375px){

}

@media screen and (max-width: 360px){

}




