.tbl {
	width: 580px;
	height: 160px;
	border: none;
	text-align: center;
	background: #f3f4f7;
	color: #262626;
}

.tbl td {
	font-size: 12px;
	font-family: Microsoft YaHei;
	border-right: 5px solid #fff;
	border-bottom: 5px solid #fff;
}

.tbl tr td:first-child {
	font-size: 16px;
	font-weight: bold;
}

.tbl td span {
	font-size: 14px;
	font-weight: bold;
	color: #262626;
}
/*subTab start*/
#subTab {
	position: relative;
}

.subTab {
	padding: 0;
	margin: 0;
	height: 30px;
	position: absolute;
	z-index: 10;
}

.subTab li {
	float: left;
	list-style: none;
	height: 30px;
	line-height: 30px;
	padding: 0 30px;
	border: 1px solid #fff;
	border-bottom: 1px solid transparent;
	margin-top: -2px;
}

.subTab li.current {
	border-top: 1px solid #E6E9EE;
	border-left: 1px solid #E6E9EE;
	border-right: 1px solid #E6E9EE;
	border-bottom: 1px solid #fff;
	margin-top: -2px;
	background: #fff;
}

.subTab li:hover {
	cursor: pointer;
}

.md2_text {
	position: relative;
}

.LTCBox, .BTCBox, .ETHBox {
	display: none;
}

.trangle-r {
	position: absolute;
	right: -1px;
	bottom: -1px;
}

.btnChoose {
	cursor: pointer;
	min-width: 105px;
	background: url(../images/icon-arrow-down.png) no-repeat right center;
}

/*
.topNavigation {
	box-shadow: 0 1px 5px rgba(0, 0, 0, .7);
}*/

.topNavigation li ul.list {
	position: absolute;
	top: 30px;
	background: rgb(42, 49, 62);
	padding: 0;
	margin: 0;
	box-shadow: 0 0 5px rgba(59, 59, 60, .7);
	width: 125px;
}

.topNavigation li ul.list li {
	float: none;
	color: #fff;
	cursor: pointer;
	margin-left: 0px;
	padding: 5px 20px;
}

.topNavigation li ul.list li:hover {
	background: rgba(255, 255, 255, .2);
}

.hide {
	display: none;
}

