/**/
/* 设置滚动条的样式 */
.scroll::-webkit-scrollbar {    width: 8px;}
/* 滚动槽 */
.scroll::-webkit-scrollbar-track {    -webkit-box-shadow: inset 0 0 8px #2a343c;  background:#07222e }
/* 滚动条滑块 */
.scroll::-webkit-scrollbar-thumb {      background: #2ea7e0;    -webkit-box-shadow: inset 0 0 6px #2ea7e0;}
/*滑动条未读window时的颜色*/
.scroll::-webkit-scrollbar-thumb:window-inactive {    background: #2ea7e0;}

input::-webkit-input-placeholder { /* WebKit browsers */ color: #2ea7e0; } 

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #2ea7e0; } 

input::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #2ea7e0; } 

input:-ms-input-placeholder { /* Internet Explorer 10+ */ color: #2ea7e0; } 
/**/
[v-cloak] {
	display: none;
}
ul,li,a{
	text-decoration: none;
	color:inherit;
}
ul,li{
	list-style: none;
}
a:hover,a:focus{
	text-decoration: none;
	color:#2ea7e0;
}
ul,li,p,span,h1,h2,h3,h4,h5,h6{
	display: inline-block;
	margin: 0;
	padding: 0;
}
.load,.loader{
	padding: 0 !important;
	height: 100% !important;
	position: relative;
}
.loader .outer {
    border: 5px solid #2ea7e0;
    opacity: .9;
    border-right-color: transparent;
    border-left-color: transparent;
    width: 50px;
    height: 50px;
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    margin: 0 auto;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 35px rgba(0, 76, 61, 0.9);
    -moz-box-shadow: 0 0 35px rgba(0, 76, 61, 0.9);
    box-shadow: 0 0 35px rgba(0, 76, 61, 0.9);
    -webkit-animation: spin-pulse 1s linear infinite normal;
    -moz-animation: spin-pulse 1s linear infinite normal;
    -ms-animation: spin-pulse 1s linear infinite normal;
    animation: spin-pulse 1s linear infinite normal;
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    -o-animation-delay: 0;
    animation-delay: 0;
}
.loader .inner {
    border: 5px solid #2ea7e0;
    opacity: .9;
    border-left-color: transparent;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 15px rgba(0, 76, 61, 0.9);
    -moz-box-shadow: 0 0 15px rgba(0, 76, 61, 0.9);
    box-shadow: 0 0 15px rgba(0, 76, 61, 0.9);
    width: 30px;
    height: 30px;
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    margin: 0 auto;
    -webkit-animation: spin-right 1s linear infinite normal;
    -moz-animation: spin-right 1s linear infinite normal;
    -ms-animation: spin-right 1s linear infinite normal;
    animation: spin-right 1s linear infinite normal;
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    -o-animation-delay: 0;
    animation-delay: 0;
}
@keyframes spin-right {
  from {
    transform: rotate(0deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(180deg);
    opacity: 1.0;
  }
  to {
    transform: rotate(360deg);
    opacity: 0.2;
  }
}
@-moz-keyframes spin-right {
  from {
    -moz-transform: rotate(0deg);
    opacity: 0.2;
  }
  50% {
    -moz-transform: rotate(180deg);
    opacity: 1.0;
  }
  to {
    -moz-transform: rotate(360deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes spin-right {
  from {
    -webkit-transform: rotate(0deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(180deg);
    opacity: 1.0;
  }
  to {
    -webkit-transform: rotate(360deg);
    opacity: 0.2;
  }
}
@keyframes spin-pulse {
  from {
    transform: rotate(160deg);
    opacity: 0;
    box-shadow: 0 0 1px rgba(0, 61, 76, 0.9);
  }
  50% {
    transform: rotate(145deg);
    opacity: 1;
  }
  to {
    transform: rotate(-320deg);
    opacity: 0;
  }
}
@-moz-keyframes spin-pulse {
  from {
    -moz-transform: rotate(160deg);
    opacity: 0;
    box-shadow: 0 0 1px rgba(0, 61, 76, 0.9);
  }
  50% {
    -moz-transform: rotate(145deg);
    opacity: 1;
  }
  to {
    -moz-transform: rotate(-320deg);
    opacity: 0;
  }
}
@-webkit-keyframes spin-pulse {
  from {
    -webkit-transform: rotate(160deg);
    opacity: 0;
    box-shadow: 0 0 1px rgba(0, 61, 76, 0.9);
  }
  50% {
    -webkit-transform: rotate(145deg);
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-320deg);
    opacity: 0;
  }
}
body{
	min-width: 1440px;
	background-color: #07222E;
}
.bold{
	font-weight: bold;
}
.lf{
	float: left;
}
.rt{
	float: right;
}
.w-b{
	word-break: break-all;
}
.l-c{
	text-transform: lowercase;
	-webkit-text-transform:lowercase;
}
.u-c{
	text-transform: uppercase;
	-webkit-text-transform: uppercase;
}
.light{
	color: #fff !important;
}
.light-2{
	color: #2ea7e0 !important;
}
.page-div{
	display: inline-block;
    width: 100%;
    text-align: center;
}
.page-div a {
    display: inline-block !important;
    transition: inherit !important;
}
.page-div a:hover{
	background: transparent !important;
	padding: 0 !important;
}
.page-div>img{
	margin: 0 10px;
}
#blockTable .tableFooter #more,#affairTable .tableFooter #more,#blockdetail .tableFooter #more{
	width: 90%;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    display: inline-block;
    background: #2ea7e0;
    margin-top: 20px;
    color: #1e3948;
}
#blockTable .tableFooter #more:hover,#affairTable .tableFooter #more:hover,#blockdetail .tableFooter #more:hover{
	color: #536570;
    background-color: #e6e6e6;
    border-color: #b0bdc6;
}
/*首页 index*/
.hide-desktop{
	display: none !important;
}
.hide-mobile{
	display: block;
}
.navbar_toggle{
	display: none;
}
.mobile_navbar {
	display: none;
}
#app{
	background-color: #07222E;
	margin: auto;
	padding: 0;
	height: auto;
	max-width: 1920px;
}
div.header{
	background-color: #036eb8;
	height: 60px;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 0;
}
div.hd-lf{
	float: left;
	width: auto;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
div.hd-rt{
	float: right;
	width: auto;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
div.header .logo{
	/*display: flex;*/
	display: inline-block;
	align-items: center;
	justify-content: center;
	height: 40px;
	padding: 0 30px;
}
div.header .logo img{
	height: 40px;
}
div.header .logo b{
	font-weight: inherit;
	color: #fff;
	display: inline-block;
	margin: 0 10px;
}
span.logo-title{
	border-left: 1px solid #fff;
	height: 40px;
	display: flex;
	color: #fff;
	align-items: center;
	padding: 0 10px;
}
div.hd-node{
	color: #fff;
	height: 40px;
	padding: 0 20px;
	display: flex;
	align-items: center;
	position: relative;
}
.language i,.hd-node i{
	width: 0;
	height: 0;
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
	border-left: 3px solid transparent;
	border-top: 3px solid transparent;
	position: absolute;
	bottom: 14px;
	right: 0;
}
.language i.active,.hd-node i.active{
	border-bottom: 3px solid #fff;
	border-left: 3px solid #fff;
	border-right: 3px solid transparent;
	border-top: 3px solid transparent;
}
.dropdown {
	position: relative;
	display: inline-block;
}
.dropdown-content {
	display: none;
	position: absolute;
	top: 60px;
	background-color: #2A343C;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 100;
}
.dropdown:hover .dropdown-content {
	display: block;
}
.dropdown-content ul{
	width: 100%;
	height: auto;
	padding: 10px 15px;
}
.dropdown-content li{	
	height: auto;
	padding: 10px;
	line-height: 18px;
	display: block;
}
.dropdown-content li a{
	color: #fff;
}
.dropdown-content li.active a{
	color: #2ea7e0;
}
.language .dropdown-content{
	right: 0;
}
#sBtn,#cBtn{
	background: #036eb8;
	position: absolute;
	right: 125px;
	height: 40px;
	z-index: 10;
	text-align: center;
}
.asset-list-title{
	margin-left: 20px;
}
#sBtn{
	right: 220px;
	text-align: right;
}
#sBtn>div{
	background: url(../img/search.png) no-repeat;
	background-size: 460 33px;
	margin-right: 10px;
	padding: 5px 5px 5px 40px;
	height: 33px;
	width: 460px;
	margin: 3px 0;
}
#sBtn #searchBox{
	border: 0;
	height: 23px;
    background-color: transparent;
    width: calc(100% - 100px);
    z-index: 10;
    color: #2ea7e0;
    outline: none;
}
#sBtn #searchBtn{
	width: 95px;
	height: 23px;
    border: 0;
    box-sizing: border-box;
    background: url(../img/search_btn.png) 0 0 no-repeat;
    color: #000;
}
#checkDiv{
	display: none;
	background: #2A343C;
	position: absolute;
	height: 100px;
	padding: 0 10px;
	z-index: 10;
}
#cBtn>div{
	background: url(../img/search.png) no-repeat;
	background-size: 460 33px;
	margin-right: 10px;
	padding: 5px 5px 5px 40px;
	height: 33px;
	width: 460px;
	margin: 3px 0;
}
#checkDiv #checkBox1,#checkDiv #checkBox2{
	border: 0;
	background-color: transparent;
	width: calc(100% - 210px);
	color: #2ea7e0;
}
#checkDiv #checkBox1:focus, #checkDiv #checkBox2:focus{
	outline: none;
}
#checkDiv #checkBox1{
	width: 100px;
	padding-right: 5px;
    border-right: 1px solid #2ea7e0;
}
#checkDiv #checkBtn{
	background: url(../img/search_btn.png) 0 0 no-repeat;
	background-color: transparent;
	width: 95px;
	height: 23px;
	color: #000;
	border: 0;
}
.yanzheng{
	width: 90px;
	/*border-right: 1px solid #9eeaff;*/
	color: #2ea7e0;
	line-height: 15px;
	cursor: pointer;
	transition: all 0.1s;
    overflow: hidden;
}
#sBtn.search,#cBtn.check{
	transition: all 0.1s;
    width: 460px;
    border-right: 0;
}
#sBtn p{
	color: #fff;
	line-height: 40px;
	padding: 0 10px;
}
#cBtn p{
	color: #fff;
	line-height: 40px;
}
.asset-list a{
	color: #2ea7e0;
	line-height: 40px;
	display: block;
}
.asset-list a:focus{
	outline: none;
	text-decoration: none;
	color: #2ea7e0;
}
#sBtn.search p,#cBtn.check p{
	display: none;
}
div.language{
	color: #fff;
	height: 40px;
	padding: 0 20px;
	display: flex;
	align-items: center;
	position: relative;
	margin-right: 30px;
}
#nodeSwitch,#langSwitch,#checkAll{
	border: 0;
	background-color: transparent;
}
#nodeSwitch:focus, #langSwitch:focus{
	outline: none;
}
.row{
	margin: 0;
	padding: 15px 0;
}
.row>div{
	height: 100%;
	color: #fff;
}
.row .title{
	height: 25px;
}
.row .title h4{
	color: #2ea7e0;
	font-size: 1.5em;
}
.row>div h5{
	font-size: 1em;
	font-weight: bold;
	color: #2ea7e0;
}
.h-50{
	height: 50%;
}
.h-25{
	height: 25%;
}
.index{
	width: 100%;
}
.btn-default{
	margin-bottom: 0 !important;
    background: #2ea7e0;
    color: #161a1d;
    border-color: #2ea7e0;
    position: absolute;
    bottom: 0;
}
.btn-default1 {
    margin-bottom: 0 !important;
    background: #2ea7e0;
    color: #657584;
    border-color: #2ea7e0;
}
#myModal .modal-content,#myModal1 .modal-content{
	border-radius: 0;
	background: transparent;
}
#myModal .modal-header,#myModal1 .modal-header{
	padding: 0;
	border-bottom: 0;
	background: url(../img/bg_model_1.png) no-repeat;
	background-size: 100% 100%;
}
#myModal .modal-header>button,#myModal1 .modal-header>button{
	width: 30px;
    height: 30px;
    margin: 0;
    background: url(../img/bg_model_close.png) no-repeat;
	background-size: 100% 100%;
}
#myModal .modal-body,#myModal1 .modal-body{
	color: #fff;
	background: url(../img/bg_model.jpg) no-repeat;
	background-size: 100% 100%;
}
#myModal .modal-body .input-group,#myModal .modal-body .form-group,#myModal1 .modal-body .input-group,#myModal1 .modal-body .form-group{
	width: 100%;
}
#myModal .modal-body .form-group,#myModal1 .modal-body .form-group{
	text-align: center;
}
#myModal .modal-body label{
	width: 100%;
}
#myModal .modal-body p{
	width: 80%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	display: inline-block;
	background: #061319;
}
#myModal .modal-body .input-button,#myModal1 .modal-body .input-button{
	text-align: center;
}
#myModal .modal-body .input-button button,#myModal1 .modal-body .input-button button{
	width: 45%;
    background: #2ea7e0;
    border-radius: 0;
    color: #061319;
    border-color: #2ea7e0;
}
#myModal .modal-footer,#myModal1 .modal-footer{
	background: url(../img/bg_model_2.png) no-repeat;
	background-size: 100% 100%;
	border-top: 0;
}
.none-content{
	border: 1px solid #2ea7e0;
    margin-bottom: 10px;
    width: 100%;
    min-height: 300px;
    text-align: center;
    display: flex;
    align-items: center;
}


