
/*左右切换*/
.slick-next,.slick-prev {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0;
	border: none
}

.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover {
	background: transparent;
	color: transparent;
	outline: none
}

.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before {
	opacity: 1
}

.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before {
	opacity: .25
}

.slick-next:before,.slick-prev:before {
	font-family: slick;
	font-size: 20px;
	line-height: 1;
	color: #fff;
	opacity: .75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-prev {
	left: -25px
}[dir=rtl] .slick-prev {
	left: auto;
	right: -25px
}

.slick-prev:before {
	content: "\2190"
}[dir=rtl] .slick-prev:before {
	content: "\2192"
}

.slick-next {
	right: -25px
}[dir=rtl] .slick-next {
	left: -25px;
	right: auto
}

.slick-next:before {
	content: "\2192"
}[dir=rtl] .slick-next:before {
	content: "\2190"
}
/*K线*/
*,:after,:before {
	box-sizing: border-box
}
.navbar-right {
    float: right!important;
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px
}

@media (min-width:768px) {
	.navbar-static-top {
		border-radius: 0
	}
}

.navbar-fixed-bottom,.navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}

@media (min-width:768px) {
	.navbar-fixed-bottom,.navbar-fixed-top {
		border-radius: 0
	}
}


body {
	font-family: Microsoft YaHei,Helvetica Neue,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 1.42857;
	color: #181818;
	background-color: #e5eaee
}

button,input,select,textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}



figure {
	margin: 0
}

img {
	vertical-align: middle
}
img.market-item__icon {
    float: left;
    width: 14px;
    vertical-align: middle;
    margin-top: 2px;
    font-weight: 400;
    margin-top: 4px;
    margin-right: 5px;
}


.showdata {
	display: block;
	min-width: 1280px
}

.show_one {
	margin: 0 auto;
	width: 1200px
}

.show_one:after,.show_one:before {
	content: " ";
	display: table
}

.show_one:after {
	clear: both
}

.show_two {
	float: left;
	height: 100%;
	position: relative;
	width: 1200px
}

.show_two:after,.show_two:before {
	content: " ";
	display: table
}

.show_two:after {
	clear: both
}

.showitem {
	background-color: #fff;
	box-shadow: 0 4px 10px 0 rgba(0,0,0,.1);
	padding: 15px 0
}

.showitem .market_list {
	display: flex;
	display: -webkit-flex;
	font-family: DIN,Microsoft YaHei,Helvetica Neue,Helvetica,sans-serif;
	justify-content: space-around;
	list-style: none;
	margin: 12px 0 0;
	padding: 0
}

.showitem .market_list>li+li {
	border-left: 1px solid #eee
}

.showitem .market_list .market_item {
	padding-left: 10px;
	padding-right: 10px;
	width: auto
}

.showitem .market_list .market_item+.market_item {
	padding-left: 12px
}

.showitem .market_list .market_item:last-child {
	width: 28%
}

.showitem .market_list .show_market {
	position: relative;
	    margin-left: 5px;
}
span.currency-symbol {
    margin-right: -5px;
}

.showitem .market_list .show_market strong {
	font-size: 14px;
    font-weight: 500;
}

.showitem .market_list .show_market a {
	color: #181818
}

.showitem .market_list .market_price {
	font-size: 27px;
	position: relative;
	white-space: nowrap
}

.showitem .market_list .market_price .fee-unit {
	display: inline-block;
	font-size: 16px;
	margin: 5px;
	vertical-align: bottom
}

.showitem .market_list .market_price strong {
	font-weight: 700
}

.showitem .market_list .market_price.rise {
	color: #08c074
}

.showitem .market_list .market_price.rise .trend {
	visibility: visible
}

.showitem .market_list .market_price.rise .trend svg {
	transform: rotate(-90deg)
}

.showitem .market_list .market_price.down {
	color: #f10000
}

.showitem .market_list .market_price.down .trend {
	visibility: visible
}

.showitem .market_list .trend {

	visibility: hidden
}

.showitem .market_list .trend svg {
	height: 16px;
	width: 16px
}

.showitem .market_list .trend_line {

	width: 65px;
	color: #0194e6
}

.showitem .market_list .trend_line svg {
	height: 20px;
	width: 65px
}

.showitem .notice-bar {
	border-top: 1px solid #eee;
	color: #828282;
	height: 34px;
	line-height: 34px;
	margin: 15px 0 -15px
}

.showitem .notice-bar .msg {
	box-sizing: border-box;
	height: 34px;
	padding: 0 360px;
	text-align: center
}

.showitem .notice-bar .msg a {
	display: inline-block
}

.showitem .notice-bar .msg strong {
	font-weight: 400
}

.showitem .notice-bar .msg em {
	font-style: normal
}

.showitem .notice-bar .msg-inner {
	display: inline-block;
	height: 100%;
	padding: 0 122px 0 28px;
	position: relative
}

.showitem .notice-bar .msg-inner .msg-green-col {
	color: #00b374
}

.showitem .notice-bar .msg-inner .msg-red-col {
	color: #cc2900
}

.showitem .notice-bar .notice-list {
	display: inline-block;
	height: 100%;
	overflow: hidden
}

.showitem .notice-bar .notice-list-inner {
	margin: 0;
	padding: 0
}

.showitem .notice-bar .link-text {
	margin-left: 20px
}

.showitem .notice-bar .link-del {
	position: absolute;
	right: 0;
	top: 0
}

.showitem .notice-bar .icon-speaker {
	display: block;
	left: 0;
	margin-top: -7px;
	position: absolute;
	top: 50%
}

