@font-face {
	font-family: 'HelveticaNeue';
	src: url('/vendor/fonts/HelveticaNeue-Medium.ttf');
}

@font-face {
	font-family: 'HelveticaNeue-Bold';
	src: url('/vendor/fonts/HelveticaNeue-Bold.ttf');
}

@font-face {
	font-family: 'HelveticaNeue-Medium';
	src: url('/vendor/fonts/HelveticaNeue-Medium.ttf');
}

@font-face {
	font-family: 'HelveticaNeue-Light';
	src: url('/vendor/fonts/HelveticaNeue-Light.ttf');
}

::selection {
	color: #fff;
	background-color: #637284;
}

::-moz-selection {
	color: #fff;
	background-color: #637284;
}

::-webkit-selection {
	color: #fff;
	background-color: #637284;
}

iframe {
	width: 100%;
	min-height: 658px
}

.padding_icon {
	padding-left: 2%;
}

.bgcolor {
	background-image: -webkit-linear-gradient(90deg, #165fe7 0%, #1a90fc 100%);
	background-image: -ms-linear-gradient(90deg, #165fe7 0%, #1a90fc 100%);

	width: 100%;
	height: auto;
	background: linear-gradient(0deg, rgba(4, 20, 46, 1) 0%, rgba(13, 32, 66, 1) 100%);
	box-shadow: 0px 5px 12px 0px rgba(11, 30, 64, 0.3);
}

.headerBox {
	/*min-height: 360px;*/
	min-height: 260px;
	position: relative;
	/*background: url(/img/heaBg3.png) no-repeat center*/
}

.comHeaderBox,
.headerBox {
	width: 100%;
	height: auto;
	/*box-shadow: 0 5px 9pt 0 rgba(8,89,237,.3)*/
}

/* .comHeaderBox {
	background: transparent url(/img/heaBg3.png) no-repeat scroll 0 -383px
} */

.headerCont {
	width: 100%;
	display: flex;
	padding: 30px
}


.trNone {
	display: none !important
}

.styleWeight span {
	font-weight: 700;
	padding-right: 5px
}

.transactionsNav2 {
	position: absolute;
	top: 100%;
	margin-top: 1px;
}

.transactionsNav2 li a {
	height: 60px;
	display: inline-block;
	padding-left: 20px !important;
	text-transform: none !important;
	font-size: 9pt !important
}

.transactionsNav2 li a:hover {
	text-decoration: none !important;
	cursor: pointer
}

.transactionsNav3 li a {
	font-weight: 400 !important;
	padding: 0 10px 0 24px !important
}

.transactionsNav3 li:hover a {
	color: #0a67e7 !important
}

.trComIco {
	width: 14px;
	height: 23px;
	position: absolute;
	margin-top: 1pc;
	background: url(/img/trIco.png) -20px -2px;
	transform: scale(.5, .5)
}

.trNavIco {
	width: 6px;
	height: 5px;
	margin-top: -5px;
	background: url(/img/comNavIco.png) no-repeat center;
	background-size: 100%
}

.toggleMenu {
	position: absolute;
	left: 0
}

.navbar-default {
	display: flex;
	background: none;
	border: none;
	padding: 20px 30px;
	margin: 0;
	align-items: center;
}

.navbar-default .navbar-collapse {
	position: relative;
	top: 3px;
}

.navbar-default .navbar-nav>li>a {
	color: #fff !important;
	line-height: 35px;
	opacity: .5;
	font-weight: 700;
	font-family: MicrosoftYaHei-Bold, sans-serif;
	font-size: 16px;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #fff
}

.navbar-default .navbar-nav>li>a:hover {
	color: #fff;
	opacity: 1
}

.dropdown:hover>.dropdown-menu {
	display: block;
}

.new-dropdown:hover>.new-dropdown-menu {
	display: flex;
}

.navbar-default .navbar-toggle {
	border-color: #fff;
	background: #fff;
}

a:-webkit-any-link {
	text-decoration: none
}

#iframeHolder body {
	background: #fff
}

#myTab {
	line-height: 25px;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	box-sizing: border-box;
}

#vlds_transactions,
#vlds_ethIco {
	float: left;
	margin-bottom: -1px;
	position: relative;
	display: block;
}

#vlds_transactions a,
#vlds_ethIco a {
	color: #899aaf;
	font-weight: 700;
	text-decoration: none;
	padding: 0;
	margin-right: 13px;
	line-height: 1.42857143;
	border-radius: 4px 4px 0 0;
}

#vlds_transactions.activated a,
#vlds_ethIco.activated a {
	border: none;
	color: #1d88fd;
	background: #f5f6fa;
}

.logoImg {
	width: 152px;
	height: 35px;
	vertical-align: middle;
	background: url(/img/logo.png) no-repeat center;
	background-size: cover;
	display: inline-block
}

.navbar-right {
	clear: both;
	margin: 0;
	padding: 0;
	float: left !important
}

.dropdown-toggle:hover .dropdown-menu {
	display: block
}

.dropdown-menu {
	padding: 0;
	margin: 0;
	border-radius: 4px !important
}

.new-dropdown-menu {
	display: none;
	background: #0D2042;
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
	border-radius: 4px 4px 4px 4px;
}

.docusMenu {
	display: none !important
}

.dropdown-menu li a {
	width: 100%;
	color: #688499;
	font-size: 14px;
	line-height: 38px;
	text-transform: none !important
}

.dropdown-menu li a:hover {
	color: #6F98DB !important;
	font-size: 13px !important;
	/* border-bottom: 2px solid #296de9; */
	background: #fdfcfc
}