/*1.首页当前区块部分(5秒更新)*/
.index .w-b:hover{
	color: #2ea7e0;
}
.index .icurrentBlock{
	perspective:1000px;
	-webkit-perspective:1000px;
	position: relative;
	height: 380px;
}
.index .icurrentBlock #parent{
	width: 100%;
    height: 380px;
    top: -1vw;
    left: -9%;
    transform: rotatex(70deg) rotatey(0deg);
    -webkit-transform: rotatex(70deg) rotatey(0deg);
    /* position: relative; */
    position: absolute;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    z-index:1;
}
.index .icurrentBlock #parent div{
    width: 40px;
    height:0;
    border-top: 50px solid #364653;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    background-color:transparent;
    /*绝对定位：聚到一起*/
    transform-origin: 15px 155px;
    -webkit-transform-origin: 15px 155px;
    position:absolute;
    top:0px;
    left: 54.5%;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.index .icurrentBlock #parent div:nth-child(1){
    transform:translateZ(200px);
    -webkit-transform:translateZ(200px);
}
.index .icurrentBlock #parent div.active{
    border-top-color: #2ea7e0;
}
.index .icurrentBlock .imask{
	width: 100%;
	height: auto;
	position: absolute;
        top: 18%;
    left: 0;
    display: flex;
    -webkit-display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    z-index: 99;
}
.index .icurrentBlock .imask p{
	font-size: 1.3em;
}
.index .icurrentBlock .imask h1{
	font-size: 3.5em;
	font-weight: bold;
	color: #2ea7e0;
}
.index .icurrentBlock .itime{
	color: #2ea7e0;
	font-style: italic;
	font-size: 2.8em;
    line-height: 50px;
	font-weight: bold;
	width: 100%;
	/*top: -150px;*/
	top: 60%;
    position: relative;
    display: flex;
    justify-content: center;
}
.itime .time-lf,.itime .time-rt{
	display: inline-block;
	height: 40px;
}
.itime .time-lf{
	width: auto;
	display: inline-flex;
    align-items: flex-end;
}
.itime .time-lf>div{
	width: 24px;
	height: 18px;
	display: inline-block;
	float: left;
	background: url(../img/sy_time1.png) no-repeat;
}
.itime .time-lf>div.active{
	background: url(../img/sy_time2.png) no-repeat;
}
.itime .time-rt{
	width: auto;
	height: 40px;
	float: right;
}
.itime .time-rt i{
	font-size: 0.2em;
	float: right;
	line-height: 35px;
	margin: 0 10px;
}










	


/*2.首页当前区块信息部分*/
.index .iblockInfo{
	height: 380px;
}
.index .iblockInfo>div{
	background: url(../img/bgsy_1.png) no-repeat;
	background-size:100% 91.5%;
	width: 100%;
	height: 100%;
}
.index .iblockInfo .info-lf{
	width: 60%;
	height: auto;
	padding: 50px 20px 20px 30px;
	float: left;
	color: #fff;
	position: relative;
}
.index .iblockInfo .info-lf li{
	width: 100%;
	padding: 10px 0;
}
.index .iblockInfo .info-lf li p{
	float: left;
}
.index .iblockInfo .info-lf li p:nth-child(1){
	width: 25%;
}
.index .iblockInfo .info-lf li p:nth-child(2){
	width: 75%;
}
.index .iblockInfo .info-lf h3{
	font-style: italic;
	color: #2ea7e0;
	width: 100%;
	height: 60px;
	font-size: 2em;
	font-weight: bold;
	text-align: right;
	padding: 15px 20px;
	    position: absolute;
    bottom: -5%;
    right: 5%;
}
.index .iblockInfo .info-md{
	width: 10%;
	height: 100%;
	float: left;
}
.index .iblockInfo .info-rt{
	width: 30%;
	height: 100%;
	float: left;
}
.index .iblockInfo .info-rt .upper,.index .iblockInfo .info-rt .lower{
	color: #fff;
	height: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	padding-bottom: 30px;
}
.index .iblockInfo .info-rt .upper p,.index .iblockInfo .info-rt .upper h3,.index .iblockInfo .info-rt .lower p,.index .iblockInfo .info-rt .lower h3{
	width: 100%;
}


/*3.首页当前区块实务操作部分*/
.index .ichart-2 .iaffair{
	background: url(../img/bgsy_2.png) no-repeat;
	background-size:100% 100%;
	margin-bottom: 20px;
	padding: 0 20px 35px;
}
.index .ichart-2 .ioperate{
	background: url(../img/bgsy_3.png) no-repeat;
	background-size:100% 100%;
	padding: 0 20px 35px;
}
.index .ichart-2 .iaffair p,.index .ichart-2 .ioperate p{
	float: right;
	color: #7e7e7e;
}
.index .ichart-2 .iaffair b{
	color: #2ea7e0;
}
.index .ichart-2 .ioperate b{
	color: #036eb8;
}


/*4.首页节点信息部分*/
.index .inode>div{
	background: url(../img/460_01.png) no-repeat;
	background-size:100% auto;
	width: 100%;
	height: auto;
	/*max-height: 508px;*/
    /*overflow: hidden;*/
}
.index .inode .content{
	border-left: 1px solid #2ea7e0;
	border-right: 1px solid #2ea7e0;
}
.index .inode .footer{
	background: url(../img/460_03.png) no-repeat;
	background-size: 100% auto;
	width: 100%;
	height: 22px;
}
.index .inode div.title-1,.index .imap div.title-1{
	color: #000;
    font-size: 1.2em;
    font-weight: bold;
    width: 25%;
    height: 30px;
    margin-left: 10px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index .inode #currentNode{
	font-size: 0.8em;
	width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}