.showitem .notice-bar .icon-speaker svg {
	width: 15px
}

.showitem .notice-bar .icon-del svg {
	height: 11px;
	width: 11px
}

/*币种与交易所*/
.chain-exchangeInfo-totalVolumn {
	font-size: 24px;
	color: #1fb4ee;
	line-height: 55px
}

.chain-exchangeInfo-totalVolumn span {
	font-size: 16px
}

.chain-exchangeInfo-item img {
	width: 50px;
	height: 50px;
	border-radius: 50px
}





.q-str-link {
	position: relative
}

.q-str-link:not(:last-of-type):after {
	content: "3001";
	pointer-events: none
}

.text-handle {
	height: 20px;
	overflow: hidden;
	white-space: nowrap
}

.select-btn {
	padding: 12px 40px;
	cursor: pointer;
	display: inline-block;
	color: #666;
	font-weight: 600;
	background: #fff;
	white-space: nowrap
}

@media screen and (max-width:500px) {
	.chain-exchangeInfo-item img {
		border-radius: 20px;
		float: left
	}

	.chain-exchangeInfo-totalVolumn {
		font-size: 14px;
		line-height: 20px
	}

	.chain-exchangeInfo-totalVolumn span {
		font-size: 12px
	}

	.exchange-name {
		display: inline-block;
		width: 60%;
		position: absolute;
		left: 80px;
		top: 20px
	}
.exchange-name b {
	    padding: 0;
	    font-size: 16px;
	    margin-top: 8px;
	    margin-left: 5px;
}
	.chain-exchangeInfo-item-list {
		font-size: 12px;
		margin-top: 10px;
		margin-bottom: 0
	}

	.exchange-volumn {
		position: absolute;
		right: 15px;
		top: -50px;
		font-size: 20px
	}
}
  .chain-right-title .paging {
	overflow: hidden;
	height: 50px;
	color: #333;
	-webkit-transform: translateX(23px);
	transform: translateX(23px)
}

.coin-index .paging {
	margin: 2px 0
}

.pagination {
	margin: 5px 10px 0 0;
}

.paging li.active a {
	background-color: #4490fc;
	border-color: #4490fc;
	color: #fff
}

.chain-page li:not(li.active) a:hover {
	color: #4490fc
}

.paging li a {
	cursor: pointer
}

.paging a {
	color: #80929e;
	cursor: pointer
}

.paging .currentIndex {
	color: #000;
	text-decoration: underline
}

.pagination li a {
	border-left: 1px solid #f0f3fa;
	border-right: 1px solid #f0f3fa;
	border-top: 0;
	border-bottom: 0;
	padding: 8px 14px;
	-webkit-transition: all .15s ease-in-out 0s;
	transition: all .15s ease-in-out 0s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 0
}

.pagination li a :hover {
	color: #4490fc
}

.pagination .next span,.pagination .previous span {
	display: inline-block;
	width: 10px;
	height: 10px;
	-webkit-transition: .15s;
	transition: .15s
}

.pagination .previous span {
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	-webkit-transform: rotate(-45deg) translate(2px,2px);
	transform: rotate(-45deg) translate(2px,2px)
}

.pagination .next span {
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	-webkit-transform: rotate(45deg) translate(-1px,2px);
	transform: rotate(45deg) translate(-1px,2px)
}

.pagination .next:hover span,.pagination .previous:hover span {
	border-color: #4490fc
}

.simple li a,.simple li span {
	border: 0
}

.simple li a:hover,.simple li span:hover {
	background: none
}

.simple li.simple-page-num span {
	padding: 8px 0
}

.simple li.simple-page-num span .current {
	color: #4490fc
}

.simple li.simple-page-num span .total {
	color: #333
}
 .bottom-top-social-content {
	position: absolute;
	right: 216px;
	top: -120px;
	z-index: 111111
}

.chain-baseinfo {
	margin: 0
}

.chain-height .chain-baseinfo li {
	margin-left: 0;
	color: #333
}

.bottom-top-social a {
	display: inline-block;
	cursor: pointer
}

.bottom-top-social a img {
	opacity: .7;
	-webkit-transition: .2s;
	transition: .2s
}

.bottom-top-social a:hover img {
	opacity: 1
}

.bottom-top {
	position: relative;
	border-bottom: 1px solid hsla(0,0%,45%,.6);
	margin-bottom: 10px;
	padding: 10px 0
}

.bottom-text-Wrapper a {
	padding-right: 20px;
	color: #7a7a7a!important;
	-webkit-transition: .15s;
	transition: .15s
}

.bottom-text-Wrapper a:hover {
	color: #fff!important
}

.base-info-wrapper li {
	margin-right: 20px
}

.base-info-wrapper a {
	padding-right: 0
}

.bottom-text-Wrapper img {
	height: 20px;
	width: 20px;
	margin-left: 10px;
	cursor: pointer
}

.bottom-text-Wrapper a:last-child {
	border: none
}

.back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 40px;
	height: 40px;
	text-align: center;
	background: #fff;
	padding: 10px;
	z-index: 1000;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	color: #333;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.back-to-top i {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: 5px
}

.back-to-top:hover {
	background: #379fff;
	color: #fff
}

.back-to-top:hover i {
	border-top-color: #fff;
	border-right-color: #fff
}

.bottom-qrcode .qrcode-img {
	width: 70px;
	height: 70px;
	text-align: center;
	margin: 0 auto
}

.bottom-text-Wrapper {
	position: relative
}

