body {
    font-size: 14px;
    line-height: 1.5 !important;
    background-color: #FF7A33;
    /* background: linear-gradient(to right, #FFB366, #FF7A33); */
}

a {
    text-decoration: none;
    color: #333;
}

h4,
h5,
h6 {
    color: #2a13b6;
}

h6 {
    font-size: 0.9rem;
}

h4 {
    font-size: 1.5rem;
}

img {
    border: none;
}

ol,
ul,
li,
dl,
dd,
dt {
    list-style: none;
}

/* div{overflow:hidden;} */
div,
li {
    box-sizing: border-box;
}

div img {
    max-width: 100%;
}

input::placeholder {
            color: rgb(153, 153, 153);  /* 可以更改为你想要的颜色 */
        }
        
i.gray {
    color: #999
}

.container,
.navcontainer {
    margin: 0 auto;
}

/*max-width:640px; min-width:300px; */
.navcontainer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 3.4rem;
    overflow-y: scroll;
    padding-bottom: 1rem;
}

.pagecontainer {
    width: 100%;
    padding: 0 1rem;
}

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

.txtgreen {
    color: #18b566
}

.txtwhite {
    color: #fff;
}

.txtblue {
    color: #007aff;
}

.txtgray {
    color: #eee;
}

.txt999 {
    color: #999;
}

.txtyellow {
    color: #FFB400;
}

/*背景*/
.bgblue {
    background: #ffb300;
    color: #fff !important;
}

.bgyellow {
    background:  #ff5500;
    color: #fff !important;
}

.bglightblue {
    background: #28aa99;
    color: #fff !important;
}

.bgred {
    background: #cc0039;
    color: #fff !important;
}

/*布局*/
.flex_r_b {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-flow: row nowrap;
}

.flex_c_b {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-flow: column;
}

.flex_r_a {
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    flex-flow: row nowrap;
}

/*头部*/
.pagetop {
    text-align: center;
    height: 44px;
    line-height: 44px;
    color: #fff;
    width: 100%;
    position: relative;
    z-index: 98;
    background: #FF7A33;
}

.backbtn {
    position: absolute;
    left: 0.2rem;
    top: 0;
}

.backbtn a {
    color: #fff;
}

.backbtn a .iconfont {
    font-size: 1.5rem;
}

/*按钮*/
.btnlg {
    display: block;
    padding: 0.5rem;
    width: 95%;
    border-radius: 2rem;
    text-align: center;
    margin: 0.8rem auto;
}

.btnlg2 {
    display: block;
    padding: 0.5rem;
    width: 80%;
    border-radius: 0.5rem;
    text-align: center;
    margin: 0.3rem auto;
    background: #F4F4F4;
    color: #333 !important;
}

.btnlg2.active {
    background: #ff5500;
    color: #fff !important;
}

.btnsm {
    display: block;
    padding: 0.2rem;
    text-align: center;
    border-radius: 3px;
}

.btnbottom {
    display: block;
    width: 100%;
    position: absolute;
    text-align: center;
    padding: 0.6rem;
    bottom: 0;
}

/*登录*/
.loginform {
    margin-top: 3rem;
    width: 80%;
    margin: 1rem auto;
}

.loginform a {
    color: #fff;
}

.loginlogo {
    width: 100%;
    height: 100px;
    background: url(../images/logo.png) center no-repeat;
    background-size: contain;
}

.loginform_row {
    padding: 0.5rem 0.3rem;
    background: #fff;
    border-radius: 0.7rem;
    width: 100%;
    margin: 0.5rem auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
}

.loginform_row input {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: none;
    outline: none;
    background: #fff;
    color: #ff6200;
    width: 80%;
    margin-left: 0.5rem;
}

.loginform_row i {
    color: #ff6200;
    font-weight: bold;
}

.row {
    width: 100%;
    padding: 0.3rem;
}

/*底部导航*/
.foot_nav {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    z-index: 999;
    background: #ffffff;
    left: 0;
    display: table;
    text-align: center;
    height: 3.4rem;
}

.foot_nav li {
    display: table-cell;
    width: 20%;
}

.foot_nav a {
    color: #999;
}

.foot_nav a.sel {
    color: #487EE2;
}

.foot_nav .iconfont {
    font-size: 1.5rem;
}

.foot_nav div {
    margin-top: -0.5rem;
}

/*首页*/
.indexrow {
    margin: 1rem 0;
}

.indexbanner {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    height: 140px;
    text-align: center;
}

.indexbanner img {
    width: 100%;
    height: 100%;
    border-radius: 1rem;
}