.dropdown-menu li a:focus {
	color: #fff;
	font-size: 14px;
	font-weight: 700
}

.navbar-right .dropdown-menu {
	/* left: -60px; */
	left: 0px;
	width: 270px;
	text-align: center
}

.dropdown-menu li {
	text-align: left !important;
}

.dropdown-menu li.offi_link {
	background-color: #F5F6FA;
	pointer-events: none;
	padding-left: 1.4rem;
}

.new-dropdown-menu .official_link_con {
	min-width: 200px;
	padding: 32px;
	height: 266px;
}

.new-dropdown-menu .community_link_con {
	padding: 32px;
	width: 421px;
	display: flex;
	flex-direction: column;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.new-dropdown-menu .official_link_con .offi_link_line {
	height: 18px;
	line-height: 18px;
	margin-bottom: 16px;
	padding: 0;
}

.new-dropdown-menu .official_link_con .offi_link_line>a:hover {
	background: none;
}

.new-dropdown-menu .official_link_con .dropdown-item:hover {
	background: none;
}

.new-dropdown-menu .community_link_con .dropdown-item:hover {
	background: none;
}

.new-dropdown-menu .official_link_con .offi_link_line>a {
	font-size: 16px !important;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #2FBDF4;
	padding: 0;
	height: 18px;
	line-height: 18px;
}

.new-dropdown-menu .community_link_con .comm_link_line {
	height: 18px;
	line-height: 18px;
	margin-bottom: 16px;
}

.new-dropdown-menu .community_link_con .comm_link_line>a {
	font-size: 16px !important;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #F4672F;
}

.new-dropdown-menu .official_link_con li {
	display: flex;
	align-items: center;
}

.new-dropdown-menu .official_link_con li img {
	margin-right: 8px;
}

.new-dropdown-menu .community_link_con .comm_menu li {
	display: flex;
	align-items: center;
}

.new-dropdown-menu .community_link_con .comm_menu li img {
	margin-right: 8px;
}

.new-dropdown-menu .official_link_con .dropdown-item {
	padding: 0;
	font-size: 14px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}

.new-dropdown-menu .community_link_con .dropdown-item {
	padding: 0;
	font-size: 14px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	width: 152px;
	height: 48px;
	line-height: 48px;
}

.new-dropdown-menu .community_link_con .comm_menu {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.new-dropdown-menu .community_link_con .comm_menu li {
	height: 48px;
	line-height: 48px;
	padding: 0;
}

.new-dropdown-menu li.dropdown-item {
	line-height: 18px;
	padding: 16px 0;
}

.dropdown-menu li.offi_link>a {
	color: #000000;
	font-weight: 600;
}

.dropdown-menu li>a {
	font-size: 13px !important;
}

.pcMenu {
	height: 60px;
	overflow: visible;
}

.pcMenu li {
	text-align: center;
}

.pcMenu li a {
	width: 100%;
	font-size: 14px;
	padding: 0 20px;
	text-transform: uppercase
}

.pcMenu li a:hover {
	border-radius: 4px 4px 0 0
}

.pcMenu li a:focus,
.pcMenu li a:hover {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	/* border-bottom-style: solid; */
	/* border-bottom-width: thick; */
	/* border-bottom-color: rgb(255, 255, 255); */
}

.pcMenu1 li.actived a {
	opacity: 1;
}

.gitHubIco {
	width: 25px;
	height: 24px;
	background-size: 100%;
	transform: scale(.7, .7);
	vertical-align: middle;
	margin-right: 4px;
	margin-bottom: 5px;
	display: inline-block;
	background: url(/img/github.png) no-repeat center
}

.rightSearch {
	float: right;
	position: relative;
	overflow: hidden;
}

.form-control {
	width: 470px;
	height: 35px;
	box-shadow: none;
	background-color: rgba(22, 44, 81, 1);
	border-radius: 18px;
	border: none;
	color: #fff;
	font-size: 9pt;
	letter-spacing: .1px;
	text-indent: 15px;
}

.form-control:focus {
	outline: 0;
	box-shadow: 0 0 8px rgba(102, 175, 233, .6)
}

.rightSearch button {
	position: absolute;
	top: 2px;
	right: 12px;
	width: 30px;
	height: 30px;
	display: inline-block;
	border: none;
	transform: scale(.5, .5)
}

.form-group {
	margin: 0px;
}

.form-group>.form-control-custom {
	width: 470px;
	height: 35px;
	max-width: 24vw;
	box-shadow: none;
	background-color: rgba(22, 44, 81, 1);
	border-radius: 18px;
	border: none;
	color: #fff;
	font-size: 9pt;
	letter-spacing: .1px;
	text-indent: 15px;
	padding-right: 32px;
}

.seachIco {
	background-size: 205px 21px;
	background: url(/img/ico.png) no-repeat -183px -2px
}

.seachIco:hover {
	background-size: 205px 21px;
	background: url(/img/ico.png) no-repeat -183px -2px
}

.dropdown-menu li {
	line-height: 45px
}

.heaContainer .hctLeft,
.heaContainer .hctRight {
	height: auto;
	color: #000000;
	border-radius: 8px;
	padding: 25px 15px;
	margin: auto;
}

.heaContainer div h1 span {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase
}

.latestTrCont {
	width: 97%;
	margin: 0 2.5%;
	display: inline-block;
	padding-bottom: 15px;
	border-bottom: 1px solid hsla(0, 0%, 100%, .1)
}

.trHash {
	width: 100%;
	display: inline-block;
	margin: 20px 0 10px
}

.hashTit {
	width: 35%;
	float: left;
	white-space: nowrap
}

.hashTit span {
	font-size: 14px;
	font-weight: 700;
	vertical-align: middle
}

.hashAdd {
	width: 65%;
	float: left
}

.capacityBar {
	padding: 0px 10px 0px 0px !important
}

.quer_seacCon {
	float: right !important;
	position: relative
}

.quer_sear {
	position: absolute;
	top: 6px;
	right: 10px;
	width: 20px;
	height: 20px;
	border: none;
	background: url(/img/search.png) no-repeat center center;
	background-size: contain
}

.quer_sear:hover {
	width: 20px;
	height: 20px;
	background: url(/img/search2.png) no-repeat center center;
	background-size: contain
}

.hashAdd {
	white-space: nowrap
}

.hashAdd,
.hashAdd a {
	overflow: hidden;
	text-overflow: ellipsis
}

.hashAdd a {
	width: 86%;
	font-size: 14px;
	line-height: 30px;
	vertical-align: middle;
	white-space: normal;
	display: inline-block
}

.formTo {
	width: 45%;
	float: left
}

.amountMess p,
.formTo p {
	line-height: 18px
}

.amountMess {
	width: 55%;
	float: left
}

.amountMess p {
	font-size: 14px
}

.amountMess p span {
	font-size: 9pt;
	vertical-align: middle
}

.timeIco {
	width: 21px;
	height: 21px;
	margin-left: -5px;
	background: url(/img/time.png) no-repeat center;
	background-size: 100%;
	transform: scale(.5, .5)
}

.formTit,
.timeIco {
	vertical-align: middle;
	display: inline-block
}

.formTit {
	width: 5%;
	font-size: 14px;
	margin-right: 43px
}

.toText {
	width: 50%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
	vertical-align: middle
}

.comColorBlue {
	color: #34fffd;
	font-size: 9pt
}

.comColorBlue:hover {
	color: #34fffd;
	text-decoration: underline
}

.lasBlock {
	width: 97%;
	margin: 0 2.5%
}

.lasBlock li {
	font-size: 14px;
	line-height: 52px;
	border-bottom: 1px solid hsla(0, 0%, 100%, .1)
}

a:hover {
	text-decoration: underline
}

.art a {
	color: #34fffd
}

.art a:hover {
	text-decoration: underline
}

.lbCon h2 {
	font-size: 1pc;
	font-weight: 700;
	margin: 20px 0
}

.lbCon span {
	line-height: 18px;
	margin: 5px 0;
	display: inline-block
}

.moreTxt {
	width: 55px;
	height: 26px;
	background: rgba(245, 246, 250, 1);
	border-radius: 13px;
}

.comContainer {
	width: 100%;
	min-height: 69%;
	padding: 0;
	margin: 22px 0 0;
	background: #fff;
	box-shadow: 0 6px 9pt 0 rgba(15, 104, 170, .04)
}

.comContainer1 {
	background: none;
}

.contTitBox {
	padding: 0 30px 22px;
	width: 100%;
	display: inline-block;
	background-color: #f5f6fa
}

.contTitBox h1 span {
	color: #3f454c;
	font-size: 18px;
	font-weight: 700
}

.contTitBox h1 b,
.contTitBox h1 span {
	vertical-align: middle;
	margin-left: 9pt
}

.contTitBox h1 b {
	font-size: 9pt
}

.contLeft {
	width: 30%;
	float: left
}

.contRight {
	width: 70%;
	float: right;
	text-align: right
}

.contRight h4 span {
	color: #899aaf;
	font-size: 9pt;
	vertical-align: middle
}

em {
	vertical-align: middle
}

.bloco,
em {
	display: inline-block
}

.bloco {
	width: 18px;
	height: 18px;
	transform: scale(.5, .5);
	background-size: 205px 21px;
	background: url(/img/ico.png) no-repeat -41px -2px
}

.contSource {
	margin-left: 30px;
	padding-bottom: 30px
}

.scAddrTitBox {
	margin: 30px 0 10px
}

.scAddrTitBox h1 span {
	vertical-align: middle;
	color: #3f454c;
	font-size: 1pc;
	margin-left: 9pt;
	font-weight: 700
}

.scaddTextarea {
	width: 75pc;
	height: 330px;
	padding: 13px;
	background-color: #f5f5f5;
	line-height: 20px;
}

pre {
	border: none;
	padding: 0;
	background: #fff
}

.alignCenter {
	text-align: center !important
}

.alignLeft {
	text-align: left !important
}

.table-box {
	display: inline-block
}

.ccContainer {
  display: flex;
  flex-direction: column;
  padding: 0 4%
}

.table-header {
  height: 52px;
  width: 100%;
  background-color: #fff;
  border-radius: 30px;
  line-height: 52px;
  margin-bottom: 10px;
  padding: 0 40px;
}

.asset-info {
  display: flex;
  padding: 20px 40px;
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 26px;
}

.chain-pair {
  padding: 20px 10px;
  color: #3F454C;
  border-bottom: 1px solid #F2F2F2;
}

.chain-pair:last-child {
  border-bottom: none;
}

.alink {
  display: block;
  cursor: pointer;
}

.alink:hover {
  text-decoration: none;
}

.border-item1 {
  border-right: 1px solid #F2F2F2;
}

.chain-style {
  width: 20px;
  height: 20px;
  line-height: 17px;
  border-radius: 50%;
  background-color: white;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 12px;
  left: 24px;
}

.item1 {
  width: 15%;
  display: inline-block;
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #3F454C;
}

.item2 {
  width: 26%;
  display: inline-block;
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #3F454C;
  padding-left: 30px
}

.item3 {
  width: 57%;
  display: inline-block;
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #3F454C;
}

.lastestBlocksTab,
.table-box {
	width: 100%;
	background: #fff
}

.lastestBlocksTab tbody tr td:nth-child(1),
.lastestBlocksTab tbody tr th:nth-child(1) {
	text-align: left;
	padding-left: 30px
}

.lastestBlocksTab tbody tr td:nth-of-type(2) {
	max-width: 20vw;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0px 10px;
}

.lastestBlocksTab tbody tr td:nth-of-type(5) {
	max-width: 18vw;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0px 10px;
}

.lastestBlocksTab tbody tr td:nth-of-type(6) {
	max-width: 18vw;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0px 10px;
}

.osmList tbody tr td:not(:nth-of-type(1)) {
	padding: 0 !important;
}

.lbtTr {
	width: 100%;
	box-shadow: 0 6px 8px 0 rgba(15, 104, 170, .06)
}

/* tbody>tr:hover td,
tbody>tr:hover td a {
	color: #1992fc
} */

.lbtTr th,
.toText {
	text-align: left
}

.lasBlock .toText {
	text-align: right
}

.lbtTr th {
	white-space: nowrap
}

.lbtTr th,
.lbtTr th span {
	font-size: 14px;
	font-weight: 700;
	color: #434950;
	background: #fff !important;
	line-height: 45px
}

.lbtTr th span {
	vertical-align: middle;
	text-align: center
}

.lbtTr th em {
	transform: scale(.5, .5);
	vertical-align: middle
}

.tableIco1 {
	width: 26px;
	height: 23px;
	background-size: 90pt 1pc;
	background: url(/img/tableIco.png) no-repeat -58px -2px;
	display: inline-block
}

.tableIco2 {
	width: 28px;
	height: 27px;
	background-size: 90pt 1pc;
	background: url(/img/tableIco.png) no-repeat -148px -2px;
	display: inline-block
}

.tableIco3 {
	height: 24px;
	background-size: 90pt 1pc;
	background: url(/img/tableIco.png) no-repeat -2px -2px
}

.tableIco3,
.tableIco4 {
	width: 24px;
	display: inline-block
}

.tableIco4 {
	height: 26px;
	background-size: 90pt 1pc;
	background: url(/img/tableIco.png) no-repeat -30px -2px
}

.tableIco5 {
	width: 30px;
	height: 30px;
	background-size: 90pt 1pc;
	background: url(/img/tableIco.png) no-repeat -178px -1px;
	display: inline-block
}

.tableIco6 {
	background-size: 90pt 1pc;
	background: url(/img/tableIco.png) no-repeat -87px -2px
}

.tableIco6,
.tableIco7 {
	width: 28px;
	height: 29px;
	display: inline-block
}

.tableIco7 {
	background-size: 90pt 1pc;
	background: url(/img/tableIco.png) no-repeat -210px -2px
}

.tableIco8 {
	width: 28px;
	height: 29px;
	background-size: 90pt 1pc;
	background: url(/img/tableIco.png) no-repeat -117px -2px;
	display: inline-block
}

.lastestBlocksTab tr {
	line-height: 45px
}

.lastestBlocksTab tr:nth-child(odd) {
	background-color: #f5f6fa
}

.iframeTable,
.tabrscTab {
	background: #fff
}

.iframeTable {
	min-height: 600px
}

.tabrscTab .lastestBlocksTab tr:nth-child(even) {
	background-color: #f5f6fa
}

.lastestBlocksTab tr td {
	font-size: 14px;
}

.ethWIco {
	background: url(/img/etnWIco.png) no-repeat center center;
	background-size: 100%
}

.ethWIco,
.ethWIco2 {
	width: 20px;
	height: 25px;
	padding: 0 5px;
	transform: scale(.5, .5);
	display: inline-block
}

.ethWIco2 {
	background: url(/img/etnWIco2.png) no-repeat center center;
	background-size: 100%
}

.ethWan2 {
	margin-left: 30px;
	margin-top: 2px
}

.ethWan2 span {
	color: #0a67e7;
	font-weight: 700
}

.ethWli:hover .ethWIco,
.ethWli:visited .ethWIco {
	width: 20px;
	height: 25px;
	padding: 0 5px;
	transform: scale(.5, .5);
	display: inline-block;
	background: url(/img/etnWIco2.png) no-repeat center center;
	background-size: 100%
}

.fontSize tr td:nth-child(1) a {
	font-size: 9pt
}

.comMinHeight {
	min-height: 600px
}

.lastestBlocksTab tr:hover td {
	color: rgb(63, 69, 76);
}

.lastestBlocksTab tr td a:hover,
.tab-pane .lastestBlocksTab tr td a {
	color: #0a67e7
}

.formTo a:focus,
.hashAdd a:focus {
	color: #34fffd
}

.notFound a:focus {
	color: #fff
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
	background: none !important
}

.textArea {
	width: 550px;
	height: 75pt;
	line-height: 18px;
	padding: 5px;
	margin: 9pt 10px 10px 0;
	background-color: #f5f6fa;
	border-radius: 4px;
	border: 2px solid #e4e7f0;
	color: #899aaf
}

.articleTable tr td span {
	margin-right: 15px
}

.tabCur {
	color: #434950;
	font-weight: 700
}

.contractInfo {
	line-height: 22px;
}

.internalTxInfo_ellipsisText {
	overflow: hidden;
	display: inline-block;
	width: 12em;
	line-height: 28px;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
}

.firstBtn,
.lastBtn {
	color: #65778d !important;
	font-size: 9pt
}

.firstBtn:hover,
.lastBtn:hover {
	color: #0a67e7 !important;
	text-decoration: none
}

.artilceContainer {
	background: #fff
}

.articleTit {
	margin-top: 20px
}

.articleTit,
.articleTit2 {
	width: 100%;
	position: relative;
	line-height: 60px;
	padding: 0 30px;
	display: inline-block;
	background: #fff;
	box-shadow: 0 9pt 1pc 0 rgba(15, 104, 170, .06)
}

.artTitLeft {
	float: left
}

.artTitRight {
	float: right
}

.artTag {
	float: left
}

.tokenTransIco {
	width: 40px;
	height: 40px;
	margin-left: 22px;
	border-radius: 8px;
	border: 2px solid #eff1f6
}

.tokenTransIco img {
	margin-right: 20px;
	width: 40px;
	height: 40px;
	border-radius: 8px;
	border: 1px solid #eff1f6;
	display: inline-block
}

.articleTit2 h5,
.articleTit h5 {
	float: left;
	font-size: 1pc;
	line-height: 60px;
	margin-left: 14px;
	font-weight: 700
}

.tktsText {
	font-size: 14px;
	color: #434950;
	margin: 0 10px;
	display: inline-block
}

.cfg,
.tktsText {
	font-weight: 700
}

.cfg {
	color: #96a5b8;
	padding: 4px 8px;
	font-size: 9pt;
	background-color: #f2f4f9;
	border-radius: 20px
}

.artTitLeft .artHasAdd {
	margin-left: 35px
}

.artTitLeft .artHasAdd1 {
	margin-left: 6px
}

.artHasAdd,
.artHasAdd1 {
	color: #899aaf;
	font-size: 9pt
}

.articleUl li {
	width: 100%;
	min-height: 90px;
	height: auto;
	padding: 0 30px 0 44px;
	display: inline-block
}

.articleUl li:nth-child(even) {
	background-color: #f5f6fa
}

.articleUl li div {
	width: 100%;
	display: inline-block;
	margin-top: 26px
}

.mtoTable tr td .h6 {
	margin: 0 0 7px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	color: #1d88fd
}

.mtoTable tr td p {
	font-size: 9pt;
	color: #65778d;
	line-height: 16px
}

.naico,
.naico img {
	width: 40px;
	height: 40px;
	display: inline-block
}

.naico img {
	margin-right: 20px;
	border-radius: 8px;
	border: 1px solid #eff1f6
}

.tokenIcons {
	width: 24px;
	height: 24px;
}

.artAdda {
	margin: 0 0 7px;
	display: inline-block
}

.articleUl a {
	color: #1d88fd !important
}

.articleUl a:hover {
	color: #1d88fd;
	text-decoration: underline
}

.comBorBottom {
	border-bottom: 1px solid #f1f3f8
}

.comTextCent {
	text-align: center !important
}

table a {
	color: #1d88fd !important
}

.article-box {
	width: 100%;
	background: #fff
}

.articleTable {
	width: 100%
}

.articleTable tr {
	padding-left: 14px
}

.articleTable tr td {
	height: 45px;
	padding-left: 44px;
	color: #65778d
}

.articleTable tr td:nth-child(1) {
	width: 220px;
	font-weight: 700;
	white-space: nowrap;
  height: 20px;
  padding-top: 10px;
}

.articleTable tr td:nth-child(2) {
	word-break: break-all
}

.articleTable tr:nth-child(even) td {
	background: #f5f6fa
}

.articleTable tr td a {
	color: #1d88fd !important
}

.blockText {
	margin-right: 20px
}

.lastIco {
	margin-left: -10px;
	width: 37px;
	height: 38px;
	background-size: 205px 21px;
	background: url(/img/ico.png) no-repeat -372px -2px
}

.lastIco,
.nextico {
	vertical-align: middle;
	display: inline-block;
	transform: scale(.5, .5)
}

.nextico {
	width: 36px;
	height: 36px;
	background-size: 205px 21px;
	background: url(/img/ico.png) no-repeat -251px -2px
}

.lastIco:hover {
	background: url(/img/ico.png) no-repeat -291px -2px
}

.nextico:hover {
	background: url(/img/ico.png) no-repeat -331px -2px
}

.wenspan {
	font-size: 9pt;
	margin-right: 0 !important;
	vertical-align: middle;
	color: #65778d !important
}

.lastIco2 {
	width: 37px;
	height: 38px;
	background-size: 205px 21px;
	background: url(/img/ico.png) no-repeat -372px -2px
}

.lastIco2,
.nextIco2 {
	vertical-align: middle;
	display: inline-block;
	transform: scale(.6, .6)
}

.nextIco2 {
	width: 36px;
	height: 36px;
	background-size: 205px 21px;
	background: url(/img/ico.png) no-repeat -251px -2px
}

.outIco {
	vertical-align: middle;
	width: 24px;
	height: 9pt;
	background-size: 205px 21px;
	background: url(/img/ico.png) no-repeat -63px -2px;
	display: inline-block;
	transform: scale(.6, .6)
}

.lastIco2:hover {
	background: url(/img/ico.png) no-repeat -291px -2px
}

.nextIco2:hover {
	background: url(/img/ico.png) no-repeat -331px -2px
}

.textNull a {
	color: #1d88fd !important;
	text-decoration: none;
	width: 140px;
	font-weight: 400;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle
}

.textNull a:hover {
	text-decoration: underline
}

.textNull span {
	width: 140px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle
}

.textNull {
	white-space: nowrap;
  text-overflow: ellipsis;
}

.lastestBlocksTab tbody tr th:nth-of-type(2), .lastestBlocksTab tbody tr th:nth-of-type(5),.lastestBlocksTab tbody tr th:nth-of-type(6) {
  padding: 0 10px;
}

.textNullW a {
	color: #1d88fd !important;
	text-decoration: none;
	width: 320px;
	font-weight: 400;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle
}

.textNullW a:hover {
	text-decoration: underline
}

.groupId {
	width: 100% !important;
	font-size: 14px !important;
}

.pairstext {
	text-decoration: none !important;
	font-size: 16px !important;
	width: 100% !important;
}

.textNullW span {
	width: 320px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle
}

.comIframeCont,
.tokenSummary {
	background: #fff
}

.tokenSummary {
	width: 100%;
	padding: 0 38px 50px;
	display: inline-block
}

.tokenIc {
	text-align: right;
	padding-right: 10px !important;
}

.tokenSummary h6 {
	margin: 20px 0
}

.tokenSummary h6 span {
	font-weight: 700
}

.tokenSummary .col-md-6 {
	width: 48%;
	padding: 0
}

.greenCircle {
	width: 5px;
	height: 5px;
	margin-right: 10px;
	font-size: 14px;
	color: #434950;
	border-radius: 100%;
	background-color: #1ec89a
}

.tsCont {
	display: inline-block;
	line-height: 45px;
	border-bottom: 2px solid #eff1f6
}

.tokenSummary div:nth-child(even) {
	margin-right: 3%
}

.tscLeft {
	color: #65778d;
	font-weight: 700
}

.tscRight {
	color: #65778d;
	float: right
}

.tscRight a {
	color: #1d88fd !important
}

.copyBtn {
	float: right;
	margin-left: 5px;
	cursor: pointer;
	line-height: 40px;
}

.copyBtn1 {
	cursor: pointer;
	line-height: 54px;
}

.copyImg {
	width: 20px;
	height: 20px;
}

.copyImg1 {
	width: 15px;
	height: 15px;
	cursor: pointer;
}

.tabNav {
	width: 100%;
	display: inline-block
}

.nav-tabs {
	border: none
}

.nav>li>a {
	padding: 0;
	margin-right: 13px
}

.nav-tabs li a {
	color: #899aaf;
	font-weight: 700;
	text-decoration: none;
	font-size: 15px;
}

.nav-tabs>li>a.active,
.nav-tabs>li>a.active:focus,
.nav-tabs>li>a.active:hover {
	text-decoration: none;
	border: none;
	color: #1d88fd;
	background: #f5f6fa
}

.nav-tabs>li>a:hover {
	color: #1d88fd;
	background: #f5f6fa;
	border-color: #f5f6fa
}

.tab-pane {
	min-height: 658px
}

.crosschain_text {
	display: inline-block;
}

.crosschain_chain {
	width: 180px;
	text-align: right;
	display: inline-block;
}

.crosschain_chain1 {
	width: 90px;
	display: inline-block;
	text-align: right;
}

.crosschain_chain2 {
	width: 90px;
	display: inline-block;
	text-align: left;
}

.crosschain_chain_ccL {
	width: 180px;
	display: inline-block;
	text-align: right;
	white-space: nowrap;
}

.crosschain_chain_ccR {
	width: 180px;
	white-space: nowrap;
	text-align: right;
	display: inline-block;
}

.pair_title {
	text-align: center !important;
}

.pair_text {
	text-align: center;
}

.crosschain_icon {
	margin: 0 12px;
}

.crosschain_icon_left {
	width: 0;
	height: 0;
	display: inline-block;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 5px solid #D1D5DF;
}

.crosschain_icon_left_none {
	opacity: 0;
	width: 0;
	height: 0;
	display: inline-block;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 5px solid #D1D5DF;
}

.crosschain_icon_right {
	width: 0;
	height: 0;
	display: inline-block;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #D1D5DF;
}

.crosschain_symbol {
	font-size: 15px;
	color: #858C94;
}

.crosschain_chainName {
	font-size: 15px;
	display: inline-block;
	background-color: #E6E9F0;
	color: #8A9AAE;
	padding: 0 10px;
	line-height: 30px;
}

.tab-content>.active {
	background: #fff
}

.tab-pane>.tabTitRight {
	margin: 8px 30px 0 0
}

.tab-pane>.downloadBtn {
	margin: 8px 30px 0 0
}

.leftIco {
	width: 9pt;
	height: 22px;
	background-size: 205px 21px;
	background: url(/img/ico.png) no-repeat -2px -2px
}

.jinICo,
.leftIco {
	display: inline-block;
	transform: scale(.5, .5)
}

.jinICo {
	width: 24px;
	height: 9pt;
	background-size: 205px 21px;
	background: url(/img/ico.png) no-repeat -63px -2px
}

.tabrscTab .articleTable tr td:nth-child(1) {
	width: 10px
}

.table-box .articleTable tr td {
	line-height: 1pc
}

.tabTitLeft {
	float: left
}

.tabTitRight {
	float: right;
	margin-right: 20px;
}

.downloadBtn {
	float: left;
	margin-left: 1.8rem;
	height: 50px;
	line-height: 50px;
}

.tabPage {
	width: 100%;
	padding: 13px 30px 9px 0;
	background: #fff;
	float: right;
	text-align: right
}

.mtoTable {
	width: 100%;
	border-bottom: 1px solid #f5f6fa
}

.mtoTable tr {
	padding-left: 14px
}

.mtoTable tr td {
	height: 92px;
	padding: 20px 0;
	color: #65778d
}

.mtoTable tr td:nth-child(1) {
	width: 220px;
	font-weight: 700;
	padding-left: 44px
}

.mtoTable tr td:nth-child(2) {
	word-break: break-all
}

.mtoTable tr:nth-child(even) td {
	background: #f5f6fa
}

.mtoTable tr td a {
	color: #1d88fd !important;
	font-size: 14px;
	line-height: 16px;
}

.tokenIco {
	width: 10px;
	height: 11px;
	background: url(/img/tokenIco.png) no-repeat center center;
	display: inline-block;
	background-size: cover;
	margin-right: 5px
}

.failIco {
	background-size: 205px 21px;
	background: url(/img/ico.png) no-repeat -118px -1px;
	transform: scale(.5, .5)
}

.failIco,
.nullIco {
	width: 30px;
	height: 30px;
	display: inline-block
}

.nullIco2 {
	width: 10px;
	height: 11px;
	margin-left: 2px
}

.nullIco2,
.wcIco {
	display: inline-block
}

.wcIco {
	padding: 0 5px;
	width: 18px;
	height: 18px;
	background-size: 205px 21px;
	background: url(/img/ico.png) no-repeat -19px -2px;
	transform: scale(.5, .5)
}


.wcIco1 {
	padding: 0 5px;
	width: 18px;
	height: 25px;
	background-size: 205px 21px;
	background: url(/img/ico.png) no-repeat -19px -2px;
	transform: scale(.5, .5);
	cursor: pointer;
}

.opacity {
	opacity: 0
}

.crowdsalesBox {
	padding: 0 9pt 0 10px;
	height: 25px;
	line-height: 25px;
	margin-top: 17px;
	background-color: #f5f6fa;
	border-radius: 25px;
	color: #434950;
	font-size: 9pt
}

.tableIn {
	background-color: #1d88fd
}

.tableIn,
.tableOut {
	width: 35px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	display: inline-block;
	border-radius: 18px;
	color: #fff;
	font-size: 10px
}

.tableOut {
	background-color: #fd961d
}

.query_input {
	width: 470px;
	height: 35px;
	box-shadow: none;
	background-color: #fff;
	border-radius: 35px;
	border: none;
	color: #727272;
	font-size: 9pt;
	letter-spacing: .1px;
	text-indent: 15px;
	border: 1px solid #e2e2e2
}

.query_input:focus {
	outline: 0
}

.errorPage {
	width: 94%;
	min-height: calc(100% - 25pc);
	padding: 70px 0 50px;
	margin: 60px 3% 0;
	display: inline-block;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 9pt 1pc 0 rgba(15, 104, 170, .06)
}

.notFound {
	width: 100%;
	text-align: center
}

.notFound dl {
	margin: 0 auto
}

.notFoundImg {
	background: url(/img/404.png) no-repeat center;
	background-size: 100%
}

.notFoundImg,
.nullImg {
	width: 139px;
	height: 139px;
	display: inline-block
}

.nullImg {
	background: url(/img/null.png) no-repeat center;
	background-size: 100%
}

.notFound dl dd {
	font-size: 18px;
	font-weight: 700;
	color: #434950;
	margin: 30px 0
}

.comaBtn {
	padding: 13px 22px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	font-size: 9pt;
	border-radius: 20px;
	background-image: linear-gradient(0deg, #1a90fc 0%, #00d2ff 100%);
	box-shadow: 0 6px 24px 0 rgba(25, 145, 252, .4)
}

.comaBtn:hover {
	color: #fff;
	text-decoration: none
}

.divhidden {
	display: none !important;
}


@media (max-width:767px) {
	.navbar-toggle {
		margin-right: 0
	}

	.navbar-default .navbar-nav>li>a {
		color: #3f454c;
		opacity: 1 !important;
		padding: 5px 0;
		text-align: left;
		font-weight: 400
	}

	.navbar-default .navbar-nav>li>a:hover {
		color: #3f454c;
		border-bottom: 2px solid #296de9
	}

	.navbar-default .navbar-nav>.open>a,
	.navbar-default .navbar-nav>.open>a:focus,
	.navbar-default .navbar-nav>.open>a:hover {
		color: #777
	}

	.navbar-nav .open .dropdown-menu {
		text-align: center
	}

	.navbar-default .navbar-toggle:focus,
	.navbar-default .navbar-toggle:hover,
	.navbar-toggle {
		background: #fff
	}

	.form-control {
		overflow: hidden;
		text-indent: 1px;
	}

	.navbar-default .navbar-nav>li>a:hover {
		color: #1d88fd
	}

	.transactionsNav3 li {
		width: 100%;
		line-height: 40px;
		margin: 0 !important;
		padding: 0 !important
	}

	.transactionsNav3 li a {
		width: 100%;
		padding: 0 !important;
		color: #3f454c
	}

	.transactionsNav3Mob {
		display: none
	}

	.ERCNav:hover .transactionsNav3Mob {
		display: block
	}

	.trComIco {
		margin-top: 8px !important
	}

	.styleWeight span {
		font-weight: 400
	}

	.articleTit,
	.articleTit2 {
		padding: 0 !important;
		line-height: 42px !important
	}

	.articleTable tr td {
		width: 100%!important;
		line-height: 15px;
		padding-left: 10px;
		height: 50px;
		font-size: 9pt;
    display: block;
	}

	.articleTable tr td:nth-child(2) {
		padding-right: 10px;
    height: auto;
    padding-top: 5px;
    padding-bottom: 10px;
	}

	.contTitBox {
		padding: 20px 5%
	}

	.tokenSummary {
		padding: 0 5% 20px
	}

	.contLeft {
		width: 100%;
		float: left
	}

	.contRight {
		width: 100%;
		float: right;
		text-align: left
	}

	.blockText {
		width: 87%;
		display: inline-block
	}

	.comContainer {
		min-height: 45%;
		margin-top: 0;
		padding-bottom: 20px
	}

	.comCont {
		min-height: 80%;
		margin-top: 0;
		padding-top: 0px;
		padding-bottom: 20px
	}

	.dropdown-menu {
		position: relative;
		/* left: 30% !important */
	}

	.gitHubIco {
		display: none
	}

	.navbar-toggle {
		background: #f5f6fa;
		box-shadow: 0 9pt 1pc 0 rgba(15, 104, 170, .06)
	}

	.textArea {
		width: 95% !important
	}

	.tscHash {
		line-height: 20px;
		word-break: break-all
	}

	.nav>li>a {
		margin-right: 1pc !important
	}

	.tabTitRight {
		float: left
	}

	.balanceRig {
		float: left;
		text-align: left
	}

	.nav-tabs li a {
		font-size: 9pt
	}

	.addrTabTitle ul li a {
		font-size: 9pt;
		margin-right: 10px !important
	}

	.latestTrCont {
		width: 100%;
		margin: 0 2%
	}

	.docusMenu {
		width: 100%
	}

	.docusMenu,
	.trNone {
		display: inline-block !important
	}

	.iframeTable {
		width: 750pt;
		background: #fff;
		overflow-y: auto
	}

	.tabPage {
		width: 100%
	}

	.comIframeCont {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.crowdsalesBox {
		margin: 0 0 10px 14px
	}

	.addrTit h5 {
		margin-left: 8px;
		line-height: 20px;
		margin-top: 10px;
		/* width: 100%; */
	}

	.tscRight {
		font-size: 12px;
	}

	.tsCont {
		width: 100% !important;
	}

	.crosschain_chain_ccR {
		width: initial !important;
	}

	.crosschain_chain_ccL {
		display: inline-block;
		text-align: right;
		white-space: nowrap;
		width: 120px;
	}

  .textCe {
    padding-left: 30px!important;
  }

  .lbtTr {
    padding-left: 0px;
  }

	.crosschain_symbol {
		font-size: 12px;
		color: #858C94;
	}

	.crosschain_chainName {
		font-size: 12px;
		display: inline-block;
		background-color: #E6E9F0;
		color: #8A9AAE;
		padding: 0 4px;
		line-height: 30px;
	}

	.tab-content {
		padding: 20px 15px
	}

	.artTag {
		margin-top: 9px
	}

	.tsCont .tscHash {
		float: left
	}

	.mtoTable tr td {
		padding-left: 20px
	}

	.rightSearch {
		width: 100%;
		margin-top: 20px
	}

	.form-control {
		width: 100% !important;
	}
}

@media (max-width:768px) {
	.nav>li>a {
		margin-right: 26px
	}

	.artTitLeft .artHasAdd {
		margin-left: 14px !important
	}

	.artTitRight {
		float: left;
		clear: both !important
	}

	.artTitRight h5 {
		padding: 0 0 1pc;
		line-height: 0 !important
	}

	.tokenSummary {
		margin-top: 15px !important
	}

	.tokenSummary h6 {
		margin-bottom: 15px !important
	}

	.hashAdd {
		width: 100%
	}

	.quer_seacCon,
	.query_input {
		width: 100% !important
	}

	.form-control {
		width: 100%
	}

	.crowdsalesBox {
		margin: 0 0 20px
	}
}

@media (max-width:1024px) {
	.quer_seacCon {
		margin-top: 20px
	}

	.comHeaderBox {
		width: 100%;
		height: auto;
		box-shadow: 0 10px 24px 0 rgba(8, 89, 237, .3);
		/* background: url(/img/heaBg3.png) no-repeat center #0e7ced; */
		background-size: auto !important
	}

	.lastestBlocksTab,
	.mtoTable {
		width: 1500px;
		min-height: 30%;
	}

	.table-box {
		margin-top: 20px;
	}

	.footerIco {
		height: auto
	}

	.rightSearch {
		width: 100%;
		margin-top: 20px;
	}
}

@media screen and (min-width:1024px) and (max-width:1366px) {
	.quer_seacCon {
		margin-top: 0 !important
	}

	.rightSearch {
		width: 260px
	}

	.rightSearch .form-control-custom {
		width: 100%;
	}

	.form-control {
		width: 100%
	}

	.heaContainer .hctRight {
		margin-left: 2% !important
	}
}

@media screen and (max-width: 1280px) {
	.navbar {
		flex-wrap: wrap;
	}

	.rightSearch {
		width: 100%;
	}

	.form-group>.form-control-custom {
		max-width: unset;
		width: 100%;
	}
}

@media (max-width:1366px) {
	.heaContainer .hctRight {
		margin-left: 0
	}

	.heaContainer .hctLeft {
		margin-bottom: 30px
	}

	.container-fluid>.navbar-collapse,
	.container-fluid>.navbar-header,
	.container>.navbar-collapse,
	.container>.navbar-header {
		margin: 0
	}

	.heaContainer {
		padding: 0 5% 2pc
	}

	.table-box {
		width: 94%;
		margin: 0 3%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		border: 1px solid #ddd
	}

	.comHashText {
		display: inline-block;
		text-align: right;
		width: 32vw;
		min-width: 200px;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}