.bottom-text {
	padding: 20px 0 0;
	color: #7a7a7a;
	background: #333;
	text-align: left;
	width: 100%;
	margin: 0 auto;
	z-index: 0
}


.icon_weibo {
	background-position: -104px -104px
}

.icon_wechat {
	background-position: -10px -104px
}

.icon_jian {
	background-position: -10px -57px
}

.icon_toutiao {
	background-position: -104px -57px
}

.icon_facebook {
	background-position: -10px -10px
}

.icon_twitter {
	background-position: -57px -104px
}

.icon_telegram {
	background-position: -104px -10px
}

.icon_reddit {
	background-position: -57px -57px
}

.icon_medium {
	background-position: -57px -10px
}

.icon-media:hover {
	background: url(images/medium_active.989e6a7.png)
}

.icon_weibo:hover {
	background-position: -104px -104px
}

.icon_wechat:hover {
	background-position: -57px -104px
}

.icon_jian:hover {
	background-position: -57px -10px
}

.icon_toutiao:hover {
	background-position: -10px -104px
}

.icon_facebook:hover {
	background-position: -10px -10px
}

.icon_twitter:hover {
	background-position: -104px -57px
}

.icon_telegram:hover {
	background-position: -104px -10px
}

.icon_reddit:hover {
	background-position: -57px -57px
}

.icon_medium:hover {
	background-position: -10px -57px
}

.app-download {
	background: #f1f1f1
}

.download-wrapper {
	width: 1200px;
	margin: 0 auto;
	text-align: right
}

.download-icon {
	width: 264px;
	height: 67px;
	background: url(images/app_download.6171e61.png) no-repeat;
	display: inline-block;
	vertical-align: bottom;
	position: relative
}

.download-btn {
	width: 135px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	background: #fff;
	border-radius: 4px;
	color: #333;
	display: inline-block;
	text-align: center;
	margin-left: 24px;
	margin-bottom: 13px
}

.download-qrcode {
	width: 160px;
	position: absolute;
	bottom: 70px;
	right: -5px;
	z-index: 222
}

.download-qrcode img {
	width: 100%
}

.col-md-9 {
	width: 75%;
}

.chain-breadcrumb-top .list-header li {
	color: #333;
	cursor: pointer;
}
ul {
    list-style-type: none;
    padding: 0;
}

.navbar-brand {
	padding-left: 50px;
	position: relative
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover {
	background-color: transparent;
	color: #33e0ff
}
.col-md-1 {
    float: left;
	width: 80px;
}
.col-md-2 {
    width: 170px;
}
.col-md-3 {
    width: 250px;
}
.left {
    text-align: left!important;
}
.pad0 {
    padding: 0;
}
.center {
    text-align: center!important;
}
ul.ew {
    max-width: 100%;
    overflow: hidden;
    width: 100%;
	border-bottom: 1px solid #eee;
	    height: 45px;
		background: #f5f7fa;
		color: #828282;
}
li.et {
    margin: 15px;
}
li.center.hide-sm.col-md-1.mgt10 {
    margin-top: 10px;
}
p.exname {
    margin: 0 0 10px;
}
span.exlogo {
    float: left;
}
.exlogo img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    float: left;
	margin-top: 10px;
}
span.col {
    float: left;
}
span.code.hide-sm.grey-black {
    font-size: 13px;
	color: #999!important;
    margin-left: 5px;
}
.stars-bg{
    position: relative;
    display: inline-block;
    height: 17px;
    width: 135px;
    background: url(/images/evaluate.jpg) 0 0;
}
.star-active{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    background: url(/images/evaluate.jpg) 0 -20.4px;
}


.icon img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
	margin-top: -6px;
}


.red{
	color: #e40101;
}

.green{
	color: #3ca316;
}

.hui{
	color: #666;
}


span.bz {
    margin-left: 10px;
}


.row:after,.row:before {
	content: " ";
	display: table
}

.row:after {
	clear: both
}

.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12 {
	position: relative;
	min-height: 1px;
	
	padding-right: 15px
}

.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12 {
	float: left
}

.col-xs-1 {
	width: 8.33333%
}

.col-xs-2 {
	width: 16.66667%
}

.col-xs-3 {
	width: 25%
}

.col-xs-4 {
	width: 33.33333%
}

.col-xs-5 {
	width: 41.66667%
}

.col-xs-6 {
	width: 50%
}

.col-xs-7 {
	width: 58.33333%
}

.col-xs-8 {
	width: 66.66667%
}

.col-xs-9 {
	width: 75%
}

.col-xs-10 {
	width: 83.33333%
}

.col-xs-11 {
	width: 91.66667%
}

.col-xs-12 {
	width: 100%
}

.col-xs-pull-0 {
	right: auto
}

.col-xs-pull-1 {
	right: 8.33333%
}

.col-xs-pull-2 {
	right: 16.66667%
}

.col-xs-pull-3 {
	right: 25%
}

.col-xs-pull-4 {
	right: 33.33333%
}

.col-xs-pull-5 {
	right: 41.66667%
}

.col-xs-pull-6 {
	right: 50%
}

.col-xs-pull-7 {
	right: 58.33333%
}

.col-xs-pull-8 {
	right: 66.66667%
}

.col-xs-pull-9 {
	right: 75%
}

.col-xs-pull-10 {
	right: 83.33333%
}

.col-xs-pull-11 {
	right: 91.66667%
}

.col-xs-pull-12 {
	right: 100%
}

.col-xs-push-0 {
	left: auto
}

