.main {
	/*padding-top: 50px;*/
	background-color: #121212;
	color: #fafafa;
	position: relative;
}

.trade {
	color: #ffffff !important;
	background-image: linear-gradient(to right, #ffa3dc, #00cc5a);
	border-radius: 15px;
}

.exchange-code{
	display: flex;
	justify-content: space-between;
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 16px;
}

.recharge-form .layui-form-item, .chash-form .layui-form-item {
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: space-between;
  }
  .layui-form-select .layui-input {
	background: #272727;
	border: 1px solid #4d4d4d;
	color: #fafafa!important;
	border-radius: 6px;
	padding-left: 18px;
}
  .recharge-form .layui-form-label {
	color: rgba(255, 255, 255, 0.6);
	float: left;
	padding: 0 35px 0 0;
	line-height: 48px;
	font-size: 14px;
  }
  .recharge-form .layui-form-input, .chash-form .layui-form-input {
	float: left;
	width: 236px;
	background: #040E12;
	margin-left: 45px;
  }
  .recharge-form .layui-form-input > .layui-input, .chash-form .layui-form-input > .layui-input{
	width: 460px;
	height: 48px;
	background: #F1F0FB;
	border: solid 1px #F1F0FB;
	color: rgba(255, 255, 255, 0.6);;
	border-radius: 6px;
  }
  .layui-layer-title{
	border-bottom: 1px solid #eee !important;
  }
  .recharge-form .layui-form-icon, .chash-form .layui-form-icon {
	float: left;
	line-height: 48px;
  }
  .recharge-form .layui-form-icon a, .chash-form .layui-form-icon a {
	padding-left: 10px;
	color: #000000;
	font-size: 14px;
  }
.flex2{
	display: flex;
	justify-content: space-between;
}
.container {
	width: 100%;
}

.navbar {
	padding-left: 30px;
}

.main-sidebar-left,
.main-sidebar-right {
	width: 20%;
	/* border: 1px solid #D9D9D9; */
}

.main-sidebar-right {
	float: right;
}

.main-sidebar-left {
	float: left;
}

.main-sidebar-left .main-tabs-content,
.main-sidebar-right .main-tabs-content {
	height: 888px;
	background: #121212;
	border: none;
	box-sizing: border-box;
}

.main-sidebar-right .main-tabs-content {
	height: 927px;
}
.main-middlebar {
	margin: 0 20%;
}

.main-tabs-nav {
	height: 38px;
	display: flex;
	border-bottom: 1px solid #2e2e2e;
}

.main-tabs-content {
	padding: 0;
	/* margin-bottom: 7px; */
}

.main-middlebar .layui-tab-content {
	margin-bottom: 45px;
	padding: 0;
}

.layui-tab-content {
	padding: 0;
}

.main-middlebar .layui-tab-content .layui-tab-item {
	height: 500px;
}

.tradingview-head {
	height: 38px;
	margin-bottom: 3px;
	padding: 0 20px;
}

.tradingview-head span {
	margin-right: 15px;
	font-size: 12px;
	color: #ffffff;
	line-height: 38px;
}

.tradingview-head span:first-of-type {
	font-size: 20px;
}

.tradingview-head em {
	font-weight: normal;
	font-style: normal;
}

.tradingview-head em:first-of-type {
	padding-right: 6px;
}

.tradingview-container {
	height: 516px;
}

/* K线图表 - 指标工具栏 */
.kline-chart-wrap {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	height: 516px;
	overflow: visible;
	position: relative;
}

.kline-chart-wrap .tradingview-container {
	flex: 1;
	height: 100%;
	min-width: 0;
	position: relative;
	z-index: 1;
}

#customToolbar {
	flex-shrink: 0;
	width: 70px;
	padding: 8px 6px;
	background: transparent;
	display: flex;
	flex-direction: column;
	gap: 6px;
	flex-wrap: nowrap;
	border-right: 1px solid #2e2e2e;
	overflow: visible;
	position: relative;
	z-index: 10;
}

#customToolbar .tv-button {
	width: 100%;
	min-width: 0;
	padding: 8px 4px;
	background: transparent;
	color: #909090;
	border: 1px solid #2e2e2e;
	border-radius: 4px;
	cursor: pointer;
	font-size: 12px;
	line-height: 1.2;
	text-align: center;
	transition: all 0.2s;
	box-sizing: border-box;
	font-weight: bold;
}

#customToolbar .tv-button:hover {
	background: #434854;
}

#customToolbar .tv-button.active {
	background: #2e2e2e;
	color: #fafafa;
	font-weight: bold;
	box-shadow: 0px 0px 5px 0px rgb(206 214 229 / 69%);
}

.fib-tool-wrap {
	position: relative;
	width: 100%;
	z-index: 20;
}

