@media (min-width: 750px) {
    html,
    body {
        width: 100%;
        height: 100%;
        max-width: 750px;
        margin: auto;
        font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Arial, Roboto, PingFang SC, Hiragino Sans GB, Microsoft Yahei, sans-serif;
    }
}

@media (max-width: 750px) {
    html,
    body {
        width: 100%;
        height: 100%;
        max-width: 750px;
        font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Arial, Roboto, PingFang SC, Hiragino Sans GB, Microsoft Yahei, sans-serif;
    }
}

body {
    background: #1b2c42;
    color: #ffffff;
}

.a-body,
.dark-box {
    background: #27282a;
}

.layui-input {
    color: #ffffff;
}

.mt-10 {
    margin-top: 10px;
    /*font-weight: 600;*/
}

.mt-30 {
    margin-top: 30px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.pd-10 {
    padding: 10px;
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-25 {
    font-size: 25px;
}

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

.text-right {
    text-align: right;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.color-grey {
    color: #768da9 !important;
}

.color-green {
    color: #0da88b !important;
}

.color-red {
    color: #ef5656 !important;
}

.color-blue {
    color: #303133 !important;
}

.color-blue:hover {
    color: #303133 !important;
    opacity: 0.8;
}

.color-l-blue {
    color: #303133 !important;
}

.color-yellow {
    color: #f79721;
}

.color-yellow:hover {
    color: #f79721;
    opacity: 0.8;
}

.btn-green {
    background: #0da88b;
}

.btn-red {
    background: #ef5656;
}

.layui-btn-normal {
    background-color: #3d74eb;
}

.btn-nobg {
    background: transparent;
    border: 1px solid #ffffff;
}

.position-re {
    position: relative;
}

.header {
    background: #27282a;
}

.header .layui-nav {
    background: #27282a;
    padding: 0 16px;
}

.header .layui-nav .layui-nav-item {
    line-height: 44px;
}

.header .layui-nav .layui-this:after,
.header .layui-nav-bar,
.header .layui-nav-tree .layui-nav-itemed:after {
    background-color: unset;
}

.header .layui-nav .layui-nav-child {
    border: 1px solid #27282a;
    background-color: #27282a;
    top: 42px;
}

.header .layui-nav .layui-nav-child a {
    color: #ffffff;
}

.header .layui-nav .layui-nav-child a:hover {
    color: #ffffff;
    opacity: 0.8;
    background: unset;
}

.header .layui-nav img {
    width: 20px !important;
}

.a-header {
    background: #2c2d31;
    height: 44px;
    line-height: 44px;
    padding: 0 10px;
    color: #ffffff;
    font-size: 16px;
}

.a-header a {
    color: #ffffff;
}

#banner {
    height: 180px !important;
}

.banner-item img {
    width: 100%;
    height: 100%;
}

.main {
    padding-bottom: 60px;
}

.main-no {
    padding-bottom: 10px;
}

.padding-l-r {
    padding-left: 16px;
    padding-right: 16px;
}

.a-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.a-box-left {
    width: 100%;
    background: #27282a;
    padding: 10px 10px;
    height: 50px;
    border-radius: 4px;
}

.a-box-left span {
    font-size: 18px;
    font-weight: bold;
}

.a-box-left p {
    margin-top: 10px;
}

.legal-card {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 56px;
    height: 56px;
}

.a-box-right {
    width: 30%;
}

.a-box-right p {
    background: #27282a;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
}

.a-box-right p:first-child {
    margin-bottom: 10px;
}

.a-box-right p i {
    margin-left: 5px;
    margin-right: 5px;
    color: #66e3b4;
}

.center-banner {
    padding: 10px 0
}

.center-banner p {
    margin: 10px 0;
    font-size: 13px;
    white-space: nowrap;
}

.center-banner img {
    width: 28px !important;
    height: 28px !important;
}

.center-banner a {
    display: block;
    margin: 8px 0;
}

/* .a-table .layui-table{
	padding-bottom: 30px;
} */

.a-table-bg {
    background: url("../imgn/table-bg.png") no-repeat;
    background-size: 100% 100%;
    background-size: cover;
    background-attachment: fixed;
}

.a-table h5 {
    text-align: center;
    font-size: 20px;
    margin: 20px 0 10px;
}

.a-table h5 .left {
    float: right;
    background: url("../imgn/bar-left.png") no-repeat;
    background-size: 100% 100%;
    margin: 12px 10px 0;
}

.a-table h5 .right {
    background: url("../imgn/bar-right.png") no-repeat;
    background-size: 100% 100%;
    margin: 12px 0 0 10px;
}

.a-table h5 .ex_title_bar {
    height: 4px;
    width: 70px;
}

.a-table h4 {
    font-size: 16px;
    padding: 10px;
}

.a-table h5 i {
    margin-right: 5px;
    color: #66e3b4;
}

.a-table .layui-table {
    margin: 0 0;
    background: unset;
}

.a-table .layui-table tbody tr:hover,
.a-table .layui-table thead tr,
.a-table .layui-table[lay-even] tr:nth-child(even) {
    background: unset;
}

.a-table .layui-table tr {
    border-bottom: 0px solid #37465d;
}

.a-table .layui-table tr:last-child {
    border-bottom: 0;
}

.a-table .layui-table td,
.a-table .layui-table th {
    font-size: 16px;
    min-height: 30px;
    line-height: 30px;
}

.a-table .layui-table td .layui-btn-sm {
    width: 76px;
}

.a-table h4 span {
    border-bottom: 2px solid #66e3b4;
    color: #66e3b4;
}

.k-top {
    padding: 10px;
}

.k-top p {
    line-height: 1.8;
}

.k-body {
    margin: 10px 0;
    padding: 10px;
}

.k-footer,
.t-footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    padding: 20px 0;
    text-align: center;
}

.k-footer .layui-btn {
    width: 45%;
}

.t-footer .layui-btn {
    width: 30%;
}

.trade-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding: 0 10px;
}

.trade-body-left {
    width: calc(100% - 150px);
}

.trade-body-left .layui-tab-title {
    background: #27282a;
    color: #9FBEDC;
    border: 0;
}

.trade-body-left .layui-tab-title li {
    width: 50%;
    padding: 0;
}

.trade-body-left .layui-tab-title .layui-this {
    color: #ffffff;
}

.trade-body-left .layui-tab-bar {
    display: none;
}

.trade-body-left .layui-tab-title .layui-this:after {
    border: 0;
}

.trade-body-left .layui-tab-content {
    padding: 10px 0;
}

.trade-body-left .layui-form {
    color: #9FBEDC;
}

.trade-body-left .layui-form .layui-input {
    margin: 10px 0;
    background-color: unset;
    border-color: #525a75;
}

.input-span {
    position: absolute;
    right: 15px;
    top: 10px;
}

.trade-body-right {
    width: 150px;
    padding-left: 10px;
}

.num-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin-top: 10px;
}

