@charset "utf-8";
/* CSS Document */
.cursor_pointer{
	cursor: pointer;
}

/* ranking */

.ranking{
	width:100%;
	height:auto;
	margin:auto;
}

.ranking_box{
	width:98%;
	height:auto;
	border:1px solid #999;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 6px;
	padding:2px 2px;
	background:#FFF;
}

.nav_button{
	border-radius: 5px 5px 0px 0px;
	text-align:right;
	width:auto;
	height:22px;	
	line-height:22px;
	padding-right:10px;
	background:#1F84C3;/* IE9*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1F84C3', endColorstr='#044781', GradientType='0'); /* IE*/;
	background-image: -moz-linear-gradient(top, #1F84C3, #044781); /* Firefox */
	background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #1F84C3), color-stop(1, #044781)); /* Saf4+, Chrome */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1F84C3', endColorstr='#044781', GradientType='0'); /* IE*/;
	background: -moz-linear-gradient(top, #1F84C3 0%, #044781 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #1F84C3 0%,#044781 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1F84C3 0%,#044781 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1F84C3 0%,#044781 100%); /* IE10+ */
	background: linear-gradient(top, #1F84C3 0%,#044781 100%); /* W3C */
	color:#eee;
}

.nav_button li{
	height:14px;
	width:5%;
}


.ranking_nav{
	height:24px;
	width:100%;
	border-radius: 6px 6px 0px 0px;
	background-image: -moz-linear-gradient(top, #003C73, #00659C); /*Firefox */
 	background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #003C73), color-stop(1, #00659C)); /*Saf4+, Chrome */
 	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, EndColorStr='#00659C', StartColorStr='#003C73'); /*IE */
 	background: -moz-linear-gradient(top, #003C73 0%, #00659C 100%); /*FF3.6+ */
 	background: -webkit-linear-gradient(top, #003C73 0%,#00659C 100%); /*Chrome10+,Safari5.1+ */
 	background: -o-linear-gradient(top, #003C73 0%,#00659C 100%); /*Opera 11.10+ */
 	background: -ms-linear-gradient(top, #003C73 0%,#00659C 100%); /*IE10+ */
 	background: linear-gradient(top, #003C73 0%,#00659C 100%); /*W3C */
	line-height:24px;
	margin-top:5px;
}

.ranking_nav span{
	color:#fff;
	font-weight:bold;
	margin-left:5px;
}

.ranking_nav select{
	float:right;
	margin-top:2px;
	margin-right:5px;
	height:20px;
	vertical-align:middle;
	text-align:left;
	border:1px solid #acacac;
	border-radius: 5px;
	padding:1px 3px 1px 2px;
}

/* .table_nav{ */
/* 	height:30px; */
/*     width:100%; */
/* 	margin-top:5px; */
/* } */
.table_nav{
	height:40px;
	width:100%;
	background:#666666;/* IE9*/
	background-image: -moz-linear-gradient(top, #9b9b9b, #505050); /*Firefox */
 	background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #9b9b9b), color-stop(1, #505050)); /*Saf4+, Chrome */
 	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#9b9b9b',  EndColorStr='#505050'); /*IE */
 	background: -moz-linear-gradient(top, #9b9b9b 0%, #505050 100%); /*FF3.6+ */
 	background: -webkit-linear-gradient(top, #9b9b9b 0%, #505050 100%); /*Chrome10+,Safari5.1+ */
 	background: -o-linear-gradient(top, #9b9b9b 0%, #505050 100%); /*Opera 11.10+ */
 	background: -ms-linear-gradient(top, #9b9b9b 0%, #505050 100%); /*IE10+ */
 	background: linear-gradient(top, #9b9b9b 0%, #505050 100%); /*W3C */
	text-shadow: 1px 1px 1px #000;
}

.t_rb{
    border-right: 1px solid #CDCDCD;
}
.rank_tableTitle{ width:100%;}
.rank_tableTitle th{text-align:center; color:#FFF; height:25px;}
.rank_tableTitle th a{ color:#FFF; text-decoration:underline;}
.rank_tableTitle th a:hover{ color:#FFF; text-decoration:underline;}
.rank_tableTitle .table_nav_name{ width:40%;}
.rank_tableTitle .table_nav_buy{ width:20%;}
.rank_tableTitle .table_nav_sell{ width:20%;}
.rank_tableTitle .table_nav_total{ width:20%;}


.rankTableDiv{
	overflow-y:scroll; 
	overflow-x:hidden;
	margin-bottom:0px;
}

#rankTable img{
	vertical-align: middle;
}


.rank_table {
	width:100%;
}

.rank_table tr{
	cursor: pointer;
}

.rank_table td {
    border-bottom: 1px solid #CDCDCD;
    text-align: center;
    height: 40px;
    background-color: #FFF;
    line-height: 1.5;
}

.rank_table .rank{
    font-weight: bold;
    color: #888;
    width:15%;
}

.rank_table .name{
    font-weight: bold;
    color: #888;
    width:25%;
}

.t_lb{
    border-left: 1px solid #CDCDCD;
}

.flag{
	width: 84px;
    text-align: left;
}

.rank_table .buy{
	width: 20%;
    font-size: 16px;
    font-weight: bold;
    color: #f77a78;
}

.rank_table .sell{
	width:20%;
    font-size: 16px;
    font-weight: bold;
    color: #80b0ff;
}

.rank_table .total{
	width:20%;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.rank_table .buy.on{
	background-color: #ffdfde;
}

.rank_table .sell.on{
	background-color: #e0ebfe;
}

.rank_table .total.on{
	background-color: #ebfed8;
}

.ranking_number{
	display:inline-block;
	width:18px;
}

/* chart */
.select{
	height:30px;
	width:100%;
	margin-top:5px;
}


.select li{
	float:left;
}

.select select{
	height:25px;
	vertical-align:middle;
	text-align:left;
	margin-left:4px;
	border:1px solid #acacac;
	border-radius: 5px;
/* 	padding:3px 2px 2px 4px; */
}

	
#pairIdName{
	line-height:25px;
	height: 25px;
	color:#fff;
	float:right;
	padding:0px 10px;
	border:1px solid #eee;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background:#006EB9;
	margin-right:8px;
}

.chart_box{
	width:98%;
	height:auto;
}

.bigChart_box{
	height:390px;
}

.smallChart_box{
	
}

.small_chart_nav{
	height:30px;
	width:100%;
	margin-top:2px;
}

.small_chart_nav li{
	float:left;
}

.small_chart_text{
	float:left;
	margin-top:10px;
	margin-left:10px;
}

/* chart sheet */

.chart_sheet{
	height: 24px;
	width: 98%;
	margin: auto;
	margin-top:5px;
	border-bottom:1px solid #006EB9;
}

.chart_sheet li{
	float:left;
	width:60px;
	height:24px;
	cursor: pointer;
	border-radius: 5px 5px 0px 0px;
	margin-right:2px;
	background:#fff;
	text-align:center;
	line-height:24px;
}

.chart_sheet .chart_selected{
	color: #fff;
	background:#006EB9;
}


/* setting */

.setting_bg{
	filter: alpha(opacity=50); -moz-opacity:0.5; opacity:0.5; /* IE6及以上 */ 
	background-color:#000000; 
	position: absolute; 
	z-index:998;
    width:100%; 
    height:100%; 
    margin:auto;
}

.setting_box{
	width:100%;
	height:100%;
	background:#dcdcde;
	margin:0 auto;
    position: absolute; 
    z-index:1000;
}

.help_box{
	width:100%;
	height:100%;
	background:#dcdcde;
	margin:0 auto;
    position: absolute;
    z-index:999;
}

.setting_nav{
	margin-top:8px;
	margin-left:10px;
	font-weight:bold;
	display:inline-block;
	font-size:16px;
	text-shadow: 1px 1px 1px #fff;
	line-height:16px;
}

.setting_close{
    background:url(../img/setting_close.png);
    margin-right:10px;
    display:inline-block;
    float:right;    
    margin-top:5px;
    width:22px;
    height:22px;
}

/* .setting_close:hover{ */
/* 	background:url(../img/setting_close_hover.png); */
/* } */

.setting_main{
	/* 	background:#ffffff; */
	background:#EEEEEE;
	height:91.2%;
	width:97%;
	margin-top:7px;
	padding-top:5px;
}

.setting_sheet{
	height:29px;
	width:97%;
	margin:auto;
	border-bottom:1px #acacac solid;
}

.setting_selected{
	height:28px;
	width:auto;
	padding:0 3px;
	float:left;
	border-radius: 5px 5px 0px 0px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1F84C3', endColorstr='#044781', GradientType='0'); /* IE*/;
	background-image: -moz-linear-gradient(top, #1F84C3, #044781); /* Firefox */
	background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #1F84C3), color-stop(1, #044781)); /* Saf4+, Chrome */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1F84C3', endColorstr='#044781', GradientType='0'); /* IE*/;
	background: -moz-linear-gradient(top, #1F84C3 0%, #044781 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #1F84C3 0%,#044781 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1F84C3 0%,#044781 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1F84C3 0%,#044781 100%); /* IE10+ */
	background: linear-gradient(top, #1F84C3 0%,#044781 100%); /* W3C */ 
	text-align:center;
	border:1px #00305a solid;
	text-shadow: 1px 1px 1px #333;
/* 	box-shadow:0 -1px 2px #464646 inset; */
	text-align:center;
	line-height:25px;
	color:#ffffff;
	font-weight:bold; 
}


.setting_unchecked{
	height:28px;
	width:auto;
	padding:0 3px;
	float:left;
	border-radius: 5px 5px 0px 0px;
	border:1px #9d9d9d solid;
	border-top:1px #c3c3c3 solid;
    border-bottom:1px #acacac solid;
	background-image: -moz-linear-gradient(top, #fefefe, #d1d1d1); /* Firefox */
	background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #fefefe), color-stop(1, #d1d1d1)); /* Saf4+, Chrome */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#d1d1d1', GradientType='0'); /* IE*/
	background: -moz-linear-gradient(top, #fefefe 0%, #d1d1d1 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #fefefe 0%,#d1d1d1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fefefe 0%,#d1d1d1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fefefe 0%,#d1d1d1 100%); /* IE10+ */
	background: linear-gradient(top, #fefefe 0%,#d1d1d1 100%); /* W3C */
	box-shadow: 0 -1px 2px #acacac inset;
	text-shadow: 1px 1px 1px #ffffff;
	text-align:center;
	line-height:25px;
	font-weight:normal;
	color:#000000;
}



.technical_box{
	height:auto;
	width:96.4%;
	border:1px #b8b8b8 solid;
	border-top:0px none;
}

.kind_box{
	height:120px;
	width:198px;
	border:1px #b8b8b8 solid;
	margin-top:5px;
	margin-bottom:5px;
}

.gain_box{
	height:221px;
	width:198px;
	border:1px #b8b8b8 solid;
	margin-top:5px;
}

.check_box{
	height:40px;
	line-height:14px;
}

.check_box input{
	vertical-align:middle;
	margin-right:15px;
	margin-left:15px;
	margin-top:-2px;
}

.check_box li{
	height:40px;
	background-image: -moz-linear-gradient(top, #fdfdfd, #f2f2f2); /* Firefox */
	background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #fefefe), color-stop(1, #d1d1d1)); /* Saf4+, Chrome */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#d1d1d1', GradientType='0'); /* IE*/
	background: -moz-linear-gradient(top, #fefefe 0%, #d1d1d1 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #fefefe 0%,#d1d1d1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fefefe 0%,#d1d1d1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fefefe 0%,#d1d1d1 100%); /* IE10+ */
	background: linear-gradient(top, #fefefe 0%,#d1d1d1 100%); /* W3C */
	line-height:40px;
	font-size:14px;
}

.check_flag{
	margin-top:13px;
	margin-right:2px;
	float:left;
}

.check_img{
	margin-top:12px;
    margin-left:10px;
    margin-right:10px;
    float:left;
}

.currency_text{
	display:inline-block;
	height:13px;
	line-height:13px;
}

.setting_button{
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:center;
}

.setting_button li{
	display:inline;
}


.buy_button{
	float:left;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border:1px #fecad4 solid;
	background-image: -moz-linear-gradient(top, #efb9bb, #ee877f); /* Firefox */
	background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #efb9bb), color-stop(1, #ee877f)); /* Saf4+, Chrome */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efb9bb', endColorstr='#ee877f', GradientType='0'); /* IE*/
	background: -moz-linear-gradient(top, #efb9bb 0%, #ee877f 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #efb9bb 0%,#ee877f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #efb9bb 0%,#ee877f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #efb9bb 0%,#ee877f 100%); /* IE10+ */
	background: linear-gradient(top, #efb9bb 0%,#ee877f 100%); /* W3C */
	height:23px;
	width:25px;
	margin:auto;
	line-height:23px;
	text-align:center;
	margin-right:10px;
}

.buy_button img{
	margin-top:1px;
}

.sell_button{
	float:left;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border:1px #d0defc solid;
	background-image: -moz-linear-gradient(top, #a2c2f5, #66a0e6); /* Firefox */
	background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #a2c2f5), color-stop(1, #66a0e6)); /* Saf4+, Chrome */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a2c2f5', endColorstr='#66a0e6', GradientType='0'); /* IE*/
	background: -moz-linear-gradient(top, #a2c2f5 0%, #66a0e6 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #a2c2f5 0%,#66a0e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a2c2f5 0%,#66a0e6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a2c2f5 0%,#66a0e6 100%); /* IE10+ */
	background: linear-gradient(top, #a2c2f5 0%,#66a0e6 100%); /* W3C */
	height:23px;
	width:25px;
	margin:auto;
	line-height:23px;
	text-align:center;
	margin-right:5px;
}

.sell_button img{
	margin-top:1px;
}

#explanation02{
	width:auto;
	height:auto;
}

.explanation{
	width:46%;
	height:66px;
	margin:15px 0px;
	float:left;
	padding-left:10px;
	border-right:1px #cfcfcf solid;	
}

.explanation_title{
	float:left;
	display:block;
	width:100%;
	height:auto;
	font-weight:bold;
	margin-bottom:5px;
	padding-left:5px;
}

.xinhao{
	float:left;
	display:inline-block;
	margin-left:5px;
	margin-bottom:5px;
}

.explanation_text{
	float:left;
	width:65%;
	height:auto;
	display:inline-block;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:5px;
	font-weight:bold;
}

.explanation_text span{
	font-weight:normal;
}

.buy_explanation{
	width:97%;
	float:left;
	margin-left:5px;
	border-top:1px #cccccc solid;
	padding:5px 0px;
}

.buy_explanation02{
	width:97%;
	border-top:1px #cccccc solid;
	float:left;
	margin-top:3px;
	margin-bottom:3px;
	margin-left:5px;
	color:#666666;
}

.buy_explanation02 img{
	margin-top:5px;
	margin-right:5px;
    float:left;
}

.buy_explanation02 span{
	display:inline-block;
	width:88%;
	margin-top:3px;
}

.buy_explanation03{
	width:97%;
	border-top:1px #cccccc solid;
	float:left;
	margin-bottom:5px;
	margin-left:5px;
	color:#666666;
	padding-top:5px;
}

.buy_text{
	display:block;
	float:left;
	width:70%;
}

.buy_text02{
	display:block;
	float:left;
	height:30px;
	margin-left:10px;
}


.ex_none{
	border:0px;
}