.index .inode .upper,.index .inode .upper ul,.index .inode .lower{
	width: 100%;
	height: auto;
}
.index .inode .upper ul{
	padding: 0 20px;
}
.index .inode .upper{
	padding-left: 15px;
	margin-bottom: 20px;
}
.index .inode .upper .loader{
	height: 126px !important;
}
.index .inode .upper li{
	width: 50%;
	height: 30px;
	float: left;
	line-height: 30px;
	display: flex;
	align-items: center;
}
.index .inode .upper li p:nth-child(1){
	width: 40%;
	color: #fff;
	line-height: 10px;
}
.index .inode .upper li p:nth-child(2){
	width: 60%;
}
.index .inode .lower{
	padding-left: 9px;
}
.index .inode .lower .title{
	padding: 10px 20px;
	height: 40px;
}
.index .inode .lower .title span{
	margin-left: 10px;
}
.index .inode .lower .content li{
	height: 30px;
	border-bottom: 1px solid #657584;
	line-height: 30px;
	padding: 0 15px;
}
.index .inode .lower .content li:last-child{
	border-bottom: 1px solid #657584;
}
.index .inode .lower .content li.header{
	color: #fff;
}
.index .inode .lower .content li p{
	width: 30%;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.index .inode .lower .content li p:last-child{
	width: 37%;
}
.index .inode .lower .content li p:nth-child(2),.index .inode .lower .content li p:nth-child(3){
	text-align: right;
}
/*5.首页节点分布图部分*/
.index .imap>div{
	background: url(../img/bgsy_5.png) no-repeat;
	background-size:100% 100%;
	width: 100%;
	height: 545px;
}
.index .imap div.title-1{
	width: 20%;
}
.index .imap .map{
	position: relative;
}
.index .imap .map img{
	width: 100%;
}
.index .imap .point{
	display: block;
	width: 5px;
	height: 5px;
	background: #2ea7e0;
	border-radius: 50%;
	box-shadow: 0 0 2px #FFF;
	animation: pointanima 2s infinite alternate;
	-webkit-animation: pointanima 2s infinite alternate;
	position: absolute;
}
.index .imap .errpoint{
	background: #2ea7e0 !important;
}
@keyframes pointanima {
	from {
		transform: scale(0.4);
		-webkit-transform: scale(0.4);
		opacity: 0;
	}
	to {
		transform: scale(1);
		-webkit-transform: scale(1);
		opacity: 1;
	}
}
.index .imap #tips{
	display: none;
	width: auto;
	height: auto;
	border: 1px solid #2ea7e0;
	border-radius: 3px;
	position: absolute;
	background: transparent;
	padding: 2px;
}
.index .imap #tips p{
	color: #2ea7e0;
}
.index .imap #nodeInfo{
	display: none;
	position: absolute;
	bottom: 30px;
	left: 20px;
	width: 25%;
	height: 150px;
	border: 1px solid #657584;
	padding: 10px;
	font-size: 0.8em;
}
#nodeInfo .title{
	padding-bottom: 5px;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #2ea7e0;
}
#nodeInfo .title p{
	width: 100%;
	height: 15px;
	line-height: 15px;
	padding-left: 5px;
	border-left: 2px solid #2ea7e0;
	color: #2ea7e0;
}
#nodeInfo .content li{
	width: 100%;
}
#nodeInfo .content li p{
	float: left;
}
#nodeInfo .content li p.w-b{
	line-height: 10px;
}
#nodeInfo .content li p:nth-child(1){
	width: 40%;
}
#nodeInfo .content li p:nth-child(2){
	width: 60%;
}

/*6.首页节点信息图表部分(4图)*/
.index .ichart-4>div{
	margin: 10px 0;
}
.index .ichart-4 #active-node,
.index .ichart-4 #avg-time,
.index .ichart-4 #avg-trade,
.index .ichart-4 #per-trade{
	padding-top:15px;
	width: 100%;
	height: 100px;
}
.index .ichart-4 p{
	float: right;
	color: #036eb8;
}

/*7.首页区块高度部分*/
.index .content{
	padding-top: 15px;
}
.index .content div,.index .content ul,.index .content li{
	width: 100%;
}
.index .iblock .checkmore,.index .iaffair .checkmore{
	border: 0;
	background: url(../img/sy_btn_more.png) no-repeat;
	color: #000;
	float: right;
	height: 25px;
    width: 70px;
    line-height: 25px;
    text-align: center;
}
.index .iblock .checkmore{
	text-align: center;
}
.index .iblock .content div,.index .iblock .content li{
	height: 40px;
	line-height: 40px;
}
.index .iblock .content div{
	border-top:1px solid #2ea7e0;
	border-bottom:1px solid #2ea7e0;
}
.index .iblock .content div p{
	color: #2ea7e0;
}
.index .iblock .content li{
	border-bottom:1px solid #657584;
}
.index .iblock .content li:last-child{
	border-bottom: 1px solid #657584;
}
.index .iblock .content div p,.index .iblock .content li p{
	width: 22%;
	text-align: center;
}
.index .iblock .content div p:first-child,.index .iblock .content li p:first-child{
	text-align: left;
}
.index .iblock .content div p:last-child,.index .iblock .content li p:last-child{
	width: 34%;
	text-align: right;
}
.index .iblock .content li p:last-child{
	font-size: 12px;
}
/*8.首页事务部分*/
.index .iaffair .upper{
	border-top: 1px solid #2ea7e0;
}
.index .iaffair .upper li{
	height: 40px;
	line-height: 40px;
}
.index .iaffair .upper li p{
	float: left;
}
.index .iaffair .upper li p:nth-child(1){
	width: 15%;
	color: #2ea7e0;
}
.index .iaffair .upper li p:nth-child(2){
	width: 85%;
	color: #fff;
}
.index .iaffair .upper li p.w-b{
	line-height: 15px;
	vertical-align: middle;
    font-size: 13px;
    float: none;
    cursor: pointer;
}
.index .iaffair .lower{
	background: url(../img/bgsy_7.png) no-repeat;
	background-size: 100% 90%;
	height: 140px;
	padding: 20px;
}
.index .iaffair .lower .light-2{
	display: flex;
	align-items: center;
}
.index .iaffair .lower span{
	display: inline-block;
	height: 5px;
	padding: 2px 0;
}
.index .iaffair .lower #line-1,.index .iaffair .lower #line-2{
	background: #2ea7e0;
}
.index .iaffair .lower #line-1{
	width: 3%;
}
.index .iaffair .lower #title-1{
	width: 15%;
	height: 20px;
	padding: 0;
	text-align: center;
}
.index .iaffair .lower #line-2{
	width: 15%;
}
.index .iaffair .lower #line-3{
	width: 67%;
	/*background: rgba(158,234,255,0.5);*/
	background: #036eb8;
}
.index .iaffair .lower div:nth-child(1){
	margin-bottom: 10px;
}
.index .iaffair .lower li p:nth-child(1){
	width: 30%;
}
.index .iaffair .lower li p:nth-child(2){
	width: 70%;
	padding-left: 20px;
}
/*9.首页操作部分*/
.index .ioperate .content ul{
	border: 1px solid #2ea7e0;
	margin: 10px 0;
	padding: 10px 15px;
}
.index .ioperate .content ul:hover{
	border: 1px solid #2ea7e0;
}
.index .ioperate .content li.trade-time p{
	width: 100%;
	height: 20px;
	display: block;
	text-align: right;
	float: right !important;
}
.index .ioperate .content li p:first-child{
	width: 15%;
	float: left;
	color: #fff;
}
.index .ioperate .content li p:last-child{
	width: 85%;
	word-break: break-all;
	color: #fff;
}
.ioperate ul li{
	margin:5px 0;
}

/*区块列表页 block*/
.block,.affair,.proving,.userinfo,.blockdetail{
	width: 100%;
	height: auto;
	background: url(../img/bg.png);
	display: flex;
	justify-content: center;
}
.main{
	width: 1250px;
	height: auto;
}
.mainTitle{
	width: 1190px;
	margin: 50px 30px 30px;
}
.mainTitle h1{
	border-left: 3px solid #2ea7e0;
	color: #2ea7e0;
	padding: 0 30px;
}
.block .tableHeader,.affair .tableHeader{
	width: 100%;
	padding: 30px 30px 10px 45px;
	background: url(../img/bgzc_1.png) no-repeat;
    background-size: 100% auto;
}
.block .tableHeader ul,.affair .tableHeader ul{
	border-bottom: 1px solid #2ea7e0;
}
.block .tableBody .lf,.affair .tableBody .lf{
	background: url(../img/bgzc_2.png) 0 repeat-y;
    border-right: 1px solid #2ea7e0;
    width: 99.6%;
    float: left;
    padding: 0 15px 0 45px;
}
.block .tableFooter, .affair .tableFooter{
    background: url(../img/bgzc_3.png) no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 91px;
}
.block .tableHeader li,.affair .tableHeader li{
	color: #2ea7e0 !important;
	font-size: 15px;
}
.block .tableBody,.affair .tableBody{
	font-size: 13px;
    width: 100%;
    /*max-height: 1114px;*/
   max-height: 455px;
    overflow: hidden;
}
.block .tableBody>div.lf,.affair .tableBody>div.lf{
	overflow-y: auto;
	max-height: 455px;
}
.block .tableBody ul,.affair .tableBody ul{
	transition: all 0.2s;
}
.block .tableBody ul:hover{
	padding: 0 10px;
}
.block .tableHeader ul,.block .tableBody ul,.affair .tableHeader ul,.affair .tableBody ul{
	width: 100%;
}
.block .tableBody>ul:hover,.affair .tableBody>ul:hover{
	background-color: rgb(101, 117, 132,0.5);
}
.block .tableHeader ul span, .block .tableBody ul span,.affair .tableHeader ul span, .affair .tableBody ul span{
	display: none;
}
.block .tableHeader li,.block .tableBody li,.affair .tableHeader li,.affair .tableBody li{
	width: 10%;
	margin: 10px 0;
	color: #657584;
	float: left;
}
.block .tableHeader li:nth-child(2),.block .tableBody li:nth-child(2){
	width: 50%;
}
.block .tableHeader li:nth-child(2) a,.block .tableBody li:nth-child(2) a{
	width: 100%;
	height: 15px;
	overflow: hidden;
	display: inline-block;
	text-decoration: none;
}
.block .tableHeader li:nth-child(1),.block .tableBody li:nth-child(1),
.block .tableHeader li:nth-child(2),.block .tableBody li:nth-child(2){
	text-align: left;
}
.block .tableHeader li:nth-child(3),.block .tableBody li:nth-child(3),
.block .tableHeader li:nth-child(4),.block .tableBody li:nth-child(4),
.block .tableHeader li:nth-child(5),.block .tableBody li:nth-child(5){
	text-align: center;
	width: 8%;
}
.block .tableHeader li:nth-child(6),.block .tableBody li:nth-child(6){
	text-align: right;
	width: 16%;
}
.block .tableBody li.light,.block .tableBody li.light a,.affair .tableBody li.light,.affair .tableBody li.light a{
	color: #2ea7e0;
}
.block .tableFooter,.affair .tableFooter,.blockdetail .tableFooter{
	text-align: center;
}
.tableFooter>img{
	margin: 0 10px;
}