.indexnotice {
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    border-radius: 2.5rem;
    background: #fff;
    display: flex;
}

.indexnotice .icon-tongzhi {
    font-size: 1.5rem !important;
    margin-left: 0.5rem;
}

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


.indexcard {
    background: #fff;
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    padding: 0.5rem;
    position: relative;
    width: 31%;
    overflow: hidden;
    text-align: center;
}

.indexcard::before {
    content: "";
    position: absolute;
    background-color: #462e55;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
}

.indexcard h4 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #19be6b;
}

.indexcard h5 {
    font-size: 1.3rem;
    font-weight: 400;
}

.indexcard h6 {
    font-weight: 400;
    font-size: 1rem;
}



.indextrade {
    width: 48%;
    background: #fff;
    color: #fff;
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    padding: 0.5rem;
    position: relative;
    height: 125px;
    overflow: hidden;
}

.indextrade .tradeimg {
    position: absolute;
    width: 150px;
    height: 150px;
    right: -30px;
    bottom: -30px;
    background-image: url('/index/images/tradeicon.png');
    background-position: 0% 0%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.indextrade h4 {
    position: absolute;
    top: 0.9rem;
    font-weight: 700px;
    font-size: 1.5rem;
}

.indextrade_r {
    width: 48%;
}

.indextradecard {
    height: 57px;
    line-height: 40px;
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    padding: 0.5rem;
    background: #fff;
    width: 100%;
}

.indextradecard .iconfont {
    font-size: 2rem !important;
    margin-left: 0.5rem;
    color: #5C84FF;
    float: left;
}

.indextradecard h6 {
    float: left;
    font-size: 0.9rem;
    margin-left: 0.8rem;
    font-weight: 400;
}

.indextabtitle {
    width: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.indextabtitle a {
    width: 50%;
    color: #333;
    text-align: center;
    height: 2.5em;
    line-height: 2.5;
    height: 100%;
}

.indextabtitle a.active {
    /*border-bottom: solid 3px rgb(187, 187, 187);*/
}

.indextab {
    display: none;
    width: 100%;
    margin-top: 0.8rem;
}

.zhangfuitem {
    padding: 1rem;
    background: #302e55;
    border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    color: #fff;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}

.zhangfu_left {
    align-items: center;
}

.zhangfu_left img {
    width: 25px;
    height: 25px;
    margin-right: 0.5rem;
}

/*行情按钮*/
.quotablock {
    padding: 5px 10px;
    font-size: 0.8rem;
    background: #cd4e65;
    border-radius: 5px;
    width: 4rem;
    text-align: center;
}

/*交易动态*/
.dongtai_title {
    width: 100%;
    color: #fff090;
    margin-bottom: 0.8rem;
}

.dongtai_title span,
.dongtai_item span {
    width: 25%;
    text-align: center;
}

.dongtai_item {
    width: 100%;
    padding: 0.5rem 0;
    height: 30px;
}

.dongtai {
    height: 150px;
    overflow: hidden;
}

/*趋势*/
.trendhead {
    width: 100%;
    background: url('/index/images/trendbg.png') left top no-repeat;
    padding: 25px 0;
    background-size: cover;
    color: #fff;
    align-items: center;
}

.trendhead p {
    text-align: right;
}

.trendtabcontainer,
.trendchildtabcontainer {
    width: 100%;
    background: #00000000;
    padding: 0.3rem 0;
}

.trendtabcontainer {
    border-radius: 15px 15px 0 0;
}

.trendtab {
    font-size: 1.5rem;
    color: rgb(202, 202, 202);
    height: 3rem;
    line-height: 3rem;
    font-weight: 700;
}

.trendtab.active {
    border-bottom: solid 3px rgb(51, 94, 253);
    color: rgb(51, 94, 253);
}

.trendtab2 {
    background: #9DB3FF;
    width: 30%;
    border-radius: 0.8rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    color: rgb(51, 94, 253);
    font-size: 1rem;
}

.trendtab2.active {
    color: #fff;
    background: rgb(51, 94, 253);
}

.trendcharts {
    width: 100%;
    margin-top: 1rem;
}

.trendcharts div {
    width: 100%;
}

.trendcharts #dfx {
    height: 400px;
}

.trendcharts #zoushi div {
    height: 300px;
}

.trendcharts #jishu span {
    width: 20%;
    text-align: center;
    color: #fff;
    padding: 0.2rem 0;
    margin: 0 1px;
    word-break: keep-all;
}

.trendcharts .jishuheader {
    
    padding: 0.6rem 0;
}

.jishudataitem {
    align-items: center;
}

