﻿@charset "UTF-8";
html, body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    outline: none;
    list-style: none;
}

html {
    font-size: 6.25%
}

body {
    width: 100%;
    height: 100%;
    font-size: 14px;
    margin: 0;
    padding: 0;
    font-family: 'Apple LiGothic Medium,Tahoma,Helvetica,Arial,sans-serif';
    font-weight: 400;
    color: #AAAAAA;
    background: #1b2333;
}

*, :after, :before {
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box
}

[placeholder] {
    text-overflow: ellipsis
}

a {
    text-decoration: none;
    cursor: pointer
}

input {
    border: 1px solid #8aaada
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none
}

.fl {
    float: left
}

.fr {
    float: right
}

.h1 {
    font-size: 200%;
    line-height: 220%;
    letter-spacing: 2px
}

.h2 {
    font-size: 150%;
    line-height: 170%;
    letter-spacing: 2px
}

.h3 {
    font-size: 120%;
    line-height: 150%;
    letter-spacing: 2px
}

.bold {
    font-weight: 700
}

.indent {
    text-indent: 2em
}

.center {
    text-align: center
}

.orange-color {
    color: #ff7e00
}

.ml4 {
    margin-left: 4%
}

.ml6 {
    margin-left: 6%
}

.ml8 {
    margin-left: 8%
}

.ml10 {
    margin-left: 10%
}

.space-1 {
    display: inline-block;
    width: 100%;
    height: 10px
}

.space-2 {
    display: inline-block;
    width: 100%;
    height: 20px
}

.space-3 {
    display: inline-block;
    width: 100%;
    height: 30px
}

.load-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}

.load-circle:before {
    display: block;
    width: 2em;
    height: 2em;
    border: 4px rgba(0, 0, 0, 0.25) solid;
    border-top: 4px #000 solid;
    border-radius: 50%;
    content: '';
    animation: spCircRot .6s infinite linear;
    -moz-animation: spCircRot .6s infinite linear;
    -webkit-animation: spCircRot .6s infinite linear;
    -o-animation: spCircRot .6s infinite linear;
    -ms-animation: spCircRot .6s infinite linear
}

.show-contact {
    overflow: hidden !important
}

.show-contact > .common-contact {
    right: 0;
    pointer-events: auto
}

.show-contact > .common-screen {
    opacity: 1 !important;
    pointer-events: auto
}

.show-contact_list {
    overflow: hidden !important
}

.show-contact_list > .common-main {
    left: 0;
    width: 55%;
    height: 100%;
    pointer-events: auto;
    background-color: #333b55;
}

.show-contact_list > .common-screen1 {
    opacity: 1 !important;
    pointer-events: auto
}

.main-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
    min-height: 100%;
    background: #1c2333
}
.main-top-header{
    display: inline-block;
    width: 100%;
    height: 44px;
}
.showAppload{
    margin-top: 60px;
}

.main-wrap > .content {
    display: inline-block;
    width: 100%
}

.mui-select:after {
    color: #a1a1a1
}

.common-contact {
    position: fixed;
    top: 0;
    right: -200px;
    z-index: 6;
    display: inline-block;
    height: 100%;
    overflow-y: auto;
    font-size: 70%;
    background: #fff;
    color: #fff;
    pointer-events: none;
    transition: right .3s ease-in-out;
    -webkit-transition: right .3s ease-in-out;
    -moz-transition: right .3s ease-in-out;
    -o-transition: right .3s ease-in-out;
    -ms-transition: right .3s ease-in-out
}

.common-contact .menu-side {
    width: 200px;
    height: 100%;
    padding: .5em;
    text-align: left;
    background-color: #61A584
}

.common-contact .menu-side .item {
    border-bottom: 1px solid #B7ABAB;
    letter-spacing: 2px
}

.common-contact .menu-side .item .icon {
    font-size: 400%
}

.common-contact .menu-side .item a {
    display: inline-block
}

.common-contact .menu-side .item a:link {
    color: #fff
}

.common-contact .menu-side .item a:visited {
    color: #fff
}

.common-contact .menu-side .item a:hover {
    color: #fff
}

.common-contact .menu-side .item a:active {
    color: #fff
}

.common-contact .menu-side .item div {
    display: inline-block
}

.common-contact .menu-side .item img {
    width: 100%
}

