/************************************************公共部分*********************************************************/
/*头部*/
body {
    /*padding-top: 42px;*/
    /* overflow-x: hidden; */
}

a {
    transition: color 0.5s ease;
}

/*用户固顶导航*/
#user-fiex {
    position: relative;

    background: #222;
    z-index: 9;
}

.user-is-fiex #user-fiex {
    position: fixed;
    top: 0px;
    animation: userShow 200ms linear;
}

.user-hide-fiex #user-fiex {
    position: fixed;
    top: 0px;
    animation: userHide 200ms linear;
    animation-fill-mode: forwards;
}

@keyframes userShow {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes userHide {
    0% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(-100%);
    }
}

.bd-top {
    background: #222222;
    position: relative;
    min-height: 40px;
    text-align: right;
    vertical-align: top;
}

.bd-a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 9
}

.bd-b {
    float: right;
    padding-top: 6px;
}


.bd-top .g-container {
    background: #222222;
    min-height: 28px;
    line-height: 28px;
    color: #959494;
    padding: 6px 10px;
}

.bd-top a {
    color: #fff;
}

.bd-top a:hover {
    opacity: 0.6;
    color: #959494;
}


/*选择语言*/
.lan-box {
    position: relative;
    margin: 0px 10px;
    float: left;
}

.lan-box .lan-current {
    border: 1px solid #a7a7a7;
    display: block;
    height: 26px;
    position: relative;
    padding-left: 30px;
    padding-right: 20px;
    line-height: 26px;
    cursor: pointer;
    color: #fff;
    text-align: left;
    width: 80px;
}

.lan-box .lan-current em {
    position: absolute;
    width: 0px;
    height: 0px;
    right: 5px;
    top: 10px;
    border: 5px solid transparent;
    border-top-color: #a7a7a7;
}

.lan-box .uken {
    background: url(../images/icon/en.png) no-repeat 5px center;
}

.lan-box .en {
    background: url(../images/icon/en.png) no-repeat 5px center;
}

.lan-box .cn {
    background: url(../images/icon/cn.png) no-repeat 5px center;
}

.lan-box .tw {
    background: url(../images/icon/cn.png) no-repeat 5px center;
}

.lan-box .th {
    background: url(../images/icon/th.png) no-repeat 5px center;
}
.lan-box .vn {
    background: url(../images/icon/vn.png) no-repeat 5px center;
}

.lan-box .auen {
    background: url(../images/icon/auen.png) no-repeat 5px center;
}

.lan-list {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 27px;
    border: 1px solid #a7a7a7;
    background: #ffffff;
    padding: 3px 0px;
    display: none;
    text-align: left;
}

.lan-list a {
    display: block;
    line-height: 28px;
    border-bottom: 1px solid #e2e2e2;
    padding-left: 30px;
    color: #000;
}

.lan-list a:last-child {
    border: 0px;
}

.bd-top .live-chat a {
    display: block;
    height: 16px;
    line-height: 16px;
    color: #fff;
    padding: 6px 15px;
    margin: 0px 2px;
    border-radius: 3px;
    text-transform: uppercase;
}

/*在线客服*/
.live-chat {
    float: left;
}

.bd-top .lan-list a:hover {
    background-color: #f5f5f5;
}

/*登录和注册*/
.login-befor a {
    padding: 0px 5px;
    text-transform: uppercase;
    line-height: 39px;
}

.user-login {
    /* margin: 0px 10px; */
    float: left;
    position: relative;
    height: 40px;
    line-height: 40px;
}

.user-login i {
    font-family: 'iconfont';
    font-style: normal;
    font-size: 22px;
    padding-right: 8px;
}

.user-set i {
    color: #000;
}

.user-login label.txt {
    display: block;
    position: relative;
    padding-right: 22px;
    color: #fff;
    cursor: pointer;
}

.user-login label.txt:hover {
    opacity: 0.6;
}

.user-login label.txt em {
    position: absolute;
    width: 0px;
    height: 0px;
    right: 5px;
    top: 19px;
    *top: 8px;
    border: 5px solid transparent;
    border-top-color: #a7a7a7;
}

.user-login label.txt i {
    font-size: 16px;
}

.user-login label.icon {
    display: none;
}