.trendcharts #jishu {
    width: 100%;
    padding: 0 1rem;
}

/*客服*/
.servicecontainer {
    width: 100%;
    padding: 1rem;
    background: #fff;
    border-radius: 0.8rem;
    padding-top: 0;
    color: #fff;
}

.servicecontainer img {
    max-width: 100%;
    margin: 0 auto;
}

.serviceitems {
    align-items: center;
    border-bottom: solid 1px #eee;
    margin-top: 1rem;
}

.serviceitems .icon-kehufuwukefu {
    color: #0EAFFD;
    font-size: 3rem;
}

.servicebtn {
    display: block;
    padding: 0.3rem 0.8rem;
    background: #0fa3ff;
    border-radius: 1rem;
    color: #fff;
}

/*会员中心*/
.usercontainer {
    width: 100%;
    margin-top: 1rem;
}

.usertopline .iconfont {
    font-size: 2rem;
}

.userheadimg img {
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
}

.useramount {
    text-align: center;
    margin-top: 1rem;
    color: #fff;
}

.useramount h1 {
    font-weight: 100;
}

.userfunc {
    background: #fff;
    border-radius: 0.5rem;
    padding: 0.8rem;
    overflow: visible;
}

.usercapitalbtn {
    background: #3664FC;
    width: 48%;
    padding: 0.3rem 0;
    border-radius: 0.5rem;
    text-align: center;
    color: #fff;
}

.usercapitalbtn .iconfont {
    font-size: 1.5rem;
    margin-right: 1rem;
    vertical-align: middle;
}

.userfuncitem {
    color: #999;
    height: 50px;
    line-height: 50px;
    align-items: center;
    margin-top: 0.5rem;
    border-bottom: solid 1px #f5f6f7;
    font-weight: 400;
}

.userfuncitem .iconfont {
    font-size: 1.5rem;
    vertical-align: middle;
    color: #999;
}

.userfuncitem .iconfont:first-child {
    margin-right: 1rem;
}

.userfuncitem:last-child {
    border: none;
}

/*系统消息*/
.notifytitle {
    /*background: #302E55;*/
}

.notifytitle a {
    width: 50%;
    color: #bbb;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.notifytitle a.active {
    color: #335EFD;
    border-bottom: solid 2px #335EFD;
}

/*用户表单*/
.userform {
    color: #fff;
    margin-top: 1rem;
}

.userform .formhead {
    font-size: 1.2rem;
}

.userform_row {
    padding: 0.5rem 0.3rem;
    width: 100%;
    margin: 0.8rem auto;
    align-items: center;
    border-bottom: solid 1px #eee;
}

.userform_row input {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: none;
    outline: none;
    background: transparent;
    color: #fff;
    width: 100%;
    margin-left: 0.5rem;
}

.userform_row i {
    color: #358ECE;
    font-weight: bold;
}

.userform .fullsel {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    color: #fff;
}

.userform .fullsel option {
    background: transparent;
    color: #333;
}

.userform .uploads {
    width: 100%;
    text-align: center;
    position: relative;
}

.userform .uploads img {
    max-width: 200px;
    max-height: 150px;
    cursor: pointer;
    box-sizing: border-box;
}