.fib-dropdown {
	display: none;
	position: absolute;
	left: calc(100% + 6px);
	top: 0;
	min-width: 168px;
	max-height: 280px;
	overflow-y: auto;
	background: #1a1a1a;
	border: 1px solid #2e2e2e;
	border-radius: 4px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.45);
	z-index: 1000;
}

.fib-dropdown.open {
	display: block;
}

.fib-dropdown-item {
	padding: 8px 10px;
	font-size: 11px;
	color: #909090;
	cursor: pointer;
	white-space: nowrap;
	font-weight: bold;
}

.fib-dropdown-item:hover {
	background: #434854;
	color: #fafafa;
}

.fib-dropdown-item.active {
	background: #2e2e2e;
	color: #fafafa;
}

.deptrh-container {
	height: 557px;
}

.exchange-container {
	overflow: hidden;
}

.main-tabs-nav p.title {
	text-align: center;
	width: 140px;
	height: 38px;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 600;
	line-height: 36px;
	opacity: 1;
	margin-left: 20px;
	color: #909090;
}
.exchange-item {
	float: left;
	width: 50%;
	margin-top: 15px;
	border-right: 1px dotted #2e2e2e;
	box-sizing: border-box;
	padding: 0 20px 17px;
}

.exchange-item:last-of-type {
	border-width: 0;
}

.exchange-head {
	display: flex;
	justify-content: space-between;
	color: #fafafa;
	line-height: 22px;
	margin-bottom: 22px;
}

.exchange-head a {
	color: orange;
}

.exchange-head span {
	padding-right: 8px;
}

.exchange-head span:last-of-type {
	padding-right: 0;
}
.exchange-head2 {
	justify-content: space-between;
}
.exchange-tags {
	height: 27px;
	margin-bottom: 14px;
}

.exchange-tags-label {
	float: right;
	margin-right: 15px;
}

.exchange-tags-label span {
	display: block;
	padding: 0 15px;
	height: 27px;
	line-height: 27px;
	font-size: 13px;
	border: 1px solid #edeff2;
	border-radius: 4px;
	color: #909399;
	cursor: pointer;
	background-color: #fff;
}

.exchange-tags-label input {
	display: none;
}

.exchange-tags-label input:checked + span {
	border-color: #FAFAFA;
}

.exchange-input {
	position: relative;
	margin-bottom: 15px;
	overflow: hidden;
}

.exchange-input .layui-input {
	background-color: #272727;
	border-radius: 6px;
	padding-left: 80px;
	padding-right: 60px;
	color: #fafafa!important;
	width: 100%;
	height: 40px;
	font-size: 14px;
	border: 1px solid #4d4d4d;
	float: right;
	text-align: right;
}
.tags {
	width: 100%;
	margin: 7px 0;
	border-radius: 6px;
	padding-left: 18px;
	color: rgba(0, 0, 0, 0.45);
	/* width: 246px; */
	font-size: 12px;
	border: none;
	display: flex;
	justify-content: flex-end;
}
.tags .tag {
	cursor: pointer;
	display: inline-block;
	width: 51px;
	height: 20px;
	line-height: 20px;
	background: #F7F9FE;
	border: 1px solid rgba(255, 255, 255, 0.25098039215686274);
	opacity: 1;
	border-radius: 2px;
	text-align: center;
	margin-left: 10px;
}

.exchange-input .layui-input:hover {
	border-color: #FAFAFA !important;
}

.exchange-input .layui-input:focus {
	border-color: #FAFAFA !important;
}

.exchange-input .s1 {
	position: absolute;
	top: 13px;
	left: 15px;
	line-height: 1em;
	color: #909090;
	z-index: 999;
}
.exchange-input .s2 {
	position: absolute;
	right: 15px;
	font-size: 13px;
	color: #b0b0b0;
	top: 13px;
}
.exchange-total {
	height: 18px;
	line-height: 18px;
	margin-bottom: 14px;
	font-size: 12px;
	color: #fafafa;
}
.exchange-total .s1 {
	color: #909090;
}

.exchange-total > div:first-of-type {
	float: left;
}

.exchange-total-input {
	float: right;
	position: relative;
}

.exchange-total-input > * {
	float: right;
}

.exchange-total-input input {
	width: 170px;
	border: none;
	outline: none;
	background-color: transparent;
	padding-right: 6px;
	text-align: right;
	color: #fafafa!important;
	line-height: 18px;
}