.num-btn .layui-btn {
    background: unset;
    color: #9FBEDC;
    border: 1px solid #525a75;
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 !important;
    flex: 1 !important;
}

.full-btn .layui-btn {
    width: 100%;
}

.b-table .layui-table {
    background: unset;
}

.b-table .layui-table tbody tr:hover,
.b-table .layui-table thead tr,
.layui-table[lay-even] tr:nth-child(even) {
    background: unset;
}

.b-table .layui-table td,
.b-table .layui-table th {
    font-size: 12px;
    padding: 5px 0;
    min-height: 15px;
    line-height: 15px;
}

.b-table .layui-table thead th:last-child,
.b-table .layui-table tbody tr td:last-child {
    text-align: right;
}

.trade-check span {
    margin-right: 2px;
}

.finance-nav {
    margin-top: 0px;
    font-size: 16px;
    margin-bottom: 20px;
}

.finance-nav ul {
    overflow-x: scroll;
    width: 100%;
}

.finance-nav ul li {
    float: left;
    /*padding: 0 10px;*/
    line-height: 36px;
    text-align: center;
    overflow: hidden;
    margin: 0 10px;
    /*width:20%*/
}

.finance-nav .layui-this {
    border-bottom: 1px solid #f8b83d;
}

.finance-nav .layui-this a {
    color: #f8b83d;
}

.trade-check span img {
    width: 15px;
    height: 15px;
    border: 1px solid #525a75;
    padding: 2px;
}

.trade-check span.active img {
    border: 1px solid #3C74EB;
}

.trade-bottom .title {
    padding: 10px;
}

.trade-bottom .a-table .layui-table td,
.trade-bottom .a-table .layui-table th,
.entrust .a-table .layui-table td,
.entrust .a-table .layui-table th {
    font-size: 12px;
}

.trade-bottom .nodata {
    text-align: center;
    padding: 40px 0;
}

.a-layui-tab .layui-tab-title {
    border-color: #4a4a4a;
}

.a-layui-tab .layui-tab-brief>.layui-tab-title .layui-this {
    color: #3d74eb;
}

.a-layui-tab .layui-tab-brief>.layui-tab-more li.layui-this:after,
.a-layui-tab .layui-tab-brief>.layui-tab-title .layui-this:after {
    border-bottom: 2px solid #3d74eb;
}

.assets .layui-tab {
    margin: 10px;
}

.assets .layui-tab-title {
    padding-top: 10px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-color: #4a4a4a;
}

.assets .layui-tab-brief>.layui-tab-title .layui-this {
    color: #3d74eb;
}

.assets .layui-tab-brief>.layui-tab-more li.layui-this:after,
.assets .layui-tab-brief>.layui-tab-title .layui-this:after {
    border-bottom: 2px solid #3D74EB;
}

.assets .layui-tab-bar {
    display: none;
}

.assets .layui-tab-title li {
    padding: 0;
    width: 33%;
    font-size: 16px;
}

.assets .layui-tab-content {
    padding: 0;
}

.assets-top {
    padding: 20px 15px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 10px;
}

.btn-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.btn-box .layui-btn {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 !important;
    flex: 1 !important;
}

.assets-bottom .layui-table {
    background: unset;
}

.assets-bottom .layui-table tr td {
    background: #27282a;
    border-top: 8px solid #1b2c42;
    border-radius: 4px;
    font-size: 12px;
}

.assets-bottom .layui-table tr th {
    background: unset;
    border-top: 8px solid #1b2c42;
    border-radius: 4px;
}

.assets-bottom .layui-table tbody tr:hover,
.assets-bottom .layui-table[lay-even] tr:nth-child(even) {
    background: #27282a;
    opacity: 0.8;
}

.h-span {
    width: 90%;
    text-align: center;
}

.a-form {
    padding: 10px;
}

.a-form .layui-input {
    background: unset;
    border-color: #525a75;
}

.a-form .layui-form-item {
    margin-bottom: 20px;
}

.a-form .select-item .layui-form-label {
    padding: 9px 0;
    width: 20px;
}

.a-form .select-item .layui-input-inline {
    margin-left: 30px;
    margin-right: 30px;
}

.select-item .exchange {
    position: absolute;
    right: 0;
    top: 30px;
}

.a-form .a-label {
    line-height: 40px;
}

.a-form .layui-form-select dl {
    background: #27282a;
    border: 1px solid #535a75;
}

.a-form .layui-form-select dl dd.layui-this,
.a-form .layui-form-select dl dd:hover {
    background-color: #1b2c42;
}

.quote-box {
    background: #1b2c42;
    padding: 10px;
    border-left: 4px solid #9FBEDC;
}

.a-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.a-flex-item {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 !important;
    flex: 1 !important;
}

.sfz-box img {
    border: 1px solid #919191;
    padding: 10px;
    border-radius: 2px;
    max-width: 88px;
}

.a-form .layui-form-label {
    text-align: left;
    padding: 9px 0;
    width: 80px;
}

.a-form .layui-input-block {
    margin-left: 80px;
}

.set-span {
    line-height: 38px;
}

.up-top {
    width: 100%;
    background: linear-gradient(#6081f5, #2950e5);
    color: #ffffff;
    text-align: center;
    padding: 20px 0;
}

.up-top h2 {
    padding: 20px 0;
    font-size: 16px;
}

.ex-span {
    background: #ffd12d;
    border-radius: 15px;
    color: #000000;
    padding: 5px 15px;
    position: relative;
}

.ex-span::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 18px;
    border-width: 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent transparent #ffd12d;
}

.up-top .layui-btn {
    color: #000000;
}

.coinwin-header,
.coinwin-box {
    border-radius: 4px;
}

.coinwin-header .a-flex-item {
    border-right: 1px solid #6b6b6b;
}

.coinwin-header .a-flex-item:last-child {
    border-right: 0;
}

.c-table .layui-table {
    background: unset;
    color: #ffffff;
}

.c-table .layui-table thead tr {
    background: #232a44;
    color: #3d74eb;
}

.c-table .layui-table th,
.c-table .layui-table td {
    height: 38px;
    font-size: 12px;
    padding: 9px 2px;
}

.c-table .layui-table tbody tr:hover {
    background: unset;
}

.c-table .layui-table[lay-even] tr:nth-child(even) {
    background-color: #1f263c;
}

.ieo-box {
    margin: 10px;
}

.ieo-box,
.ieo-box a {
    color: #ffffff;
}

.ieo-item {
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 4px;
}

.ieoInfo {
    display: flex;
}

.ieoInfo .ieo-img {
    display: inline-block;
    width: 70%;
}

.ieoInfo .ieo-join {
    display: inline-block;
    width: 30%;
    text-align: right;
}

.join-btn {
    padding: 5px 10px;
    background-color: #FFB800;
    color: #ffffff;
    font-size: 12px;
    border-radius: 3px;
    display: inline-block;
}

.ieo-img-box {
    display: flex;
}

.ieo-img-box img {
    width: 32px;
    height: 32px;
    border-radius: 100%;
}