.userform .uploads .file {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.userform_des {
    padding: 0 0.3rem;
    color: #fff;
}

/*银行卡*/
.bankcard {
    width: 100%;
    border-radius: 1rem;
    height: 10rem;
    background: linear-gradient(to right, #576DB1, #38467F);
    margin-top: 1rem;
    padding: 1rem;
    position: relative;
}

.bankcard .cardno {
    width: 100%;
    margin-top: 1rem;
    /*font-size: 1.5rem;*/
    color: #fff;
}

.bankcard .name {
    position: absolute;
    top: 5.5rem;
    left: 0;
    right: 0;
    background: #fff;
    color: #333;
    padding: 0.2rem 1rem;
    font-size: 0.8rem;
}

.bankcard .des {
    position: absolute;
    width: 100%;
    bottom: 1rem;
    left: 1rem;
    color: #ddd;
    font-size: 0.5rem;
}

.bankcard .delete {
    position: absolute;
    right: 1rem;
    top: 0.5rem;
}

.bankcard .delete .iconfont {
    font-size: 1.5rem !important;
}

/*充值*/
.recharge_cate {
    align-items: center;
    width: 100%;
    padding: 1rem;
    border-radius: 40px;
    background: rgba(255, 255, 255, 1);
    margin: 1rem 0;
    box-sizing: border-box;
}

.recharge_title {
    width: 80%;
    background: #335efd;
    border-radius: 0 50px 0 0;
    color: #fff;
    padding: 5px 7px;
    font-size: 0.8rem;
    margin: 1rem 0;
}

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

.usdtcode img {
    width: 150px;
    height: 150px;
}

.detailitems {
    width: 100%;
    color: #fff;
}

.detailitems li {
    padding: 0.5rem 0;
    align-items: center;
    border-bottom: solid 1px #eee;
}

.detailmore {
    width: 100%;
    margin-top: 0.5rem;
    text-align: center;
}

/*trade*/
.roomtabcontainer {
    width: 100%;
    padding: 0.3rem 0;
}

.roomtab {
    font-size: 1.5rem;
    color: rgb(202, 202, 202);
    height: 3rem;
    line-height: 3rem;
    font-weight: 700;
}

.roomtab.active {
    border-bottom: solid 3px rgb(51, 94, 253);
    color: rgb(51, 94, 253);
}

.roomcontainer {
    width: 100%;
    margin-top: 1rem;
}

.room {
    display: block;
    width: 100%;
    height: 125px;
    background: url('/index/images/roombg.png') center no-repeat;
    background-size: 100% 100%;
    position: relative;
    color: #fff;
}

.room .roomtitle {
    position: absolute;
    left: 1rem;
    top: 1rem;
    font-size: 1.2rem;
}

.room .roomstitle {
    position: absolute;
    left: 1rem;
    top: 3rem;
    font-size: 0.8rem;
}

.room .roomlimit {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    font-size: 0.8rem;
}

/*游戏*/
.playheader {
    width: 100%;
    padding: 0.5rem;
    background: linear-gradient(to right, #475C95, #457EA4);
}

.playheader_row {
    margin-bottom: 0.5rem;
    color: #fff;
}

.playresult {
    width: 100%;
    padding: 0.5rem;
    text-align: center;
    background: #19253F;
    margin: 0.2rem 0;
}

.playresult .txtblue {
    margin-left: 0.8rem;
}

.playhistory {
    width: 100%;
    background: #040926;
    display: none;
    height: 280px;
    overflow-y: scroll;
    position: absolute;
    left: 0;
    right: 0;
}

.betrecord_head {
    width: 100%;
    padding: 0.5rem 0;
    background: #31395C;
    color: #888;
}

.betrecord_head span {
    width: 20%;
    text-align: center;
    font-size: 0.6rem;
}

.betrecordcontainer {
    width: 100%;
    ;
    background: #19253F;
    padding: 0.5rem 0;
    height: 250px;
}

.betodds {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    -webkit-box-flex: 1;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0.5rem;
}

.betodds a {
    width: 28%;
    background: #151734;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 0.3rem;
    font-size: 0.7rem;
    padding: 0.3rem;
}

.betodds a.active {
    background: #693FB9
}

.betodds:after {
    content: '';
    width: 28%;
    padding: 0.3rem;
}

.betfoot {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    height: 3.4rem;
    padding: 0.5rem
}

.betfoot input {
    width: 63%;
    background: #21274B;
    border-radius: 5px;
    border: none;
    outline: none;
    box-sizing: border-box;
    align-items: center;
    padding: 0.2rem;
    color: #fff;
}

.betfoot .betbtn1,
.betfoot .betbtn2 {
    display: block;
    border-radius: 5px;
    color: #fff;
    height: 2.4rem;
    line-height: 2.4rem;
}

.betfoot .betbtn1 {
    width: 20%;
    background: #693FB9;
}

.betfoot .betbtn2 {
    width: 15%;
    background: #cd4e65;
}

/*回款明细*/
.betrecordquery {
    width: 100%;
    text-align: center;
    color: #fff;
}

.betrecordquery .dateinput {
    background: #007aff;
    border-radius: 5px;
    padding: 5px 10px;
    color: #fff;
    outline: none;
    border: none;
    width: 5rem;
    margin: 10px 5px;
    text-align: center;
}

.betsearch {
    text-align: center;
    border-radius: 5px;
    padding: 3px 10px;
    margin: 11px 10px;
    background: #007aff;
    color: #fff;
    width: 2rem;
}

.recordheader {
    color: #fff;
    background: #00000000;
    text-align: center;
    padding: 0.5rem;
}

.recordheader span {
    width: 25%;
}

.ulbetrecord li {
    padding: 0.5rem;
    border-bottom: solid 1px #1B245C;
}

.ulbetrecord li div {
    width: 25%;
    text-align: center;
    color: #fff;
    word-break: keep-all;
    white-space: nowrap;
}