/*区块详情页*/
.blockdetail .main{
	min-height: 960px;
}
.blockdetail .main .title{
	margin-top: 20px;
	padding: 20px;
}
.blockdetail .main .title h1{
	font-weight: bold;
	height: 60px;
	line-height: 80px;
}
.blockdetail .main .title h1 p{
	height: 60px;
	padding: 0 10px;
	background: #2ea7e0;
	color: #000;
}
.blockdetail .main .title h1 span{
	padding-left: 10px;
}
.blockdetail .content ul.row li{
	font-size: 1.5em;
	height: 60px;
}
.blockdetail .content ul.row li p{
	text-transform: uppercase;
	-webkit-text-transform: uppercase;
}
.blockdetail .content ul.row span{
	font-size: 0.5em;
}
.blockdetail .content .row span,.blockdetail .blockTable .tableHeader span{
	display: block;
}
.blockdetail .blockTable .tableHeader span{
	font-size: 1.2em;
}
.blockdetail .blockTable{
	color: #657584;
	width: 1250px;
	height: auto;
	border: 1px solid #2ea7e0;
	padding: 30px;
	margin-bottom: 20px;
	max-height: 80vh;
	overflow-y: auto;
}
.blockdetail .tableBody .block-lf{
	width: 63%;
	float: left;
}
.blockdetail .tableBody .block-rt{
	width: 35%;
}
.blockdetail .tableBody .block-lf li,.blockdetail .tableBody .block-rt li{
	width: 100% !important;
	text-align: left !important;
	line-height: 15px;
	float: inherit;
}
.blockdetail .tableBody .block-lf li{
	height: 20px !important;
	color: #fff;
}
.blockdetail .tableBody .block-lf li p:nth-child(1){
	width: 10%;
}
.blockdetail .tableBody .block-rt li{
	height: auto;
}
.blockdetail .tableBody .block-rt li p{
	display: block;
}
.blockdetail .tableBody li{
	margin: 10px 0;
}
.blockdetail .tableBody{
	border-bottom: 1px solid #657584;
	margin-bottom: 20px;
}
.blockdetail .tableBody:last-child{
	border: 0;
}


/*事务列表页  affair*/
.affair .main{
	margin-bottom: 99px;
}
.affair .tableBody ul.active{
	background-color: rgb(101, 117, 132,0.5);
	padding: 0 10px;
}
/*.affair .tableHeader{
	background: url(../img/bgzc_1.png) no-repeat;
    background-size: 100% auto;
}*/
.affair .tableHeader li:nth-child(1),.affair .tableBody li:nth-child(1){
	width: 50%;
	/*height: 15px;*/
	overflow: hidden;
	display: inline-block;
	text-decoration: none;
}
.affair .tableHeader li:nth-child(1),.affair .tableBody li:nth-child(1){
	text-align: left;
}
.affair .tableHeader li:nth-child(2),.affair .tableBody li:nth-child(2),
.affair .tableHeader li:nth-child(3),.affair .tableBody li:nth-child(3),
.affair .tableHeader li:nth-child(4),.affair .tableBody li:nth-child(4){
	text-align: center;
}
.affair .tableHeader li:nth-child(5),.affair .tableBody li:nth-child(5){
	width: 20%;
	text-align: right;
}
.dropdown-affair {
	display: none;
	position: absolute;
	background-color: #2A343C;
	width: 1170px;
	/*padding: 20px 20px 20px 60px;*/
	padding: 10px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 100;
	max-height: 300px;
    overflow-y: scroll;
}
.dropdown:hover .dropdown-affair {
	display: block;
}
.dropdown-affair>div{
	width: 100%;
	height: auto;
}
.dropdown-affair #closeAffair{
	width: 100%;
	height: 20px;
}
.dropdown-affair #closeAffair p{
	background: url(../img/icon_1.png) no-repeat;
	display: inline-block;
	width: 20px;
	height: 20px;
	float: right;
}
.dropdown-affair ul{
	width: 100%;
	height: auto;
	float: left;
	padding: 10px 15px;
}
.dropdown-affair .affair-lf li,.dropdown-affair .affair-rt li{	
	width: 100% !important;
	text-align: left !important;
	line-height: 15px;
	float: inherit;
}
.dropdown-affair ul.affair-lf{
	width: 63%;
}
.dropdown-affair .affair-lf li{
	height: 20px !important;
}
.dropdown-affair ul.affair-rt{
	width: 35%;
}
.dropdown-affair div.line{
	border-bottom: 1px solid #657584;
	height: auto;
}
.dropdown-affair div.line:last-child{
	border: 0;
}
.dropdown-affair .affair-rt li{
	height: auto;
}
.dropdown-affair .affair-rt li p{
	display: block;
}
.dropdown-affair li p{
	display: inline-block;
}
.dropdown-affair li p.lf-title{
	width: 10%;
}
.dropdown-affair li p.affair-hash{
	color: #2ea7e0;
}

/*搜索用户页 userinfo*/
.proving .row,.proving .row p,.userinfo .row,.userinfo .row p{
	padding: 0;
}
.userinfo #userinfoTable{
	padding: 60px 0;
}
.userinfo-lf{
	padding-right: 10px;
}
.userinfo-lf .userinfo-upper{
	background: url(../img/bguser_1.png);
	width: 704px;
	height: 348px;
}
.userinfo-lf .info-1{
	padding: 60px 20px 5px 214px;
    display: flex;
    align-items: center;
    color: #fff;
}
.userinfo-lf .info-1 p{
	display: inline-block;
}
.userinfo-lf .info-2{
	padding: 35px 20px 30px 250px;
	color: #fff;
}
.userinfo-lf .info-3{
	padding: 35px 20px 0 280px;
}
.userinfo-lf .info-3 li{
	width: 100%;
}
.userinfo-lf .info-3 li.uheader{
	color: #fff;
}
.userinfo-lf .info-3 li span{
	padding: 0;
}
.userinfo-lf .info-3 li span p{
	padding: 0 10px;
}
.userinfo-lf .info-3 li span:nth-child(2) p:first-child{
	border-left: 1px solid #657584;
}
.userinfo-lf .nav-tabs li:last-child{
	width: 70px;
	height: 42px;
	float: right;
	display: flex;
	align-items: center;
}
.userinfo-lf .nav-tabs{
	width: 100%;
}
.userinfo-lf .nav-tabs li:last-child .checkmore{
	border: 0;
    background: url(../img/sy_btn_more.png) no-repeat;
    color: #000;
    float: right;
    height: 25px;
    width: 70px;
    line-height: 25px;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
} 
.userinfo-lower{
	padding: 50px 0 0;
}
.userinfo-lower .userinfo-title{
	color: #2ea7e0;
}
.userinfo-lower .userinfo-title .language{
	float: right;
}
.userinfo-lower .userinfo-title p,.userinfo-lower .userinfo-title button{
	display: inline-block;
}
.userinfo-lower .userinfo-title button{
	float: right;
}
.userinfo-lower .userinfo-title #dropdown-lang{
	width: 200px;
	text-align: center;
	background: #29495D;
}
.userinfo-lower .trade-list ul{
	width: 100%;
	margin: 5px 0;
	background: rgb(101, 117, 132,0.2);
    padding: 20px 30px;
}
.userinfo-lower .trade-list li{
	width: 100%;
	margin: 5px 0;
}
.userinfo-lower .trade-list li.trade-time p{
	width: 100%;
	height: 20px;
	display: block;
	text-align: right;
	float: right;
}
.userinfo-lower .trade-list li p:first-child{
	width: 15%;
	color: #fff;
}
.userinfo-lower .trade-list li p:last-child{
	width: 85%;
}
.userinfo-rt{
	height: auto;
}
.userinfo-rt .userinfo-upper,.userinfo-rt .userinfo-lower{
	background: url(../img/bguser_2.png) no-repeat;
	height: 348px;
	background-size: auto 348px;
	padding-right: 10px;
}
.userinfo-rt .userinfo-lower{
	margin-top: 50px;
	padding-top: 0;
}
.userinfo-rt .userinfo-upper>p,.userinfo-rt .userinfo-lower>p{
	width: 170px;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
}
.userinfo-rt .userinfo-upper li,.userinfo-rt .userinfo-lower li{
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 30px;
}
.userinfo-rt .userinfo-upper li:nth-of-type(even),.userinfo-rt .userinfo-lower li:nth-of-type(even){
	background: rgb(101, 117, 132,0.2);
}
.userinfo-rt .userinfo-lower li{
	padding: 10px 30px;
	height: auto;
}
.userinfo-rt .userinfo-upper li.userinfo-header,.userinfo-rt .userinfo-lower li.userinfo-header{
	background: transparent;
	height: 40px;
	padding: 0 30px;
}
.userinfo-rt .userinfo-upper li{
	color: #2ea7e0;
}
.userinfo-rt .userinfo-upper li p:last-child,.userinfo-rt .userinfo-lower li p:last-child{
	text-align: right;
	float: right;
}
.userinfo-rt .userinfo-lower li p:first-child{
	line-height: 20px;
}