.common-main {
    position: fixed;
    top: 0;
    left: -520px;
    z-index: 15;
    display: inline-block;
    overflow-y: auto;
    color: #fff;
    pointer-events: none;
    transition: right .3s ease-in-out;
    -webkit-transition: right .3s ease-in-out;
    -moz-transition: right .3s ease-in-out;
    -o-transition: right .3s ease-in-out;
    -ms-transition: right .3s ease-in-out
}



.common-main .login-button {
    text-align: center;
}

.common-main .login-button .loginBox{
    height: 100px;
}

.common-main .login-button .loginBox > div{
    position: relative;
    width: 100px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
}

.common-main .login-button .item-bottom > div{
    background: #AE9E5F;
    width: 90%;
    height: 33px;
    border-radius: 25px;
    line-height: 2.5;
    margin: 0 auto;
}

.common-main .login-button #left_mail {
    padding-top: 20px;
}

.common-main .login-button #left_mail p {
    padding: 10% 0;
}

.common-main .login-button #left_mail #email-count {
    position: absolute;
    background: #be2e1b;
    border-radius: 20px;
    /* padding: 0 5px; */
    line-height: 20px;
    top: 10px;
    right: 25px;
    text-align: center;
    min-width: 21px;
}

.common-main .item-box {
    position: fixed;
    bottom: 0;
    width: 55%
}

.common-main .item-box .item-bottom {
    float: left;
    text-align: center;
    background: #25885b;
    padding: 5px
}
.common-main .menu-side {
    width: 100%;
    font-size: 15px;
    text-align: left;
    overflow-y: auto;
}

.common-main .menu-side .item {
    letter-spacing: 2px;
    padding: 0 10px;
       line-height: 32px;
    border-top: 1px solid #474D6E;
}

.common-main .menu-side .item:last-child{
    border-bottom: 1px solid #474D6E;
}

.common-main .menu-side .item .icon {
    font-size: 400%;
    margin: 1px 6px;
    color: #CFBE7E ;
}

.common-main .menu-side .item div {
    display: inline-block;
    vertical-align: middle
}

.common-main .menu-side .item img {
    width: 100%
}

#common-main-close .iconfont {
    padding: 6px;
    border-radius: 50%;
    border: 2px solid #fff
}

.common-screen, .common-screen1 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: rgba(6, 6, 6, 0.6);
    opacity: 1;
    pointer-events: none
}

.common-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    font-size: 21rem;
    overflow: hidden;
        background: #343B53;
    text-align: center;
    color: #fff;
    transition: top .3s ease-in-out;
    -webkit-transition: top .3s ease-in-out;
    -moz-transition: top .3s ease-in-out;
    -o-transition: top .3s ease-in-out;
    -ms-transition: top .3s ease-in-out
}

.common-header.hide {
    animation: header .3s 1 linear;
    -moz-animation: header .3s 1 linear;
    -webkit-animation: header .3s 1 linear;
    -o-animation: header .3s 1 linear;
    -ms-animation: header .3s 1 linear
}

.common-header .header-title {
    float: left;
    width: 79%;
    text-align: center;
    font-size: 18px;
    line-height: 44px;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}

.common-header .header-title .logo {
    text-align: center
}

.common-header .header-title .logo img {
    height: 25px;
    margin-top: 10px;
}

.common-header > .segments {
    float: left
}

.common-header .left-button {
    float: left;
    text-align: center;
    cursor: pointer;
    width: 10%;
    margin-top: 5px
}

.common-header .left-button img {
    height: 20px;
    margin-top: 20px;
    padding-left: 2px;
    cursor: pointer
}

.common-header .left-button .icon-common_back{
    font-size: 18px;
}

.common-header .right-button {
    float: left;
    text-align: center;
    cursor: pointer;
    width: 10%;
    margin-top: 5px
}
.common-header .right-button .iconfont {
    font-size: 24px;
}
.icon-zhanneixinx {
    position: relative;
    font-size: 22rem;
    font-weight: 400;
    margin-top: 3px
}

#red-pint {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 5px;
    right: 5px;
    background: #be2e1b;
    border-radius: 50%;
}

.common-header .mobile-padding {
    background: #343B53;
    height: 44px;
}

.common-footer {
    position: fixed;
    bottom: 0;
    height: 80px;
    z-index: 4;
    width: 100%;
    background: url(../images/tab_bg.png) top center no-repeat;
}