.icon {
	width: 20px;
	height: 20px;
	margin-right: 5px;
	display: none;
}
/*2016-08-04 center-top*/
@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0')
		format('embedded-opentype'),
		url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),
		url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),
		url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),
		url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular')
		format('svg');
	font-weight: normal;
	font-style: normal;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-dollar:before, .fa-usd:before {
	content: "\f155";
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.center-top {
	width: 100%;
	/* background:#0F5288 url(../images/checkered_pattern.png) repeat center center; */
	padding: 30px 0 60px;
	min-height: 200px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000),
		color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(top, #000000 0%, #ffffff 100%);
	background: -o-linear-gradient(top, #000000 0%, #ffffff 100%);
	background: -ms-linear-gradient(top, #000000 0%, #ffffff 100%);
	background: linear-gradient(to bottom, #2E2E3E 0%, #cccbcb 100%);
}

.c-t-con {
	width: 1180px;
	height: auto;
	margin: 0 auto;
}

.chart-box {
	width: 780px;
}

.chart-data {
	width: 380px;
}

.chart-data-head {
	padding: 0 0 5px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-color: rgba(102, 134, 156, .4);
}

.chart-data-head h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: inline-block;
	color: #fff;
	font-size: 32px;
	font-weight: 200;
	line-height: 1.4;
	margin: 0;
}

.chart-data-head img {
	vertical-align: top;
	border: 0;
}

.states {
	cursor: pointer;
	margin: 0;
	padding: 0 0 7px;
	border-bottom: 1px solid rgba(102, 134, 156, .4);
	position: relative;
	color: #fff;
}

.market h3 {
	display: inline-block;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.market h3 span {
	font-size: 15px;
	font-weight: 400;
	color: #D1E6F5;
}

.caret {
	font-style: normal;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	border-top: 6px solid #D1E6F5;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	margin: 3px 0 0 5px;
	-webkit-transition: all .2s ease-in 0s;
	-moz-transition: all .2s ease-in 0s;
	-o-transition: all .2s ease-in 0s;
	transition: all .2s ease-in 0s;
}

.caret-down {
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}

.current_value {
	position: relative;
	margin-left: 15px;
	font-size: 46px;
	letter-spacing: -1px;
	cursor: pointer;
}

.fa, .glyphicon {
	-moz-osx-font-smoothing: grayscale
}

.fa {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.states .fa {
	font-size: 19px;
	left: -15px;
	position: absolute;
	top: 5px
}

.fa-dollar:before, .fa-usd:before {
	content: "\f155"
}

.price-range-percent {
	margin-left: 5px;
	color: #96e776;
}

.chart-dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	min-width: 100%;
	padding: 0;
	margin: 2px 0 0;
	font-size: 14px;
	list-style: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	background-clip: padding-box;
	display: none;
	transition: all 5s ease-in 5s;
}

.chart-dropdown li a {
	padding: 10px 15px;
	background-color: #2D6590;
	color: #ebf5ff;
	display: block;
	border-top: 1px solid rgba(102, 134, 156, .6);
	-webkit-transition: background-color .2s ease-in 0s, color .2s ease-in
		0s;
	-moz-transition: background-color .2s ease-in 0s, color .2s ease-in 0s;
	-o-transition: background-color .2s ease-in 0, color .2s ease-in 0s;
	transition: background-color .2s ease-in 0s, color .2s ease-in 0s;
}

.chart-dropdown li a:hover {
	color: #fff;
	background-color: #0b4c80;
}

.chart-dropdown h3 {
	color: #ebf5ff;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	display: inline-block;
}

.chart-data .price {
	color: #D1E6F5;
	padding: 10px 0;
	position: relative;
	text-align: center;
}

.chart-data .price a {
	display: inline-block;
	width: 30%;
	margin: 0 1%;
	padding: 3px 0;
	text-align: center;
	border: 2px solid rgba(102, 134, 156, .4);
	font-size: 13px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: border-color .2s ease-in 0s;
	-moz-transition: border-color .2s ease-in 0s;
	-o-transition: border-color .2s ease-in 0s;
	transition: border-color .2s ease-in 0s;
}

.chart-data .price a.active, .chart-data .price a:hover {
	border-color: #fff;
	color: #fff;
}

.chart-data-footer {
	background: 0 0;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-color: rgba(102, 134, 156, .4);
	padding: 15px 0 0;
}

.stats-info {
	color: #dff0fb;
	margin: 0;
}

.stats-info dt {
	float: left;
	width: 50%;
	margin-bottom: 5px;
	font-weight: 400;
}

.stats-info dd {
	float: left;
	width: 50%;
	text-align: right;
	margin-bottom: 5px;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
}

.stats-info dd>span {
	white-space: pre;
}
.stats-info dt a,
.stats-info dd a {
	color: #c1f3dd;
}
.stats-info dt a:hover,
.stats-info dd a:hover {
	color: #a2d2f3;
}

.dropdown-menu .price-range-percent.up, .up .dailychange, .up .price-range-percent
	{
	color: #9ff1cd;
}

#chart-currency {
	width: 780px;
	height: 415px;
}

.topNavigation {
	background-color: #2A2A38;
}

.top {
	background: #2E2E3E;
}

.top_main {
	background: #2E2E3E;
}

.tbl {
	width: 580px;
	height: 160px;
	border: none;
	text-align: center;
	background: #f3f4f7;
	color: #262626;
}

.tbl td {
	font-size: 12px;
	font-family: Microsoft YaHei;
	border-right: 5px solid #fff;
	border-bottom: 5px solid #fff;
}

.tbl tr td:first-child {
	font-size: 16px;
	font-weight: bold;
}

.tbl td span {
	font-size: 14px;
	font-weight: bold;
	color: #262626;
}
/*subTab start*/
#subTab {
	position: relative;
}

.subTab {
	padding: 0;
	margin: 0;
	height: 30px;
	position: absolute;
	z-index: 10;
}

.subTab li {
	float: left;
	list-style: none;
	height: 30px;
	line-height: 30px;
	padding: 0 30px;
	border: 1px solid #fff;
	border-bottom: 1px solid transparent;
	margin-top: -2px;
}

.subTab li.current {
	border-top: 1px solid #E6E9EE;
	border-left: 1px solid #E6E9EE;
	border-right: 1px solid #E6E9EE;
	border-bottom: 1px solid #fff;
	margin-top: -2px;
	background: #fff;
}

.subTab li:hover {
	cursor: pointer;
}

.md2_text {
	position: relative;
}

.LTCBox, .BTCBox, .ETHBox {
	display: none;
}

.trangle-r {
	position: absolute;
	right: -1px;
	bottom: -1px;
}

/*2016-08-08*/
.app,
.topNavigationMain,
.center-top{
	min-width:1180px;
	margin:0 auto;
}
.topNavigationMain{
	background-color: #2A2A38;
}
/* .topNavigation{
	width:100%;
} */

.topNavigation,
.top_main,
.chr_link,
.block_info,
.block_top,
.md_content,
.fl_content,
.c-t-con{
	padding:0 20px;
}
.c-t-con,
.fl_content,
.foot_main{
	width:1140px;
}
.pooltable{
	padding: 30px 20px 20px;
}
.foot_main{
	padding: 23px 20px 0px;
}
.alert-outer{
	width:100%;
}
.md_content{
	min-width:1180px;
}
.minercontent{
	width:1140px;
}
.alert-outer .alert{
	max-width:1140px;
	margin:0 auto;
	padding:10px 20px 10px 0;
}
.chart-box {
    width: 760px;
}
.chart-data {
    width: 360px;
}
.friendlink{
	margin-top:0px;
}
.container{
	min-width:1180px;
	height:auto;
}
.mtop_right{
	width:960px;
}
.db_content{
	width:1140px;
}
.db_left{
	width:550px;
}