﻿html
{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -moz-tap-highlight-color: rgba(0,0,0,0);
    -ms-tap-highlight-color: rgba(0,0,0,0);
    -o-tap-highlight-color: rgba(0,0,0,0);
    tap-highlight-color: rgba(0,0,0,0);
}
html.overflowHidden, body.overflowHidden
{
    overflow: hidden!important;
    width: 100%;
    height: 100%;
    max-width: 100%;
}
#backstage-headArea-mobile
{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 109;
}
#backstage-headArea-mobile .header-style10
{
    background-color: #fff;
}
#backstage-headArea-mobile .header-style10 .font-icon
{
    color: #333;
    cursor: pointer;
}
#backstage-headArea-mobile .header-style10 .nav-box .nav-item a
{
    font-size: 14px;
}
#backstage-headArea-mobile .header-style10 .nav-logo-mix-box .header-components-list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
#backstage-headArea-mobile .header-style10 .nav-logo-mix-box
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    height: 52px;
    background-color: #fff;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#backstage-headArea-mobile .header-style10 .nav-logo-mix-box .header-nav-wrap
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
#backstage-headArea-mobile .header-style10 .nav-box .nav-title
{
    height: 50px;
    line-height: 50px;
    position: relative;
}
#backstage-headArea-mobile .header-style10 .nav-box .nav-title:after
{
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #3333;
}
#backstage-headArea-mobile .header-style10 .nav-box .nav-title1
{
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #1c1c1c;
    background-color: #fff;
}
#backstage-headArea-mobile .header-style10 .nav-box .nav-title1:after
{
    display: none;
}
#backstage-headArea-mobile .header-style10 .nav-box .nav-title1 .line
{
    display: inline-block;
    width: 24px;
    height: 1px;
    background-color: #1c1c1c;
    position: absolute;
    left: 18px;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
#backstage-headArea-mobile .header-style10 .nav-box .nav-title1 .line-top
{
    top: 21px;
}
#backstage-headArea-mobile .header-style10 .nav-box .nav-title1 .line-middle
{
    top: 29px;
}
#backstage-headArea-mobile .header-style10 .nav-box .nav-title1 .line-bottom
{
    top: 38px;
}
#backstage-headArea-mobile .header-style10 .nav-box .nav-btn.on .line-top
{
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
}
#backstage-headArea-mobile .header-style10 .nav-box .nav-btn.on .line-middle
{
    opacity: 0;
}
#backstage-headArea-mobile .header-style10 .nav-box .nav-btn.on .line-bottom
{
    -webkit-transform: rotateZ(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotateZ(-45deg);
}
#backstage-headArea-mobile .header-style10 .nav-box .nav-title1 .nav-words
{
    display: none;
    float: left;
    font-weight: bold;
}
#backstage-headArea-mobile .header-style10 .others-nav
{
    position: absolute;
    top: 52px;
    left: 0;
    width: 100%;
    display: none;
    z-index: 12;
    height: 560px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    background: inherit;
}
#backstage-headArea-mobile .header-style10 .nav-box .nav-item
{
    position: relative;
    color: #1c1c1c;
    background-color: inherit;
}
#backstage-headArea-mobile .header-style10 .nav-box .nav-item:after
{
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #3333;
}
#backstage-headArea-mobile .header-style10 .nav-box .nav-item .item-cont
{
    display: block;
    height: 50px;
    line-height: 50px;
    color: #1c1c1c;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
}
#backstage-headArea-mobile .header-style10 .nav-box .nav-item .item-btn
{
    position: absolute;
    top: 0;
    right: -10px;
    padding: 0 15px;
    transition: all .3s;
}
#backstage-headArea-mobile .header-style10 .nav-box .nav-item .item-btn>svg
{
    width: 14px;
    height: 14px;
    transform: translateY(2px);
}
#backstage-headArea-mobile .header-style10 .nav-box .nav-item1
{
    margin: 0 20px;
}
#backstage-headArea-mobile .header-style10 .nav-box .nav-item .item-btn .fa
{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: none;
}
#backstage-headArea-mobile .header-style10 .nav-box .nav-item .on .item-btn
{
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
}
#backstage-headArea-mobile .header-style10 .nav-box .nav-title2
{
    height: 50px;
    line-height: 50px;
    color: #1c1c1c;
}
#backstage-headArea-mobile .header-style10 .nav-box .nav-title2 .nav-words
{
    display: block;
    color: #1c1c1c;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#backstage-headArea-mobile .header-style10 .nav-box .nav-list3, #backstage-headArea-mobile .header-style10 .nav-box .nav-list2
{
    width: 100%;
    display: none;
}
#backstage-headArea-mobile .header-style10 .nav-box .nav-item2 .item-cont
{
    padding: 0 50px 0 40px;
}
#backstage-headArea-mobile .header-style10 .nav-box .nav-title3 .nav-words
{
    display: block;
    padding: 0 50px 0 40px;
    color: #1c1c1c;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#backstage-headArea-mobile .header-style10 .nav-box .nav-item3 .item-cont
{
    padding: 0 50px 0 60px;
}
#backstage-headArea-mobile .header-style10 .logo-box
{
    max-width: 100px;
    float: left;
    position: relative;
}
#backstage-headArea-mobile .header-style10 .logo-box.pos-center
{
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#backstage-headArea-mobile .header-style10 .logo-box .logo-url
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 52px;
    text-align: center;
    padding: 5px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#backstage-headArea-mobile .header-style10 .logo-box .logo-pic
{
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
#backstage-headArea-mobile .header-style10 .logo-box .logo-edit-btn
{
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #999;
    font-size: 18px;
    display: none;
    opacity: 0;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
#backstage-headArea-mobile .header-style10 .lang-box
{
    float: right;
    position: relative;
    margin-right: 20px;
}
#backstage-headArea-mobile .header-style10 .lang-box .lang-list
{
    position: absolute;
    top: 29px;
    right: 0;
    display: none;
}
#backstage-headArea-mobile .header-style10 .lang-box .lang-show-word
{
    float: right;
    line-height: 52px;
    font-size: 14px;
    color: #1c1c1c;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -moz-tap-highlight-color: rgba(0,0,0,0);
    -ms-tap-highlight-color: rgba(0,0,0,0);
    -o-tap-highlight-color: rgba(0,0,0,0);
    tap-highlight-color: rgba(0,0,0,0);
}
#backstage-headArea-mobile .header-style10 .nav-title1 .nav-btn .nav-btn-open10, #backstage-headArea-mobile .header-style10 .nav-title1 .nav-btn .nav-btn-close10
{
    position: absolute;
    display: flex;
    align-items: center;
    height: 100%;
}
#backstage-headArea-mobile .header-style10 .nav-title1 .nav-btn .nav-btn-close10
{
    opacity: 0;
}
#backstage-headArea-mobile .header-style10 .lang-box .lang-show-word .lang-selected
{
    display: flex;
    align-items: center;
}
#backstage-headArea-mobile .header-style10 .lang-box .lang-slide-btn
{
    position: absolute;
    top: 50%;
    right: 4px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #1c1c1c;
}
#backstage-headArea-mobile .header-style10 .lang-box .lang-current-pic
{
    margin-right: 6px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}
#backstage-headArea-mobile .header-style10 .lang-box .lang-list
{
    background-color: #fff;
    border: 1px solid #f5f5f5;
    z-index: 13;
    -webkit-box-shadow: 1px 1px 5px #ccc;
    box-shadow: 1px 1px 5px #ccc;
    border-radius: 2px;
}
#backstage-headArea-mobile .header-style10 .lang-box .lang-item
{
    line-height: 30px;
    padding: 0 10px;
}
#backstage-headArea-mobile .header-style10 .lang-box .lang-item a
{
    color: #666;
    font-size: 14px;
    line-height: 30px;
    display: block;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-decoration: none;
    border-bottom: 1px solid #3333;
}
#backstage-headArea-mobile .header-style10 .lang-box .lang-item:last-child a
{
    border-bottom: 0;
}
#backstage-headArea-mobile .header-style10 .lang-box .lang-item img
{
    margin-right: 10px;
    vertical-align: middle;
}
#backstage-headArea-mobile .header-style10 .nav-box .nav-item.hide_after:after
{
    display: none;
}
#backstage-headArea-mobile .header-style10 .nav-box .nav-title.hide_after:after
{
    display: none;
}
#backstage-headArea-mobile .header-style10 .mix-box
{
    max-width: 33%;
    width: 60px;
    float: right;
    position: relative;
}
#backstage-headArea-mobile .header-style10 .mix-box .mix-btn
{
    display: block;
    width: 60px;
    height: 60px;
    float: right;
    position: relative;
}
#backstage-headArea-mobile .header-style10 .mix-box .mix-icon
{
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #1c1c1c;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#backstage-headArea-mobile .header-style10 .mix-box .mix-icon1
{
    top: 20px;
}
#backstage-headArea-mobile .header-style10 .mix-box .mix-icon2
{
    top: 28px;
}
#backstage-headArea-mobile .header-style10 .mix-box .mix-icon3
{
    top: 36px;
}
#backstage-headArea-mobile .header-style10 .mix-box .mix-list
{
    position: absolute;
    top: 64px;
    right: 4px;
    padding: 0 10px;
    background-color: #fff;
    display: none;
}
#backstage-headArea-mobile .header-style10 .mix-box .mix-item
{
    height: 40px;
    line-height: 40px;
}
#backstage-headArea-mobile .header-style10 .mix-box .mix-item
{
    border-bottom: 1px solid #3333;
}
#backstage-headArea-mobile .header-style10 .mix-box .mix-item:last-child
{
    border-bottom: 0;
}
#backstage-headArea-mobile .header-style10 .mix-box .tel-box .tel
{
    white-space: nowrap;
    color: #9ea3a7;
    text-decoration: none;
}
#backstage-headArea-mobile .header-style10 .share-box
{
    white-space: nowrap;
}
#backstage-headArea-mobile .header-style10 .share-btn
{
    display: inline-block;
    white-space: nowrap;
}
#backstage-headArea-mobile .header-style10 .share-btn .share-icon
{
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
#backstage-headArea-mobile .header-style10 .share-btn img
{
    display: none;
}
#backstage-headArea-mobile .header-style10 .share-renren .share-icon
{
    background-position: -202px -770px;
}
#backstage-headArea-mobile .header-style10 .share-douban .share-icon
{
    background-position: -202px -834px;
}
#backstage-headArea-mobile .header-style10 .share-qzone .share-icon
{
    background-position: -202px -706px;
}
#backstage-headArea-mobile .header-style10 .share-tweibo .share-icon
{
    background-position: -202px -898px;
}
#backstage-headArea-mobile .header-style10 .share-sinaweibo .share-icon
{
    background-position: -202px -194px;
}
#backstage-headArea-mobile .header-style10 .share-wechat .share-icon
{
    background-position: -202px -1026px;
}
#backstage-headArea-mobile .header-style10 .share-linkedin .share-icon
{
    background-position: -202px -130px;
}
#backstage-headArea-mobile .header-style10 .share-googleplus .share-icon
{
    background-position: -202px -66px;
}
#backstage-headArea-mobile .header-style10 .share-twitter .share-icon
{
    background-position: -202px -258px;
}
#backstage-headArea-mobile .header-style10 .share-facebook .share-icon
{
    background-position: -202px -2px;
}
@media(min-width: 990px)
{
    #backstage-headArea-mobile, #backstage-headArea-mobile.on
    {
        display: none;
    }
    #backstage-headArea, #backstage-headArea.off
    {
        display: block;
    }
}
@media(min-width: 568px)
{
    #backstage-headArea-mobile .header-style10 .others-nav
    {
        height: 200px;
    }
}
@media(min-width: 990px)
{
    #backstage-headArea-mobile .header-style10 .others-nav
    {
        height: 560px;
    }
}
#backstage-headArea-mobile .header-style10 .nav-title1 .nav-btn
{
    display: block;
    float: left;
    text-align: center;
    width: 16px;
    height: 52px;
    line-height: 52px;
    position: relative;
    cursor: pointer;
    margin-left: 20px;
    margin-right: 10px;
    display: flex;
    align-items: center;
}
#backstage-headArea-mobile .header-style10 .nav-title1
{
    height: 52px;
    float: left;
    position: relative;
}
#backstage-headArea-mobile .header-style10 .nav-title1 .line
{
    display: inline-block;
    width: 24px;
    height: 1px;
    background-color: #1c1c1c;
    position: absolute;
    left: 18px;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
#backstage-headArea-mobile .header-style10 .nav-title1 .line-top
{
    top: 21px;
}
#backstage-headArea-mobile .header-style10 .nav-title1 .line-middle
{
    top: 29px;
}
#backstage-headArea-mobile .header-style10 .nav-title1 .line-bottom
{
    top: 38px;
}
#backstage-headArea-mobile .header-style10 .shop-all-icon
{
    color: #fff;
    background-image: url(../image/bag-black.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 18px;
    width: 60px;
    height: 60px;
    position: relative;
    float: right;
    z-index: 2;
    cursor: pointer;
}
#backstage-headArea-mobile .header-style10 .shop-all-icon.active:after
{
    position: absolute;
    display: block;
    content: '';
    border: 15px solid transparent;
    border-bottom: 15px solid #f0f0f0;
    top: 30px;
    left: 15px;
}
#backstage-headArea-mobile .header-style10 .shop-all-content
{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #f0f0f0;
    display: none;
    z-index: 30;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.16);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.16);
}
#backstage-headArea-mobile .header-style10 .shop-all-content>div
{
    margin: 0 20px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #3333;
}
#backstage-headArea-mobile .header-style10 .nav-close-box
{
    display: none;
    position: absolute;
    right: 0;
    width: 16px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    margin-right: 20px;
}
#backstage-headArea-mobile .header-style10 .cart-box
{
    margin-right: 16px;
    color: #2a2a2a;
    font-size: 12px;
}
#backstage-headArea-mobile .header-style10 .cart-box .cart-link
{
    color: #333;
    height: 52px;
    line-height: 52px;
    display: flex;
    align-items: center;
    font-size: 12px;
}
#backstage-headArea-mobile .header-style10 .loginStatus-box
{
    margin-right: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
#backstage-headArea-mobile .header-style10 .loginStatus-box .loginStatus-user
{
    position: relative;
}
#backstage-headArea-mobile .header-style10 .loginStatus-box .loginStatus-user>span
{
    display: flex;
    align-items: center;
}
#backstage-headArea-mobile .header-style10 .loginStatus-box .loginStatus-user .loginStatus-user-icon
{
    display: flex;
    align-items: center;
    height: 52px;
    line-height: 52px;
}
#backstage-headArea-mobile .header-style10 .loginStatus-box .loginStatus-user .loginStatus-list
{
    display: none;
    position: absolute;
    right: -12px;
    top: 46px;
    padding: 4px 0;
    background-color: #fff;
    border: 1px solid #f5f5f5;
    z-index: 13;
    -webkit-box-shadow: 1px 1px 5px #ccc;
    box-shadow: 1px 1px 5px #ccc;
    border-radius: 2px;
}
#backstage-headArea-mobile .header-style10 .loginStatus-box .loginStatus-user .loginStatus-list:after
{
    content: '';
    width: 15px;
    height: 15px;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: -9px;
    background: #fff;
    z-index: 999;
}
#backstage-headArea-mobile .header-style10 .loginStatus-box .loginStatus-user .loginStatus-list .loginStatus-item .loginStatus-item-wrap a
{
    display: block;
    padding: 4px 10px;
    word-break: keep-all;
    white-space: nowrap;
    line-height: 24px;
}
#backstage-headArea-mobile .header-style10 .loginStatus-box .loginStatus-user .loginStatus-list .loginStatus-item .loginStatus-item-wrap a span
{
    color: #333;
    font-size: 14px;
}
#backstage-headArea-mobile .header-style10 .coin-box
{
    float: right;
    margin-right: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
#backstage-headArea-mobile .header-style10 .coin-box .payCoin-box.payCoin-box-dropdown .payCoin-dropdown
{
    border: 0;
    padding: 0;
    background: transparent;
    display: flex;
    align-items: center;
    position: relative;
}
#backstage-headArea-mobile .header-style10 .payCoin-box.payCoin-box-dropdown .payCoin-menu
{
    background-color: #fff;
    border: 1px solid #f5f5f5;
    z-index: 13;
    -webkit-box-shadow: 1px 1px 5px #ccc;
    box-shadow: 1px 1px 5px #ccc;
    border-radius: 2px;
    top: 30px;
    right: -18px;
    min-width: 80px;
    left: auto;
}
#backstage-headArea-mobile .header-style10 .payCoin-box.payCoin-box-dropdown .payCoin-menu:after
{
    content: '';
    width: 15px;
    height: 15px;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 24px;
    top: -9px;
    background: #fff;
    z-index: 999;
}
#backstage-headArea-mobile .header-style10 .payCoin-box.payCoin-box-dropdown .payCoin-menu li
{
    padding: 2px 4px 6px 4px;
}
#backstage-headArea-mobile .header-style10 .follow-box
{
    margin: 0 20px;
    min-height: 39px;
    border-bottom: 1px solid #3333;
    padding: 5px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#backstage-headArea-mobile .header-style10 .follow-box .follow-a
{
    padding: 5px 3px;
    line-height: 1em;
}
#backstage-headArea-mobile .header-style10 .follow-box .close-background
{
    background-image: url(../image/close.svg);
    width: 50px;
    height: 50px;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 12px 12px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: -42px;
    right: -20px;
    cursor: pointer;
}
#backstage-headArea-mobile .header-style10 .follow-box .codeWrap
{
    padding: 1px;
}
#backstage-headArea-mobile .header-style10 .codeWrap
{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    z-index: 10;
    margin-left: -113px;
    margin-top: -113px;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
}
#backstage-headArea-mobile .header-style10 .codeWrap-mark
{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.6);
    z-index: 9;
    display: none;
}
#backstage-headArea-mobile .header-style10 .codeWrap img
{
    width: 100%;
    height: 100%;
}
#backstage-headArea-mobile .header-style10 .share-box
{
    text-align: left;
    margin: 0 20px;
    min-height: 39px;
    border-bottom: 1px solid #3333;
    padding: 5px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#backstage-headArea-mobile .header-style10 .share-box .share-a
{
    padding: 5px 3px;
    line-height: 1em;
}
#backstage-headArea-mobile .header-style10 .text-box, #backstage-headArea-mobile .header-style10 .googleTranslate-box
{
    white-space: normal;
    color: #1c1c1c;
    margin: 0 20px;
    padding: 10px 0;
    font-size: 14px;
    word-break: break-word;
    border-bottom: 1px solid #3333;
}
#backstage-headArea-mobile .header-style10 .text-box a
{
    color: #1c1c1c;
}
#backstage-headArea-mobile .header-style10 .img-box
{
    margin: 10px 20px;
    border-bottom: 1px solid #3333;
}
#backstage-headArea-mobile .header-style10 .img-box img.logo-pic
{
    max-height: 100%;
    max-width: 100%;
}
#backstage-headArea-mobile .header-style10 .gra-box
{
    white-space: normal;
    font-size: 14px;
    margin: 0 20px;
    padding: 10px 0;
    border-bottom: 1px solid #3333;
    color: #1c1c1c;
}
#backstage-headArea-mobile .header-style10 .gra-box img
{
    max-width: 100%;
    max-height: 100%;
}
#backstage-headArea-mobile .header-style10 .gra-box a
{
    color: #1c1c1c;
    text-decoration: underline;
}
#backstage-headArea-mobile .header-style10 .header-search-icon
{
    margin-right: 16px;
    height: 52px;
    display: flex;
    align-items: center;
}
#backstage-headArea-mobile .header-style10 .header-search-box
{
    display: none;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#backstage-headArea-mobile .header-style10 .search-box2 .search-inner
{
    width: 240px;
    height: 26px;
    line-height: 26px;
    background: #ededed;
    border-radius: 12px;
    padding: 4px 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#backstage-headArea-mobile .header-style10 .search-box2 input
{
    border: 0;
    width: 90%;
    background: 0;
    outline: 0;
    color: #1c1c1c;
    padding: 6px 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 18px;
}
#backstage-headArea-mobile .header-style10 .search-box2 input:focus
{
    outline: 0;
}
#backstage-headArea-mobile .header-style10 .search-box2 .search-btn
{
    border: 0;
    background: 0;
    color: #1c1c1c;
    cursor: pointer;
    outline: 0;
    height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 24px;
}
#backstage-headArea-mobile .header-style10 .lang-box .lang-list ul
{
    position: relative;
}
#backstage-headArea-mobile .header-style10 .lang-box .lang-list ul:after
{
    content: '';
    width: 15px;
    height: 15px;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 6px;
    top: -9px;
    background: #fff;
    z-index: 999;
}
#backstage-headArea-mobile .header-style10 .payCoin-box .selected-PayCoinMobile a
{
    position: relative;
    top: -3px;
}
#backstage-headArea-mobile .header-style10 .payCoinBoxMobile div.payCoin-box .payCoin-dropdown .payCoin-menu li a
{
    line-height: 25px;
}
#backstage-headArea-mobile .header-style10 .payCoinBoxMobile div.payCoin-box .payCoin-dropdown .selected-PayCoin .payCoin-item-a
{
    line-height: 25px;
    top: -1px;
}
#backstage-headArea-mobile .header-style10 .payCoin-box.payCoin-left
{
    text-align: left;
}
#backstage-headArea-mobile .header-style10 .payCoin-box.payCoin-center
{
    text-align: center;
}
#backstage-headArea-mobile .header-style10 .payCoin-box.payCoin-right
{
    text-align: right;
}
#backstage-headArea-mobile .header-style10 .payCoin-box .payCoin-before-text
{
    font-size: 14px;
    line-height: 21px;
    vertical-align: middle;
}
#backstage-headArea-mobile .header-style10 .payCoin-box .payCoin-item-a
{
    font-size: 14px;
    line-height: 21px;
}
#backstage-headArea-mobile .header-style10 .payCoin-box .payCoin-item-img
{
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 14px;
    background: url(../image/flags-sprite.jpg) no-repeat;
}
#backstage-headArea-mobile .header-style10 .payCoin-box .payCoin-item-img.RMB
{
    background-position: 0 0;
}
#backstage-headArea-mobile .header-style10 .payCoin-box .payCoin-item-img.CNY
{
    background-position: 0 0;
}
#backstage-headArea-mobile .header-style10 .payCoin-box .payCoin-item-img.USD
{
    background-position: -21px 0;
}
#backstage-headArea-mobile .header-style10 .payCoin-box .payCoin-item-img.TWD
{
    background-position: -63px -42px;
}
#backstage-headArea-mobile .header-style10 .payCoin-box .payCoin-item-img.TWD-new
{
    background-position: -63px -70px;
}
#backstage-headArea-mobile .header-style10 .payCoin-box .payCoin-item-img.EUR
{
    background-position: -42px -56px;
}
#backstage-headArea-mobile .header-style10 .payCoin-box .payCoin-item-img.GBP
{
    background-position: -21px -56px;
}
#backstage-headArea-mobile .header-style10 .payCoin-box .payCoin-item-img.AUD
{
    background-position: -42px -42px;
}
#backstage-headArea-mobile .header-style10 .payCoin-box .payCoin-item-img.CAD
{
    background-position: -21px -42px;
}
#backstage-headArea-mobile .header-style10 .payCoin-box .payCoin-item-img.SGD
{
    background-position: 0 -56px;
}
#backstage-headArea-mobile .header-style10 .payCoin-box .payCoin-item-img.JPY
{
    background-position: -63px -14px;
}
#backstage-headArea-mobile .header-style10 .payCoin-box .payCoin-item-img.HKD
{
    background-position: 0 -14px;
}
#backstage-headArea-mobile .header-style10 .payCoin-box .payCoin-item-img.MXN
{
    background-position: -63px -56px;
}
#backstage-headArea-mobile .header-style10 .payCoin-box .payCoin-item-img.CZK
{
    background-position: 0 -70px;
}
#backstage-headArea-mobile .header-style10 .payCoin-box .payCoin-item-img.CZK
{
    background-position: -42px -70px;
}
#backstage-headArea-mobile .header-style10 .payCoin-box .payCoin-item-img.MYR
{
    background-position: -21px -70px;
}
#backstage-headArea-mobile .header-style10 .payCoin-box .payCoin-item-img.NZD
{
    background-position: -42px -70px;
}
#backstage-headArea-mobile .header-style10 .payCoin-box .payCoin-item-img.RUB
{
    background-position: 0 -84px;
}
#backstage-headArea-mobile .header-style10 .payCoin-box .payCoin-item-img.OMR
{
    background-position: -42px -84px;
}
#backstage-headArea-mobile .header-style10 .payCoin-box .payCoin-item-img.AED
{
    background-position: -63px -84px;
}
#backstage-headArea-mobile .header-style10 .payCoin-box .payCoin-item-img.KRW
{
    background-position: -63px 0;
}
#backstage-headArea-mobile .header-style10 .payCoin-box .payCoin-item-text
{
    vertical-align: middle;
    color: #333;
    font-size: 12px;
}
#backstage-headArea-mobile .header-style10 .payCoin-box .payCoin-item.selected .payCoin-item-text
{
    color: #1686cc;
    text-decoration: underline;
}
#backstage-headArea-mobile .header-style10 .payCoin-box .payCoin-arrow
{
    position: static;
    width: auto;
    height: auto;
    background: 0;
    cursor: pointer;
}
#backstage-headArea-mobile .header-style10 .payCoin-box.payCoin-box-dropdown .payCoin-menu
{
    position: absolute;
    top: 30px;
    left: -30px;
    background: #fff;
    z-index: 100;
    width: 100%;
    border-radius: 0 0 2px 2px;
    text-align: left;
}
#backstage-headArea-mobile .header-style10 .payCoin-box.payCoin-box-dropdown .payCoin-menu .payCoin-item
{
    padding: 2px 0 6px 5px;
    background-color: #fff;
    cursor: pointer;
}
@media(max-width: 989px)
{
    #backstage-headArea-mobile .header-style10 .payCoin-box.payCoin-box-dropdown .payCoin-menu .payCoin-item-a
    {
        pointer-events: none;
    }
}
#backstage-headArea-mobile .header-style10 .search-box2 .inner-container
{
    padding-left: 8px;
}