* {
	margin: 0;
	padding: 0;
}
#app{
	width: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
}
.head{
	margin-top: 2.5rem;
	padding: 10px;
	background-color: #131623;
}
.price{
	display: flex;
	align-items: center;
}
.price-label{
	font-size: 26px;
	font-weight: bold;
	color: #38ad70;
}
.price-value{
	margin-left: 10px;
	font-size: 12px;
	color: #fff;
	margin-top: 4px;
}
.head-item{
	margin-top: 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.head-item-cell{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.hic-label{
	font-size: 10px;
	color: rgba(255,255,255,0.38);
}
.hic-value{
	margin-left: 5px;
	font-size: 10px;
	color: rgba(255,255,255,0.7);
}
.tabs{
	display: flex;
	flex-direction: row;
	align-items: center;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding: 0 10px;
	background-color: #131623;
}
.tabs-item{
	margin-right: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.tabs-item-text{
	font-size: 12px;
	line-height: 24px;
	color: rgba(255,255,255,0.38);
}
.tabs-item-text-active{
	color: #fff;
}
.tabs-item-bar{
	width: 0;
	height: 2px;
	background-color: transparent;
	transition: all .2s;
}
.tabs-item-bar-active{
	width: 16px;
	background-color: #fff;
}
.category{
	position: sticky;
	top: 0;
	z-index: 999;
	background-color: #131623;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding: 1rem 0.75rem 0 0.75rem;
}
.category-item-wrap{
	flex: 1;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.category-item{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.category-item-text{
	font-size: 14px;
	line-height: 28px;
	color: rgba(255,255,255,0.38);
}
.category-item-text-active{
	color: #fff;
}
.category-item-bar{
	width: 0;
	height: 2px;
	background-color: transparent;
	transition: all .2s;
}
.category-item-bar-active{
	width: 100%;
	background-color: #fff;
}
.category-main{
	padding: 10px;
	background-color: #131623;
}
.depth-head{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.depth-head-left{
	flex: 1;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.depth-head-center{
	flex: 1;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.depth-head-right{
	flex: 1;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
}
.depth-head-label{
	font-size: 10px;
	color: rgba(255,255,255,0.38);
}
.depth-head-left-index{
	width: 30px;
	margin-right: 10px;
	text-align: left;
}
.depth-head-right-index{
	width: 30px;
	margin-left: 10px;
	text-align: right;
}
.depth-main{
	margin-top: 15px;
	display: flex;
	flex-direction: row;
	min-height: 30rem;
}
.depth-main-item{
	flex: 1;
}
.dmi-cell{
	position: relative;
	height: 30px;
	display: flex;
	flex-direction: row;
}
.dmi-cell-item{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.dmi-cell-item-right{
	justify-content: flex-end;
}
.dmi-cell-bg{
	background-color: red;
	width: 0;
	height: 100%;
}
.dmi-cell-index{
	width: 30px;
	font-size: 12px;
	color: #fff;
}
.dmi-cell-num{
	flex: 1;
	margin: 0 10px;
	font-size: 12px;
	color: #fff;
}
.dmi-cell-price{
	font-size: 12px;
	color: #fff;
}
.transaction-head{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.transaction-head-item{
	color: rgba(255,255,255,0.38);
	font-size: 10px;
}
.transaction-main{
	margin-top: 10px;
	background-color: #131623;
	min-height: 30rem;
}
.transaction-main-cell{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.tmc-label{
	color: #fff;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
}
.tmc-time{
	width: 30%;
}
.tmc-type{
	text-align: center;
	width: 20%;
}
.tmc-price{
	text-align: center;
	width: 20%;
}
.tmc-num{
	text-align: right;
	width: 30%;
}
.introduction{
	
}
.introduction-name{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 20px;
}
.introduction-cell{
	margin-top: 20px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.introduction-cell-label{
	color: rgba(255,255,255,0.38);
	font-size: 12px;
}
.introduction-cell-value{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
.introduction-label{
	margin-top: 40px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.introduction-value{
	margin-top: 20px;
	color: #fff;
	font-size: 14px;
}
.btns{
	position: fixed;
	z-index: 1000;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 10px;
	box-sizing: border-box;
	background-color: #131623;
}
.btn{
	flex: 1;
	height: 40px;
	border-radius: 4px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.btn-green{
	margin-right: 20px;
	background-color: #38ad70;
}
.btn-red{
	background-color: #fe5c57;
}
.charts-border {
	position: relative;
}

.charts {
	width: 100vw;
	height: 420px;
}

.charts-label {
	position: absolute;
	left: 10px;
	top: 5px;
	font-size: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.charts-label div {
	margin-right: 14px;
}

.charts-MA5 {
	color: #eef4ba;
}

.charts-MA10 {
	color: #83c1c5;
}

.charts-MA30 {
	color: #b39cd8;
}

.charts-bar-label {
	position: absolute;
	left: 10px;
	top: 76%;
	font-size: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.charts-bar-label div {
	margin-right: 14px;
}

.charts-tooltip-row {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 5px 0;
}

.ctr-label {
	color: #51617b;
}

.ctr-value {
	color: #acbadf;
	margin-left: 30px;
}

.price-green{
	color: #38ad70;
}
.price-red{
	color: #fe5c57;
}
/*底部tabs切换区域*/
#footer {
	width: 100%;
	height: 4rem;
	margin: 0 auto;
	padding-top: 1rem;
	z-index: 10000;
}
.mui-bar.mui-bar-tab {
	height: 4rem;
}
#footer .mui-table-view{
	background-color: #131623;
}
#footer .mui-table-view.mui-grid-view{
	height: 4rem;
	box-sizing: border-box;
	padding: 0;
}
#footer .mui-table-view.mui-grid-view .mui-table-view-cell{
	margin-right: 0;
	height: 100%;
	padding: 0;
}
#footer .mui-table-view.mui-grid-view .mui-table-view-cell .mui-media-body{
	margin-top: 0;
}
/*页面结合微调*/
#footer .mui-table-view-cell:after{
	height:0
}
#footer .mui-table-view.mui-grid-view{
	margin-bottom: 0;
}
/*栅格自定义比例*/
.mui-media{
	width: 50%;
	float: left;
}
.mui-media span{
	width: 60%;
	height: 2.5rem;
	line-height: 2.5rem;
	margin:  0.75rem auto 0 auto;
	text-align: center;
	display: block;
	color: #FFF;
	border-radius: 3px;
	font-size: 0.875rem;
}
.mui-media span.buy{
	background: #38ad70;
}
.mui-media span.sell{
	background: #fe5c57;
}
.mui-media span.buy .coin_name{
	margin-left: 0.125rem;
}
.mui-media span.sell .coin_name{
	margin-left: 0.125rem;
}
nav#footer .mui-table-view:before, nav#footer .mui-table-view:after{
	height: 0;
}
.mui-table-view.mui-grid-view .mui-table-view-cell>a:not(.mui-btn){
	padding: 0;margin: 0;
}