.user-set {
    text-align: left;
    position: absolute;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    top: 40px;
    background: #f5f5f5;
    padding: 10px 0px;
    border: 1px solid #e2e2e2;
    display: none;
}

.user-set a {
    display: block;
    cursor: pointer;
    padding: 0px 10px;
    font-size: 13px;
    line-height: 30px;
    color: #333;
}

.user-set a:hover,
.user-set a.active {
    color: #000;
    background: #f5f5f5;
}

.user-set a i {
    display: none;
}

.user-set a:before {
    display: inline-block;
    content: "";
    height: 30px;
    width: 30px;
    vertical-align: top;
}

.user-set a.rujin:before {
    background: url(../images/icon/rujin-icon.png) no-repeat 0 0;
}

.user-set a.chujin:before {
    background: url(../images/icon/chujin-icon.png) no-repeat 0 0;
}

.user-set a.lianxi:before {
    background: url(../images/icon/ziliao-icon.png) no-repeat 0 0;
}

.user-set a.mima:before {
    background: url(../images/icon/mima-icon.png) no-repeat 0 0;
}

.user-set a.shangchuan:before {
    background: url(../images/icon/shangchuan-icon.png) no-repeat 0 0;
}

.user-set a.tuichu:before {
    background: url(../images/icon/tuichu-icon.png) no-repeat 0 0;
}

.user-set .mack {
    width: 100%;
    height: 15px;
    top: -12px;
    left: 0px;
    background: url();
    display: block;
    position: absolute;
}

.user-set .g-arrow-top {
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -8px;
    line-height: 0px;
    border-width: 8px;
    border-bottom-color: #ffffff;
}

/*登录前后显示状态*/
.bd-top .login-after {
    display: none;
}

.loging .login-after {
    display: block;
}

.loging .login-befor {
    display: none;
}

#user-fiex label.iconfont {
    display: none;
}

/*nav-top 导航*/
#header {
    position: relative;
    z-index: 3;
    /*top: 42px;*/
    background: #fff;
    box-shadow: 0px 2px 5px #999;

}

.nav-top {
    position: relative;
    z-index: 1;
}

.logo {
    padding: 10px 0px 0px;
    float: left;
}

.logo img {
    padding-top: 5px;
}

.nav {
    float: right;
    z-index: 2;
}

#nav-list {
    height: 94px;
    line-height: 94px;
}

#nav-list .one-menu {
    text-transform: uppercase;
    font-weight: bold;
}

#nav-list li {
    float: left;
    padding: 0px 6px;
    font-size: 14px;
    font-size: 12px \9;
}

#nav-list>li:after {
    display: block;
    content: "";
    position: relative;
    width: 0px;
    height: 0px;
    left: 50%;
    margin-left: -5px;
    margin-top: 10px;
    border: 5px solid transparent;
    border-bottom-color: transparent;
    display: none;
}

.two-menu {
    display: none;
    position: absolute;
    top: 100%;
    background: #c52235;
    left: 0px;
    right: 0px;
    overflow: visible;
}

#header:after {
    display: block;
    content: "";
    background: #c52235;
    position: absolute;
    left: 0px;
    right: 0px;
    max-width: 100%;
    height: 40px;
    display: none;
}

#nav-list .two-menu li {
    line-height: 25px;
    font-size: 12px;
    margin: 0px;
    height: auto;
    width: auto;
    display: block;
    padding: 0px;
    float: left;
    padding: 0px 15px;
    line-height: 40px;
}

.two-menu a {
    color: #fff;
}

.one-menu {
    display: block;
    height: 100%;
}

.nav-set {
    position: absolute;
    height: 40px;
    width: 40px;
    background: #a21e23;
    right: 10px;
    z-index: 9;
    top: 35px;
    margin-top: -20px;
    border: none;
    display: none;
    font-family: 'iconfont';
    font-size: 25px;
    border-radius: 3px;
    color: #ffffff;
    line-height: 40px;
    outline: none;
    text-align: center;
}

.nav-top .g-active {
    background: #c8161d !important;
    color: #fff !important;
}

.nav-top .nav .g-active {
    background: rgba(36, 36, 36, 0.95) !important;
    color: #fff !important;
}

