body {
    background-color: #101831;
    color: white;
}
a {
    text-decoration: none;
    color: white;
}
.hide {
    display: none !important;
}
main {
    position: relative;
    height: 100%;
}
main > .container, main > .container-fluid
{
    padding: 0;
    max-width: 100%;
    position: relative;
    height: 100%;
}
.pc-index {
    position: relative;
    padding-bottom: 50px;
}
.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container, .footer > .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th,
.grid-view td:last-child {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.navbar form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .navbar form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.navbar form > button.logout:focus,
.navbar form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.navbar form > button.logout:focus {
    outline: none;
}

/* style breadcrumb widget as in previous bootstrap versions */
.breadcrumb {
    background-color: var(--bs-gray-200);
    border-radius: .25rem;
    padding: .75rem 1rem;
}

.breadcrumb-item > a
{
    text-decoration: none;
}
.site-index {
    padding-bottom: 100px;
}
.notice {
    padding: 10px;
}
.notice__main {
    display: flex;
    box-sizing: border-box;
    height: 30px;
    line-height: 40px;
    background: #31345a;
    border-radius: 50px;
    overflow: hidden;
    width: 100%;
    margin: 10px auto;
    align-items: center;
}
.notice__main span {
    white-space: nowrap;
}
.notice__left {
    flex: none;
    width: 20px;
    height: 20px;
    margin: 10px;
    background: url(../images/notice.png);
    background-size: contain;
}
.img-banner {
    width: 100%;
    height: 200px;
}
.grid {
    display: flex;
    justify-content: space-around;
    padding: 5px;
}
.grid__type_l {
    font-size: 12px;
    color: #fff;
    margin-right: 5px;
}
.grid__type_l_img {
    width: 225px;
    height: 75px;
    display: block;
}
.img-point {
    width: 100%;
    height: 100%;
}
.grid__type_btn {
    background-color: #31385a;
    padding: 2px 15px;
    margin-bottom: 5px;
    height: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.grid__title_fr {
    font-size: 12px;
    color: #fff;
}
.grid__cell {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 5px;
    width: 22%;
}
.grid__img {
    width: 30px;
    height: 30px;
    margin-top: 10px;
}
.img-cell {
    width: 30px;
    height: 30px;
}
.grid__title {
    margin-top: 3px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #fff;
    text-overflow: ellipsis;
    text-align: center;
}
.card__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0 5px 5px;
    background-color: #31385a;
}
.card__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0 5px 5px;
    background-color: #31385a;
    margin: 10px;
}
.card__head .card__title {
    position: relative;
    padding: 5px;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #fff;
}
.card__head .card__title::before {
    display: block;
    content: "";
    height: 15px;
    width: 3px;
    background-color: #fff;
    margin-right: 5px;
}
.uni-flex {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.scroll-nav {
    color: #b1b3ad;
    align-items: center;
    justify-content: center;
    background-color: #131735;
}
.scroll-nav ._title {
    flex: 1;
    text-align: center;
}
.outer-box {
    text-align: center;
    overflow: hidden;
}
.inner-container {
    animation: 10s linear infinite;
    animation-fill-mode: forwards;
    scroll-behavior: smooth;
}
#scroll {

}
.scroll-item {
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    transform: translateX(0);
    animation: scrols 10s infinite linear;
    color: #000;
}
.text {
    width: 100%;
    text-align: center;
}
 .blue {
     color: #007aff;
 }