/*用户事务操作页*/
.blockdetail .dataList ul{
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #657584;
}
.blockdetail .dataList ul li{
	width: 100%;
	padding: 5px 0;
}
.blockdetail .dataList ul li p:first-child{
	width: 100px;
	color: #fff;
}
.blockdetail .dataList ul li p:last-child{
	color: #fff;
}







/*验证资产页 proving*/
.proving #provingTable{
	background: url(../img/bg_zichan_1.png) 0 0 no-repeat;
	height: auto;
	margin: 50px 0;
	padding: 80px 3px 50px 0;
	position: relative;
}
.proving #provingTable .tableFooter{
	background: url(../img/bg_zichan_2.png) 0 0 no-repeat;
	width: 100%;
	height: 265px;
	position: absolute;
	bottom: 0;
}
.proving #provingTable .proving-lf{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 1140px;
}
.proving-lf,.proving-rt{
	float: left;
	padding: 0;
}
.proving-rt{
	padding: 0 50px 0 30px;
	border-right: 1px solid #2ea7e0;
	z-index: 100;
}
.proving .proving-upper{
	margin-left: 8px;
	padding: 0 40px;
}
.proving .proving-upper,.proving .proving-lower{
	width: 100%;
}
.proving .proving-upper{
	min-height: 327px;
	background-image: -webkit-linear-gradient(left,rgb(101, 117, 132,0.2),rgb(101, 117, 132,0.05)); /* Safari 5.1 - 6.0 */
    background-image: -o-linear-gradient(right,rgb(101, 117, 132,0.2),rgb(101, 117, 132,0.05)); /* Opera 11.1 - 12.0 */
    background-image: -moz-linear-gradient(right,rgb(101, 117, 132,0.2),rgb(101, 117, 132,0.05)); /* Firefox 3.6 - 15 */
	background-image: linear-gradient(to right,rgb(101, 117, 132,0.2),rgb(101, 117, 132,0.05));
}
.proving .proving-title{
	width: 100%;
	color: #2ea7e0;
	display: flex;
}
.proving .proving-upper .proving-title{
	height: 130px;
	padding: 40px 0;
}
.proving .proving-title h1{
	font-size: 4em;
}
.proving .proving-title span{
	font-size: 1.8em;
	line-height: 77px;
}
.proving .proving-info ul{
	width: 100%;
	height: auto;
}
.proving .proving-table li,.proving .proving-info li{
	width: 100%;
	height: 25px;
	line-height: 30px;
	color: #fff;
}
.proving .proving-table li .lf-title,.proving .proving-info li .lf-title{
	padding: 0;
}
.proving .proving-lower{
	margin: 50px 0 0 8px;
}
.proving .proving-lower .proving-title{
	height: 65px;
	margin: 30px 0;
	padding: 20px 30px;
}
.proving .proving-lower .proving-info{
	width: 100%;
	min-height: 530px;
	padding: 10px 30px;
	background-color: rgb(101, 117, 132,0.2);
}
.proving .proving-lower .proving-info li .w-15{
	width: 15%;
}
.proving .proving-lower .proving-info .info-table{
	height: auto;
	padding: 10px 0;
}
.proving .proving-lower .proving-info .info-table .info-img img{
	height: 200px;
}
.info-table .info-content li.row{
	padding: 0;	
}
.proving-rt .proving-title{
	border-bottom: 1px solid #2ea7e0;
}
.proving-rt .proving-list li{
	padding: 10px 0;
}
.proving-rt .proving-list li p{
	width: 100%;
}
/*.proving-rt .proving-list li p:first-child{
	font-size: 0.8em;
}
.proving-rt .proving-list li p:last-child{
	color: #9eeaff;
	text-align: right;
	font-size: 1em;
}*/
.proving-rt .tableFooter{
	text-align: right;
	padding: 10px 0;
}

.proving-tab{}
.proving-tab ul{border: 0;}
.proving-tab ul li{}
.proving-tab ul li a{}
.proving-tab ul li.active{
    border-bottom: 2px solid #2ea7e0;
}
.proving-tab ul li.active a{
    background: none;
    border: 0;
    color: #2ea7e0;
}
.proving-tab .nav-tabs > li > a,.proving-tab .nav-tabs > li > a:hover,.proving-tab .nav-tabs > li > a:focus{
	background: none;
    border: 0;
    color: #2ea7e0;
}
.asset-list .tableBody .asset_table{
	transition: all 0.2s;
}
.asset-list .tableBody .asset_table:hover{
	background-color: rgb(101, 117, 132,0.5);
    cursor: pointer;
    padding: 10px 15px;
}    
.asset-list .tableHeader{
	background: url(../img/bgzc_1.png) no-repeat;
	background-size: 100% auto;
}
.asset-list .tableHeader ul{
	border-bottom: 0;
}
.asset-list .tableBody .lf{
	background: url(../img/bgzc_2.png) 0 repeat-y;
    border-right: 1px solid #2ea7e0;
    width: 99.6%;
    float: left;
    padding: 0 25px 0 45px;
}
.asset-list .tableBody .lf .title{
	font-size: 1.5em;
	height: auto;
	width: 10%;
	display: block;
	float: left;
	text-align: center;
}
.asset-list .tableHeader li:nth-child(2), .asset-list .tableBody li:nth-child(2){
	text-align: center;
}
.asset-list .tableHeader li:nth-child(3), .asset-list .tableBody li:nth-child(3), .asset-list .tableHeader li:nth-child(4), .asset-list .tableBody li:nth-child(4), .asset-list .tableHeader li:nth-child(5), .asset-list .tableBody li:nth-child(5){
	width: 13%;
}
.asset-list .tableHeader li:last-child,.asset-list .tableBody .asset_table li:last-child{
	text-align: right;
}
.asset-list .tableFooter{
	background: url(../img/bgzc_3.png) no-repeat;
	background-size: 100% auto;
	width: 100%;
	height: 91px;
}
.asset-list .tableBody ul.asset_table{
	float: left;
    border-top: 1px solid #2ea7e0;
    width: 90%;
    padding: 10px 0;
}
.asset-list .tableBody ul.asset_table .lt{
	width: 70%;
	text-align: left;
	margin: 0;
}
.asset-list .tableBody ul.asset_table .rt{
	width: 30%;
	text-align: right;
	margin: 0;
}
.asset-list .tableBody ul.asset_table li p{
	display: block;
    font-size: 0.8em;
    height: 20px;
    line-height: 20px;
}
.nav-tabs > li > a:hover{
	border-color: inherit;
	background-color: transparent;
}
.asset-list .tableBody a:last-child ul{
	border-bottom: 1px solid #2ea7e0;
}

    
.ownerlist{}
.ownerlist a{
	display: block;
	transition: all 0.2s;
}
.ownerlist a:hover{
	background: rgba(32, 56, 70, 0.4);
    padding-right: 15px;
}
.ownerlist ul{
	padding-top: 10px;
	max-height:1090px;
}
.ownerlist ul li{}
.ownerlist ul li>span{
    width: 15%;
    font-size: 45px;
    text-align: center;
    color: #2ea7e0;
    display: inline-block;
    vertical-align: middle;	
}
.ownerlist ul li>div{
    width: 80%;
    display: inline-block;
    vertical-align: middle;	
}
.ownerlist ul li>div p:first-child{color: #2ea7e0;text-align: left;}
.ownerlist ul li>div p{text-align: right;display: block;word-break: break-all;}
.ownerlist ul li>div p span{float:left}


.paymentlist{}
.paymentlist ul{
	width: 100%;
    max-height: 958px;
    /*overflow-y: auto;*/
    box-sizing: border-box;	
}
.paymentlist ul li{
	width: 100%;
}
.paymentlist ul a{display: block;transition: all 0.2s;}
.paymentlist ul a:hover{
	background: rgba(32, 56, 70, 0.4);
    padding: 0 15px;
}

.paymentlist ul li h6{
    display: block;
    word-break: break-all;
    margin: 5px 0;
    color: #2ea7e0;
}
.paymentlist ul li p{
	display: block;
	overflow: hidden;
	position: relative;
}
.paymentlist ul li p span{}
.paymentarrow{
	width: 100%;
    position: absolute;
    text-align: center;
    left: 0;
    top: 0;
}
.paymentlist ul a:hover .paymentarrow{
	animation: arrowright 1.5s infinite;
}
@keyframes arrowright{
	from{left:-25px;}
	to{left:25px}
}
.operations .blockdetail>div.line{
	max-height: 455px;
    overflow-y: auto;
}

/*网页版响应式 1600X900*/
@media screen and (min-width:1440px) and (max-width:1600px){
	/*首页*/
	.index .icurrentBlock{
		padding: 0;
	}
	.index .iblockInfo .info-lf h3{
		padding: 0;
		bottom: 0;
	}
	.index .inode>div{
		background: url(../img/355_01.png) no-repeat;
		background-size: 100% auto;
	}
	.index .inode div.title-1{
		width: 32%;
	}
	.index .inode .upper {
	    padding: 10px 0 10px 15px;
	}
	.index .inode .upper ul {
	    padding: 0 10px;
	}
	.index .inode .content{
		border-left: 1px solid #2ea7e0;
		border-right: 1px solid #2ea7e0;
	}
	.index .inode .content .footer{
		background: url(../img/355_03.png) no-repeat;
		background-size: 100% auto;
		height: 22px;
		margin-left: 2px;
	}
	.index .inode .lower{
		padding-left: 10px;
	}
	.index .inode .lower .title{
		padding: 20px 20px 10px;
		height: 44px;
	}
	.index .content{
		padding: 0;
	}
	.index .inode .lower .content li p:last-child{
		width: 30%;
	}
	.index .inode .lower .content li p:first-child{
		width: 35%;
	}
	.index .inode .footer{
		margin-left: 2px;
		width: auto;
	}
	.index .iblock .content li p{
		float: left;
		color: #fff;
	}
	.index .imap>div{
		background: url(../img/611_01.png) no-repeat;
		background-size: 100% auto;
	}
	.index .imap .map {
	    margin-top: 40px;
	    padding-bottom: 65px;
	    border-left: 1px solid #2ea7e0;
	    border-right: 1px solid #2ea7e0;
	}
	.index .imap .footer{
		background: url(../img/611_03.png) no-repeat;
		background-size: 100%;
		width: 100%;
		height: 25px;
	}
	.index .imap #nodeInfo{
		width: 30%;
	}
	.index .imap #nodeInfo .content{
		padding: 10px 0;
	}
	
	
	
	
	
	
	
}