/*nav hover open*/
#header.open:after {
    display: block;
}

#nav-list li:hover a.one-menu {
    color: #c52235;
    position: relative;
}

#nav-list li:hover span {
    height: 0px;
    width: 0px;
    content: "";
    position: relative;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #c52235 transparent;
    bottom: 0px;
    z-index: 1;
    left: 50%;
    margin-left: -5px;
    display: block;
    margin-top: -10px;
    float: left;
}

#nav-list li span.icon-down:before {
    display: none;
}


#nav-list li .two-menu:before {
    content: " ";
    width: 1500px;
    height: 40px;
    position: absolute;
    left: -500px;
    background: #c52235;
    z-index: -1;
}

#nav-list li .two-menu:after {
    content: " ";
    width: 1500px;
    height: 40px;
    position: absolute;
    right: -500px;
    background: #c52235;
    z-index: -1;
}

/**sidebar**/
.sidebar {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9;
    width: 35px;
    background: #000;
}

.sidebar .top {
    position: absolute;
    top: 10px;
}

.sidebar .middle {
    position: absolute;
    top: 50%;
    margin-top: -170px;
}

.sidebar .bottom {
    position: absolute;
    bottom: 0px;
}

.sidebar .line {
    height: 1px;
    background: #444;
    overflow: hidden;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 4px;
}

.sidebar .hd {
    font-size: 12px;
    text-align: center;
    color: #fff;
    line-height: 30px;
}

.sidebar ul li {
    margin: 5px 0px;
    height: 35px;
}

.sidebar ul li a {
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
}

.sidebar ul li a span {
    position: absolute;
    right: 70px;
    bottom: 0px;
    min-height: 35px;
    width: 98px;
    background: #494949;
    color: #fff;
    text-align: center;
    line-height: 35px;
    font-size: 12px;
    visibility: hidden;
    transition: right 0.3s ease;
    opacity: 0;
}

.sidebar ul li a span:after {
    width: 0px;
    height: 0px;
    border: 5px solid #494949;
    border-color: transparent transparent transparent #494949;
    position: absolute;
    right: -10px;
    bottom: 12px;
    content: '';
}

.sidebar ul li:hover {
    background-color: #c52235;
}

.sidebar ul li:hover a span {
    visibility: visible;
    opacity: 1;
    right: 35px;
    transition-duration: 0.5s;
}

.sidebar ul li.active {
    background-color: #c52235;
}

.sidebar ul li a.weixin span,
.sidebar ul li a.aetos-app span {
    line-height: 18px;
    padding: 10px 0px 5px;
}

.sidebar ul li a.live-chat div {
    position: absolute;
    right: 0px;
    height: 35px;
    width: 100px;
    background: #fff;
    .filter: alpha(opacity=0);
    opacity: 0;
}

.sidebar ul li a.login {
    background: url('../images/icon/abar-login-icon.png') no-repeat center center;
}

.sidebar ul li a.live-chat {
    background: url('../images/icon/abar-kf-icon.png') no-repeat center center;
}

.sidebar ul li a.home {
    background: url('../images/icon/abar-home-icon.png') no-repeat center center;
}

.sidebar ul li a.ib-reg {
    background: url('../images/icon/abar-ib-reg-icon.png') no-repeat center center;
}

.sidebar ul li a.live-reg {
    background: url('../images/icon/abar-live-icon.png') no-repeat center center;
}

.sidebar ul li a.demo-reg {
    background: url('../images/icon/abar-demo-icon.png') no-repeat center center;
}

.sidebar ul li a.down-mt4 {
    background: url('../images/icon/abar-download-mt4-icon.png') no-repeat center center;
}

.sidebar ul li a.weixin {
    background: url('../images/icon/abar-shrae-wx.png') no-repeat center center;
}

.sidebar ul li a.weibo {
    background: url('../images/icon/abar-share-sina-wb.png') no-repeat center center;
}

.sidebar ul li a.facebook {
    background: url('../images/icon/abar-ff.png') no-repeat center center;
}

.sidebar ul li a.up {
    background: url('../images/icon/abar-top-icon.png') no-repeat center center;
}

.sidebar ul li a.aetos-app {
    background: url('../images/icon/aetos-app-icon.png') no-repeat center center;
}