.common-footer .item {
    position: relative;
    display: inline-block;
    width: 20%;
    text-align: center;
    top: 17px;
    color: #AAAAAA;
    font-size: 10px;
    line-height: 1.2;
}
.common-footer .item.game, .common-footer .item.agentUrl{
    top:12px;
}
.common-footer .item.game .iconfont, .common-footer .item.agentUrl .iconfont{
    font-size: 35px;
}

.common-footer .item.active{
    color: #CFBE7E;
}


.ecs {
    text-align: center;
    padding-top: 20px;
}

.ecs-box1 {
    text-align: center;
}

.ecs-up, .ecs-down {
    text-align: center;
    line-height: 2
}

.ecs-box1, .ecs-box2 {
    display: none
}

.ecs-box1.ecsBoxshow, .ecs-box2.ecsBoxshow {
    display: block
}
.ecs-box1.ecsBoxshow img{
    width: 125px;
}

.header-margin {
    display: inline-block;
    width: 100%
}

#touclick {
    top: 50% !important;
    margin: 0 !important;
    transform: translate(-50%, -50%) scale(0.8)
}

@-webkit-keyframes spCircRot {
    from {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg)
    }
    to {
        transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        -o-transform: rotate(359deg)
    }
}

@-ms-keyframes spCircRot {
    from {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg)
    }
    to {
        transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        -o-transform: rotate(359deg)
    }
}

@-moz-keyframes spCircRot {
    from {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg)
    }
    to {
        transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        -o-transform: rotate(359deg)
    }
}

@-o-keyframes spCircRot {
    from {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg)
    }
    to {
        transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        -o-transform: rotate(359deg)
    }
}

@keyframes spCircRot {
    from {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg)
    }
    to {
        transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        -o-transform: rotate(359deg)
    }
}

@-webkit-keyframes header {
    0% {
        height: 3em
    }
    70% {
        height: 1em
    }
    100% {
        height: 0
    }
}

@-ms-keyframes header {
    0% {
        height: 3em
    }
    70% {
        height: 1em
    }
    100% {
        height: 0
    }
}

@-moz-keyframes header {
    0% {
        height: 3em
    }
    70% {
        height: 1em
    }
    100% {
        height: 0
    }
}

@-o-keyframes header {
    0% {
        height: 3em
    }
    70% {
        height: 1em
    }
    100% {
        height: 0
    }
}

@keyframes header {
    0% {
        height: 3em
    }
    70% {
        height: 1em
    }
    100% {
        height: 0
    }
}

.content .title .iconfont {
    vertical-align: middle;
    font-size: 26px;
    transition: .3s;
    -ms-transition: .3s;
    -webkit-transition: .3s
}

.content .title .icon-sm {
    font-size: 20px
}

.content .active .title .iconfont:last-child {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg)
}

.icon-circle-style {
    padding: 6px;
    border: 2px solid #26c167;
    border-radius: 50%;
    width: 62px;
    height: 62px;
    display: inline-block;
    color: #26c167;
    font-size: 34rem
}

.icon-circle-style.font {
    font-size: 15px;
    line-height: 46px;
    font-weight: 700
}

.icon-bg-green {
    background: #1acd70
}

.icon-specli {
    font-size: 38px;
    margin-left: -10px
}

.tips{
    font-size: 13px;
    font-size: 13rem;
    color: #999999;
}

.tips p{
    padding: 3px 0;
}

@media screen and (max-width: 320px) {
    .ecs {
        text-align: center;
        padding-top: 10px;
    }

    .ecs-up, .ecs-down {
        text-align: center;
        line-height: 1.5;
    }
}

.app-download{background:#2a2a2a;height:60px;padding:12px 10px}
.app-download .text{color:#fff;overflow:hidden;text-align:left}
.app-download .text h2{font-size:16px;height:20px;line-height:20px;font-weight:bolder}
.app-download .text span{display:block;font-size:12px;line-height:14px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
.app-download-btn{background:#fe6756;float:right;height:36px;line-height:36px;border-radius:5px;color:#fff;padding:0 10px;font-size:12px;background-size:16px}
.app-download .d-close-btn{position:absolute;width:20px;height:20px;border:1px solid #fff;border-radius:50%;top:calc(35% - 15px);text-align: center;}
.app-download .d-close-btn > i{font-size:13px;line-height: 20px}
.app-download .d-logo{float:left;margin-left:13px}
.app-download .d-logo > img{width:40%}