.col-xs-push-1 {
	left: 8.33333%
}

.col-xs-push-2 {
	left: 16.66667%
}

.col-xs-push-3 {
	left: 25%
}

.col-xs-push-4 {
	left: 33.33333%
}

.col-xs-push-5 {
	left: 41.66667%
}

.col-xs-push-6 {
	left: 50%
}

.col-xs-push-7 {
	left: 58.33333%
}

.col-xs-push-8 {
	left: 66.66667%
}

.col-xs-push-9 {
	left: 75%
}

.col-xs-push-10 {
	left: 83.33333%
}

.col-xs-push-11 {
	left: 91.66667%
}

.col-xs-push-12 {
	left: 100%
}

.col-xs-offset-0 {
	margin-left: 0
}

.col-xs-offset-1 {
	margin-left: 8.33333%
}

.col-xs-offset-2 {
	margin-left: 16.66667%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-4 {
	margin-left: 33.33333%
}

.col-xs-offset-5 {
	margin-left: 41.66667%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-7 {
	margin-left: 58.33333%
}

.col-xs-offset-8 {
	margin-left: 66.66667%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-10 {
	margin-left: 83.33333%
}

.col-xs-offset-11 {
	margin-left: 91.66667%
}

.col-xs-offset-12 {
	margin-left: 100%
}

@media (min-width:768px) {
	.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12 {
		float: left
	}

	.col-sm-1 {
		width: 8.33333%
	}

	.col-sm-2 {
		width: 16.66667%
	}

	.col-sm-3 {
		width: 25%
	}

	.col-sm-4 {
		width: 33.33333%
	}

	.col-sm-5 {
		width: 41.66667%
	}

	.col-sm-6 {
		width: 50%
	}

	.col-sm-7 {
		width: 58.33333%
	}

	.col-sm-8 {
		width: 66.66667%
	}

	.col-sm-9 {
		width: 75%
	}

	.col-sm-10 {
		width: 83.33333%
	}

	.col-sm-11 {
		width: 91.66667%
	}

	.col-sm-12 {
		width: 100%
	}

	.col-sm-pull-0 {
		right: auto
	}

	.col-sm-pull-1 {
		right: 8.33333%
	}

	.col-sm-pull-2 {
		right: 16.66667%
	}

	.col-sm-pull-3 {
		right: 25%
	}

	.col-sm-pull-4 {
		right: 33.33333%
	}

	.col-sm-pull-5 {
		right: 41.66667%
	}

	.col-sm-pull-6 {
		right: 50%
	}

	.col-sm-pull-7 {
		right: 58.33333%
	}

	.col-sm-pull-8 {
		right: 66.66667%
	}

	.col-sm-pull-9 {
		right: 75%
	}

	.col-sm-pull-10 {
		right: 83.33333%
	}

	.col-sm-pull-11 {
		right: 91.66667%
	}

	.col-sm-pull-12 {
		right: 100%
	}

	.col-sm-push-0 {
		left: auto
	}

	.col-sm-push-1 {
		left: 8.33333%
	}

	.col-sm-push-2 {
		left: 16.66667%
	}

	.col-sm-push-3 {
		left: 25%
	}

	.col-sm-push-4 {
		left: 33.33333%
	}

	.col-sm-push-5 {
		left: 41.66667%
	}

	.col-sm-push-6 {
		left: 50%
	}

	.col-sm-push-7 {
		left: 58.33333%
	}

	.col-sm-push-8 {
		left: 66.66667%
	}

	.col-sm-push-9 {
		left: 75%
	}

	.col-sm-push-10 {
		left: 83.33333%
	}

	.col-sm-push-11 {
		left: 91.66667%
	}

	.col-sm-push-12 {
		left: 100%
	}

	.col-sm-offset-0 {
		margin-left: 0
	}

	.col-sm-offset-1 {
		margin-left: 8.33333%
	}

	.col-sm-offset-2 {
		margin-left: 16.66667%
	}

	.col-sm-offset-3 {
		margin-left: 25%
	}

	.col-sm-offset-4 {
		margin-left: 33.33333%
	}

	.col-sm-offset-5 {
		margin-left: 41.66667%
	}

	.col-sm-offset-6 {
		margin-left: 50%
	}

	.col-sm-offset-7 {
		margin-left: 58.33333%
	}

	.col-sm-offset-8 {
		margin-left: 66.66667%
	}

	.col-sm-offset-9 {
		margin-left: 75%
	}

	.col-sm-offset-10 {
		margin-left: 83.33333%
	}

	.col-sm-offset-11 {
		margin-left: 91.66667%
	}

	.col-sm-offset-12 {
		margin-left: 100%
	}
}

@media (min-width:992px) {
	.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12 {
		float: left
	}

.col-md-z {
    width: 295px;
    margin-right: 32px;
}

	.col-md-1 {
		    width: 70px;
	}

	.col-md-2 {
		    width: 180px;
	}

	.col-md-3 {
		width: 220px;
	}

	.col-md-4 {
		width: 33.33333%
	}

	.col-md-5 {
		width: 41.66667%
	}

	.col-md-6 {
		width: 50%
	}

	.col-md-7 {
		width: 58.33333%
	}

	.col-md-8 {
		/* width: 66.66667% */
	}

	.col-md-9 {
		/* width: 75% */
	}

	.col-md-10 {
		width: 83.33333%
	}

	.col-md-11 {
		width: 91.66667%
	}

	.col-md-12 {
		width: 100%
	}

	.col-md-pull-0 {
		right: auto
	}

	.col-md-pull-1 {
		right: 8.33333%
	}

	.col-md-pull-2 {
		right: 16.66667%
	}

	.col-md-pull-3 {
		right: 25%
	}

	.col-md-pull-4 {
		right: 33.33333%
	}

	.col-md-pull-5 {
		right: 41.66667%
	}

	.col-md-pull-6 {
		right: 50%
	}

	.col-md-pull-7 {
		right: 58.33333%
	}

	.col-md-pull-8 {
		right: 66.66667%
	}

	.col-md-pull-9 {
		right: 75%
	}

	.col-md-pull-10 {
		right: 83.33333%
	}

	.col-md-pull-11 {
		right: 91.66667%
	}

	.col-md-pull-12 {
		right: 100%
	}

	.col-md-push-0 {
		left: auto
	}

	.col-md-push-1 {
		left: 8.33333%
	}

	.col-md-push-2 {
		left: 16.66667%
	}

	.col-md-push-3 {
		left: 25%
	}

	.col-md-push-4 {
		left: 33.33333%
	}

	.col-md-push-5 {
		left: 41.66667%
	}

	.col-md-push-6 {
		left: 50%
	}

	.col-md-push-7 {
		left: 58.33333%
	}

	.col-md-push-8 {
		left: 66.66667%
	}

	.col-md-push-9 {
		left: 75%
	}

	.col-md-push-10 {
		left: 83.33333%
	}

	.col-md-push-11 {
		left: 91.66667%
	}

	.col-md-push-12 {
		left: 100%
	}

	.col-md-offset-0 {
		margin-left: 0
	}

	.col-md-offset-1 {
		margin-left: 8.33333%
	}

	.col-md-offset-2 {
		margin-left: 16.66667%
	}

	.col-md-offset-3 {
		margin-left: 25%
	}

	.col-md-offset-4 {
		margin-left: 33.33333%
	}

	.col-md-offset-5 {
		margin-left: 41.66667%
	}

	.col-md-offset-6 {
		margin-left: 50%
	}

	.col-md-offset-7 {
		margin-left: 58.33333%
	}

	.col-md-offset-8 {
		margin-left: 66.66667%
	}

	.col-md-offset-9 {
		margin-left: 75%
	}

	.col-md-offset-10 {
		margin-left: 83.33333%
	}

	.col-md-offset-11 {
		margin-left: 91.66667%
	}

	.col-md-offset-12 {
		margin-left: 100%
	}
}

@media (min-width:1200px) {
	.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12 {
		float: left
	}

	.col-lg-1 {
		width: 8.33333%
	}

	.col-lg-2 {
		width: 16.66667%
	}

	.col-lg-3 {
		width: 25%
	}

	.col-lg-4 {
		width: 33.33333%
	}

	.col-lg-5 {
		width: 41.66667%
	}

	.col-lg-6 {
		width: 50%
	}

	.col-lg-7 {
		width: 58.33333%
	}

	.col-lg-8 {
		width: 66.66667%
	}

	.col-lg-9 {
		width: 75%
	}

	.col-lg-10 {
		width: 83.33333%
	}

	.col-lg-11 {
		width: 91.66667%
	}

	.col-lg-12 {
		width: 100%
	}

	.col-lg-pull-0 {
		right: auto
	}

	.col-lg-pull-1 {
		right: 8.33333%
	}

	.col-lg-pull-2 {
		right: 16.66667%
	}

	.col-lg-pull-3 {
		right: 25%
	}

	.col-lg-pull-4 {
		right: 33.33333%
	}

	.col-lg-pull-5 {
		right: 41.66667%
	}

	.col-lg-pull-6 {
		right: 50%
	}

	.col-lg-pull-7 {
		right: 58.33333%
	}

	.col-lg-pull-8 {
		right: 66.66667%
	}

	.col-lg-pull-9 {
		right: 75%
	}

	.col-lg-pull-10 {
		right: 83.33333%
	}

	.col-lg-pull-11 {
		right: 91.66667%
	}

	.col-lg-pull-12 {
		right: 100%
	}

	.col-lg-push-0 {
		left: auto
	}

	.col-lg-push-1 {
		left: 8.33333%
	}

	.col-lg-push-2 {
		left: 16.66667%
	}

	.col-lg-push-3 {
		left: 25%
	}

	.col-lg-push-4 {
		left: 33.33333%
	}

	.col-lg-push-5 {
		left: 41.66667%
	}

	.col-lg-push-6 {
		left: 50%
	}

	.col-lg-push-7 {
		left: 58.33333%
	}

	.col-lg-push-8 {
		left: 66.66667%
	}

	.col-lg-push-9 {
		left: 75%
	}

	.col-lg-push-10 {
		left: 83.33333%
	}

	.col-lg-push-11 {
		left: 91.66667%
	}

	.col-lg-push-12 {
		left: 100%
	}

	.col-lg-offset-0 {
		margin-left: 0
	}

	.col-lg-offset-1 {
		margin-left: 8.33333%
	}

	.col-lg-offset-2 {
		margin-left: 16.66667%
	}

	.col-lg-offset-3 {
		margin-left: 25%
	}

	.col-lg-offset-4 {
		margin-left: 33.33333%
	}

	.col-lg-offset-5 {
		margin-left: 41.66667%
	}

	.col-lg-offset-6 {
		margin-left: 50%
	}

	.col-lg-offset-7 {
		margin-left: 58.33333%
	}

	.col-lg-offset-8 {
		margin-left: 66.66667%
	}

	.col-lg-offset-9 {
		margin-left: 75%
	}

	.col-lg-offset-10 {
		margin-left: 83.33333%
	}

	.col-lg-offset-11 {
		margin-left: 91.66667%
	}

	.col-lg-offset-12 {
		margin-left: 100%
	}
}



.mkt {
	height: 100%;
	position: relative;
	padding-left: 10px;
    padding-right: 10px;
}

.mkt .dropdown-menu {
	border: 0;
	box-shadow: 0 0 5px 0 rgba(35,35,35,.43);
	left: 50%;
	min-width: 0;
	padding: 0;
	transform: translate(-50%)
}

.mkt .dropdown-menu>li a {
	outline: none;
	padding: 9px 20px;
	text-align: center
}

.mkt .dropdown-menu>li a:hover {
	background-color: #fff;
	color: #008beb
}

.mkt .dropdown-menu .active>a:hover {
	background-color: #008beb;
	color: #fff
}

.nav-closed .mkt {
	margin: 0
}

.mkt .btn_table_menu {
	cursor: pointer;
	position: absolute;
	right: 26px;
	top: 18px
}

.mkt .btn_table_menu svg {
	fill: #878688;
	height: 15px;
	width: 15px
}

.mkt .btn_table_menu:hover svg {
	fill: #008aea
}

.mkt .qLWbvyLSxDuyIwCmDCmvl {
	position: sticky;
	top: 60px;
	z-index: 10
}

.mkt .qLWbvyLSxDuyIwCmDCmvl>[role=tablist] {
	background-color: #f5f8fa;
	border: 0 none;
	height: 51px
}

.mkt .qLWbvyLSxDuyIwCmDCmvl>[role=tablist]>li:first-child {
	margin-left: 8px
}

.mkt .qLWbvyLSxDuyIwCmDCmvl>[role=tablist]>li>a {
	border: 0 none;
	border-radius: 0;
	border-top: 4px solid transparent;
	color: #9aa9ba;
	height: 51px;
	line-height: 48px;
	outline: 0 none;
	padding: 0 8px
}

.mkt .qLWbvyLSxDuyIwCmDCmvl>[role=tablist]>li>a:focus,.mkt .qLWbvyLSxDuyIwCmDCmvl>[role=tablist]>li>a:hover {
	background-color: transparent;
	border: 0 none;
	border-top: 4px solid transparent;
	color: #008beb
}

html[lang=en] .mkt .qLWbvyLSxDuyIwCmDCmvl>[role=tablist]>li>a {
	padding: 0 7px
}

.mkt .qLWbvyLSxDuyIwCmDCmvl>[role=tablist]>li.active>a {
	background-color: #fff;
	border-color: #008aec;
	border-top-width: 4px;
	color: #008aec;
	cursor: pointer
}



.mkt .tab-content .tip-hover {
	cursor: pointer
}

.mkt .tab-content .tip-hover:hover {
	color: #00518a
}

.mkt .bottom {
	bottom: 0;
	color: #2a2a2a;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	white-space: nowrap;
	width: 100%;
	position: sticky;
	padding: 13px 0 0;
	background-color: #fff;
	box-shadow: 0 -1px 5px rgba(0,0,0,.1);
	min-height: 43px;
	flex: none
}

.mkt .bottom .item {
	display: inline-block
}

.mkt .bottom .item+.item {
	margin-left: 15px
}

html[lang=en] .mkt .bottom .item+.item {
	margin-left: 10px
}

.mkt .bottom .bottom-more {
	text-align: center
}

.mkt .bottom .bottom-more .market_more {
	background: #fafdff;
	border: 1px solid #e9eff2;
	color: #3a5263;
	display: inline-block;
	font-size: 13px;
	height: 25px;
	line-height: 22px;
	margin-top: 15px;
	text-decoration: none;
	width: 135px;
	cursor: pointer
}

.mkt .bottom .bottom-more .market_more svg {
	height: 10px;
	stroke: #a5adb0;
	width: 17px
}

.mkt .bottom .bottom-more .market_more.active svg {
	transform: rotate(180deg)
}

.mkt .bottom .bottom-more .market_more:hover {
	background-color: #fff
}

.mkt .bottom .bottom-more .market_more:hover svg {
	stroke: #008aed
}

.mkt .select_item {
	color: #2a2a2a;
	cursor: pointer;
	display: inline-block;
	line-height: 16px;
	margin-top: -4px;
	padding-left: 24px;
	position: relative;
	vertical-align: middle
}

.mkt .select_item .checkbox {
	display: block;
	left: 0;
	margin-top: -9px;
	position: absolute;
	top: 50%
}

.mkt .select_item .checkbox svg {
	height: 16px;
	width: 16px
}

.mkt .select_item .checkbox svg .rect {
	stroke: #7a8c9c
}

.mkt .select_item .checkbox svg .tick {
	stroke: transparent
}

.mkt .select_item.active svg .tick {
	stroke: #008aec
}

.mkt .select_item+.select_item {
	margin-left: 10px
}

.mkt .currency_item.active {
	color: #008aec
}

.mkt .highlight-text {
	color: #08c074
}

.mkt .custom_rate_input {
	border: 0 none;
	border-bottom: 1px solid #728596;
	color: #008beb;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	margin-top: -4px;
	outline: 0 none;
	text-align: center;
	vertical-align: middle;
	width: 60px
}

.mkt .rise {
	color: #08c074
}

.mkt .down {
	color: #ff1616
}

.mkt table {
	color: #404040;
	font-family: Microsoft YaHei,Helvetica Neue,Helvetica,sans-serif;
	font-size: 13px;
	text-align: right;
	width: 100%;
	flex: auto
}

.mkt table .market_name {
	padding-left: 0;
	padding-right: 28;
	text-align: left;
	    max-width: 135px;
	        padding-left: 5px;
}

.mkt table .market_name .coin-name {
	color: #989898
}

.mkt table .custom_manager {
	cursor: pointer
}

.mkt table .market_latest {
	padding-right: 12px
}

.mkt table tfoot {
	text-align: center
}

.mkt table tfoot tr {
	border: 0 none;
	height: auto
}

.mkt table tbody .market_name a {
	color: #181818;
	display: inline-block;
	max-width: 230px;
	padding-left: 30px;
	position: relative
}
.mkt table tbody .market_name .link {
    color: #181818;
    display: inline-block;
    max-width: 230px;
    padding-left: 30px;
    position: relative;
}
.mkt table tbody .market_name a:hover {
	color: #008aed
}

.mkt table tbody .market_name .name {
	color: #acb0b4;
	margin-left: 10px;
}

.mkt table tbody .market_name .name:hover {
	color: #008aed
}

.mkt table tbody .market_name .icon {
	display: block;
	left: 0;
	margin-top: -9px;
	position: absolute;
	top: 50%
}

.mkt table tbody .market_name .icon.icon-btc-alt {
	height: 19px;
	margin-top: -9.5px;
	width: 18px
}

.mkt table tbody .market_name .icon.icon-bcc-alt,.mkt table tbody .market_name .icon.icon-ltc-alt {
	height: 18px;
	width: 18px
}

.mkt table .opts {
	padding-left: 0;
	padding-right: 0;
	text-align: center;
	width: 47px
}

.mkt table .opts .btn-opt {
	cursor: pointer;
	display: inline-block;
	line-height: normal;
	vertical-align: middle
}

.mkt table .opts .btn-opt svg {
	fill: #adadad;
	height: 14px;
	width: 18px
}

.mkt table .opts .btn-opt.active svg,.mkt table .opts .btn-opt svg:hover {
	fill: #1a90e4
}

.mkt table .opts-container {
	position: relative
}

.mkt table .opts-popup {
	background-color: #fff;
	box-shadow: 0 2px 6px 0 #aaa;
	padding: 9px 7px;
	position: absolute;
	right: -130px;
	top: 6px;
	width: 130px;
	z-index: 2
}

.mkt table .opts-popup.animate {
	height: auto;
	transition: all .3s ease;
	width: 120px
}

.mkt table .opts-popup .triangle-left {
	box-shadow: 0 5px 8px -5px rgba(0,0,0,.3);
	height: 20px;
	left: -9px;
	overflow: hidden;
	position: absolute;
	top: -10px;
	transform: rotate(45deg);
	width: 20px
}

.mkt table .opts-popup .triangle-left:after {
	background-color: #fff;
	bottom: -7px;
	box-shadow: 6px 8px 6px 5px rgba(0,0,0,.2);
	content: "";
	height: 14px;
	left: 50%;
	margin-left: -7px;
	position: absolute;
	transform: rotate(45deg);
	width: 14px
}

.mkt table .opts-popup svg {
	height: 16px;
	width: 16px
}

.mkt table .opt-list {
	list-style: none;
	margin: 0;
	padding: 0
}

.mkt table .opt-list li {
	text-align: left
}

.mkt table .opt-list a {
	color: #181818;
	display: block;
	height: 26px;
	line-height: 26px;
	padding: 0 0 0 35px;
	position: relative;
	text-decoration: none
}

.mkt table .opt-list a:hover {
	background-color: #edf2f5;
	color: #1a90e4
}

.mkt table .opt-list .icon {
	display: block;
	margin-top: -8px;
	position: absolute;
	top: 50%
}

.mkt table .opt-list .icon.icon-trend-line {
	height: 17px;
	left: 9.5px;
	margin-top: -8.5px;
	width: 16px
}

.mkt table .opt-list .icon.icon-trend-line svg {
	height: 17px;
	width: 16px
}

.mkt table .opt-list .icon.icon-trend-column {
	height: 15px;
	left: 9px;
	margin-top: -7.5px;
	width: 17px
}

.mkt table .opt-list .icon.icon-trend-column svg {
	height: 15px;
	width: 17px
}

.mkt table .opt-list .icon.icon-arrow-top {
	height: 16px;
	left: 9.5px;
	margin-top: -8px;
	width: 16px
}

.mkt table .opt-list .icon.icon-arrow-top svg {
	height: 16px;
	width: 16px
}

.mkt table .opt-list .icon.icon-pie-chart {
	height: 15px;
	left: 9.5px;
	margin-top: -7.5px;
	width: 16px
}

.mkt table .opt-list .icon.icon-pie-chart svg {
	height: 15px;
	width: 16px
}

.mkt table tr {
	border-bottom: 1px solid #e3e8ea;
	height: 48px
}

.mkt table thead tr {
	height: 43px
}

.mkt table tbody tr,.mkt table thead tr th {
	cursor: pointer
}

.mkt table tbody tr:hover {
	background-color: #f3f8fb
}

.mkt table tbody tr.empty_list {
	border: 0 none;
	cursor: auto;
	text-align: center
}

.mkt table tbody tr.empty_list:hover {
	background-color: transparent
}

.mkt table th {
	color: #828282;
	font-weight: 400;
	text-align: right;
	white-space: nowrap
}

.mkt table td {
	white-space: nowrap
}
td.market {
    text-align: center;
}
.mkt table .trend {
	margin-left: 4px;
	visibility: hidden
}

.mkt table .trend svg {
	height: 9px;
	width: 9px
}

.mkt table .symbol-btc {
	display: inline-block;
	line-height: normal;
	vertical-align: middle
}

.mkt table .symbol-btc svg {
	height: 13px;
	width: 14px
}

.mkt table .indicator {
	color: #989898
}

.mkt table .latest {
	white-space: nowrap
}

.mkt table .latest.main {
	color: #535353
}

.mkt table .latest.rise {
	color: #08c074
}

.mkt table .latest.rise .trend {
	visibility: visible
}

.mkt table .latest.rise .trend svg {
	transform: rotate(-90deg)
}

.mkt table .latest.down {
	color: #ff1616
}

.mkt table .latest.down .trend {
	visibility: visible
}




/*顶部导航*/

.navbar-nav {
	margin: 7.5px -15px
}



@media (max-width:767px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none
	}

	.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a {
		padding: 5px 15px 5px 25px
	}

	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 20px
	}

	.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover {
		background-image: none
	}
}

@media (min-width:768px) {
	.navbar-nav {
		float: left;
		margin: 0
	}

	.navbar-nav>li {
		float: left
	}

	
}
/*顶部导航 end*/

/*板块*/

.projects-select {
	width: 1180px;
    margin: 0 auto;
    background-color: #fff;
    margin-bottom: 15px;
    border-radius: 8px;
}

.projects-select span {
	color: #737687
}

.projects-select .article {
	width: 1180px
}

.projects-select .article .select-ul a {
	color: #737687;
	font-size: 16px;
	display: block
}

.projects-select .article .select-ul a:hover {
	color: #ec584e;
	background-color: #fff
}

.projects-select .article .select-ul>ul {
	background-color: #ebeae9
}

.projects-select .article .select-ul>ul li {
	width: 160px;
	height: 50px;
	text-align: center;
	line-height: 50px;
}

.projects-select .article .select {
	padding: 0 25px
}

.projects-select .article .select div {
	overflow: hidden;
	border-bottom: 1px solid #f1f1f1;
	padding: 10px 0
}

.projects-select .article .select div a {
	padding: 5px 10px;
	display: block;
	color: #737687
}

.projects-select .article .select div a:hover {
	background-color: #ec584e;
	color: #fff
}

.projects-select .article .select div:last-child {
	border-bottom: none
}

.projects-select .article .select div span {
	margin-right: 20px;
	padding: 5px 0;
	float: left
}

.projects-select .article .select div ul .ml74 {
	margin-left: 74px
}

.projects-select .article .select div ul .mt8 {
	margin-top: 8px
}

.projects-select .article .select div ul li {
	margin-right: 25px;
	display: inline-block;
}

.projects-select .article .select div .dib-box {
	float: left
}
  .select-ul li a.on{
    color:#ec584e!important;
    background: #fff;
  }
  .select li a.on{
    color:#fff!important;
    background: #ec584e;
  }
  /*章节列表*/
.ac ul.bdlist{margin:10px 0 10px 1.5em;}
.ac ul.bdlist li{float:left; display:inline; background:url("dot.svg") left 4px no-repeat; text-indent:10px; padding:2px 0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.ac ul.lieshu2 li{width:50%;}
.ac ul.lieshu3 li{width:33.3%;}
.ac div{font-size:1.4em; padding:5px 0 5px 5px;}

.titlepic{text-align:center;}
.titlepic img{max-width:300px;}
.titlepic p{font-size:1.2em; margin-top:-5px; margin-bottom:6px;}
div#file {
    height: 1000px;
}
.ncp a {
    font-weight: bold;
    font-size: 16px;
}
.ncp {
    margin: 20px 0 10px 12px;
    line-height: 2;
    font-size: 14px;
}
.infoxx {
    margin: 10px 12px 0px 12px;
    font-size: 12px;
    color: #999;
}
.listsons p {
    min-height: 70px;
}
.mkt.zt {
    padding-left: 0;
}
.listsons.zt img {
    width: 150px;
}
.e-intro {
    border-bottom: 1px solid #ddd;
    font-family: 'Microsoft YaHei','SF Pro Display','Roboto,Noto','Arial','PingFang SC';
}
.e-intro p {
    line-height: 2;
    color: #999;
}
ul.art-list li {
    height: 28px;
    line-height: 28px;
    width: 200px;
    padding-right: 8px;
    float: left;
    vertical-align: top;
    font-size: 12px;
    overflow: hidden;
}
ul.art-list {
    margin-top: 15px;
    margin-bottom: 15px;
}
ul.art-list li a {
    background: url(/images/wyz-icon.png) no-repeat 0 -145px;
    padding-left: 12px;
}
.listsons.zt p {
    max-height: 80px;
}
li.sl {
    margin-bottom: 10px;
}
.media-ios {
    background: url(/images/ios_1.png) no-repeat;
}
.media-ios:hover {
    background: url(/images/ios_2.png) no-repeat;
}
.media-anzhuo {
    background: url(/images/anzhuo_1.png) no-repeat;
}
.media-anzhuo:hover {
    background: url(/images/anzhuo_2.png) no-repeat;
}

.media-icon {
    transition: background .2s linear;
    display: inline-block;
    cursor: pointer;
    font-style: normal;
    width: 33px;
    zoom: .9;
    height: 23px;
    background-repeat: no-repeat;
}

ul.xgw.abwiki a {
    color: #4285f4;
}