/*footer*/
#footer {
    /*padding-bottom: 90px;*/
    background: #000000;
}

.share-pay {
    background: #000000;
    padding: 27px 0px;
}

.share-pay .pay-type {
    float: left;
    width: 75%;
    line-height: 35px;
}

.share-pay .pay-type img {
    max-height: 35px;
    vertical-align: middle;
}

.share-pay .pay-type dd,
.share-pay .pay-type dt {
    float: left;
    color: #fff;
    margin-right: 10px;
    font-size: 14px;
    overflow: hidden;
    max-height: 35px;
    vertical-align: middle;
    display: table-cell;
}

.share-pay .pay-type dd a {
    color: #fff;
    margin-right: 10px;
    font-size: 14px;
    overflow: hidden;
    max-height: 35px;
    vertical-align: middle;
    display: table-cell;
    width: 65px;
    height: 35px;
    overflow: hidden;
    padding: 0px 3px;
}

.share-footer {
    float: left;
    width: 25%;
}

.share-footer ul {
    float: right;
}

.share-footer ul li {
    float: left;
    padding-left: 10px;
    position: relative;
}

.share-footer ul li a {
    width: 35px;
    height: 35px;
    display: block;
    border-radius: 10px;
}

.footer-nav {
    background: #0b0b0b;
    border-bottom: 1px solid #2e2e2e;
}

.footer-nav .g-container {
    padding: 20px 10px;
    overflow: hidden;
    clear: both;
    line-height: 20px;
}

.footer-nav dl {
    float: left;
    padding-right: 30px;
    width: 10.1%;
}

.footer-nav.footer-au dl {
    width: 11.9%;
}

.footer-nav dl ul {
    margin-top: 10px;
}

.footer-nav dl ul li {
    margin-bottom: 10px;
    line-height: 1.4;
}

.footer-nav dl.last,
.footer-nav dl:last-child {
    padding-right: 0px;
}

.footer-nav dt a,
.footer-nav dt {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}

.footer-nav dd a {
    font-size: 13px;
    color: #7f7f7f;
}

.footer-tip {
    background: #0b0b0b;
    padding: 10px 0px;
    color: #7f7f7f;
    font-size: 13px;
}

.footer-tip h3 {
    margin-bottom: 18px;
}

.footer-tip p {
    margin-bottom: 18px;
}

.footer-tip .g-container {
    padding: 5px 10px;
}

.footer-tip .copyright {
    float: left;
    color: #fff;
    padding-right: 10px;
    line-height: 12px;
    margin: 5px 0px;
}

.footer-tip .menu li {
    float: left;
    padding: 0px 5px;
    border-right: 1px solid #e2e2e2;
    line-height: 12px;
    margin: 5px 0px;
}

.footer-tip .menu li:last-child {
    border: 0px;
}

.footer-tip a {
    color: #fff;
}

.footer-copyright {
    color: #c8c7c7;
    padding: 20px 0px;
    text-align: center;
    font-size: 13px;
    line-height: 1.8;
    background: #313131;
}



.footer-copyright a {
    color: #c8c7c7;
}

.fixed-bottom {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    min-height: 90px;
    width: 100%;
    z-index: 2;
    border-top: 1px solid #000;
}

.fixed-bottom .bg {
    width: 100%;
    height: 100%;
    background: #313131;
    opacity: 0.8;
    filter: Alpha(opacity=80);
    position: absolute;
    top: 0px;
    z-index: 1;
    left: 0px;
}

.fixed-bottom .g-container {
    color: #e0dfdf;
    text-align: center;
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 10px;
    position: relative;
    z-index: 2;
}

.fixed-bottom a {
    color: #c8c7c7;
}

* html,
* html body {
    background-image: url(about:blank);
    background-attachment: fixed
}

/*内页banner*/
.m-page-banner {
    position: relative;
    text-align: center;
    display: table;
    vertical-align: middle;
    height: 258px;
}

.m-page-bg {
    display: table-cell;
    vertical-align: middle;
}

.m-page-banner h1 {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 46px;
    text-transform: uppercase;
    color: #fff;
}

.position {
    font-size: 13px;
    padding: 20px 0px;
    font-weight: bold;
}

