.mobile-toggle span:nth-child(1) {top: 0px;}
.mobile-toggle span:nth-child(2) {top: 6px;}
.mobile-toggle span:nth-child(3) {top: 12px;}
.mobile-toggle span {
    display: block;
    position: absolute;
    width: 16px;
    height: 2px;
    background: #1f1f1f;
    content: " ";
    right: 0;
    border-radius: 2px;
}
/*wap导航*/
#mobile-menu[data-animation="style1"] .link_container .link_inner, 
#mobile-menu[data-animation="style1"] .mobile-language-switcher a, 
#mobile-menu[data-animation="style1"] .secondary-menu a, 
#mobile-menu[data-animation="style1"] .menu-footer > div {
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

#mobile-menu {
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 110;
    padding: 30px;
    width: 90%;
    max-width: 100%;
    overflow: hidden;
    right: 0;
    background: #1f1f1f;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    -moz-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    will-change: transform;
}

.ps {
    -ms-touch-action: auto;
    touch-action: auto;
    overflow: hidden !important;
    -ms-overflow-style: none;
}
.custom_scroll {
    overflow: hidden;
    height: 100%;
    position: relative;
}



#mobile-menu .thb-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 30;
    cursor: pointer;
    display: block;
    width: 30px;
    line-height: 1;
}
#mobile-menu .thb-close svg {
    width: 30px;
    height: 30px;
}
#mobile-menu .menubg-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
}
#mobile-menu  .mobile-menu-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
}
#mobile-menu .custom_scroll {
    display: flex;
	
}
#mobile-menu .custom_scroll .mobile-menu-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
}
#mobile-menu .mobile-menu-top {flex: 1;}
.mobile-language-switcher {
    margin-bottom: 5px;
    display: flex;
    overflow: hidden;
    min-height: 23px;
}
.mobile-language-switcher a {
    display: inline-flex;
    color: #969696;
    position: relative;
    margin-right: 14px;
    text-transform: capitalize;
    will-change: color;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#mobile-menu.light {background: #ededed;}
#mobile-menu.light .mobile-menu a {color: #5b5c62;}
#mobile-menu.light .mobile-menu a:hover {color: #8c8c94;}
/*语言切换*/
.light .mobile-language-switcher a { color: #9d9ea4;}
.light .mobile-language-switcher a:hover:after, 
.light .mobile-language-switcher a.active:after {border-color: #5b5c62;}
.light .mobile-language-switcher a:hover, 
.light .mobile-language-switcher a.active {color: #5b5c62;}

.mobile-language-switcher a.active:after, 
.mobile-language-switcher a:hover:after {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.mobile-language-switcher a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    will-change: transform;
}
/*中部菜单*/
.mobile-menu {
    display: inline-block;
    list-style: none;
    margin: 0 0 10px;
    position: relative;
    list-style: none;
    -moz-transition: all .25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -o-transition: all .25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -webkit-transition: all .25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: all .25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}

.mobile-menu li {line-height: 1.4;margin: 0;}
.mobile-menu .link_container {
    display: flex;
    overflow: hidden;
    width: 100%;
    padding-right: 10px;
}
.mobile-menu .link_container .link_inner {
    display: inline-flex;
    align-items: center;
}
.mobile-menu a {
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    display: block;
    font-size: 24px;
    position: relative;
}
/*子栏目箭头*/
.mobile-menu li:hover .next {
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}
.mobile-menu .next {
    padding: 5% 0;
	margin-left:10px;
    display: none;
    vertical-align: middle;
    cursor: pointer;
}
.mobile-menu .sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    opacity: 0;
    list-style: none;
    margin: 0;
    line-height: 1.6;
    z-index: 10;
    visibility: hidden;
}
.mobile-menu .sub-menu li:first-child>.link_container .back {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 15px;
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

/*wap子导航*/
.secondary-menu {
    /* display: flex; */
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.secondary-menu li {
    padding: 0;
    /* display: flex; */
    overflow: hidden;
    margin: 0;
    line-height: 1.4;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
}
.secondary-menu li a{
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
}
.secondary-menu li a:before{
    content: '';
    display: inline-flex;
    height: 1px;
    width: 0;
    background: #fff;
    margin-right: 0px;
    margin-left: 0;
}
#mobile-menu.light .secondary-menu a:hover:before {
    background: #5b5c62;
}
.secondary-menu li a:hover:before{
    width: 12px;
    margin-right: 5px;
}

.small-up-1>.column, .small-up-1>.columns {
    -ms-flex: 0 0 100%;
    /* flex: 0 0 100%; */
    /* max-width: 100%; */
}
/*底部版权*/
#mobile-menu.light .menu-footer {color: rgba(0,0,0,0.5);}
#mobile-menu .menu-footer {
    color: rgba(255,255,255,0.5);
    font-size: 14px;
    display: flex;
    overflow: hidden;
    margin-top: 30px;
}
#mobile-menu .menu-footer>div *:last-child {
    margin-bottom: 0;
}
#mobile-menu .menu-footer p {
    font-size: inherit;
    line-height: 1.4;
    color: inherit;
}


@media only screen and (min-width: 90.063em){
.mobile-menu a {
    font-size: 54px;
}
@media only screen and (min-width: 75em){
.mobile-menu a {
    font-size: 40px;
}
@media only screen and (min-width: 40.063em){
.mobile-menu a {
    font-size: 34px;
}