.white {
    color: #fff;
}
.uni-tabbar-bottom {
    position: fixed;
    display: block;
    box-sizing: border-box;
    width: 100%;
    z-index: 998;
    bottom: 0;
}
.uni-tabbar {
    padding-bottom: 0;
    background-color: rgb(49, 56, 90);
    backdrop-filter: none;
    width: 100%;
    height: 50px;
    display: flex;
    z-index: 998;
    box-sizing: border-box;
}
.uni-tabbar__item {
    flex-direction: column;
    flex: 1;
    font-size: 0;
    text-align: center;
    width: 20%;
}
.uni-tabbar .uni-tabbar__bd {
    height: 50px;
}
.uni-tabbar .uni-tabbar__item, .uni-tabbar .uni-tabbar__bd {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-direction: column;
    cursor: pointer;
    text-decoration: none;
}
.uni-tabbar__item.active .uni-tabbar__label {
    color: rgb(8, 162, 255);
}
.uni-tabbar .uni-tabbar__icon {
    position: relative;
    display: inline-block;
    margin-top: 5px;
    width: 24px;
    height: 24px;
}
.uni-tabbar__icon img {
    width: 100%;
    height: 100%;
}
.uni-tabbar__label {
    position: relative;
    text-align: center;
    font-size: 10px;
    color: rgb(156, 154, 156);
    line-height: normal;
    margin-top: 3px;
}
.uni-column {
    flex-direction: column;
}
.uni-page-head {
    padding: 10px;
    text-align: center;
    background-color: #31385a!important;
    border-bottom: solid 1px #17192f;
    justify-content: space-between;
}
.uni-inline-item {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    background-color: #31385a!important;
}
.uni-left {
    text-align: left;
}
.uni-h4 {
    font-size: 18px;
    font-weight: 700;
    color: #ccc;
}
.uni-card-link {
    color: #007aff;
}
.uni-h6 {
    font-size: 12px;
    color: #ccc;
}
.uni-right {
    text-align: right;
}
.u-tabs {
    background: rgb(51, 55, 93);
    margin-top: 5px;
}
.u-scroll-view {
    width: 100%;
    white-space: nowrap;
    position: relative;
}
.uni-scroll-view, .uni-scroll-view-content {
    width: 100%;
    height: 100%;
}
.u-scroll-box {
    position: relative;
    width: 100%;
}
.u-tabs-scorll-flex {
    display: flex;
    justify-content: space-between;
}
.u-tab-item {
    position: relative;
    display: inline-block;
    text-align: center;
    transition-property: background-color,color;
    height: 45px;
    line-height: 45px;
    font-size: 25px;
    transition-duration: 0.5s;
    flex: 1 1 0%;
    font-weight: bold;
    color: rgb(255, 255, 255);
}
.u-tab-item.active {
    color: rgb(0, 122, 255);
    border-bottom: 3px solid rgb(0, 122, 255);
}
.zsitem-box {
    margin: 7px 0;
}
.zsitem-box .zsitem {
    display: flex;
    align-items: center;
    margin: 0 0 0 15px;
}
.zsitem-box .zsitem__icon {
    width: 9px;
    height: 45px;
}
.img-zsitem {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.zsitem-box .zsitem__p {
    color: #fff;
    font-size: 7px;
    margin-left: 5px;
    display: inline-block;
}
.recharge-index .head {
    padding: 15px;
    margin: 20px 20px 100px 20px;
    color: #fff;
}
.text-right {
    text-align: right;
}
.recharge-index .head__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 160px;
    background-color: #4A5B9A;
    border-radius: 15px;
    padding: 10px 20px;
}
.recharge-index .head__row, .recharge-index .head__p {
    flex-wrap: wrap;
}
.recharge-index .head__title {
    width: 100%;
    display: block;
    line-height: 20px;
    font-size: 11px;
}
.recharge-index .head__nameid {
    font-size: 12px;
    position: absolute;
    bottom: 10px;
}
.uni-list {
    display: flex;
    position: relative;
    flex-direction: column;
    color: #fff;
}
.uni-list-item {
    margin-bottom: 10px;
    align-items: center;
    font-size: 16px;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
    background-color: #31395c;
    padding: 5px 0 5px 15px;
 }