/*for other screen*/
@media screen and (min-width:769px) and (max-width:1100px) {

    #nav-list .one-menu {
        font-size: 12px;
    }
}

/*for ipad 1024*/
@media screen and (max-width:1024px) {}

/*for ipad 768*/
@media screen and (max-width:1024px) {
    body {}

    .bd-top ul {
        text-align: center;
    }

    .bd-top ul li {
        display: inline-block;
        float: none;
    }

    .sidebar {
        display: none;
    }

    /*logo和nav*/
    .nav-top {
        height: auto;
    }

    .logo {
        background: #ffffff;
        margin-left: -10px;
        margin-right: -10px;
        float: none;
        height: 50px;
        position: relative;
        z-index: 2;
    }

    .logo img {
        height: 40px;
    }

    .nav {
        position: absolute;
        left: 0px;
        right: 0px;
        float: none;
        pointer-events: none;
        width: 100%;
        z-index: 1;
    }

    .nav a {
        color: #333;
    }

    #nav-list {
        margin: 0px;
        overflow: hidden;
        height: auto;
    }

    #nav-list li a.active {
        color: #fff;
        background: #000;
    }

    #nav-list li {
        line-height: 30px;
        padding: 0px;
        clear: both;
        float: none;
    }

    #nav-list li.open {
        background: none;
        color: #333;
    }

    #nav-list .two-menu li {
        padding: 0px;
        float: none;
    }

    #nav-list li:before {
        display: block;
        height: 1px;
        content: "";
        background: #e2e2e2;
    }

    #nav-list li:last-child {
        border: 0px;
    }

    #nav-list li:last-child:after {
        display: block;
        height: 1px !important;
        width: 100% !important;
        margin: 0 !important;
        border: none !important;
        content: "";
        background: #e2e2e2;
        position: inherit;
    }

    #nav-list li>a {
        line-height: 45px;
        display: block;
        position: relative;
        padding: 0px 10px;
        font-weight: normal;
    }

    #nav-list li>span {
        position: absolute !important;
        right: 0px !important;
        top: 1px !important;
        left: auto !important;
        text-align: center;
        display: block;
        margin: 0px !important;
        width: 46px !important;
        height: 45px !important;
        color: #000;
        border: none !important;
        line-height: 45px;
    }

    #nav-list li>span:after {
        font-family: "iconfont" !important;
        content: "\e601";
    }

    .nav-set {
        display: block;
    }

    #nav-list .two-menu {
        position: relative;
        left: 0px;
        top: 0px;
        width: auto;
        margin: 0px;
        background: none;
        padding: 0px;
        display: block;
        overflow: hidden;
        background: rgba(255, 255, 255, 0.4);
        display: block !important;
        height: 0px;
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        transition: all 300ms linear;
    }

    #nav-list .two-menu li:after {
        background: #999999;
        border-bottom: 0px;
    }

    #nav-list .two-menu li:last-child:after {
        height: 0px;
    }

    #nav-list .two-menu a {
        padding-left: 15px;
        background: rgba(233, 233, 233, 0.90);
    }

    #nav-list .two-menu:after {
        display: none;
    }

    /*关闭 nav hover open*/
    #header.open:after {
        display: none;
    }

    #nav-list li:hover a.one-menu {
        color: #333;
    }

    #nav-list li:hover a.one-menu:after {
        display: none;
    }

    #nav-list li:hover .two-menu {
        display: none;
    }

    #nav-list li .two-menu:before {
        display: none;
    }

    #nav-list li .two-menu:after {
        display: none;
    }

    /*东航*/
    #header {
        background: none;
    }

    /*关闭导航*/
    #header {
        height: auto;
    }

    #header .back-bg {
        position: absolute;
        left: 0px;
        /*top: 0px;*/
        width: 100%;
        height: 0px;
        background: #f5f5f5;
        -webkit-transition: height 0.5s cubic-bezier(0.28, 0.11, 0.32, 1) 0.4s;
        transition: height 0.5s cubic-bezier(0.28, 0.11, 0.32, 1) 0.4s;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2)
    }

    .nav {
        visibility: hidden;
        height: 0px;
    }

    #header .nav>ul>li {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        -webkit-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
    }

    #header .nav>ul>li:nth-child(9) {
        -webkit-transition-delay: 400ms;
    }

    #header .nav>ul>li:nth-child(8) {
        -webkit-transition-delay: 350ms;
    }

    #header .nav>ul>li:nth-child(7) {
        -webkit-transition-delay: 300ms;
    }

    #header .nav>ul>li:nth-child(6) {
        -webkit-transition-delay: 250ms;
    }

    #header .nav>ul>li:nth-child(5) {
        -webkit-transition-delay: 200ms;
    }

    #header .nav>ul>li:nth-child(4) {
        -webkit-transition-delay: 150ms;
    }

    #header .nav>ul>li:nth-child(3) {
        -webkit-transition-delay: 100ms;
    }

    #header .nav>ul>li:nth-child(2) {
        -webkit-transition-delay: 50ms;
    }

    #header .nav>ul>li:nth-child(1) {
        -webkit-transition-delay: 0ms;
    }

    /*打开导航*/
    #check-nav:checked~#header {
        height: 100%;
    }

    #check-nav:checked~#header .nav-top {
        max-height: 100%;
        height: 100%
    }

    #check-nav:checked~#header .back-bg {
        height: calc(100vh - 42px - 66px);
        /*max-height: 100%;*/
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    #check-nav:checked~#header .nav {
        visibility: visible;
        pointer-events: auto;
        overflow: auto;
        height: 100vh;
        overflow: auto;
        -webkit-transition-delay: 0s, 0s;
    }

    #check-nav:checked~#header .nav>ul>li {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-transition-delay: 300ms;
        transition-delay: 300ms;
    }

    #check-nav:checked~#header .nav>ul>li {
        -webkit-transform: translateY(0px);
    }

    #check-nav:checked~#header .nav>ul>li:nth-child(9) {
        -webkit-transition-delay: 300ms;
    }

    #check-nav:checked~#header .nav>ul>li:nth-child(8) {
        -webkit-transition-delay: 350ms;
    }

    #check-nav:checked~#header .nav>ul>li:nth-child(7) {
        -webkit-transition-delay: 400ms;
    }

    #check-nav:checked~#header .nav>ul>li:nth-child(6) {
        -webkit-transition-delay: 450ms;
    }

    #check-nav:checked~#header .nav>ul>li:nth-child(5) {
        -webkit-transition-delay: 500ms;
    }

    #check-nav:checked~#header .nav>ul>li:nth-child(4) {
        -webkit-transition-delay: 550ms;
    }

    #check-nav:checked~#header .nav>ul>li:nth-child(3) {
        -webkit-transition-delay: 600ms;
    }

    #check-nav:checked~#header .nav>ul>li:nth-child(2) {
        -webkit-transition-delay: 650ms;
    }

    #check-nav:checked~#header .nav>ul>li:nth-child(1) {
        -webkit-transition-delay: 700ms;
    }



    .footer-nav dl {
        width: 25%;
        padding: 0px;
        height: 220px;
    }

    .footer-nav dl:nth-child(5),
    .footer-nav dl:nth-child(6),
    .footer-nav dl:nth-child(7),
    .footer-nav dl:nth-child(8) {
        height: 150px;
    }
}