.exchange-btn {
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50px;
	cursor: pointer;
	border: 1px solid #fafafa;
	background-color: #fafafa;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}
.exchange-btn a {
	color: #fff;
	font-size: 14px;
	height: 100%;
}
.red{
	background: #F4506A;
	border: 1px solid #F4506A;
}
.buy-login-btn {
	transition: .5s all;
	border: 1px solid #00CC5A;
	background-color: #00CC5A;
	color: #FAFAFA;
}
.sell-login-btn {
	border: 1px solid #E5544E;
	background-color: #E5544E;
	color: #FAFAFA;
}

.exchange-btn:hover::after {
	position: absolute;
	content: "";
	/*top: 0;*/
	/*left: 0;*/
	/*right: 0;*/
	/*bottom: 0;*/
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 20px;
}

.table-delegate {
	min-height: 150px;
	/*padding-bottom: 35px;*/
}

.main-tabs-nav.layui-tab-title {
	border-bottom: 1px solid #2e2e2e;
	padding: 0 15px;
	background: #121212;
}

.main-tabs-nav.layui-tab-title li {
	height: 36px;
	line-height: 36px;
	color: #909090;
	padding: 0;
	text-align: center;
	float: left;
	display: block;
}

.main-tabs-nav.layui-tab-title li.layui-this {
	color: #fafafa;
	font-size: 14px;
}
.layui-table-header{
	border-style: none !important;
	background-color: #121212 !important;
}
.main-tabs-nav.layui-tab-title li.layui-this:after {
	height: 37px;
	border-bottom: 2px solid #fff;
}

.main-sidebar-left .main-tabs-nav.layui-tab-title li {
	width: 25%;
}

.main-sidebar-right .main-tabs-nav.layui-tab-title li {
	width: 50%;
}

.main-delegate .main-tabs-nav.layui-tab-title li,
.main-middlebar .main-tabs-nav.layui-tab-title li {
	width: auto;
	padding: 0 16px;
}

.layui-table-cell {
	padding: 0 10px 0 0;
	height: 30px;
	line-height: 30px;
}

.main-sidebar-left th:first-of-type .layui-table-cell,
.main-sidebar-left td:first-of-type .layui-table-cell,
.main-sidebar-right th:first-of-type .layui-table-cell,
.main-sidebar-right td:first-of-type .layui-table-cell {
	padding: 0 0 0 10px;
}

.main-delegat .layui-table-cell {
	padding: 0 10px;
}

.layui-table,
.layui-table-view {
	margin: 0px 0 0;
	background: none;
}

.layui-table tbody tr:hover,
.layui-table thead tr,
.layui-table-click,
.layui-table-header,
.layui-table-hover,
.layui-table-mend,
.layui-table-patch,
.layui-table-tool,
.layui-table-total,
.layui-table-total tr,
.layui-table[lay-even] tr:nth-child(even) {
	background: none;
}

.layui-table tbody tr:hover {
	background: rgba(255, 255, 255, 0.1);
}

.layui-table tbody tr td:hover {
	cursor: pointer;
}

.layui-table td,
.layui-table th,
.layui-table-col-set,
.layui-table-fixed-r,
.layui-table-grid-down,
.layui-table-header,
.layui-table-page,
.layui-table-tips-main,
.layui-table-tool,
.layui-table-total,
.layui-table-view,
.layui-table[lay-skin="line"],
.layui-table[lay-skin="row"] {
	border-color: transparent;
}

.layui-table-header .layui-table-cell {
	color: #fafafa;
	font-size: 12px;
	text-align: center;
}

.layui-table-sort .layui-table-sort-desc {
	border-top-color: #d8d8d8;
}

.layui-table-sort .layui-table-sort-desc:hover {
	border-top-color: #d8d8d8;
}

.layui-table-sort[lay-sort="desc"] .layui-table-sort-desc {
	border-top-color: #00cc5a;
}

.layui-table-sort .layui-table-sort-asc {
	border-bottom-color: #d8d8d8;
}

.layui-table-sort .layui-table-sort-asc:hover {
	border-bottom-color: #d8d8d8;
}

.layui-table-sort[lay-sort="asc"] .layui-table-sort-asc {
	border-bottom-color: #00cc5a;
}
.layui-table-body .laytable-cell-6-0-0 {
	color: #e5544e !important;
}
.layui-table-view .layui-table td {
	padding: 0;
}

.layui-table-view .layui-table td .layui-table-cell {
	color: #fafafa;
	font-size: 12px;
	text-align: center;
}

.layui-icon {
	font-size: 12px;
}

.layui-icon.layui-icon-rate-solid {
	color: #f79a28;
}

.layui-icon.layui-icon-rate {
	color: #959aa3;
}

 .buy-color {
	color: #00cc5a;
}

.layui-table-body .laytable-cell-5-0-0 {
	color: #00cc5a !important;
}

 .sell-color {
	color: #e5544e;
}

.gray-color {
	color: #ffffff;
}

.coin-text {
	margin-left: 6px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.main-sidebar-right .main-tabs-content.la {
	background-color: transparent;
}

.main-tabs-orderbook-hd {
	height: 36px;
	line-height: 36px;
	text-align: center;
	padding: 12px auto;
	background-color: rgba(189, 98, 255, 0.1);
	font-size: 12px;
	color: #00cc5a;
}

.main-sidebar-right .orderbook-wrap {
	height: 485px;
	margin-bottom: 0;
}

.main-sidebar-right .orderbook-wrap1 {
	height: 367px;
	margin-bottom: 7px;
}

.highcharts-background {
	fill: #121c31;
}

.main-sidebar-top {
	padding: 20px 10px;
	width: 100%;
	color: #FAFAFA;
}
.main-sidebar-top img {
	width: 35px;
}
.flex {
	display: flex;
}

.main-sidebar-top .one {
	font-size: 16px;
	color: #fafafa;
}
.main-sidebar-top .one .s1 {
	font-size: 16px;
	color: #fafafa;
}
.main-sidebar-top .two {
	margin-left: 35px;
}
.main-sidebar-top .two .p1 {
	font-size: 12px;
	color: #909090;
}
.main-sidebar-top .two .p2 {
	font-size: 14px;
	color: #00cc5a;
}
.main-sidebar-top .coinDetailView {
	font-size: 14px;
	color: #fafafa;
}

.Thtitle {
	margin-top: 40px;
	line-height: 36px;
	width: 100%;
	background: #121212;
	text-align: left;
	font-size: 18px;
	padding-left: 20px;
	color: #fafafa;
}
.cent {
	color: #00cc5a;
	font-weight: bold;
	text-align: center;
}
.layui-table-body .laytable-cell-7-0-0 {
	color: #00cc5a !important;
}
.gai {
	margin-top: 40px;
	/*background-color: #fff !important;*/
}
.main-delegate {
	border: 1px solid #d9d9d9;
	background: #000000;
}
.ma1 {
	/*padding-bottom: 35px;*/
	/*margin-top: 20px;*/
	/*background: #FAFAFA;*/
	border-radius: 15px;
	/*box-shadow: 0px 1px 14px 0px rgba(54, 59, 68, 0.7);*/
}
.layui-table-page {
	overflow-x: scroll;
	overflow-y: hidden;
	padding-bottom: 50px;
}
.btnNo{
  display: none;
}
.mar30{
	margin-top: 30px !important;
}

.centerPair {
	background-color: #121212;
	padding: 7px 10px;
	border-bottom: 1px solid #2e2e2e;
}
.centerPair .one {
	font-size: 14px;
	color: #FAFAFA;
}
.centerPair .one .s1 {
	font-size: 20px;
	color: #FAFAFA;
	font-weight: bold;
}

.layui-table-patch {
	display: none;
}

.layui-tab {
	box-shadow: 0px 1px 14px 0px rgb(24 29 40 / 10%);
}

.greactive{
	border-bottom: 2px solid #FAFAFA !important;
	color: #FAFAFA !important;
}

.main-tabs-nav p.title2{
	text-align: center;
	width: 140px;
	height: 37px;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 600;
	line-height: 36px;
	color: #909090;
	opacity: 1;
	border-bottom: none;
	margin-left: 20px;
	cursor: pointer;
}

.kMBtop {
	border-top: 3px solid #2e2e2e !important;
}
.kMBleft {
	border-left: 3px solid #2e2e2e !important;
}
.kMBright {
	border-right: 3px solid #2e2e2e !important;
}
.layui-table-box .layui-table-header .layui-table-cell span {
	color: #fafafa !important;
}
.layui-table,
.layui-table-view {
	margin: 0px 0 0;
	background: #121212;
}
.layui-table tr {
	background-color: #121212 !important;
}
.layui-table-box, .layui-table tr {
	border: none !important;
}

.layui-form-select dl {
	background-color: #000000;
	border: 1px solid #4d4d4d;
	border-radius: 6px;
	z-index: 99999
}
.layui-form-select dl dd:hover {
	background-color: #303133;
}

.red-bj {
	background-color: #E5544E;
	border: 1px solid #E5544E;
	color: #FAFAFA;
}
.green-bj {
	background-color: #00CC5A;
	border: 1px solid #00CC5A;
	color: #FAFAFA;
}

.layui-laypage a, .layui-laypage span {
	background-color: transparent;
	color: #FAFAFA;
}
.layui-laypage a:hover {
	background-color: #FAFAFA;
	color: #000000;
	border-radius: 2px;
}
.layui-laypage a, .layui-laypage span {
	margin: 0 2px;
}
.layui-laypage .layui-laypage-curr em {
	background-color: transparent;
	color: #000;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
	background-color: #FAFAFA;
	color: #000000;
}
.layui-table-fixed-l {
	box-shadow: 0 10px 8px rgba(255,255,255,0.3);
}
.layui-table-fixed-r {
	box-shadow: 0 -10px 8px rgba(255,255,255,0.3);
}
.toolbar .layui-btn:hover {
	opacity: 1;
	box-shadow: 0 1px 8px rgba(255,255,255,0.3);
}