/*网页版响应式 1440X900*/
@media screen and (min-width:775px) and (max-width: 1440px){
	/*首页*/
	.index .icurrentBlock{
		padding: 0;
	}
	.icurrentBlock .itime .time-rt i{
		margin: 0 5px;
	}
	.index .iblockInfo .info-lf h3{
		padding: 0;
		bottom: 0;
	}
	.index .inode>div{
		background: url(../img/315_01.png) no-repeat;
		background-size: 100% auto;
	}
	.index .inode div.title-1{
		width: 32%;
	}
	.index .inode .upper {
	    padding: 10px 0 10px 15px;
	}
	.index .inode .upper ul {
	    padding: 0 5px;
	}
	.index .inode .content{
		border-left: 1px solid #2ea7e0;
		border-right: 1px solid #2ea7e0;
	}
	.index .inode .content .footer{
		background: url(../img/315_03.png) no-repeat;
		background-size: 100% auto;
		height: 22px;
		width: auto;
		margin-left: 3px;
	}
	.index .inode .lower .title {
	    padding: 10px 20px 10px;
    	height: 44px;
	}
	.index .inode .lower .content li p:first-child {
	    width: 30%;
	}
	.index .inode .lower .content li p:last-child {
	    width: 30%;
	}
	.index .imap #nodeInfo{
		bottom: 70px;
	}
	.index .iblock .content li p:last-child{
		line-height: 20px;
	}
	#sBtn {
	    right: 120px;
	    text-align: right;
	}
	#sBtn p {
	    padding: 0 10px;
	}
	#sBtn, #cBtn {
	    /*right: 35px;*/
	   right: 0;
	   position: relative;
	}
	div.language {
	    right: 0;
	    padding: 0 20px 0 0;
	}








}