.uni-list-item__container {
    position: relative;
    display: flex;
    flex-direction: row;
    padding: 12px 15px 12px 0;
    flex: 1;
    justify-content: space-between;
    align-items: center;
}
.uni-list-item__icon {
    margin-right: 9px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.uni-list-item__icon-img {
    height: 26px;
    width: 26px;
    background-image: url("../images/usdt.png");
    background-size: contain;
}
.recharge-index {
    padding-top: 220px;
}
.uni-list-item__content {
    display: flex;
    flex: 1;
    overflow: hidden;
    flex-direction: column;
    color: #3b4144;
}
.uni-list-item__content-title {
    font-size: 14px;
    color: #fff;
    overflow: hidden;
}
.uni-list-item__extra {
    /* width: 25%; */
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.service-box {
    padding: 15px;
    margin: 15px;
    background-color: #31375d;
    border-radius: 10px;
}
.service__icon_bg {
    background-image: url("../images/service-bg.png");
    background-position: 0 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 110px;
}
.service-item {
    display: flex;
    border-bottom: solid 2px #000;
    padding: 20px 0;
    align-items: center;
    justify-content: left;
    position: relative;
}
.service-item .service__icon {
    width: 130px;
    height: 95px;
    margin-right: 10px;
    background-image: url("../images/icon1.png");
    background-position: 0 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.service-item .service-item__text {
    display: flex;
    flex-wrap: wrap;
    margin-left: 10px;
    width: 300px;
}
.service-item .service-item__btn {
    background-color: #0fa3ff;
    text-align: center;
    color: #fff;
    border-radius: 100px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 10px;
    position: absolute;
    right: 0;
}
.personal-index {
    background: url("../images/user_bg.png") no-repeat;
    width: 100%;
    background-size: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    padding-bottom: 100px;
}
.personal-index .head {
    display: flex;
    flex-direction: row;
    padding: 20px 20px 20px 15px;
}
.personal-index .head__bg {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.personal-index .head__nameid {
    top: 20px;
    font-size: 17px;
    padding-left: 20px;
    color: #fff;
}
.personal-index .head__nameid.head__balance {
    margin-top: 15px;
    font-size: 12px;
}
.personal-index .grid {
    background-color: #31385a;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 5px;
    border-radius: 10px;
    color: #fff;
    padding-top: 10px;
}
.personal-index .grid__cell {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 75px;
    width: auto;
}
.grid__name {
    font-size: 12px;
    color: #fff;
}
.grid__name__red {
    /*font-size: 43px;*/
    color: #fff;
}
.list {
    border-radius: 10px;
    background-color: #31385a;
    margin: 0 25px;
}
.list__cell {
    position: relative;
    display: flex;
    align-items: center;
    height: 50px;
    border-bottom: 1px solid #c8c7cc;
}
.list__cell:last-child {
    border-bottom: 0;
}
.list__cell .fa {
    flex: none;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    margin-left: 8px;
    margin-right: 8px;
    color: #576b95;
    text-align: center;
    border-radius: 3px;
}
.list__title {
    flex: auto;
    color: #999;
}
/*.container > div {*/
/*    padding-bottom: 100px;*/
/*}*/
.grid .fa {
    color: #0a9ce0;
    font-size: 18px;
    margin: 3px 20px 0 20px;
}
.personal-index .uni-personal {
    flex: 1 1 0;
}
.uni-icons {
    color: rgb(255, 255, 255);
    font-size: 30px;
}
.uni-page-head {
    height: 55px;
    padding: 10px;
    display: flex;
    overflow: hidden;
    justify-content: space-between;
    box-sizing: border-box;
    z-index: 998;
    color: #fff;
    background-color: #000;
    transition-property: all;
}
.uni-page-head {
    position: fixed;
    left: 0;
    right: 0;
    padding: 7px 3px;
    height: 44px;
}
.uni-page-head-hd {
    display: flex;
    align-items: center;
    font-size: 16px;
}
.uni-page-head-btn {
    position: relative;
    width: auto;
    margin: 0 2px;
    word-break: keep-all;
    cursor: pointer;
    color: rgb(255, 255, 255);
    font-size: 27px;
}
.uni-page-head-bd {
    position: absolute;
    left: 70px;
    right: 70px;
    min-width: 0;
    user-select: auto;
}
.uni-page-head__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    opacity: 1;
}
.uni-btn-icon {
    overflow: hidden;
    min-width: 1em;
}
.uni-card {
    display: flex;
    flex: 1;
    padding: 10px 20px;
    border-radius: 0;
    position: relative;
    flex-direction: column;
    overflow: hidden;
}
.uni-page-wrapper {
    display: block;
    height: 100%;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 500px;
    margin: 0 auto;
}
.uni-card__thumbnailimage {
    position: relative;
    justify-content: flex-start;
    overflow: hidden;
    flex-wrap: nowrap;
    display: flex;
}
.uni-card__thumbnailimage-box {
    overflow: hidden;
    width: 100px;
    height: 80px;
}
.uni-card__thumbnailimage-image {
    flex: 1;
    width: 100px;
    height: 80px;
}
.uni-card__thumbnailimage-title {
    display: flex;
    margin-left: 10px;
}
.uni-card__content {
    color: #333;
}
.uni-card__content-extra {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 11px;
    color: #999;
}
.page--hr {
    padding: 15px;
}
.article__rich {
    color: #ddd;
}
.article__rich p {
    margin: 0;
}
.language {
    display: flex;
    flex-direction: column;
    padding: 15px;
}
.language__btn {
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    margin-bottom: 10px;
    text-align: center;
    color: #333;
    background-image: linear-gradient(#fff,#e8e8e8);
    border: solid 1px #e5e5e5;
    border-radius: 5px;
}
.language__btn.active {
    background: #2557a3;
    color: #fff;
    border: solid 1px #2557a3;
}
.room-index .uni-page-wrapper {
    padding-top: 45px;
}
.room-index .uni-inline-item {
    justify-content: space-between;
    padding: 10px;
}
.room-index .uni-inline-right {
    line-height: 25px;
    text-align: right;
    display: block;
}
.room-index .uni-card-link {
    text-align: left;
    line-height: 25px;
}
.uni-swiper-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    transform: translateZ(0);
    padding: 10px;
}
.uni-swiper-slides {
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
}
.uni-swiper-slide-frame {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    will-change: transform;
}
.uni-card .image-view {
    width: 90%;
    margin: 5px auto;
    border-radius: 18px;
    height: 125px;
}
.image-view-primary, .image-view-0 {
    background-image: url("../images/primary.png");
    background-position: 0 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.image-view-vip, .image-view-1 {
    background-image: url("../images/vip.png");
    background-position: 0 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.image-view-superior, .image-view-2 {
    background-image: url("../images/superior.png");
    background-position: 0 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.image-view-premium, .image-view-3 {
    background-image: url("../images/premium.png");
    background-position: 0 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.uni-h3 {
    font-size: 24px;
    font-weight: 700;
    color: #ccc;
}
.title {
    font-size: 12px;
    color: #fff;
}
.title-mg {
    margin-top: 30px;
}
.room-index .uni-card {
    margin: 5px 0;
}
.pc-index .uni-inline-item.uni-page-head {
    height: 80px;
    text-align: left;
}
.open-info {
    height: auto;
    padding: 5px;
    background-color: #31395c;
    width: 100%;
    border-top: solid 1px #000;
}
.cell_dashed {
    padding: 5px;
    border-bottom: solid 1px #151734;
    justify-content: center;
}
.pc-index .text {
    margin: 5px;
    text-align: center;
    color: #999;
    width: auto;
}
.gametext {
    display: flex;
    align-items: center;
    margin-left: 5px;
    justify-content: center;
    color: #60a3ff;
}
.uni-table {
    width: 100%;
}
.uni-table th {
    font-weight: normal;
    padding: 5px;
    background-color: #323b5c;
    width: 25%;
}
.pc-index .uni-table th, .pc-index .uni-table td {
    width: 25%;
}
.uni-load-more {
    text-align: center;
    padding: 30px;
}
.bottom-view2 {
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    background-color: #040927;
    width: 100%;
    position: absolute;
    bottom: 0;
}
.uni-common-mt {
    margin-top: 15px;
}
.bottom-view2 .title {
    color: #007aff;
    width: 20%;
    text-align: center;
    height: 40px;
    line-height: 40px;
}
.title-item.active {
    background-color: #31395c;
}
.uni-transaction {
    height: 425px;
    overflow: hidden;
}
.uni-transaction-content {
    height: 900px;
}
.Pc28-p {
    width: 100%;
}
.Pc28-pfr {
    background-color: #31395c;
    padding: 5px;
    width: 80%;
}
.pc-index .uni-scroll-view {
    position: relative;
    max-height: inherit;
    width: 100%;
}
.pc-index .uni-input-wrapper {
    width: 80%;
}
.uni-input-input {
    position: relative;
    display: block;
    height: 100%;
    background: none;
    color: inherit;
    opacity: 1;
    font: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-align: inherit;
    text-indent: inherit;
    text-transform: inherit;
    text-shadow: inherit;
    border-radius: 5px;
    margin-right: 5px;
    border: solid 1px #fff;
    padding: 4px;
    width: 95%;
}
.TZbtn {
    background-color: #1fb1ff;
    padding: 2px;
    width: 75px;
    color: #fff;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,.2);
}
.time {
    color: #fff;
    justify-content: center;
    align-items: center;
}
.uni-picker-system {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.uni-center {
    text-align: center;
}
.time__num {
    background-color: #323b5c;
    border-radius: 5px;
    border: 0;
    margin: 10px 20px;
    padding: 5px 10px;
    color: white;
}
.site-login .uni-page-head {
    position: fixed;
    height: 44px;
    padding: 7px 3px;
    display: flex;
    overflow: hidden;
    justify-content: space-between;
    box-sizing: border-box;
    z-index: 998;
    color: #fff;
    background-color: #000;
    transition-property: all;
    width: 100%;
}
.site-login .uni-page-head-hd {
    display: flex;
    align-items: center;
    font-size: 16px;
}
.login-page {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 35px;
}
.login-header {
    margin-bottom: 26px;
    width: 100%;
    position: relative;
}
.login-page .logo {
    width: 100%;
    text-align: center;
}
.login-page .uni-image {
    width: 100%;
    border: #eee 2px solid;
    max-width: 400px;
}
.logo-input {
    margin-top: 40px;
}
.login-page .input-box {
    width: 400px;
    height: 53px;
    font-size: 17px;
    margin-bottom: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid #999;
}
.input-box .input {
    height: 40px;
    font-size: 17px;
    color: #fff;
    flex: 1;
    /*background-color: #161935;*/
    border-radius: 6px;
    border: 0;
    outline: none;
}
.input-box .input-icon {
    height: 25px;
    width: 18px;
    margin-right: 13px;
}
.input-box .input-icon {
    height: 25px;
    width: 18px;
    margin-right: 13px;
}
.uni-input-input {
    position: relative;
    display: block;
    height: 100%;
    background: none;
    color: inherit;
    opacity: 1;
    font: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-align: inherit;
    text-indent: inherit;
    text-transform: inherit;
    text-shadow: inherit;
    border: 0;
}
.input-box .input-icon-rt01 {
    height: 18px;
    width: 18px;
}
.uni-button {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 14px;
    padding-right: 14px;
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    line-height: 2.55555556;
    border-radius: 5px;
    overflow: hidden;
    color: #fff;
    background-color: #0d6efd;
    cursor: pointer;
    border: 0;
}
.login-page .submit {
    width: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    margin-top: 13px;
    color: #fff;
    background-color: #007aff;
}
.tip {
    width: 400px;
    display: flex;
    margin-top: 26px;
    padding: 0 4px;
    justify-content: space-between;
}
.tip .rbox {
    text-align: right;
}
.tip .tip-text {
    color: #007aff;
    font-size: 18px;
}
.lang-box {
    display: flex;
    justify-content: space-between;
    float: left;
    width: 90%;
    position: relative;
    margin-top: 53px;
}
.lang-box .option-box {
    display: flex;
    flex-direction: column;
}
.lang-box .option {
    display: flex ;
}
.lang-box .option .img {
    margin-right: 6px;
    width: 30px;
}
.lang-box .option .img .uni-image {
    width: 30px;
    height: 30px;
}
.lang-box .option .txt {
    color: #fff;
    font-size: 20px;
}
.ccanqmim3 {
    color: red;
}
.uni-row {
    border-radius: 20px;
    padding: 6px;
    margin: 33px auto;
    width: 90%;
}
.room_header {
    margin: 1px auto;
    background-color: #323a5d;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.room_header .room_header_left {
    margin: 1px;
    padding: 10px;
    flex-grow: 2;
}
.room_header_info_money {
    color: #007aff;
    font-size: 1em;
}
.room_header_info {
    margin: 3px;
    font-size: .8em;
    word-wrap: break-word;
}
.pt-40 {
    padding-top: 40px;
}
.content {
    margin: 0 auto;
    color: #fff;
    padding-top: 40px;
    max-width: 500px;
}
.search_view {
    display: flex;
    width: 95%;
    height: 33px;
    margin: 6px auto;
    justify-content: center;
}
.search_view .inputview {
    width: 133px;
    margin: 6px;
    padding: 3px;
    font-size: .8em;
    border-radius: 6px;
    background-color: #323a5d;
    text-align: center;
    height: 33px;
}
.uni-input-form, .uni-input-wrapper {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}
.uni-input-input {
    position: relative;
    display: block;
    height: 100%;
    background: transparent;
    color: inherit;
    opacity: 1;
    font: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-align: inherit;
    text-indent: inherit;
    text-transform: inherit;
    text-shadow: inherit;
}
.uni-btn {
    border: 0;
    background: transparent;
    color: white;
}
.list_header {
    display: flex;
    margin: 26px auto;
    text-align: center;
    background-color: #323a5d;
    font-size: .8em;
    padding: 3px;
    border-radius: 3px;
}
.list_header .uni-text {
    flex-grow: 4;
    width: 25%;
}
.list_content {
    min-height: 600px;
    margin: 0 auto;
    padding: 3px;
    background-color: #323a5d;
    border-radius: 6px;
}
.personal_function_list {
    border-radius: 2%;
    width: 99%;
    margin: 13px auto;
    height: 55%;
    background-color: #323a5d;
    padding-bottom: 10px;
}
.uni-list-cell {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.uni-list-cell-navigate {
    font-size: 20px;
    padding: 14px 20px;
    line-height: 32px;
    position: relative;
    display: flex;
    box-sizing: border-box;
    width: 100%;
    flex: 1;
    justify-content: space-between;
    align-items: center;
}
.uni-list-cell::after {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 0;
    left: 20px;
    height: 1px;
    content: "";
    transform: scaleY(.5);
    background-color: #c8c7cc;
}
.uni-input {
    font-size: .8em;
    text-align: left;
    color: #fff;
    margin: 26px auto 0 auto;
    height: 33px;
    border-bottom: #ccc 1px solid;
    border-radius: 0;
}
.uni-btn-primary {
    font-size: .8em;
    margin: 6px auto;
    width: 96%;
    text-align: center;
    color: #fff;
    background-color: #0ebaff;
    position: relative;
    display: block;
    padding-left: 14px;
    padding-right: 14px;
    box-sizing: border-box;
    text-decoration: none;
    line-height: 2.55555556;
    border-radius: 5px;
    overflow: hidden;
    border: 0;
}
.info {
    margin: 15px;
    font-size: .5em;
}
.bottom {
    position: relative;
    bottom: 60px;
}
.bottom .uni-button {
    font-size: 1.5em;
    background-color: #f08274;
    color: #fff;
    width: 100%;
}
.imageview {
    height: 233px;
    display: flex;
    align-items: center;
}
.info-center {
    text-align: center;
    margin: 10px;
}
.info-title {
    padding: 10px;
}
.ccanqmim9 {
    color: red;
    padding: 10px;
}
.personal_header_img {
    float: left;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    background-image: url("../images/personal.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.item {
    cursor: pointer;
    min-height: 33px;
    word-wrap: break-word;
    height: 56px;
    padding: 0;
    word-break: break-word;
    box-sizing: border-box;
    border: #e5e5e5 solid 1px;
    background-color: #161935;
    color: #ccc;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    width: 47%;
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
    margin: 4px;
}
.item.active {
    background-color: #61a3ff;
    border: #42b983 solid 1px;
}
.item.item-number {
    width: 14%;
}
.item .item_text {
    font-size: .9em;
    font-weight: 700;
}
.item .item_html {
    font-size: .7em;
    color: #f0ad4e;
}
.uni-scroll-view-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    margin-right: -3px;
    font-size: 16px;
    text-align: center;
}
.uni-pc {
    width: 100%;
}
.uni-investment {
    border: #fff 1px solid;
    border-radius: 6px;
    height: 33px;
    margin: 1px;
    font-size: .8em;
}
.uni-table th, .uni-table td {
    text-align: center;
    font-size: 0.8em;
}
.text4 {
    color: #007aff;
}
td.text4 {
    cursor: pointer;
}
.uni-table td {
    padding: 10px;
}
.uni-countdown-time {
    background: white;
    color: #777;
    padding: 2px;
    font-size: 14px;
    border-radius: 2px;
}
.uni-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    box-sizing: border-box;
}
.uni-mask {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
}
.uni-modal-content {
    position: fixed;
    z-index: 999;
    width: 80%;
    max-width: 300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
}
.uni-modal__hd {
    padding: 1em 1.6em 0.3em;
}
.uni-modal__bd, .uni-modal__title {
    word-wrap: break-word;
    white-space: pre-wrap;
}
.uni-modal__title {
    font-weight: 400;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    color: #353535;
}
.uni-modal__bd {
    padding: 1.3em 1.6em 1.3em;
    min-height: 40px;
    font-size: 15px;
    line-height: normal;
    color: #999;
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
}
.uni-modal__ft {
    position: relative;
    line-height: 48px;
    font-size: 18px;
    display: flex;
}
.uni-modal__btn {
    display: block;
    flex: 1;
    color: #3cc51f;
    text-decoration: none;
    position: relative;
    cursor: pointer;
}
.uni-modal__btn_default {
    color: #353535;
}
.uni-modal__btn_primary {
    color: #007aff;
}
.uni-modal__ft:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid #d5d5d6;
    color: #d5d5d6;
    transform-origin: 0 0;
    transform: scaleY(.5);
}
.uni-modal__btn:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    bottom: 0;
    border-left: 1px solid #d5d5d6;
    color: #d5d5d6;
    transform-origin: 0 0;
    transform: scaleX(.5);
}
.fade_list {
    margin: 0;
    padding: 0;
    display: flex;
    position: absolute;
    background-color: #323a5d;
    width: 100%;
    z-index: 10000;
}
.uni-transaction-round {
    transition-timing-function: ease;
    transition-duration: .3s;
    transition-property: transform,opacity,-webkit-transform;
    width: 100%;
}
.fade_list .uni-fade-list {
    text-align: center;
    padding: 3px;
    display: flex;
}
.fade_list .colum {
    flex-grow: 3;
    font-size: .8em;
}
.fade_list .colum_number {
    font-size: .8em;
    text-align: center;
    width: 126px;
}
.fade_list .colum_text {
    font-size: .8em;
    text-align: center;
    width: 166px;
}
#show_fade_list {
    cursor: pointer;
}
.tradingview-widget-container, #crypt-candle-chart {
    height: 96%;
    min-height: 500px;
}
#crypt-candle-chart > div > iframe {
    min-height: 500px;
}
.has-error input {
    border-bottom: 1px solid red;
}
.has-error .help-block {
    padding-left: 15px;
    color: red;
    font-size: .8em;
}
.alert {
    position: fixed;
    z-index: 1000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.uni-disabled {
    cursor: not-allowed;
}
.list-item {
    display: flex;
    margin-bottom: 10px;
}
.list_header .uni-text-1, .list-item .uni-text-1 {
    width: 30%;
    text-align: center;
}
.list_header .uni-text-2, .list-item .uni-text-2 {
    width: 70%;
    text-align: center;
    word-wrap: break-word;
}
.list_header .uni-text-3, .list-item .uni-text-3 {
    width: 40%;
    text-align: center;
    word-wrap: break-word;
    border-left: 1px solid;
    border-right: 1px solid;
}
.list-item .uni-text {
    width: 33.33%;
    text-align: center;
    word-wrap: break-word;
}
.bankheader {
    width: 100%;
    height: 253px;
    background-color: #000;
    display: flex;
    justify-content: center /* border: red 1px solid; */;
}
.bankcard {
    height: 200px;
    width: 90%;
    margin: 13px auto;
    background-image: url(../images/recharge_title.png);
    background-size: 100% 100% /* border: red 1px solid; */;
    padding: 10px;
}
.openbank {
    margin-top: 13px;
    color: #fff;
}
.bankname {
    margin-top: 50px;
    color: #fff;
    font-size: 1.1em;
    word-wrap: break-word;
    /*white-space: pre-wrap;*/
}
.holder {
    width: 100%;
    margin-top: 33px;
    background-color: #f0f0f0;
    color: #000;
    padding: 5px;
}
.withdraw-index .uni-input {
    margin-top: 0;
}
.withdraw-index .control-label {
    padding: 15px 15px 0 15px;
}
#max {
    cursor: pointer;
    color: rgb(0, 122, 255);
}
.invalid-feedback {
    margin-top: 10px;
}
.lang {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}
.lang .lang-list {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}
.uni-label-pointer {
    cursor: pointer;
}
.lang .lang-list .option {
    display: flex;
    justify-content: space-between;
}
.lang .lang-list .option .img {
    margin-right: 13px;
    width: 29px;
}
.lang-list .option .img img {
    width: 100%;
}
.lang .lang-list .option .txt {
    font-size: 18px;
}
.uni-radio-wrapper {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
}
.uni-radio-input {
    appearance: none;
    margin-right: 5px;
    outline: 0;
    border: 1px solid #d1d1d1;
    background-color: #fff;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    position: relative;
}
.uni-radio-input.uni-radio-input-checked {
    background-color: rgb(0, 122, 255);
    border-color: rgb(0, 122, 255);
    padding: 0 3px;
}
#scroll {
    height: 355px;
    overflow: hidden;
}
.iframe-chat {
    width: 100%;
    min-height: 500px;
    height: 90%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.container > div.withdraw-index {
    padding-bottom: 50px;
}
.uni-image-logo {
    max-width: 120px;
    max-height: 120px;
}
.btn {
    width: 100%;
    margin: 0 auto;
}
.min-btn {
    margin-bottom: 2em;
    text-align: center;
}
.btn a {
    display: block;
    width: 280px;
    margin: 0 auto;
}
.ios {
    border: 2px solid #4da54e;
    text-align: center;
    border-radius: 27px;
    color: #4da54e;
    padding: 10px;
}
.android {
    border: 2px solid #e25e4e;
    text-align: center;
    border-radius: 27px;
    color: #e25e4e;
    padding: 10px;
}
.min-btn .fa {
    font-size: 2em;
    margin-right: 0.1em;
}
.min-btn span {
    font-size: 1.4em;
    margin-left: 0.5em;
}
.uni-header {
    margin-top: 50px;
    margin-bottom: 2em;
}
.uni-hd {
    width: 30%;
    display: inline-block;
    margin-bottom: 20px;
}
.uni-image-hd {
    width: 100%;
    display: block;
}
.uni-hd span {
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 20px;
    font-size: 11px;
}
@media(max-width:430px) {
    .uni-hd {
        width: 45%;
    }
}