.ieo-img-box h3 {
    line-height: 15px;
    margin-left: 10px;
    font-size: 13px;
}

.ieo-top p {
    line-height: 3.5;
    border-top: 1px solid #4a4a4a;
}

.ieo-body .processBar {
    width: 100%;
    background-color: #e5e7eb;
    border-radius: 10px;
}

.ieo-body .processBar .processRate {
    text-align: right;
    font-size: 12px;
    color: #ffffff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #f59e0b !important;
}

.ieo-body .processBar .processRate span {
    margin-right: 5px;
}

.ieo-btn {
    display: inline-block;
    border: 1px solid #FFB800;
    padding: 3px 5px;
    min-width: 40px;
    color: #FFB800;
    font-size: 12px;
    text-align: center;
    border-radius: 5px;
}

.ieo-show,
.ieo-show-content {
    margin-top: 10px;
    border-radius: 4px;
}

.ieo-show .ieoInfo {
    display: flex;
}

.ieo-show .ieoInfo .ieo-img-box img {
    width: 75px;
    height: 75px;
}

.ieo-show .ieoInfo .ieo-base-info {
    padding-left: 10px;
}

.ieo-show .ieoInfo .ieo-base-info .ieo-info-item {
    line-height: 25px;
    font-size: 13px;
}

.closea i {
    font-size: 24px;
}

.ieo-select {
    position: absolute;
    right: 0;
    top: 15px;
    background: #27282a;
    color: #fff;
}

.ieo-top p a {
    color: #ffffff;
    margin-right: 10px;
}

.ieo-bottom .layui-tab-title {
    border-color: #4a4a4a;
}

.ieo-bottom .layui-tab-brief>.layui-tab-title .layui-this {
    color: #FFB800;
}

.ieo-bottom .layui-tab-brief>.layui-tab-more li.layui-this:after,
.ieo-bottom .layui-tab-brief>.layui-tab-title .layui-this:after {
    border-bottom: 2px solid #FFB800;
}

/*footer*/

@media (min-width: 980px) {
    .footer {
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 999;
        max-width: 750px;
        text-align: center;
        background: #27282a;
        border-top: 1px solid #27282a;
        padding: 8px 0;
    }
}

@media (max-width: 980px) {
    .footer {
        position: fixed;
        bottom: 0;
        width: 100%;
        max-width: 750px;
        z-index: 999;
        text-align: center;
        background: #27282a;
        border-top: 1px solid #27282a;
        padding: 8px 0;
    }
}

.footer .footer-tab {
    width: 23%;
}

.footer .footer-tab img {
    width: 22px;
}

.footer a p {
    color: #768da9;
    margin-top: 5px;
    font-size: 13px;
}

.footer .active {
    color: #f8b83d;
}

/*登录注册*/

.login-bg {
    background: #27282a;
}

.login-box {
    padding: 28px 22px 0 22px;
    height: 100vh
}

.login-logo {
    text-align: center;
    margin-bottom: 30px;
}

.login-box .layui-form h5 {
    margin-bottom: 10px;
}

.login-box .layui-input,
.login-box .layui-select,
.login-box .layui-textarea {
    background: #1e2235;
    border-color: #525a75;
    color: #ffffff;
    height: 48px;
    line-height: 48px;
}

.login-box .v-send {
    position: absolute;
    right: 0;
    bottom: 0;
    border: 0;
    color: #fff;
    height: 48px;
    line-height: 48px;
    padding: 0 10px;
    border-left: 1px solid #535a75;
}

.login-btn .layui-btn {
    width: 100%;
    height: 48px;
    line-height: 48px;
}

.login-item-footer {
    margin-top: 20px;
}

.outbox {
    color: #333;
}

.outbox img {
    width: 100%;
}

.mobile-layui-tab-title li {
    padding: 0 !important;
}

.mobile-layui-tab-titles li {
    padding: 0 5px !important;
}

.layui-tab-brief>.layui-tab-title {
    height: 30px;
}

.layui-tab-brief>.layui-tab-title li {
    border-radius: 8px 8px 0 0 !important;
    padding: 0 10px;
    line-height: 30px;
}