/*移动端适配*/
@media screen and (max-width: 770px){
	body{
		min-width: inherit;
	}
	.main{
		background: #25292D;
	}
	.none-content{
	    min-height: 150px;
	}
	/*首页适配 index*/
	.index{
		font-size: 0.8em;
	}
	.row .title h4{
		font-size: 1.2em;
	}
	div.hd-node{
		position: absolute;
		top: 60px;
		right: 10px;
		z-index: 10;
	}
	.dropdown-content{
		top: 35px;
		right: 0;
	}
	.inode,.iblock,.ichart-2,.ichart-4,.iblockInfo,.iaffair,.imap,.ioperate{
		margin-bottom: 20px;
	}
	.container{
		overflow-x: hidden;
		padding: 0;
	}
	.hide-desktop{
		display: block !important;
	}
	.hide-mobile{
		display: none !important;
	}
	span.logo{
		padding: 0 15px;
	}
	.mobile_navbar {
    	display: none;
	    top: 60px;
	    position: fixed;
	    transition: all 0.2s;
	    -webkit-transition: all 0.2s;
	    overflow-y: scroll;
	    height: 100vh;
	    width: 100%;
	    background-color: #25292D;
	    z-index: 999;
	    padding: 20px;
	}
	.mobile_navbar * {
	    box-sizing: border-box;
	}
	.navbar_toggle{
        height: 40px;
        width: 50px;
        display: block;
        position: relative;
        float: right;
        padding: 4px 4px 4px 15px;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: 5px
    }
    .bodyzz,.bodyxx{
	    display: none;
	    width: 100%;
	    height: 100%;
	    left: 0;
	    top: 0;
	    position: fixed;
	    z-index: 99;
	    background: rgba(0,0,0,0.6);
	    cursor: pointer;
	}
	.body_shift .bodyzz,.body_shift .bodyxx{
	    cursor: pointer;
	    display: block;
	}
	.icon_bar {
    	height: 3px;
	    width: 80%;
	    margin: 4px 0;
	    display: block;
	    border-radius: 1px;
	}
    .navbar_toggle:focus {
        outline: none
    }
    .navbar_toggle span {
        height: 3px;
        width: 80%;
        background-color: #2ea7e0;
        margin: 4px 0
    }
    .db_dn{
    	display: block;
    }
    .of_h{
		overflow-y: hidden;
	}
	#mobile_nav_buttons span {
	    display: block;
	    margin: 8px;
	    line-height: 45px;
	    background: rgba(255,255,255,0.2);
	    font-size: 16px;
	}
	#mobile_nav_buttons span a {
	    width: 100%;
	    display: block;
	    padding-left: 15px;
	    height: 45px;
	    color: #2A343C;
	}
    .language_label {
	    display: block;
	    margin-left: 20px;
	    margin-top: 30px;
	    font-size: 16px;
	    color: #FFF;
	    z-index: 1000;
	}
    .language_list_mobile {
	    width: 200px;
	    display: block;
	    top: 40px;
	    left: 0;
	    margin-left: 20px;
	    padding-bottom: 80px;
	}
    .radio {
	    height: 13px;
	    width: 13px;
	    display: inline-block !important;
	    margin: 0 !important;
	    border-radius: 50%;
	    background-color: rgba(255,255,255,0.2);
	}
	.radio_out {
	    background: #F9CC9D;
	}
    .language_list_mobile li a {
	    font-size: 16px;
	    display: inline-block;
	    padding: 15px;
	    color: #FFF;
	}
	.menu_navbar{
		width: 100%;
		height: 60px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.menu_navbar p{
		color: #2ea7e0;
	}
	#menuBox{
		display: block;
	}
	#submenu,#searchIpt,#yanzhengIpt,#langSwitch1{
		display: none;
	}
	#searchIpt,#yanzhengIpt,#langSwitch1{
		position: relative;
	}
	#yanzhengIpt{
		height: 120px;
	}
	#langSwitch1{
		height: 180px;
	}
	.subIpt{
		background-color: transparent;
		border: 0;
		border-bottom: 1px solid #657584;
		width: 100%;
		height: 60px;
		color: #657584;
	}
	.searchIcon{
		border: 0;
		background: url(../img/llq02_2.png) no-repeat;
		height: 40px;
		width: 40px;
		position: absolute;
		right: 10px;
		bottom: 10px;
		background-size: 40px 40px;
	}
	#langSwitch1 ul{
		width: 100%;
	}
	#langSwitch1 li{
		width: 100%;
		height: 60px;
		line-height: 60px;
		text-align: center;
	}
	#langSwitch1 li a{
		color: #2ea7e0;
	}
	.index .row{
		padding: 0;
	}
	/*节点部分*/
	.index .icurrentBlock{
		height: 300px;
	}
	.index .icurrentBlock #parent{
		left: 5vw;
	}
	.index .icurrentBlock #parent div{
		transform-origin: 15px 140px;
		-webkit-transform-origin: 15px 140px;
	    left: 130px;
	}
	.index .icurrentBlock .itime{
		line-height: 60px;
		top: 220px;
	}
	.itime .time-rt i{
		line-height: 70px;
		margin: 0;
		height: 40px;
	}
	.itime .time-lf>div{
		width: 20px;
		background-size: 20px 100%;
	}
	.itime .time-lf>div.active{
		background-size: 20px 100%;
	}
	.index .inode div.title-1{
		font-size: 1em;
		height: 25px;
		margin-bottom: 0;
	}
	.index .inode .upper, .index .inode .upper ul, .index .inode .lower{
		font-size: 0.8em;
	}
	.index .inode .upper{
		padding-top: 5px;
		margin: 0;
	}
	.index .inode .upper li{
		padding: 0;
		height: 30px;
		line-height: 20px;
		display: flex;
    	align-items: center;
	}
	.index .inode .lower .title{
		padding: 5px;
		height: auto;
	}
	.index .inode .lower{
		padding-left: 8px;
	}
	.index .inode .lower .title h4{
		font-size: 1em;
	}
	.index .content{
		padding: 0;
	}
	.index .inode .lower .content li{
		padding: 0 10px;
		height: 25px;
		line-height: 25px;
	}
	.index .inode .lower .content li p:first-child{
		width: 37%;
	}
	.index .inode .lower .content li p:last-child{
		width: 30%;
	}
	/*事务操作图表部分*/
	.index .ichart-2 .iaffair,.index .ichart-2 .ioperate{
		padding: 0 10px 20px;
		background-size: 100% 150px;
	}
	
	
	/*区块部分*/
	.index .iblock .content{
		font-size: 0.8em;
	}
	.index .iblock .content div p, .index .iblock .content li p{
		width: 15%;
	}
	.index .iblock .content li p{
		float: left;
	}
	.index .iblock .content div p:first-child, .index .iblock .content li p:first-child{
		width: 30%;
	}
	.index .iblock .content div p:last-child, .index .iblock .content li p:last-child{
		width: 40%;
	}
	.index .iblock .content li p:last-child{
		word-break: break-word;
    	line-height: 20px; 	
	}
	.index .iblock .content li:last-child{
		/*border: 1px solid #657584;*/
	}
	/*事务部分*/
	.index .iaffair .content .upper{
		border-top: 1px solid #2ea7e0;
	}
	.index .iaffair .upper li p:nth-child(1){
		width: 25%;
	}
	.index .iaffair .upper li p:nth-child(2){
		width: 75%;
	}
	.index .iaffair .lower {
		border: 1px solid #2ea7e0;
	    background: transparent;
	    background-size: 0;
	    height: 165px;
	}
	.index .iaffair .lower #title-1{
		width: 25%;
	}
	.index .iaffair .lower li p{
		display: block;
		float: left;
	}
	.index .iaffair .lower li p:nth-child(3){
		width: 100%;
		text-align: right;
	}
	#blockdetail .tableFooter #more,#blockTable .tableFooter #more, #affairTable .tableFooter #more{
		margin-top: 0;
		height: 40px;
		line-height: 40px;
	}
	/*操作部分*/
	.index .ioperate .content ul{
		border: 0;
		border-top: 1px solid #2ea7e0;
		margin: 0;
		padding: 20px 0;
	}
	.index .ioperate .content ul:last-child{
		border-bottom: 1px solid #2ea7e0;
	}
	.index .ioperate .content li p:nth-child(1){
		width: 25%;
	}
	.index .ioperate .content li p:nth-child(2){
		width: 75%;
	}
	.index .ioperate .content li.trade-time p{
		width: 100%;
	}
	/*节点分布图部分*/
	.index .imap>div{
		height: auto;
		background: url(../img/bgsy_5_1.png) no-repeat;
		background-size: 100%;
	}
	.index .imap div.title-1{
		height: 20px;
		width: 25%;
	}
	.index .imap .footer{
		min-height: 30px;
	}
	
	
	/*区块列表页适配 block*/
	.block,.block #blockTable,.affair,.affair #affairTable,.proving,.proving #provingTable{
		background: inherit;
	}
	.main,.mainTitle,.block #blockTable,.block .tableBody,.affair #affairTable,.affair .tableBody{
		width: 100%;
	}
	.mainTitle{
		margin: 50px 0 0;
	}
	.mainTitle h1{
		font-size: 1.5em;
		padding: 0 10px;
	}
	.block .tableBody,.affair .tableBody{
		max-height: inherit;
		padding: 5px 0;
		height: 455px;
		overflow: inherit;
		word-break: break-all;
		font-size: 0.8em;
	}
	.block .tableHeader li,.block .tableBody li,.affair .tableHeader li,.affair .tableBody li{
		width: 100%;
		margin: 5px 0;
		text-align: left !important;
		float: left;
	}
	.block .tableHeader li:nth-child(2),.block .tableBody li:nth-child(2){
		width: 100%;
	}
	.block .tableHeader li:nth-child(3),.block .tableBody li:nth-child(3),
	.block .tableHeader li:nth-child(4),.block .tableBody li:nth-child(4),
	.block .tableHeader li:nth-child(5),.block .tableBody li:nth-child(5),
	.block .tableHeader li:nth-child(6),.block .tableBody li:nth-child(6){
		width: 49%;
	}
	.block .tableHeader li:nth-child(3),.block .tableBody li:nth-child(3),
	.block .tableHeader li:nth-child(4),.block .tableBody li:nth-child(4){
		color: #657584;
	}
	.block .tableHeader ul, .block .tableBody>ul,.affair .tableHeader ul, .affair .tableBody>ul{
		border-bottom: 1px solid #657584;
		padding: 10px 15px;
		float: left;
	}
	.block .tableHeader ul span, .block .tableBody ul span,.affair .tableHeader ul span, .affair .tableBody ul span{
		display: inline-block;
		width: 35%;
	}
	
	/*区块详情页适配*/
	.blockdetail .main{
		padding: 0 5px;
	}
	.blockdetail .blockTable{
		width: 100%;
	}
	.blockdetail .content ul.row{
		padding: 0;
	}
	.blockdetail .content ul.row li{
		width: 100%;
	}
	.blockdetail .tableBody .block-lf,.blockdetail .tableBody .block-rt{
		width: 100%;
	}
	.blockdetail .tableBody .block-lf li{
		height: auto !important;
	}
	.blockdetail .tableBody .block-lf li p{
		word-break: break-word;
	}
	.blockdetail .tableBody .block-lf li p:nth-child(1){
		width: 30%;
	}
	
	
	/*事务列表页适配  affair*/
	.affair .main {
	    margin-bottom: 0px;
	}
	.block .tableFooter,.affair .tableFooter,.blockdetail .tableFooter{
		padding: 10px 0;
    	height: 60px;
	}
	.block .tableFooter #more,.affair .tableFooter #more,.blockdetail .tableFooter #more{
		height: 40px;
    	line-height: 40px;
    	margin-top: 0;
	}
	.affair .tableBody ul{
		overflow-y: hidden;
	}
	.affair .tableHeader li:nth-child(1),.affair .tableBody li:nth-child(1){
		width: 100%;
	}
	.affair .tableHeader li:nth-child(1) a,.affair .tableBody li:nth-child(1) a{
		overflow: inherit;
		word-break: break-all;
	}
	.affair .tableHeader li:nth-child(3),.affair .tableBody li:nth-child(3),
	.affair .tableHeader li:nth-child(4),.affair .tableBody li:nth-child(4),
	.affair .tableHeader li:nth-child(5),.affair .tableBody li:nth-child(5),
	.affair .tableHeader li:nth-child(2),.affair .tableBody li:nth-child(2){
		width: 49%;
		color: #657584;
	}
	.dropdown-affair {
		width: 100%;
		padding: 10px 10px 10px 20px;
	}
	.dropdown-affair>div{
		width: 100%;
		height: auto;
	}
	.dropdown-affair ul{
		width: 100%;
		height: auto;
		float: left;
		padding: 10px 15px;
	}
	.dropdown-affair .affair-lf li,.dropdown-affair .affair-rt li{	
		width: 100% !important;
		text-align: left !important;
		line-height: 15px;
		float: inherit;
	}
	.dropdown-affair ul.affair-lf{
		width: 100%;
	}
	.dropdown-affair .affair-lf li{
		height: 20px !important;
	}
	.dropdown-affair .affair-lf li.hash-li{
		height: auto !important;
	}
	.dropdown-affair .affair-rt li{
		height: auto;
	}
	.dropdown-affair li p{
		display: inline-block;
	}
	.dropdown-affair li p.lf-title{
		width: 30%;
		float: left;
	}
	.dropdown-affair li p.affair-hash{
		width: 70%;
		color: #2ea7e0;
	}
	
	
	/*搜索用户页适配 account*/
	.userinfo #userinfoTable{
		padding: 0;
		background: #25292D;
		height: auto;
	}
	.userinfo-lf,.userinfo-rt{
		padding: 0;
	}
	.userinfo-lf .userinfo-upper,.userinfo-rt .userinfo-upper, .userinfo-rt .userinfo-lower{
		background: transparent;
		height: auto;
		padding-right: 0;
	}
	.userinfo-lf .userinfo-upper,.userinfo-lf .userinfo-lower{
		width: 100%;
		height: auto;
	}
	.userinfo-lf .info-1,.userinfo-lf .info-2,.userinfo-lf .info-3,.userinfo-lower{
		padding: 0;
	}
	.userinfo-lf .info-1{
		padding: 40px 20px 20px;
	}
	.userinfo-lf .info-2{
		height: 40px;
	}
	.userinfo-lf .info-1,.userinfo-lf .info-2{
		text-align: center;
		background: rgb(101, 117, 132,0.2);
	}
	.userinfo-lf .info-3{
		background: rgb(101, 117, 132,0.2);
	}
	.userinfo-lf .info-3 li{
		height: 30px;
		line-height: 30px;
	}
	.userinfo-lf .info-3 .uheader{
		height: 40px;
		background: #25292D;
		display: flex;
		align-items: center;
	}
	.userinfo-lf .info-3 li span{
		display: inline-block;
	}
	.userinfo-lf .info-3 li span:nth-child(2) p:first-child{
		border-left: 0;
	}
	.userinfo-lf .info-3 li span:nth-child(1){
		width: 40%;
	}
	.userinfo-lf .info-3 li span:nth-child(2){
		width: 58%;
	}
	.userinfo-lf .info-3 li:nth-child(3){
		border-top: 1px solid #657584;
	}
	.userinfo-lower .userinfo-title{
		line-height: 40px;
	}
	.userinfo-lower .userinfo-title p{
		padding: 0 10px;
	}
	.userinfo-lower .trade-list ul{
		margin: 0;
	}
	.userinfo-lower .language{
		margin-right: 10px;
	}
	.userinfo-lower .trade-list ul{
		padding: 10px;
		border-bottom: 1px solid #657584;
	}
	.userinfo-lower .trade-list ul:last-child{
		border-bottom: 0;
	}
	.userinfo-lower .trade-list li p:first-child{
		width: 20%;
		float: left;
		margin: 0 10px;
	}
	.userinfo-lower .trade-list li p:last-child{
		width: 72%;
		word-break: break-all;
		float: right;
	}
	.userinfo-rt .userinfo-upper{
		padding-right: 0;
	}
	.userinfo-rt .userinfo-upper li,.userinfo-rt .userinfo-lower li{
		background: rgb(101, 117, 132,0.2);
	}
	.userinfo-rt .userinfo-upper li,.userinfo-rt .userinfo-lower li{
		padding: 10px;
		float: left;
	}
	.userinfo-rt .userinfo-upper li:nth-of-type(even){
		color: #657584;
		font-size: 0.8em;
	}
	.userinfo-rt .userinfo-upper li p:nth-child(1){
		width: 22%;
		float: left;
		height: 30px;
	}
	.userinfo-rt .userinfo-upper li:nth-of-type(even) p:nth-child(1){
		line-height: 13px;
	}
	.userinfo-rt .userinfo-upper li p:nth-child(2){
		width: 78%;
	}
	.userinfo-rt .userinfo-upper li:nth-of-type(even) p:nth-child(2){
		text-align: left;
	}
	.userinfo-rt .userinfo-upper li p.w-b{
		line-height: 12px;
	}
	.userinfo-rt .userinfo-lower{
		margin-top: 0;
	}
	.userinfo-rt .userinfo-lower li p{
		float: left;
	}
	.userinfo-rt .userinfo-lower li p:nth-child(1){
		width: 80%;
		font-size: 0.8em;
	}
	.userinfo-rt .userinfo-lower li p:nth-child(2){
		width: 10%;
	}
	.userinfo-rt .userinfo-lower li p:nth-child(3){
		width: 10%;
	}
	.userinfo-rt .userinfo-lower li p:last-child{
		text-align: left;
	}
	.accountbox {
	    border-left: 0;
	}
	
	/*用户信息页*/
	.userinfo{
		background: inherit;
	}
	.userinfo .userinfo-lf .userinfo-upper{
		background: inherit;
	}
	.userinfo .userinfo-lf .userinfo-upper .info-3{
		padding: 0;
	}
	.userinfo .userinfo-lf .userinfo-upper .info-3>ul{
		border: 0;
		padding: 0;
		width: 100%;
	}
	.userinfo .userinfo-lf .userinfo-upper .info-3 li.uheader span{
		text-align: left;
		width: 100%;
	}
	.userinfo .userinfo-lf .userinfo-upper .info-3 li.uheader span p{
		padding: 0 15px;
	}
	.userinfo .userinfo-lf .userinfo-upper .info-3 li:nth-child(3){
		border: 0;
	}
	.userinfo .accountbox::before,.userinfo .accountbox::after{
		background: inherit;
	}
	.userinfo-rt .userinfo-upper li{
		height: 50px;
	}
	
	
	/*验证资产页适配 proving*/
	.proving #provingTable{
		padding: 0;
		background: #25292D;
		height: auto;
	}
	.proving .proving-upper,.proving .proving-lower{
		margin-left: 0;
		padding: 0;
	}
	.proving .proving-lf,.proving .proving-rt{
		width: 100%;
	}
	.proving-rt{
		background: rgb(101, 117, 132,0.2);
		padding: 0;
	}
	.proving .proving-upper,.proving .proving-lower{
		height: auto;
	}
	.proving .proving-upper .proving-title{
		height: auto;	
		display: flex;
		justify-content: center;
	}
	.proving .proving-title h1{
		font-size: 3em;
	}
	.proving .proving-table,.proving .proving-lower .proving-info{
		padding: 10px;
		height: auto;
		min-height: 200px;
	}
	.proving .proving-table li p:first-child,.proving .proving-info li p:first-child{
		width: 20%;
		float: left;
	}
	.proving .proving-table li p:last-child,.proving .proving-info li p:last-child{
		width: 80%;
		line-height: 15px;
		padding-left: 10px;
	}
	.proving .proving-table li, .proving .proving-info li{
		padding: 5px 0;
	}
	.proving .proving-lower{
		margin: 0;
	}
	.proving .proving-lower .proving-title{
		margin: 0;
		padding: 0;
		height: 50px;
		display: flex;
		align-items: center;
	}
	.proving .proving-lower .proving-title h3{
		width: 100%;
		font-size: 1em;
		padding-left: 20px;
	}
	.proving .proving-info li.zczm p:first-child{
		width: 30%;
	}
	.proving .proving-info li.zczm p:last-child{
		width: 70%;
		border-bottom: 1px solid #657584;
		display: inline-block;
		height: 30px;
	}
	.proving .info-table .info-img{
		width: 100%;
		text-align: center;
	}
	.proving .info-table .info-img img{
		height: 200px;
	}
	.proving .info-table .info-content{
		padding: 0;
	}
	.proving-rt .proving-title{
		background: #25292D;
		border-bottom: 0;
	}
	.proving-rt .proving-title h3{
		font-size: 1em;
		padding-left: 20px;
	}
	.proving-rt .proving-list{
		padding: 10px;
	}
	.proving-rt .tableFooter{
		padding: 10px;
	}
	.asset-list .tableHeader,.asset-list .tableFooter,.asset-list .tableBody .lf,
	.block .tableHeader, .affair .tableHeader,
	.block .tableBody .lf, .affair .tableBody .lf,
	.block .tableFooter, .affair .tableFooter, .blockdetail .tableFooter
	{
		background: inherit;
	}    
	.block .tableBody .lf,.affair .tableBody .lf,.asset-list .tableBody .lf{
		padding: 0 10px;
	}
	.proving #provingTable .proving-lf {
	    height: auto;
	}
	.asset-list .tableBody .lf{
		background: 0;
	    border-right: 0;
	}
	.asset-list .tableBody .lf .title{
		width: 100%;
		text-align: left;
		border-top: 1px solid #2ea7e0;
	}
	.asset-list .tableBody ul.asset_table{
		width: 100%;
		border-top: 0;
	}
	/*.asset-list .tableBody ul.asset_table:last-child{
		border-bottom: 1px solid #9eeaff;
	}*/
	.asset-list .tableBody ul.asset_table .lt,.asset-list .tableBody ul.asset_table .rt{
		width: 100%;
	}
	.asset-list .tableBody ul.asset_table li p{
		display: inline-block;
		float: left;
	}
	.asset-list .tableBody ul.asset_table li p:first-child{
	    width: 20%;
    }
    .asset-list .tableBody ul.asset_table li p:last-child{
	    width: 80%;
    }
    .asset-list .tableBody ul.asset_table li p.w-b{
    	line-height: 13px;
    }
    .ownerlist ul li>span,.ownerlist ul li>div{
    	float: left;
    }
}
@media screen and (min-width:320px) and (max-width:360px){
	div.header .logo {
	    padding: 0 10px;
	}
	.index .inode .upper .loader{
		height: 90px !important;
	}
	.index .inode .upper ul {
	    padding: 0;
	}
	.index .inode .upper li {
		height: 20px;
	}
	.index .inode .upper li {
	    height: 20px;
	    line-height: 20px;
	    display: flex;
    	align-items: center;
	}
	.index .inode .upper li p:nth-child(1) {
	    line-height: 10px;
	}
	.index .inode .lower {
	    padding-left: 6px;
	}
	.index .inode .lower .title {
	    padding: 15px 10px 5px;
	}
	.index .inode .lower .content li {
	    padding: 0 5px;
	}
	.index .inode .lower .content li p {
	    width: 35%;
	}
	.index .inode .lower .content li p:first-child {
	    width: 32%;
	}
	.index .imap>div {
	    height: auto;
	    min-height: 250px;
	    background: url(../img/bgsy_5_1.png) no-repeat;
	    background-size: 100%;
	}
	.index .inode div.title-1 {
	    margin-left: 6px;
	}
	.index .iaffair .upper li {
	    display: flex;
	    align-items: center;
	}
	.index .iaffair .upper li p:nth-child(1) {
	    line-height: 20px;
	}
	.index .iaffair .lower li p {
	    float: left;
	}
	.index .iaffair .lower {
	    height: 130px;
	}
}
@media screen and (min-width:360px) and (max-width:375px){
	.index .icurrentBlock #parent {
	    /*left: 10vw;*/
	   left: 4vw;
	}
	.index .inode .lower {
	    padding-left: 7px;
	}
	.index .inode .upper {
	    padding-top: 20px;
	}
}
@media screen and (min-width:375px) and (max-width:410px){
	.index .icurrentBlock #parent div{
		transform-origin: 15px 160px;
		-webkit-transform-origin: 15px 160px;
    	left: 160px;
	}
	.index .inode .upper{
		margin: 5px 0 0;
    	padding-top: 0;
	}
	.index .inode .upper .loader{
		height: 105px !important;
	}
	.index .inode .upper li p:nth-child(1) {
	    line-height: 10px;
	}
	.index .inode .upper li {
	    height: 25px;
	    line-height: 25px;
	    display: flex;
    	align-items: center;
	}
	.index .inode .lower .title{
	    padding: 20px 15px 10px;
	}
	.index .inode .lower{
		padding-bottom: 0;
	}
	.index .imap>div {
	    min-height: 300px;
	    background: url(../img/bgsy_5_1.png) no-repeat;
	    background-size: 100%;
	}
}
@media screen and (min-width:410px) and (max-width:414px){
	.index .icurrentBlock #parent {
	    left: 15vw;
	}
}
@media screen and (min-width:414px) and (max-width:765px){
	.index .icurrentBlock #parent div{
		transform-origin: 15px 160px;
		-webkit-transform-origin: 15px 160px;
    	left: 177px;
	}
	.index .inode .upper .loader{
		height: 105px !important;
	}
	.index .inode .upper li{
		height: 25px;
		line-height: 25px;
	}
	.index .inode .lower{
		padding-bottom: 0;
	}
	.index .inode .lower .title{
		padding: 20px 15px 10px;
	}
	.index .inode div.title-1{
		margin-bottom: 20px;
	}
	.index .inode .lower .content li{
		height: 30px;
		line-height: 30px;
	}
	.index .inode .upper li p:nth-child(1) {
	    line-height: 10px;
	}
	
}





