body{
	background-color: #2b2f3e;
	color: #eee;
}

.layui-m-layermain{
	color: #000;
}
/* public */
.public-header{
	height: 2.5rem;
	line-height: 2.5rem;
	width: 100%;
	text-align: center;
	background-color: #1f2029;
	padding: 0 10px;
}
.public-header i{
	font-size: 1.3rem;
}

.buy-bg{
	color: #e91c41;
  	background-image: url(/static/images/decline.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.sell-bg{
	color: #40d090;
  	background-image: url(/static/images/rise.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.buy-color{
	color: #e91c41!important;
}
.sell-color{
	color: #40d090!important;
}

/* index */
.index-tab{
	background-color: #2b2f3e;
	border-top: 1px solid rgb(255,255,255,.1);
	padding-top: .5rem;
	padding-left: .5rem;
}
.index-tab-btn{
	height: 100%;
	padding: .5rem 1rem;
	border-radius: .2rem .2rem 0 0;
  	cursor: pointer;
}
.index-tab-btn.active{
	background-color: #1f2029;
}
.index-tab-content{
	display: none;
}
.index-tab-content.active{
	display: block;
}
.index-notice-img{
	height: 1.2rem;
	border-right: 1px solid #333;
	padding-right: .5rem;
}
.index-notice-img img{
	height: 100%;
	vertical-align: top;
}
.index-notice-body{
	flex-grow: 1;
	position: relative;
	overflow: hidden;
	height: 1.2rem;
}
.index-notice-body ul{
	margin: 0;
	padding-left: 1rem;
	flex-grow: 1;
}
.index-notice-body li{
	height: 1.2rem;
	list-style: none;
	line-height: 1.5;
	color: #ddd;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	max-width: 200px;
	font-size: .8rem;
}
.index-notice-body i{ font-size: .8rem }
.index-menu{
	position: fixed;
	width: 100%;
	bottom: 0;
	background-color: #1f2029;
	height: 3.5rem;
	z-index: 1999;
	color: #ffeba7;
	border-top: 1px solid #333;
}
.index-menu .active{
	color: #5d7ce2;
}
.index-menu i{
	font-size: 1.5rem;
	line-height: 1.45;
}
.index-menu div{
	flex-grow: 1;
	text-align: center;
	font-size: .7rem;
}
.index-menu p{
	margin: 0;
}
.index-content{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.index-menu~.index-content{
	bottom: 3.5rem;
}
.index-content-list{
	overflow-y: auto;
	overflow-x: hidden;
    height: 100%;
}
.index-listitem{
	display: flex;
    padding: .5rem;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #333;
    background-color: #1f2029;
}
.index-listitem-icon{
	padding-right: .5rem;
}
.index-listitem-icon img{
	width: 1.5rem;
	height: 1.5rem;
	vertical-align: middle;
}
.index-listitem-left{
	flex: 1;
    align-items: center;
}
.index-listitem-name{
	font-weight: 700;
}
.index-listitem-nowprice{
	font-weight: normal;
	font-size: .75rem;
	color: #999;
}
.index-listitem-title{
	font-size: .75rem;
	color: #7e7e8a;
}
.index-listitem-centre{
	text-align: right;
	padding-right: .5rem;
}
.index-listitem-right{
	height: 100%;
}
.index-listitem-right span{
	display: inline-block;
	height: 2rem;
	width: 6rem;
	line-height: 2rem;
	text-align: center;
}
/* user */
.user-card{
	background-color: #1f2029;
}
.user-header{
	width: 100%;
	background-color: #1f2029;
	height: 12rem;
	opacity: .4;
}
.user-headerui{
	position: absolute;
	top: 0;
	width: 100%;
	text-align: right;
	padding: 0 .5rem;
}
.user-headerui p{
	display: inline-block;
	margin: 0;
	font-size: .75rem;
	color: #ddd;
	min-width: 4rem;
}
.user-headerui .save{ display: none; }
.user-headerui .zoom{ display: none; }
.user-headerui .zoomlevel{ display: none; }
.user-header-content{
	position: absolute;
	top: 3rem;
	width: 100%;
	display: flex;
}
.user-header-img{
	margin-left: 2rem;
	background-color: #FFF;
	height: 4.2rem;
	width: 4.2rem;
	border-radius: 50%;
	text-align: center;
	line-height: 4.2rem;
	margin-top: .6rem;
	background-image: url('/static/images/logo.png');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;
}
.user-header-info{
	flex: 1;
	padding-left: 2rem;
}
.user-header-info h3{
	margin: 0;
}
.user-header-info p{
	margin: .2rem 0;
}
.user-header-cztx span{
	color: #ffeba7;
  	cursor: pointer;
}
.user-header-cztx img{
	margin-top: -3px;
}
.list-group-item{
	background-color: #1f2029;
	color: #ddd;
	border: 1px solid rgb(220 220 220 / 13%);
  	cursor: pointer;
}
.list-group-item i{
	color:#ffeba7;
	margin-right: .75rem;
}
.list-group-item:active{
	background-color: #282a35;
}
.user-header-cztx span:active{
	color: #ffd33e;
}

/* goods */
.buttons-tab .button.active {
    color: #0894ec;
    border-color: #0894ec;
    z-index: 100;
}
.buttons-tab{
	position: relative;
	background-color: #1f2029;
}
.buttons-tab .button {
    color: #5f646e;
    font-size: 1rem;
    height: 2.3rem;
    line-height: 2rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    border: 0;
    border-bottom: 2px solid transparent;
    border-radius: 0;
}
.button {
    border: 1px solid #0894ec;
    color: #0894ec;
    text-decoration: none;
    text-align: center;
    display: block;
    border-radius: 0.25rem;
    line-height: 1.25rem;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: none;
    padding: 0 0.5rem;
    margin: 0;
    height: 1.35rem;
    white-space: nowrap;
    position: relative;
    text-overflow: ellipsis;
    font-size: 0.7rem;
    font-family: inherit;
    cursor: pointer;
}

.my-kendtrend article{
	border-radius: .7rem;
	margin-top: .15rem;
	height: 2rem;
	line-height: 2rem;
	padding: 0 .2rem;
	background-color: #2b2f3e;
}
.my-kendtrend span{
	display: inline-block;
	height: 1.5rem;
	line-height: 1.5rem;
	padding: 0 10px;
	border-radius: .7rem;
}
.my-kendtrend .active{ background-color: #000; color: #0894ec; }
#container{
	position: relative;
}
#container .txt1 {
    position: absolute;
    left: 5px;
    top: 0;
    color: #fff;
}
#container .txt2 {
    position: absolute;
    left: 5px;
    bottom: 132px;
    color: #fff;
}
#container .txt1 span, #container .txt2 span {
    margin-right: 5px;
    font-size: .75rem;
}
#container>.txt1>span.b{color:#e91c41;}
#container>.txt1>span.c{color:blue;}
#container>.txt1>span.d{color:#40d090;}
#container>.txt1>span.e{color:yellow;}

#container>.txt2>span.b{color:#e91c41;}
#container>.txt2>span.c{color:#40d090;}
.order-price-ex{
	width: 100%;
	display: flex;
	padding: .5rem;
	font-size: .75rem;
}
.order-price-now{
	flex: 1;
}
.order-price-now h1{
	line-height: 1.9rem;
}
.order-price-ex p,.order-price-ex h1{
	margin: 0;
}
.order-price-hls{
	font-size: .9rem;
	color: #aaa;
}
.order-price-btn button{
	display: block;
	border-width: 0;
	width: 4rem;
	height: 2rem;
	color: #FFF;
	font-size: .8rem;
}
.order-goods-icon img{
	width: 1.2rem;
}
.order-menu-close{
	margin-bottom: -1.75rem;
	height: 1.75rem;
}
.order-menu-close a{
	display: block;
	width: 100%;
	text-align: center;
	line-height: 1.75rem;
}
.order-loading{
	width: 2rem;
	height: 2rem;
	position: absolute;
	top: 20%;
	left: 50%;
	margin-left: -1rem;
	animation:turn 1s linear infinite;
}
#my-echarts{ min-height: 15rem }
.order-setbox{
	display: none;
	position: absolute;
	top: 50%;
	width: 90%;
	height: 20.5rem;
	margin-top: -10rem;
	background-color: rgba(0,0,0,0.9);
	left: 5%;
	z-index: 888;
	border-radius: 1rem;
}
.order-setbox header{
	text-align: center;
	padding: .5rem 0;
	margin: 0 .5rem;
}
.order-setbox header:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 10px;
    right: 10px;
    height: 1.8rem;
    border-bottom: 1px solid #666;
}
.order-setbox-close{
	position: absolute;
    top: .2rem;
    right: .5rem;
    height: 1.8rem;
    line-height: 1.8rem;
    width: 1.8rem;
    z-index: 999999;
}
.order-setbox-body{
	box-sizing: border-box;
	width: 100%;
	padding: 0 1rem;
}
.order-setbox-info{
	font-size: .75rem;
	width: 100%;
	padding: .5rem 0;
	display: flex;
}
.order-setbox-title{
	margin: .5rem 0;
	font-size: .75rem;
	color: #ddd;
}
.order-setbox-settime{
	width: 100%;
	display: flex;
	padding-right: .5rem;
}
.order-setbox-settime div{
	flex: 1;
	margin-left: .5rem;
	height: 4.5rem;
	background-color: rgba(255,255,255,.2);
	border-radius: 10px;
	text-align: center;
	box-sizing: border-box;
  	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}
.order-setbox-settime div.active{
	/*border: 1px solid #fdbe19;*/
    background-image: url(../images/sele.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.order-setbox-settime div .a{
	font-size: 1.3rem;
	margin-top: .3rem;
	margin-bottom: 0rem;
	font-weight: 800;
	color: #fdbe19;
}
.order-setbox-settime div .b{
	margin: 0;
	color: red;
  	font-size: 1rem;
}
.order-setbox-settime div .c{
	margin: 0;
  	font-size: .7rem;
}
.order-setbox-setmoney{
	width: 100%;
	display: flex;
	padding-right: .2rem;
}
.order-setbox-setmoney div{
	border-radius: .3rem;
	background-color: #333;
	margin-left: .2rem;
	text-align: center;
	font-size: .7rem;
	height: 1.5rem;
	line-height: 1.5rem;
	box-sizing: border-box;
	flex: 1;
  	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}
.order-setbox-setmoney div.active{
	/*border: 1px solid #fdbe19;*/
	background-color: #666;
    background-image: url(../images/selection.png);
    background-repeat: no-repeat;
    background-size: 1rem;
    background-position: top right;
}
.order-user-money{
	color: #e91c41;
}
.order-table{
	width: 100%;
	border-top: 1px solid #ddd;
	margin-bottom: .5rem;
}
.order-table th{
	font-size: .75rem;
	padding: .2rem 0;
}
.order-table td{
	text-align: center;
	font-size: .75rem;
	padding: .1rem;
}
.order-setbox-money{
	color: #fdbe19;
}
.order-setbox-lay{
    position: absolute;
    background: -webkit-linear-gradient(left top, rgba(255, 177, 0, 0.49), rgba(0, 161, 255, 0.76));
    background: -moz-linear-gradient(left top, rgba(255, 177, 0, 0.49), rgba(0, 161, 255, 0.76));
    background: linear-gradient(left top, rgba(255, 177, 0, 0.49), rgba(0, 161, 255, 0.76));
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

/*数字键盘*/
.number-keyboard{
	display: none;
	position: fixed;
	bottom: 1px;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.9);
	z-index: 99999999;
	border-top: 1px solid #333;
}
.number-keyboard header{
	padding: .75rem;
	color: #999;
	border-bottom: 1px solid #333;
}
.number-keyboard-table{
	width: 100%;
	table-layout: fixed;
	text-align: center;
	color: #FFF;
}
.number-keyboard-table td{
	border: 1px solid #666;
	height: 2.5rem;
  	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}
.number-keyboard-table td:active{
	background-color: #666;
}
.number-money{
	color: #FFF;
}
.cash-header{
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	background-color: #ff8792;
	border-radius: 50%;
}
.input-transparent{
	width: 100%;
	border-width: 0;
	background-color: unset;
	color: #ddd;
	outline: none;
}
.chat-iframe{
	width: 100%;
	height: 100%;
	border-width: 0;
}