/*for phone*/
@media screen and (max-width:640px) {
    body {
        /*padding-top: 106px;*/
    }

    .bd-top .g-container {
        padding: 6px 10px 10px;
    }

    .live-chat {
        position: relative;
        z-index: 2;
    }

    /*用户登录*/
    #user-fiex,
    .bd-top {
        background: none;
        padding: 0px;
    }

    .bd-a {
        float: left;
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 3;
        width: 100%;
    }

    .user-login {
        width: 100%;
    }

    .bd-b {
        width: 100%;
        background: #222;
        float: right;
        height: 34px;
        text-align: right;
        padding: 6px 10px 0px;
        position: relative;
        z-index: 4;
    }

    .bd-b .lan-box,
    .live-chat {
        display: inline-block;
        float: none;
    }

    .user-login {
        position: inherit;
    }

    .user-login label.txt {
        display: none;
    }

    #user-fiex label.iconfont {
        display: block;
        position: absolute;
        top: 0px;
        color: #fff;
        left: -2px;
        font-size: 24px;
        display: block;
        width: 40px;
        text-align: center;
        z-index: 9;
        line-height: 40px;
        height: 40px;
    }

    .user-login .user-icon {
        position: absolute !important;
        left: 10px;
        top: 10px;
        font-family: "iconfont" !important;
        color: #F1F0F0;
        font-size: 30px !important;
        display: block;
        z-index: 2;
    }

    .user-login .user-set,
    .bd-top .user-reg {
        text-align: left;
        position: absolute;
        max-width: 100%;
        width: 100%;
        top: 40px;
        left: -10px;
        right: -10px;
        margin: 0px;
        border: 0px;
        background: none;
        display: block !important;
        visibility: hidden;
    }

    .bd-top .user-reg {
        left: 0px;
        right: 0px;
    }

    #user-fiex .user-set a {
        background: none;
        color: #fff;
        line-height: 40px;
    }

    #user-fiex .user-reg a {
        background: none;
        color: #fff;
        line-height: 40px;
        display: block;
        cursor: pointer;
        padding: 0px 10px;
        font-size: 13px;
    }

    #user-fiex .user-reg a:after {
        display: block;
        height: 1px;
        background: #ccc;
        content: "";
        margin-left: -10px;
        margin-right: -10px;
    }

    #user-fiex .user-set a:hover {
        background: none;
        color: #fff;
    }

    .user-login .user-set i {
        color: #fff;
    }

    .user-login .user-set a:hover {
        background: #000;
    }

    .user-set .g-arrow-top {
        display: none;
    }

    /*登录前后显示状态*/
    .bd-top .login-after {
        display: none !important;
    }

    .loging .login-after {
        display: block !important;
    }

    .loging .login-befor {
        display: none !important;
    }

    /*关闭用户和注册导航*/
    #user-fiex .back-bg {
        height: 0px;
        width: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
        background: #333;
        -webkit-transition: height 0.5s cubic-bezier(0.28, 0.11, 0.32, 1) 0.4s;
        transition: height 0.5s cubic-bezier(0.28, 0.11, 0.32, 1) 0.4s;
    }

    #user-fiex .user-set a,
    #user-fiex .user-reg a {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0;
        -webkit-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
    }

    #user-fiex .user-set a:nth-child(8),
    #user-fiex .user-reg a:nth-child(8) {
        -webkit-transition-delay: 350ms;
    }

    #user-fiex .user-set a:nth-child(7),
    #user-fiex .user-reg a:nth-child(7) {
        -webkit-transition-delay: 300ms;
    }

    #user-fiex .user-set a:nth-child(6),
    #user-fiex .user-reg a:nth-child(6) {
        -webkit-transition-delay: 250ms;
    }

    #user-fiex .user-set a:nth-child(5),
    #user-fiex .user-reg a:nth-child(5) {
        -webkit-transition-delay: 200ms;
    }

    #user-fiex .user-set a:nth-child(4),
    #user-fiex .user-reg a:nth-child(4) {
        -webkit-transition-delay: 150ms;
    }

    #user-fiex .user-set a:nth-child(3),
    #user-fiex .user-reg a:nth-child(3) {
        -webkit-transition-delay: 100ms;
    }

    #user-fiex .user-set a:nth-child(2),
    #user-fiex .user-reg a:nth-child(2) {
        -webkit-transition-delay: 50ms;
    }

    #user-fiex .user-set a:nth-child(1),
    #user-fiex .user-reg a:nth-child(1) {
        -webkit-transition-delay: 0ms;
    }

    /*打开用户和注册导航*/
    #check-user:checked~#user-fiex,
    #check-user:checked~#user-fiex .bd-a,
    #check-user:checked~#user-fiex .user-login,
    #check-user:checked~#user-fiex .bd-top,
    #check-user-befor:checked~#user-fiex,
    #check-user-befor:checked~#user-fiex .bd-a,
    #check-user-befor:checked~#user-fiex .bd-top {
        height: 100%;
        width: 100%;
    }

    #check-user:checked~#user-fiex .back-bg,
    #check-user-befor:checked~#user-fiex .back-bg {
        height: 100vh;
        /*max-height: 100%;*/
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    #check-user:checked~#user-fiex .user-set,
    #check-user-befor:checked~#user-fiex .user-reg {
        visibility: visible;
    }

    #check-user:checked~#user-fiex .user-set a,
    #check-user-befor:checked~#user-fiex .user-reg a {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-transition-delay: 200ms;
    }

    #check-user:checked~#user-fiex .user-set a:nth-child(8),
    #check-user-befor:checked~#user-fiex .user-reg a:nth-child(8) {
        -webkit-transition-delay: 200ms;
    }

    #check-user:checked~#user-fiex .user-set a:nth-child(7),
    #check-user-befor:checked~#user-fiex .user-reg a:nth-child(7) {
        -webkit-transition-delay: 250ms;
    }

    #check-user:checked~#user-fiex .user-set a:nth-child(6),
    #check-user-befor:checked~#user-fiex .user-reg a:nth-child(6) {
        -webkit-transition-delay: 350ms;
    }

    #check-user:checked~#user-fiex .user-set a:nth-child(5),
    #check-user-befor:checked~#user-fiex .user-reg a:nth-child(5) {
        -webkit-transition-delay: 400ms;
    }

    #check-user:checked~#user-fiex .user-set a:nth-child(4),
    #check-user-befor:checked~#user-fiex .user-reg a:nth-child(4) {
        -webkit-transition-delay: 450ms;
    }

    #check-user:checked~#user-fiex .user-set a:nth-child(3),
    #check-user-befor:checked~#user-fiex .user-reg a:nth-child(3) {
        -webkit-transition-delay: 500ms;
    }

    #check-user:checked~#user-fiex .user-set a:nth-child(2),
    #check-user-befor:checked~#user-fiex .user-reg a:nth-child(2) {
        -webkit-transition-delay: 550ms;
    }

    #check-user:checked~#user-fiex .user-set a:nth-child(1),
    #check-user-befor:checked~#user-fiex .user-reg a:nth-child(1) {
        -webkit-transition-delay: 600ms;
    }

    .logo {
        padding: 8px 10px 8px;
        line-height: 0;
    }

    .nav-set {
        top: 39px;
        height: 30px;
        width: 30px;
        line-height: 32px;
    }

    .share-pay .pay-type {
        line-height: 0px;
    }

    .pay-type dl {
        display: inline-block;
        text-align: center;
    }

    .pay-type dl dt {
        display: none;
    }

    .share-pay .pay-type dl dd {
        display: inline-block;
        float: none;
        margin-bottom: 10px;
    }

    .share-pay .pay-type {
        width: 100%;
    }

    .share-pay .pay-type,
    .share-pay .share-footer {
        width: 100%;
        text-align: center;
    }

    .share-pay .share-footer ul {
        display: inline-block;
        float: none;
    }

    #footer {
        padding: 0px;
    }

    .footer-nav dl {
        width: 100%;
        padding: 0px;
        height: auto !important;
        border-bottom: 1px solid #535152;
    }

    .footer-nav dt {
        position: relative;
        height: 40px;
        line-height: 40px;
        font-weight: inherit !important;
    }

    .footer-nav dt:after {
        position: absolute;
        right: 10px;
        top: 0px;
        font-family: "iconfont" !important;
        content: "\e601";
        text-align: center;
        display: block;
        color: #FFFFFF;
    }

    .footer-nav dl dd {
        height: 0px;
        overflow: hidden;
        -webkit-transform-origin: top;
        transform-origin: top;
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
        -webkit-transition: all 350ms ease-out;
    }

    .footer-nav dl.open dd {
        height: auto;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    .footer-nav dl ul {
        padding-bottom: 20px;
        line-height: 25px;
        overflow: hidden;
    }

    .fixed-bottom {
        position: relative;
    }




    /*内页banner*/
    .m-page-banner {
        background-size: auto 100% !important;
        height: 150px;
    }

    .m-page-banner h1 {
        line-height: 150px;
        font-size: 30px;
        line-height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        display: -webkit-box;
        -webkit-box-pack: center;
        -webkit-box-orient: vertical;
        display: -moz-box;
        -moz-box-orient: vertical;
        -moz-box-pack: center;
    }
}