body{
    color: #878076;
    /*-webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;*/
}
.body-noscroll{
    overflow: hidden;
}
a{
    text-decoration: none;
    cursor: pointer;
    outline: none;
}
.lazyload {
    opacity: 0;
}
.lazyloading {
    opacity: 0.5;
    transition: opacity 300ms;
    background: #f7f7f7 no-repeat center;
}
.lazyloaded {
    opacity: 1;
    transition: opacity 300ms;
}
.posa{
    position: absolute;
}
.img{
    background-repeat: no-repeat;
    background-size: contain;
}
.bg-img{
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
header .lang{
    /*font-size: 1.2vw;*/
    font-size: 17.2px;
    color: #928b82;
    float: right;
    margin-right: 2vw;
    box-sizing: border-box;
    line-height: 5.8vw;
    position: relative;
}
.lang a{
    text-align: center;
    color: #928b82;
    /* padding: 0 1.5vw 0 1.3vw; */
    text-decoration: none;
    display: inline-block;
    /* line-height: 7.8vw; */
    width: 3vw;
    height: 3vw;
    
}
header .lang .lang-split{
    display: inline-block;
    background-image: url(../mobile/language-stroke.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: .1vw;
    height: 1.6vw;
    position: absolute;
    top: 2.2vw;
    left: 3vw;
}
.lang a.lang-active>span, .lang a:hover>span{
    padding-bottom: 4vw;
    display: inline-block;
    /* position: absolute; */
    background-position: 0 4vw;
    background-repeat: no-repeat;
    background-image: url(../mobile/language-underline.png);
    background-size: contain;
    height: 0.1vw;
    width: 1.5vw;
}
*{
    -webkit-touch-callout:none;
   -webkit-tap-highlight-color:rgba(255,255,255,0);
}
    