.layui-tab-brief>.layui-tab-title .layui-this {
    /* background: #409789 !important; */
    background: -webkit-linear-gradient(bottom, #2a6972, #2bd4ac);
    background: linear-gradient(0deg, #f8b83d, #f8b83d);
    color: #ffffff !important;
    line-height: 30px;
}

.layui-tab-brief>.layui-tab-more li.layui-this:after,
.layui-tab-brief>.layui-tab-title .layui-this:after {
    border-bottom: 2px solid #f8b83d !important;
    height: 31px;
}

.b-form .layui-form-item {
    margin-top: 10px;
    margin-bottom: 0px;
}

.fox-layer-black .layui-layer-setwin {
    top: 10px;
    right: 10px;
}

.fox-layer-black .layui-layer-setwin a {
    width: 20px;
    height: 20px;
}

.fox-layer-black .layui-layer-setwin .layui-layer-close1 {
    background-position: -185px -36px;
}

.fox-layer-black .layui-layer,
.fox-layer-black .layui-layer-title {
    background: #141826 !important;
    border-bottom: 1px solid #141826;
    color: #fff;
}

.time-range span {
    color: #768696;
    padding: 0px 4px;
}

.fox-layer-black .layui-layer-setwin .layui-layer-close1 {
    border-radius: 50%;
}

.mobile-layui-tab-content {
    padding: 0 0 0 0 !important;
    overflow: hidden;
}

/* for Chrome */

.mobile-layui-tab-content .layui-tab-item::-webkit-scrollbar {
    display: none;
}

.mobile-layui-table {
    overflow-x: scroll;
    /* 解决ios手机页面滑动卡顿问题 */
    -webkit-overflow-scrolling: touch;
}

/* for Chrome */

.mobile-layui-table::-webkit-scrollbar {
    display: none;
}

.fox-table-mobile {
    font-size: 12px;
}

.fox-user-left {
    top: 0px !important;
    bottom: 0;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);
    border-radius: 0;
    overflow: auto;
    background: #27282a !important;
}

.left-user-box {
    padding: 20px 20px 0
}

.left-user-list {
    padding: 0 20px 20px;
    line-height: 36px;
}

.left-user-lists {
    padding: 0 20px 20px;
    line-height: 36px;
}

.left-user-lists li {
    float: left;
    width: 100%;
}

.left-user-list i,
.left-user-lists i {
    margin-right: 10px;
}

.left-user-box .financebox {
    margin: 20px 10px 30px;
    text-align: center;
}

.left-user-box .financebox a {
    font-size: 16px;
}

.left-user-box i {
    margin-right: 10px;
    font-size: 16px;
    color: #5ed3b1;
}

.left-user-list li img {
    margin-right: 10px;
    width: 16px;
}

.layui-border-blue {
    border-color: #1E9FFF !important;
    color: #1E9FFF !important;
    background-color: #1e2235 !important;
}

.assets-bottom table td {
    padding: 9px 5px !important
}

@-webkit-keyframes layui-rl {
    from {
        -webkit-transform: translate3d(-100%, 0, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0)
    }
}

@keyframes layui-rl {
    from {
        transform: translate3d(-100%, 0, 0)
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.layui-anim {
    display: inline-block
}

.layui-anim-rl {
    -webkit-animation-name: layui-rl;
    animation-name: layui-rl
}

@-webkit-keyframes layui-lr {
    from {
        -webkit-transform: translate3d(0 0, 0);
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        opacity: 1
    }
}

@keyframes layui-lr {
    from {
        transform: translate3d(0, 0, 0)
    }
    to {
        transform: translate3d(-100%, 0, 0)
    }
}

.layui-anim-lr,
.layui-anim-rl.layer-anim-close {
    -webkit-animation-name: layui-lr;
    animation-name: layui-lr
}

.layui-btn-primarys {
    border: 1px solid #5bcca8;
    background-color: #fff;
    color: #555;
}

.no-radius {
    border-radius: 0 !important;
}

.list-play-box-all {
    width: 100%;
    /*height: 2.9rem;*/
    /*display: inline;*/
    white-space: nowrap;
    /*	overflow-x:scroll;*/
    /*float:left;*/
    /*display: flex;*/
    /*overflow-y:hidden*/
}

.op_play_time_list {
    width: 24%;
    padding: 6px 0;
    overflow: hidden;
    margin-right: 3px;
    border-radius: 6px;
    text-align: center;
    border: 1px solid transparent;
    display: inline-block;
    background: #434343;
    font-size: 12px;
}

.op_play_time_list_time {
    color: #0da88b;
    margin: 4px 0;
    font-size: 16px;
}

.op_play_time_list_money {
    color: #ef5656;
    font-weight: bold;
}

.op_play_time_list_active {
    border: 1px solid #0da88b;
}

.list-play-box-all::-webkit-scrollbar {
    display: none;
}

.list-play-box-all .layui-form-radio {
    display: inline-block;
}

.play-tab,
.play-tabs {
    padding-top: 5px !important;
}

.play-tab .layui-btn {
    min-width: 75px;
}

.user-box-img {
    position: relative;
    min-height: 100px;
}

.user-box-img p {
    background: #85a0cb;
    line-height: 36px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    color: #ffffff;
    border-radius: 90px 90px 0 0;
    background-image: radial-gradient(farthest-corner at 50% 10%, #85a0cb, #ffffff);
}

.notice {
    background: #27282a;
    padding: 0px 10px;
}

.box-banners {
    margin: 10px 0;
}

.box-banners .layui-carousel>[carousel-item] {
    border-radius: 10px !important;
    border: 0 !important;
}

.user-box-center {
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    /*margin-top: 43px;*/
}

.user-box-center .user-info {
    /*height: 119px;*/
    /*margin: 0 auto;*/
    background-color: linear-gradient(0deg, #2a6d74, #2bd4ac);
    border-radius: 12px 12px 12px 12px;
    background-image: url("../imgn/user_bg_dark.png");
    background-size: 100% 100%;
    width: 100%;
    margin: 12px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}

.user-box-center .user-avatar {
    width: 60px;
    height: 60px;
    background: url("../imgn/user_avatar_dark.png");
    background-size: 100% 100%;
    border-radius: 50%;
    /*   position: absolute;*/
    /*   top: -43px;*/
    /*   left: 0;*/
    /*right: 0;*/
    margin-right: 20px;
    z-index: 2;
}

.user-box-center .user-info .login-wrap {
    /*padding-top: 48px;*/
    width: 100%;
    font-weight: 400;
    padding: 20px 10px;
    /*text-align: center;*/
}

.user-box-center .user-info .login-wrap .title {
    font-size: 14px;
    margin-top: 6px
}

.user-box-center .user-info .login-wrap .tips {
    font-size: 12px;
}

.user-box-imgn img {
    width: 30px;
    height: 28px;
}

.user-box-imgn p {
    margin-top: 4px;
}

.market-list {
    position: relative;
    display: flex;
    align-items: center;
}

.market-list img {}

.market-list-right {
    padding-left: 10px;
}

::-webkit-scrollbar {
    display: none;
    width: 0 !important;
    height: 0 !important;
    -webkit-appearance: none;
    background: transparent;
}

::-webkit-scrollbar {
    width: 0 !important;
    height: 0;
}

::-webkit-scrollbar {
    width: 0 !important;
}

.setbox {
    position: absolute;
    bottom: 10px;
    left: 20px;
    right: 20px;
}

.wicket-btn-box {
    /*margin: 0 127px;*/
    text-align: center;
    background: #27282a;
    height: 44px;
    line-height: 44px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.wicket-btn-box .btn-this {
    background: -webkit-linear-gradient(bottom, #2a6972, #2bd4ac);
    /*background: linear-gradient(0deg,#f8b83d,#c8c8c8);*/
    background: linear-gradient(0deg, #f8b83d, #f8b83d);
    color: #fff;
    border-radius: 10px;
    animation: clipCircleIn .9s;
}

@keyframes clipCircleIn {
    0% {
        clip-path: circle(0 at 50% 50%);
    }
    100% {
        clip-path: circle(200px at 50% 50%);
    }
}

.btn-xxx {
    background: -webkit-linear-gradient(bottom, #2a6972, #2bd4ac);
    background: linear-gradient(0deg, #f8b83d, #f8b83d);
}

.btn-xr-4 {
    border-radius: 4px;
}

.btn-xr-6 {
    border-radius: 6px;
}

.login-phone p,
.login-phone div {
    margin-top: 10px;
}

input::placeholder {
    color: #c0c4cc;
}

.foot-boxs {
    border-top: 1px solid #27282a;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 20px 0;
    font-size: 18px;
}

.layui-flow-more {
    margin: 0 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.layui-flow-more a cite {
    background: -webkit-linear-gradient(bottom, #2a6972, #2bd4ac);
    background: linear-gradient(0deg, #2a6972, #2bd4ac);
}

.color-l-blue i {
    font-size: 20px;
}

.layui-btn-normal {
    /*background: -webkit-linear-gradient(bottom,#2a6972,#2bd4ac);*/
    /*   background: linear-gradient(0deg,#2a6972,#2bd4ac);*/
    background-color: #f8b83d;
}

.first_box {
    background: #232427;
}

.kline-box-trade .layui-tab {
    margin: 0 0;
}

.first_box .deal-bottom,
.first_box .deal-bottom-right,
.first_box .deal-bottom-left {
    background: unset;
}

.first_box .lever-bottom,
.first_box .lever-bottom-right,
.first_box .lever-bottom-left {
    background: unset;
}

.kline-box-trade .layui-tab-title li {
    display: inline-block;
    line-height: 30px;
    min-width: 60px;
    padding: 0 10px;
}

.kline-box-trade .layui-tab-content {
    padding: 0;
}

.kline-box-trade .layui-tab-title .float-right {
    padding: 0 0;
}

.kline-box-trade .a-form {
    padding: 0;
}

.kline-box-trade .b-form .layui-form-item {
    margin-top: 0;
}

.fox-table td,
.fox-table th {
    padding: 9px 2px;
}

.depth-table td {
    padding: 6px 2px !important;
}

.fox-btn-xs {
    min-width: 70px;
}

.kline-box-trade-level .layui-form-item {
    margin-bottom: 5px;
}

.kline-box-trade-level .layui-tab {
    margin: 0 0;
}

.kline-box-trade-level .layui-tab-content {
    padding: 0 0;
}

.seconds-right-body {
    border-top: 1px solid #66e3b4;
}

.footer-seconds {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 750px;
    z-index: 999;
    text-align: center;
}

.footer-seconds .footer-box {
    padding: 0px 15px 30px 15px;
    background: #1b2c42;
}

.order-box {
    border-top: 0;
    position: fixed;
    left: 0px;
    right: 0px;
    height: 440px;
    bottom: 0;
    z-index: 9999;
}

.order-box .closea a {
    color: #ffffff;
}

.home-a {
    position: absolute;
    font-size: 18px;
    left: 10px;
    color: #2befbc;
    top: 10px;
    z-index: 99;
}

.kline-box-depth {
    padding-right: 20px;
    overflow: hidden;
}

.kline-box-depth .layui-table td,
.kline-box-depth .layui-table th {
    padding: 9px 2px;
}

#slideNum1 .layui-slider {
    background: #88c1b0 !important;
}

#slideNum2 .layui-slider {
    background: #fb8383 !important;
}

.day-night img {
    width: 30px !important;
}

.layui-slider {
    margin: 0 5px;
}

.line-36 {
    line-height: 36px;
}

.coinwin-list {
    margin-top: 20px;
}

.coinwin-list .layui-panel {
    margin-bottom: 20px;
    background: #ffffff;
    border-top: 1px solid #66e4b8;
    border-radius: 0;
    padding: 10px;
    position: relative;
}

.coinwin-list .layui-panel .flag {
    position: absolute;
    /*绝对定位*/
    left: 0;
    top: 0;
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 100px;
    background: url("../imgn/flag.png") right bottom;
    color: #fff;
}

.coinwin-list .layui-panel h3 {
    font-size: 24px;
    height: 48px;
    line-height: 48px;
    font-weight: bold;
}

.coinwin-list p {
    height: 36px;
    line-height: 36px;
}

.mt-10-all {
    font-size: 1rem;
}

.mt-10-uid {
    font-size: 0.9rem;
    font-family: fangsong;
}

.all_finance_header {
    margin-left: 25%;
}

.box-shadow-foot {
    padding-bottom: 0.8rem;
}

.share_trade {
    background: url(/static/mobile/imgn/invite_ico.png);
    width: 100%;
    height: 20px;
    background-size: 20px 20px;
    right: 0;
    background-repeat: no-repeat;
    background-position: right;
}

.footer p {
    padding-top: 5px;
}

.menuBox {
    padding: 10px 20px;
}

.tradeMenu {
    border: 1px solid #2c2d31;
    display: flex;
    border-radius: 5px;
}

.tradeMenu .tradeMenuItem {
    flex: 1;
    text-align: center;
    padding: 10px 0;
    font-size: 13px;
}

.tradeMenu .tradeMenuItem a {
    display: inline-block;
    width: 100%;
}

.tradeMenu .active {
    background-color: #2c2d31;
}

.tradeMenu .active a {
    color: #f8b83d;
}

.finance-card-container {
    position: relative;
    box-shadow: 0 3px 24px 0 rgb(17 5 10 / 10%);
    border-radius: 45px 45px 20px 20px;
    background-color: #2c2d31 !important;
    color: #fff !important;
    margin-top: 40px;
}

.finance-card-container .finance-head {
    position: absolute;
    top: 0;
    left: 5%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 90%;
    height: 35px;
    border-radius: 20px;
    text-align: center;
    line-height: 35px;
    background-color: #1e2027;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.finance-card-container .finance-head .left-bar {
    width: 30px;
    height: 3px;
    margin-right: 10px;
    border-radius: 2px;
    background: -webkit-linear-gradient(right, #fff, hsla(0, 0%, 100%, 0));
    background: linear-gradient(270deg, #fff, hsla(0, 0%, 100%, 0));
}

.finance-card-container .finance-head .right-bar {
    width: 30px;
    height: 3px;
    margin-left: 10px;
    border-radius: 2px;
    background: -webkit-linear-gradient(left, #fff, hsla(0, 0%, 100%, 0));
    background: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0));
}

.finance-card-container .finance-content {
    background: #18171c;
    border: 1px solid #26242c;
    border-radius: 10px;
    padding: 15px;
    padding-top: 26px;
}

.finance-card-container .finance-content .label-wrap {
    position: relative;
    height: 19px;
}

.finance-card-container .finance-content .label-wrap .label {
    position: absolute;
    font-size: 12px;
    margin-top: 12px;
    padding-left: 10px;
    padding-right: 15px;
    height: 19px;
    line-height: 19px;
    color: #fff;
    left: -15px;
    text-align: center;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAAAmCAYAAAAP4F9VAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjQxRUVEM0FCRkYxMTExRUI5REIyOEJCMEE0NTFGNzVFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjQxRUVEM0FDRkYxMTExRUI5REIyOEJCMEE0NTFGNzVFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NDFFRUQzQTlGRjExMTFFQjlEQjI4QkIwQTQ1MUY3NUUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NDFFRUQzQUFGRjExMTFFQjlEQjI4QkIwQTQ1MUY3NUUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz50bP3DAAAEDElEQVR42uxbu27UQBT1M+sUCQRIkzJ1PiJlKqR0pKGiIMr3QEBCFCABFSmhA+q0tKFACCGSDZAI7a69thlLd6SbYcYztsfj2WiOdLXZh1/3zLkvO/7kVfDXc7AJX4np4uQ4cP60Duua9lMSe+QItg/LxFY07OdTspd/dgRfTxUXxA6rPxzBdmJE7EaH7d8T9Z44gu1Xsd9iu4zYE/rGEWwvYmI3W2x3RNT73RG8GLjTkKMpsef4A9MEy0JOSCyBVzYnjRoeKxyoAl7WuL+I2FqD378h6j0bgmAfiEskxwyQ8T5vcryRZmcPhduKi/WC2AveCjGBqunOIa9UJM/gfV9I4HXOqEu1aCkg3NmAEEj+KfndSyDZGypEV9VdikJuXyF0BEQWcExMWhOzCWsSMZ5X4VkU401iDmqmOXUCi2yJc14RJ3fjkDvh7H8JFk4JUQJjpkFJqoKIFSJEkwgWQMH1Q/D9M4E/jBPswYVlcJGlZuVScqea9019FWoiOG+RoqqWacxEpQpVS3RUd9JDIGMudoIcE4PSMyZ/ilSL8ytLboJCdakxCs1rFlldtOBFqyaF4zoQivGUQ/pgbVKfKBhyI7i+ULOaS4W8Lfq+63msMu3iF2LvZGHHVJvkcxyly/EzxsE+CpOzlkVdWRMxhgJV8Td4fygrCE0RvMRxcM4JZQFSQFP1sj23z+T6UmEAUy5ApFqBlHRM7KNK4WACKXIim4dijqMjQfqIJZWoL2iTUoUJlGehYkWoVPxYZUGaHHSUDIl1FWcoCKlxTSWKlbsoauzqU6X+amhMkXmoEsZWcj5PmetIUCXddx4MBIbPh2e+pnM4JXagsr/IAoIL5lzymhxcSKZXc9h+1OP5Rgp+S3o8/iWkki1i28Q+2K5gdrHNWw5PUoVcq3NQwzMaaUTfd52/l6Bein0Zh4FF5AZe+zlw2nJhtKkjihoC8SCHZ/OO7eEF03lsEtuxneCQ6VltRQqhMeuo/knLSMOql+KhVzMaHYJgXhXte3rHidcRvwWLa4PYri0Ex6gHpsqdwYrOHIe1hehZzfcPRIWdSYIpofRWXoEIlxUfkwUaQvSBX5Ia4xaxe0O2ST5S7gwVU3RGvIzCc6m4P68l6QEaouTgAxP9c5e8PVb43X1ibz3mqQ5TCg68q7NhPNBgH98JFMz32j91QW9E0MeHIkmPPTTGiu3VKpB89WIN/ndhYMiJPpBW99REIGiBukJ2P7gpqrB80sBvlWDuJnv5+RA52JRCSoWhgu77tB4iVmerd9bQbwkUXNYNOhz+RwatUVPsTl+HG45g+3HaMrLEMPxwBFuMKsz/6bD9DlHxpiPYbvV2LWj3HcF2ourtLzXsZ5uoeMsRfP3Ui9vFg38CDADGZTuxILWAegAAAABJRU5ErkJggg==) no-repeat;
    background-size: 100% 100%;
}

.finance-card-container .finance-content .tips {
    font-size: 13px;
    color: #8e8d92;
    padding: 20px 0;
    text-align: center;
}

.finance-card-container .finance-content .content-main {
    background: transparent;
    border: 1px solid #f7a602;
    border-radius: 8px;
    padding: 10px;
}

.finance-card-container .finance-content .content-main .line-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.finance-card-container .content .content-main .line-item .left {
    padding: 0 15px;
    text-align: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #f8b83d;
    font-weight: 700;
    font-size: 30px;
}

.finance-card-container .content .content-main .line-item .right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    color: #ffffff;
    text-align: center;
}

.financeBoxContent {
    padding-bottom: 50px;
}

.financeBoxContent img {
    width: 100%;
    height: 150px;
}

.financeReport .top-card {
    position: relative;
    width: 90%;
    margin-left: 5%;
    margin-top: -50px;
    background-color: #18171c;
    margin-bottom: 20px;
    border-radius: 10px;
}

.header .headerTop {
    border-bottom: 1px solid #434446;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding: 16px;
}

.header .headerTop .left {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.header .headerTop .left span:first-child {
    font-size: 16px;
    margin-bottom: 16px;
}

.header .headerTop .rig {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.header .headerTop .rig .ordersBtn {
    background-color: rgba(27, 44, 66, .4) !important;
    width: 60px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 28px;
    font-size: 12px;
    color: hsla(0, 0%, 100%, .6);
}

.header .headerTop .rig .ordersBtn a {
    color: hsla(0, 0%, 100%, .6);
}

.header .headerTop .rig .ruleBtn {
    background-color: rgba(27, 44, 66, .4) !important;
    width: 60px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    text-align: center;
    margin-left: 11px;
    border-radius: 28px;
    color: hsla(0, 0%, 100%, .6);
}

.header .headerBottom {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.header .headerBottom .left {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
}

.header .headerBottom .left,
.header .headerBottom .midd,
.header .headerBottom .rig {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    padding: 10px 0;
}

.header .headerBottom .line {
    width: 1px;
    background-color: #434446;
}

.header .headerBottom .left span,
.header .headerBottom .midd span,
.header .headerBottom .rig span {
    display: block;
}

.header .headerBottom .label {
    color: #808082 !important;
    font-size: 13px;
    padding-top: 5px;
}

.content .content-main {
    background-color: #2c2d31;
    /*width: 90%;*/
    /*margin-left: 5%;*/
}

.SbuTitle {
    height: 40px;
    line-height: 40px;
    width: 100%;
}

.SbuTitle span {
    margin-left: 16px;
}

.listview {
    border-bottom: 1px solid #f3f4f6;
    padding: 11px 16px;
}

.listview:last-child {
    border-bottom: unset;
}

.listview .rowTop {
    padding: 10px 0 10px 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.listview .rowTop .rowOneleft {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    height: 30px;
    line-height: 30px;
}

.listview .rowTop .rowOneleft img {
    width: 33px;
    height: 33px;
    border-radius: 0px;
    overflow: visible;
    opacity: 1;
    transition: opacity 0.5s ease-in-out 0s;
    background-color: transparent;
}

.listview .rowTop .rowOneleft span {
    height: 30px;
    line-height: 30px;
    margin-left: 12px;
}

.listview .rowTop .buyBtn {
    height: 16px;
    line-height: 16px;
    width: 70px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: -webkit-linear-gradient(bottom, #eb9d03, #f8b225);
    background: linear-gradient(0deg, #eb9d03, #f8b225);
    border-radius: 5px;
    color: #ffffff;
}

.listview .row-line {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.listview .row-line .row-line-item {
    flex: 1;
}

.listview .row-line .row-line-item div {
    text-align: center;
}

.listview .row-line .row-line-item .title {
    color: #a1a1a1;
    font-size: 13px;
}

.listview .row-line .row-line-item .value {
    padding-top: 5px;
}

.buyContent {
    padding: 20px 20px;
}

.buy-page-detail-card {
    background-color: #f5bb49;
    border-radius: 10px;
}

.buy-page-detail-card-item-list {
    display: flex;
}

.buy-page-detail-card-item-list:last-child {
    border-top: 1px dashed #c3c5c9;
}

.buy-page-detail-card .buy-page-detail-card-item {
    width: 50%;
    padding: 10px 0;
    text-align: center;
}

.buy-page-detail-card .buy-page-detail-card-item span {
    display: block;
    font-size: 15px;
}

.buy-page-detail-card .buy-page-detail-card-item .buy-page-detail-card-item-title {
    color: #000;
    margin-bottom: 10px;
}

.border-dash-right {
    border-right: 1px dashed #c3c5c9;
}

.balanceDetail {
    padding: 20px 0;
    display: flex;
}

.balanceDetail .balanceItem {
    width: 50%;
}

.balanceDetail .balanceItem span {
    display: block;
    padding-bottom: 15px;
}

.balanceItemTitle {
    color: #ffffff;
    font-size: 14px;
}

.balanceItemValue {
    font-size: 13px;
    color: #f8b83d;
    font-weight: bold;
}

.acountInfo .acountInfoTitle {
    padding-bottom: 10px;
}

.inputRow {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 16px;
    border: 1px solid #f8b83d;
    border-radius: 8px;
}

.inputRow .demo-layout:first-child {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.inputRow .demo-layout {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 15px;
}

.inputRow .demo-layout .line {
    margin: 0 5px;
    height: 22px;
    width: 1px;
    background-color: #e4e4e4;
}

.inputRow .allbtn {
    width: 44px;
    text-align: center;
    color: #f8b83d;
}

.inputRow .input-wrap input {
    background-color: unset;
    border: unset;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
}

.acountInfo .limit {
    color: #97989a;
    margin: 5px 0px 0 0;
    font-size: 13px;
}

.agreeBox {
    padding: 5px 0;
    color: #97989a;
    font-size: 15px;
}

.agreeBox a {
    color: #f8b83d;
}

.buyBtnBox,
.buyNow {
    margin-top: 40px;
    background-color: #f8b83d;
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
    text-align: center;
    padding: 10px 0;
}

.rule-content-container {
    padding: 0 20px;
}

.rule-content-container .topText .topTextTitle {
    text-align: center;
    font-size: 15px;
    margin-bottom: 16px;
    font-weight: 700;
    line-height: 22px;
    padding-top: 10px;
    color: #f8b83d;
}

.topTextContent {
    font-size: 12px;
    padding-bottom: 20px;
}

.card {
    border-radius: 5px;
    color: #fff;
    background: url(../img/icon_bg.png) no-repeat;
    background-size: 100% 100%;
    color: #000;
    padding: 10px;
}

.card .card-title {
    font-size: 15px;
    font-weight: 700;
}

.imginfoRow {
    display: flex;
    margin: 10px 0;
}

.imginfoRow .imgInfoItem {
    flex: 1;
    display: flex;
}

.imginfoRow .imgInfoItem img {
    width: 50px;
    height: 50px;
}

.imginfoRow .imgInfoItem .info-wrap {
    padding-left: 10px;
}

.imginfoRow .imgInfoItem .info-wrap .inf-item {
    line-height: 30px;
    font-size: 15px;
    font-weight: 700;
}

.imginfoRow .imgInfoItem .info-wrap .sub-inf-item {
    line-height: 16px;
    font-size: 12px;
    color: #4a4a4a;
}

.bottomInfo {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.textblock {
    border: 2px solid #000;
    padding: 2px 5px;
    border-radius: 13px;
    font-size: 12px;
    text-align: center;
    -webkit-transform: scale(.88);
    transform: scale(.88);
}

.textblock span {
    font-size: 12px;
    transform: scale(.78);
}

.rule-content-item {
    margin-top: 20px;
    background-color: #18171c;
    padding: 20px;
}

.rule-content-item .rule-content-item-title {
    text-align: center;
    font-size: 18px;
    color: #f8b83d;
    font-weight: 700;
    margin-bottom: 16px;
}

.rule-content-item .rule-content-item-content {
    color: #83869d;
    font-size: 12px;
    line-height: 19px;
}

.mining-page .head-wrap {
    background: url(../img/ming-bg-dark.png) no-repeat;
    background-size: 40% 100%;
    background-position-x: right;
    position: relative;
    height: 150px;
    padding: 10px 20px;
}

.head-wrap .mining-title {
    color: #fdd020;
    font-size: 24px;
    font-weight: bold;
}

.head-wrap .mining-head-text {
    width: 80%;
    color: #dde1e5;
    margin-top: 5px;
    font-size: 12px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 22px;
}

.status-footer {
    background-color: #1e2027 !important;
}

.header .status-footer .line {
    width: 1px;
    background-color: #1e2027 !important;
}

.mining-page .top-card .rig-btn a,
.mining-page .top-card .rig-btn span {
    color: #ffffff !important;
}

.mining-content {
    width: 90% !important;
    margin-left: 5% !important;
    background-color: unset !important;
}

.mining-content .listview {
    border-bottom: unset !important;
    background-color: #2c2d31;
    margin-bottom: 10px;
    padding: 0px !important;
}

.mining-content .ming-info {
    background-color: #1e2027;
    padding: 10px 10px;
    margin-top: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.mining-content .ming-about {
    padding: 0 10px;
}

.mining-content .ming-about .go {
    height: 25px;
    width: 70px;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    background: -webkit-linear-gradient(bottom, #eb9d03, #f8b225);
    background: linear-gradient(0deg, #eb9d03, #f8b225);
    border-radius: 50px;
    color: #ffffff;
}

.mining-content .ming-go {
    padding-top: 10px;
}

.mining-content .ming-about .totalRate {
    color: #fdd020 !important;
    font-size: 20px;
    font-weight: bold;
}

.mining-content .ming-about .buyBtn {
    border-radius: 50px;
    height: 25px;
    font-size: 14px;
    line-height: 25px;
}

.mining-content .listview .row-line {
    width: auto !important;
}

.miner_box {
    border-radius: 10px !important;
}

.content-card-head {
    color: #ffffff !important;
    padding-bottom: 15px;
    font-size: 15px;
}

.content-card-body {
    display: flex;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ffffff;
}

.content-card-item {
    width: 33.3%;
}

.content-card-item .content-card-item-title {
    color: #808082 !important;
    padding-bottom: 10px;
}

.SbuTitle span {
    color: #ffffff;
}

.buy-page-detail-card-item-value {
    color: #ffffff !important;
}

.quickStockHq .stockBox {
    display: flex;
    width: 100%;
    padding: 10px 0;
}

.quickStockHq .stockBox .stockBoxItem {
    width: 33.3%;
    text-align: center;
}

.quickStockHq .stockBox .stockBoxItem .stockName {
    color: #c8c8c8;
    font-size: 13px;
}

.quickStockHq .stockBox .stockBoxItem .stockPrice {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0;
}

.quickStockHq .stockBox .stockBoxItem .stockChange {
    color: #e93f4f;
    font-size: 13px;
}

.up {
    color: #15b581;
}

.down {
    color: #e93f4f;
}

.green {
    color: #15b581 !important;
}

.red {
    color: #e93f4f !important;
}

.exchangePannel {
    margin-top: 10px;
    background-color: #2c2d31 !important;
}

.exchangeTabBox {
    width: 100%;
    display: flex;
}

.exchangeTabBox .exchangeTabItem {
    width: 50%;
    text-align: center;
    padding-top: 10px;
}

.exchangeTabBox .exchangeTabItem .exchangeTabItemTitle {
    display: inline-block;
    padding: 10px 0;
    font-size: 15px;
    width: 100%;
}

.exchangeTabBox .exchangeTabItem .active {
    color: #f8b83d;
    border-bottom: 1px solid #f8b83d;
}

.coinSelect {
    padding: 10px 10px 0 10px;
}

.coinSelect .coinTitle {
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
}

.coinSelect .coinList .coinItem {
    width: 28%;
    display: inline-block;
    background-color: #0f0e13;
    border: 1px solid rgba(247, 166, 2, .6);
    margin-right: 5%;
    margin-bottom: 10px;
    border-radius: 5px;
    position: relative;
}

.coinSelect .coinList .coinItem:nth-child(3n) {
    margin-right: 0% !important;
}

.coinSelect .coinList .coinItem .coinInfo {
    padding: 5px 0;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    display: flex;
}

.coinSelect .coinList .coinItem .coinInfo img {
    width: 20px;
    height: 20px;
    border-radius: 30px;
    align-items: center;
    padding-right: 10px;
    padding-left: 10px;
}

.coinSelect .coinList .coinItem .coinInfo .coinName {
    font-size: 13px;
    color: #ffffff;
}

.coinSelect .coinList .selected {
    color: #f8b83d !important;
}

.coinSelect .coinList .selected::after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 15px;
    -webkit-transform: translateX(40%) translateY(-40%);
    transform: translateX(40%) translateY(-40%);
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkRFMDA3REFGRkYxNDExRUJBMTM2QkI1ODhFMTE2MTc4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkRFMDA3REIwRkYxNDExRUJBMTM2QkI1ODhFMTE2MTc4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6REUwMDdEQURGRjE0MTFFQkExMzZCQjU4OEUxMTYxNzgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6REUwMDdEQUVGRjE0MTFFQkExMzZCQjU4OEUxMTYxNzgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6zZrQQAAACd0lEQVR42rSWS2gTURSGz9xJYkBc6MYiLmwMFlqkoC6K1oKKoLSIUBRapCIWXLhwoVBK14L4Woi4FUHtwhe4KZSqKFIKoiVS6cMaKK0QFbPQQprn+J/pyTiaSXIzJQc+5ia5ud/cc5+GZVnkFSvDZhiP7eAI2AtaQAQEpUoGfAGfwFswCuLhnnzaqz3DSwRJFI8+0A2aSS+mwCNwH7J4VREknXhcBAfIX4yBa5CNeoogUHicAJclZWuJOTAI2dN/RJAYKB8Ft2qVqIZDFNxzh6zlOOVmrlMh8aL40yw4D15CaAXky0ZwyU9P1KbdZGyI2piZn25Rk7TJvVtUMrtOg/01S9AbM3LW+ZyP3/2/ykHQC0eIx2UbOAkCfgaDe7JqWfH6OcQisFXJOtnhR8Jpc3qz9MydNnfw+jvMon38nzqkrRgmaFdipDqkzR07ld81o5m2YkSVDFi90laM9apag4FdN2ld16xd9pm21bZAqpxEbemkQNMFu9FQx3NHVmPaOH6xaL7cGLDk79wJ21uNj7RxfFayvZdEIfmerN/zlF8YdtJjbzORMzWnDfHRSD1U51C4XWlnMBv7KNhW+ub8EtnxU9UkWdCv5PyYrlTTSn2lXGywVKSXthh4xaJFPhVBulxNHmxOZSH5zmXRShtPtHsgoXBW8NmPgaCKU4dludiQI9CcbSPgMRxZex2hwL26Wm5iuGWZN8fISv/QSdukHOmJkjsDzg3eya+A1jUe5R/AACRjlS4n7XI5Oe5DwI09ATcgmdC5bjXIYdgD2jQl4+ABiyD5pnWvExlfFDfLtatD0skrdaNUScp9gKfva+E7JDmv9v4IMAAx6/xI2QWhEQAAAABJRU5ErkJggg==) no-repeat;
    background-size: 100% 100%;
}

.trade-form-wrap .trade-form-title {
    font-size: 15px;
    font-weight: bold;
}

.tradeTips {
    margin-left: 4px;
    font-size: 12px;
    color: #868686;
}

.trade-form {
    border: none !important;
    padding: 10px 0;
}

.trade-form .line {
    height: 15px !important;
}

.trade-form .flashbuy {
    padding-left: 10px;
}

.trade-form .flashbuy .buyBtn {
    padding: 5px 10px;
    background-color: #f8b83d;
    color: #ffffff;
}

.trade-form .allIn {
    color: #f8b83d;
}

.transaction-history-container {
    margin-top: 10px;
    padding: 10px;
    background-color: #2c2d31;
}

.transaction-history-container .alignRight {
    text-align: right;
}

.transaction-history-head {
    padding: 10px 0;
    font-size: 14px;
    color: #ffffff;
}

.history-item-head {
    padding: 10px;
    display: flex;
    color: #8e8d92;
    background-color: #212027;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.history-item-head .history-item-head-th {
    width: 50%;
    font-size: 14px;
}

.transaction-history-list .history-item {
    margin-bottom: 10px;
}

.history-item-content {
    background-color: #18171c;
    color: #8e8d92;
}

.history-item-tr {
    display: flex;
    padding: 10px;
}

.history-item-tr .history-item-td {
    width: 50%;
}

.history-item-tr .history-item-td span {
    display: block;
    font-size: 14px;
}

.transaction-history-head-left {
    color: #ffffff;
}

.sell_title {
    display: none;
}

.transaction-history-list tr {
    width: 100%;
    text-align: center;
    display: block;
    padding-bottom: 20px;
}

.m-group {
    background: #fff;
    border: 1px solid #f8b83d;
    border-radius: 10px;
    padding: 15px;
    margin: 20px 0;
    /*padding-top: 26px;*/
}

.m-group-title {
    color: #f8b83d;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
}

.m-group-name {
    font-size: 16px;
    flex: 1;
    text-align: center;
    margin-bottom: 20px;
}

.m-group-ico {
    width: 40px;
    height: 40px;
    margin: auto;
    margin-bottom: 10px;
    border-radius: 50%;
    background: #eceff2;
    padding: 10px;
}

.m-group-text {
    font-size: 14px;
    text-align: center;
}

.m-group-content {
    font-size: 14px;
}

.m-group-list {
    flex: 1;
    margin: 0 15px;
    text-align: center;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ai_trading {
    position: fixed;
    bottom: 20px;
    left: 0;
    width: calc(100% - 40px);
    margin: 0 20px;
    z-index: 999;
    text-align: center;
    color: #fff;
    background: #f8b83d;
    border-radius: 10px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
}

.op_play_time_list {
    background: #eceff2;
}

.op_play_time_list_time {
    color: #0da88b;
}

.op_play_time_list_money {
    color: #ef5656;
}

.op_play_time_list_active {
    border: 1px solid #0da88b;
}

.home_ai {
    /*background:#fff;*/
    padding: 10px 15px;
    font-size: #eee;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.home_ai_img {
    width: 90px;
    margin-right: 10px;
}

.home_ai_content {
    flex: 1;
    font-size: 16px;
}

.home_ai_b {
    margin-top: 10px;
    font-size: 12px;
    color: #ccc;
}

.home_td span {
    display: flex;
    justify-content: center;
    margin: auto;
}