* {
    font: inherit;
    color: inherit;
    outline: 0;
    border: 0;
    margin: 0;
    padding: 0;
    font-style: normal;
    list-style: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*-webkit-font-smoothing: antialiased;*/
}
@font-face {
    font-family: 'Lato';
    src: url('/src/font/Lato-Light.woff') format('woff'),
    url('/src/font/Lato-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: url('/src/font/Lato-Regular.woff') format('woff'),
    url('/src/font/Lato-Regular.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: url('/src/font/Lato-Bold.woff') format('woff'),
    url('/src/font/Lato-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('/src/font/Roboto-Light.eot');
    src: url('/src/font/Roboto-Light.eot?#iefix') format('embedded-opentype'),
    url('/src/font/Roboto-Light.woff2') format('woff2'),
    url('/src/font/Roboto-Light.woff') format('woff'),
    url('/src/font/Roboto-Light.ttf') format('truetype'),
    url('/src/font/Roboto-Light.svg#robotolight') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('/src/font/Roboto-Regular.eot');
    src: url('/src/font/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
    url('/src/font/Roboto-Regular.woff2') format('woff2'),
    url('/src/font/Roboto-Regular.woff') format('woff'),
    url('/src/font/Roboto-Regular.ttf') format('truetype'),
    url('/src/font/Roboto-Regular.svg#robotoregular') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/src/font/Roboto-Bold.eot');
    src: url('/src/font/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
    url('/src/font/Roboto-Bold.woff2') format('woff2'),
    url('/src/font/Roboto-Bold.woff') format('woff'),
    url('/src/font/Roboto-Bold.ttf') format('truetype'),
    url('/src/font/Roboto-Bold.svg#robotobold') format('svg');
    font-weight: 700;
    font-style: normal;
}



@font-face {
    font-family: 'BentonSans';
    src: url('/src/font/BentonSans-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'BentonSans';
    src: url('/src/font/BentonSans-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'BentonSans';
    src: url('/src/font/BentonSans-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}



@font-face {
    font-family: 'Trebuchet-MS';
    src: url('/src/font/Trebuchet-MS-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Trebuchet-MS';
    src: url('/src/font/Trebuchet-MS-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}




body {
    font: 12px/1 "Helvetica Neue", Arial, "Microsoft YaHei", sans-serif; 
    -webkit-tap-highlight-color: transparent;-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
html,body{
    min-width:1200px;
}
a,[role="button"]{
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
a, a:hover {
    text-decoration: none;
}
.container {
    margin: 0 auto;
    width: 1200px;
}
.red{
    color: #c0ff46 !important;
}
.green{
    color: #ff0051 !important;
   
}
.header {
    position: relative;
    z-index: 999;
    background: #080D0C;
    /* min-width:1200px; */
}

.exx-home .header{
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: transparent;
}
.exx-home .header-black {
    background: #080D0C;
}
.exx-home .sticky {
    background: transparent;
}
.exx-home .bgblack{
    background: #000;
}
.header .container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.top-wrap{
    position: relative;
    height: 30px;
    z-index: 1;
}
.top-wrap .notice {
    float: right;
    width: 421px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    overflow: hidden;

}
.top-wrap .notice .title{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #66feff;
    opacity: .8;
}

.top-wrap .notice-middle {
    height: 30px;
    line-height: 30px;
}
.top-wrap .anim {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-top: -60px;
}
.et_h .anims {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-top: -68px;
}
.top-wrap .notice-middle a{
    display: block;
    color: #e1ecf2;
    opacity: .8;
}
.top-wrap .notice-middle a:hover{
    color: #fff;
    opacity: 1;
}

.exx-dropdown{
    position: relative;
}
.exx-dropdown .exx-dropdown-toggle{
    position: relative;
    overflow: hidden;
}
.exx-dropdown .exx-dropdown-toggle:not(a){
    cursor: default;
}
.top-wrap .top-menu .exx-dropdown .exx-dropdown-toggle{
    padding-right: 10px;
}

.top-wrap .top-menu .exx-dropdown .exx-dropdown-toggle .exx-down{
    position: absolute;
    right: -13px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.top-wrap .top-menu .exx-dropdown:hover .exx-dropdown-toggle .exx-down{
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.menu-wrap .exx-dropdown .exx-dropdown-toggle{
    padding-right: 20px;
}
/* .menu-wrap .exx-dropdown .exx-dropdown-toggle:after{
    content: "";
    position: absolute;
    right: 2px;
    top: 24px;
    width: 5px;
    height: 5px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
} */
.menu-wrap .account-menu.exx-dropdown .exx-dropdown-toggle:before{
    content: '';
    position: relative;
    right: -1px;
    margin-right: 3px;
    top: 0px;
    display: block;
    width: 20px;
    height: 20px;
    background: url(/src/images/accountNew/nav_ico_head.svg) no-repeat center top;
}
.menu-wrap .account-menu.exx-dropdown .menu-list li a {
    display: block;
    padding: 15px 25px;
    color: #FFFFFF;
    white-space: nowrap;
}
.menu-wrap .account-menu.exx-dropdown .menu-list li a:hover {
    background: rgba(255,255,255,0.20);
    color: #00ffff;
}
.account-menu.exx-dropdown .exx-dropdown-menu,
.currency.exx-dropdown .exx-dropdown-menu{
    background: #141D2E;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    -webkit-box-shadow: 0 4px 16px 0 rgba(20,29,46,0.60);
            box-shadow: 0 4px 16px 0 rgba(20,29,46,0.60);
    border-radius: 0 0 3px 3px;
}
.menu-wrap .exx-dropdown .exx-dropdown-toggle:after{
    content: "";
    position: relative;
    margin-left: 2px;
    right: -1px;
    top: 0px;
    display: block;
    width: 11.4px;
    height: 10.7px;
    border: none;
    background: url(/src/images/accountNew/arrow.svg) no-repeat center top;
}
.menu-wrap .exx-dropdown:hover .exx-dropdown-toggle:after{
    content: "";
    position: relative;
    right: -3px;
    top: 4px;
    display: block;
    width: 11.4px;
    height: 10.7px;
    border: none;
    background: url(/src/images/accountNew/arrow.svg) no-repeat center top;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.menu-wrap .account-menu.exx-dropdown:hover .exx-dropdown-toggle,
.menu-wrap .currency.exx-dropdown:hover .exx-dropdown-toggle{
    color: #00ffff;
}
.menu-wrap .currency.exx-dropdown:hover .exx-dropdown-toggle i{
    color:#fff;
}

.menu-wrap .exx-dropdown:hover .exx-dropdown-toggle .exx-down-o{
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.exx-dropdown .exx-dropdown-menu{
    display: none;
    min-width: 100%;
    position: absolute;
    right: 0;
    top: 90%;
    background: #fff;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    border-radius: 3px;
    overflow: hidden;
}
.exx-dropdown:hover .exx-dropdown-menu{
    display: block;
}
/* .exx-dropdown:active .exx-dropdown-menu{
    display: block;
} */




.top-wrap .top-menu{
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.top-wrap .top-menu > li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 25px;
    height: 30px;
    position: relative;
}
.top-wrap .top-menu > li a,.top-wrap .top-menu > li p{
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #e1ecf2;
    opacity: .8;
}
.top-wrap .top-menu > li:hover a{
    opacity: 1;
    color: #fff;
}
.top-wrap .top-menu > li.app-download ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.top-wrap .top-menu > li.app-download ul li{
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 185px;
    text-align: center;
    padding: 30px;
}
.top-wrap .top-menu > li.app-download ul li .code-img img{
    width: 100px;
}
.top-wrap .top-menu > li.app-download ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fd9800;
    position: relative;
    color: #fff;
    padding: 6px 10px;
    margin-top: 10px;
    height:unset;
}
.top-wrap .top-menu > li.app-download ul li a img {
    width: 16px;
    margin-right: 5px;
}
.top-wrap .top-menu > li.app-download ul li a.android {
    background: #a4c539;
}
.top-wrap .top-menu > li.app-download ul li a.android img{
    width: 18px;
}

.top-wrap .top-menu li.language ul li{
    padding: 15px 25px;
    color: #262b3e;
    white-space:nowrap;
}
.top-wrap .top-menu li.language ul li:hover,.top-wrap .top-menu li.language ul li.current{
    background: #f7f8fa;
    color: #fd9800;
}

.menu-wrap .logo .exxlogo {
    display: block;
    width: 66px;
}
.menu-wrap .logo .mesues img{
    display: block;
    height: 30px;
}




.menu-wrap .trading-menu{
    margin-left: 20px;
}
.menu-wrap .trading-menu ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.menu-wrap .trading-menu ul li{
    height: 58px;
    margin: 0 12px;
}
.menu-wrap .trading-menu ul .border {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 58px;
}
.menu-wrap .trading-menu ul .border div {
    width:1px;
    height:7px;
    background:rgba(255,255,255,1);
    opacity:0.45;
}
.menu-wrap .trading-menu a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0 20px;
    color: #fff;
    font-size: 14px;
}
.menu-wrap .trading-menu a:hover{
    /* color: #FFFFFF;
    background: #00cbd2 */
    color: #989696;
}
.menu-wrap .trading-menu ul li .lihov:hover a{
    color: #00ffff;
}
.menu-wrap .switch {
            width: 46px;
            height: 20px;
            position: relative;
            border: 1px solid #B0B0B0;
            background-color: #B0B0B0;
            background: url('/src/images/180820home/bticon.svg') no-repeat 87% center;
            background-size: 30%;
            box-shadow: #B0B0B0 0 0 0 0 inset;
            border-radius: 20px;
            background-clip: content-box;
            display: inline-block;
            -webkit-appearance: none;
            user-select: none;
            outline: none;
        }
        .menu-wrap .switch:before {
            content: '';
            width: 14px;
            height: 14px;
            position: absolute;
            top: 2px;
            left: 3px;
            border-radius: 20px;
            background-color: #fff;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
        }
        .menu-wrap .switch::after{
            content: '';
            display: inline-block;
            width: 16px;
            height: 16px;
            position: absolute;
            top: 1px;
            left: 3px;
            border-radius: 20px;
            background:url('/src/images/180820home/ylicon.svg') no-repeat 100% center;
            background-size: 80%;
        }
        .menu-wrap .switch:checked {
            border-color: rgba(0,203,210,.6);
            box-shadow: rgba(0,203,210,.6) 0 0 0 16px inset;
            background-color: rgba(0,203,210,.6);
        }
        .menu-wrap .switch:checked:before {
            left: 26px;
        }
        .menu-wrap .switch.switch-anim {
            cursor:pointer;
            transition: border cubic-bezier(0, 0, 0, 1) 0.4s, box-shadow cubic-bezier(0, 0, 0, 1) 0.4s;
        }
        .menu-wrap .switch.switch-anim:before {
            transition: left 0.3s;
        }
        .menu-wrap .switch.switch-anim:checked {
            box-shadow: rgba(0,203,210,.6) 0 0 0 16px inset;
            background-color: rgba(0,203,210,.6);
            transition: border ease 0.4s, box-shadow ease 0.4s, background-color ease 1.2s;
        }
        .menu-wrap .switch.switch-anim:checked:before {
            transition: left 0.3s;
        }
.menu-wrap .trading-menu ul li .lihov{
    padding: 0;
}
.menu-wrap .trading-menu ul li .lihov a:hover{
    color: #00ffff;
    background: none;
}
.menu-wrap .trading-menu ul li .ulac{
    display: block;
}
.menu-wrap .trading-menu li.active {
   
    /* background: #00cbd2 */
}
.menu-wrap .trading-menu li.active a {
    color: #26FFD7;
    /* color: #FFFFFF; */
}
.menu-wrap .trading-menu li .aho::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 17px;
    background: url(/src/images/180820home/hot.svg) no-repeat;
    position: relative;
    top: 0;
    left: -3px;
}

.menu-wrap .trading-menu li .exx-game::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(/src/images/180820home/game.png) no-repeat;
    position: relative;
    top: 0;
    left: -3px;
    margin-right: 4px;
}
.menu-wrap .trading-menu li .otc::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(/src/images/180820home/otc.svg) no-repeat;
    position: relative;
    top: 0;
    left: -3px;
}
.menu-wrap .trading-menu li.active .aho::before {
    
    background: url(/src/images/180820home/hots.svg) no-repeat;
   
}
.menu-wrap .trading-menu li:hover .aho::before {
    
    background: url(/src/images/180820home/hots.svg) no-repeat;
   
}
.menu-wrap .user-menu{
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
}
.menu-wrap .isexxcss{
    font-size: 14px;
}
.menu-wrap .entrance{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    margin-left: 10px;
}
.menu-wrap .entrance li{
    height: 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
}
.menu-wrap .entrance li a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    color: #fff;
}
.menu-wrap .entrance li a:hover{
    color: #fff;
}
.menu-wrap .entrance li:hover{
    background:#00cbd2  ;
    
}
.menu-wrap .currency p{
    height: 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}
.menu-wrap .currency li{
    padding: 15px 25px;
    /* color: #262b3e; */
    color:#fff;
    white-space: nowrap;
}
.menu-wrap .currency li:hover,.menu-wrap .currency li.current {
    /* background: #f7f8fa;
    color: #fd9800; */
    background: rgba(255,255,255,0.20);
    color: #00ffff;
}
.menu-wrap .assets-menu{
    position: relative;
    margin: 0 30px;
}
.menu-wrap .assets-menu > a{
    height: 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}
.menu-wrap .assets-menu:hover > a{
    color: #fd9800;
}

.menu-wrap .assets-menu .assets-dropdown{
    min-width: 100%;
    position: absolute;
    right: 0;
    top: 90%;
    display: none;
}

.menu-wrap .assets-info{
    width: 600px;
    background: #fff;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    overflow: hidden;
    font-size: 12px;
}

.menu-wrap .assets-info .assets-total{
    color: #788594;
    padding: 20px;
}
.menu-wrap .assets-info .assets-total p{
    margin-top: 10px;
    font-size: 18px;
    color: #474B55;
}

.menu-wrap .assets-info .assets-fillter{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px 20px 20px;
}

.menu-wrap .assets-info .assets-fillter .onffflist a {
    display: block;
    text-decoration: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}
.menu-wrap .assets-info .assets-fillter .onffflist a span {
    margin-right: 5px;
    color: #b0b7c7;
}
.menu-wrap .assets-info .assets-fillter .onffflist a i {
    display: block;
    height: 18px;
    background: #edeef1;
    border-radius: 30px;
    width: 40px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}
.menu-wrap .assets-info .assets-fillter .onffflist a i:after {
    content: "";
    display: block;
    height: 14px;
    width: 14px;
    background: #fff;
    border-radius: 50%;
    margin: 2px 0 0 2px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}
.menu-wrap .assets-info .assets-fillter .onffflist a.on i {
    background: #31C871
}
.menu-wrap .assets-info .assets-fillter .onffflist a.on i:after {
    margin-left: 24px
}

.menu-wrap .assets-body ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
    border-top: 1px solid #F4F4F4;
}
.menu-wrap .assets-body ul li{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #474B55;
    padding: 12px 0;
}
.menu-wrap .assets-body ul li:last-of-type{
    text-align: right;
}
.menu-wrap .assets-body ul li:last-of-type a{
    color: #fd9800;
    display: inline-block;
    margin-left: 20px;
}
.menu-wrap .assets-body ul.title{
    padding-right: 36px;
    background: #f7f8fa;
}
.menu-wrap .assets-body ul.title li{
    color: #788594;
}
.menu-wrap .assets-body .box{
    height: 370px;
    overflow-y: auto;
}
.menu-wrap .assets-body .box .no-coin{
    height: 370px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #b7bac5;
}


.menu-wrap .account-menu > a{
    height: 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}
/* .menu-wrap .account-menu:hover > a{
    color: #fd9800;
} */


.menu-wrap .account-menu > a span{
    width: 26px;
    height: 26px;
    border: 2px solid currentColor;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: scale(.7);
    transform: scale(.7);

}
.menu-wrap .account-menu > a span em{
    font-weight: bold;
    font-size: 12px;
}
.menu-wrap .account-menu .menu-list li a {
    display: block;
    padding: 15px 25px;
    color: #262b3e;
    white-space: nowrap;
}
.menu-wrap .account-menu .menu-list li a:hover {
    background: #f7f8fa;
    color: #fd9800;
}
.menu-wrap .account-menu .account-list{
    padding: 10px 10px 0 10px;
    min-width: 240px;
}
.menu-wrap .account-menu .account-list li{
    padding: 5px;
    opacity: .8;
}
.menu-wrap .account-menu .account-list li:hover,.menu-wrap .account-menu .account-list li.current{
    opacity: 1;
}
.menu-wrap .account-menu .account-list li .item{
    position: relative;
    padding: 10px 10px 10px 50px;
    border-radius: 3px;
    border: 1px solid #eceef3;
    font-size: 12px;
}
.menu-wrap .account-menu .account-list li:hover .item{
    border-color: #d2d4d9;
}
.menu-wrap .account-menu .account-list li.current .item{
    border-color: #fd9800;
}
.menu-wrap .account-menu .account-list li .item img{
    width: 30px;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: .5;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}
.menu-wrap .account-menu .account-list li:hover .item img,.menu-wrap .account-menu .account-list li.current .item img{
    opacity: 1;
}


.menu-wrap .account-menu .account-list li .item h3{
    color: #4a4a4a;
    margin-bottom: 5px;
}

.menu-wrap .account-menu .account-list li.current .item h3{
    color: #fd9800;
}
.menu-wrap .account-menu .account-list li .item p{
    color: #a5afbb;
}


.home-banner {
    background: #2b2871;
    min-width:1200px;
    position: relative;
    z-index: 1;
    height: 850px;
}
.home-banner-bg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    overflow: hidden;
    opacity: .2;
}
.home-banner-bg img{
    width: 100%;
}

.home-banner .et-statistics{
    padding-top: 40px;
}
.home-banner .et-statistics h1{
    font-size: 34px;
    font-weight: 500;
    color: #fff;
}
.home-banner .et-statistics p.slogan{
    color: #bbb9dc;
    margin: 20px 0 60px 0;
    font-size: 16px;
}
.home-banner .et-statistics ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.home-banner .et-statistics ul li{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 13px;
    color: #bbb9dc;
    position: relative;
}
.home-banner .et-statistics ul .num p{
  padding-right: 75px;
}



.home-banner .et-statistics ul li + li:before{
    content: "";
    position: absolute;
    left: -75px;
    top: 0;
    bottom: 0;
    border-left: 1px dashed rgba(255,255,255,.1);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}


.home-banner .et-statistics ul li p span{
    color: #ffb700;
    font-size: 14px;
}
.home-banner .et-statistics ul li p + p{
    margin-top: 22px;
}

.home-banner .et-statistics ul li.num p span.big{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 32px;
    margin-top: 12px;
}
.home-banner .et-statistics ul li.num p span.big img{
    margin-right: 8px;
    width: 25px;
}
.home-banner .et-statistics ul li.num p + p{
    margin-top: 17px;
}
.home-banner .et-box{
    text-align: center;
    padding-top: 110px;
}
.home-banner .et-box h1{
    color: #fff;
    font-size: 50px;
    margin: 20px 0 20px 0;
    font-weight: 500;
}
.home-banner .et-box ul.ul1{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.home-banner .et-box ul.ul1 li{
    width: calc((100% - 120px) / 5);
    background: rgba(0,0,0,.2);
    border-radius: 5px;
    padding: 10px 0 20px;
    position: relative;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    cursor: default;
}
.home-banner .et-box ul.ul1 li:hover{
    -webkit-box-shadow: 0 10px 30px rgba(0,0,0,.3);
    box-shadow: 0 10px 30px rgba(0,0,0,.3);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.home-banner .et-box ul.ul1 li h2{
    position: absolute;
    background: #ffc66c;
    color: #000;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%,-100%);
    transform: translate(-50%,-100%);
    font-size: 14px;
    font-weight: 500;
    padding: 8px 20px;
    border-radius: 3px 3px 0 0;
}
.home-banner .et-box ul.ul1 li .num{
    font-size: 14px;
    color: #d2d2ec;
}
.home-banner .et-box ul.ul1 li .p-star {
    padding: 10px 0 15px;
}
.home-banner .et-box ul.ul1 li .p-star img{
    width: 15px;
    margin-right: 4px;
}
.home-banner .et-box ul.ul1 li .p-star img:last-child{
    margin-right: 0;
}
.home-banner .et-box ul.ul1 li .progress{
    height: 20px;
    border-radius: 30px;
    margin: 20px 20px 15px 20px;
    border: 1px solid #5957cd;
    position: relative;
    overflow: hidden;
}

.home-banner .et-box ul.ul1 li .progress p{
    background: #5957cd;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}
.home-banner .et-box ul.ul1 li .progress span{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 174px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
}
.home-banner .et-box ul.ul1 li .btn{
    text-align: center;
    padding: 0;
}
.home-banner .et-box ul.ul1 li .btn a{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #5957cd;
    color: #fff;
    padding: 10px 25px;
    border-radius: 30px;
}
.home-banner .et-box ul.ul1 li .btn a:hover{
    -webkit-box-shadow: 0 15px 50px rgba(130, 86, 255, 0.4);
    box-shadow: 0 15px 50px rgba(130, 86, 255, 0.4);
}

.home-banner .et-box ul.ul2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    position: relative;
    z-index: 1;
}
.home-banner .et-box ul.ul2:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 5px;
    z-index: -1;
    border-bottom: 1px dashed rgba(255,255,255,.2);
}

.home-banner .et-box ul.ul2 li{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 12px;
    position: relative;
    padding-top: 30px;
    color: rgba(255,255,255,.4);
}



.home-banner .et-box ul.ul2 li .circ{
    position: absolute;
    top: 0;
    color: #9595b6;
    width: 10px;
    height: 10px;
    background: currentColor;
    border-radius: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.home-banner .et-box ul.ul2 li .circ:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    margin: -5px;
    border: 1px solid currentColor;
}
.home-banner .et-box ul.ul2 li p{
    color: #ffb700;
    margin-bottom: 8px;
    opacity: .4;
}


.home-banner .et-box ul.ul2 li.current{
    color: #fff;
}
.home-banner .et-box ul.ul2 li.current p{
    opacity: 1;
}
.home-banner .et-box ul.ul2 li.current .circ{
    color: #ffb700;
}









.home-banner .activity{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #1f1d5a;
}
.home-banner .activity ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 130px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.home-banner .activity ul li{
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.home-banner .activity ul li:first-child{
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.home-banner .activity ul li:last-child{
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.home-banner .activity ul li a{
    width: 215px;
    height: 90px;
    border-radius: 3px;
    position: relative;
    background: #2b2871;
    overflow: hidden;
}

.home-banner .activity ul.current li{
    opacity: .3;
}

.home-banner .activity ul li p{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0,0,0,.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.home-banner .activity ul li:hover p{
    opacity: 1;
    visibility: visible;
}

.home-banner .activity ul li p span{
    background: #ffb800;
    color: #000;
    padding: 8px 15px;
    border-radius: 3px;
    font-weight: 500;
}

.home-banner .activity ul li.current{
    opacity: 1;
}




.home-banner .activity-info{
    opacity: 0;
    visibility: hidden;
    height: 720px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.home-banner .activity-info.current{
    opacity: 1;
    visibility: visible;
}


.home-banner .activity-info img{
    height: 720px;
    position: absolute;
    min-width: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: none;
}

.et-modal{
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(9,8,27,.9);
    z-index: 9999;
}
.et-modal-box{
    width: 450px;
    background: #2b2871;
    border-radius: 5px;
    text-align: center;
    padding: 40px;
    position: relative;
    z-index: 1;
    color: #d2d2ec;
    font-size: 14px;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.3);
    box-shadow: 0 0 20px rgba(0,0,0,.3);
}
.et-modal-box-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    overflow: hidden;
    background: url(/src/images/ettokenbg.png) no-repeat center center;
    background-size: cover;
    opacity: .5;
}


.et-modal-box h2{
    font-weight: 500;
    font-size: 18px;

}

.et-modal-box .fill{
    margin-top: 30px;
}
.et-modal-box .fill h3{
    color: #ffb700;
}
.et-modal-box .fill .input{
    margin-top: 25px;
    position: relative;
}
.et-modal-box .fill .input input {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 18px;
    text-align: center;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: rgba(0,0,0,.1);
    color: #fff;
    -webkit-appearance: none;
    -webkit-backface-visibility: hidden;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-appearance: textfield;
}
.et-modal-box .fill .input input:focus{
    background: rgba(0,0,0,.3);
    border-color: #ffb700;
}
.et-modal-box .fill .input input::-webkit-input-placeholder {
    font-size: 14px;
    color: #727094;
}
.et-modal-box .fill .input input:-moz-placeholder {
    font-size: 14px;
    color: #727094;
}
.et-modal-box .fill .input input::-moz-placeholder {
    font-size: 14px;
    color: #727094;
}
.et-modal-box .fill .input input:-ms-input-placeholder {
    font-size: 14px;
    color: #727094;
}

.et-modal-box .fill .input input::-webkit-outer-spin-button, .et-modal-box .fill .input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.et-modal-box .fill .input .click{
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 45px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.et-modal-box .fill .input .click:hover{
    background: #ffb700;
}
.et-modal-box .fill .input .click span{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: rgba(223,244,244,.7);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.et-modal-box .fill .input .click:hover span{
    background: #000;
}
.et-modal-box .fill .input .click span.reduce{
    width: 17px;
    height: 1px;
}
.et-modal-box .fill .input .click span.plus{
    width: 1px;
    height: 17px;
}


.et-modal-box .fill .input .click.left{
    left: 0;
}
.et-modal-box .fill .input .click.right{
    right: 0;
}

.et-modal-box .fill ul{
    margin-top: 30px;
}
.et-modal-box .fill ul li{
    padding: 10px 12px 10px 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
    border: 1px solid rgba(255,255,255,.15);
    font-size: 13px;
    cursor: pointer;
    color: rgba(255,255,255,.5);
    margin-bottom: 15px;
    border-radius: 3px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.et-modal-box .fill ul li p{
    color: rgba(255,255,255,.5) !important;
}
.et-modal-box .fill ul li:before{
    content: "";
    width: 10px;
    height: 10px;
    border: 1px solid rgba(255,255,255,.2);
    position: absolute;
    left: 12px;
    top: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.et-modal-box .fill ul li:hover{
    border-color: rgba(255,255,255,.5);
    color: #fff;
}
.et-modal-box .fill ul li:hover:before{
    border-color: #fff;
}

.et-modal-box .fill ul li.select{
    border: 1px dashed #ffb700;
    color: #ffb700;
}

.et-modal-box .fill ul li.select:before{
    border-color: #ffb700;
    background: #ffb700;
}
.et-modal-box .btn{
    margin-top: 40px;
}
.et-modal-box .btn a{
    display: block;
    text-align: center;
    padding: 15px;
    font-size: 14px;
    border-radius: 50px;
    font-weight: 500;
    background: #ffb700;
    color: #000;
}
.et-modal-box .btn a.ok{

}


.et-panel{
    font-family: 'DIN-BlackAlternate',Tahoma,Arial,sans-serif;
    min-height: 100vh;
    color: #fff;
    text-align: center;
}

.et-panel .et-panel-bg{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    overflow: hidden;
    background: url("/src/images/ettokenbg.png") no-repeat center center;
    background-size: cover;
    opacity: .5;
}


.et-panel .et-banner{
    padding: 180px 0 80px;
    background: url("/src/images/et/head-bg-2.png") no-repeat center 20px;
    background-size: 47%;
}
.et-panel .et-banner h1{
    font-size: 120px;
    font-weight: 600;
}
.et-panel .et-banner p{
    font-size: 22px;
    margin-top: 30px;
    font-weight: 500;
}


.et-panel .et-box{
    text-align: center;
}
.et-panel .et-box ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.et-panel .et-box ul li{
    width: calc((100% - 120px) / 5);
    background: rgba(0,0,0,.2);
    border-radius: 5px;
    padding: 10px 0 20px;
    position: relative;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    cursor: default;
}
.et-panel .et-box li .p-star {
    padding: 10px 0 15px;
}
.et-panel .et-box li .p-star img{
    width: 15px;
    margin-right: 4px;
}
.et-panel .et-box li .p-star img:last-child{
    margin-right: 0;
}
.et-panel .et-box ul li:hover{
    -webkit-box-shadow: 0 10px 30px rgba(0,0,0,.3);
    box-shadow: 0 10px 30px rgba(0,0,0,.3);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.et-panel .et-box ul li h2{
    position: absolute;
    background: #ffc66c;
    color: #000;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%,-100%);
    transform: translate(-50%,-100%);
    font-size: 14px;
    font-weight: 500;
    padding: 8px 20px;
    border-radius: 3px 3px 0 0;
}
.et-panel .et-box ul li .num{
    font-size: 14px;
    color: #d2d2ec;
}
.et-panel .et-box ul li .progress{
    height: 20px;
    border-radius: 30px;
    margin: 20px;
    border: 1px solid #5957cd;
    position: relative;
    overflow: hidden;
}

.et-panel .et-box ul li .progress p{
    background: #5957cd;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}
.et-panel .et-box ul li .progress span{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 174px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
}
.et-panel .et-box ul li .btn{
    text-align: center;
    padding: 0;
}
.et-panel .et-box ul li .btn a{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #5957cd;
    color: #fff;
    padding: 10px 25px;
    border-radius: 30px;
}
.et-panel .et-box ul li .btn a:hover{
    -webkit-box-shadow: 0 15px 50px rgba(130, 86, 255, 0.4);
    box-shadow: 0 15px 50px rgba(130, 86, 255, 0.4);
}



.et-panel  .whatet{
    padding: 130px 0;
}
.et-panel  .whatet h2{
    font-size: 36px;
    font-weight: 500;
}
.et-panel  .whatet p{
    font-size: 13px;
    padding: 0 60px;
    line-height: 2;
    margin-top: 30px;
    color: #bbb9dc;
}
.et-panel  .whatet .pie-chart{
    margin: 50px 0;
}







/* -- Highcharts css -- */

.highcharts-background {
    fill: transparent;
}

.highcharts-title,
.highcharts-subtitle,
.highcharts-button,
.highcharts-credits {
    display: none;
}

.highcharts-label.highcharts-data-label.highcharts-data-label-color-8 text tspan {
    color: #B492E9 !important;
}

.highcharts-label.highcharts-data-label .highcharts-text-outline {
    fill: transparent;
    stroke: transparent;
}

.highcharts-label.highcharts-data-label .highcharts-text-outline+tspan {
    font-size: 14px;
    font-weight: 300;
    fill: #ffcb68;
    stroke: transparent;
}

.highcharts-point.highcharts-color-0 {
    fill: #7cb5ec;
}

.highcharts-data-label-connector.highcharts-color-0 {
    stroke: #7cb5ec;
}

.highcharts-3d-side.highcharts-point.highcharts-color-0 {
    fill: #639cd3;
    stroke: #639cd3;
}

.highcharts-point.highcharts-color-1 {
    fill: #4039d4;
    stroke: #4039d4;
}

.highcharts-tooltip-box {
    fill: #fff;
    fill-opacity: 0.6;
    stroke-width: 0;
}

.highcharts-tooltip text {
    fill: white;
}

.highcharts-data-label-connector.highcharts-color-1 {
    stroke: #4039d4;
}

.highcharts-3d-side.highcharts-point.highcharts-color-1 {
    fill: #2b25a1;
    stroke: #2b25a1;
}

.highcharts-point.highcharts-color-2 {
    fill: #b492e9;
    stroke: #b492e9;
}

.highcharts-data-label-connector.highcharts-color-2 {
    stroke: #b492e9;
}

.highcharts-3d-side.highcharts-point.highcharts-color-2 {
    fill: #926ccd;
    stroke: #926ccd;
}

.highcharts-point.highcharts-color-3 {
    fill: #403aa3;
    stroke: #403aa3;
}

.highcharts-data-label-connector.highcharts-color-3 {
    stroke: #403aa3;
}

.highcharts-3d-side.highcharts-point.highcharts-color-3 {
    fill: #332d93;
    stroke: #332d93;
}

.highcharts-point.highcharts-color-4 {
    fill: #8085e9;
    stroke: #8085e9;
}

.highcharts-data-label-connector.highcharts-color-4 {
    stroke: #8085e9;
}

.highcharts-3d-side.highcharts-point.highcharts-color-4 {
    fill: #676cd0;
    stroke: #676cd0;
}

.highcharts-point.highcharts-color-5 {
    fill: #1496f6;
    stroke: #1496f6;
}

.highcharts-data-label-connector.highcharts-color-5 {
    stroke: #1496f6;
}

.highcharts-3d-side.highcharts-point.highcharts-color-5 {
    fill: #1371b6;
    stroke: #1371b6;
}


.et-panel  .etright{
    padding: 130px 0;
    background: rgba(0,0,0,.15);
}
.et-panel  .etright h2{
    font-size: 30px;
    font-weight: 500;
}
.et-panel  .etright  p{
    font-size: 13px;
    padding: 0 60px;
    line-height: 2;
    margin-top: 30px;
    color: #bbb9dc;
}

.et-panel  .etright ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 80px;
    text-align: left;
}
.et-panel  .etright ul p{
    padding: 0;
}
.et-panel  .etright ul li{
    margin: 0 50px;
    border-left: 1px solid #ffc66c;
    padding-left: 20px;
}
.et-panel  .etright ul li h3{
    color: #ffc66c;
    font-weight: 500;
    font-size: 20px;
}





.et-panel .roadmap{
    margin-top: 100px;
    background: rgba(0,0,0,.15);
    padding: 130px 0;
    position: relative;
}

.et-panel .roadmap:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 227px;
    z-index: -1;
    border-bottom: 1px dashed rgba(255,255,255,.5);
}

.et-panel .roadmap h2{
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 60px;
}


.et-panel .roadmap ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.et-panel .roadmap ul li{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    position: relative;
    padding-top: 50px;
    color: rgba(255,255,255,.4);
}


.et-panel .roadmap ul li .circ{
    position: absolute;
    top: 0;
    color: #9595b6;
    width: 15px;
    height: 15px;
    background: currentColor;
    border-radius: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.et-panel .roadmap ul li .circ:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    margin: -10px;
    border: 2px solid currentColor;
}
.et-panel .roadmap ul li p{
    color: #ffb700;
    margin-bottom: 15px;
    opacity: .4;
}


.et-panel .roadmap ul li.current{
    color: #fff;
}
.et-panel .roadmap ul li.current p{
    opacity: 1;
}
.et-panel .roadmap ul li.current .circ{
    color: #ffb700;
}


.et-panel  .qa{
    padding: 130px 0;
}
.et-panel  .qa h2{
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 50px;
}
.et-panel  .qa ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.et-panel  .qa ul li{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 50px;
    border: 1px solid rgba(255,255,255,.2);
    background: rgba(0,0,0,.1);
    padding: 60px 50px;
    border-radius: 5px;
}
.et-panel  .qa ul li h3{
    color: #ffc66c;
    font-weight: 500;
    font-size: 20px;
}
.et-panel  .qa ul li p{
    font-size: 13px;
    margin-top: 25px;
    color: #bbb9dc;
    line-height: 2;
}


.et-panel  .hz{
    padding: 10px 0 100px 0;
}
.et-panel  .hz h2{
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 50px;
}
.et-panel  .hz ul li{
    margin-top: 18px;
    display: inline-block;
    width: 16.6%;
    height: 75px;
}
.et-panel  .hz ul li img{
    width: 181px;
    height: 75px;
}

/*ET svg logo*/
.svg1{
    position: relative;
    width: 90px;
    display: inline-block;
}

@-webkit-keyframes myfirst
{
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@keyframes myfirst
{
    0% {opacity: 0;}
    100% {opacity: 1;}
}

.svg1 .eye{
    position: absolute;
    top: 47px;
    opacity: 0;
    -webkit-animation: myfirst 1s linear 2.5s forwards;
            animation: myfirst 1s linear 2.5s forwards;
}
.svg1 .eye.left{
    left: 5px;
}
.svg1 .eye.right{
    right: 4px;
}

@-webkit-keyframes mytwo
{
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@keyframes mytwo
{
    0% {opacity: 0;}
    100% {opacity: 1;}
}

.svg1 .eye2{
    position: absolute;
    top: 155px;
    opacity: 1;
}
.svg1 .eye2.left{
    left: -10px;
}
.svg1 .eye2.right{
    right: -10px;
}





.home-banner .info{
    position: absolute;
    left: 50%;
    top: calc(50% + 50px);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
}
.home-banner .info h2{
    font-size: 54px;
    color: #fff;
}
.home-banner .info .subtitle{
    font-size: 16px;
    color: rgba(255,255,255,.8);
    margin: 40px 0 50px 0;
}
.home-banner .info .button a{
    background: #fd9800;
    display: inline-block;
    padding: 12px 30px;
    border: 1px solid #fd9800;
    color: #fff;
    font-size: 14px;
    margin: 0 10px;
    border-radius: 3px;
}
.home-banner .info .button a:first-of-type{
    background: transparent;
    color: #fd9800;
}
.carousel{
    position: relative;
}
.carousel-inner{
    height: 650px;
    position: relative;
}

.carousel-inner .item{
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 650px;
    overflow: hidden;
}
.carousel-inner .item > img, .carousel-inner .item .link img {
    max-width: none;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.carousel-inner .item.active{
    z-index: 1;
}
.carousel-inner .item.next,.carousel-inner .item.prev{
    z-index: 2;
    -webkit-animation: next .3s linear;
    animation: next .3s linear;
}
@-webkit-keyframes next
{
    0% {opacity: 0}
    100% {opacity: 1}
}
@keyframes next
{
    0% {opacity: 0}
    100% {opacity: 1}
}
.carousel-caption{
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%) scale(0.68);
    transform: translate(-50%,-50%) scale(0.68);
}
.carousel-caption img {
    display: block;
    margin: 0 auto;
}
.carousel-caption .market-title {
    margin-bottom: 65px;
}
.carousel-control{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: .4;
    height: 200px;
    width: 100px;
    z-index: 3;
}
.carousel-control:hover{
    opacity: 1;
}
.carousel-control span{
    width: 50px;
    height: 50px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.left.carousel-control{
    left: 50px;
}
.left.carousel-control span{
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}
.right.carousel-control{
    right: 50px;
}
.right.carousel-control span{
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
.carousel-indicators{
    position: absolute;
    z-index: 3;
    bottom: 75px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.carousel-indicators li{
    width: 35px;
    height: 40px;
    margin: 0 5px;
    opacity: .4;
    position: relative;
}
.carousel-indicators li:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 4px;
    background: #fff;
}
.carousel-indicators li.active{
    opacity: 1;
}

.home-market{
    padding: 30px 0;
    background-color: #111429;
}
.home-market .top5{
    margin-bottom: 30px;
}
.home-market .top5 ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* background: #fff; */
    overflow: hidden;
    /* border-radius: 3px; */
    height: 118px;
    /* -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}
.home-market .top5 ul li{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: calc((100% - 80px)/5);
    padding: 20px;
    position: relative;
    z-index: 1;
}
.home-market .top5 ul li:hover{
    background: rgba(255, 255, 255,.1);
}
/* .home-market .top5 ul li + li:after{
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    bottom: 20px;
    width: 1px;
    border-left: 1px dotted #e0e2e7;
} */
.home-market .top5 ul li .coin-img{
    position: absolute;
    left: 20px;
    width: 20px;
    top: 17px;
}

.home-market .top5 ul li .head{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 27px;
}
.home-market .top5 ul li .head h2{
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.home-market .top5 ul li .head h2 span{
    color: rgba(223,244,244,.7);
    font-size: 12px;
    font-weight: normal;
}


.home-market .top5 ul li .price{
    margin: 10px 0 20px 0;
    color: #fff;
    padding-left: 28px;
}
.home-market .top5 ul li .price em{
    margin-left: 10px;
    color: rgba(223,244,244,.7);
}
.home-market .top5 ul li .vol{
    color: #adb8ca;
}
.home-market .top5 ul li .chart{
    opacity: .3;
}
.home-market .market{
    /* border-radius: 3px; */
    /* background: #fff; */
    overflow: hidden;
    /* -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}
.home-market .market .market-head{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.home-market .market .market-tab{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}
.home-market .market .market-tab li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: rgb(255, 255, 255);
    padding: 15px 30px;
    position: relative;
    /* background: #fff; */
}

.home-market .market .market-tab li + li{
    border-left: 1px solid rgba(255, 255, 255,.1);
}
.home-market .market .market-tab li span{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.home-market .market .market-tab li.user span i{
    color: #fff !important;
    font-size: 12px !important;
}
.home-market .market .market-tab li.qc span {
    background: #f00;
}
.home-market .market .market-tab li.user span{
    background: #fd9800;
}
.home-market .market .market-tab li.active{
    background: rgba(255, 255, 255,.1);
    z-index: 2;
}


/* .home-market .market .market-tab li.active:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    height: 5px;
    background: rgba(255, 255, 255,.1);
} */

.home-market .market .market-search{
    position: relative;
    margin-right: 10px;
}
.home-market .market .market-search input{
    height: 30px;
    padding: 10px;
    width: 180px;
    border-radius:4px;
    display: block;
    color: rgba(223,244,244,.7);
    border: 1px solid rgba(236, 238, 243,.2);
    background:none;
}
.home-market .market .market-search input::-moz-placeholder {
    color: #b0b7c7;
    opacity: 1;
}
.home-market .market .market-search input:-ms-input-placeholder {
    color: #b0b7c7;
}
.home-market .market .market-search input::-webkit-input-placeholder {
    color: #b0b7c7;
}
.home-market .market .market-search input::-ms-expand {
    background-color: transparent;
    border: 0;
}
.home-market .market .market-search i{
    position: absolute;
    right: 10px;
    top: 10px;
    color: #cdd1de;
    font-size: 12px;


}



.home-market .market .market-list{
    position: relative;
    z-index: 1;
}
.home-market .market .market-list .area-title{
    padding: 12px 15px;
    color: #66feff;
    /* background: #fdfdfd; */
}
.home-market .market .market-list .item{
    position: relative;
}
.home-market .market .market-list .item + .item{
    border-top: 1px solid rgba(255, 255, 255,.1);
}
.home-market .market .market-list .item:hover{
    background: rgba(255, 255, 255,.1);
}
.home-market .market .market-list .item .choice{
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 40px;
}
.home-market .market .market-list .item .choice a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    color: #c6c7d3;
    padding-left: 15px;
}
.home-market .market .market-list .item .choice a i{
    font-size: 18px !important;
}
.home-market .market .market-list .item .choice a i.exx.exx-collection{
    color:#ffe135 !important;
}
.home-market .market .market-list ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 18px;
}
.home-market .market .market-list ul li{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    padding: 16px 0;
    font-size: 15px;
    line-height: 18px;
}
.home-market .market .market-list .title{
    background: rgba(255, 255, 255,.1);
}
.home-market .market .market-list .title ul li{
    color: rgba(223,244,244,.7);
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-top: 2px;
    padding-bottom: 10px;
    line-height: 36px;
}
.home-market .market .market-list .title ul li.sort em{
    width: 8px;
    height: 18px;
    position: relative;
    margin-left: 5px;
}
.home-market .market .market-list .title ul li.sort em:before,.home-market .market .market-list .title ul li.sort em:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    border: 4px solid transparent;
}
.home-market .market .market-list .title ul li.sort em:before{
    top: 0;
    border-bottom-color: rgba(223,244,244,.7);
}
.home-market .market .market-list .title ul li.sort em:after{
    bottom: 0;
    border-top-color: rgba(223,244,244,.7);
}
.home-market .market .market-list .title ul li.sort.up em:before{
    border-bottom-color: #fd9800;
}
.home-market .market .market-list .title ul li.sort.down em:after{
    border-top-color: #fd9800;
}


.home-market .market .market-list ul li.coin-name{
    -webkit-box-flex: 0 0 150px;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 40px;
}
.home-market .market .market-list ul li.coin-name img{
    width: 18px;
    margin-right: 10px;
}
.home-market .market .market-list ul li.increase{
    -webkit-box-flex: 0 0 150px;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
}
.home-market .market .market-list ul li.amount{
   
    width: 170px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.home-market .market  .market-list ul li span{
    color: rgba(223,244,244,.7);
    font-size: 12px;
   
}
.home-market .market .market-list ul li.amount span{
    margin-left: 0;
}
.home-market .market  .market-list .no-market{
    text-align: center;
    padding: 150px 0;
    color: #9194A2;
}
.advantage {
    /*background: #252c8c url(/src/images/global-bg.jpg) no-repeat center center / 80%;*/
    position: relative;
    z-index: 1;
    /*background: #fbfbfd;*/
}

.advantage2 {
    display: none;
    background: #fbfbfd;
    /*background-image: -webkit-gradient(linear, left top, right top, from(#f87a46), to(#feb933));*/
    /*background-image: -webkit-linear-gradient(left, #f87a46, #feb933);*/
    /*background-image: -o-linear-gradient(left, #f87a46, #feb933);*/
    /*background-image: linear-gradient(to right, #f87a46, #feb933);*/
}

/*.advantage:after {*/
/*content: "";*/
/*height: 100%;*/
/*left: 0;*/
/*position: absolute;*/
/*top: 0;*/
/*width: 100%;*/
/*z-index: -1;*/
/*background: #252c8c;*/
/*opacity: .8;*/
/*}*/
.advantage ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.advantage ul li{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    padding:110px 10px;
}
.advantage ul li .icon{
    height: 80px;
    width: 80px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(241,255,254,.1);
}


.advantage ul li .icon img{
    width: 40px;
}
.advantage2 ul li .icon img{
    width: 36px;
}

.advantage ul li h2{
    font-size: 24px;
    margin: 40px 0 30px 0;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.4px;
    font-weight: 400;
}
.advantage ul li p{
    color: rgba(223,244,244,.7);
    margin-top: 15px;
    font-size: 16px;
    letter-spacing: 0.3px;
}
.app{
    padding: 120px 0;
    text-align: center;
    background: #fcfcfc;
}

.app .info h2 {
    font-size: 42px;
    color: #fff;
    font-weight: 400;

}
.app .info p {
    font-size: 16px;
    margin-top: 30px;
    line-height: 28px;
    color: rgba(223,244,244,.7);
}
.app .download ul {
    margin-top: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.app .download ul li{
    margin: 0 50px;
}
.app .download ul li p{
    width: 150px;
    height: 150px;
    padding: 10px;
    border-radius: 2px;
    background: rgba(102,254,255,.1);
    /* border: 1px solid #e4e6eb;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.03);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.03); */
}
.app .download ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #F7B103;
    font-size: 14px;
    position: relative;
    width: 150px;
    height: 40px;
    margin-top: 10px;
    border-radius: 3px;
    color: #fff;
}
.app .download ul li a.android{
    background: #A2BF51;
}
.app .download ul li a img {
    width: 20px;
    margin-right: 5px;
}
.app .download ul li a.android img{
    width: 24px;
}
.footer{
    background:#141d2e;
    padding: 83px 0;
    min-width:1200px;
}
.footer .container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; */
}
.footer .copyright .logo {
    width: 64px;
}
.footer .copyright p{
    margin-top: 30px;
    color: #828c9c;
}
.footer .footer-menu{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex:1;
}
.footer .footer-menu dl{
    margin-left: 60px;
    /* 80px; */
}
.footer .footer-menu.en dl{
    margin-left: 40px;
}
.footer .footer-menu dl:nth-of-type(6){
    flex:1;
}
.footer .footer-menu dl:nth-of-type(6) dd>a:nth-of-type(1){
    width: 100px;
    display: inline-block;
}
/* .footer .footer-menu dl:nth-of-type(6) dd>a:nth-of-type(2){
    margin-left: 20px;
} */

.footer .footer-menu dl dt {
    color: #fff;
    margin-bottom: 25px;
    font-size: 13px;
    font-weight: 500;
}
.footer .footer-menu dl dd{
    color: #828c9c;
    margin-top: 15px;
    position: relative;
    font-weight: 400;
}
.footer .footer-menu dl dd.pdf{
    display: block;
    width: 100px;
    height: 60px;
}
.footer .footer-menu dl dd.pdf a{
    display: block;
    width: 100%;
    height: 100%;
    cursor: unset;
    opacity: 0;
}
.footer .footer-menu dl dd.pdf a:hover{
    color: unset;
}
.footer .footer-menu dl dd span:hover {
    cursor: pointer;
}

.footer .footer-menu dl dd p{
    display: none;
    position: absolute;
    bottom: 30px;
    background: #fff;
    border-radius: 3px;
    width: 120px;
    /* padding: 10px; */
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-filter:drop-shadow(0 0 10px rgba(0,0,0,.3));
    filter:drop-shadow(0 0 10px rgba(0,0,0,.3));
    font-size: 12px;
}
.footer .footer-menu dl dd p.qq{
    padding: 20px;
    width: auto;
}
.footer .footer-menu dl dd p.qq span{
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #443f5a;
}
.footer .footer-menu dl dd p.qq span:last-child{
    margin-bottom: 0;
}

.footer .footer-menu dl dd:hover p{
    display: block;
}
.footer .footer-menu dl dd p:after{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 4px solid transparent;
    border-top-color: #fff;
}
.footer .footer-menu dl dd a:hover {
    color: #fff;
}
.footer-copyright{
    width: 1200px;
    margin: 40px auto 0;
    text-align: center;
    color:#828c9c;
}
.footer-copyright p{
    margin-bottom: 20px;
}

/*.exx-entrance{*/
/*background: #252c8c url(/src/images/entrance-bg.jpg) no-repeat center top / cover;*/
/*}*/
.exx-entrance{
    background: #fbfbfd;
    /*min-width:1200px;*/
}
.exx-entrance .container{
    min-height: calc(100vh - 438px);
    padding: 100px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.exx-entrance-info{
    width: 450px;
}
.exx-entrance .head{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}
.exx-entrance .head h2{
    font-size: 26px;
    color: #2b2e34;
}
.exx-entrance .head p{
    color: #b4b5c3;
    font-size: 14px;
}
.exx-entrance .head p a{
    color: #474B55;
}
.exx-entrance .form-group{
    margin-bottom: 25px;
}
.exx-entrance .form-group label.title{
    display: block;
    color: #a5a6b9;
    margin-bottom: 12px;
}
.exx-entrance .form-group .form-control{
    position: relative;
}
.exx-entrance .form-group .form-control input {
    display: block;
    width: 100%;
    height: 44px;
    padding: 0 12px;
    font-size: 14px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    color: #333;
    border: 1px solid #DDDDE0;border-left: none;
    -webkit-appearance: none;
    -webkit-backface-visibility: hidden;
    border-radius: 3px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.exx-entrance .form-group .form-control input:focus{
    border-color: #999da5;
}


.exx-entrance .form-group .form-control input::-moz-placeholder {
    color: #b0b7c7;
    opacity: 1;
}

.exx-entrance .form-group .form-control input:-ms-input-placeholder {
    color: #b0b7c7;
}

.exx-entrance .form-group .form-control input::-webkit-input-placeholder {
    color: #b0b7c7;
}

.exx-entrance .form-group .form-control input::-ms-expand {
    background-color: transparent;
    border: 0;
}
.exx-entrance .form-button{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.exx-entrance .form-button .button {
    border: none;
    outline: 0;
    color: #fff;
    min-width: 168px;
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fd9800;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    white-space: nowrap;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
}
.exx-entrance .form-button a{
    color: #474B55;
    font-size: 14px;
}

.exx-entrance .form-button .default{
    cursor: not-allowed;
    background: #e3e4ea;
}
.exx-entrance .form-button .enabled{
    cursor: pointer;
    background: #fd9800;
}
.exx-entrance .form-button .button.btn-loading{
    pointer-events: none;
}
.exx-entrance .form-button .button.btn-loading span{
    display: none;
}
.exx-entrance .form-button .button.btn-loading:after{
    content: "loading...";
}


.exx-entrance .form-group .form-control .code-num{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    font-size: 14px;
    color: #474B55;
}
.exx-entrance .form-group .form-control .code-num:before{
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    bottom: 15px;
    width: 1px;
    background: #e2e5ea;
}


.exx-entrance .form-group .agreement{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #a5a6b9;
}
.exx-entrance .form-group .agreement input{
    margin-right: 5px;
}

.exx-entrance .form-code .form-control {
    padding-right: 140px;
}

.exx-entrance .form-code .form-control .code-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 110px;
    overflow: hidden;
    border-radius: 3px;
}

.exx-form-group .code-num {
    position: absolute;
    top: 1px;
    right: 1px;
    bottom :1px ;
    width: 84px;
    border-left: 1px solid #e3e5e7;
    background-color: #f9f9f9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ff9d11
}

.exx-form-group .code-num.disabled {
    pointer-events: none;
    color: #ccc;
}




















@keyframes loading {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loading {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loading {
    min-height: 300px;
    position: relative
}

.loading:after, .loading:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0
}

.loading:before {
    width: 50px;
    height: 50px;
    border: 3px solid #f0f1f5;
    border-top-color: #ff8400;
    border-radius: 50%;
    margin: auto;
    z-index: 11;
    -webkit-animation: loading .5s infinite linear;
    animation: loading .5s infinite linear;
}

.loading:after {
    z-index: 10
}

.loading-light-bg:after {
    background: #fff;
}

.loading-dark-bg:before, .loading-dark:before {
    border: 3px solid #434456;
    border-top-color: #ff8400
}

.loading-dark-bg:after {
    background: rgba(28, 28, 37, .9)
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-lr {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-lr-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-tb-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-0 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.userhtml {
    background: #f2f3f5
}

.hide,[hide],[v-cloak] {
    display: none !important
}

svg {
    fill: currentColor
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.union_t3 .union_tjmc img{
    max-height:100% ;
}

b {
    font-weight: 700 !important
}

svg.icon {
    width: 1em;
    height: 1em;
    vertical-align: -.15em;
    fill: currentColor;
    overflow: hidden
}
.site-full {
    display: block;
    margin-top: -50px;
}

.common-center {
    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    padding: 30px;
    background: #edeef0
}

.conmon-container {
    background: #fff
}



.site-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    min-height: 100vh;
    position: relative;
    min-width:1200px;
    /* background: #000; */
}

/*.trading-menu{
    margin-left: 20px;
}*/
.trading-menu > p{
    color: rgba(255,255,255,.8);
    font-size: 14px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0 30px 0 20px;
}
/* .trading-menu > p:after{
    content: "";
    position: absolute;
    right: 20px;
    top: 24px;
    height: 0;
    width: 0;
    border: 3px solid transparent;
    border-top-color: currentColor;
} */
.trading-menu > p em{
    margin: 0 3px;
    -webkit-transform: scale(.8);
    transform: scale(.8);
}
.trading-menu > p .img-icon {
    width: 16px;
    margin-right: 5px;
}

.site-menu:hover > p,.site-menu > p.active,
.trading-menu:hover > p,.trading-menu > p.active{
    color: #ff9d11;
}

.trading-menu .trading-menu-dropdown{
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.trading-menu:hover .trading-menu-dropdown{
    display: block;
}


.group-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.group-tab{
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 160px;
    border-right: 1px solid #eeeff1;
    padding: 20px 0;

}
.group-tab li{
    padding: 0 30px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #333;
    font-size: 14px;

    position: relative;
}

.group-tab li.active{
    color: #ff9d11;

}
.group-tab li.active:after{
    content: "";
    position: absolute;
    right: -2px;
    top: 8px;
    bottom: 8px;
    width: 3px;
    background: #ff9d11;;
}
.group-box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 40px 30px;
}

.group-box ul{
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.group-box ul.block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.group-box li{
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    border: 1px solid #f2f3f5;
    margin: -1px 0 0 -1px;
}
.group-box li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #888;
    padding-left: 10px;
    height: 42px;
    font-size: 13px;
    width: 155px;
    position: relative;
    white-space: nowrap;
}
.group-box li a b{
    color: #333;
}
.group-box li a em{
    margin: 0 3px;
    -webkit-transform: scale(.8);
    transform: scale(.8);
}
.group-box li a span.coinimg {
    width: 16px;
    margin-right: 5px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
.group-box li a:hover b {
    color: #ff9d11;
}
.group-box li a span.text-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.group-box li a span.text-icon i {
    display: inline-block;
    font-size: 12px;
    border: 1px solid #e1e3e6;
    background: #fff;
    padding: 2px;
    color: #ff9c11;
    border-radius: 2px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
.group-box li a span.text-icon i + i {
    margin-left: 3px;
}
.site-menu{
    position: relative;
}
.site-menu > p{
    color: rgba(255,255,255,.8);
    /* font-size: 14px; */
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0 30px 0 20px;
}
.site-menu.cart > p:after{
    content: "";
    position: absolute;
    right: 20px;
    top: 24px;
    height: 0;
    width: 0;
    border: 3px solid transparent;
    border-top-color: currentColor;
}

.site-menu:hover > p{
    color: #ff9d11;
}


.site-menu .site-menu-dropdown{
    position: absolute;
    left: 50%;
    min-width: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.site-menu:hover .site-menu-dropdown{
    display: block;
}

.site-menu .site-menu-dropdown ul{
    padding: 5px 0;

}

.site-menu .site-menu-dropdown ul li a{
    display: block;
    padding: 14px 0;
    text-align: center;
    white-space:nowrap;
    color: #888;
}
.site-menu .site-menu-dropdown ul li a:hover{
    color: #ff9d11;
}









.webchat-r [role="button"] {
    color: rgba(255, 255, 255, .8);
    height: 50px;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}



.webchat-r p i{
    font-size: 24px !important;
}
.webchat-r p:hover {
    color: #ff9d11;
}
.webchat-r p {
    position: relative;

}
.webchat-r p span{
    position: absolute;
    color: #fff;
    top: -7px;
    left: 10px;
    background: #f00;
    border-radius: 20px;
    padding: 4px;
    display: inline-block;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    min-width: 20px;
    text-align: center;
}


.webchat-r span:empty {
    display: none
}





















.exx-menu {
    position: relative
}

.exx-menu .menu-head {
    position: relative;
    height: 50px;
    color: rgba(255, 255, 255, .8);
    cursor: pointer;
    font-size: 14px;
    z-index: 2;

}
.exx-menu .menu-head[arrow="true"]:after {
    content: "";
    display: none;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    border: 5px solid transparent;
    border-bottom-color: #fff;
}

.exx-menu:hover .menu-head[arrow="true"]:after{
    display: block;
}





.exx-menu .menu-head .img-icon {
    margin-right: 5px;
}

.exx-menu .menu-head .img-icon img {
    width: 18px;
    display: block;
}

.exx-menu .menu-head.active {
    color: #ff9d11
}

.exx-menu:hover .menu-head {
    color: #fff
}

.exx-menu .menu-body {
    position: absolute;
    z-index: 1;
    right: 0;
    min-width: 100%;
    padding-top: 10px;
    display: none;
}

.exx-menu .menu-body .menu-box{
    background: #fff;
    border-radius: 3px;
    white-space: nowrap;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    overflow: hidden;
}


.exx-menu:hover .menu-body {
    display: block;
}

.nav-menu ul li a {
    display: block;
    color: #888;
    padding: 14px 20px
}

.nav-menu ul li a:hover {
    background: #f2f3f5;
    color: #000
}
.more-button {
    margin: 15px auto;
}
.crumbs h3 {
    color: #333;
    font-size: 20px;
    display: inline-block
}

.crumbs p {
    display: inline-block;
    margin-left: 22px;
    position: relative;
    color: #888
}

.crumbs p a {
    color: #888
}

.crumbs p a:hover {
    color: #ff9d11
}

.crumbs p:before {
    content: "/";
    display: block;
    position: absolute;
    left: -15px;
    color: #ccc
}




.exx-modal-mask {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 1000;
    -webkit-transition: opacity .1s ease;
    transition: opacity .1s ease
}

.exx-modal-wrap {
    position: relative
}

@media screen and (max-height: 980px) {
    .modal-add-market .exx-modal-wr
    ap {
        position: fixed;
        left: 0;
        right: 0;
        top: 92px;
        bottom: 20px;
        margin: auto;
        width: 800px
    }

    .modal-add-market .exx-modal-container {
        position: relative;
        height: 100%
    }

    .modal-add-market .exx-modal-container .exx-modal-body {
        position: absolute;
        top: 64px;
        left: 0;
        bottom: 0;
        width: 100%
    }

    .modal-add-market .exx-modal-container .exx-modal-body .exx-coin-info {
        position: absolute;
        bottom: 0;
        top: 84px;
        left: 0;
        right: 0;
        overflow-y: auto
    }
}

.exx-modal-wrap .closebutton {
    position: absolute;
    cursor: pointer;
    right: 15px;
    top: 18px;
    width: 30px;
    height: 30px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    color: #bbb
}

.exx-modal-wrap .closebutton:hover {
    color: #888
}

.exx-modal-wrap .closebutton:after, .exx-modal-wrap .closebutton:before {
    content: "";
    position: absolute;
    background: currentColor;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.exx-modal-wrap .closebutton:before {
    width: 18px;
    height: 2px
}

.exx-modal-wrap .closebutton:after {
    width: 2px;
    height: 18px
}

.clearfloat:after {
    content: "";
    display: block;
    clear: both
}

.exx-radio {
    display: inline-block;
    position: relative;
    margin: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    color: #888
}

.exx-radio label input {
    font-size: 16px;
    color: #555;
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, .1);
    margin: 0 5px;
    border-radius: 3px;
    width: 100px;
    vertical-align: middle
}

.exx-radio * {
    padding: 0 !important;
    margin: 0 !important
}

.exx-radio input[type=radio] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    opacity: 0;
    cursor: pointer;
    z-index: 10
}

.exx-radio label i {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-right: 5px !important
}

.exx-radio label i:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #b9b9b9;
    border-radius: 50%;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.exx-radio label i:before {
    content: "";
    display: block;
    position: absolute;
    left: 2px;
    top: 3px;
    background: url(/src/images/icon/radio.png) no-repeat 0 0/60% 60%;
    width: 26px;
    height: 15px;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.exx-radio input[type=radio]:checked ~ label i:after {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0
}

.exx-radio input[type=radio]:checked ~ label i:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.exx-checkbox {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    line-height: 1
}

.exx-checkbox input[type=checkbox] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    opacity: 0;
    cursor: pointer;
    z-index: 10;
    margin: 0 !important
}

.exx-checkbox label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.exx-checkbox label i {
    position: relative
}

.exx-checkbox label i:after, .exx-checkbox label i:before {
    content: "";
    display: block;
    -webkit-transition: all .1s ease;
    transition: all .1s ease
}

.exx-checkbox label i:before {
    position: absolute;
    left: 6px;
    top: 3px;
    width: 2px;
    height: 6px;
    border-bottom: 2px solid #fba81c;
    border-right: 2px solid #fba81c;
    opacity: 0;
    -webkit-transform: scale(0) rotate(40deg);
    transform: scale(0) rotate(40deg)
}

.exx-checkbox label i:after {
    width: 14px;
    height: 14px;
    border: 1px solid #caccce;
    border-radius: 3px;
}

.exx-checkbox label span {
    margin-left: 5px !important
}

.exx-checkbox input[type=checkbox]:checked ~ i:before {
    opacity: 1;
    -webkit-transform: scale(1) rotate(40deg);
    transform: scale(1) rotate(40deg)
}

.exx-checkbox input[type=checkbox]:checked ~ i:after {
    border-color: #fba81c;
}

.exx-slideselect {
    display: inline-block;
    position: relative;
    margin: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    color: #888
}

.exx-slideselect * {
    padding: 0 !important;
    margin: 0 !important
}

.exx-slideselect input[type=checkbox] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    opacity: 0;
    cursor: pointer;
    z-index: 10
}

.exx-slideselect label i {
    display: inline-block;
    width: 40px;
    padding: 2px !important;
    border-radius: 20px;
    position: relative;
    vertical-align: middle;
    margin-right: 5px !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.exx-slideselect label i:after {
    content: "";
    display: block;
    position: absolute;
    left: 2px;
    top: 2px;
    width: 18px;
    height: 18px;
    background: #97A5AB;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.exx-slideselect label i:before {
    content: "";
    display: block;
    height: 18px;
    border-radius: 20px;
    background: #545353;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.exx-slideselect input[type=checkbox]:checked ~ label i:after {
    background-color: #299C67;
    left: calc(100% - 20px)
}

.exx-slideselect input[type=checkbox]:checked ~ label i:before {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.exx-tips {
    color: #aaa
}

.exx-prompt {
    color: #888;
    line-height: 20px;
    background: #fffdf4;
    padding: 20px 30px
}

.exx-prompt-top {
    margin: -30px -30px 0 -30px !important
}

.exx-prompt-bot {
    margin: 0 -30px -30px -30px !important
}

.exx-prompt h4 {
    margin-bottom: 10px;
    font-weight: 700
}

.exx-prompt p + p {
    margin-top: 5px
}

p.exx-prompt {
    padding: 10px;
    margin: 0 30px
}

.exx-modal-note {
    padding: 20px 20px 15px 20px;
    background: #fffdf4;
    overflow: hidden;
    color: #666
}

.exx-modal-note p {
    margin-bottom: 10px;
    line-height: 20px
}

.exx-modal-container {
    min-width: 450px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px #333;
    box-shadow: 0 0 10px #333;
    overflow: hidden;
    border-radius: 3px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.width-small {
    width: 450px
}

.exx-modal-container.setgoogle {
    width: 600px
}

.bill-w .exx-coin-info {
    padding-top: 0
}

.exx-modal-container.bill-w, .exx-modal-container.safe-w {
    width: 800px
}

.bill-w .exx-tab.inline3 li {
    width: auto;
    margin-right: 3px
}

.bill-w .exx-coin-info {
    padding-top: 0
}

.exx-modal-mask #mainForm {
    width: 500px;
    min-width: auto !important
}

.exx-modal-mask .fill-form {
    border: none;
    background: 0 0
}

.exx-modal-header {
    text-align: center;
    margin: 25px 30px;
    position: relative
}

.exx-modal-header img {
    position: absolute;
    width: 40px;
    left: 15px;
    top: 12px
}

.exx-modal-header h3 {
    font-size: 16px;
    color: #333;
}

.exx-form-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.exx-modal-button {
    padding: 0 30px 30px 30px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.exx-form-btn {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px
}

.exxbtn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: none;
    overflow: hidden;
    outline: 0;
    color: #fff;
    padding: 12px 15px;
    border-radius: 3px;
    display: inline-block;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.exxbtn + .exxbtn {
    margin-left: 20px
}

.exxbtn.btn-cancel {
    background: #d0d0d0
}

.exxbtn.btn-cancel:hover {
    background: #c8c8c8
}

.exxbtn.btn-ok {
    background: #ff9d11;
}

.exx-form-tips {
    color: #aaa;
    line-height: 22px;
    margin-bottom: 30px
}
.exx-modal-body .modeltips {
    color: #aaa;
    line-height: 22px;
    margin-bottom: 30px;
    text-align: center;
}
.tocnyt-btns {
    text-align: right;
    padding-top: 10px;
}
.tocnyt-btns button {
    min-width: 100px;
}
.exx-form-box {
    margin: 30px
}

.exx-form-group {
    position: relative;
    margin-bottom: 15px
}
.exx-form-group > p {
    color: #666;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
}

.exx-form-group label {
    color: #888;
    margin-bottom: 10px;
    display: block;
}

.exx-form-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.exx-form-abtn {
    position: absolute;
    right: 0;
    top: -22px
}

.exx-form-text {
    position: absolute;
    right: 0;
    top: -22px;
    color: #888
}

.exx-form-text em {
    color: #333
}

.exx-form-input {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.exx-grade {
    overflow: hidden;
    position: absolute;
    right: 13px;
    bottom: 13px
}

.exx-grade li {
    background: #d7dbe2;
    color: #fff;
    float: left;
    padding: 2px 4px;
    white-space: nowrap;
    margin-left: 1px;
}

.exx-grade li.active:nth-child(1) {
    background-color: red
}

.exx-grade li.active:nth-child(2) {
    background-color: #ff997d
}

.exx-grade li.active:nth-child(3) {
    background-color: #ff7753
}

.exx-grade li.active:nth-child(4) {
    background-color: #ff7e00
}

.exx-form-group .exx-input-element p {
    position: absolute;
    top: -24px;
    right: 0;
    color: #b3b7be
}

.exx-form-group .exx-input-element p em {
    color: #555;
    font-size: 13px;
    cursor: pointer;
    display: inline-block;
    margin-left: 5px
}

.exx-form-group .exx-input-element p a {
    color: #3366e8;
    display: inline-block;
    margin-left: 5px
}

.exx-form-input input:not([type = radio]):not([type = checkbox]) {
    width: 100%;
    display: block;
    height: 40px;
    padding: 0 8px;
    background: 0 0;
    outline: 0;
    color: #555;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-box-shadow .3s ease;
    transition: -webkit-box-shadow .3s ease;
    transition: box-shadow .3s ease;
    transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
}

.exx-form-input input:not([type = radio]):not([type = checkbox]):focus {
    border-color: #ff9d11;
    -webkit-box-shadow: 0 0 0 3px #ffe9c4;
    box-shadow: 0 0 0 3px #ffe9c4;
    caret-color: #fba81c;
    color: #333
}

.exx-form-group.error .exx-form-input input:not([type = radio]):not([type = checkbox]) {
    border-color: #e52121;
    -webkit-box-shadow: 0 0 0 3px #fed2d2;
    box-shadow: 0 0 0 3px #fed2d2;
    caret-color: #e52121
}

.exx-form-input input[disabled] {
    cursor: not-allowed
}

.exx-form-input input[readonly=readonly] {
    pointer-events: none;
    color: #aaa
}


.country-code {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
}

.exx-form-content .country-code .country-button, .country-code .country-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    padding: 0 30px 0 15px;
    width: auto;
    height: 100%;
    cursor: pointer;
    color: #9597a9;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}
.country-code .country-button:before{
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    bottom: 15px;
    width: 1px;
    background: #e2e5ea;
}
.country-code .country-button:after {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    right: 15px;
    top: 18px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.country-code.open .country-button, .country-code:hover .country-button {
    color: #2b2c31;
}

.country-code .country-list {
    position: absolute;
    width: 350px;
    right: 0;
    top: 100%;
    height: 270px;
    display: none;
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 3px;
    background: #fff;
    padding: 12px 0;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}

.country-code .country-list li a {
    display: block;
    padding: 12px 20px;
    text-decoration: none;
    cursor: pointer;
    color: #6e6f7d;
}

.country-code .country-list li a:hover {
    background: #f5f5f9;;
}

.country-code.open .country-list {
    display: block
}

.exx-form-group .code-img {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-left: 20px;
    width: 84px
}

.exx-form-group .code-img img {
    width: 84px;
    cursor: pointer
}

.exx-form-group .code-num {
    position: absolute;
    top: 1px;
    right: 1px;
    bottom :1px ;
    width: 84px;
    border-left: 1px solid #e3e5e7;
    background-color: #f9f9f9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ff9d11
}

.exx-form-group .code-num.disabled {
    pointer-events: none;
    color: #ccc;
}









































.form-box .form-group {
    position: relative;
    margin-bottom: 20px;
}
.form-box .form-group .form-control {
    position: relative;
}

.form-box .form-group .form-control input {
    display: block;
    width: 100%;
    height: 42px;
    padding: 10px 12px;
    line-height: 1.42857143;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    color: #333;
    border: 1px solid #DDDDE0;
    border-radius: 3px;
    -webkit-appearance: none;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.form-box .form-group .form-control input::-moz-placeholder {
    color: #b0b7c7;
    opacity: 1;
}

.form-box .form-group .form-control input:-ms-input-placeholder {
    color: #b0b7c7;
}

.form-box .form-group .form-control input::-webkit-input-placeholder {
    color: #b0b7c7;
}

.form-box .form-group .form-control input::-ms-expand {
    background-color: transparent;
    border: 0;
}



.exx-entrance .form-group.error .form-control input {
    border-color: #f00;
}

.exx-entrance .form-group .input-alert, .exx-entrance .form-group .input-alert2 {
    color: #f00;
    white-space: nowrap;
    margin-top: 10px;
}

.exx-entrance .form-group .input-alert2 {
    color: #ff9d11;
}

.exx-entrance .form-group.prompt .input-alert, .exx-entrance .form-group.prompt .input-alert2 {
    display: block !important;
}

.form-box .form-group .form-control input:focus {
    border-color: #ff9d11;
}


.form-box .form-group .form-control .form-text{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
    color: #b0b7c7;
}


.form-box .form-group .form-control .label-a {
    position: absolute;
    right: 1px;
    top: 1px;
    bottom: 1px;
    color: #a5acbb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10px;
}

.form-box .form-group .form-control .label-a:hover {
    color: #ff9d11;
}



.form-box .form-group .form-control .code-img img {
    width: 100px;
    border-radius: 0 3px 3px 0;
}

.form-box .form-group .form-control .code-num {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ff9d11;
    width: 100px;
    border-left: 1px solid #dde2ed;
    -webkit-transition: border 0.2s ease;
    transition: border 0.2s ease;
    border-radius: 0 3px 3px 0;
}

.form-box .form-group .form-control .code-num:hover {
    background: #ff9d11;
    color: #fff;
}

.form-box .form-group .form-control .code-num.disabled, .form-box .form-group .form-control .code-num.disabled:hover {
    color: #b5bdcf;
    cursor: no-drop;
    background: none !important;
}

.form-box .form-group .form-control input:focus ~ .code-num {
    border-left-color: #ff9d11;
}

.exx-entrance .form-group.error .form-control .code-num {
    border-left-color: #f00;
}
.form-box .form-button .button {
    width: 100%;
    border: none;
    outline: 0;
    color: #fff;
    background: transparent;
    padding: 13px 30px;
    background: #ff9d11;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    white-space: nowrap;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
}

.form-box .form-button .button:hover {
    background: #f39105;
}

.form-box .form-button .button.btn-loading {
    pointer-events: none;
}

.form-box .form-button .button.btn-loading span {
    opacity: 0;
    visibility: hidden;
}

.form-box .form-button .button.btn-loading:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 24px;
    width: 24px;
    background: url(/src/images/svg/oval.svg) no-repeat center center/cover
}
.form-login {
    text-align: center;
    padding: 15px 0 15px;
}
.form-login h3 {
    font-size: 14px;
    color:#333;
    position: relative;
    margin-bottom: 20px;
}
.form-login h3 span {
    background-color: #fff;
    padding: 0 20px;
    display: inline-block;
    position: relative;
    z-index: 5;
}
.form-login h3:after {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    top:50%;
    left:0;
    right: 0;
    z-index: 1;
    border-bottom: 1px solid #ddd;
}
.form-login li {
    margin-bottom: 15px;
}
.form-login li a {
    display: inline-block;
    padding: 10px 20px;
    border:1px dashed #ddd;
    cursor: pointer;
}
.form-login li a:hover {
    border-color :#ff9d11;
}
.form-login li img {
    height:22px;
    width: auto;
    cursor: pointer;
}



.exx-account-info {
    background: #f2f3f5;
    padding: 25px 30px 25px 90px;
    position: relative
}

.exx-account-info h3 {
    color: #555;
    font-size: 14px;
    margin-bottom: 10px
}

.exx-account-info p {
    color: #aaa
}

.exx-dark .exx-account-info {
    background: #232731
}

.exx-dark .exx-account-info h3 {
    color: #fff
}

.exx-account-info .avatar {
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden
}

.exx-account-avatar {
    margin-bottom: 30px
}

.exx-account-avatar a.abtn {
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #ddd;
    margin-top: 12px
}

.exx-account-avatar a.abtn i {
    display: block;
    width: 7px;
    height: 7px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 7px 0 0 9px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.exx-account-avatar a.aleft {
    float: left
}

.exx-account-avatar a.aright {
    float: right;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.exx-account-avatar a.abtn.agrayleft, .exx-account-avatar a.abtn.agrayright {
    pointer-events: none;
    opacity: .3
}

.exx-account-avatar .scrolllist {
    width: 392px;
    height: 50px
}

.exx-account-avatar .scrolllist .imglist_w {
    width: 310px;
    height: 50px;
    margin-left: 16px;
    overflow: hidden;
    float: left;
    position: relative
}

.exx-account-avatar .scrolllist .imglist_w ul {
    width: 20000px;
    position: absolute;
    left: 0;
    top: 0
}

.exx-account-avatar .scrolllist .imglist_w li {
    height: 50px;
    float: left;
    padding: 0 6px
}

.exx-account-avatar .avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    cursor: pointer
}

.exx-account-avatar .avatar img {
    width: 50px;
    height: 50px;
    border-radius: 50%
}

.exx-account-avatar .scrolllist .imglist_w li .avatar:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .8);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.exx-account-avatar .scrolllist .imglist_w li.active .avatar:after {
    background: 0 0
}

.exx-coin-info .more-coin {
    margin-top: 20px;
    text-align: center;
    color: #888;
    cursor: pointer
}

.exx-coin-info .more-coin i {
    font-size: 20px;
    position: relative;
    top: 2px
}

.exx-safe-panel h3 {
    margin: 20px 0 40px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
    position: relative
}

.exx-safe-panel h3 em {
    background: #fff;
    position: absolute;
    bottom: -6px;
    left: 0;
    font-size: 16px;
    color: #555;
    font-weight: 700
}

.exx-safe-panel .exx-line {
    margin-bottom: 30px
}

.exx-safe-panel .exx-line .tit {
    color: #888;
    float: left;
    margin-right: 20px;
    width: 170px;
    margin-top: 2px;
    text-align: right
}

.exx-safe-panel .exx-line .tit input {
    font-size: 16px;
    color: #555;
    padding: 6px 5px 4px 5px;
    border: 1px solid rgba(0, 0, 0, .1);
    margin: 0 5px;
    border-radius: 3px;
    width: 100px;
    vertical-align: middle
}

.exx-safe-panel .exx-line .tit input::-webkit-input-placeholder {
    color: #999;
    font-size: 16px
}

.exx-safe-panel .exx-line .tit input:-moz-placeholder {
    color: #999;
    font-size: 16px
}

.exx-safe-panel .exx-line .tit input:focus {
    border: 1px solid #fba81c
}

.exx-safe-panel .exx-line .con {
    float: left
}

.exx-safe-panel .exx-line:after {
    content: "";
    display: block;
    clear: both
}

.exx-safe-panel .exx-line .con ul li {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    position: relative
}

.exx-safe-panel .exx-line .con ul li.jia {
    color: #999
}

.exx-safe-panel .exx-line .con ul li + li {
    margin-left: 25px
}

.exx-safe-panel .exx-line .con ul li p {
    margin-bottom: 10px;
    color: #aaa;
    position: relative
}

.exx-safe-panel .exx-line .con ul li em.lab {
    position: absolute;
    color: red;
    white-space: nowrap;
    margin-left: -5px;
    top: -7px;
    font-size: 10px
}

.exx-safe-panel .exx-line .con ul li input[type=text] {
    font-size: 16px;
    color: #555;
    padding: 6px 5px 4px 5px;
    border: 1px solid rgba(0, 0, 0, .1);
    margin: 0 5px;
    border-radius: 3px;
    width: 100px;
    vertical-align: middle
}

.exx-safe-panel .exx-line .con ul li input[type=text]::-webkit-input-placeholder {
    color: #999;
    font-size: 16px
}

.exx-safe-panel .exx-line .con ul li input[type=text]:-moz-placeholder {
    color: #999;
    font-size: 16px
}

.exx-safe-panel .exx-line .con ul li input[type=text]:focus {
    border: 1px solid #fba81c
}

.exx-safe-panel .exx-line.exx-line-ul .tit {
    margin-top: 0
}

.exx-safe-panel .exx-line.exx-line-ul .con {
    margin-top: 6px
}

.exx-account-debit {
    background: #232731;
    padding: 30px 100px;
    margin: -30px -30px 20px -30px;
    position: relative
}

.exx-account-debit span {
    position: absolute;
    right: 200px;
    left: 200px;
    top: 50px;
    border-bottom: 2px solid #fba81c;
    color: #fba81c;
    text-align: center;
    padding-bottom: 10px
}

.exx-account-debit span:after {
    content: "";
    display: block;
    position: absolute;
    right: 1px;
    bottom: -8px;
    width: 14px;
    height: 14px;
    border-bottom: 2px solid #fba81c;
    border-right: 2px solid #fba81c;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.exx-account-debit ul {
    overflow: hidden
}

.exx-account-debit li {
    text-align: center
}

.exx-account-debit li .avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #fba81c;
    margin: auto
}

.exx-account-debit li p {
    color: #fff;
    font-size: 14px;
    margin-top: 10px
}

.exx-record-hd {
    margin-bottom: 15px;
    position: relative
}

.exx-record-hd .more {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px
}

.exx-record-hd .more i {
    vertical-align: middle;
    margin-right: 3px
}

.exx-record-hd h4 {
    font-weight: 700;
    font-size: 16px
}

.exx-record table {
    width: 100%;
    cursor: default
}

.exx-record table th {
    color: #aaa;
    padding: 15px 0;
    text-align: left;
    border-bottom: 2px solid rgba(0, 0, 0, .06)
}

.exx-record table td {
    color: #888;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.exx-record table tbody tr:hover td {
    color: #555
}

.exx-record table td.remarks, .exx-record table th.remarks {
    padding-left: 10px
}

.exx-addadr table td.address {
    font-size: 14px;
    color: #aaa
}

.exx-addadr table td.action, .exx-addadr table th.action {
    text-align: right
}

.exx-addadr table td.action a {
    margin: 0 !important
}

.tip-box {
    padding: 10px 20px;
    margin: 10px 0;
    border-radius: 0
}

.radio-inline-show {
    float: right;
    width: 60%
}

.radio-inline-show label {
    display: inline-block;
    width: auto
}

.exx-tab {
    margin-bottom: 30px;
    text-align: center;
    background: #fff;
    position: relative
}

.exx-tab ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50px;
    background: rgba(0, 0, 0, .04);
    overflow: hidden;
    padding: 3px
}

.exx-tab li {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    color: #888;
    padding: 8px 15px;
    line-height: 1;
    cursor: pointer;
    border-radius: 50px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.exx-tab li:hover {
    color: #fba81c !important
}

.exx-tab li.active {
    color: #fff !important;
    background: #fba81c !important;
    cursor: default
}

.exx-paging {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.exx-paging a {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding: 7px 10px;
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, .2);
    color: #aaa;
    margin: 0 3px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.exx-paging a:hover {
    border-color: rgba(0, 0, 0, .3);
    color: #555 !important
}

.exx-paging a.disabled {
    pointer-events: none;
    opacity: .3
}

.exx-paging span {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    color: #aaa;
    margin: 0 5px
}

.exx-table table {
    width: 100%
}

.exx-table table th {
    color: #aeaeae;
    position: relative;
    padding: 10px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    font-size: 12px !important;
    line-height: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.exx-table table td:last-child, .exx-table table th:last-child {
    text-align: right;
    font-size: 12px !important
}

.exx-table table td {
    color: #888;
    padding: 15px;
    line-height: 1;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.exx-table table td:first-child img {
    width: 22px;
    margin-right: 10px;
    vertical-align: middle
}

.exx-table table tbody tr:hover td {
    color: #333
}

.exx-table table td a, .exx-table table td a:hover {
    font-size: 12px;
    display: inline-block;
    position: relative;
    color: #ff9d11
}

.exx-table table td a.add, .exx-table table td a.add:hover {
    color: #2ace7f
}

.exx-table table td a.del, .exx-table table td a.del:hover {
    color: #ea2222
}

.exx-table table td a.remove, .exx-table table td a.remove:hover {
    color: #ea2222
}

.exx-table table tr.no-items td {
    text-align: center;
    padding: 30px 0
}

.exx-coin-info .exx-table table td a.add, .exx-coin-info .exx-table table td a.del {
    color: #fff;
    border-radius: 3px;
    padding: 5px 15px;
    display: inline-block
}

.exx-coin-info .exx-table table td a.del {
    background-color: #31c871
}

.exx-coin-info .exx-table table td a.add {
    background-color: #f19702
}

.exx-dark {
    background: #262b35;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.exx-dark .exx-modal-header {
    background: #181b22;
    border-bottom: none
}

.exx-dark .exx-modal-header h3 {
    color: #fff;
    line-height: 1 !important
}

.exx-dark .exx-tab {
    background: #181b22;
    padding-bottom: 20px;
    margin-bottom: 0
}

.exx-dark .exx-tab ul {
    background: rgba(0, 0, 0, .5)
}

.exx-dark .exx-tab li {
    color: rgba(223,244,244,.7)
}

.exx-dark .exx-table table th {
    font-weight: 700;
    font-size: 10px !important;
    border-bottom: 1px solid #333842;
    border-top: 1px solid #333842;
    color: rgba(223,244,244,.7)
}

.exx-dark .exx-table table th + th:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    left: 0;
    top: 0;
    background: #333842
}

.exx-dark .exx-table table td {
    color: rgba(255, 255, 255, .8);
    border-bottom: 1px solid #333842;
    background-clip: padding-box
}

.exx-dark .exx-table table td:first-child span.buy {
    color: #e83057
}

.exx-dark .exx-table table td:first-child span.sell {
    color: #31C871
}

.exx-dark .exx-table table tbody tr:nth-child(2n) td {
    background: rgba(0, 0, 0, .06)
}

.exx-dark .exx-table table tbody tr:hover td {
    color: #fff;
    background: rgba(255, 255, 255, .02)
}

.exx-dark .exx-account-avatar {
    padding: 30px;
    margin-bottom: 0
}

.exx-dark .exx-form-box {
    padding: 0 30px 30px 30px
}

.exx-dark .exx-input-element input[type=password], .exx-dark .exx-input-element input[type=text] {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.exx-dark .exx-prompt {
    background: #2c2f37;
    color: rgba(255, 255, 255, .7);
    display: none
}

.exx-light {
    background: #fff
}

.exx-light .exx-modal-header h3 {
    color: #000
}

.exx-light .exx-tab li {
    color: #888
}

.exx-light .exx-table table {
    text-align: left
}

.exx-light .exx-table table th {
    font-weight: 700;
    font-size: 10px !important;
    border-bottom: 1px solid #ebedef;
    border-top: 1px solid #ebedef;
    color: #888
}

.exx-light .exx-table table th + th:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    left: 0;
    top: 0;
    background: #ebedef
}

.exx-light .exx-table table td {
    color: #888;
    border-bottom: 1px solid #f2f3f5;
    background-clip: padding-box
}

.exx-light .exx-table table td:first-child span.buy {
    color: #e83057
}

.exx-light .exx-table table td:first-child span.sell {
    color: #31C871
}

.exx-light .exx-table table tbody tr:nth-child(2n) td {
    background: rgba(0, 0, 0, .01)
}

.exx-light .exx-table table tbody tr:hover td {
    color: #000;
    background: rgba(0, 0, 0, .03)
}

.select-status i {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%
}

.select-status .icon-radiobox {
    border: 1px solid #ff9d11;
    position: relative;
    display: none
}

.select-status .icon-radiobox:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ff9d11
}

.select-status .icon-radiobox-o {
    border: 1px solid #eaeaea
}

.selected .select-status .icon-radiobox {
    display: inline-block
}

.choice-addr .more {
    text-align: center;
    padding: 40px 0
}

.choice-addr .more a {
    font-weight: 700;
    color: #888;
    border: 1px dashed rgba(0, 0, 0, .2);
    padding: 10px 20px;
    border-radius: 3px;
    text-decoration: none;
    display: inline-block
}

.choice-addr .more a:hover {
    color: #333;
    border-color: #888
}

.choice-addr .more a i {
    vertical-align: middle;
    margin-right: 3px;
    font-size: 18px
}

.exx-form-select {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.exx-form-select p {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

.exx-form-select p.t {
    color: #888
}

.exx-form-select p a {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    border: 1px solid #eaeaea;
    padding: 8px 14px;
    margin-left: 10px;
    color: #999
}

.exx-form-select p a:hover {
    border: 1px solid #aaa;
    color: #555
}

.exx-form-select p a.active {
    background: #ff9d11;
    color: #fff;
    border-color: #ff9d11
}

.exx-google-box {
    padding: 0 30px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

.exx-google-box .code-img {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 20px;
}

.exx-google-box .code-img img {
    width: 150px;
}

.exx-google-box .help {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.exx-google-box .help h4 {
    font-size: 14px;
    color: #333;
    font-weight: 700;
    margin: 10px 0 10px 0
}

.exx-google-box .help p {
    line-height: 1.5;
    color: #888
}

.exx-google-box .help p + p {
    margin-top: 8px
}

.exx-payin-box {
    overflow: hidden;
    padding: 10px 30px 30px 30px;
    text-align: center
}

.exx-payin-box img {
    width: 200px
}

.exx-payin-box .addr {
    margin: 20px 0;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid #f2f3f5;
    position: relative;
    display: inline-block
}

.exx-payin-box .addr span {
    font-size: 12px;
    color: #666;
    position: relative;
    top: -2px;
    margin-right: 5px
}

.exx-payin-box .addr p {
    float: left;
    height: 40px;
    line-height: 40px
}

.exx-payin-box .addr p:nth-child(1) {
    color: #333;
    padding: 0 10px 0 15px;
    background: rgba(0, 0, 0, .01)
}

.exx-payin-box .addr p:nth-child(2) {
    font-size: 16px;
    color: #fba81c;
    padding: 0 20px
}

.exx-payin-box .addr .pc-btn-copy {
    float: right;
    background: #fba81c;
    border-radius: 30px;
    padding: 8px 15px;
    border: none;
    color: #fff;
    margin-top: 5px
}

.exx-account-transfer {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 20px;
    position: relative
}

.exx-account-transfer .item {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
    padding: 0 30px
}

.exx-account-transfer .item-box {
    padding: 15px 10px 15px 60px;
    height: 68px;
    position: relative;
    border-radius: 3px
}

.exx-account-transfer .item-box .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    border: 1px solid #ddd
}

.exx-account-transfer .item-box .avatar .gray-mask {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    font-weight: 700;
    background: rgba(43, 156, 103, .6);
    border-radius: 50%;
    color: #ff9d11;
    text-align: center;
    line-height: 40px
}

.exx-account-transfer .item-box .avatar img {
    width: 40px;
    border-radius: 50%
}

.exx-account-transfer .item-box h3 {
    color: #666;
    font-size: 14px;
    position: absolute;
    border: 2px dashed #d7d9dc;
    border-radius: 3px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 15px 0 0 60px
}

.exx-account-transfer .item-box p.num {
    color: #b3b7be;
    position: absolute;
    left: 60px;
    bottom: 15px
}

.exx-account-transfer .text-arrow {
    position: absolute;
    top: 43px;
    left: 292px;
    color: #ff9d11;
    border-bottom: 1px dashed currentColor;
    border-top: 1px dashed currentColor;
    padding: 5px 0
}
.exx-account-transfer .no-child{
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.exx-account-transfer .text-arrow:after, .exx-account-transfer .text-arrow:before {
    content: "";
    position: absolute;
    right: 0;
    height: 8px;
    width: 8px;
    border-right: 1px solid currentColor
}

.exx-account-transfer .text-arrow:after {
    bottom: -4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.exx-account-transfer .text-arrow:before {
    top: -4px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.exx-account-transfer .select-account {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 2px dashed #f9b23c;
    border-radius: 3px
}

.exx-account-transfer .select-account .dropdown-toggle {
    height: 100%;
    position: relative;
    cursor: pointer
}

.exx-account-transfer .select-account .dropdown-toggle:after {
    content: "";
    position: absolute;
    top: 27px;
    right: 12px;
    height: 5px;
    width: 5px;
    border-right: 2px solid #fba81c;
    border-bottom: 2px solid #fba81c;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.exx-account-transfer .select-account .dropdown-toggle p {
    color: #fba81c;
    font-size: 14px;
    position: absolute;
    left: 60px;
    top: 15px
}

.exx-account-transfer .select-account .dropdown-list {
    max-height: 204px;
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: 10px;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    overflow: auto;
    z-index: 2
}

.exx-account-transfer .select-account .dropdown-list li + li {
    border-top: 1px solid rgba(0, 0, 0, .05)
}

.exx-account-transfer .select-account .dropdown-list li p {
    padding: 14px 10px;
    cursor: pointer
}

.exx-account-transfer .select-account .dropdown-list li p:hover {
    background: #fba81c;
    color: #fff
}

.mt10 {
    margin-top: 10px !important
}

.mt20 {
    margin-top: 20px !important
}

.mt30 {
    margin-top: 30px !important
}

.mr10 {
    margin-right: 10px !important
}

.mr20 {
    margin-right: 20px !important
}

.mr30 {
    margin-right: 30px !important
}

.mb10 {
    margin-bottom: 10px !important
}

.mb20 {
    margin-bottom: 20px !important
}

.mb30 {
    margin-bottom: 30px !important
}

.ml10 {
    margin-left: 10px !important
}

.ml20 {
    margin-left: 20px !important
}

.ml30 {
    margin-left: 30px !important
}

.exx-pd10 {
    padding: 10px !important
}

.exx-pd20 {
    padding: 20px !important
}

.exx-pd30 {
    padding: 30px !important
}

.exx-pt10 {
    padding-top: 10px !important
}

.exx-pt20 {
    padding-top: 20px !important
}

.exx-pt30 {
    padding-top: 30px !important
}

.exx-pt40 {
    padding-top: 40px !important
}

.exx-pt50 {
    padding-top: 50px !important
}

.exx-pr10 {
    padding-right: 10px !important
}

.exx-pr20 {
    padding-right: 20px !important
}

.exx-pr30 {
    padding-right: 30px !important
}

.exx-pr40 {
    padding-right: 40px !important
}

.exx-pr50 {
    padding-right: 50px !important
}

.exx-pb10 {
    padding-bottom: 10px !important
}

.exx-pb20 {
    padding-bottom: 20px !important
}

.exx-pb30 {
    padding-bottom: 30px !important
}

.exx-pb40 {
    padding-bottom: 40px !important
}

.exx-pb50 {
    padding-bottom: 50px !important
}

.exx-pl10 {
    padding-left: 10px !important
}

.exx-pl20 {
    padding-left: 20px !important
}

.exx-pl30 {
    padding-left: 30px !important
}

.exx-pl40 {
    padding-left: 40px !important
}

.exx-pl50 {
    padding-left: 50px !important
}



.exx-blog{
    padding: 30px 0;
    background: #f2f3f5;
    min-height: calc(100vh - 438px);

}
.exx-blog .container {
    border-radius: 3px;
    padding: 50px;
    background: #fff;
}
.exx-blog .return {
    color: #ff9d11;
    display: inline-block;
    margin-bottom: 20px;
}




.exx-blog h2{
    border-bottom: 1px solid #f1f3f8;
    padding-bottom: 30px;
    font-size: 24px;
    color: #000;
    text-align: center;
}
.exx-blog h2 p{
    color: #999;
    font-size: 12px;
    margin-top: 15px;
}

.exx-blog h3{
    border-bottom: 1px solid #f1f3f8;
    padding-bottom: 25px;
    font-size: 18px;
    color: #000;
}
.exx-blog .blog-button{
    color: #fd9800;
    margin-top: 20px;
    padding: 0 100px;
    text-align: center;
}
.exx-blog .blog-button span{
    cursor: pointer;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding: 7px 10px;
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, .2);
    color: #aaa;
    margin: 0 3px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.exx-blog .blog-button .disabled{
    pointer-events: none;
    opacity: .3;
}
.exx-blog .blog-button span:hover{
    border-color: rgba(0, 0, 0, .3);
    color: #555 !important;
}

.exx-blog .blog-button .paginglist{
    float: left;
}
.exx-blog .blog-button .pagingnext{
    float: right;
}
.blog-item {
    display: block;
    padding: 25px 0;
    color: #333;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 14px;
    border-bottom: 1px solid #f2f2f2;
}
.blog-item span{
    color: #999;
    display: block;
    font-size: 12px;
    margin-top: 10px;
}
.blog-item:hover{
    color: #ff9d11;
}



.blog-info{
    padding-top: 30px;

}

.blog-info * {
    line-height: 2;
    font-size: 14px !important;
}
.blog-info p {
    font-size: 14px !important;
    margin-bottom: 15px;
    line-height: 1.8;

}
.blog-info a {
    color: #ff9d11;
}



.api_panel .container {
    margin: 0 auto;
}

.api_panel .banner {
    background: #232731 url(/src/images/home/help_bg.jpg) no-repeat center center/cover;
    padding: 150px 0 50px 0;
    text-align: center;
}

.api_panel .banner h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 500;
}

.api_panel_content {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    padding: 50px 0;
}

.api_panel_content .menu {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 170px;
    padding-right: 30px;
}

.fixed-sidebar .api_panel_content .menu {
    position: fixed;
    top: 60px;
}

.fixed-sidebar .api_panel_content .content {
    margin-left: 170px;

}

.api_panel_content .menu .list {
    margin-bottom: 30px;
}

.api_panel_content .menu h3 {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    text-align: right;
}

.api_panel_content .menu h3 a {
    color: #555;
}

.api_panel_content .menu li a {
    color: #9f9f9f;
    display: block;
    padding: 10px 0;
    text-align: right;
}

.api_panel_content .menu li a:hover {
    color: #000;
}

.api_panel_content .menu li.active a {
    color: #ff9d11;
    position: relative;
}

.api_panel_content .menu li.active a:after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: -2px;
    width: 3px;
    background: #ff9d11;
}

.api_panel_content .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 50px;
    border-left: 1px solid #f2f2f2;
}

.api_panel_content .content h2 {
    font-size: 28px;
    color: #333;
    margin-bottom: 30px;
    font-weight: 500;
}

.api_panel_content .content p {
    color: #9f9f9f;
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 26px;
}

.api_panel_content .content p b {
    color: #555;
}

.api_panel_content .content h3 {
    font-size: 22px;
    font-weight: 500;
    color: #333;
    padding: 20px 0 10px 0;
}

.api_panel_content .content h4 {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    clear: both;
    padding: 20px 0 10px 0;
}

.api_panel_content .first_open {
    text-align: center;
    width: 100%;
}

.api_panel_content .first_open h3 {
    font-size: 22px;
    color: #333;
    margin-bottom: 30px;
    font-weight: 600;
}

.api_panel_content .first_open .api_btn {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    padding: 10px 50px;
    background: #fba81c;
    text-decoration: none;
    border-radius: 50px;
}

.api_panel_content .first_open .api_input {
    display: inline-block;
    width: 450px
}

.api_form{
    font-size: 14px;
    text-align: left;
    margin-bottom: 10px;
}

.api_form fieldset{
    padding:15px 25px;
    border:1px solid #ddd;
}

.api_form fieldset legend{
    padding:6px 12px;
    border:0;
    font-size: 16px;
}

.api_form .api_form_item{
    margin-bottom: 10px;
}

.api_form .api_form_item input[type='password']{
    padding: 5px;
    margin-top: 10px;
    width: 100%;
    display: block;
    border: 1px solid #ddd;
}

.api_panel_content .first_open .tip {
    color: red;
    margin-bottom: 30px
}

.api_panel_content .first_open .api_input_group {
    position: relative;
    background: #fff;
    border-radius: 3px
}

.api_panel_content .first_open .api_input_group label {
    position: absolute;
    left: 10px;
    top: 16px;
    color: #bbb;
    font-weight: 700;
    padding: 0 2px
}

.api_panel_content .first_open .api_input_group.active label {
    font-size: 10px;
    top: -5px;
    color: #888;
    background: #fff;
    z-index: 1
}

.api_panel_content .first_open .api_input_group input {
    position: relative;
    height: 44px;
    padding: 10px;
    color: #333;
    background: 0 0;
    font-weight: 600;
    font-size: 14px;
    display: block;
    width: 100%;
    border-radius: 3px;
    border: 2px solid #eee
}

.api_panel_content .first_open .api_input_group.code input {
    padding-right: 100px
}

.api_panel_content .first_open .api_input_group a {
    position: absolute;
    right: 6px;
    top: 6px;
    bottom: 6px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 78px;
    text-decoration: none;
    border-radius: 2px;
    color: #fba81c;
    font-weight: 600;
    background: 0 0;
    padding: 0
}

.api_panel_content .first_open .input_tip {
    color: #bbb;
    text-align: left;
    margin: 10px 0 30px 0
}

.api_panel_content .first_open .api_input_btn {
    margin: 30px 0
}

.api_panel_content .first_open .api_input_btn a {
    display: inline-block;
    background: #d7d8da;
    padding: 12px 50px;
    font-size: 14px;
    color: #fff;
    border-radius: 30px;
    margin: 0 10px;
    text-decoration: none !important
}

.api_panel_content .first_open .api_input_btn a.sure {
    background: #fba81c
}

.api_panel_content .first_open .api_box {
    display: inline-block;
    padding: 50px;
    border-radius: 3px;
    border: 1px solid #eee;
    width: 800px;
    font-size: 14px;
    text-align: left
}

.api_panel_content .first_open .api_box .item .hd {
    position: relative
}

.api_panel_content .first_open .api_box .item .hd h4 {
    color: #000;
    margin-bottom: 20px;
    font-size: 16px;
    position: relative
}

.api_panel_content .first_open .api_box .item .hd h4 .act-group {
    position: absolute;
    right: 0;
    top: -3px
}

.api_panel_content .first_open .api_box .item .hd h4 .act-group a {
    display: inline-block;
    background: #fba81c;
    color: #fff;
    font-size: 12px;
    padding: 5px 0;
    width: 70px;
    text-align: center;
    border-radius: 20px
}

.api_panel_content .first_open .api_box .item .hd span {
    position: absolute;
    right: 0;
    font-size: 12px;
    color: #999
}

.api_panel_content .first_open .api_box .item .bd {
    color: #999
}

.api_panel_content .first_open .api_box .item .bd p {
    margin-bottom: 20px
}

.api_panel_content .first_open .api_box .item:nth-child(2) {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #eee
}

.account-all {
    padding: 25px;
    border-bottom: 1px solid #f2f2f2
}

.account-all h3 {
    margin-bottom: 10px;
    color: #555
}

.account-all .info {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.account-all .num {
    font-size: 22px;
    color: #000;
    margin-right: 10px
}

.account-all .coin-choice {
    position: relative
}

.account-all .coin-choice p {
    border: 1px solid #f2f2f2;
    padding: 4px 16px 4px 4px;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
    background: #fff
}

.account-all .coin-choice p:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    top: 9px;
    right: 5px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #666
}

.account-all .coin-choice p b {
    color: #555
}

.account-all .coin-choice ul {
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    overflow: hidden;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    z-index: 1;
    display: none
}

.account-all .coin-choice:hover ul {
    display: block
}

.account-all .coin-choice ul li {
    padding: 10px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.account-all .coin-choice ul li + li {
    border-top: 1px solid rgba(0, 0, 0, .05)
}

.account-all .coin-choice ul li:hover {
    background: #f4ad3a;
    color: #fff;
    text-indent: 10px
}


.user-group-head {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
}


.user-group-head .user-info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.user-group-head .user-info .avatar{
    width: 45px;
    margin-right: 10px;
}
.user-group-head .user-info .avatar img{
    width: 45px;
    border-radius: 50%;
}

.user-group-head .user-info h3{
    font-size: 16px;
    color: #000;
    margin-bottom: 8px;
}
.user-group-head .user-info p{
    font-size: 12px;
    color: #888;
}
.user-group-head .user-info p a{
    color: #ff9d11;
}



.user-group-head .assets-info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}



.user-group-head .onffflist a {
    display: block;
    color: #888;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    font-size: 13px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.user-group-head .onffflist a span {
    margin-right: 5px;
}

.user-group-head .onffflist a i {
    display: block;
    height: 18px;
    background: #edeef1;
    border-radius: 30px;
    width: 40px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.user-group-head .onffflist a i:after {
    content: "";
    display: block;
    height: 14px;
    width: 14px;
    background: #fff;
    border-radius: 50%;
    margin: 2px 0 0 2px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.user-group-head .onffflist a.on i {
    background: #31C871
}

.user-group-head .onffflist a.on i:after {
    margin-left: 24px
}


.user-group-head .assets-num {
    font-size: 13px;
    color: #888;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 30px;
}
.user-group-head .assets-num p{
    color: #000;
}


.user-group-head .coin-choice{
    margin-left: 5px;
    position: relative;
    padding-right: 8px;
}
.user-group-head .coin-choice:after {
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    top: 5px;
    right: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #666
}


.user-group-head .coin-choice ul {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
    overflow: hidden;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    z-index: 1;
    display: none
}

.user-group-head .coin-choice:hover ul {
    display: block
}

.user-group-head .coin-choice ul li {
    padding: 10px;
    position: relative;
    cursor: pointer;
}

.user-group-head .coin-choice ul li + li {
    border-top: 1px solid rgba(0, 0, 0, .05)
}

.user-group-head .coin-choice ul li:hover {
    background: #ff9d11;
    color: #fff;
}



.user-group-body .tr {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    color: #666;
    font-size: 13px;
    border-top: 1px solid #f5f6f8;
}
.user-group-body .tr .td{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 15px 0;
}
.user-group-body .tr .td.green{
    color: #30c296;
}
.user-group-body .tr .td.red{
    color: #fd315b;
}


.user-group-body .tr .td.cointTag{
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 155px;
    padding-left: 20px;
}
.user-group-body .tr .td.cointTag p{
    color: #000;
    font-weight: 600;
}
.user-group-body .tr .td.cointTag img{
    width: 20px;
    margin-right: 5px;
}

.user-group-body .tr .td.last{
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 190px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 20px;
}

.user-group-body .tr.head{
    font-size: 12px;
    color: #000;
    background: #f6f7f9;
    border-top: none;
}

.user-group-body .tr.head .td{
    padding-top: 10px;
    padding-bottom: 10px;
}

.user-group-body .tr .oper{
    font-size: 12px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.user-group-body .tr .oper a{
    color: #ff9d11;
    margin-left: 10px;

}
.user-group-body .tr .oper a.disabled{
    text-decoration: line-through;
    color: #aaa;
    pointer-events: none;
}
.user-group-body .tr .act{
    font-size: 12px;
    position: absolute;
    left: 95px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    visibility: hidden;
}
.user-group-body .tr:hover .act{
    opacity: 1;
    visibility: visible;
}
.user-group-body .tr .act a{
    color: #ff9d11;
    margin-left: 10px;
}





.safe-panel .account-admin {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px -10px 20px -10px;
}

.safe-panel .account-admin .item {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: calc(100% / 3);
    padding: 10px;
}

@media (max-width: 1500px) {
    .safe-panel .account-admin .item {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: calc(100% / 2)
    }
}

.safe-panel .account-admin .item .user-box {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
    border: 3px solid #f2f2f2;
    padding: 10px;
    position: relative;
    height: 100%;
    overflow: hidden
}

.safe-panel .account-admin .item.active .user-box {
    border-color: #ff9d11
}

.safe-panel .account-admin .item .user-box .selected {
    position: absolute;
    display: none
}

.safe-panel .account-admin .item .user-box .avatar {
    margin-right: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    position: relative
}

.safe-panel .account-admin .item .user-box .avatar .gray-mask {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    font-weight: 700;
    background: rgba(43, 156, 103, .6);
    border-radius: 50%;
    color: #ff9d11;
    text-align: center;
    line-height: 50px
}

.safe-panel .account-admin .item .user-box .avatar img {
    width: 50px;
    border-radius: 50%
}

.safe-panel .account-admin .item .user-box .info {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

.safe-panel .account-admin .item .user-box .user-memo h3 {
    font-size: 14px;
    color: #000;
}

.safe-panel .account-admin .item .user-box .user-memo h3 a {
    display: inline-block;
    margin-left: 8px;
    color: #ff9d11;
    font-size: 12px
}

.safe-panel .account-admin .item .user-box .onffflist {
    position: absolute;
    right: 15px
}

.safe-panel .account-admin .item .user-box .onffflist a {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #888;
    text-decoration: none
}

.safe-panel .account-admin .item .user-box .onffflist a span {
    color: #aaa;
    margin-right: 5px
}

.safe-panel .account-admin .item .user-box .onffflist a i {
    display: block;
    height: 18px;
    background: #edeef1;
    border-radius: 30px;
    width: 40px;
    position: relative;
    overflow: hidden
}

.safe-panel .account-admin .item .user-box .onffflist a i:after {
    content: "";
    display: block;
    height: 14px;
    width: 14px;
    background: #fff;
    border-radius: 50%;
    margin: 2px 0 0 2px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    box-shadow: 0 0 3px rgba(0, 0, 0, .2)
}

.safe-panel .account-admin .item .user-box .onffflist a.on i {
    background: #31C871
}

.safe-panel .account-admin .item .user-box .onffflist a.on i:after {
    margin-left: 24px
}

.safe-panel .account-admin .item .user-box .user-memo p {
    font-size: 14px;
    margin-top: 8px
}

.safe-panel .account-admin .item.add-account .user-box {
    cursor: pointer;
    border: 1px dashed #ddd;
    padding-left: 20px;
}

.safe-panel .account-admin .item.add-account .user-box:hover {
    border-color: #ff9d11
}

.safe-panel .add-account {
    height: 94px
}

.safe-panel .add-account h4 {
    font-weight: 700;
    color: #555
}

.safe-panel .add-account p {
    color: #aaa;
    margin-top: 8px !important
}

.safe-panel .safe-info {
    background: #fff
}

.safe-panel .safe-info li.safe-item {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px 0;
    position: relative;
    color: #999;
    border-top: 1px solid #f2f3f5;
}

.safe-panel .safe-info li .l, .safe-panel .safe-info li .r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.safe-panel .safe-info li .l {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
/*实名认证*/
.safe-panel .safe-info li .full-l {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.safe-panel .safe-info li h3 {
    width: 250px;
    color: #000;
    font-size: 13px;
}

.safe-panel .safe-info li h3 span {
    color: #999;
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
}

.safe-panel .safe-info li p {
    color: #999;
    width: 150px
}

.safe-panel .safe-info li p .not-auth {
    color: #bbb
}
.safe-panel .safe-info li p .not-pass {
    color: red;
}

.safe-panel .safe-info li p .auth {
    color: #31C871
}
.safe-panel .safe-info li p .left-i {
    color: #bbbbbb;
}

.safe-panel .safe-info li p .ruo {
    color: red
}

.safe-panel .safe-info li p .zhong {
    color: #ff9d11
}

.safe-panel .safe-info li p .gao {
    color: #31C871
}

.safe-panel .safe-info li .r a {
    margin-left: 10px;
    color: #ff9d11;
}

.safe-panel .safe-info li .onffflist a {
    display: block;
    color: #888;
    text-decoration: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.safe-panel .safe-info li .onffflist a span {
    margin-right: 5px;
    color: #aaa;
    font-size: 12px
}

.safe-panel .safe-info li .onffflist a i {
    display: block;
    height: 18px;
    background: #edeef1;
    border-radius: 30px;
    width: 40px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.safe-panel .safe-info li .onffflist a i:after {
    content: "";
    display: block;
    height: 14px;
    width: 14px;
    background: #fff;
    border-radius: 50%;
    margin: 2px 0 0 2px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.safe-panel .safe-info li .onffflist a.on i {
    background: #00ffff
}

.safe-panel .safe-info li .onffflist a.on i:after {
    margin-left: 24px
}

.help .banner {
    background: #232731 url(../images/home/help_bg.jpg) no-repeat center center / cover;
    padding: 100px 0 30px 0;
    text-align: center
}

.help .banner h2 {
    font-size: 22px;
    color: #fff
}

.help-content .banner1 {
    background: #232731 url(../images/home/rate_bg.jpg) no-repeat center center / cover;
    padding: 100px 0 30px 0;
    text-align: center
}

.help-content .banner2 {
    background: #232731 url(../images/home/security_bg.jpg) no-repeat center center / cover;
    padding: 100px 0 30px 0;
    text-align: center
}

.help-content .banner3 {
    background: #232731 url(../images/home/app_bg.jpg) no-repeat center center / cover;
    padding: 100px 0 30px 0;
    text-align: center;
    height: 700px;
    overflow: hidden
}

.help-content .banner4 {
    background: #232731 url(../images/home/about_bg.jpg) no-repeat center center / cover;
    padding: 100px 0 30px 0;
    text-align: center
}

.help-content .banner h2 {
    font-size: 22px;
    color: #fff
}

.help-content .banner2 h2 {
    font-size: 22px;
    margin: 50px 0 90px 0;
    color: #fff
}

.help-content .banner4 h2 {
    font-size: 22px;
    margin: 50px 0 90px 0;
    color: #fff
}

.help .search {
    margin: 50px 0
}

.help .search-box {
    width: 600px;
    display: inline-block;
    position: relative
}

.help .search input {
    border: 1px solid rgba(255, 255, 255, .7);
    background: rgba(0, 0, 0, .2);
    color: #fff;
    border-radius: 50px;
    padding: 15px;
    width: 100%
}

.help .search input:focus {
    border-color: #fff
}

.help .search a {
    width: 45px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/home/ss.png) no-repeat center center
}

.help-nav {
    overflow: hidden
}

.help-nav h3 {
    font-size: 14px;
    color: #fff
}

.help-nav ul {
    width: 990px;
    margin: 0 auto;
    overflow: hidden
}

.help-nav li {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 30px
}

.help-nav li a {
    display: block;
    width: 300px;
    padding: 30px 0;
    border-radius: 3px;
    background: rgba(0, 0, 0, .3);
    color: rgba(255, 255, 255, .7)
}

.help-nav li a i {
    font-size: 40px
}

.help-nav li a h4 {
    font-size: 14px;
    margin-top: 20px
}

.help-nav li a:hover {
    background: #f4ad3a;
    color: #fff
}

.help .sub-nav {
    color: rgba(223,244,244,.7);
    font-size: 14px;
    margin-top: 30px
}

.help .sub-nav a {
    color: rgba(223,244,244,.7);
    margin: 0 10px
}

.help .sub-nav a:hover {
    color: #fff
}

.help .sub-nav span {
    margin: 0 10px;
    color: #fff
}

.help-plan {
    padding: 150px 0;
    text-align: center
}

.help-plan h2 {
    font-size: 22px;
    color: #888;
    margin-bottom: 100px
}

.help-plan .box {
    overflow: hidden;
    display: inline-block;
    text-align: left
}

.help-plan .box > li {
    text-align: left;
    width: 21%;
    margin: 0 2% 30px 2%;
    display: inline-block;
    vertical-align: top
}

.help-plan .box > li h3 {
    font-size: 16px;
    margin-bottom: 25px
}

.help-plan .box > li li {
    margin-bottom: 15px;
    line-height: 22px
}

.help-plan .box > li a {
    color: #888
}

.help-plan .box > li a:hover {
    color: #333
}

.coin-data-list.container {
    width: 96%;
    margin: 0 auto
}

.coin-data-list {
    overflow: hidden
}

.coin-data-list li {
    width: 21%;
    border: 1px solid #eee;
    height: auto;
    padding: 30px 0;
    text-align: center;
    float: left;
    margin: 20px 2%;
    -webkit-transition: all .5s;
    transition: all .5s
}

.coin-data-list li:hover {
    -webkit-box-shadow: 0 0 10px rgba(100, 100, 100, .2);
    box-shadow: 0 0 10px rgba(100, 100, 100, .2)
}

.coin-data-list li i {
    width: 56px;
    height: 56px;
    display: block;
    margin: 0 auto 10px auto;
    opacity: .6;
    border: 1px solid #ccc;
    border-radius: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.coin-data-list li:hover i {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    border: 1px solid #f4ad3a
}

.coin-data-list li a {
    color: #0a0a0a;
    font-size: 16px;
    text-decoration: none
}

.coin-data-list li i.coin-icon-btc, .coin-data-list li i.coin-icon-dbtc, .coin-data-show .s-hd .md span.coin-btc, .coin-data-show .s-hd .md span.coin-dbtc {
    background: url(../images/activity/million/icon/million-marketicon-btc-b.png);
    background-size: cover
}

.coin-data-list li i.coin-icon-bcc, .coin-data-list li i.coin-icon-dbcc, .coin-data-show .s-hd .md span.coin-bcc, .coin-data-show .s-hd .md span.coin-dbcc {
    background: url(../images/activity/million/icon/million-marketicon-bcc-b.png);
    background-size: cover
}

.coin-data-list li i.coin-icon-dltc, .coin-data-list li i.coin-icon-ltc, .coin-data-show .s-hd .md span.coin-dltc, .coin-data-show .s-hd .md span.coin-ltc {
    background: url(../images/activity/million/icon/million-marketicon-ltc-b.png);
    background-size: cover
}

.coin-data-list li i.coin-icon-deth, .coin-data-list li i.coin-icon-eth, .coin-data-show .s-hd .md span.coin-deth, .coin-data-show .s-hd .md span.coin-eth {
    background: url(../images/activity/million/icon/million-marketicon-eth-b.png);
    background-size: cover
}

.coin-data-list li i.coin-icon-detc, .coin-data-list li i.coin-icon-etc, .coin-data-show .s-hd .md span.coin-detc, .coin-data-show .s-hd .md span.coin-etc {
    background: url(../images/activity/million/icon/million-marketicon-etc-b.png);
    background-size: cover
}

.coin-data-list li i.coin-icon-dqtum, .coin-data-list li i.coin-icon-qtum, .coin-data-show .s-hd .md span.coin-dqtum, .coin-data-show .s-hd .md span.coin-qtum {
    background: url(../images/activity/million/icon/million-marketicon-qtum-b.png);
    background-size: cover
}

.coin-data-list li i.coin-icon-deos, .coin-data-list li i.coin-icon-eos, .coin-data-show .s-hd .md span.coin-deos, .coin-data-show .s-hd .md span.coin-eos {
    background: url(../images/activity/million/icon/million-marketicon-eos-b.png);
    background-size: cover
}

.coin-data-list li i.coin-icon-bts, .coin-data-list li i.coin-icon-dbts, .coin-data-show .s-hd .md span.coin-bts, .coin-data-show .s-hd .md span.coin-dbts {
    background: url(../images/activity/million/icon/million-marketicon-bts-b.png);
    background-size: cover
}

.coin-data-list li i.coin-icon-dhsr, .coin-data-list li i.coin-icon-hsr, .coin-data-show .s-hd .md span.coin-dhsr, .coin-data-show .s-hd .md span.coin-hsr {
    background: url(../images/activity/million/icon/million-marketicon-hsr-b.png);
    background-size: cover
}

.coin-data-list li i.coin-icon-dusd, .coin-data-show .s-hd .md span.coin-dusd {
    background: url(../images/activity/million/icon/million-marketicon-usdx-b.png);
    background-size: cover
}

.coin-data-list li i.coin-icon-usdx, .coin-data-show .s-hd .md span.coin-usdx {
    background: url(../images/activity/million/icon/million-marketicon-usdx-b.png);
    background-size: cover
}

.coin-data-list li i.coin-icon-etp, .coin-data-show .s-hd .md span.coin-etp {
    background: url(../images/activity/million/icon/million-marketicon-etp-b.png) no-repeat center center;
    background-size: 80%
}

.coin-data-list li i.coin-icon-btg, .coin-data-show .s-hd .md span.coin-btg {
    background: url(../images/activity/million/icon/million-marketicon-btg-b.png);
    background-size: cover
}

.coin-data-list li i.coin-icon-hpy, .coin-data-show .s-hd .md span.coin-hpy {
    background: url(../images/activity/million/icon/million-marketicon-hpy-b.png);
    background-size: cover
}

.coin-data-list li i.coin-icon-mona, .coin-data-show .s-hd .md span.coin-mona {
    background: url(../images/activity/million/icon/million-marketicon-mona-b.png);
    background-size: cover
}

.coin-nav-w {
    width: 1020px;
    margin: 0 auto
}

.container.coin-data-show {
    width: 92%;
    margin: 0 auto;
    color: #0a0a0a
}

.coin-data-show .s-hd {
    background: #FFF;
    overflow: hidden;
    clear: both;
    border: 1px solid #e5e5e5;
    padding: 20px;
    margin-bottom: 30px;
    height: 160px
}

.coin-data-show .s-hd .ld {
    float: left;
    width: 35%;
    position: relative;
    height: 100%
}

.coin-data-show .s-hd .ld .ld-content {
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.coin-data-show .s-hd .md {
    width: 20%;
    position: absolute;
    left: 50%;
    margin-left: -10%
}

.coin-data-show .s-hd .rd {
    width: 35%;
    float: right;
    height: 100%;
    text-align: right;
    line-height: 20px;
    position: relative
}

.coin-data-show .s-hd .rd .rd-content {
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.coin-data-show .s-hd .rd span {
    color: #ebac42
}

.coin-data-show .s-hd .md span {
    border: 3px solid #333;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    margin: 10px auto;
    opacity: .6;
    display: block;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.coin-data-show .s-hd .md:hover span {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.coin-data-show .s-bd {
    background: #FFF;
    padding: 30px;
    font-size: 14px;
    line-height: 26px
}

.coin-data-show .s-bd p {
    text-indent: 2em
}

#coin-display {
    margin: 0;
    padding-bottom: 100px
}




.exxapp-download {
    background: url(../images/appbanner.jpg) no-repeat center center / cover;
    position: relative;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.exxapp-download .info h2 {
    font-size: 60px;
    color: #fff;
    font-weight: 300;
}
.exxapp-download .info p {
    font-size: 18px;
    margin-top: 30px;
    font-weight: 300;
    color: #fff;
}
.exxapp-download .download ul {
    margin-top: 100px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.exxapp-download .download ul li{
    margin: 0 80px;
}
.exxapp-download .download ul li p{
    width: 200px;
    /* padding: 10px; */
    border-radius: 3px;
    background: #fff;
    border: 1px solid #e4e6eb;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.03);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.03);
}
.exxapp-download .download ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fd9800;
    font-size: 14px;
    position: relative;
    height: 50px;
    margin-top: 20px;
    border-radius: 3px;
    color: #fff;
}
.exxapp-download .download ul li a.android{
    background: #a2bf51;
}

.exxapp-download .download ul li a img {
    width: 20px;
    margin-right: 5px;
}
.exxapp-download .download ul li a.android img{
    width: 24px;
}







/*.appcont .xz:before {*/
/*left: 0;*/
/*background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, transparent), color-stop(50%, #fff), to(#fff));*/
/*background: linear-gradient(to right bottom, transparent 50%, #fff 50%, #fff)*/
/*}*/

/*.appcont .xz:after {*/
/*right: 0;*/
/*background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, transparent), color-stop(50%, #fff), to(#fff));*/
/*background: linear-gradient(to left bottom, transparent 50%, #fff 50%, #fff)*/
/*}*/


.about-nav {
    overflow: hidden
}

.about-nav h3 {
    font-size: 14px;
    color: #fff
}

.about-nav ul {
    margin: 0 auto;
    overflow: hidden
}

.about-nav li {
    float: left;
    width: 33.33%
}

.about-nav li:nth-child(3n) {
    margin-right: 0
}

.about-nav li a {
    display: block;
    padding: 30px 0;
    border-radius: 3px;
    height: 240px;
    color: #333
}

.about-nav li a i {
    font-size: 40px
}

.about-nav li a h4 {
    font-size: 16px;
    margin-top: 20px
}

.about-nav li a:hover {
    background: #f4ad3a;
    color: #fff;
    text-decoration: none
}

.about-plan1 {
    text-align: center;
    background-color: #f5f5f5
}

.about-plan1 h2 {
    font-size: 22px;
    color: #000;
    margin-bottom: 70px
}

.about-plan1 p {
    text-align: left;
    line-height: 2.5;
    padding: 15px 15px 0 15px;
    display: block
}

.about-plan2 {
    text-align: center;
    padding: 80px 0 80px 0
}

.about-plan2 h2 {
    font-size: 22px;
    color: #000;
    margin-bottom: 50px
}

.about-plan2 h4.stitle {
    font-weight: 700;
    color: #333;
    text-align: left;
    padding: 0 15px;
    margin-bottom: 0
}

.about-plan2 p {
    text-align: left;
    line-height: 2.5;
    padding: 15px 0 30px 15px;
    display: block;
    color: #333
}

.about-cont1 {
    text-align: center
}

.about-cont1 h2 {
    margin-top: 80px;
    font-size: 22px;
    color: #000
}

.aboutcont {
    color: #333
}

.aboutcont .container {
    width: 1020px;
    margin: 0 auto
}

.aboutcont h4 {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 70px;
    text-align: center
}

.aboutcont p {
    line-height: 2;
    text-align: center;
    padding: 0 5%
}

.aboutcont .piclist {
    margin-top: 80px
}

.about-cont2 {
    background: #f5f5f5;
    padding-top: 50px
}

.about-cont2 .piclist, .about-cont3 .piclist {
    margin-bottom: 80px;
    text-align: center;
    margin-left: -10px;
    margin-right: -10px
}

.about-cont2 .piclist img, .about-cont3 .piclist img {
    margin: 0 10px
}

.breadcrumb {
    background: 0 0 !important;
    overflow: hidden;
    padding: 15px 0 !important;
    color: #363636
}

.breadcrumb a {
    color: #538de9
}

.breadcrumb li {
    float: left;
    font-size: 12px;
    padding: 0 10px;
    margin-top: 8px;
    position: relative
}

.breadcrumb li.dashboard {
    font-size: 24px;
    margin-top: 0;
    padding-left: 0
}

.breadcrumb li a.user-home {
    position: relative;
    padding-left: 23px
}

.breadcrumb a {
    color: #7a7a7a;
    cursor: pointer
}

.breadcrumb a:hover {
    color: #000;
    text-decoration: none
}

.breadcrumb li + li::before {
    font-size: 10px;
    color: #CCC;
    content: "\0002f";
    position: absolute;
    left: 0;
    top: 1px
}

.breadcrumb .icon-home {
    font-size: 16px;
    color: #7a7a7a;
    position: relative;
    top: -3px
}

.helpshow {
    margin: 0 0 100px 0
}

.helpshow .container {
    width: 1020px;
    margin: 0 auto;
    overflow: hidden;
}

.helpshow .help-ld {
    width: 25%;
    float: left;
    padding-right: 15px
}

.helpshow .help-ld .rightbtn {
    display: none
}

.helpshow .help-ld .help-ldlist, .helpshow .help-ld .news-ldlist {
    min-height: 300px;
    padding: 20px;
    background-color: #fff !important;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}
.helpshow .help-ld li {
    line-height:1.5;
}
.helpshow .help-ld .help-ldlist .list a {
    height: 30px;
    line-height: 30px
}

.helpshow .help-ld .help-ldlist .list, .helpshow .help-ld .news-ldlist .list {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.helpshow .help-ld h3 {
    font-size: 14px;
    line-height: 30px;
    color: #333;
    position: relative;
    cursor: pointer
}

.helpshow .help-ld h3:after {
    content: "+";
    position: absolute;
    color: #999;
    top: 5px;
    font-size: 18px;
    right: 5px;
    border: 1px solid #999;
    display: block;
    height: 18px;
    width: 18px;
    border-radius: 100%;
    line-height: 14px;
    text-align: center
}

.helpshow .help-ld h3.add:after {
    content: "-";
    color: #333;
    border: 1px solid #333
}

.helpshow .help-ld a {
    color: #888
}

.helpshow .help-ld a:hover {
    color: #f4ad3a
}

.helpshow .help-rd {
    min-height: 500px;
    width: 75%;
    float: left;
    background-color: #fff !important;
    padding: 30px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    color: #333;
    line-height: 2
}

.helpshow .help-rd h3 {
    font-size: 24px;
    margin: 30px 0 10px 0
}

.helpshow .help-ld .news-ldlist h3:after {
    display: none
}

.news-ldlist .list {
    position: relative
}

.news-ldlist .list i {
    color: #333;
    display: inline-block;
    font-size: 20px;
    position: absolute;
    right: 5px;
    top: 50%;
    z-index: 10;
    margin-top: -16px
}

.news-ldlist .list.active i {
    color: #fba81c
}

.helpshow .help-rd .help-cont {
    font-size: 14px;
    color: #333;
    line-height: 2
}

.helpshow .help-rd .help-cont img {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .5);
    box-shadow: 0 0 20px rgba(0, 0, 0, .5);
    max-width: 100%;
    height: auto;
    margin: 15px auto
}

.slide-down-enter-active, .slide-down-leave-active {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    max-height: 250px
}

.slide-down-leave-active {
    -webkit-transition: all .1s ease;
    transition: all .1s ease
}

.slide-down-enter, .slide-down-leave-to {
    opacity: 0;
    max-height: 0
}

.help-cont .list li {
    margin-left: 0;
    border-bottom: 1px solid #f1f1f1
}

.help-cont .list li a {
    color: #333;
    margin: 15px 0;
    display: block
}

.help-cont .list li a:before {
    content: "";
    width: 4px;
    height: 4px;
    display: inline-block;
    background: #333;
    border-radius: 100%;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -2px
}

.help-cont .list li a:hover {
    color: #f4ad3a
}

.security-plan1 {
    padding: 100px 0 50px 0;
    text-align: center
}

.security-plan1 h2 {
    font-size: 22px;
    color: #000;
    margin-bottom: 70px
}

.security-plan1 p {
    text-align: left;
    line-height: 2.5;
    padding: 10px 0 0 46px;
    display: block;
    color: #333
}

.security-plan1 img {
    float: right;
    margin-left: 80px;
    margin-right: 50px;
    border: 5px solid #ececec
}

.security-plan2 {
    padding: 50px 0 100px 0;
    text-align: center;
    color: #333
}

.security-plan2 h2 {
    font-size: 22px;
    color: #000;
    margin-bottom: 70px
}

.security-plan2 p {
    padding: 10px 0 0 46px
}

.security-plan2 p img {
    float: left;
    margin-right: 15px
}

.security-plan2 p span {
    text-align: left;
    display: block;
    padding-left: 25px;
    line-height: 30px;
    margin-left: 430px;
    margin-bottom: 20px
}

.account-all .ld {
    float: left
}

.account-all .rd {
    float: right
}

.account-all .ld .s-hd span {
    color: #191e21
}

.account-all .ld .s-hd a {
    margin-left: 50px;
    color: #80a1d6;
    cursor: pointer
}

.account-all .ld .s-hd a i {
    border: 1px solid #858da3;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    line-height: 14px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #858da3;
    margin-left: 5px;
    cursor: pointer;

}

.account-all .ld .s-bd.user-info {
    padding: 8px 0 0 0
}

.account-all .ld .accout-num {
    float: left;
    font-size: 28px;
    color: #000
}

.account-all .ld .s-bd.user-info .tips-coin {
    float: left;
    margin: 8px 0 0 20px
}

.account-all .ld .add-account {
    margin-left: 30px;
    float: left;
    border: 2px solid #e1e1e1;
    border-radius: 100%;
    height: 42px;
    width: 42px;
    display: block;
    margin-top: -10px;
    font-size: 32px;
    color: #ddd;
    line-height: 32px;
    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s
}

.account-all .ld .add-account:hover {
    border-color: #fba81c;
    font-size: 42px
}

.account-all .add-account a.abtn {
    color: #ddd;
    -webkit-transition: all .5s;
    transition: all .5s;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none
}

.account-all .add-account a.abtn:hover {
    color: #fba81c
}

.account-all .add-account a.abtn:hover i {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.account-all .rd .iconlist, .account-all .rd .onffflist {
    float: right;
    text-align: center
}

.account-all .rd a {
    float: left;
    margin: 0 15px;
    text-align: center;
    cursor: pointer;
    color: #656f77;
    text-decoration: none
}

.account-all .rd a:hover {
    color: #fba81c
}

.account-all .rd .iconlist a:hover i {
    border-color: #fba81c
}

.account-all .rd .iconlist i {
    display: block;
    width: 27px;
    height: 27px;
    text-align: center;
    border: 1px solid #656f77;
    border-radius: 100%;
    line-height: 25px;
    margin: 0 auto 5px auto
}

.account-all .rd .iconlist .on i {
    color: #fba81c;
    border: 1px solid #fba81c
}

.account-all .rd .iconlist .off i {
    color: #656f77;
    border: 1px solid #656f77
}

.user-card .onffflist {
    float: right;
    margin-top: 20px;
    font-size: 12px
}

.user-card .onffflist a {
    text-align: center;
    display: inline-block;
    margin-right: 20px;
    color: #656f77
}

.user-card .onffflist i {
    background: #FFF;
    width: 32px;
    height: 16px;
    border-radius: 30px;
    border: 1px solid #DDD;
    display: block;
    position: relative;
    margin: 0 auto 6px auto
}

.user-card .onffflist i:before {
    width: 14px;
    height: 14px;
    background: #FFF;
    border-radius: 100%;
    display: block;
    content: "";
    position: absolute;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .2);
    box-shadow: 0 0 1px rgba(0, 0, 0, .2)
}

.user-card .onffflist .on i {
    background: #6b9f6c;
    border: 1px solid #6b9f6c
}

.user-card .onffflist .on i:before {
    right: 0
}

.user-card .onffflist .off i {
    background: #FFF;
    border: 1px solid #ddd
}

.user-card .onffflist .off i:before {
    left: 0
}

.appdiv1 {
    background: #f5f5f5;
    overflow: hidden;
    text-align: center
}

.appdiv1 h3 {
    font-size: 22px;
    font-weight: 100;
    color: #000;
    margin: 50px 0 10px 0
}

.appdiv1 .ld {
    width: 30%;
    text-align: right;
    float: left
}

.appdiv1 .ld a {
    float: right;
    margin-left: 20px
}

.appdiv1 .md {
    width: 40%;
    float: left;
    padding-top: 30px
}

.appdiv1 .rd {
    width: 30%;
    text-align: left;
    float: right
}

.appdiv1 .rd a {
    float: left;
    margin-right: 20px
}

.appdiv1 .list {
    font-size: 14px;
    color: #000;
    margin-top: 130px
}

.appdiv1 .list a {
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 100%;
    background: #DB2427;
    overflow: hidden
}

.appdiv1 .list a i.icon1 {
    background-position: 0 0;
    margin: 13px 0 0 13px
}

.appdiv1 .list a i.icon2 {
    background-position: 0 -77px;
    height: 36px;
    width: 36px;
    margin: 12px 0 0 13px
}

.appdiv1 .list a i.icon4 {
    background-position: -94px -77px;
    width: 36px;
    height: 36px;
    margin: 14px 0 0 14px
}

.appdiv1 .list a i {
    width: 42px;
    height: 42px;
    display: block;
    background: url(https://s.chbtc.com/statics/img/mob/web/icon.png) no-repeat;
    margin: 10px auto
}

.appdiv1 h5 {
    font-size: 16px;
    color: #DB2427;
    margin-top: 10px;
    margin-bottom: 10px
}

.about-nav {
    overflow: hidden
}

.about-nav h3 {
    font-size: 14px;
    color: #fff
}

.about-nav ul {
    margin: 0 auto;
    overflow: hidden
}

.about-nav li {
    float: left;
    margin-top: 30px;
    width: 33.33%
}

.about-nav li:nth-child(3n) {
    margin-right: 0
}

.about-nav li a {
    display: block;
    padding: 30px 0;
    border-radius: 3px;
    height: 240px;
    color: #333
}

.about-nav li a i {
    font-size: 40px
}

.about-nav li a h4 {
    font-size: 16px;
    margin-top: 20px
}

.about-nav li a:hover {
    background: #f4ad3a;
    color: #fff;
    text-decoration: none
}

.about-plan1 {
    text-align: center;
    background-color: #f5f5f5;
    padding: 0 0 30px 0
}

.about-plan1 h2 {
    font-size: 22px;
    color: #000;
    margin-bottom: 70px
}

.about-plan1 p {
    text-align: left;
    line-height: 2.5;
    padding: 15px 15px 0 15px;
    display: block
}

.about-plan2 {
    text-align: center;
    padding: 80px 0 80px 0
}

.about-plan2 h2 {
    font-size: 22px;
    color: #000;
    margin-bottom: 50px
}

.about-plan2 h4.stitle {
    font-weight: 700;
    color: #333;
    text-align: left;
    padding: 0 15px;
    margin-bottom: 0
}

.about-plan2 p {
    text-align: left;
    line-height: 2.5;
    padding: 15px 0 30px 15px;
    display: block;
    color: #333
}

.about-cont1 {
    text-align: center
}

.about-cont1 h2 {
    margin-top: 80px;
    font-size: 22px;
    color: #000
}

.aboutcont {
    color: #333
}

.aboutcont h4 {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 70px;
    text-align: center
}

.aboutcont p {
    line-height: 2;
    text-align: center;
    padding: 0 5%
}

.aboutcont .piclist {
    margin-top: 80px
}

.about-cont2 {
    background: #f5f5f5
}

.about-cont2 .piclist, .about-cont3 .piclist {
    margin-bottom: 80px;
    text-align: center;
    margin-left: -10px;
    margin-right: -10px
}

.about-cont2 .piclist img, .about-cont3 .piclist img {
    margin: 0 10px
}

.rate-content {
    color: #000
}

.rate-content h2 {
    font-size: 32px;
    color: #FFF;
    margin: 50px auto;
    text-align: center
}

.rate-content table {
    width: 90%;
    margin: 100px auto;
    text-align: center;
    border: 1px solid #aaa
}

.rate-content table th {
    border: 1px solid #ddd;
    line-height: 2;
    padding: 10px;
    color: #333;
    background-color: #eee;

}

.rate-content table td {
    border: 1px solid #ddd;
    line-height: 2;
    padding: 10px;
}

.rate-content table .market-icon {
    height: 18px;
    width: auto;
    vertical-align: middle;
    margin-right: 5px;
}

.apicont h2 {
    margin: 50px auto
}

.icohome-banner {
    background: #050409 url(../images/icohome/bannerBg.jpg) no-repeat center center / cover;
    padding: 200px 0 60px 0;
    text-align: center;
    position: relative
}

.icohome-banner .slogan-logo {
    width: 100px;
    margin: 0 auto
}

.icohome-banner .slogan-logo img {
    max-width: 100%
}

.icohome-banner .slogan {
    font-size: 30px;
    color: #fff;
    margin: 50px 0 30px 0
}

.slogan-name {
    margin-top: 20px;
    font-size: 18px;
    color: #fff
}

.icohome-banner .slogan em {
    font-size: 38px
}

.icohome-banner .sub-slogan {
    font-size: 14px;
    color: rgba(255, 255, 255, .6)
}

.icohome-banner .info {
    overflow: hidden;
    margin-top: 100px
}

.icohome-banner .info li {
    float: left;
    margin-bottom: 60px;
    width: 200px
}

.icohome-banner .info li.m {
    margin: 0 300px
}

.icohome-banner .info li .ico {
    width: 5px;
    height: 5px;
    background: #f7aa1b;
    margin: 0 auto 30px auto;
    text-align: center
}

.icohome-banner .info li .ico img {
    position: relative;
    top: 12px
}

.icohome-banner .info li h3 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 14px
}

.icohome-banner .container {
    padding: 0
}

.user-crumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.user-crumbs h2 {
    color: #000;
    font-size: 18px;
}

.user-crumbs p {
    margin-left: 22px;
    position: relative;
    color: #555
}

.user-crumbs p a {
    color: #555
}

.user-crumbs p a:hover {
    color: #ff9d11
}

.user-crumbs p:before {
    content: "/";
    display: block;
    position: absolute;
    left: -13px;
    color: #ccc;
    -webkit-transform: scale(.8);
    transform: scale(.8);
}

.management-center{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #f2f3f5;
    padding: 20px 0;
}

.user-center {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    border-radius: 5px;
}
.user-sidebar{
    overflow: hidden;
    padding-bottom: 8px;
    margin-bottom: -8px;
}
.user-sidebar .s-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.08);
    box-shadow: 0 0 5px rgba(0,0,0,.08);
}

.user-sidebar .menu{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.user-sidebar .menu li{
    position: relative;
}
.user-sidebar .menu li:before{
    content: "";
    position: absolute;
    height: 12px;
    width: 2px;
    background: #e8eaec;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.user-sidebar .menu li:first-child:before{
    display: none;
}
.user-sidebar .menu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    color: #333;
    padding: 0 25px;
    font-size: 14px;
    font-weight: 600;
}
.user-sidebar .menu li a:hover {
    color: #ff9d11
}
.user-sidebar .menu li.active a {
    color: #ff9d11;

}

.pay-panel{
    padding: 20px;
}
.pay-panel h2 {
    font-size: 14px;
    color: #000;
    margin-bottom: 20px;
    margin-top: 15px;
    font-weight: bold;
}
.pay-content{
    margin-bottom: 30px;
}
.pay-tab ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #f2f3f5;
    border-left: 1px solid #f2f3f5;
}
.pay-tab ul li {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: calc(100% / 11);
    border-right: 1px solid #f2f3f5;
    border-bottom: 1px solid #f2f3f5;

}

.pay-tab ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    font-weight: 600;
    color: #555;
    font-size: 13px;
    padding-left: 15px;
    position: relative;
}


.pay-tab ul li a img {
    width: 18px;
    margin-right: 5px;
}
.pay-tab ul li a:hover,.pay-tab ul li.active a {
    color: #ff9d11;
}
.pay-tab ul li.disabled a,.pay-tab ul li.disabled a:hover{
    pointer-events: none;
    opacity: .3;
    color: #555;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pay-tab ul li.active a:after{
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    border: 1px solid #ff9d11;
}

.payin-panel .payin-address {
    margin-top: 20px;
    border: 1px solid #f2f3f5;
    padding: 40px 0;
}

.payin-panel .payin-address .address{
    text-align: center;
}
.payin-panel .payin-address .address h4 {
    margin-bottom: 10px;
    color: #666
}
.payin-panel .payin-address .address > p{
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
}
.payin-panel .payin-address .address a {
    color: #ff9d11;
}
.payin-panel .payin-address .address .code{
    margin: 30px;
}

.payin-panel .payin-address .address .tips h5 {
    font-weight: 700;
    color: #666
}

.payin-panel .payin-address .address .tips p {
    margin-top: 12px;
    color: #aaa
}




.sweet-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #f2f3f5;
    border-left: 1px solid #f2f3f5;
    margin-bottom: 30px;
}

.sweet-list .item {
    width: calc(100% / 4);
}
.sweet-list .item-box{
    padding: 20px;
    border-right: 1px solid #f2f3f5;
    border-bottom: 1px solid #f2f3f5;
}

.sweet-list .item .coin-name{
    font-size: 20px;
    font-weight: 600;
    color: #333;
    padding: 20px;
}

.sweet-list .item-box .info{
    padding: 0 20px;
    color: #333;
}
.sweet-list .item-box .info p + p{
    margin-top: 20px;
}
.sweet-list .item-box .info p span{
    color: #888;
}
.sweet-list .item-box .sweet-button{
    padding: 20px;
    text-align: center;
}
.sweet-list .item-box .sweet-button a{
    display: block;
    border-radius: 3px;
    color: #fff;
    background: #ff9d11;
    padding: 12px 0;
}
.sweet-list .item.disable .item-box .sweet-button a{
    background: #dfe0e2;
    cursor: not-allowed;
}




.payout-address{
    margin-top: 30px;
}



.payout-address .choice-address .table {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #888
}

.payout-address .choice-address .table .cell {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding: 15px
}

.payout-address .choice-address .table .cell + .cell {
    border-left: 1px solid #fff
}

.payout-address .choice-address .table .cell.chc {
    width: 55px
}

.payout-address .choice-address .table .cell.rmks {
    width: 100px
}
.payout-address .choice-address .table .cell.rmks.setremarks{
    width: 200px !important;
}
.payout-address .choice-address .table .cell.rmks .setoverflow{
    word-break: break-all;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
    overflow:hidden;
    line-height: 16px;
}
.payout-address .choice-address .table .cell.adr {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.payout-address .choice-address .table .cell.oper {
    text-align: center;
    width: 120px
}

.payout-address .choice-address .table.head {
    background: #f7f7f7
}

.payout-address .choice-address .table.head .cell {
    color: #666;
    padding: 10px 15px
}

.payout-address .choice-address .table.body {
    border-bottom: 1px solid #f2f2f2;
    cursor: pointer
}

.payout-address .choice-address .table.body .cell.adr {
    color: #555;
    font-size: 16px
}

.payout-address .choice-address .table.body .cell.chc {
    position: relative
}

.payout-address .choice-address .table.body .cell.chc i {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: 2px solid #e0e1e5
}

.payout-address .choice-address .table.body.selected {
    background: #fffbf5
}

.payout-address .choice-address .table.body.selected .cell.chc i {
    border: 2px solid #ff9d11;
    background: #ff9d11
}

.payout-address .choice-address .table.no-data {
    color: #999;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 30px
}

.payout-address .add-adr {
    margin-top: 30px;
    text-align: center
}

.payout-address .add-adr a {
    display: inline-block;
    padding: 14px 20px 14px 45px;
    color: #ff9d11;
    border: 1px dashed #ff9d11;
    font-weight: 700;
    font-size: 14px;
    position: relative
}

.payout-address .add-adr a .icon {
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto 0
}

.payout-fill {
    padding: 30px 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.payout-fill .payout-input {
    width: 400px
}

.payout-panel .payout-record {
    border-top: 20px solid #edeef0
}

.payout-panel .payout-record h4 {
    color: #000;
    padding: 20px;
    font-size: 16px
}

.bill-panel .bill-panel-body .table {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bill-panel .bill-panel-body .table .cell {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #666;
    font-size: 13px
}

.bill-panel .bill-panel-body .table.head {
    background: #f6f7f9
}

.bill-panel .bill-panel-body .table.head .cell {
    padding: 10px 0;
    font-size: 12px;
    color: #000;
}

.bill-panel .bill-panel-body .table.body .cell {
    padding: 20px 0
}

.bill-panel .bill-panel-body .table .cell.coin {
    padding-left: 20px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 130px
}

.bill-panel .bill-panel-body .table .cell.time {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 160px
}

.bill-panel .bill-panel-body .table .cell.type {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 130px
}

.bill-panel .bill-panel-body .table .cell.amount {
    padding-right: 20px;
    text-align: right
}

.bill-panel .bill-panel-body .table.body {
    border-bottom: 1px solid #f5f6f8
}

.bill-panel .bill-panel-body .table.no-data {
    color: #999;
    padding: 50px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.bill-panel .bill-panel-body .table.body .cell.type {
    color: #333
}

.bill-panel .bill-panel-body .table.body .cell.coin {
    position: relative;
    padding-left: 47px;
    color: #000;
    font-weight: 600;
}

.bill-panel .bill-panel-body .table.body .cell.coin .market-icon {
    position: absolute;
    width: 20px;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0
}

.bill-panel .bill-panel-body .table.body .cell.time span {
    color: #555;
    display: inline-block;
    margin-right: 5px
}

.bill-panel .bill-panel-body .table.body .cell.amount {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #999;
    font-size: 12px;
}

.bill-panel .bill-panel-body .table.body .cell.amount .amount2 {
    width: 230px
}

.bill-panel .bill-panel-body .table.body .cell.amount p {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.bill-panel .bill-panel-body .table.body .cell.amount p {
    margin-bottom: 8px
}

.bill-panel .bill-panel-body .table.body .cell.amount p span.plus {
    color: #31C871;
    font-size: 16px
}

.bill-panel .bill-panel-body .table.body .cell.amount p span.less {
    color: #e83057;
    font-size: 16px
}


.bill-panel-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
}

.bill-panel-head > h3 {
    font-size: 14px;
    color: #000;
}

.bill-panel-head .dropdown {
    margin-left: 20px;
}

.dropdown {
    position: relative;
    z-index: 12;
}
.dropdown > p {
    padding: 12px 25px 12px 12px;
    border: 1px solid rgba(0, 0, 0, .08);
    color: #888;
    position: relative;
}

.dropdown > p:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 16px;
    border: 3px solid transparent;
    border-top-color: currentColor;
}
.dropdown > p em {
    color: #333;
}

.dropdown > p i {
    display: inline-block;
    margin: 0 3px;
}

.dropdown:hover > p, .dropdown.open > p {
    background: #f2f3f5;
    border-color: #f2f3f5;
    color: #333;
}

.dropdown .dropdown-menu {
    padding-top: 10px;
    position: absolute;

    left: 0;
    min-width: 100%;

    display: none;
}
.dropdown.open .dropdown-menu {
    display: block;
}
.dropdown .dropdown-menu ul.dropdown-list{
    border-radius: 3px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    background: #fff;
}
.dropdown .dropdown-menu .group-list{
    border-radius: 3px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    background: #fff;
    width: 925px;
}

.dropdown .dropdown-menu ul.dropdown-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #888;
    padding: 15px 30px;
    cursor: pointer;
    white-space: nowrap;
    position: relative;
}

.dropdown .dropdown-menu ul.dropdown-list li a:hover {
    color: #333;
    background: #f2f3f5;
}

.dropdown .dropdown-menu ul.dropdown-list li.active a {
    color: #ff9d11;
}


.dropdown .dropdown-menu .group-box.usdt {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

.dropdown .dropdown-menu .group-box.usdx {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.dropdown .dropdown-menu .group-box.btc {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.dropdown .dropdown-menu .group-box.eth {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.dropdown .dropdown-menu .group-box.hsr {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.dropdown .dropdown-menu .group-box.qtum {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}



.coin-type{
    position: static;
}
.coin-type-list{
    border-radius: 3px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.coin-type-list li{
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: calc(100% / 10);
    border-right: 1px solid #f2f3f5;
    border-bottom: 1px solid #f2f3f5;
}
.coin-type-list li a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 15px;
    height: 45px;
}
.coin-type-list li a img{
    width: 20px;
    margin-right: 5px;
}
.coin-type-list li a:hover{
    color: #ff9d11;
}
.entrust-bill-panel .bill-panel-body .table {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.entrust-bill-panel .bill-panel-body .table .cell {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #666;
    font-size: 13px
}

.entrust-bill-panel .bill-panel-body .table.head {
    background: #f6f7f9
}

.entrust-bill-panel .bill-panel-body .table.head .cell {
    padding: 8px 0;
    font-size: 12px
}

.entrust-bill-panel .bill-panel-body .table.body .cell {
    padding: 20px 0
}

.entrust-bill-panel .bill-panel-body .table .cell.coin {
    padding-left: 20px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 130px
}

.entrust-bill-panel .bill-panel-body .table .cell.time {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 200px;
    padding-left: 40px;
    position: relative
}

.entrust-bill-panel .bill-panel-body .table .cell.time i {
    color: #fff;
    position: absolute;
    left: 20px;
    top: 19px;
    font-size: 10px;
    font-weight: 700;
    padding: 2px;
    border-radius: 2px
}

.entrust-bill-panel .bill-panel-body .table .cell.time i.buyBgColor {
    background: #d6435b !important
}

.entrust-bill-panel .bill-panel-body .table .cell.time i.sellBgColor {
    background: #41986c !important
}

.entrust-bill-panel .bill-panel-body .table .cell.type {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100px;
    text-align: center
}

.entrust-bill-panel .bill-panel-body .table.body {
    border-bottom: 1px solid #f2f2f2
}

.entrust-bill-panel .bill-panel-body .table.no-data {
    color: #999;
    padding: 50px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.entrust-bill-panel .bill-panel-body .table.body .cell.type {
    color: #333
}

.entrust-bill-panel .bill-panel-body .table.body .cell.coin {
    font-size: 16px;
    position: relative;
    padding-left: 50px;
    color: #333
}

.entrust-bill-panel .bill-panel-body .table.body .cell.coin .market-icon {
    position: absolute;
    width: 22px;
    height: 22px;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0
}

.entrust-bill-panel .bill-panel-body .table.body .cell.time span {
    color: #555;
    display: inline-block;
    margin-right: 5px
}

.recommend-panel h3 {
    font-size: 18px;
    color: #000;
    padding: 20px;
}

.recommend-info {
    padding: 20px;
}

.recommend-info p.t {
    color: #555;
    margin-bottom: 15px
}

.recommend-info .address {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    margin-bottom: 20px;
}

.recommend-info .address input {
    padding: 10px;
    font-size: 18px;
    border: 1px solid #e3e5e7;
    border-radius: 3px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #000;
}

.recommend-info .address button {
    margin-left: 10px;
    border: 1px solid #e3e5e7;
    background: 0 0;
    padding: 0 15px;
    font-size: 12px;
    color: #ff9d11;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.recommend-info .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.recommend-info .info .tips {
    margin-left: 30px;
}

.recommend-info .info .tips h4 {
    font-size: 14px;
    margin-bottom: 20px;
}

.recommend-info .info .tips p {
    margin-top: 15px;
    color: #888;
}

.recommend-list {
    border-top: 30px solid #edeef0;
}

.exx-record .table .tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.exx-record .table .tr .td {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 15px 0;
    color: #999;
    white-space:nowrap;
}
.exx-record .table .tr .td.oper{text-align: right; -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 100px;}
.exx-record .table .tr .td.oper a{color: #ff9d11;}



.exx-record .table .tr .td .coinnum p + p {
    margin-top: 10px;
}

.exx-record .table .tr .td .coinnum p span {
    display: inline-block;
    width: 50px;
    color: #333;
}

.exx-record .table .tr.head {
    background: #f6f7f9;
    border-bottom: none;
}

.exx-record .table .tr.head .td {
    color: #666;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
}

.exx-record .table .tr p.norecord {
    padding: 50px 0;
    text-align: center;
    color: #888;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.sidebar-area{
    position: absolute;
    width: 50px;
    top: 89px;
    right: 0;
    bottom: 0;
    z-index: 101;
}
body.notice-open .sidebar-area{
    top: 82px;
}
.sidebar-area .sidebar-menu {
    background: #30343e;
    height: 100%;
    position: relative;
    z-index: 2;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sidebar-area .sidebar-menu ul li a {
    color: #99a0b5;
    text-align: center;
    padding: 15px 0;
    display: block
}

.sidebar-area .sidebar-menu ul li a:hover {
    color: #fff
}

.sidebar-area .sidebar-menu ul li a.active {
    color: #ff9d11;
    background: #24272f;
}

.sidebar-area .sidebar-menu ul li a p {
    margin-top: 2px;
    line-height: 16px;
}

.sidebar-area .sidebar-menu ul.menu-bottom {
    padding-bottom: 20px
}

.sidebar-area .sidebar-content {
    position: absolute;
    top: 0;
    right: -290px;
    bottom: 0;
    width: 290px;
    background: #24272f;
    padding: 20px 20px 0 20px;
    border-left: 2px solid #1a1e21;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}

.side-open .sidebar-area .sidebar-content {
    right: 50px;
}

.sidebar-area .sidebar-content .close {
    position: absolute;
    left: 20px;
    top: 20px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    color: #f00;
}

.sidebar-area .sidebar-content .market-list .red {
    color: #d6435b
}

.sidebar-area .sidebar-content .market-list .green {
    color: #41986c
}

.sidebar-area .sidebar-content .market-search {
    padding-left: 44px;
}

.sidebar-area .sidebar-content .market-search input {
    width: 100%;
    height: 34px;
    background: rgba(0, 0, 0, .2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 10px;
    color: #fff;
}

.sidebar-area .sidebar-content .market-search input::-webkit-input-placeholder {
    color: #6e7178
}

.sidebar-area .sidebar-content .market-search input:-moz-placeholder {
    color: #6e7178
}

.sidebar-area .sidebar-content .market-search input::-moz-placeholder {
    color: #6e7178
}

.sidebar-area .sidebar-content .market-search input:-ms-input-placeholder {
    color: #6e7178
}

.sidebar-area .sidebar-content .market-mgt {
    margin-top: 10px;
}

.sidebar-area .sidebar-content .market-mgt a {
    display: block;
    padding: 10px 0;
    background: #2a2d37;
    color: #ff9d11;
    text-align: center;
    font-weight: 700;
}

.sidebar-area .sidebar-content .market-mgt a:hover {
    background: #323642
}

.sidebar-area .sidebar-content .market-oper {
    color: #727888;
    margin-top: 10px;
}

.sidebar-area .sidebar-content .market-oper .filter {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

.sidebar-area .sidebar-content .market-oper .filter a {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding: 5px 8px 5px 0;
    color: #727888;
    margin-right: 10px;
    position: relative
}

.sidebar-area .sidebar-content .market-oper .filter a:after, .sidebar-area .sidebar-content .market-oper .filter a:before {
    content: "";
    position: absolute;
    right: 0;
    height: 3px;
    width: 3px;
    border-right: 1px solid #727888;
    border-bottom: 1px solid #727888
}

.sidebar-area .sidebar-content .market-oper .filter a:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 7px
}

.sidebar-area .sidebar-content .market-oper .filter a:before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 7px
}

.sidebar-area .sidebar-content .market-oper .filter a.down:after {
    border-right: 1px solid #ff9d11;
    border-bottom: 1px solid #ff9d11
}

.sidebar-area .sidebar-content .market-oper .filter a.up:before {
    border-right: 1px solid #ff9d11;
    border-bottom: 1px solid #ff9d11
}

.sidebar-area .sidebar-content .market-list .market-box-content {
    position: absolute;
    top: 97px;
    bottom: 0;
    left: 20px;
    right: 5px;
    bottom: 5px;
    overflow: hidden;
    z-index: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sidebar-area .sidebar-content.user .market-list .market-box-content {
    top: 140px
}

.sidebar-area .sidebar-content .market-list .market-box {
    color: #aab0c1;
    cursor: pointer;
    position: relative;
    margin-right: 15px;
    border-top: 1px solid rgba(255, 255, 255, .05)
}

.sidebar-area .sidebar-content .market-list .market-box-head {
    padding: 15px 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.sidebar-area .sidebar-content .market-list .market-box-head h3 {
    position: relative;
    padding-left: 25px
}

.sidebar-area .sidebar-content .market-list .market-box-head h3 img {
    height: 20px;
    position: absolute;
    left: 0;
    top: -3px
}

.sidebar-area .sidebar-content .market-list .market-box-head h3 b {
    color: #fff;
}

.sidebar-area .sidebar-content .market-list .market-box.active .market-box-head h3 b {
    color: #ff9d11 !important
}

.sidebar-area .sidebar-content .market-list .market-box-head h3 i {
    display: inline-block;
    margin: 0 3px
}

.sidebar-area .sidebar-content .market-list .market-box-head .ups {
    font-size: 14px
}

.sidebar-area .sidebar-content .market-list .market-box-body {
    padding: 5px 15px;
    text-align: center
}

.sidebar-area .sidebar-content .market-list .market-box-foot {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 0;
}

.sidebar-area .sidebar-content .market-list .market-box-foot p {
    font-weight: 700;
    margin-bottom: 5px
}

.sidebar-area .sidebar-content .market-list .market-box-foot span {
    font-size: 16px
}

.sidebar-area .sidebar-content .market-list .market-box-foot .amount {
    text-align: right
}

.sidebar-area .sidebar-content .market-list.simple .market-box-head h3 {
    padding: 0
}

.sidebar-area .sidebar-content .market-list.simple .market-box-head h3 img {
    display: none
}

.sidebar-area .sidebar-content .market-list.simple .market-box-head h3 b {
    display: block;
    margin-bottom: 6px;
}

.sidebar-area .sidebar-content .market-list.simple .market-box-head h3 i {
    display: none
}

.sidebar-area .sidebar-content .market-list.simple .market-box-head .ups {
    font-size: 12px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sidebar-area .sidebar-content .market-list.simple .market-box-head .ups span {
    color: #fff !important;
    padding: 5px 5px 5px 0;
    border-radius: 2px;
    text-align: right;
    width: 57px
}

.sidebar-area .sidebar-content .market-list.simple .market-box-head .ups span.red {
    background: #d6435b
}

.sidebar-area .sidebar-content .market-list.simple .market-box-head .ups span.green {
    background: #41986c
}

.sidebar-area .sidebar-content .market-list.simple .market-box-body {
    display: none
}

.sidebar-area .sidebar-content .market-list.simple .market-box-foot {
    padding: 0;
    display: block;
    position: absolute;
    left: 75px;
    top: 14px
}

.sidebar-area .sidebar-content .market-list.simple .market-box-foot p {
    display: none
}

.sidebar-area .sidebar-content .market-list.simple .market-box-foot span {
    font-size: inherit
}

.sidebar-area .sidebar-content .market-list.simple .market-box-foot .amount {
    text-align: left;
    margin-top: 5px
}

.sidebar-area .sidebar-content .market-list.simple .market-box-foot .price span {
    font-size: 14px
}

.sidebar-area .sidebar-content .market-list.simple .market-top {
    display: none;
    position: absolute;
    top: 16px;
    left: 42px;
    z-index: 5;
}

.sidebar-area .sidebar-content .market-list.simple .market-box:hover .market-top {
    display: inline-block;
}

.sidebar-area .sidebar-content .market-list.simple .market-top:hover {
    color: #ff9d11;
}

.sidebar-area .sidebar-content .news-list {
    background: #2a2d37;
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 5px;
    right: 5px;
    bottom: 5px;
    overflow-y: auto
}

.sidebar-area .sidebar-content .news-list .news-box {
    padding: 25px
}

.sidebar-area .sidebar-content .news-list .news-box h3 {
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    color: #a7a7bc
}

.sidebar-area .sidebar-content .news-list .news-box .date {
    margin: 15px 0;
    color: #7a7b8a
}

.sidebar-area .sidebar-content .news-list .news-box .date span.hour {
    color: #e9cfa5
}

.sidebar-area .sidebar-content .news-list .news-box .text {
    font-size: 13px;
    line-height: 18px;
    color: #9090a5
}

.sidebar-area .sidebar-content .news-list .news-box:hover .text, .sidebar-area .sidebar-content .news-list .news-box:hover h3 {
    color: #e3e3f3
}

/* Styled scrollbars */

.iScrollHorizontalScrollbar {
    position: absolute;
    z-index: 9999;
    height: 16px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    overflow: hidden;
}

.iScrollHorizontalScrollbar.iScrollBothScrollbars {
    right: 12px;
}

.iScrollVerticalScrollbar {
    position: absolute;
    z-index: 9999;
    width: 5px;
    bottom: 2px;
    top: 2px;
    right: 2px;
    overflow: hidden;
}

.iScrollVerticalScrollbar.iScrollBothScrollbars {
    bottom: 2px;
}

.iScrollIndicator {
    position: absolute;
    background: #cc3f6e;
    border-width: 0px;
    border-style: solid;
    border-color: #EB97B4 #7C2845 #7C2845 #EB97B4;
    border-radius: 20px;
}

.iScrollHorizontalScrollbar .iScrollIndicator {
    height: 100%;
    background-color: #615e5e;
}

.iScrollVerticalScrollbar .iScrollIndicator {
    width: 100%;
    background-color: rgba(98,104,122,.6);
}
.iScrollVerticalScrollbar .iScrollIndicator:hover {
    width: 100%;
    background-color: rgba(98,104,122,1);
}

/* end */

.exchange-main {
    padding-bottom: 50px;
}

.exchange-main .container {
    width: 1100px;
    margin: 0 auto;
}

.exchange-head ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.exchange-head ul li {
    margin-right: 40px;
    font-size: 16px;
    color: #555;
    padding: 30px 0;
}

.exchange-head ul li:hover {
    color: #000;
}

.exchange-head ul li.active {
    color: #ff9d11;
    position: relative;
}

.exchange-head ul li.active:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: 10px solid transparent;
    border-bottom-color: #fff;
}

.exchange-body {
    background: #fff;
    height: 500px;
    border-radius: 3px;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.exchange-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 40px) / 2);
    flex: 0 0 calc((100% - 40px) / 2);
}

.exchange-box .buyColor {
    color: #ee1c3e !important;
}

.exchange-box .sellColor {
    color: #0bb64b !important;
}

.exchange-box .buyColorBg {
    background-color: #ee1c3e !important;
}

.exchange-box .sellColorBg {
    background-color: #0bb64b !important;
}

.exchange-box h3 {
    font-size: 14px;
    color: #333;
    margin-bottom: 25px;
}

.exchange-box .form-group {
    margin-bottom: 20px;
}

.exchange-box .form-group .form-control {
    position: relative;
}

.exchange-box .form-group .form-control label {
    position: absolute;
    left: 1px;
    top: 1px;
    bottom: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background: #f8f9f9;
    border-radius: 3px 0 0 3px;
    border-right: 1px solid #eef1f7;
    width: 88px;
    padding-right: 10px;
    color: #777c87;
}

.exchange-box .form-group .form-control input {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    padding: 6px 10px;
    height: 46px;
    background-color: transparent;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    border: 1px solid #eef1f7;
    border-radius: 3px;
    text-align: right;
    -webkit-appearance: none;
    -webkit-backface-visibility: hidden;

}

.exchange-box .form-group .form-control input:focus {
    border-color: #e3e6ec;
}

.exchange-box .form-group .form-control input[disabled] {
    cursor: no-drop;
}

.exchange-box .form-group .form-control input::-webkit-input-placeholder {
    color: #b0b7c7;
    line-height: normal;
    font-weight: normal;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.exchange-box .form-group .form-control input:-ms-input-placeholder {
    color: #b0b7c7;
    line-height: normal;
    font-weight: normal;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.exchange-box .form-group .form-control input::-webkit-input-placeholder {
    color: #b0b7c7;
    line-height: normal;
    font-weight: normal;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.exchange-box .form-group .form-control input::-ms-input-placeholder {
    color: #b0b7c7;
    line-height: normal;
    font-weight: normal;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.exchange-box .form-group .form-control input::-webkit-input-placeholder {
    color: #b0b7c7;
    line-height: normal;
    font-weight: normal;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.exchange-box .form-group .form-control input:-ms-input-placeholder {
    color: #b0b7c7;
    line-height: normal;
    font-weight: normal;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.exchange-box .form-group .form-control input::placeholder {
    color: #b0b7c7;
    line-height: normal;
    font-weight: normal;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.exchange-box .form-button .button {
    width: 100%;
    border: none;
    outline: 0;
    color: #fff;
    background: transparent;
    padding: 14px 30px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    white-space: nowrap;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
}



@media (max-width: 768px) {


    .mobile .exx-entrance {
        padding: 150px 20px 0 20px !important;
        display: block !important;
        height: 100vh;
    }

    .mobile .site-full {
        min-width: 0 !important;
        height: 100vh;
    }

    .mobile .exx-entrance-main {
        padding: 20px;
        width: auto;
    }

    .mobile .exx-entrance-head {
        margin-bottom: 20px;
    }

    .mobile .footer {
        display: none !important;
    }

}



.bk-norecord {
    min-height: 100px;
    padding: 36px 0;
    line-height: 2em;
    background-color: #fdfdfd;
    text-align: center;
    color: #6d7b82;
    width: 100%;
    text-align: center;
}

.bk-norecord p {
    margin-bottom: 0;
    line-height: 2;
    height: auto!important;
    color: #c9cacc !important;
    font-size: 12px !important;
    display: block !important;
    text-align: center !important;
}
/* 判断是否www。exx */
.csswwwexx .footer-menu{
    padding-left: 200px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
}
.csswwwexx .copyright{
    padding-left: 200px;
    -webkit-box-flex: 0 0 400px;
    -ms-flex: 0 0 400px;
        flex: 0 0 400px;
    text-align: center;
}

.csswwwexx .copyright .logo{
    height: 64px;
    margin: 0 auto;
    width: 64px;
    height: 64px;
    border-radius: 50%;
  
}
.csswwwexx .copyright .logo img{
    max-width: 100%;
    max-height: 100%;
}
.csswwwexx .footer-menu dl{
    margin-left: 100px;
}

@media (max-width: 1024px){
    #udesk_container #udesk_btn>a {
        max-width: 350px;
    } 

    .footer .container{
         max-width: 100%;
         padding-left: 30px
     }
    .footer .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .copyright {
        margin-left: 58px;
        margin-bottom: 30px;
    }
    .footer .footer-menu dl,
    .footer .footer-menu.en dl {
        margin-left: 58px;
        margin-bottom: 30px;
    }
    .footer .footer-menu {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}


.exx_drop_menu{
    position: relative;
    font-size:14px;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:rgba(255,255,255,1);
    margin-left: 58px;
    width: 98px;
}
.exx_drop_menu .drop_titles{
    position: relative;
    height: 58px;
    line-height: 58px;
    cursor: pointer;
}
.exx_drop_menu .drop_titles::after{
    content: '';
    position: relative;
    width: 14px;
    height: 15px;
    display: inline-block;
    margin-left: 4px;
    top:2px;
    padding: 0 20px;
    background: url(/src/images/newnav/logo/more.png) no-repeat center center;
    border-left: solid 1px rgba(255,255,255,0.4);
}
.exx_drop_menu:hover {
    /* color: #FFFFFF; */
    /* background: #00cbd2; */
    /* transition: all linear .1s; */
}
/* .exx_drop_menu:hover   .drop_titles::after{
    transform: rotate(180deg);
    transition: all linear .1s;
} */
.exx_drop_menu .drop_info{
    position: absolute;
    z-index: 999;
    top: 58px;
    left: 0;
    display: none;
    /* width:498px; */
    /* height:142px; */
    background: #191C1E;
    box-shadow:0px 2px 4px 0px rgba(0,0,0,0.14);
    border-radius:10px;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:20px;
    padding: 50px 0 20px;
}
.exx_drop_menu:hover .drop_info{
    display: flex;
}

.exx_drop_menu .drop_info .drop_menu{
    /* padding: 0 15px; */
    /* margin: 0 15px; */
    /* width: 175px; */
    /* display: flex;
    flex-direction: column;
    justify-content: space-between; */
    white-space: nowrap;
    /* border-right: 1px solid rgba(151, 151, 151, 0.16); */
    color: #fff;
    position: relative;
}
.exx_drop_menu .drop_info .drop_menu .title {
    position: absolute;
    top: -32px;
    left: 26px;
    color: rgba(242,242,242,0.39);
}
.exx_drop_menu .drop_info .drop_menu.border_none{
    border-right: none;
}
.exx_drop_menu .drop_info .drop_menu .drop {
    /* overflow: hidden; */
    position: relative;
    padding: 5px 5px 10px 28px;
}
.exx_drop_menu .drop_info .drop_menu .drop:hover {
    background: #292B2C;
}
.exx_drop_menu .drop_info .drop_menu .drop .logoBox {
    width: 19px;
    height: 18px;
    position: absolute;
    top: 4px;
    left: 26px;
}
.exx_drop_menu .drop_info .drop_menu div{
    /* margin-bottom: 25px; */
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.exx_drop_menu .drop_info .drop_menu div span {
    /* padding-left: 25px; */
    padding: 0 25px;
    display: block;
}
.exx_drop_menu .drop_info .drop_menu div .ramk {
    margin-top: 8px;
    font-size: 12px;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:rgba(128,127,127,1);
    line-height:9px;
}
.exx_drop_menu .drop_info .drop_menu div.drop_7{
    margin-bottom: 0px;
}
/* .exx_drop_menu .drop_info .drop_menu div::before{
    content: '';
    position: relative;
    width: 14px;
    height: 15px;
    display: inline-block;
    margin-right: 4px;
    top:2px;
} */
/* .exx_drop_menu .drop_info .drop_menu .drop .logoBox .logo {
    display: block;
    width: 14px;
    height: 15px;
    background-size: 14px 15px;
} */
.exx_drop_menu .drop_info .drop_menu .drop .logoBox .logo1 {
    background: url(/src/images/newnav/logo/l1.png) no-repeat center center;
}
.exx_drop_menu .drop_info .drop_menu .drop .logoBox .logo2 {
    background: url(/src/images/newnav/logo/l2.png) no-repeat center center;
}
.exx_drop_menu .drop_info .drop_menu .drop .logoBox .logo3 {
    background: url(/src/images/newnav/logo/l3.png) no-repeat center center;
}
.exx_drop_menu .drop_info .drop_menu .drop .logoBox .logo4 {
    background: url(/src/images/newnav/logo/l4.png) no-repeat center center;
}
.exx_drop_menu .drop_info .drop_menu .drop .logoBox .logo5 {
    background: url(/src/images/newnav/logo/l5.png) no-repeat center center;
}
.exx_drop_menu .drop_info .drop_menu .drop .logoBox .logo6 {
    background: url(/src/images/newnav/logo/l6.png) no-repeat center center;
}
.exx_drop_menu .drop_info .drop_menu .drop .logoBox .logo {
    display: block;
    width: 19px;
    height: 18px;
    background-size: 19px 18px;
}


.exx_drop_menu .drop_info .drop_menu div.drop_1::before{
    background: url(/src/images/newnav/1.png) no-repeat center center;
}
.exx_drop_menu .drop_info .drop_menu div.drop_2::before{
    background: url(/src/images/newnav/2.png) no-repeat center center;
}
.exx_drop_menu .drop_info .drop_menu div.drop_3::before{
    background: url(/src/images/newnav/3.png) no-repeat center center;
}
.exx_drop_menu .drop_info .drop_menu div.drop_4::before{
    background: url(/src/images/newnav/4.png) no-repeat center center;
}
.exx_drop_menu .drop_info .drop_menu div.drop_5::before{
    background: url(/src/images/newnav/5.png) no-repeat center center;
}
.exx_drop_menu .drop_info .drop_menu div.drop_6::before{
    background: url(/src/images/newnav/6.png) no-repeat center center;
}
.exx_drop_menu .drop_info .drop_menu div.drop_7::before{
    background: url(/src/images/newnav/7.png) no-repeat center center;
}
.exx_application{
    padding:10px 17px;
    height:36px;
    box-shadow:0px 2px 4px 0px rgba(50,176,187,1);
    border-radius:4px;
    /* opacity:0.33; */
    border:1px solid rgba(0,189,154,1);
    margin-left: 18px;
}
.exx_application::before{
    content: '';
    position: relative;
    width: 14px;
    height: 15px;
    display: inline-block;
    margin-right: 4px;
    top:2px;
    background: url(/src/images/newnav/fire.png) no-repeat center center;
}
.exx_application a{
    font-size:16px;
    font-family:PingFangSC-Medium,PingFang SC;
    font-weight:500;
    color:rgba(255,255,255,1);
}
.multipleinfo
{
    width: 650px;
    height: 40px;
    background: #E6F7FF;
    border-radius: 1px;
    border: 1px solid #91D5FF;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);
    line-height: 35px;
    padding-left: 16px;
    margin-bottom: 15px;
    display: none;
}