.header{
    background: #FAFAFA;
    height: 140px;
    padding-top: 30px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.header a{
    color: #2c3034;
}
.header-content{
    max-width: 1170px;
    margin: 0 auto;
}
.header-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-top .right{
    display: flex;
    align-items: center;
}
.header-top .right>div{
    margin-left: 30px;
    font-size: 14px;
}
.header-top .right>.email{
    display: flex;

}
.header-top .right img{
    width: 20px;
    height: 20px;
}
.header-bottom{
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 60px;
    max-width: 1170px;
    display: flex;
    bottom: -30px;
}
.header-bottom .left{
    flex:1;
    display: flex;
    align-items: center;
}
.header-bottom .left div{
    min-width: 12%;
    text-align: center;
    height: 100%;
    line-height: 60px;
}
.header-bottom .left .active{
    border-bottom: 2px solid #FBBB6A;
}
.header-bottom .left .active a{
    color:#FBBB6A
}
.header-bottom .left  a:hover{
    cursor: pointer;
}
.header-bottom .right{
    width: 180px;
    background-color: #232F3E;
    color: #fff;
    line-height: 60px;
    text-align: center;
}
.header-bottom .right:hover{
    cursor: pointer;
}

#lang{
    padding: 1rem;
}
.header .lang-list{
    background-color: #fff;
    border-radius: 1rem 1rem 0 0;
    position: relative;
    /*border: 1px solid #EEEEEE;*/
}
.header .list{
    display: none;
}
.header .lang-list .list{
    display: block;
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0;
    text-align: center;
    z-index:999;
    border-radius: 0 0 1rem 1rem;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}
.header .lang-list .list .active{
    background-color: #232F3E;
    color: #fff;
    border-radius: .2rem;
}
.header .lang-list .list div{
    padding: .3rem 0;
}
.header .lang-list .list div:hover,.lang-hover:hover{
    cursor: pointer;
}
@media screen and (max-width: 992px) {
    #pcheader{
        display: none;
    }
    .header-holder{
        height: 25vw;
    }
}
@media screen and (min-width: 992px) {
    #moheader{
        display: none;
    }
    .header-holder{
        height: 140px;
    }

}
#moheader{
    height: 25vw;
    position: fixed;
    top: 0;
    width: 100%;
    z-index:3
}
#moheader .header-box{
    background-color: #fff;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-content: center;
}
#molist{
    display: none;
    position: fixed;
    top: 25vw;
    width: 100%;
    z-index:3
}
#molist>div{
    background-color: #232F3E;
    color: #fff;
    border-bottom: #38424E 1px solid;
    padding: 4vw 0;
    text-align: center;
}
#molist>div a{
    color: #fff;
    display: block;
}
#molist>div:last-child{
    border-bottom: none;
}
#molist .active a{
    color: #FBBB6A;
}
#molist img{
    width: 1rem;
    height: 1rem;
    margin-right: .5rem;
}
#mo-lang{

    padding: 0!important;
}
#mo-lang>div{
    background-color: #343a41!important;
    color: #fff;
    border-bottom: #38424E 1px solid;
    padding: 4vw 0;
    text-align: center;
}