.f-cb {
    zoom: 1;
}

.f-cb:after {
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: '';
}

.f-fl {
    float: left;
}

.f-fr {
    float: right;
}
.f-tl{
    text-align: left;
}
.f-tr{
    text-align: right;
}
.rise {
    color: rgb(14, 203, 129);
}

.rise-bg {
    background: rgb(14, 203, 129);
}

.fall {
    color: rgb(246, 70, 93);
}

.fall-bg {
    background: rgb(246, 70, 93);
}

.star {
    color: #f3bb2b;
}

.uppercase {
    font-style: normal;
    text-transform: uppercase;
    font-weight: 500 !important;
}
.low,.high{
    font-weight: 500 !important;
}
.hign-lan,.all-lan,.low-lan{
    color: rgb(132, 142, 156);
}

.chart-header .f-fl div{
    line-height: 25px !important;
    font-size: 18px;
	color: #fff;
}
.chart-header .f-fl div span.rate{
	height: 24px;
    line-height: 24px;
    padding: 2px 5px;
    margin-left: 8px;
    font-weight: 500;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
}
.chart-header .f-fl div span.rate.rise{
	background:rgb(14, 203, 129);
}
.chart-header .f-fl div span.rate.fall{
	background:rgb(246, 70, 93);
}
.container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.aro-panel-shadow {
    box-shadow: 0 3px 14px 0 rgba(203, 193, 187, .40);
}

.sort-icon-wrap span em {
    position: absolute;
    top: 0;
    left: 46px;
    display: block;
    width: 8px;
    height: 15px;
    margin-top: 2px;
    transition: .6s;
}

.sort-icon-wrap span em i {
    line-height: 6px;
    position: absolute;
    cursor: pointer;
}

.sort-icon-wrap span em i:hover {
    color: #f3bb2b;
    transition: .6s;
}

.sort-icon-wrap span em i.asc {
    top: 0;
}

.sort-icon-wrap span em i.desc {
    bottom: 0
}

.media-coin-unit span {
    white-space: nowrap;
}

.media-coin-unit span:first-child {
    width: 37%;
}

.media-coin-unit span:nth-child(2) {
    width: 35%;
}

.media-coin-unit span:last-child {
    width: 25%;
}

.pages {
    position: absolute;
    bottom: 30px;
    right: 30px;
}
.trade-entrust .pages,.current-entrust .pages,.history-entrust .pages{
	bottom: 15px;
}
.inner-pages .total {
    margin-left: 20px;
}
.inner-pages span{
	width: auto;
    padding: 8px 15px;
    border: solid 1px #c4c4c4;
    font-size: 13px;
	color:#8e94a0;
}
.inner-pages .flip span {
    cursor: pointer;
    transition: .6s;
	    
}
.inner-pages .total .first,.inner-pages .total .sum{
	border:none;
	font-size:16px;
	font-weight:700;
	color:#222a3c;
	padding: 8px 5px;
}
.inner-pages .flip span:hover {
    color: #2d60e0;
    transition: .6s;
}
.Webbg{
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0px;
    top: 0px;
    z-index: 0;
    background: linear-gradient(180deg,#3749b5 0%,#27a795 100%);
}
.Webbg img{
    display: block;
}
.Webbg .bgdiv{
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 1;
    height: 100vh;
    background: #000;
    opacity: 0.5;
}
.pages-bg{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 390px;
    overflow: hidden;
    z-index: 1;
	width: 100%;
    background: #0B0E11 no-repeat center/100%;
}
.home-banner-bg{
    height: 100%;
    width: 100%;
    /* background-image: url(/style/images/indexbg.png); */
    /* background-size: cover; */
    position: relative;
}
.user-step{
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0px;
    background-color: #122a72;
    height: 132px;
    z-index: 600;
}
.step-main{
    width: 1200px;
    margin: 0 auto;
    height: 132px;
}
.step-box{
    width: 33.333%;
    float: left;
    color: #fff;
    position: relative;
}
.step-box h3{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 50px;
}
.step-box h3 a{
    color: #fff;
}
.step-box p{
    color: hsla(0,0%,100%,.4);
}
.step-i{
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0px;
    border: solid 2px #7486b8;
    border-radius: 50%;
    top: 20px;
}
.step-hr{
    width: calc(100% - 50px);
    height: 1px;
    background:#263c80;
    position: absolute;
    top: 30px;
    right: 20px;
}
.pages-bg img{
    width: 100%;
    max-width: 2500px;
}
.help-bg{
    width: 100%;
    position: relative;
	height:180px;
	overflow: hidden;
	background-color: #181A20;
}
.help-bg img{
    width: 100%;
    display: block;
    max-width: 2500px;
}
.help-bg-box{
    text-align: center;
    width: 100%;
    position: absolute;
    top: 30px;
    z-index: 10;
}
.help-bg-box h2{
    font-size: 36px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.9);
    color: #EAECEF;
}
.help-bg-box p{
    margin-top: 20px;
    color: #fff;
    font-size: 17px;
}
.help-bg-box p a{
    padding: 17px 60px;
    border-radius: 10px;
    font-size: 17px;
    color: #111;
    -webkit-box-shadow: 2px 2px 7px rgba(255, 255, 255, 0.6);
    box-shadow: 2px 2px 7px rgba(255, 255, 255, 0.6);
    background: #ffc002;
    background: linear-gradient(180deg,#ffe491 0%,#ffc002 100%);
}
.help-text{
    width: 100%;
    padding: 100px 0px;
}
.help-text-box{
    margin: 0 auto;
    height: auto;
    zoom:1;
    overflow: hidden;
    width: 1000px;
    padding: 30px 0px;
}
.help-main{
    width: 33.33%;
    float: left;
    text-align: center;
    background: #4b88f2;
    height: 234px;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.2);
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -o-transition: 0.2s all;
    -ms-transition: 0.2s all;
}
.help-main img{
    width: 50px;
    margin-bottom: 10px;
    margin-top: 50px;
}
.help-main a{
    color: #fff;
}
.help-main h3{
    font-weight: 500;
    margin-bottom: 10px;
}
.help-main p{
    padding: 0px 30px;
}
.help-text-box .active{
    background: #0066ec;
    transform: scale(1.08);
}
.helpinfo-text{
    width: 100%;
}
.helpinfo-text-box{
    width: 100%;
}
.helpinfo-text-box img{
    width: 100%;
}
.invited-bg{
    position: relative;
    width: 100%;
	height:410px;
	background:#f4f7fe;
}
.invited-title{
    position: absolute;
    width: 100%;
    top: 0;
    color: #fff;
}
.invited-text-center{
	width:1200px;
	margin:0 auto;
}
.invited-title h2{
	color:#222a3c;
    font-size: 32px;
	font-weight:600;
	margin-bottom:20px;
	margin-top:100px;
}
.invited-title p{
	font-size: 14px;
    font-weight: 400;
    color: #222a3c;
    line-height: 22px;
    margin-top: 16px;
    margin-bottom: 40px;
    text-align: left;
}
.invited-title-intro{
	width:50%;
	float:left;
}
.invited-title-pic{
	width:50%;
	float:left;
}
.invited-title-pic img{
	width:496px;
	margin-top:50px;
	float:right;
}
.swiper-button-prev,.swiper-button-next{
    background-image: none;
}
.swiper-button-prev i,.swiper-button-next i{
    font-size: 30px;
}
#hintDialog {
    position: fixed;
    top: 15%;
    left: 0%;
    width: 100%;
    z-index: 9999;
}

#hintDialog p {
    display: block;
    margin: 0 auto;
    border-radius: 5px;
    font-size: 18px;
    width: 300px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
    height: 90px;
    line-height: 30px;
    text-align: center;
    padding-top: 30px;
    background: #fff;
    color: rgb(240, 185, 11);
}

#hintDialog p i {
    margin: 0 10px;
}

#MainView {
    /*min-height: 100%;*/
    min-height: 500px;
    position: relative;
    padding-top: 64px;
    background: #fff !important;
    overflow: hidden;
    min-width: 1200px;
    margin:0 auto;
	padding-bottom:0px !important;
}
.box{
	width:1200px;
	margin:0 auto;
	zoom:1;
	height:auto;
}
.box-list{
	width:230px;
	float:left;
	padding-right:20px;
	padding-top:40px;
}
.list-main{
	padding: 8px 0px;
    border: 1px solid #ebedf0;
    border-radius: 4px;
	margin-bottom:15px;
}
.list-main h4{
	font-size:14px;
	font-weight:500;
	margin-bottom:15px;
}
.list-main h4 span{
	margin-left:10px;
	color:rgba(0,0,0,.43);
}
.list-main h4  i{
	margin-right:5px;
}
.list-main ul{
	display:block;
}
.list-main ul li{
	display:block;
	width:100%;
	line-height:35px;
	height:35px;
	text-indent:1em;
	border-left: 3px solid #fff;
	transition:0.3s all;
	-webkit-transition:0.3s all;
	-moz-transition:0.3s all;
	-o-transition:0.3s all;
	-ms-transition:0.3s all;
}
.list-main ul li a{
	width:100%;
	height:35px;
	display:block;
}

.list-main ul li:hover{
	background: #f1f5ff;
	border-left: 3px solid #f1f5ff;
}
.list-main ul li.cur{
	background: #f1f5ff;
    border-left: 3px solid rgb(240, 185, 11);
}
.box-main{
	padding-left:20px;
	width:930px;
	float:left;
}

.kf{
    position: fixed;
    width: 70px;
    height: 70px;
    right: 15px;
    bottom: 60px;
    z-index: 1100;
}
.kf img{
    width: 100%;
}
.home-header .placeholder {
    height: 64px;
    background-color: #12161C;
}

.home-header a {
    font-size: 14px;
    font-weight: 500;
}

.home-header {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 20000;
    left: 0;
    background-color:#0d1736;
  
}
.home-header.nobg{
    background: none;
}
.home-header .inner-header {
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    z-index: 10;
   width: 100%;
    /*width: 1300px;*/
    margin: 0 auto;
    height: 50px;
}

.home-header .head-logo {
    padding-left: 15px;
    padding-right: 10px;
    height: 50px;
}

.home-header .head-logo img {
    width: 108px;
    height: 32.5px;
    display: block;
    margin-top: 6.75px;
    margin-bottom: 5.75px;
}

.home-header ul {
    font-size: 14px;
}

.home-header .head-nav li a,
.home-header .head-user li a {
	color: #fff;
}
.home-header .head-nav li i,
.home-header .head-user li i{
    color: #fff;
}
.home-header .head-user li a:hover {
    color: rgb(240, 185, 11);
}
.home-header .head-nav li{
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.home-header .head-nav li:hover a{
	color:#F0B90B;
}
.web-title{
    width: 100%;
    position: absolute;
    z-index: 1;
}
.web-title-concnet{
    width: 1200px;
    margin: 0 auto;
    color: #fff;
	margin-top:25px;
	position:relative;
}
.web-title-concnet.web-title-indexlogin{
    position: relative;
}
.web-title-concnet h3{
    font-size: 40px;
    /* margin-bottom: 10px; */
	text-shadow:1px 1px 1px #000;
}
.web-title-concnet h2{
    font-size: 40px;
	text-shadow:1px 1px 1px #000;
}
.web-title-concnet p{
    margin-top: 20px;
    font-size: 18px;
	color:#707A8A;
}
.web-title-concnet .top-intro{
    margin-top: 10px;
    font-size: 12px;
    display: list-item;
    margin-left: 1em;
}
.web-pic{
	position: absolute;
    right: 0px;
    width: 430px;
    top: -38px;
}
.web-pic img{
	width:100%;
}
.indexlogin-topBg {
    width: 442px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.indexlogin-topBg img{
    width: 100%;
}
.indexLogin{
    width: 100%;
}
.indexLogin-main{
    width: 1200px;
    padding: 15px 0px;
    margin: 0 auto;
}
.indexLogin-promote{
    margin: 15px 0px;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.04);
    border-radius: 2px;
    border: 1px solid #edf0f7;
    padding: 32px 24px;
}
.promote-user{
    width: 100%;
    position: relative;
}
.promote-user img{
    display: block;
    right: 30px;
    position: absolute;
    top: 0px;
    width: 120px;
}
.promote-user h4{
    font-weight: 600;
    color: #1f2533;
    font-size: 24px;
    line-height: 28px;
}
.promote-user p{
    font-size: 12px;
    font-weight: 400;
    padding-top: 8px;
    color: #7b8293;
    line-height: 16px;
}
.promote-links{
    width: 370px;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 40px;
    padding-left: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
    border-radius: 2px;
    border: 1px solid #ced3de;
    margin-top: 20px;
    position: relative;
}
.promote-links p{
    color: #7b8293;
    font-weight: 400;
    font-size: 14px;
    line-height: 40px;
    padding-right: 16px;
    padding-top: 0px;
}
.promote-links a{
    display: block;
    height: 40px;
    position: absolute;
    line-height: 40px;
    width: 60px;
    text-align: center;
    top: 0px;
    right: 0px;
    color: #2d60e0;
    font-weight: 600;
}
.otcTo{
	width: 450px;
    height: 45px;
    margin-top: 40px;
    border-radius: 2px;
    overflow: hidden;
}
.otcTo.login-buy{
    background: none;
    height:60px;
    margin-top: 40px;
}
.otcTo select,.otcTo input,.otcTo button{
	display:block;
	float:left;
	border:none;
	height:45px;
	font-size:17px;
}
.otcTo.login-buy button{
    height:60px;
}
.otcTo select{
	width:110px;
	padding:0px 15px;
}
.otcTo input{
	width:200px;
	padding:0px 10px;
}
.otcTo.fast-register input{
	width: 280px;
    margin-right: 8px;
    border-radius: 5px;
}
.otcTo button{
	width: 120px;
	background-image: linear-gradient(180deg,#F8D12F 0%,#F0B90B 100%);
    color: #212833;
	border-radius: 5px;
}

.otcTo option{padding:10px 0px;}
.home-header .head-nav li {
    float: left;
    padding: 0px 15px;
    /*padding-top: 20.5px;
    padding-bottom: 20.5px;*/
    line-height: 50px;
}

.home-header .head-user li {
    float: left;
    /*width: 80px;*/
    text-align: center;
    /*padding-top: 20.5px;*/
    /*padding-bottom: 20.5px;*/
    line-height: 50px;
    margin-left: 15px;
}

.home-header .head-user li.user {
    position: relative;
    /*width: 108px;*/
    white-space: nowrap;
}
.home-header .li-asset-manager:hover ul{
	display:block;
}
.home-header .li-user-center:hover ul{
	display:block;
}
.home-header .head-user .li-asset-register,.home-header .head-user .li-asset-login{
	width:80px;
	margin-left:0px;
	text-align:center;
}
.home-header .head-user .li-asset-register a{
	padding:8px 12px;
	background-image: linear-gradient(rgb(248, 209, 47) 0%, rgb(240, 185, 11) 100%);
	color: rgb(33, 40, 51);
	border-radius:4px;
}
.home-header .head-user .li-asset-register:hover a{
	box-shadow: none;
	color: rgb(33, 40, 51);
    background-image: linear-gradient(rgb(255, 226, 81) 0%, rgb(237, 196, 35) 100%);
}
.home-header .head-nav .drop-menu {
	display:none;
    width: 140px;
    position: absolute;
    top: 50px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .3);
    transition: 1s;
    z-index: 999;
    padding: 10px 0px;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.15);
}
.home-header .head-nav .drop-menu a{
	color: #35384a;
}
.home-header .head-nav .drop-menu li:hover a{
	color:#2d60e0;
}
.home-header .head-nav .drop-menu a:hover{
	color:#2d60e0;
}
.home-header .head-nav .drop-menu li:hover{
	background:#f3f3f3;
}
.home-header .head-nav li:hover .drop-menu a{
	color: #35384a;
}
.home-header .head-nav .drop-menu li{
	width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0px;
    text-indent: 1em;
}
.home-header .head-user .drop-menu {
    display: none;
    width: 140px;
    position: absolute;
    top: 50px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .3);
    transition: 1s;
    z-index: 999;
}
.home-header .head-user .change-language {
    position: relative;
    user-select: none;
}

.home-header .head-user .asset-manage {
    left: -27px;
}

.home-header .head-user .user-center {
    left: -9px;
}

.home-header .head-user .drop-menu-language {

}

.home-header .head-user .drop-menu li:first-child {
    margin-top: 10px;
}

.home-header .head-user .drop-menu li:last-child {
    margin-bottom: 10px;
}

.home-header .head-user .drop-menu li {
    margin-left: 0;
    padding: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transform-origin: top center;
    transition: .6s;
    float: left;
}
.home-header .head-user .li-user-center{
    width: 110px;
}
.home-header .head-user .li-user-center .geren{
    width: auto;
}
.home-header .head-user .li-user-center .geren i{
    margin-right: 5px;
}
.home-header .head-user .drop-menu li:hover {
    background-color: #eaf0ff;
    cursor: pointer;
    transition: .6s;
}

.home-header .head-user .drop-menu li a {
    color: #1e2d4b;
}

.home-header .head-user .drop-menu li a:hover {
    color: rgb(240, 185, 11);
}


/* change language */

.home-header .head-user .change-language {
    padding: 6px 5px;
    transition: 0.6s;
    white-space: nowrap;
    width: 140px;
    /* height: 20px; */
    line-height: 20px;
    margin-right: 15px;
}

.home-header .head-user .change-language:hover {
    border-color: rgb(240, 185, 11);
    transition: 0.6s;
}

.home-header .head-user .change-language a {
    display: block;
    text-align: center;
}

.home-top {
    width: 100%;
    position: relative;
    background-size: 100% 100%;
    margin-top: -70px;
    height: 535px;
    padding-top: 90px;
	background-color: #FAFAFA;
}
.home-topbar-news{
	display:none;
}
.launchpad-top {
    background-image: url(../images/333.png);
    height: 491px;
}
.home-topbar-img{
	width:100%;
	position: absolute;
    bottom: 65px;
	left:0px;
}
.home-imglist{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
}
.home-imglist-box{
	width: 282px;
    margin-right: 24px;
	float:left;
}
.home-imglist-main{
	width: calc(100% + 24px);
}
.home-imglist-box img{
	border-radius: 4px;
}
.home-topbar-list .news-list a span{
	margin-left: 40px;
	color: #848E9C;
}
/* banner */

.home-slider {
    
    width: 100%;
    
}
.home-slider-indexLogin{
    position: relative;
    height: 555px;
}
.home-title {
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 30px;
    padding-top: 30px;
}

.home-slider .swiper-cover {
    padding-top: 100px;
    position: relative;
    width: 1200px;
	margin:0 auto;
    height: 100%;
}
.Panduan-pemula{
	padding-top: 80px;
    padding-bottom: 80px;
	box-sizing: border-box;
    margin: 0;
    min-width: 0;
    background-color: #FFFFFF;
	overflow: hidden;
}
.Panduan-pemula .wrap{
	width:1200px;
	margin:0 auto;
}
.all-box-title h3{
	box-sizing: border-box;
    margin: 0;
    min-width: 0;
    color: #1E2329;
    font-weight: 700;
    line-height: 1.25;
	font-size: 40px;
}
.all-box-title p{
	box-sizing: border-box;
    margin: 0;
    min-width: 0;
    line-height: 1.5;
    color: #474D57;
	margin-top: 16px;
    font-size: 16px;
}
.swiper-container {
    width: 430px;
    /*height: 130px;*/
    height: 230px;
	float:right;
    /*background: #fff;*/
    padding-bottom: 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 40px;
}

.wenzi {
    height: 150px;
    text-align: center;
    /*line-height: 200px;*/
    color: #fff;
    font-size: 40px;
    /*font-weight: bold;*/
    padding-top: 100px;
    line-height: 40px;
}

.wenzi span.yuan {
    display: inline-block;
    height: 14px;
    width: 14px;
    vertical-align: middle;
    border-radius: 30px;
    background: #fff;
    margin: 0 25px;
}

.swiper-slide {
    overflow: hidden;
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #eee;
    border-radius: 8px;
    width: 410px;
    height: 100%;
    margin-right: 30px;
}

.swiper-slide a {
    width: 100%;
    height: 100%;
    display: block
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper-button-prev,
.swiper-button-next {
    /*top: 72%;
    outline: none;
    transition: .6s;*/
    opacity: .3;
    display: none;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    opacity: 1;
    transition: .6s;
}


/*.swiper-button-prev,.swiper-button-next {
    height: 30px;
    width: 30px;
    background-color: rgba(0,0,0,0.4);
    background-image: none;
    border-radius: 30px;
    text-align: center;
    line-height: 30px;
}*/

.fa-angle-right,
.fa-angle-left {
    font-size: 28px;
    color: #fff;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    outline: none;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #b4c6ee;
}
/*APP download*/
.app-title{
	margin:0 auto;
	width:1200px;
	text-align:center;
	padding:88px 0 0;
}
.app-title h3{
	font-weight: 500;
    color: #1f2533;
	font-size: 56px;
}
.app-title p{
	margin-top: 11px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 680px;
    font-weight: 400;
    color: #9aa1b1;
	font-size: 16px;
    line-height: 24px;
}
.app-main-download{
	margin:0 auto;
	max-width:600px;
	width:auto;
	text-align:center;
	margin-top:60px;
	min-height:60px;
	position:relative;
}
.app-main-download a{
	padding:16px 30px;
    border-radius: 2px;
	background: #242630;
	color:#fff;
	margin:0px 5px;
}
.app-main-download .app-btn{
	padding:16px 16px;
    border-radius: 2px;
    background: #242630;
    color: #fff;
    font-size: 16px;
    margin: 0px 5px;
    display: inline;
	
}
.app-main-download  .android-ios-er{
	position: absolute;
    top: 35px;
    right: 38px;
	display:none;
}
.app-main-download .app-btn:hover .android-ios-er{
	display:block;
}
.app-main-download a i{
	margin-right:5px;
}
.app-main-pic{
	margin:0 auto;
	width:1200px;
	text-align:center;
	margin-top:60px;
	margin-bottom:60px;
}
.app-main-pic img{
	width:1040px;
}
/* banner end */

.home-topbar-list {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 999;
    /*margin-top: 160px;*/
}
.home-topbar-list>div{
    width: 1000px;
    background: none;
    margin: 0 auto;
}
.home-topbar-list .news-list {
    position: relative;
    
}

.home-topbar-list .news-list #news-box {
    height: 50px;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
	text-align:center;
}

.home-topbar-list .news-list p {
    position: relative;
    /*transition: .6;*/
}

.home-topbar-list .news-list .news-more {
    position: absolute;
    right: 0;
    height: 50px;
    line-height: 50px;
    top: 0;
    z-index: 10
}
.home-topbar-list .news-list .news-more a{
    color: #647092;
}

.home-topbar-list .news-list .news-title {
    position: absolute;
    left: 20px;
    height: 50px;
    width: 20px;
    line-height: 50px;
    top: 0;
    z-index: 10;
    color: #fff;
    /*background: url(../images/lab.png) no-repeat center center/contain;*/
}

.home-topbar-list .news-list .news-title i{
    font-size: 20px;
    line-height: 40px;
    color: #d05b51;
}

.home-topbar-list .news-list a {
    /*width: 380px;*/
    text-align: left;
    overflow: hidden;
    padding-left: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px;
    /*float: left;*/
    color: #212833;
    font-weight: 500;
    margin:0px 10px;

    /*transition: 0.6;*/
}

.home-topbar-list .news-list a:hover {
    color: #1a58e9;
}

.home-topbar-list .news-list .sep {
    color: #8694b5;
    float: left;
    width: 15px;
    display: none;
}

.home-topbar-boxs {
    width: 100%;
    height: 180px;
    background: #0e0e28;
    display: none;
}

.home-topbar-boxs .trade-boxs {
    display: flex;
}

.home-topbar-boxs .trade-box {
    flex: 1;
    height: 180px;
    font-size: 14px;
    transition: .6s;
    cursor: pointer;
    color: #b4c6ee;
}

.home-topbar-boxs .trade-box:hover {
    background-color: #161b37;
    transition: .6s;
}

.home-topbar-boxs .trade-box:last-child {
    margin-right: 0;
}

.home-topbar-boxs .inner-trade-box {
    height: 114px;
    margin: 33px 0;
    border-right: 1px solid #4e5b85;
}

.home-topbar-boxs .trade-box:last-child .inner-trade-box {
    border-right: none;
}

.home-topbar-boxs .trade-box .tb-row {
    margin-left: 9%;
    margin-right: 9%;
    height: 25px;
    line-height: 25px;
}

.home-topbar-boxs .trade-box .tb-row:first-child {
    cursor: pointer;
}

.home-topbar-boxs .trade-box .tb-row:last-child {
    cursor: pointer;
}

.home-topbar-boxs .trade-box .tb-row1 img {
    width: 25px;
    height: 25px;
    display: block;
    border-radius: 50%;
    margin-right: 11px;
}

.home-topbar-boxs .trade-box .tb-row1 span:last-child {
    width: 90px;
    text-align: center;
    border-radius: 5px;
}

.home-topbar-boxs .trade-box .tb-row2 {
    white-space: nowrap;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.home-topbar-boxs .trade-box .tb-row3 {
    color: #6a92ec;
    font-size: 12px;
}

.home-topbar-boxs .trade-box .tb-row3 i {
    line-height: 25px;
}


/*  */

.ticker {
    min-width: 1200px;
    padding-top:10px;
}

.ticker .ticker-head {
    position: relative;
}

.ticker .ticker-nav {
    position: relative;
    /*overflow: hidden;*/
    z-index: 1;
    height: 45px;
    font-size: 1 px;
    /*background: #0a0227;*/
    background: #fff;
    margin-bottom: 3px;
	border-bottom: 1px solid #f2f5f6;
}

.ticker .ticker-nav span {
    width: auto;
	margin:0px 15px;
    float: left;
    text-align: center;
    height: 45px;
    line-height: 45px;
    position: relative;
	font-size:16px;
}

.ticker .ticker-nav span:first-child {
    border-left: none;
    /*background: url(../images/qc.png) no-repeat 20px center ;*/
}

.ticker .ticker-nav span:nth-child(2) {
     /*background: url(../images/usdt.png) no-repeat 15px center ;*/
}

.ticker .ticker-nav span:nth-child(3) {
     /*background: url(../images/ETH.png) no-repeat 20px center ;*/
}

.ticker .ticker-nav span:nth-child(4) {
     /*background: url(../images/favorate.png) no-repeat 20px center ;*/
}
.ticker .ticker-nav span:hover:first-child,
.ticker .ticker-nav span.cur:first-child {
    /*background-image: url(../images/qc_cur.png) ;*/
}
.ticker .ticker-nav span:hover:nth-child(2),
.ticker .ticker-nav span.cur:nth-child(2) {
     /*background-image: url(../images/usdt_cur.png) ;*/
}
.ticker .ticker-nav span:hover:nth-child(3),
.ticker .ticker-nav span.cur:nth-child(3) {
     /*background-image: url(../images/eth_cur.png) ;*/
}
.ticker .ticker-nav span:hover:nth-child(4),
.ticker .ticker-nav span.cur:nth-child(4) {
     /*background-image: url(../images/favorate_cur.png);*/
}

.ticker .ticker-nav span:last-child {
}

.ticker .ticker-nav span em {
    position: relative;
    display: block;
    cursor: pointer;
    font-style: normal;
    z-index: 1;
    color: #1f2533;
}

.ticker .ticker-nav span img {
    width: 22px;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 10px;
}

.ticker .ticker-nav span.cur {
    border-bottom: 2px solid #1f2236;
    color: #1f2533;
	
}

.ticker .ticker-nav span:hover em,
.ticker .ticker-nav span.cur em {
    color:#1f2533;
}

/*.ticker .ticker-nav span:after {
     content: '';
    position: absolute;
    height: 18px;
    width: 2px;
    background: #646a8e;
    right: 24px;
    top: 17px;

}*/
.ticker .ticker-nav span.last-one:after{
    height: 0;
}

.ticker .search-wrap {
    width: 150px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    float: right;
    position: relative;
    margin-top: 9px;
    margin-right:71px;
    border-radius: 10px 0 0 10px;
    transition: .6s;
}

.ticker .search-wrap:hover {
    /*border: 1px solid #f3bb2b;*/
    transition: .6s;
}

.ticker .search-wrap i {
    font-size: 14px;
    padding: 8px;
    color: #1f2533;
    position: absolute;
    right: -52px;
    top: -1px;
    width: 34px;
    text-align: center;
    border-radius: 0 10px 10px 0;
}

.ticker .search-wrap input {
    position: relative;
    right: 0;
    top: 0;
    width: 155px;
    height: 28px;
    line-height: 28px;
    /*padding-right: 10px;*/
    color: #1f2533;
    border: none;
    outline: none;
    border-radius: 5px;
    background: transparent;
    z-index: 2;
    padding-left: 10px;
}
.ticker .search-wrap input::-webkit-input-placeholder {
    color: #1f2533 !important;
}
.ticker .search-wrap input::-moz-input-placeholder {
    color: #1f2533 !important;
}
.ticker .search-wrap input::-ms-input-placeholder {
    color: #1f2533 !important;
}

#homeTicker {
	background-color: #FAFAFA;
    padding-bottom: 50px;
}

#homeTicker .ticker-head {
    width: 1200px;
    margin: 0 auto;
}

#homeTicker .ticker-content {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
	box-shadow: 0px 0px 20px rgb(0 0 0 / 8%);
    margin-top: 15px;
    border-radius: 8px;
    padding: 0px;
}
.css-10m365v {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.css-ispdhi {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 8%);
}
.css-10m365v >.item {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    margin-right: 0px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    pointer-events: none;
}
.css-10m365v >.item {
    margin-right: 24px;
}
.css-10m365v >.item.link {
    pointer-events: auto;
}
.css-186zm8m {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    position: relative;
    width: 100%;
    height: 0;
}
.lozad-load {
    opacity: 0;
    transition: opacity 0.375s ease 0s;
}
.css-8ktoma {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    position: absolute !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.all-box-concent{
	width: 1230px;
	margin-top:30px;
}
.lozad-load.lozad-loaded {
    opacity: 1;
}
.css-1uwxpl4 {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    border-radius: 4px;
    padding: 24px;
    padding-top: 16px;
}
.css-3j35e2 {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    display: -webkit-box;
    word-break: break-word;
    -webkit-box-orient: vertical;
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    color: #1E2329;
}

.ticker .ticker-content .ticker-content-head {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.ticker .ticker-content .ticker-content-head {
    padding: 20px 0 15px;
    position: relative;
    color:#1f2533;
    line-height: 12px;
	border-bottom: 1px solid #f2f5f6;
}

.ticker .ticker-content .ticker-content-head span {
    display: table-cell;
}

.ticker .ticker-content .ticker-content-head span i.fa-sort-asc {
    position: absolute;
    top: 0px;
    cursor: pointer;
    height: 8px;
}

.ticker .ticker-content .ticker-content-head span i.fa-sort-desc {
    position: absolute;
    bottom: 6px;
    cursor: pointer;
    height: 8px;
}

.ticker .ticker-content .ticker-content-head span i.cur {
    color: #e54746;
}

.ticker .ticker-content .ticker-content-head span:first-child {
    width: 30px;
}

.ticker .ticker-content .ticker-content-main dl .coin-unit span:nth-child(3),
.ticker .ticker-content .ticker-content-head span:nth-child(3) {
    width:260px;
}

.ticker .ticker-content .ticker-content-head span:last-child {
    text-align: right;
    padding-right: 35px;
    width: 110px;
}

.ticker .ticker-content .ticker-content-head span.pairs{
    cursor: pointer;
    position: relative;
}

.ticker .ticker-content .ticker-content-head span.last-price {
    cursor: pointer;
    position: relative;
}

.ticker .ticker-content .ticker-content-head span.change{
    cursor: pointer;
    position: relative;
}

.ticker .ticker-content .ticker-content-head span.amount,
.ticker .ticker-content .ticker-content-head span.pairs,
.ticker .ticker-content .ticker-content-head span.last-price {
    cursor: pointer;
}

.ticker .ticker-content .ticker-content-head span.amount .ifa,
.ticker .ticker-content .ticker-content-head span.change .ifa,
.ticker .ticker-content .ticker-content-head span.last-price .ifa {
    position: relative;
    float: left;
    top: 6px;
    left: 6px;
}

.ticker .ticker-content .ticker-content-main {
    min-height:345px;
    overflow: hidden;
    zoom: 1;
    position: relative;
}
.ticker .ticker-more{
	text-align: center;
    margin-top: 25px;
    padding-bottom: 25px;
}
.ticker .ticker-more a{
	font-size: 14px;
    color: #707A8A;
}
.ticker .ticker-content .ticker-content-main .no-record {
    font-size: 14px;
    width: 100px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -9.5px;
}

.ticker .ticker-content .ticker-content-main div {
    display: none;
}
.ticker .ticker-content .ticker-content-main .rate-box{
    display: block;
}
.ticker .ticker-content .ticker-content-main div.cur {
    display: block;
}

.ticker .ticker-content .ticker-content-main dl {
    height: 68px;
    line-height: 68px;
    position: relative;
    cursor: pointer;
    transition: .6s;
	font-size:16px;
    padding: 0px;
	padding-left:30px;
    border-bottom: 1px solid rgb(242,242,242);
    background: #fff
}

.ticker .ticker-content .ticker-content-main dl:hover {
    transition: .6s;
    background: rgba(17,51,83,.02);
}

.css-1jra5hy {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.css-1jra5hy {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-left: -16px;
    margin-right: -16px;
}
.css-1woe67z {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    width: 25%;
}
.css-1uzvpxr {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 6px;
    cursor: pointer;
    margin-left: 4px;
    margin-right: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 32px;
    padding-bottom: 32px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.css-1uzvpxr {
    margin-left: 12px;
    margin-right: 12px;
    padding-left: 12px;
    padding-right: 12px;
}
.css-dqakkt {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    width: 80px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
}
.css-dqakkt {
    margin-bottom: 24px;
}
.css-17iz4jd {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    color: #1E2329;
    line-height: 28px;
    margin-bottom: 16px;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.css-17iz4jd {
    line-height: 24px;
}
.css-hxtdot {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #474D57;
}
.footer-user-title{
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    padding-bottom: 33px;
    text-align: center;
    font-size: 28px;
    font-weight: 400;
	color: #fff;
	font-size: 40px;
	
}
.footer-user{
	margin-bottom:70px;
	display: none;
}
.css-81xrsn {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.css-ao077r {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
    font-size: inherit;
    font-family: inherit;
    text-align: center;
    -webkit-text-decoration: none;
    text-decoration: none;
    outline: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    word-break: keep-all;
    color: #212833;
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    min-height: 24px;
    border: none;
    padding-left: 8px;
    padding-right: 8px;
    background-image: linear-gradient(
180deg
,#F8D12F 0%,#F0B90B 100%);
    margin-right: 16px;
    width: 130px;
    height: 40px;
	width: 150px;
}
.css-po5tlu {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
    font-size: inherit;
    font-family: inherit;
    text-align: center;
    -webkit-text-decoration: none;
    text-decoration: none;
    outline: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    word-break: keep-all;
    color: #F0B90B;
    border-radius: 4px;
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 24px;
    border: 1px solid;
    padding-left: 11px;
    padding-right: 11px;
    background-color: transparent;
    box-shadow: none;
    border-color: #F0B90B;
    min-width: 52px;
    width: 150px;
}
/*手机端排行榜*/
.ticker .ticker-content .wap-table-head{
	padding:10px;
	border:solid 1px #f3f3f3;
	border-radius:4px;
	overflow:hidden;
	display:none;
}
.ticker .ticker-content .wap-table-head span.pairs{
	display:block;
	float:left;
	width:50%;
}
.ticker .ticker-content .wap-table-head span.last-price{
	display:block;
	float:left;
	width:30%;
}
.ticker .ticker-content .wap-table-head span.change{
	display:block;
	float:left;
	width:20%;
}
.ticker .ticker-content .wap-table-head span.cur{
	font-weight:600;
	color:#2d60e0
}
/*.ticker .ticker-content .ticker-content-main dl:hover i {
    color: #fff;
}*/

.ticker .ticker-content .ticker-content-main dl dd {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.ticker .ticker-content .ticker-content-main dl .coin-unit {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.ticker .ticker-content .ticker-content-main dl .coin-unit span:first-child {
    width: 30px;
}

.ticker .ticker-content .ticker-content-main dl .coin-unit span {
    display: table-cell;
}

.ticker .ticker-content .ticker-content-main dl .coin-unit span:last-child {
    text-align: right;
    padding-right: 25px;
    width: 110px;
}
.ticker .ticker-content .ticker-content-main dl .coin-unit span:last-child i{
    color: #1f2533;
    margin-right: 5px;
}
.ticker .ticker-content .ticker-content-main dl .coin-unit span:last-child img{
    vertical-align: middle;
}
.ticker .ticker-content .ticker-content-main dl .coin-unit .option a{
	padding:10px 12px;
	font-size:13px;
	color: #FFFFFF;
	background-color: #0ECB81;
	border-radius:4px;
	border:1px solid #0ECB81;
}

/*  */

.banner-intro {
    height: 600px;
    background-color: #0e122b;
    overflow: hidden;
    user-select: none;
    display: none;
}

.banner-intro .intro-title {
    font-size: 30px;
    padding-top: 100px;
    padding-bottom: 60px;
}

.banner-intro .intro-title,
.banner-intro .boxes h2 {
    text-align: center;
    color: #e6e9ff;
}

.banner-intro .box h2 {
    margin: 40px 0;
}

.banner-intro .boxes {
    display: flex;
    justify-content: space-around;
}

.banner-intro .box {
    width: 220px;
}

.banner-intro .boxes img {
    width: 130px;
    height: 134px;
    display: block;
    margin: 0 auto;
}

.banner-intro .boxes span {
    display: block;
    text-align: center;
    color: #9ea3c6;
}

.banner-preview {
    height: 600px;
    display: none;
}

.banner-preview .inner-banner-preview {
    position: relative;
    height: 100%;
}

.banner-preview .inner-banner-preview .left-image {
    width: 960px;
    height: 514px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

.banner-preview .inner-banner-preview .right-wrap {
    position: absolute;
    right: 0;
    top: 30%;
    color: #0e0e28;
    width: 374px;
    user-select: none;
}

.banner-preview .inner-banner-preview .right-wrap .title {
    font-size: 30px;
    text-align: center;
}

.banner-preview .inner-banner-preview .right-wrap .title-desc {
    margin: 42px 0;
    text-align: center;
}

.banner-preview .inner-banner-preview .right-wrap .title-desc span {
    font-size: 18px;
    display: block;
}

.banner-preview .inner-banner-preview .right-wrap .mobile {
    width: 180px;
    height: 50px;
    line-height: 50px;
    border-radius: 6px;
    border: 1px solid #ebebeb;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    float: left;
    transition: .6s;
}

.banner-preview .inner-banner-preview .right-wrap .mobile:hover {
    color: #e6e9ff;
    background: #161b37;
    transition: .6s;
}

.banner-preview .inner-banner-preview .right-wrap .Android-button {
    margin-right: 10px;
}

.banner-preview .right-wrap img.iOSImg,
.banner-preview .right-wrap img.AndroidImg {
    display: none;
    width: 150px;
    height: 150px;
    position: absolute;
    top: 240px;
}

.banner-preview .right-wrap img.AndroidImg {
    left: 20px;
}

.banner-preview .right-wrap img.iOSImg {
    left: 210px;
}

.home-trade-now {
    background-image: url(../images/home_bg_2.png);
    background-position: center;
    background-size: 1920px auto;
    background-repeat: no-repeat;
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.home-trade-now .trade-user {
    height: 212px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 72px;
    padding-bottom: 67px;
}

.home-trade-now .trade-user .tu-title {
    font-size: 30px;
    text-align: center;
}

.home-trade-now .trade-user .tu-subtitle {
    font-size: 22px;
    text-align: center;
    margin-top: 40px;
    font-weight: 100;
}

.home-trade-now .trade-user .tu-btns {
    margin-top: 60px;
    text-align: center;
}

.home-trade-now .trade-user .tu-btn {
    width: 257px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    color: #fff;
    transition: .6s;
}

.home-trade-now .trade-user .tu-btn {
    margin: 0 20px;
    background-color: #041737;
}

.home-footer {
    height: 240px;
    background-color: #0e122b;
    color: #b4c6ee;
}

.home-footer .footer-content {
    width: 88.6%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 56px;
    color: #b4c6ee;
}

.home-footer .footer-content .footer-left img {
    width: 166.5px;
    height: 48.5px;
    display: block;
}

.home-footer .footer-content .footer-left .logo-desc {
    margin-top: 20px;
    margin-bottom: 20px;
}

.home-footer .footer-content .footer-left .copy {
    margin-bottom: 21px;
}

.home-footer .footer-content .footer-right dl {
    float: left;
    margin-left: 73px;
}

.home-footer .footer-content .footer-right dl dt {
    font-size: 16px;
}

.home-footer .footer-content .footer-right dl dd {
    margin-top: 15px;
    text-align: center;
}

.home-footer .footer-content .footer-right dl dd a {
    color: #b4c6ee;
}

.home-footer .footer-content .footer-right dl dd a:hover {
    color: #fff;
}

.home-footer .footer-content .footer-right dl dd.icon-wrap {
    font-size: 20px;
    position: relative;
}

.home-footer .footer-content .footer-right dl dd.icon-wrap img {
    width: 100px;
    height: 100px;
    display: none;
    position: absolute;
    bottom: -40px;
    left: -40px;
}


/* trade */

.trade-panel {
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    padding: 0px 10px;
    position: relative;
	background: rgb(24, 26, 32);
	color:rgb(132, 142, 156);
}

.trade-panel .sidebar {
    float: left;
}

.trade-panel .sidebar .user-assets {
    background-color: #fff;
    cursor: pointer;
    height: 100px;
    position: relative;
}

.trade-panel .sidebar .user-assets i {
    position: absolute;
    top: 25px;
    right: 23px;
}

.trade-panel .sidebar .user-assets span {
    display: block;
    white-space: wrap;
    position: absolute;
}

.trade-panel .sidebar .user-assets span.title {
    top: 23px;
    left: 23px;
}

.trade-panel .sidebar .user-assets span:first-child {
    top: 26px;
    left: 23px;
}

.trade-panel .sidebar .user-assets span:last-child {
    bottom: 26px;
    left: 23px;
}

.trade-panel .sidebar .user-assets span:last-child em:first-child {
    color: #5f78b2;
}

.trade-panel .sidebar .user-assets img {
    width: 100%;
    height: 100%;
    display: block;
}

.trade-panel .sidebar .user-assets .ua-row-1 span {
    color: #5f78b2;
}

.trade-panel .sidebar .user-assets .ua-row-2 {
    margin-top: 20px;
}

.trade-panel .sidebar .user-assets .ua-row-2 .desc {
    color: #5f78b2;
}

.trade-panel .page-content .mini-ticker {
    padding-top: 0px;
    height: 440px;
	border: rgba(30, 32, 38, 0.498) solid 1px;
	background-color:rgba(30, 32, 38, 0.498);
    border-radius: 4px;
}

.trade-panel .page-content .mini-ticker .mt-header {
    /*margin-left: 25px;*/
	border-bottom:solid 1px rgb(75 80 90);
}

.trade-panel .page-content .mini-ticker .mt-header span {
     /* margin-right: 26px; */
     cursor: pointer;
     margin: 0px 2.5px;
     text-align: center;
     display: block;
    min-width: 40px;
    width: auto;
    padding: 0px 5px;
    height: 40px;
    line-height: 40px;
    text-align: center;
	color:rgb(132, 142, 156);
}

.trade-panel .page-content .mini-ticker .mt-header span:hover {
    box-shadow: inset 0 -2px 0 0 rgb(240, 185, 11);
    color: rgb(240, 185, 11);
}

.trade-panel .page-content .mini-ticker .mt-header span i {
    /*color: #f3bb2b;*/
}

.trade-panel .page-content .mini-ticker .mt-header span.cur {
    box-shadow: inset 0 -2px 0 0 rgb(240, 185, 11);
    color: rgb(240, 185, 11);
 
}

.trade-panel .page-content .mini-ticker .mt-header span:last-child {
    margin-right: 0;
}

.trade-panel .page-content .mini-ticker .mt-search-wrap {
    transition: .6s;
    position: relative;
    padding-left:5px;
    margin: 5px 0px;
	color:rgb(132, 142, 156);
    background:rgba(30, 32, 38, 0.498);
    height: 30px;
}

.trade-panel .page-content .mini-ticker .mt-search-wrap:hover {
    /*border: 1px solid #f3bb2b;*/
    transition: .6s;
}

.trade-panel .page-content .mini-ticker .mt-search-wrap i {
    /*font-size: 15px;
    padding: 7px;*/
    font-size: 16px;
    padding: 0 7px;
}

.trade-panel .page-content .mini-ticker .mt-search-wrap input {
    width: 80%;
    height: 100%;
    outline: none;
    border: none;
    background: transparent;
    color: #fff;
}
.trade-panel .page-content .mini-ticker .mt-search-wrap input::-webkit-input-placeholder{
	color: rgba(0,0,0,.25);
}
.trade-panel .page-content .mini-ticker .mt-data-wrap{
    background: rgba(30, 32, 38, 0.498);
    padding-bottom: 2px;
}
.trade-panel .page-content .mini-ticker .mt-sort-wrap {
    padding: 14px 30px 0;
    position: relative;
    white-space: nowrap;
}

.trade-panel .page-content .mini-ticker .mt-sort-wrap span {
    display: inline-block;
    position: relative;
    font-size: 13px;
	color:rgb(132, 142, 156)
}
.trade-panel .page-content .mini-ticker .mt-sort-wrap span:last-child{
	text-indent:1em;
}
.trade-panel .page-content .mini-ticker .mt-data-main {
    position: relative;
    overflow: auto;
    margin-top: 5px;
    height: 320px;
}

.trade-panel .page-content .mini-ticker .mt-data-main::-webkit-scrollbar-thumb {
    /*display: none;*/
    background: #727179;
    border-radius: 4px;
}


/*::-webkit-scrollbar-thumb{
    background: #f3f3f3;
    border-radius:8px;
}*/

.trade-panel .page-content .mini-ticker .mt-data-main>div {
    display: none;
	color:rgb(132, 142, 156)
}

.trade-panel .page-content .mini-ticker .mt-data-main>div.cur {
    display: block;
}

.trade-panel .page-content .mini-ticker .mt-data-main dl {
    cursor: pointer;
    overflow: hidden;
}

.trade-panel .page-content .mini-ticker .mt-data-main dl dt {
    position: relative;
    float: left;
    width: 20px;
    margin-right: -20px;
}

.trade-panel .page-content .mini-ticker .mt-data-main dl dd {
    float: right;
    width: 100%;
	
}

.trade-panel .sidebar .coin-unit {
    margin-left: 16px;
    margin-right: 16px;
    padding: 0 0 0 13px;
    border-bottom: 1px solid #ebebeb;
    height: 39px;
    line-height: 39px;
    transition: .6s;
}

.trade-panel .sidebar .coin-unit:hover {
    transition: .6s;
    background: #eaf0ff;
}

.trade-panel .sidebar .coin-unit span:first-child {
    text-transform: uppercase;
}

.trade-panel .sidebar .coin-unit span {
    font-size: 12px;
    display: inline-block;
}

.trade-panel .page-content .coin-unit {
    padding-left: 16px;
    padding-right: 16px;
    padding: 0 0 0 13px;

    height: 39px;
    line-height: 39px;
    transition: .6s;
}

.trade-panel .page-content .coin-unit:hover {
    transition: .6s;
    background: rgb(41 45 52);
}

.trade-panel .page-content .coin-unit span:first-child {
    text-transform: uppercase;
}

.trade-panel .page-content .coin-unit span {
    font-size: 12px;
    display: inline-block;
}

.trade-panel .page-content {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top:10px;
}

.trade-panel .page-content .pc-row-1 {
    width: 100%;
    height: 530px;
}

.trade-panel .page-content .pc-row-1 .chart-header {
    height: 49px;
    border-bottom: 1px solid #ebebeb;
    background-color: #fff;
}

#chartHeader {
    background: #fff;
    padding: 11px 10px;
    margin-bottom: 10px;

}

#chartHeader table {
    line-height: 20px;
    max-width: calc(100% - 202px);
    /* height: 50px;
    line-height: 50px;*/
}

.trade-panel .page-content .pc-row-1 .chart-header dl {
    height: 50px;
    line-height: 50px;
}

.trade-panel .page-content .pc-row-1 .chart-header dl dd {
    white-space: nowrap;
    float: left;
    margin-right: 10px;
}

.trade-panel .page-content .pc-row-1 .chart-header dl dd span {
    display: inline-block;
}

.trade-panel .page-content .pc-row-1 .chart-header dd:first-child {
    font-weight: 900;
    font-size: 16px;
}

.trade-panel .page-content .pc-row-1 .chart-header .ticker-logo {
    position: absolute;
    right: 50px;
    top: 0;
}

.trade-panel .page-content .pc-row-1 .chart-header dl .ticker-logo img {
    height: 19px;
    vertical-align: middle;
    opacity: .5;
}

.trade-panel .page-content .pc-row-1 .chart-main {
    height: 450px;
    width: 100%;
}

.trade-panel .page-content .pc-row-2 {
    width: 100%;
    display: flex;
}

.pc-ssx {
    margin-top: 10px;
}
.trade-panel .page-content .pc-row-2 .pc-row-2-c3{
    flex:1;
}

.trade-panel .page-content .pc-row-2 .pc-row-2-c1 {
   flex: 2.8;
    margin: 0 10px;
}
.opengranary,.cts_rt_datatable{
	border: #1e2026 solid 1px;
	overflow:hidden;
	border-radius: 4px;
}
.opengranary{
    overflow: inherit;
}
.layui-form-select dl dd, .layui-form-select dl dt{
    line-height: 30px;
}
.trade-panel .page-content .pc-row-2 .pc-row-2-c1 .inner {
	border: #1b1d23 solid 1px;
    border-radius: 4px;
    padding-top: 20px;
    height: 330px;
    background: #1b1d23;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.trade-panel .page-content .pc-row-2 .opengranary .pc-row-2-c1 .inner {
	border:none;
}
.trade-panel .page-content .pc-row-2 .pc-row-2-c1 .buy-and-sold-header {
    width: 100%;
    height: 49px;
    line-height: 49px;
    background: #fff;
    border-bottom: 1px solid #ebebeb;
}

.trade-panel .page-content .pc-row-2 .pc-row-2-c1 .buy-and-sold-header span {
    margin-left: 34px;
}

.trade-panel .page-content .pc-row-2 .pc-row-2-c1 .buy-and-sold-main .panel {
    position: relative;
    width: 50%;
    z-index: 10;
}

.trade-panel .page-content .pc-row-2 .pc-row-2-c1 .buy-and-sold-main .panel .inner-panel {
    padding-left: 34px;
    padding-right: 24px;
}

.trade-panel .page-content .pc-row-2 .pc-row-2-c1 .buy-and-sold-main .inner-panel .can-use {
    /*height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ebebeb;*/
}

.trade-panel .page-content .pc-row-2 .pc-row-2-c1 .buy-and-sold-main .inner-panel .transfer-thb {
    height: 24px;
    line-height: 24px;
    margin-top: 1px;
    position: absolute;
    right: 18px;
    top: 26px;
}

.trade-panel .page-content .pc-row-2 .pc-row-2-c1 .buy-and-sold-main .inner-panel .transfer-thb span {
    background: inherit;
    transition: .6s;
    display: block;
    padding: 2px 10px;
    border-radius: 5px;
    color: #fff;
}
#buyInCanUse em,#soldOutCanUse em{
    color:#01bd8b;
}

.trade-panel .page-content .pc-row-2 .pc-row-2-c1 .buy-and-sold-main .inner-panel .input-range {
    height: 32px;
    margin-top: 15px;
}

.trade-panel .page-content .pc-row-2 .pc-row-2-c1 .buy-and-sold-main .inner-panel .input-range {
    height: 14px;
    margin-top: 15px;
}

.trade-panel .page-content .pc-row-2 .pc-row-2-c1 .buy-and-sold-main .inner-panel .input-range .range {
    position: relative;
    height: 14px;
    cursor: pointer;
    outline: none;
    z-index: 2;
}

.trade-panel .page-content .pc-row-2 .pc-row-2-c1 .buy-and-sold-main .inner-panel .input-range .range .path,
.trade-panel .page-content .pc-row-2 .pc-row-2-c1 .buy-and-sold-main .inner-panel .input-range .range .progress {
    position: absolute;
    top: 50%;
    height: 4px;
    margin-top: -2.5px;
    border-radius: 100px;
}

.trade-panel .page-content .pc-row-2 .pc-row-2-c1 .buy-and-sold-main .inner-panel .input-range .range .progress {
    background-color: #d1d3df;
    z-index: 2;
}

.trade-panel .page-content .pc-row-2 .pc-row-2-c1 .buy-and-sold-main .inner-panel .input-range .range .path {
    z-index: 1;
    display: block;
    width: 100%;
    height: 4px;
    box-sizing: border-box;
    border: 1px solid rgb(39 42 46);
    background: rgb(39 42 46);
}

.trade-panel .page-content .pc-row-2 .pc-row-2-c1 .buy-and-sold-main .inner-panel .input-range .range .pointer {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    box-sizing: border-box;
    border: 1px solid rgb(39 42 46);
    background: rgb(39 42 46);
    border-radius: 50%;
}

.trade-panel .page-content .pc-row-2 .pc-row-2-c1 .buy-and-sold-main .inner-panel .input-range .range .pointer:hover {
    width: 14px;
    height: 14px;
    margin: -7px 0 0;
    transition: all .2s;
}

.trade-panel .page-content .pc-row-2 .pc-row-2-c1 .buy-and-sold-main .buy-in .inner-panel .input-range .range .pointer.cur {
    background-color: #00b08f;
    border-color: #f2f3f8;
}
.trade-panel .page-content .pc-row-2 .pc-row-2-c1 .buy-and-sold-main .sold-out .inner-panel .input-range .range .pointer.cur {
    background-color: #ff1c1c;
    border-color: #f2f3f8;
}


.trade-panel .page-content .pc-row-2 .pc-row-2-c1 .buy-and-sold-main .inner-panel .input-range .range .drag_bar {
    position: absolute;
    top: 50%;
    z-index: 4;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    box-sizing: border-box;
    cursor: col-resize;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 2px rgba(30, 39, 49, .5);
    
}
.trade-panel .page-content .pc-row-2 .pc-row-2-c1 .buy-and-sold-main .buy-in .inner-panel .input-range .range .drag_bar{
background-color: #00b08f;
}
.trade-panel .page-content .pc-row-2 .pc-row-2-c1 .buy-and-sold-main .sold-out .inner-panel .input-range .range .drag_bar{
background-color: #ff1c1c;
}
.trade-panel .page-content .pc-row-2 .pc-row-2-c1 .buy-and-sold-main .inner-panel .input-range .range .drag_track {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
}

.trade-panel .page-content .pc-row-2 .pc-row-2-c1 .buy-and-sold-main .inner-panel .amount_range {
    overflow: hidden;
    font-size: 12px;
    margin-top: 6px;
}

.trade-panel .page-content .pc-row-2 .pc-row-2-c1 .buy-and-sold-main .inner-panel .buy-in-price span,
.trade-panel .page-content .pc-row-2 .pc-row-2-c1 .buy-and-sold-main .inner-panel .buy-in-sum span,
.trade-panel .page-content .pc-row-2 .pc-row-2-c1 .buy-and-sold-main .inner-panel .sold-out-price span,
.trade-panel .page-content .pc-row-2 .pc-row-2-c1 .buy-and-sold-main .inner-panel .sold-out-sum span {
    /*height: 48px;
    line-height: 48px;
    color: #5f78b2;*/
   /* color: #f3bb2b`;*/
}

.trade-panel .page-content .pc-row-2 .pc-row-2-c1 .buy-and-sold-main .inner-panel .buy-in-price .transform,
.trade-panel .page-content .pc-row-2 .pc-row-2-c1 .buy-and-sold-main .inner-panel .sold-out-price .transform {
    margin-top: 10px;
    color: #333;
}

.trade-panel .page-content .pc-row-2 .pc-row-2-c1 .buy-and-sold-main .inner-panel .input-wrap {
    height: 40px;
    line-height: 40px;
    /* border: 1px solid rgba(0,0,0,.1);
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075); */
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: .6s;
    position: relative;
}

.trade-panel .page-content .pc-row-2 .pc-row-2-c1 .buy-and-sold-main .inner-panel .input-wrap input {
    width: 76%;
    border: none;
    outline: none;
    padding-left: 10px;
    height: 35px !important;
    background: transparent;
    color: #333;
}

.trade-panel .page-content .pc-row-2 .pc-row-2-c1 .buy-and-sold-main .inner-panel .input-wrap:hover {
    transition: .6s;
}

.trade-panel .page-content .pc-row-2 .pc-row-2-c1 .buy-and-sold-main .inner-panel .input-wrap i {
    position: absolute;
    right: 10px;
    top: 0px;
}
.buy-in-sum .input-wrap i {
    top: 18px !important;
}


/* ================== scroll ================== */

.trade-panel .page-content .pc-row-2 .pc-row-2-c1 .buy-and-sold-main .inner-panel .scroll-bar {
    width: 100%;
    height: 12px;
    line-height: 12px;
    margin-top: 26px;
    margin-bottom: 26px;
    cursor: pointer;
    position: relative;
}

.trade-panel .page-content .pc-row-2 .pc-row-2-c1 .buy-and-sold-main .inner-panel .scroll-bar .range-drag {
    transition: all .6s ease;
    position: absolute;
    left: 0;
    top: -1px;
    display: block;
    width: 10px;
    height: 10px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #aebeef;
    border: 2px solid #f3bb2b;
    z-index: 10;
}

.trade-panel .page-content .pc-row-2 .pc-row-2-c1 .buy-and-sold-main .inner-panel .scroll-bar .range-line {
    width: 100%;
    background-color: #29344d;
    position: absolute;
    display: block;
    height: 5px;
    top: 3.5px;
    left: 0;
    z-index: 5;
}

.trade-panel .page-content .pc-row-2 .pc-row-2-c1 .buy-and-sold-main .inner-panel .scroll-bar i {
    background-color: #29344d;
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    cursor: pointer;
    border-radius: 50%;
}

.trade-panel .page-content .pc-row-2 .pc-row-2-c1 .buy-and-sold-main .inner-panel .scroll-bar i.range-stepx {
    left: 0;
}

.trade-panel .page-content .pc-row-2 .pc-row-2-c1 .buy-and-sold-main .inner-panel .scroll-bar i.range-step0 {
    left: calc(25% - 6px);
}

.trade-panel .page-content .pc-row-2 .pc-row-2-c1 .buy-and-sold-main .inner-panel .scroll-bar i.range-step1 {
    left: calc(50% - 6px);
}

.trade-panel .page-content .pc-row-2 .pc-row-2-c1 .buy-and-sold-main .inner-panel .scroll-bar i.range-step2 {
    left: calc(75% - 6px);
}

.trade-panel .page-content .pc-row-2 .pc-row-2-c1 .buy-and-sold-main .inner-panel .scroll-bar i.range-step3 {
    left: calc(100% - 12px);
}


/* ================== scroll end ================== */

.trade-panel .page-content .pc-row-2 .pc-row-2-c1 .buy-and-sold-main .inner-panel .trade-total {
    margin-top: 20px;
}

.trade-panel .page-content .pc-row-2 .pc-row-2-c1 .buy-and-sold-main .inner-panel .buy-in-button {
    width: 100%;
    height: 35px;
    line-height: 35px !important;
    text-align: center;
    background-color: rgb(14, 203, 129);
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    opacity: 0.8;
    transition: .6s;
}

.trade-panel .page-content .pc-row-2 .pc-row-2-c1 .buy-and-sold-main .inner-panel .sold-out-button {
    width: 100%;
    height: 35px;
    line-height: 35px !important;
    text-align: center;
    background-color: rgb(246, 70, 93);
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    transition: .6s;
}

.trade-panel .page-content .pc-row-2 .pc-row-2-c1 .buy-and-sold-main .inner-panel .buy-in-button:hover {
    transition: .6s;
    background-color: #1b8451;
}

.trade-panel .page-content .pc-row-2 .pc-row-2-c1 .buy-and-sold-main .inner-panel .sold-out-button:hover {
    transition: .6s;
    background-color: #af3f46;
}

.trade-panel .page-content .pc-row-2 .pc-row-2-c1 .buy-and-sold-main .inner-panel .btn {
    margin-top: 20px;
}

.trade-panel .pc-row-2-c2 {

    vertical-align: top;
    padding: 0px;
    flex: 1;
}

.trade-panel .pc-row-2-c2 .head {
    background: #1b1d23;
    height: 49px;
    line-height: 49px;
    font-size: 13px;
    /* padding: 0 10px; */
    border-bottom: 1px solid #4b505a
}

.trade-panel .pc-row-2-c2 .head .up-and-down span {
    display: inline-block;
    width: 34px;
    height: 40px;
    cursor: pointer;
    vertical-align: middle;
    transition: .6s;
    /* margin-left: 10px; */
}

.trade-panel .pc-row-2-c2 .head .up-and-down span.down {
    background-image: url(../images/up-and-down.png);
    background-position: -55px 0px;
    background-repeat: no-repeat;
}

.trade-panel .pc-row-2-c2 .head .up-and-down span.up {
    background-image: url(../images/up-and-down.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}

.trade-panel .pc-row-2-c2 .head .up-and-down span.mixed {
    background-image: url(../images/up-and-down.png);
    background-position: -110px 0px;
    background-repeat: no-repeat;
}

.trade-panel .pc-row-2-c2 .head .up-and-down span:hover {
    /*border: 1px solid #f3bb2b;*/
    opacity: 0.6;
    transition: .6s;
}

.trade-panel .pc-row-2-c2 .main-header dl dt {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: left;
    position: relative;
    box-sizing: border-box;
}

.trade-panel .pc-row-2-c2 .main-header .header {
    width: 100%;
    display: table;
}

.trade-panel .pc-row-2-c2 .main-header .header span {
    display: table-cell;
    white-space: nowrap;
}

.trade-panel .pc-row-2-c2 .main-header dl dt .type {
    text-align: left;
}

.trade-panel .pc-row-2-c2 .main-header dl dt .price,
.trade-panel .pc-row-2-c2 .main-header dl dt .num {
    text-align: left;
}

.trade-panel .pc-row-2-c2 .main-header dl dt .amount {
    text-align: right;
}

.trade-panel .pc-row-2-c2 .main {
    height: 780px;
    /*471*/
}

.trade-panel .pc-row-2-c2 .main .dl-hr {
    width: 100%;
    height: 2px;
    background: #f0f0f0;
    margin-bottom: 8px;
    margin-top: 8px;
}

.trade-panel .pc-row-2-c2 .main .depth-sell,
.trade-panel .pc-row-2-c2 .main .depth-buy {
    transition: all .6s;
    overflow: hidden;
    /*height: 186px;*/
    height: 360px;
    position: relative;
}

.trade-panel .pc-row-2-c2 .main .depth-sell .sell-bar {
    /*position: absolute;*/
    /*left: 0;*/
    width: 100%;
    /*top: 40px;*/
}

#sellBar1 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    
}

.trade-panel .pc-row-2-c2 .main .depth-buy .buy-bar {
    /*position: absolute;*/
    /*left: 0;*/
    width: 100%;
    /*top: 0;*/
}

.trade-panel .pc-row-2-c2 .main .showshell {
    height: 390px;
    transition: all .6s;
    overflow: auto;
}

.trade-panel .pc-row-2-c2 .main .showshell::-webkit-scrollbar {
    display: none;
}

.trade-panel .pc-row-2-c2 .main .depth-sell-1,
.trade-panel .pc-row-2-c2 .main .depth-buy-1 {
    height:893px;
    overflow: auto;
}



.trade-panel .pc-row-2-c2 .main dl dd {
    height: 30px;
    line-height: 30px;
    /*margin-bottom: 5px;*/
    /*padding: 0 15px;*/
    cursor: pointer;
    transition: .6s;
}

.trade-panel .pc-row-2-c2 .main dl dd:hover {
    transition: .6s;
    /*background: #eaf0ff;*/
    background: rgb(41 45 52);
}

.trade-panel .pc-row-2-c2 .main .inner {
    width: 100%;
    display: table;
    position: relative;
}

.trade-panel .pc-row-2-c2 .main .inner span {
    display:inline-block;
    white-space: nowrap;
    text-align: right;
}

.trade-panel .pc-row-2-c2 .main .inner span.bg-dd-red {
    position: absolute;
    height: 30px;
    top: 0;
    right: 0;
    z-index: 1;
    opacity: .16;
    background: #cb4848;
    transition: width .6s ease;
    width: 0;
}

.trade-panel .pc-row-2-c2 .main .inner span.bg-dd-green {
    position: absolute;
    height: 30px;
    top: 0;
    right: 0;
    z-index: 1;
    opacity: .16;
    background: #01bd8b;
    transition: width .6s ease;
    width: 0;
}

.trade-panel .pc-row-2-c2 .main .inner .type {
    text-align: left;
}

.trade-panel .pc-row-2-c2 .main .inner .price,
.trade-panel .pc-row-2-c2 .main .inner .num {
    text-align: center;
}

.trade-panel .pc-row-2-c2 .main .inner .price {
    width: 82px;
}

.trade-panel .pc-row-2-c2 .main .inner .num {
    width: 89px;
}

.trade-panel .pc-row-2-c2 .main .inner .amount {
    text-align: center;
}

.trade-panel .tp-row-2 {
    margin-top: 10px;
}

.trade-panel .tp-row-2 .tr2-inner {
    width: 100%;
    height: 330px;
    display: table;
}

.trade-panel .tp-row-2 .tr2-inner .tr2-c1 {
    width: 73.7%;
    display: table-cell;
    overflow: hidden;
    height: 330px;
}
.trade-panel .tp-row-2 .conTransactionInner  .tr2-c1 {
	border: rgb(27 29 35) solid 1px;
	border-radius: 4px;
	height: 349px;
}

.trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner {
    width: 100%;
    /**/
    /*height: 500px;*/
    height: 370px;
    position: relative;
    font-size: 16px;
}
.conTransactionList {
    height: 345px !important;
}
.trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main{
    background: #1b1d23;
}

.trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .head {
    height: 40px;
    line-height: 40px;
	border-bottom: solid 1px rgba(0,0,0,.05);
    padding-top: 5px;
}

.trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .head .entrust span {
    float: left;
    height: 40px;
    cursor: pointer;
    text-align: center;
    padding: 0 10px;
    margin-right: 10px;
    line-height: 40px;
}

.trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .head .sort span {
    float: left;
    height: 35px;
    cursor: pointer;
    text-align: center;
    line-height: 35px;
    padding: 0px 15px;
    color:#fff;
    
}

.trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .head span.cur {
    -webkit-box-shadow: inset 0 -2px 0 0 rgb(240, 185, 11);
    box-shadow: inset 0 -2px 0 0 rgb(240, 185, 11);
    color: rgb(240, 185, 11);
}


.trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .head-list {
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: table;
    table-layout: fixed;
    font-size: 16px;
    white-space: nowrap;
    text-align: center;
}

.trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .history-list,
.trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .current-list {
    height: 250px;
    margin-bottom: 10px;
    overflow: auto;
}

.trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .current-list::-webkit-scrollbar,
.trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .history-list::-webkit-scrollbar {
    display: none;
}

.trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .head-list span {
    display: table-cell;
	border-bottom: solid 1px rgba(0,0,0,.05);
}

.trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main>div {
    width: 100%;
    font-size: 12px;
    white-space: nowrap;
    display: none;
}

.trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .user-no-login {
    width: 150px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -75px;
    margin-top: -15px;
}

.trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .user-no-login a {
    color: #f3bb2b;
}

.trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main>div.cur {
    display: block;
}

.trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .main-list dl {
    width: 100%;
    height: 39px;
    line-height: 39px;
    position: relative;
    cursor: pointer;
    color: #fff;
}

.trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .main-list dl:hover {
    background: #f3f3f3;
}

.trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .main-list dl dd {
    width: 100%;
    display: table;
    table-layout: fixed;
    color: #5a5a5a;
}

.trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .main-list dl dd span {
    display: table-cell;
    transition: .6s;
}

.trade-panel .tp-row-2 .tr2-inner .tr2-c1 #currentList dl dd span:last-child:hover {
    color: #f3bb2b;
    transition: .6s;
}

.trade-panel .tp-row-1 .tr2-c2 {
        overflow: hidden;
    width: 100%;
    margin-top: 10px;
}

.trade-panel .tp-row-1 .tr2-c2 .tr2-c2-inner {
    height: 440px;
    background-color: rgb(30, 32, 38);
    border: rgb(30, 32, 38) solid 1px;
    border-radius: 4px;
}

.trade-panel .tp-row-1 .tr2-c2 .tr2-c2-inner .head {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid rgb(75 80 90);
    padding-left: 15px;
    background: rgba(30, 32, 38, 0.498);
    
}

.trade-panel .tp-row-1 .tr2-c2 .tr2-c2-inner .main {
    height: 340px;
    overflow: auto;
    font-size: 12px;
    padding: 0 0px;
    text-align: center;
}

.trade-panel .tp-row-1 .tr2-c2 .tr2-c2-inner .market-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
	color:rgb(132, 142, 156);
}

.trade-panel .tp-row-1 .tr2-c2 .tr2-c2-inner .market-header dl {
    height: 50px;
    line-height: 50px;
    width: 25%;
    white-space: nowrap;
}

.trade-panel .tp-row-1 .tr2-c2 .tr2-c2-inner .market-header dl.time {}

.trade-panel .tp-row-1 .tr2-c2 .tr2-c2-inner .market-header dl.amount {}

.trade-panel .tp-row-1 .tr2-c2 .tr2-c2-inner .main .market-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.trade-panel .tp-row-1 .tr2-c2 .tr2-c2-inner .main .market-list dl {
    width: 25%;
    white-space: nowrap;
}

.trade-panel .tp-row-1 .tr2-c2 .tr2-c2-inner .main .market-list .market-trades-time {}

.trade-panel .tp-row-1 .tr2-c2 .tr2-c2-inner .main .market-list .market-trades-amount {}

.trade-panel .tp-row-1 .tr2-c2 .tr2-c2-inner .main .market-list dd {
    height: 23px;
    line-height: 23px;
	
}

.trade-panel .tp-row-3 {
    margin-top: 10px;
}

.trade-panel .tp-row-3 .tr3-inner {
    width: 100%;
    min-height: 400px;
    background: #fff;
}

.trade-panel .tp-row-3 .tr3-inner .head {
    height: 49px;
    line-height: 49px;
    border-bottom: 1px solid #ebebeb;
    background: #fff;
    padding-left: 30px;
}

.trade-panel .tp-row-3 .tr3-inner .main {
    padding-left: 30px;
    padding-right: 30px;
    height: 100%;
}

.trade-panel .tp-row-3 .tr3-inner .main .coin-intro {
    min-height: 60px;
}

.trade-panel .tp-row-3 .tr3-inner .main .title {
    font-size: 18px;
    margin-top: 30px;
    color: #141b2b;
}

.trade-panel .tp-row-3 .tr3-inner .main .desc {
    margin-top: 10px;
    color: #677699;
    font-size: 14px;
    line-height: 24px;
}

.trade-panel .tp-row-3 .tr3-inner .main table {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
    border-collapse: collapse;
}

.trade-panel .tp-row-3 .tr3-inner .main table tr {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ebebeb;
}

.trade-panel .tp-row-3 .tr3-inner .main table tr:last-child {
    border: none;
}

.trade-panel .tp-row-3 .tr3-inner .main table tr td {
    white-space: nowrap;
    width: 50%;
}

.trade-panel .tp-row-3 .tr3-inner .main table tr td span:first-child {
    width: 16.7%;
    display: inline-block;
}

.trade-panel .tp-row-3 .tr3-inner .main table tr td span:last-child {
    color: #677699;
}

#usercenter,
#assetsmanager {
    padding-top: 30px;
    padding-bottom: 80px;
}

#usercenter .main-panel,
#assetsmanager .main-panel,
#helpCenter .main-panel {
    width: 100%;
}


/*#usercenter .sidebar-nav,*/


/*#assetsmanager .sidebar-nav,*/

#helpCenter .sidebar-nav,
#customerService .sidebar-nav {
    width: 220px;
    min-height: 200px;
    background-color: #fff;
    padding-bottom: 20px;
}


/*#usercenter .sidebar-nav ul li,*/


/*#assetsmanager .sidebar-nav ul li,*/

#helpCenter .sidebar-nav ul li,
#customerService .sidebar-nav ul li {
    /*margin-bottom: 2px;*/
}


/*#assetsmanager .sidebar-nav{
    width: 100%;
    min-height:40px;
    height: 40px;
    text-align: center;
    margin-bottom:20px;
    padding:0;

}*/


/*#assetsmanager .sidebar-nav ul li{
  
}*/

#usercenter .sidebar-nav ul li:first-child,
#assetsmanager .sidebar-nav ul li:first-child,
#helpCenter .sidebar-nav ul li:first-child,
#customerService .sidebar-nav ul li:first-child {
    padding-left: 30px;
    height: 49px;
    line-height: 49px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 18px;
    cursor: inherit;
}

#usercenter .sidebar-nav ul li:first-child,
#assetsmanager .sidebar-nav ul li:first-child,
#usercenter .sidebar-nav ul li:last-child,
#assetsmanager .sidebar-nav ul li:last-child {
    height: 50px;
    line-height: 50px;
    margin-bottom: 0;
    background: #f3bb2b;
    color: #fff;
    padding: 0 20px;
    display: none;
}


/*#usercenter .sidebar-nav ul li a,*/


/*#assetsmanager .sidebar-nav ul li a,*/

#helpCenter .sidebar-nav ul li a,
#customerService .sidebar-nav ul li a {
    padding: 0 134px 0 30px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    white-space: nowrap;
    display: block;
}


/*#assetsmanager .sidebar-nav ul li a{
    padding: 0 100px 0 30px;
}
*/


/*#usercenter .sidebar-nav ul li a.cur,*/


/*#assetsmanager .sidebar-nav ul li a.cur,*/

#helpCenter .sidebar-nav ul li a.cur,
#usercenter .sidebar-nav ul li a:hover,
#assetsmanager .sidebar-nav ul li a:hover,
#helpCenter .sidebar-nav ul li a:hover {
    
}
.sidebar-nav{
    background: rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.2) !important;
    box-shadow: 0 1px 5px rgba(0,0,0,.2) !important;
    overflow: hidden;
}
#usercenter .sidebar-nav ul,
#assetsmanager .sidebar-nav ul {
    width: 220px;
}

#usercenter .sidebar-nav ul li,
#assetsmanager .sidebar-nav ul li {
    width: 100%;
    margin-bottom: 10px;
    line-height: 45px;
    height: 45px;
}
#assetsmanager .sidebar-nav ul li{
	line-height: 45px;
	height:auto;
	width:33.333%;
}
#usercenter .sidebar-nav ul li a,
#assetsmanager .sidebar-nav ul li a {
    display: block;
    width: 96%;
    height: 100%;
    font-size: 17px;
    color: #35384a;
	background:rgba(232,237,240,.65);
	padding:10px 0px;
	overflow:hidden;
	border-radius:2px;
	transition:none;
	margin:0 auto;
}
#assetsmanager .sidebar-nav ul li a h5{
	font-size:13px;
	line-height:30px;
	margin-left:20px;
}
#assetsmanager .sidebar-nav ul li a p{
	margin-left:20px;
	line-height:30px;
	font-size:15px;
	font-weight:600;
}
#usercenter .sidebar-nav ul li a i,#assetsmanager .sidebar-nav ul li a i{
    display: inline-block;
    width: 30px;
    margin-left: 20px;
}


#usercenter .sidebar-nav ul li a.cur,
#assetsmanager .sidebar-nav ul li a.cur,
#usercenter .sidebar-nav ul li a:hover,
#assetsmanager .sidebar-nav ul li a:hover {
    color: #fff;
    transition: .6;
    background: linear-gradient(90deg,#205fec,#387cf4);
}

#usercenter .content,
#assetsmanager .content,
#helpCenter .content,
#customerService .content {
    width: 100%;
}


/*#assetsmanager .content{
    width: 100%;
    margin:0 auto;
}*/


/* 通用右侧 960 */

#view .inner-account-info,
#view .inner-identity-verify,
#view .inner-account-security,
#view .inner-login-record,
#view .inner-my-assets,
#view .inner-top-up,
#view .inner-get-coin,
#view .inner-address-manager,
#view .inner-assets-record,
#view .inner-trade-bill,
#view .inner-api-manager,
#view .inner-my-lockup,
#view .inner-recharge-lock,
#view .inner-detail-lock {
    width: 100%;
    background-color: #fff;
}

#view .inner-account-info {
    background: none;
}
#view .inner-get-coin{
    overflow: hidden;
}

/* 通用头部 50 */

#view .inner-account-info .header,
#view .inner-identity-verify .header,
#view .inner-account-security .header,
#view .inner-login-record .header,
#view .inner-my-assets .header,
#view .inner-top-up .header,
#view .inner-get-coin .header,
#view .inner-address-manager .header,
#view .inner-assets-record .header,
#view .inner-trade-bill .header1,
#view .inner-api-manager .header,
#view .inner-my-lockup .header,
#view .inner-recharge-lock .header,
#view .inner-detail-lock .header {
    line-height: 30px;
    background-color: #fff;
    font-size: 25px;
	color:#000;
	font-weight:600;
	padding:10px 0px;
	border-bottom: 1px solid #e9e9e9;
}
#view .inner-account-info .header p,
#view .inner-identity-verify .header p,
#view .inner-account-security .header p,
#view .inner-login-record .header p,
#view .inner-my-assets .header p,
#view .inner-top-up .header p,
#view .inner-get-coin .header p,
#view .inner-address-manager .header p,
#view .inner-assets-record .header p,
#view .inner-trade-bill .header1 p,
#view .inner-api-manager .header p,
#view .inner-my-lockup .header p,
#view .inner-recharge-lock .header p,
#view .inner-detail-lock .header p{
	font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
    font-weight: 400;
    color: rgba(0,0,0,.65);
}
.AddJob{
    float: right;
    padding: 6px 12px;
    background: #33ae72;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    border-radius: 4px;
}
#invited{
   
    position: relative;
    top:0px;
    color:#003990;
    border-radius: 8px 8px 0 0;
    font-size: 16px;
	color:#222a3c;
}
.no-data-list{
	text-align: center;
	line-height: 50px;
	position:absolute;
	top:40%;
	width:100%
}
.no-data-list i{
	display:block;
	font-size:50px;
	color:rgba(186,190,200,.25);
}
.btn-blue{
    color:#0391ff;
}
#invited .inner-account-info .header{
    box-shadow: 0 2px 4px 0px rgba(0,0,0,0.2);
    text-indent: 24px;
    color:#1c4074;
    background: #fff;
	
}
#invited .inner-account-info .invited-intro{
    padding:24px;
}
/*#view .inner-account-info .header:before,
#view .inner-identity-verify .header:before,
#view .inner-account-security .header:before,
#view .inner-login-record .header:before,
#view .inner-my-assets .header:before,
#view .inner-top-up .header:before,
#view .inner-get-coin .header:before,
#view .inner-address-manager .header:before,
#view .inner-assets-record .header:before,
#view .inner-trade-bill .header1:before,
#view .inner-api-manager .header:before,
#view .inner-my-lockup .header:before,
#view .inner-recharge-lock .header:before,
#view .inner-detail-lock .header:before{
    content: "";
    border-right: 2px solid #f3bb2b;
    margin-right:20px; 

}*/

#view .inner-trade-bill .header {
    height: 49px;
    line-height: 49px;
    font-size: 16px;
}

#view .inner-top-up .header1,
#view .inner-get-coin .header1 {
    height: 49px;
    line-height: 49px;
    border-bottom: 1px solid #ebebeb;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
}

#view .inner-identity-verify .header {}


/* 账户信息 */

#view .inner-account-info {
    /*height: 800px;*/
    min-height: 500px;
}

#view #innerAccountInfo input {
    border: none;
    outline: none;
    background: transparent;
    color: inherit;
}

#view #innerAccountInfo .row-1 input {
    width: 60px;
}

#view #innerAccountInfo .invitecode input {
    width: 66px;
}

#view #innerAccountInfo .invitelink input {
    width: 400px;
    color: rgba(0,0,0,.85);
    font-weight: 600;
}

#view #innerAccountInfo .row-1 span,
#view .inner-account-info span.copy {
    cursor: pointer;
    transition: .6s;
}

#view #innerAccountInfo .row-1 span:hover,
#view .inner-account-info span.copy:hover {
    color: #f3bb2b;
    transition: .6s;
}

#view .inner-account-info .user-detail {
    height: auto;
    background-color: #fff;
}

#view .inner-account-info .user-detail img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #ddd;
    display: block;
    margin-top: 31px;
    margin-bottom: 31px;
    margin-right: 18px;
}

#view .inner-account-info .user-detail .user-info {
    margin-top: 31px;
    margin-bottom: 31px;
    font-size: 12px;
}

#view .inner-account-info .user-detail .user-info .row-1 span:first-child {
    font-size: 16px;
    margin-right: 30px;
}

#view .inner-account-info .user-detail .user-info .row-1 {
    margin-top: 10px;
}

#view .inner-account-info .user-detail .user-info .row-2 {
    margin-top: 10px;
}

#view .inner-account-info .user-detail .user-info .row-2 span:first-child {
    margin-right: 30px;
}

#view .inner-account-info .user-detail .user-info1 {
    background: #fff;
    box-shadow: 0 2px 20px 0 rgba(0,0,0,.05);
    border-radius: 8px;
    padding: 24px;
    box-sizing: border-box;
    margin-top: 16px;
    margin-bottom: 40px;
	overflow: hidden;
}

#view .inner-account-info .user-detail .user-info1 li {
    padding-top: 20px;
    padding-bottom: 16px;
    /*padding-left: 6px;*/
    font-size: 18px;
	width:50%;
	float:right;
}

#view .inner-account-info .user-detail .user-info1 li span {
    height: 21px;
    font-size: 14px;
    color: #999;
    line-height: 21px;
    display: inline-block;
    margin-bottom: 4px;
}
#view .inner-account-info .user-detail .user-info1 li p {
    height: 21px;
    font-size: 14px;
    color: #333;
    line-height: 21px;
    font-weight: bolder;
}
#view .inner-account-info .user-detail .user-info1 li a {
    float: right;
    color: #fff;
    padding: 6px 10px;
    font-size: 12px;
    background: #de7474;
    border-radius: 4px;
	margin-top: -40px;
}

#view .inner-account-info .user-account-state {
    height: 270px;
    padding-left: 30px;
    border-bottom: 1px solid #ebebeb;
}

#view .inner-account-info .user-account-state .title {
    margin-top: 30px;
}

#view .inner-account-info .user-account-state .list {
    margin-top: 30px;
    height: 32px;
    line-height: 32px;
}

#view .inner-account-info .user-account-state .lists i {
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    background: url(../images/useraccount.png) no-repeat center center;
}

#view .inner-account-info .user-account-state .lists .l-phone i {
    background-position: 2px -77px;
}

#view .inner-account-info .user-account-state .lists .l-email i {
    background-position: 2px -114px;
}

#view .inner-account-info .user-account-state .lists .l-realname i {
    background-position: 2px -152px;
}

#view .inner-account-info .user-account-state .list .safe,
#view .inner-account-info .user-account-state .list .phone,
#view .inner-account-info .user-account-state .list .email,
#view .inner-account-info .user-account-state .list .realname {
    margin-left: 24px;
}

#view .inner-account-info .user-account-state .list .safe span:nth-child(2),
#view .inner-account-info .user-account-state .list .phone span:nth-child(2),
#view .inner-account-info .user-account-state .list .email span:nth-child(2),
#view .inner-account-info .user-account-state .list .realname span:nth-child(2) {
    margin-left: 20px;
}

#view .inner-account-info .user-account-state .list .safe span {
    float: left;
}

#view .inner-account-info .user-account-state .list .safe span:nth-child(2) {
    width: 180px;
    height: 15px;
    background-color: #2c364c;
    display: block;
    margin-top: 8.5px;
    margin-bottom: 8.5px;
    margin-right: 10px;
}

#view .inner-account-info .user-recommend {
    background: #fff;
	margin-bottom: 30px;
}

#view .inner-account-info .user-recommend .title {
    /*margin-top: 30px;*/
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #eee;
}

#view .inner-account-info .user-recommend .list {
    /*margin-top: 10px;*/
    /* height: 40px; */
    line-height: 32px;
}
#view .inner-account-info .user-recommend .lists{
    padding: 0 24px;
}
#view .inner-account-info .user-recommend .lists i {
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    background-image: url(../images/useraccount.png);
    background-repeat: no-repeat;
}
#view .inner-account-info .user-recommend .list .invitelink-title{
    width: 60%;
    padding:0 20px;
}
#view .inner-account-info .user-recommend .list .invitelink{
    width: 60%;
background: #f4f7fc;
border: 1px solid #bad5e8;
border-radius: 8px;
padding: 10px 20px;
}
#view .inner-account-info .user-recommend .lists .l-invitecode i {
    background-position: 2px -190px;
}

#view .inner-account-info .user-recommend .lists .l-invitelink i {
    background-position: 2px -228px;
}

#view .inner-account-info .user-recommend .list .invitecode-title{
    width: 26%;
}
#view .inner-account-info .user-recommend .list .invitecode{
    width: 21%;
/* margin-left: 24px; */
background: #f4f7fc;
border: 1px solid #bad5e8;
border-radius: 8px;
padding: 10px 20px;
}
.invited-Links{
	width:555px;
	background: #fff;
	height:55px;
}
.invited-Links-main{
	width:400px;
	height:55px;
	float:left;
}
.invited-Links-main input{
	display:block;
	width:100%;
	height:55px;
	line-height:55px;
	border:none;
	padding-left:15px;
}
.invited-Links-copy{
	width:100px;
	height:55px;
	float:left;
	text-align:center;
	line-height:55px;
}
.invited-Links-copy a{
	font-weight: 700;
    color: #C99400;
}
.invited-Links-code{
	float: left;
    width: 55px;
    height: 55px;
    color: #333;
    line-height: 55px;
    text-align: center;
	position: relative;
}
.invited-Links-code img{
	display: none;
    width: 150px;
    height: 150px;
    bottom: 40px;
    position: absolute;
}
.invited-Links-code:hover img{
	display: block;
}
.invited-Links-code i{
	font-size:20px
}
#view .inner-account-info .user-recommend .list .invitecode span:nth-child(2),
#view .inner-account-info .user-recommend .list .invitelink span:nth-child(2),
#view .inner-account-info .user-recommend .list .invitelink span:nth-child(3) {
   
    
    
    
display: inline-block;
width: 120px;
height: 40px;
line-height: 40px;
color: #de7474;

text-align: center;
cursor: pointer;
font-size: 16px;
padding-left: 20px;
border-left: 1px solid #003990;
}

#view .inner-account-info .user-recommend .list .invitecode span:nth-child(2):hover,
#view .inner-account-info .user-recommend .list .invitelink span:nth-child(2):hover,
#view .inner-account-info .user-recommend .list .invitelink span:nth-child(3):hover {
    opacity: 0.6;
    transition: .6;
}

#view .inner-account-info .user-recommend .total-list {
    margin: 50px 0;
    /*padding-left: 30px;*/
}

#view .inner-account-info .user-recommend .total-list .tl1 span,
#view .inner-account-info .user-recommend .total-list .tl2 span {
    display: inline-block;
    width: 160px;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

#view .inner-account-info .user-recommend .total-list .tl2 span {
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    font-size: 24px;
    color: #f3bb2b;
}


/* 实名认证 */

#view .inner-identity-verify {
    min-height: 750px;
}

#view .identity-verify .step1,
#view .identity-verify .step2 {

}
.identity-text{
    padding: 12px 16px;
    background-color: #f9fafc;
    position: relative;
	margin-top:15px;
}
.identity-text p{
    font-size: 12px;
    margin-top: 4px;
    color: rgba(0,0,0,.65);
    line-height: 18px;
}

#view .identity-verify .step1 {
    display: none;
}

#view .identity-verify .step2 {
    display: none;
}

#view .identity-verify .step3 {
    display: none;
}

#view .identity-verify .step4 {
    display: none;
}

#view .identity-verify .step5 {
    display: none;
}

#view .identity-verify .step1 .tips,
#view .identity-verify .step2 .tips {
    margin-top: 30px;
}

#view .identity-verify .step1 .tips i,
#view .identity-verify .step2 .tips i {
    width: 18px;
    height: 18px;
    background-image: url(../images/tipsicon.png);
    display: block;
    float: left;
}

#view .identity-verify .step1 .tips span {
    margin-left: 10px;
}

#view .identity-verify .step1 .form-wrap {
    /*height: 480px;*/
    /*width: 446px;*/
    /*margin-top: 30px;*/
    margin-left: auto;
    margin-right: auto;
}

#view .identity-verify .step1 .form-wrap .input-wrap {
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #ebebeb;
    line-height: 80px;
}

#view .identity-verify .step1 .form-wrap .input-tips {
    height: 19px;
    margin-left: 86px;
    margin-top: 3px;
    float: right;
}

#view .identity-verify .step1 .form-wrap label {
    width: 120px;
    color:rgba(0,0,0,.65);
    text-align: left;
    display: block;
    float: left;
}

#view .identity-verify .step1 .form-wrap select,
#view .identity-verify .step1 .form-wrap input {
    /*border: 1px solid #ebebeb;*/
    padding-left: 20px;
    outline: none;
    border-radius: 5px;
    background: transparent;
    color: #646a8e;
    transition: .6s;
    float: left;
    /*width: 100%;*/
    border: 0;
    outline: 0;
    line-height: 60px;
    position: relative;
    top: 5px;
	
}

#view .identity-verify .step1 .form-wrap select:hover,
#view .identity-verify .step1 .form-wrap input:hover,
#view .inner-get-coin .input-wrap select:hover,
#view .inner-get-coin .input-wrap input:hover {
    /*border: 1px solid #f3bb2b;*/
    transition: .6s;
}

#view .identity-verify .step1 .form-wrap select option {
    border: 1px solid #4e5b85;
    background-color: #fff;
    height: 45px;
}

#view .identity-verify .step1 .form-wrap select {
    height: 36px;
    padding: 0 5px;
    line-height: 16px;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    font-size: 14px;
    width: 360px;
	margin-top: 16px;
	appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

#view .identity-verify .step1 .form-wrap input {
    height: 36px;
    padding: 10px 0 10px 5px;
    line-height: 16px;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    font-size: 14px;
    width: 360px;
	margin-top: 16px;
}

#view .identity-verify .step1 .form-wrap button {
    width: 360px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    border: none;
    outline: none;
    border-radius: 5px;
    margin-top: 40px;
    float: right;
    background: #f3bb2b;
    color: #fff;
    transition: .6s;
}

#view .identity-verify .step2 {
    padding-top: 40px;
}

#view .identity-verify .step2 button {
    width: 360px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    border: none;
    outline: none;
    border-radius: 5px;
    background: rgb(240, 185, 11);
    color: #fff;
    transition: .6s;
    display: block;
    margin: 0 auto;
}

#view .identity-verify .step1 .form-wrap button:hover,
#view .identity-verify .step2 button:hover {
    /*background: #3257c9;*/
    transition: .6s;
    opacity: 0.6;
}

#view .identity-verify .step2 ul {
    margin-left: 48px;
}

#view .identity-verify .step2 ul li {
    margin-bottom: 10px;
    list-style-type: disc;
}

#view .identity-verify .step3 p,
#view .identity-verify .step4 p,
#view .identity-verify .step5 p {
    font-size: 24px;
}

#view .identity-verify .step3 .tips {
    width: 550px;
    margin: 0px auto 0 auto;
    position: relative;
    top: 195px;
}

#view .identity-verify .step4 .tips {
    margin: 0px auto 0 auto;
    width: 430px;
    position: relative;
    top: 195px;
}

#view .identity-verify .step4 .tips p {
    width: 370px;
}

#view .identity-verify .step5 .tips {
    margin: 0px auto 0 auto;
    width:700px;
    position: relative;
    top: 195px;
}

#view .identity-verify .step3 .waiting {
    display: block;
    width: 22px;
    height: 26px;
    margin: 3.5px 20px 3.5px 0;
}

#view .identity-verify .step4 .pass {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0.5px 20px 0.5px 0;
}

#view .identity-verify .step5 .denied {
    display: block;
    width: 33px;
    height: 33px;
}

#view .identity-verify .step4 .user-list {
    margin-top: 50px;
}

#view .identity-verify .step4 .user-list table {
    width: 100%;
}

#view .identity-verify .step4 .user-list table tr {
    height: 40px;
    line-height: 40px;
}

#view .identity-verify .step4 .user-list table td:first-child {
    padding-left: 80px;
    padding-right: 60px;
    width: 60px;
}

#view .identity-verify .step5 .suggestion {
    margin-top: 20px;
}

#view .identity-verify .step5 ul li {
    list-style-type: disc;
    margin-left: 45px;
    margin-bottom: 22px;
}

#view .identity-verify .step5 button {
    display: block;
    width: 260px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border: none;
    color: #fff;
    background:#1a58e9;
    border-radius: 5px;
    margin-top: 50px;
    margin-left: 100px;
    font-size: 16px;
}

#view .identity-verify .step5 button:hover {
    opacity: 0.6;
    transition: 0.6;
}

#view .identification {
    /*margin-top: 50px;*/
}

#view .identification .row {
    margin-bottom: 50px;
}

#view .identification .row span {
    float: left;
}

#view .identification .user-upload {
    width: 280px;
    position: relative;
    margin-left: 10px;
}

#view .identification .user-upload .tits {
    text-align: center;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
}

#view .identification .user-upload .jia {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: rgba(0, 0, 0, 0.5);
    left: 50%;
    top: 60px;
    transform: translateX(-50%);
    z-index: 9;
}

#view .identification .user-upload .jia:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 4px;
    background: #fff;
    top: 18px;
    left: 10px;
}

#view .identification .user-upload .jia:after {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 20px;
    background: #fff;
    left: 18px;
    top: 10px;
}

#view .identification .user-upload .file-upload {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

#view .identification .user-upload img {
    width: 280px;
    height: 160px;
    display: block;
    /* background-color: #30374f; */
    border-radius: 5px;
    /*margin-left: 88px;*/
    cursor: pointer;
    transition: .6s;
    border-radius: 3px;
    /*border:1px solid #f3bb2b*/
}

#view .identification .example {
    margin-left: 80px;
}

#view .identification .example img {
    width: 254px;
    height: 160px;
    display: block;
    margin-left: 68px;
}


/* 账户安全 */

#view .inner-account-security {
    height: 750px;
}

#view .inner-account-security .title {
    margin-bottom: 20px;
    display: block;
    height: 31px;
    line-height: 31px;
}

#view .inner-account-security .password-security,
#view .inner-account-security .setting-security {
    margin: 0px 10px 0 10px;
    /*padding-top:60px;*/
}

#view .inner-account-security .title i {
    width: 31px;
    height: 35px;
    display: block;
    background: url(../images/useraccount.png) no-repeat;
    margin-right: 10px;
}

#view .inner-account-security .password-security .title i {
    background-position: 1.5px 1.5px;
}

#view .inner-account-security .setting-security .title i {
    background-position: 1.5px -38px;
}

#view .inner-account-security .ias {
    padding-left: 19px;
}

#view .inner-account-security .row {
    border-bottom: 1px solid #ebebeb;
    height: 50px;
    line-height: 50px;
    border: 1px solid #c3baba;
    margin-top: 10px;
}

#view .inner-account-security .row span:nth-child(2) {
    color: #4e5b85;
    margin-left: 50px;
}

#view .inner-account-security .row span.f-fr {
    color: #f3bb2b;
    margin-right: 30px;
    cursor: pointer;
}

#view .inner-account-security .row .radio-wrap {
    margin-right: 20px;
    color: #4e5b85;
}

#view .inner-account-security .row .radio-wrap input {
    cursor: pointer;
    display: inline;
    margin-left: 20px;
}


/* 登录记录 */

#view .inner-login-record {
    height: 800px;
}

#view .inner-login-record .login-record-list {
    position: relative;
}

#view .inner-login-record .inner-list {
    padding-top: 30px;
    margin-left: 10px;
    margin-right: 10px;
    height: 720px;
}

#view .inner-login-record .ilr-head {
    display: table;
    width: 100%;
    table-layout: fixed;
    font-size: 12px;
    color: #4e5b85;
}

#view .inner-login-record .ilr-head span {
    display: table-cell;
}

#view .inner-login-record .ilr-head span:first-child {
    text-align: left;
    padding-left: 18px;
}

#view .inner-login-record .ilr-head span:nth-child(2) {
    text-align: center;
}

#view .inner-login-record .ilr-head span:nth-child(3) {
    text-align: center;
}

#view .inner-login-record .ilr-head span:last-child {
    text-align: right;
    padding-right: 18px;
}

#view .inner-login-record .ilr-content {
    margin-top: 20px;
    font-size: 12px;
}

#view .inner-login-record .ilr-content dl {
    border-bottom: 1px solid #ebebeb;
}

#view .inner-login-record .ilr-row {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 39px;
    line-height: 39px;
    cursor: pointer;
}

#view .inner-login-record .ilr-row span {
    display: table-cell;
}

#view .inner-login-record .ilr-row span:first-child {
    text-align: left;
    padding-left: 18px;
}

#view .inner-login-record .ilr-row span:nth-child(2) {
    text-align: center;
}

#view .inner-login-record .ilr-row span:nth-child(3) {
    text-align: center;
}

#view .inner-login-record .ilr-row span:last-child {
    text-align: right;
    padding-right: 18px;
}


/* api 管理 */

#view .inner-api-manager {
    min-height: 800px;
}

#view .inner-api-manager .api-desc {
    padding: 30px;
    text-align: center;
}

#view .inner-api-manager .api-desc p {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #4e5b85;
}

#view .inner-api-manager .api-list {
    /*padding: 0 30px;*/
}

#view .inner-api-manager .api-list-header {
    height: 60px;
    padding-top: 40px;
}

#view .inner-api-manager .api-list-header button {
    width: 220px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: #de7474;
    border: none;
    outline: none;
    border-radius: 5px;
    display: block;
    margin: 0px auto;
    font-size: 18px;
}

#view .inner-api-manager .api-list-header button:hover {
    opacity: .6;
    transition: .6;
}

#view .inner-api-manager table {
    border-top: 1px solid #ebebeb;
    width: 100%;
    text-align: center;
}

#view .inner-api-manager thead {
    height: 40px;
    line-height: 40px;
    color: #4e5b85;
}

#view .inner-api-manager tbody tr {
    font-size: 12px;
    height: 88px;
    transition: .6s;
    cursor: pointer;
}

#view .inner-api-manager tbody tr:hover {
    background: #f3f3f3;
    transition: .6s;
}

#view .inner-api-manager thead th,
#view .inner-api-manager tbody td {
    word-break: break-all;
}

#view .inner-api-manager thead th:first-child,
#view .inner-api-manager tbody td:first-child,
#view .inner-api-manager thead th:nth-child(2),
#view .inner-api-manager tbody td:nth-child(2) {
    width: 10%;
}

#view .inner-api-manager thead th:nth-child(3),
#view .inner-api-manager tbody td:nth-child(3),
#view .inner-api-manager thead th:nth-child(4),
#view .inner-api-manager tbody td:nth-child(4),
#view .inner-api-manager thead th:nth-child(5),
#view .inner-api-manager tbody td:nth-child(5) {
    width: 23%;
    padding: 0 5px;
}

#view .inner-api-manager tbody tr td span {
    margin: 0 5px;
}

#view .inner-api-manager tbody td.look {
    color: #f3bb2b;
}

#view .inner-api-manager tbody td.operate span {
    color: #f3bb2b;
}


/* 我的资产 */
.pages-header{
	position: relative;
    width: 100%;
    box-shadow: 0 2px 4px 0 rgba(31,37,51,.05);
	height:48px;
}
.pages-header-main{
	margin:0 auto;
	width:1200px;
	line-height:48px;
}
.pages-header-main a{
	font-size:16px;
	margin-right:20px;
	padding:15px 10px;
}
.pages-header-main a.act{
	color: #1f2533;
    box-shadow: inset 0 -2px 0 #1f2533;
}
#view .inner-my-assets {
    min-height: 754px;
    -webkit-box-shadow:0 1px 5px rgba(0,0,0,.2);
box-shadow:0 1px 5px rgba(0,0,0,.2);
}
#view .inner-my-assets .estimate-all-assets {
    padding-left: 10px;
    padding-right: 10px;
    height: 81px;
    background: #f7f7f7;
}

#view .inner-my-assets .eaa-inner {
    font-size: 16px;
    color: #dc4e47;
}

#view .inner-my-assets .eaa-inner .assets {
    /*line-height: 123px;*/
    /* padding-top:30px;
    height: 70px;
    line-height: 30px;*/
}

#view .inner-my-assets .eaa-inner span {
    color: #1f2533;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
}
#view .inner-my-assets .eaa-inner p{
	margin-bottom:20px;
}

#view .inner-my-assets .eaa-inner .btn {
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
}

#view .inner-my-assets .eaa-inner .btn-topup {
    color: #fff;
    background-color: #f3bb2b;
    margin-right: 30px;
}

#view .inner-my-assets .eaa-inner .btn-getcoin {
    color: #f3bb2b;
    border: 1px solid #f3bb2b;
    background-color: transparent;
}

#view .inner-my-assets .currency-type-detail {
    /*margin-left: 10px;
    margin-right: 10px;*/
    padding-bottom: 20px;
}

#view .inner-my-assets .title-wrap {
    padding-left: 10px;
    padding-right: 20px;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
}

#view .inner-my-assets .tw-title {
    width: 100px;
    float: left;
    margin-top: 20.5px;
    margin-bottom: 20.5px;
    color: #5f78b2;
}

#view .inner-my-assets .tw-search-box {
    width: 197px;
    height: 30px;
    transition: .6s;
    margin: 10px;
    border: 1px solid #e9e9e9;
	line-height:30px;
}
#view .inner-my-assets .tw-search-box i {
    padding: 6px;
}

#view .inner-my-assets .tw-search-box input {
    width: 72%;
    background-color: transparent;
    border: none;
    outline: none;
    color: inherit;
}

#view .inner-my-assets .tw-check-box {
    margin-right: 30px;

}

#view .inner-my-assets .currency-list dl:hover {
    background: #a2fde7;
}

#view .otc-em{
    
}

#view em:hover {
    /*transition: .6;*/
    opacity: 0.6;
}

#view .inner-my-assets .currency-header {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-top: 15px;
    padding-bottom: 15px;
    color:#979fb1;
    font-size: 12px;
	border-top:1px solid #e8edf0;
	border-bottom:1px solid #e8edf0;
}

#view .inner-my-assets .currency-header span {
    display: table-cell;
}

#view .inner-my-assets .currency-header span.type {
    padding-left: 20px;
}

#view .inner-my-assets .currency-header span.estimate {
    position: relative;
}

#view .inner-my-assets .currency-header .estimate em {
    left: 55px;
    height: 13px;
}

#view .inner-my-assets .currency-header span.operate {
    text-align: right;
    padding-right:0px;
}

#view .inner-my-assets .currency-list dl,
#view .inner-top-up .tr-list-main dl,
#view .inner-recharge-lock .rr-list-main dl,
#view .inner-get-coin .gr-list-main dl,
#view .inner-address-manager .al-list-main dl,
#view .inner-assets-record .rm-list-main dl,
#view .inner-trade-bill .list-main dl {
    border-bottom: 1px solid #ebebeb;
    font-size: 12px;
    transition: .6s;
}

#view .inner-my-assets .currency-list dl:hover,
#view .inner-top-up .tr-list-main dl:hover,
#view .inner-recharge-lock .rr-list-main dl:hover,
#view .inner-get-coin .gr-list-main dl:hover,
#view .inner-address-manager .al-list-main dl:hover,
#view .inner-assets-record .rm-list-main dl:hover,
#view .inner-trade-bill .list-main dl:hover {
    background-color: #f3f3f3;
    transition: .6s;
}
#view .inner-my-assets .currency-list dl:hover{
    background-color: #f9f9fb;
}
#view .inner-my-assets .currency-list .cl-row,
#view .inner-top-up .tr-list .tl-row,
#view .inner-recharge-lock .rr-list .rl-row,
#view .inner-get-coin .gr-list .gl-row,
#view .inner-address-manager .al-list .al-row,
#view .inner-assets-record .rm-list .rl-row,
#view .inner-trade-bill .list-main .lm-row {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 39px;
    line-height: 39px;
    font-size: 15px;
    cursor: pointer;
}
.jobinfo-list .inner-assets-record .rm-list .rl-row{
    height: auto !important;
    padding: 20px 0px;;
    line-height: 18px !important;
}
.jobinfo-concent{
    width: 100%;
    padding: 20px 0px;
    position: relative;
}
.jobinfo-concent textarea{
    width: 50%;
    padding: 10px;
    border-radius: 5px;
    margin-left: 50px;
    height: 100px;
}
.jobinfo-concent button{
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border:none;
    background: rgb(240, 185, 11);
    color: #fff;
    border-radius: 5px;
    position: absolute;
    right: 150px;
    top: 50px;
}
#view .inner-my-assets .currency-list .cl-row span,
#view .inner-top-up .tr-list .tl-row span,
#view .inner-recharge-lock .rr-list .rl-row span,
#view .inner-get-coin .gr-list .gl-row span,
#view .inner-address-manager .al-list .al-row span,
#view .inner-assets-record .rm-list .rl-row span,
#view .inner-trade-bill .list-main .lm-row span {
    display: table-cell;
    
}
#view .inner-my-assets .currency-list .cl-row span{
	font-size: 14px;
}
#view .inner-trade-bill .list-main .lm-row span{
    font-size: 13px;
}
#view .inner-my-assets .currency-list .cl-row span:first-child {
    padding-left: 20px;
}


/*span.a0{
   background: url(../images/pc.png) no-repeat  20px center/18px 18px; 
}
span.a1{
   background: url(../images/ETH.png) no-repeat  20px center/18px 18px; 
}
span.a2{
   background: url(../images/btc-01.png) no-repeat  20px center/18px 18px; 
}
span.a3{
   background: url(../images/USDT.png) no-repeat  20px center/18px 18px; 
}
span.a4{
   background: url(../images/EOS.png) no-repeat  20px center/18px 18px; 
}*/

#view .inner-my-assets .currency-list .cl-row span:last-child {
    text-align: right;
    position: relative;
}

#view .inner-my-assets .currency-list .cl-row span:last-child em {
    transition: .6s;

    border-radius: 5px;
	color:rgb(240, 185, 11);
}


/*20200928*/
#view .inner-my-assets .currency-list .cl-row span:last-child .opBox{
    position: absolute;
    border-radius: 5px;
    position: absolute;
    width: 100px;
    right: 30px;
    background: #fff;
    padding: 5px 0px;
    top: 15px;
    box-shadow: 0 1px 10px 0 rgba(3,6,18,0.2);
    margin-left: 0px;
    opacity: 0;
    z-index: 999;
    visibility: hidden;
    -webkit-transition: all .1s cubic-bezier(.645,.045,.355,1);
    transition: all .1s cubic-bezier(.645,.045,.355,1);
}
#view .inner-my-assets .currency-list .cl-row span:last-child .opBox em{
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
#view .inner-my-assets .currency-list .cl-row span:last-child:hover .opBox{
    opacity: 1;
    visibility: inherit;
}
#view .inner-my-assets .currency-list .cl-row span:last-child i{
    margin-right: 5px;
}

/* 充币 */

#view .inner-top-up,
#view .inner-recharge-lock {
    min-height: 800px;
}

#view .inner-top-up .topup-main {
    position: relative;
	margin-bottom: 60px;
}

#view .inner-top-up .topup-main #qrcode {
    position: absolute;
    top: 40px;
    right: 180px;
}

#view .inner-top-up .tm-inner,
#view .inner-recharge-lock .rm-inner {
    margin-top: 0;
    padding-top: 20px;
}

#view .inner-top-up .tm-inner .input-wrap,
#view .inner-recharge-lock .rm-inner .input-wrap {
    margin-bottom: 15px;
}

#view .inner-top-up .tm-inner label,
#view .inner-recharge-lock .rm-inner label {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: block;
}

#view .inner-top-up .tm-inner select,
#view .inner-recharge-lock .rm-inner select {
    width: 220px;
    height: 100%;
    border: 1px solid #4e5b85;
    padding-left: 20px;
    outline: none;
    border-radius: 5px;
    background: #252a3b;
    color: #b4c6ee;
    transition: .6s;
}

#view .inner-top-up .tm-inner input,
#view .inner-recharge-lock .rm-inner input {
    width: 460px;
    height: 38px;
    border-radius: 2px;
    border: 1px solid #ced3de;
    padding-left: 20px;
    outline: none;
    background: transparent;
    color: #3f475a;
    transition: .3s;
}
#view .inner-top-up .coin-address input {
	background:rgba(45,96,224,.05);
	border:none;
}

#view .inner-top-up .tm-inner select:hover,
#view .inner-recharge-lock .rm-inner select:hover,
#view .inner-top-up .tm-inner input:hover,
#view .inner-recharge-lock .rm-inner input:hover {
    border: 1px solid rgb(240, 185, 11);
    transition: .3s;
}

#view .inner-top-up .tm-inner select option,
#view .inner-recharge-lock .rm-inner select option {
    border: 1px solid #4e5b85;
    background-color: #1a1e27;
    height: 45px;
}

#view .inner-top-up .tm-inner ul li,
#view .inner-recharge-lock .rm-inner ul li {
    list-style-type: disc;
    margin-bottom: 15px;
}

#view .inner-recharge-lock .rm-inner ul li em {
    color: #f3bb2b;
}

#view .inner-recharge-lock .rm-inner ul li:nth-child(3) {
    color: #d35252;
}

#view .inner-top-up .tm-inner .coin-address i,
#view .inner-recharge-lock .rm-inner .coin-address i {
    cursor: pointer;
    font-size: 18px;
    margin: 0 5px;
    transition: .6s;
}

#view .inner-top-up .tm-inner .coin-address i:hover,
#view .inner-recharge-lock .rm-inner .coin-address i:hover {
    color: #5795f1;
    transition: .6s;
}

#view .inner-top-up .tm-inner .coin-address .qrcode {
    display: inline-block;
    width: auto;
    height: 40px;
    position: relative;
}
.address-cz{
	display: inline;
    margin-left: -70px;
}
#view .inner-top-up .tm-inner .coin-address .qrcode #qrcode {
    position: absolute;
    right: -120px;
    top: 0px;
    width: 120px;
    height: 120px;
    padding: 4px;
    display: none;
}

#view .inner-top-up .tm-inner .coin-address .qrcode:hover #qrcode {
    display: block;
}

#view .inner-top-up .tm-inner .coin-address button.btn {
    display: inline-block;
    width: auto;
    height: 40px;
    line-height: 40px;
    border: 0;
    outline: 0;
    color: #2d60e0;
    background: none;
    border-radius: 8px;
}


#view .inner-top-up .tips-list,
#view .inner-recharge-lock .tips-list {
    margin-left: 73px;
}

#view .inner-top-up .topup-record,
#view .inner-get-coin .getcoin-record,
#view .inner-address-manager .address-list,
#view .inner-assets-record .rm-list,
#view .inner-trade-bill .list,
#view .inner-recharge-lock .rechargelock-record,
#view .inner-detail-lock .detail-list {
   /* margin-left: 10px;
    margin-right: 10px;*/
}

#view .inner-top-up .topup-record .tr-title,
#view .inner-get-coin .getcoin-record .gr-title,
#view .inner-address-manager .address-list .al-title,
#view .inner-recharge-lock .rechargelock-record .rr-title,
#view .inner-detail-lock .detail-list .dl-title {
    font-size: 16px;
    font-weight: 600;
    color: rgba(0,0,0,.85);
    line-height: 24px;
	padding-bottom:10px;
}

#view .inner-top-up .topup-record .tr-list-header,
#view .inner-get-coin .getcoin-record .gr-list-header,
#view .inner-address-manager .address-list .al-list-header,
#view .inner-assets-record .record-main .rm-list-header,
#view .inner-trade-bill .list .list-header,
#view .inner-recharge-lock .rechargelock-record .rr-list-header {
	display: table;
    table-layout: fixed;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    color: rgba(0,0,0,.85);
    font-size: 12px;
	border-top: solid 1px rgba(0,0,0,.05);
    border-bottom: solid 1px rgba(0,0,0,.05);
}

#view .inner-top-up .topup-record .tr-list-header span,
#view .inner-get-coin .getcoin-record .gr-list-header span,
#view .inner-address-manager .address-list .al-list-header span,
#view .inner-assets-record .record-main .rm-list-header span,
#view .inner-trade-bill .list .list-header span,
#view .inner-recharge-lock .rechargelock-record .rr-list-header span {
    display: table-cell;
}

#view .inner-top-up .topup-record .tr-list-header span.tlh-addr,
#view .inner-recharge-lock .rechargelock-record .rr-list-header span.rlh-addr,
#view .inner-top-up .topup-record .tr-list-main .tl-row span:first-child,
#view .inner-recharge-lock .rechargelock-record .rr-list-main .rl-row span:first-child {
    width: 40%;
    padding-left: 20px;
}

#view .inner-top-up .topup-record .tr-list-header span.tlh-type,
#view .inner-recharge-lock .rechargelock-record .rr-list-header span.rlh-type,
#view .inner-top-up .topup-record .tr-list-main .tl-row span:nth-child(2),
#view .inner-recharge-lock .rechargelock-record .rr-list-main .rl-row span:nth-child(2) {
    width: 15%;
}

#view .inner-top-up .topup-record .tr-list-header span.tlh-num,
#view .inner-recharge-lock .rechargelock-record .rr-list-header span.rlh-num,
#view .inner-top-up .topup-record .tr-list-main .tl-row span:nth-child(3),
#view .inner-recharge-lock .rechargelock-record .rr-list-main .rl-row span:nth-child(3) {
    width: 18%;
}

#view .inner-top-up .topup-record .tr-list-header span.tlh-time,
#view .inner-recharge-lock .rechargelock-record .rr-list-header span.rlh-time,
#view .inner-top-up .topup-record .tr-list-main .tl-row span:nth-child(4),
#view .inner-recharge-lock .rechargelock-record .rr-list-main .rl-row span:nth-child(4) {
    width: 17%;
}

#view .inner-top-up .topup-record .tr-list-header span.tlh-state,
#view .inner-recharge-lock .rechargelock-record .rr-list-header span.rlh-state,
#view .inner-top-up .topup-record .tr-list-main .tl-row span:last-child,
#view .inner-recharge-lock .rechargelock-record .rr-list-main .rl-row span:last-child {
    width: 10%;
    padding-right: 20px;
    text-align: right;
}

#view .inner-top-up .topup-record .tr-list-main,
#view .inner-recharge-lock .rechargelock-record .rr-list-main {
    min-height: 300px;
    padding-bottom: 66px;
}

#view .inner-top-up .tips-list,
#view .inner-recharge-lock .tips-list {
    margin-left: 15px;
}

#view .inner-top-up ul li,
#view .inner-recharge-lock .rm-inner ul li {
    list-style-type: disc;
    line-height: 18px;
	font-size:12px;
	margin-bottom:4px;
}


/* 提币 */

#view .inner-get-coin {
    height: 800px;
}

#view .inner-get-coin .gm-inner {
}

#view .inner-get-coin .input-wrap {
    height: auto;
    margin-bottom: 15px;
    overflow: hidden;
}

#view .inner-get-coin .coin-type {
    /*margin-top: 37px;*/
    padding-top: 20px;
}

#view .inner-get-coin .input-wrap label {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: block;
}

#view .inner-get-coin .input-wrap select,
#view .inner-get-coin .input-wrap input {
    width: 460px;
    height: 38px;
    border-radius: 2px;
    border: 1px solid #ced3de;
    padding-left: 20px;
    outline: none;
    background: transparent;
    color: #3f475a;
    transition: .3s;
}

#view .inner-get-coin .input-wrap input {
    float: left;
    width: 378px;
    margin-right: 10px;
}

#view .inner-get-coin .code input,
#view .inner-get-coin .tradepwd input,
#view .inner-get-coin .coin-num input {
    margin-right: 10px;
    width: 248px;
}

#view .inner-get-coin .coin-num span {
    display: block;
    float: left;
    line-height: 40px;
    margin-left: 10px;
}

#view .inner-get-coin .code img {
    width: 120px;
    height: 40px;
    display: block;
    border-radius: 5px;
    background: #fff;
    cursor: pointer;
}

#view .inner-get-coin .coin-charge input,
#view .inner-get-coin .truly-account input {
    width: 378px;
}

#view .inner-get-coin .input-wrap button {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    border: none;
    outline: none;
    display: block;
    float: left;
	background:none;
    border: solid 1px #c4c4c4;
    color: #3f475a;
}

#view .inner-get-coin .coin-type select {
    width: 220px;
}

#view .inner-get-coin .coin-addr select {
    width: 400px;
}

#view .inner-get-coin .gm-inner .btn-confirm {
    width: 400px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: none;
    outline: none;
    border-radius: 5px;
    display: block;
    margin-left: 0px;
	margin-top:30px;
    background-color: rgb(240, 185, 11);
    color: #fff;
    font-size: 16px;
}

#view .inner-get-coin .gm-inner .btn-confirm:hover {
    opacity: 0.6;
    transition: 0.6s;
}

#view .inner-get-coin .getcoin-record {
    margin-top: 110px;
}

#view .inner-get-coin .getcoin-record span.glh-time,
#view .inner-get-coin .getcoin-record .gl-row span:first-child {
    width: 16%;
    padding-left: 20px;
}

#view .inner-get-coin .getcoin-record span.glh-addr,
#view .inner-get-coin .getcoin-record .gl-row span:nth-child(2) {
    width: 38%;
}

#view .inner-get-coin .getcoin-record span.glh-num,
#view .inner-get-coin .getcoin-record .gl-row span:nth-child(3) {
    width: 14%;
}

#view .inner-get-coin .getcoin-record span.glh-charge,
#view .inner-get-coin .getcoin-record .gl-row span:nth-child(4) {
    width: 11%;
}

#view .inner-get-coin .getcoin-record span.glh-truly,
#view .inner-get-coin .getcoin-record .gl-row span:nth-child(5) {
    width: 14%;
}

#view .inner-get-coin .getcoin-record span.glh-state,
#view .inner-get-coin .getcoin-record .gl-row span:last-child {
    width: 7%;
    text-align: right;
    padding-right: 20px;
}

#view .inner-get-coin .tips-list {
    margin-left:15px;
	margin-top:30px;
}

#view .inner-get-coin .tips-list li {
    list-style-type: disc;
    line-height: 18px;
    font-size: 12px;
    margin-bottom: 4px;
}


/* 地址管理 */

#view .inner-address-manager {
    min-height: 800px;
    height: auto;
    padding-bottom: 15px;
}

#view .inner-address-manager .am-inner {
    
}

#view .inner-address-manager .am-inner .input-wrap {
    height: auto;
    overflow: hidden;
    line-height: 40px;
    margin-bottom: 20px;
}

#view .inner-address-manager .am-inner .m-code-input {
    margin-bottom: 5px;
}

#view .inner-address-manager .am-inner .tips {
    margin-left:18px;
    color: #ba4f4f;
    margin-bottom:30px;
}

#view .inner-address-manager .am-inner .input-wrap label {
    width: 82px;
    height: 40px;
    line-height: 40px;
    display: block;
    float: left;
}

#view .inner-address-manager .am-inner .input-wrap select {
    width: 460px;
    height: 100%;
    height: 40px;
    line-height: 40px;
    /*border: 1px solid #ebebeb;*/
    border: 0;
    padding-left: 20px;
    outline: none;
    border-radius: 5px;
    background: #fff;
    color: #1e2d4b;
    transition: .6s;
}

#view .inner-address-manager .am-inner .input-wrap input {
    width: 438px;
    height: 38px;
    /*border: 1px solid #ebebeb;*/
    border: 0;
    padding-left: 20px;
    outline: none;
    border-radius: 5px;
    background: #fff;
    color: #1e2d4b;
    transition: .6s;
}

#view .inner-address-manager .am-inner .code-input input {
    width: 182px;
}

#view .inner-address-manager .am-inner .input-wrap .code {
    width: 130px;
    border-radius: 5px;
    /*margin-left: 38px;*/
    cursor: pointer;
}

#view .inner-address-manager .am-inner .input-wrap .img-code {
    background-color: #fff;
    height: 100%;
}

#view .inner-address-manager .am-inner .input-wrap .img-code img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 5px;
}

#view .inner-address-manager .am-inner .input-wrap .mobile-code {
    text-align: center;
    height: 38px;
    line-height: 38px;
    color: #fff;
    background: #f3bb2b;
    /*border: 1px solid #f3bb2b;*/
    transition: .6s;
}

#view .inner-address-manager .am-inner select:hover,
#view .inner-address-manager .am-inner input:hover {
    /*border: 1px solid #f3bb2b;*/
    transition: .6s;
}

#view .inner-address-manager .am-inner .btn-add {
    width: 100px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    background: rgb(240, 185, 11);
    border: none;
    margin-left: 5px;
    outline: none;
    border-radius: 5px;
    display: block;
    font-size: 16px;
}

#view .inner-address-manager .am-inner .btn-add:hover {
    transition: .6;
    opacity: 0.6;
}

#view .inner-address-manager .al-list {
    font-size: 12px;
}

#view .inner-address-manager .address-list .al-list-header span.selectoption,
#view .inner-address-manager .address-list .al-list-main .al-row span:first-child {
    padding-left: 20px;
    width: 14%;
    text-align: left;
}

#view .inner-address-manager .address-list .al-list-header span.addr,
#view .inner-address-manager .address-list .al-list-main .al-row span:nth-child(2) {
    width: 30%;
}

#view .inner-address-manager .address-list .al-list-header span.note,
#view .inner-address-manager .address-list .al-list-main .al-row span:nth-child(3) {
    width: 14%;
}

#view .inner-address-manager .address-list .al-list-header span.operate,
#view .inner-address-manager .address-list .al-list-main .al-row span:last-child {
    width: 7%;
    padding-right: 20px;
    text-align: right;
}

#view .inner-address-manager .address-list .al-list-header select {
    background-color: #fff;
    color: #1e2d4b;
    border: none;
    outline: none;
    padding: 0px 5px;
    width: 90px;
    height: 30px;
    border: solid 1px #ddd;
    border-radius: 5px;
}

#view .inner-address-manager .address-list .al-list-header option {
    border: none;
    outline: none;
}
.coin-type{
}
#view .inner-address-manager .am-inner .address-input {
    padding: 15px 0px;
    background: transparent;
	line-height: 35px;
}
#view .inner-address-manager .am-inner .address-input label{
    position: relative;
    padding-right: 20px;
    font-size: 16px;
    width: 100px;
    white-space: nowrap;
    color: rgba(0,0,0,.85);
    font-size: 14px;
}
#view .inner-address-manager .am-inner .address-input select{
    height: 36px;
    padding: 0 5px;
    line-height: 16px;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    font-size: 14px;
    width: 360px;
}
#view .inner-address-manager .am-inner .address-input input{
    height: 36px;
    padding: 10px 0 10px 5px;
    line-height: 16px;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    font-size: 14px;
    width: 360px;
}

/* 财务记录 */

#view .inner-assets-record {
    /*min-height: 800px;*/
    min-height: 716px;
}

#view .inner-assets-record .header .tab-record {
    font-size: 14px;
}

#view .inner-assets-record .tab-record span {
    cursor: pointer;
    padding: 10px;
    text-align: center;
    display: inline-block;
    border-bottom: 1px solid transparent;
    font-size: 16px;
    font-weight: 500;
    margin-right: 7px;
    color: #8e94a0;
}

#view .inner-assets-record .tab-record i {
    border-right: 1px solid #000;
}

#view .inner-assets-record .tab-record span.cur {
    border-bottom: 3px solid rgb(240, 185, 11);
    color: rgb(240, 185, 11);
}

#view .inner-assets-record .record-main {
    margin-top: 0px;
    padding-bottom: 90px;
    position: relative;
    min-height: 490px;
}
#view .inner-assets-record #recharge{
	 margin-top: 0px;
}
#view .inner-assets-record #recharge 
#view .inner-assets-record .record-main .rm-list-header{
	margin-top: 0px;
}
#view .inner-assets-record .record-main .rm-list-header{
	border-top:none;
	padding:0px;
}
#view .inner-assets-record .record-main span.date,
#view .inner-assets-record .record-main .rl-row span:first-child {
    width: 23%;
    padding-left: 20px;
}

#view .inner-assets-record .record-main span.state,
#view .inner-assets-record .record-main .rl-row span:last-child {
    text-align: right;
    padding-right: 20px;
}

#view .inner-assets-record .record-main .rm-list .cur {
    display: block;
}

#view .inner-assets-record .record-main .rm-list>div {
    display: none;
}


/* 交易账单 */

#view .inner-trade-bill {
    position: relative;
}

#view .inner-trade-bill .header .tab-entrust span {
    cursor: pointer;
    border-bottom: 1px solid transparent;
    display: inline-block;
    transition: .6s;
    margin-right: 20px;
    height: 40px;
    line-height: 40px;
}

#view .inner-trade-bill .header .tab-entrust span:hover {
    /*color: #f3bb2b;*/
    color: #c8cedf;
    transition: .6s;
}

#view .inner-trade-bill .header .tab-entrust span.cur {
    border-bottom: 3px solid rgb(240, 185, 11);
    color: #333;
}

#view .inner-trade-bill .header .download {
    font-size: 14px;
    cursor: pointer;
}

#view .inner-trade-bill .header .download:hover {
    color: #f3bb2b;
}

#view .inner-trade-bill .sort {
    height: 70px;
    line-height: 70px;
}

#view .inner-trade-bill .sort select {	
	height: 30px;
    padding: 0 5px;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    font-size: 14px;
    width: 160px;
	margin-top: 18px;
}
#view .inner-trade-bill .sort label{
    width: auto;
    margin-right: 10px;
}
#view .inner-trade-bill .sort select option {
    background: #fff;
}

#view .inner-trade-bill .sort .market {
    margin-right: 40px;
}

#view .inner-trade-bill .sort button {
    width: 90px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: none;
    outline: none;
    color: #fff;
    background: #f3bb2b;
    border-radius: 5px;
    display: block;
    margin: 20px 30px;
}

#view .inner-trade-bill .sort .hide {
    color: #5f78b2;
}


/*  */

#view .inner-trade-bill .list span {
    white-space: nowrap;
}

#view .inner-trade-bill .list .current-entrust .list-header span.time,
#view .inner-trade-bill .list .current-entrust .lm-row span:first-child {
    padding-left: 20px;
    width: 136px;
	
}

#view .inner-trade-bill .list .current-entrust .list-header span.pairs,
#view .inner-trade-bill .list .current-entrust .lm-row span:nth-child(2) {
    width: 80px;
}

#view .inner-trade-bill .list .current-entrust .list-header span.category,
#view .inner-trade-bill .list .current-entrust .lm-row span:nth-child(3) {
    width: 48px;
}

#view .inner-trade-bill .list .current-entrust .list-header span.price,
#view .inner-trade-bill .list .current-entrust .lm-row span:nth-child(4),
#view .inner-trade-bill .list .current-entrust .list-header span.number,
#view .inner-trade-bill .list .current-entrust .lm-row span:nth-child(5),
#view .inner-trade-bill .list .current-entrust .list-header span.deal,
#view .inner-trade-bill .list .current-entrust .lm-row span:nth-child(6),
#view .inner-trade-bill .list .current-entrust .list-header span.poundage,
#view .inner-trade-bill .list .current-entrust .lm-row span:nth-child(7),
#view .inner-trade-bill .list .current-entrust .list-header span.state,
#view .inner-trade-bill .list .current-entrust .lm-row span:nth-child(8) {
    width: 120px;
}

#view .inner-trade-bill .list .current-entrust .list-header span.option,
#view .inner-trade-bill .list .current-entrust .lm-row span:last-child {
    padding-right: 20px;
    width: 36px;
    text-align: right;
}


/*  */

#view .inner-trade-bill .list .history-entrust .list-header span.time,
#view .inner-trade-bill .list .history-entrust .lm-row span:first-child,
#view .inner-trade-bill .list .trade-entrust .list-header span.time,
#view .inner-trade-bill .list .trade-entrust .lm-row span:first-child {
    padding-left: 20px;
    width: 150px;
}

#view .inner-trade-bill .list .history-entrust .list-header span.pairs,
#view .inner-trade-bill .list .history-entrust .lm-row span:nth-child(2),
#view .inner-trade-bill .list .trade-entrust .list-header span.pairs,
#view .inner-trade-bill .list .trade-entrust .lm-row span:nth-child(2) {
    width: 90px;
}

#view .inner-trade-bill .list .history-entrust .list-header span.category,
#view .inner-trade-bill .list .history-entrust .lm-row span:nth-child(3),
#view .inner-trade-bill .list .trade-entrust .list-header span.category,
#view .inner-trade-bill .list .trade-entrust .lm-row span:nth-child(3) {
    width: 60px;
}

#view .inner-trade-bill .list .history-entrust .list-header span.price,
#view .inner-trade-bill .list .history-entrust .lm-row span:nth-child(4),
#view .inner-trade-bill .list .history-entrust .list-header span.number,
#view .inner-trade-bill .list .history-entrust .lm-row span:nth-child(5),
#view .inner-trade-bill .list .history-entrust .list-header span.poundage,
#view .inner-trade-bill .list .history-entrust .lm-row span:nth-child(6),
#view .inner-trade-bill .list .history-entrust .list-header span.state,
#view .inner-trade-bill .list .history-entrust .lm-row span:nth-child(7),
#view .inner-trade-bill .list .trade-entrust .list-header span.price,
#view .inner-trade-bill .list .trade-entrust .lm-row span:nth-child(4),
#view .inner-trade-bill .list .trade-entrust .list-header span.number,
#view .inner-trade-bill .list .trade-entrust .lm-row span:nth-child(5),
#view .inner-trade-bill .list .trade-entrust .list-header span.poundage,
#view .inner-trade-bill .list .trade-entrust .lm-row span:nth-child(6),
#view .inner-trade-bill .list .trade-entrust .list-header span.state,
#view .inner-trade-bill .list .trade-entrust .lm-row span:nth-child(7) {
    width: 135px;
}

#view .inner-trade-bill .list .history-entrust .list-header span.option,
#view .inner-trade-bill .list .history-entrust .lm-row span:last-child,
#view .inner-trade-bill .list .trade-entrust .list-header span.option,
#view .inner-trade-bill .list .trade-entrust .lm-row span:last-child {
    padding-right: 20px;
    text-align: right;
    width: 60px;
}

#view .inner-trade-bill .list>div {
    display: none;
    position: relative;
    height: 550px;
}

#view .inner-trade-bill .list>div.cur {
    display: block;
}

#view .inner-trade-bill .list .list-main {
    height: 430px;
    overflow: auto;
	border:none;
}

#view .inner-trade-bill .list .list-main::-webkit-scrollbar-thumb {
    /*display: none;*/
    background: #e4e4e4;
    border-radius: 8px;
}


/* 我的锁仓 */

#view .inner-my-lockup {
    min-height: 800px;
}

#view .inner-my-lockup .estimate-allassets {
    height: 129px;
    border-bottom: 1px solid #20293e;
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden;
}

#view .inner-my-lockup .estimate-allassets .allassets {
    font-size: 16px;
    margin: 45px 0;
}

#view .inner-my-lockup .estimate-allassets .allassets i {
    display: block;
    width: 26px;
    height: 26px;
    margin: 7px;
    background-image: url(../images/mylock.png);
    background-repeat: no-repeat;
    background-position: 0 -107px;
    float: left;
}

#view .inner-my-lockup .estimate-allassets .allassets span {
    display: block;
    height: 40px;
    line-height: 40px;
    float: left;
}

#view .inner-my-lockup .estimate-allassets .allassets span:last-child {
    font-size: 24px;
    padding-left: 10px;
}

#view .inner-my-lockup .estimate-allassets button {
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: left;
    border-radius: 5px;
    border: none;
    outline: none;
    margin: 45px 20px;
}

#view .inner-my-lockup .estimate-allassets button.recharge {
    color: #fff;
    background: #f3bb2b;
    margin-left: 130px;
}

#view .inner-my-lockup .estimate-allassets button.trade {
    border: 1px solid #f3bb2b;
    color: #f3bb2b;
    background: transparent;
}

#view .inner-my-lockup .lockcoin-detail {
    height: 180px;
    border-bottom: 1px solid #20293e;
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden;
}

#view .inner-my-lockup .lockcoin-detail .detail-header {
    height: 50px;
    line-height: 50px;
    color: #5f78b2;
}

#view .inner-my-lockup .lockcoin-detail .detail-header .search-wrap {
    width: 140px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #4e5b85;
    border-radius: 5px;
    margin: 11.5px 0;
    position: relative;
    transition: .6s;
}

#view .inner-my-lockup .lockcoin-detail .detail-header .search-wrap:hover {
    border: 1px solid #f3bb2b;
    transition: .6s;
}

#view .inner-my-lockup .lockcoin-detail .detail-header .search-wrap i {
    padding: 0 5px;
}

#view .inner-my-lockup .lockcoin-detail .detail-header .search-wrap input {
    width: 78%;
    height: 100%;
    border: none;
    outline: none;
    background: transparent;
    color: inherit;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

#view .inner-my-lockup .lockcoin-detail .detail-bar {
    width: 100%;
    height: 130px;
    overflow: hidden;
}

#view .inner-my-lockup .lockcoin-detail .bar-head {
    color: #4e5b85;
}

#view .inner-my-lockup .lockcoin-detail .bar-head,
#view .inner-my-lockup .lockcoin-detail .bar-number {
    display: table;
    width: 100%;
    margin: 28px 0;
    white-space: nowrap;
}

#view .inner-my-lockup .lockcoin-detail .bar-number span a {
    color: #f3bb2b;
    margin-left: 5px;
}

#view .inner-my-lockup .lockcoin-detail .bar-head span,
#view .inner-my-lockup .lockcoin-detail .bar-number span {
    font-size: 12px;
    display: table-cell;
    width: 20%;
}

#view .inner-my-lockup .lockcoin-detail .bar-head span:last-child,
#view .inner-my-lockup .lockcoin-detail .bar-number span:last-child {
    text-align: right;
}

#view .inner-my-lockup .hold-lock {
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
    padding-bottom: 20px;
}

#view .inner-my-lockup .hold-lock .hold-header {
    color: #5f78b2;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
}

#view .inner-my-lockup .hold-lock table {
    width: 940px;
    font-size: 12px;
    border-collapse: collapse;
    white-space: nowrap;
}

#view .inner-my-lockup .hold-lock table tr th {
    color: #4e5b85;
    text-align: left;
    height: 60px;
    line-height: 60px;
}

#view .inner-my-lockup .hold-lock table tbody tr {
    cursor: pointer;
    transition: .6s;
    height: 60px;
}

#view .inner-my-lockup .hold-lock table tbody tr:hover {
    background: #30374f;
    transition: .6s;
}

#view .inner-my-lockup .hold-lock table tr th:first-child,
#view .inner-my-lockup .hold-lock table tr td:first-child {
    padding-left: 20px;
    text-align: left;
    width: 120px;
}

#view .inner-my-lockup .hold-lock table tr td:first-child span {
    display: block;
}

#view .inner-my-lockup .hold-lock table tr th:nth-child(2),
#view .inner-my-lockup .hold-lock table tr td:nth-child(2) {
    width: 130px;
}

#view .inner-my-lockup .hold-lock table tr th:nth-child(3),
#view .inner-my-lockup .hold-lock table tr td:nth-child(3) {
    width: 120px;
}

#view .inner-my-lockup .hold-lock table tr th:nth-child(4),
#view .inner-my-lockup .hold-lock table tr td:nth-child(4),
#view .inner-my-lockup .hold-lock table tr th:nth-child(5),
#view .inner-my-lockup .hold-lock table tr td:nth-child(5) {
    width: 195px;
}

#view .inner-my-lockup .hold-lock table tr th:nth-child(6),
#view .inner-my-lockup .hold-lock table tr td:nth-child(6) {
    width: 80px;
}

#view .inner-my-lockup .hold-lock table tr th:last-child,
#view .inner-my-lockup .hold-lock table tr td:last-child {
    padding-right: 20px;
    text-align: right;
    width: 60px;
}

#view .inner-my-lockup .hold-lock table tr td:last-child a {
    color: #f3bb2b;
}


/* 锁仓明细 */

#view .inner-detail-lock {
    height: 1120px;
}

#view .inner-detail-lock .lock-time {
    height: 260px;
    margin-left: 30px;
    margin-right: 30px;
    font-size: 12px;
    overflow: hidden;
}

#view .inner-detail-lock .lock-time .lock-time-inner {
    float: right;
    height: 76px;
    line-height: 76px;
    overflow: hidden;
}

#view .inner-detail-lock .lock-time .detail-boxs {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

#view .inner-detail-lock .lock-time .detail-box {
    width: 213px;
    height: 100px;
    background: #20293e;
    border-radius: 5px;
    position: relative;
}

#view .inner-detail-lock .lock-time .detail-box .detail-box-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 160px;
    height: 50px;
    overflow: hidden;
    margin-left: -80px;
    margin-top: -25px;
}

#view .inner-detail-lock .lock-time .detail-box .row1 span {
    margin-left: 10px;
    height: 18px;
    line-height: 18px;
    display: block;
    float: left;
    white-space: nowrap;
}

#view .inner-detail-lock .lock-time .detail-box .row2 span {
    white-space: nowrap;
    margin-right: 5px;
}

#view .inner-detail-lock .lock-time .detail-box .row2 {
    font-size: 14px;
    margin: 5px 0;
}

#view .inner-detail-lock .lock-time .detail-box i {
    background-image: url(../images/mylock.png);
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    display: block;
    float: left;
}

#view .inner-detail-lock .lock-time .amount i {
    background-position: -4px 0;
}

#view .inner-detail-lock .lock-time .release i {
    background-position: -4px -28px;
}

#view .inner-detail-lock .lock-time .freeze i {
    background-position: -4px -54px;
}

#view .inner-detail-lock .lock-time .restime i {
    background-position: -4px -80px;
}

#view .inner-detail-lock .detail-list {
    position: relative;
    height: 730px;
    padding-bottom: 80px;
}

#view .inner-detail-lock .detail-list table {
    font-size: 12px;
    width: 940px;
    border-collapse: collapse;
}

#view .inner-detail-lock .detail-list table tr th,
#view .inner-detail-lock .detail-list table tr td {
    text-align: left;
    height: 40px;
    line-height: 40px;
}

#view .inner-detail-lock .detail-list table tr th {
    color: #4e5b85;
    height: 50px;
    line-height: 50px;
}

#view .inner-detail-lock .detail-list table tbody tr {
    cursor: pointer;
    transition: .6s;
    white-space: nowrap;
    border-bottom: 1px solid #20293e;
}

#view .inner-detail-lock .detail-list table tbody tr:hover {
    background: #30374f;
    transition: .6s;
}

#view .inner-detail-lock .detail-list table tr th:first-child,
#view .inner-detail-lock .detail-list table tr td:first-child {
    padding-left: 20px;
    width: 230px;
}

#view .inner-detail-lock .detail-list table tr th:nth-child(2),
#view .inner-detail-lock .detail-list table tr td:nth-child(2) {
    width: 150px;
}

#view .inner-detail-lock .detail-list table tr th:nth-child(3),
#view .inner-detail-lock .detail-list table tr td:nth-child(3) {
    width: 280px;
}

#view .inner-detail-lock .detail-list table tr th:nth-child(4),
#view .inner-detail-lock .detail-list table tr td:nth-child(4) {
    width: 120px;
}

#view .inner-detail-lock .detail-list table tr th:last-child,
#view .inner-detail-lock .detail-list table tr td:last-child {
    padding-right: 20px;
    text-align: right;
    width: 120px;
}


/* 锁仓弹框 */

.lock-dialog {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 999;
}

.lock-dialog .lock-dialog-inner {
    width: 550px;
    height: 580px;
    background: #20293e;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    top: 39%;
    margin-left: -275px;
    margin-top: -290px;
}

.lock-dialog .lock-dialog-inner .wrap {
    width: 460px;
    margin: 33px auto;
}

.lock-dialog .lock-dialog-inner .title-wrap {
    position: relative;
}

.lock-dialog .lock-dialog-inner .title-wrap i {
    font-size: 18px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    transition: .6s;
}

.lock-dialog .lock-dialog-inner .title-wrap i:hover {
    color: #f3bb2b;
    transition: .6s;
}

.lock-dialog .lock-dialog-inner .title-wrap .title {
    font-size: 24px;
}

.lock-dialog .lock-dialog-inner .title-wrap .subtitle {
    color: #4e5b85;
}

.lock-dialog .lock-dialog-inner .input-wrap-top {
    width: 100%;
}

.lock-dialog .lock-dialog-inner .input-wrap-bottom {
    position: relative;
    border: 1px solid #4e5b85;
    background: #252a3b;
    border-radius: 5px;
    overflow: hidden;
}

.lock-dialog .lock-dialog-inner .input-wrap-top span {
    white-space: nowrap;
}

.lock-dialog .lock-dialog-inner .input-wrap-top span:last-child {
    float: right;
    font-size: 12px;
}

.lock-dialog .lock-dialog-inner .input-wrap {
    margin-top: 26px;
}

.lock-dialog .lock-dialog-inner .input-wrap select {
    width: 100%;
    height: 40px;
    border: 1px solid #4e5b85;
    padding-left: 20px;
    outline: none;
    border-radius: 5px;
    background: #252a3b;
    color: #b4c6ee;
    transition: .6s;
}

.lock-dialog .lock-dialog-inner .input-wrap-bottom input {
    border: none;
    outline: none;
    width: 390px;
    height: 38px;
    padding-left: 20px;
    background: transparent;
    color: #b4c6ee;
}

.lock-dialog .lock-dialog-inner .input-wrap-bottom span {
    cursor: pointer;
    white-space: nowrap;
    position: absolute;
    right: 2px;
    top: 50%;
    margin-top: -9.5px;
}

.lock-dialog .lock-dialog-inner .button-wrap {
    width: 100%;
    text-align: center;
}

.lock-dialog .lock-dialog-inner .button-wrap button {
    width: 160px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    outline: none;
    margin: 40px 20px;
    display: block;
}

.lock-dialog .lock-dialog-inner .button-wrap button.cancel {
    border: 1px solid #f3bb2b;
    color: #f3bb2b;
    background: transparent;
}

.lock-dialog .lock-dialog-inner .button-wrap button.transfer {
    border: none;
    color: #fff;
    background: #f3bb2b;
}

.geetest_feedback,
.geetest_copyright {
    display: none;
}

.page-login #captcha2 {
    /*width: 608px;*/

    margin-top: 5px;
    width: 100%;
    height: 48px;
    line-height: 48px;
    display: none;
}
.page-login #captcha2 .geetest_holder.geetest_wind{
	width:100% !important;
}

.page-login,
.page-register,
.page-resetpassword {
    width: 100%;
    height: 100%;
    /*background: #9e9eff;*/
    padding: 120px 0 150px 0;
}

.page-login,
.page-register .register-wrap {
    position: relative;
}

.page-login .inner-form,
.page-resetpassword .inner-form,
.page-register .inner-form {
    margin: 0 auto;
    width: 420px;
	background:#fff;
	box-shadow: 0px 2px 4px rgb(0 0 0 / 8%), 0px 0px 2px rgb(0 0 0 / 8%);
}

.page-login .inner-form {
    position: relative;
    border-radius: 6px;
	background:#fff;
	box-shadow: 0px 2px 4px rgb(0 0 0 / 8%), 0px 0px 2px rgb(0 0 0 / 8%);
}

.page-resetpassword .inner-form {
    /*padding: 130px 0 279px 0;*/
    padding: 0px;
}

.page-register .inner-form {
    /* padding: 30px 40px;
    background: #fff;
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.3);
    box-shadow: 0 1px 10px rgba(0,0,0,.3);
    border-radius: 6px; */
}

.page-login .inner-form .title,
.page-register .inner-form .title,
.page-resetpassword .inner-form .title {
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
	padding-top:30px;
	font-weight:500;
	color: #1E2329;
}
.page-resetpassword .inner-form .title{
    color: #1f2533;
}
.inner-form .form-box{
    background: #fff;
    padding:40px;
    border-radius: 5px;
}
.page-login .inner-form .title p, .page-register .inner-form .title p, .page-resetpassword .inner-form .title p{
	font-size: 13px;
    color: #3f475a;
    line-height: 24px;
    font-weight: 500;
    margin-top: 10px;
}
.page-login .inner-form .title{
    margin-bottom:30px;
	padding: 30px 15px 0px 15px;
}

.page-login .inner-form .input-wrap,
.page-register .inner-form .input-wrap,
.page-resetpassword .inner-form .input-wrap {
    width: 100%;
    position: relative;
	border-radius:4px;
}
.page-login .inner-form .input-wrap:hover,
.page-register .inner-form .input-wrap:hover,
.page-resetpassword .inner-form .input-wrap:hover{
	/* border:1px solid rgb(240, 185, 11) */
}

.page-login .inner-form .input-wrap span,
.page-register .inner-form .input-wrap span,
.page-resetpassword .inner-form .input-wrap span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #3f475a;
    line-height: 20px;
    transition: .6s;
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.page-register .inner-form .input-wrap span a{
    color: #9aa5b5;
}

.page-login .inner-form .input-wrap input,
.page-register .inner-form .input-wrap input,
.page-resetpassword .inner-form .input-wrap input {
    width: 100%;
    box-sizing: border-box;
    height: 38px;
    border: 0;
    padding: 0px 10px;
    outline: none;
    margin-top: 5px;
    transition: .6s;
    background: none;
    position: relative;
    caret-color: rgb(240, 185, 11);
    border: 1px solid rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 0 30px #fff inset;
    -webkit-text-fill-color: rgba(0,0,0,.85)!important;
}

*/ .page-login .inner-form .input-wrap input:hover,
.page-register .inner-form .input-wrap input:hover,
.page-resetpassword .inner-form .input-wrap input:hover {
    /*border: 1px solid #f3bb2b;*/
    border-bottom-color: #f3bb2b;
    transition: .6s;
}
.page-register .inner-form .agreement {
    color: #646a8e;
    font-size: 13px;
}
.page-register .inner-form .agreement a {
    color: rgb(240, 185, 11);
}
.page-login .inner-form .login-forget {
    margin-top: 10px;
    height: 50px;
    line-height: 50px;
}
.inner-form .form-links{
    width: 100%;
    height:40px;
    line-height: 40px;
    border: 1px solid #d8dce6;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
}
.page-resetpassword .inner-form .form-links{
    color: #C99400;
	border: 1px solid #d8dce6
}
.page-login .inner-form .login-forget a {
    margin-left: 32px;
    color: #0e0e28;
}
.page-login .inner-form .input-tip,
.page-register .inner-form .input-tip,
.page-resetpassword .inner-form .input-tip {
    width: 100%;
    height: 13px;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.page-login .inner-form .login-btn,
.page-resetpassword .inner-form .confirm-btn {
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-image: linear-gradient(rgb(248, 209, 47) 0%, rgb(240, 185, 11) 100%);
    color: rgb(33, 40, 51);
    font-weight: 500;
    outline: none;
    border-radius: 3px;
    border: none;
    font-size: 14px;
    transition: .6s;
}
.page-register .inner-form .input-wrap {
    width: 100%;
}
.page-register .inner-form .input-wrap .country{
    position: absolute;
    top: 34px;
    left: 10px;
}
.page-register .inner-form .input-wrap input.userRegAccount{
    padding-left:45px;
}
.page-register .inner-form .reg-back {
    margin-top: 10px;
    height: 50px;
    line-height: 50px;
}
.page-register .register-wrap .img-validate input,
.page-register .register-wrap .mobile-validate input,
.page-register .register-wrap .email-validate input {
    width: 65%;
}
.page-register .register-wrap .img-validate img{
        width: 100px;
    height: 32px;
    display: block;
    background: #ddd;
    cursor: pointer;
    position: relative;
    top: 10px;
   left: 10px;
}
.page-resetpassword .resetpassword-wrap .img-code img {
        width: 100px;
    height: 32px;
    display: block;
    background: #ddd;
    cursor: pointer;
    position: relative;
    top: 10px;
}
.page-register .register-wrap .mobile-validate button,
.page-register .register-wrap .email-validate button,
.page-resetpassword .inner-form .mail-code button {
    width: 110px;
    height: 40px;
    display: block;
    border: 0;
    outline: none;
    color: rgb(240, 185, 11);
    background: transparent;
    margin-top: 8px;
    transition: .6s;
}
.page-register .register-wrap .mobile-validate button:hover,
.page-register .register-wrap .email-validate button:hover,
#view .inner-address-manager .am-inner .input-wrap .mobile-code:hover,
.page-resetpassword .inner-form .mail-code button:hover {
    /*border-bottom-color: #f3bb2b;*/
    
    opacity: .6;
    transition: .6s;
    /*color: #f3bb2b;*/
}
.page-register .reg-back button {
    width: 160px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border: 0;
    font-size: 16px;
    border-radius: 5px;
}
.page-register .reg-back #regBtn,.page-register .reg-back #regCode {
    background-image: linear-gradient(rgb(248, 209, 47) 0%, rgb(240, 185, 11) 100%);
    color: rgb(33, 40, 51);
}
.page-register .reg-back #backLoginBtn {
    background: transparent;
    color: rgb(240, 185, 11);
}
.page-resetpassword .inner-form .input-wrap input {
    font-size: 13px;
}
.page-resetpassword .inner-form .confirm-btn {
    margin-top: 5px;
}

/* news-list */
#helpCenter .inner-news-list,
#helpCenter .inner-news-detail,
#helpCenter .inner-fee-list,
#customerService .inner-user-agreement,
#customerService .inner-private-policy {
    margin-top: 20px;
    margin-bottom: 80px;
    background-color: #fff;
}
#helpCenter .inner-news-list .header,
#helpCenter .inner-news-detail .header,
#helpCenter .inner-fee-list .header,
#customerService .inner-user-agreement .header,
#customerService .inner-private-policy .header {
    height: 49px;
    line-height: 49px;
    border-bottom: 1px solid #ebebeb;
    font-size: 16px;
	padding: 0px 15px;
}
#helpCenter .inner-news-list .lists-main,
#customerService .inner-user-agreement .list-main,
#customerService .inner-private-policy .list-main {
    padding: 20px 20px 100px 20px;
    min-height: 600px;
}
#helpCenter .inner-news-list .list,
#customerService .inner-user-agreement .list,
#customerService .inner-private-policy .list {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #ebebeb;
    transition: .6s;
    cursor: pointer;
}
#helpCenter .inner-news-list .list span,
#customerService .inner-user-agreement .list span,
#customerService .inner-private-policy .list span {
    margin: 0 10px;
}
#helpCenter .inner-news-list .list:hover,
#customerService .inner-user-agreement .list:hover,
#customerService .inner-private-policy .list:hover {
    background-color: #eaf0ff;
    transition: .6s;
}

/* news-list */
#notices .inner-news-list,
#notices .inner-news-detail {
    margin-bottom: 80px;
    background-color: #fff;
    border-radius: 8px;
}
#notices .inner-news-detail {
    width: 870px;
    float: right;
    background: none;
}
.notices-title{
    color: #5d8ed0 !important;
    border-bottom: 1px solid #bfbfbf !important;
    display: none;
}
.notices-search div{
    color: #111 !important;
}
#notices .inner-news-list .header,
#notices .inner-news-detail .header
{
    height: 49px;
    line-height: 49px;
    border-bottom: 1px solid #ebebeb;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
}
#notices .inner-news-list .lists-main {
    padding: 20px 30px 100px 30px;
    min-height: 300px;
	overflow:hidden;
	zoom:1;
	height:auto;
}
#notices .inner-news-list.lists-main1 {
    float: left;
    width: 300px;
}
#notices .inner-news-list.lists-main1 .lists-main {
    padding: 10px 20px 10px 20px;
    min-height: 400px;
	overflow:hidden;
	zoom:1;
	height:auto;
}


#notices .inner-news-list.lists-main1 .lists-more {
    border-top: 1px solid #ebebeb !important;
    font-size: 14px;
}
#notices .inner-news-list.lists-main1 span.f-fl {
    line-height: 30px;
	
}
#notices .inner-news-list.lists-main1 span.f-fr {
    display: none;
	
}

#notices .inner-news-list .list {
    padding: 20px 0;
    border-bottom: 1px solid #f3f3f3;
    transition: .6s;
    cursor: pointer;
	width:50%;
	float:left;
}

#notices .inner-news-list.lists-main1 .list {
	width:100%;
}
#notices .inner-news-list .list:hover{
	background:rgba(232,237,240,.65);
}
#notices .inner-news-list.lists-main1 .list {
    padding: 10px 0;
}
#notices .inner-news-list .list span {
    font-size: 16px;
	color:#979fb1;
}
#notices .inner-news-list .list span.f-fl{
	font-weight:600;
	color:#1f2533;
    padding-left:15px;
    max-width: 400px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#notices .inner-news-list .list span.f-fr{
	padding-right:15px;
	padding-top: 4px;
}
#notices .inner-news-list.lists-main1 .list span {
    /*margin: 0 10px;*/
    
    font-size: 14px;
    line-height: 24px;
    max-width: auto;
    overflow: initial;
    white-space: inherit;
}
#notices .inner-news-list .list.cur span {
    color: #5d5d5d;
}
#notices .inner-news-list .list:hover span {    
    color: #5d5d5d;
    transition: .6s;
}

/* news-detail */
#notices .detail-main {
    padding: 40px 50px;
    min-height: 500px;
    background: #fff;
    color: #5d5d5d;
}
#notices .detail-main .title {
    font-size: 24px;
    /*text-align: center;*/
}
#notices .detail-main .sub-title {
    font-size: 12px;
    /*text-align: center;*/
    
    margin-top: 20px;
    margin-bottom: 50px;
}
#notices .detail-main .sub-title span {
    margin: 0 10px;
}
#helpCenter .inner-fee-list,
#customerService .inner-user-agreement,
#customerService .inner-private-policy {
    min-height: 700px;
}
#helpCenter #feeTB,
#customerService #privacyPolicyTB,
#customerService #userAgreementTB {
    margin: 20px 30px;
}
#helpCenter #feeTB span,
#customerService #privacyPolicyTB span,
#customerService #userAgreementTB span {
    color: #333 !important;
}

/* news-detail */
#helpCenter .header span {
    transition: .6s;
    cursor: pointer;
}
#helpCenter .header span:hover {
    color: #c4c9dc;
    transition: .6s;
}
#helpCenter .detail-main {
    padding: 80px 50px;
    min-height: 500px;
}
#helpCenter .detail-main .title {
    font-size: 24px;
    text-align: center;
}
#helpCenter .detail-main .sub-title {
    font-size: 12px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
}
#helpCenter .detail-main .sub-title span {
    margin: 0 10px;
}
.otc-panel .otc-header {
    padding-top: 40px;
    height: 50px;
    line-height: 50px;
}
.otc-panel .otc-header-inner button {
    padding: 0px 15px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    /*line-height: 48px;*/
    font-size: 20px;
    border: 0;
	text-align:left;
    color: rgba(0,0,0,.65);
    outline: none;
    display: block;
    float: left;
    transition: .6s;
    background: transparent;
    /*color: inherit;*/
}
.otc-panel .otc-header-inner button.cur {
    color: #4db872;
}
.otc-panel .otc-header-inner #SellZC.cur {
    color: #ee6560;
}
.otc-panel .otc-header-inner .list-header {
    float: left;
    line-height: 50px;
    padding: 0 35px;
    border-radius: 20px  0 20px 0;
    background: rgb(240, 185, 11);

}
.otc-panel .right-btns{display:none;}
.otc-panel .otc-header-inner .list-header span {
    cursor: pointer;
    transition: .6s;
    color: #fff;
}
.otc-panel .otc-header-inner .list-header span:hover {
    /*color: #f3bb2b;
    transition: .6s;*/
}
.otc-panel .otc-header-inner .list-header i {
    background-image: url(../images/otc-pics.png);
    display: block;
    width: 21px;
    height: 21px;
    float: left;
    margin: 14.5px 2px 14.5px 28px;
}
.otc-panel .otc-header-inner .settings i {
    background-position: -21px 0;
}
.otc-panel .otc-header-inner .merchants i {
    background-position: -21px -29px;
}
.otc-panel .otc-header-inner .orders i {
    background-position: -21px -59px;
}
.otc-panel .otc-main {
    margin-bottom: 60px;
    width: 100%;
    min-height: 550px;
    clear: both;
}
.otc-panel .otc-main table {
    display: none;
    width: 100%;
    text-align: center;
    background: #fff;
    min-height: 550px;
}
.otc-panel .otc-main table.cur {
    display: block;
}
.otc-panel table thead tr {
    width: 100%;
    height: 49px;
    line-height: 49px;
    /* background: #1f2431; */
}
.otc-panel table tbody tr {
    height: 90px;
    line-height: 90px;
    cursor: pointer;
    width: 100%;
    transition: .6s;
}
.otc-panel table tbody tr:hover {
    background: #f3f3f3;
    transition: .6s;
}
.otc-panel table thead th,
.otc-panel table tbody td {
    white-space: nowrap;
    width: 172px;
    border-bottom: 1px solid #ebebeb;
}
.otc-panel table thead th{
	color: rgba(0,0,0,.45);
    font-weight: 500;
}
.otc-panel table tbody td:nth-child(2){
	font-weight:600;
}
.otc-panel table tbody td span{
    display: none;
}
.otc-panel table tbody td i {
    background-image: url(../images/otc-pics.png);
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-top: 40px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 12px;
}
.otc-panel table tbody td button {
    width: 90px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 5px;
}
.otc-panel table tbody#buyin button {
    background: #4db872;
}
.otc-panel table tbody#soldout button {
    background: #ee6560;
}
.otc-panel table tbody td .zhifubao {
    background-position: 0 83px;
}
.otc-panel table tbody td .weixin {
    background-position: 0 52px;
}
.otc-panel table tbody td .visa {
    background-position: 0 21px;
}
.otc-panel .otc-tips {
    padding-top: 68px;
    padding-bottom: 60px;
}
.otc-panel .otc-tips span {
    font-size: 16px;
}
.otc-panel .otc-tips i {
    color: #b5524f;
}
.otc-panel .otc-tips ul li {
    margin-top: 26px;
}

.otc-text{
    background: #fff;
    padding: 15px 30px;
}
.otc-text h3{
    margin-bottom: 10px;
}
.otc-text p{
    line-height: 25px;
}
/* dialog */
.otc-dialog,
.as-dialog,
.as-currency-dialog,
.api-dialog,
.api-delete-dialog {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 999;
}
.api-delete-dialog .dialog-content {
    width: 600px;
    height: 300px;
    background: #fff;
    position: absolute;
    top: 14%;
    left: 50%;
    margin-left: -300px;
}
.otc-dialog .dialog-content,
.as-dialog .dialog-content,
.as-currency-dialog .dialog-content {
    width: 600px;
    min-height: 550px;
    height: auto;
    border-radius: 3px;
    background: #fff;
    position: fixed;
    top: 8%;
    left: 50%;
    margin-left: -300px;
}
.api-dialog .dialog-content {
    width: 600px;
    min-height: 500px;
    background: #fff;
    position: absolute;
    top: 14%;
    left: 50%;
    margin-left: -300px;
}
.otc-dialog .dialog-content .inner,
.as-dialog .dialog-content .inner,
.as-currency-dialog .dialog-content .inner,
.api-dialog .dialog-content .inner,
.api-delete-dialog .dialog-content .inner {
    margin: 40px 50px;
}
.as-dialog .dialog-content .inner .title,
.as-currency-dialog .dialog-content .inner .title,
.api-dialog .dialog-content .inner .title,
.api-delete-dialog .dialog-content .inner .title {
    margin-bottom: 40px;
}
.otc-dialog .dialog-content .inner .title span,
.as-dialog .dialog-content .inner .title span,
.as-currency-dialog .dialog-content .inner .title span,
.api-dialog .dialog-content .inner .title span,
.api-delete-dialog .dialog-content .inner .title span {
    font-size: 24px;
    color: #111;
}
.otc-dialog .dialog-content .inner .title i,
.as-dialog .dialog-content .inner .title i,
.as-currency-dialog .dialog-content .inner .title i,
.api-dialog .dialog-content .inner .title i,
.api-delete-dialog .dialog-content .inner .title i {
    font-size: 30px;
    cursor: pointer;
}
.otc-dialog .dialog-content .inner .title i:hover,
.as-dialog .dialog-content .inner .title i:hover,
.as-currency-dialog .dialog-content .inner .title i:hover,
.api-dialog .dialog-content .inner .title i:hover,
.api-delete-dialog .dialog-content .inner .title i:hover {
    color: #de7474;
    transition: .6s;
}
.otc-dialog .dialog-content .inner .input-wrap,
.as-dialog .dialog-content .inner .input-wrap,
.as-currency-dialog .dialog-content .inner .input-wrap,
.api-dialog .dialog-content .inner .input-wrap,
.api-delete-dialog .dialog-content .inner .input-wrap {
    height: auto;
    line-height: 40px;
    margin-top: 15px;
    position: relative;
}
.as-dialog .dialog-content .inner .input-wrap{
    height: auto;
}
.otc-dialog .dialog-content .inner .input-wrap label,
.as-dialog .dialog-content .inner .input-wrap label,
.as-currency-dialog .dialog-content .inner .input-wrap label,
.api-dialog .dialog-content .inner .input-wrap label,
label {
    display: block;
    float: left;
    width: 166px;
}
.api-dialog .dialog-content .inner .api-privilege label {
    width: 90px;
}
.api-dialog .dialog-content .inner .api-privilege input {
    margin-left: 30px;
}
.api-dialog .dialog-content .inner .api-privilege input:last-child {
    display: none;
}
.otc-dialog .dialog-content .inner .input-wrap span,
.as-dialog .dialog-content .inner .input-wrap span,
.as-currency-dialog .dialog-content .inner .input-wrap span,
.api-dialog .dialog-content .inner .input-wrap span {
    margin-left: 30px;
}
.otc-dialog .dialog-content .inner .input-wrap input[type="text"],
.otc-dialog .dialog-content .inner .input-wrap input[type="password"] {
    width: 460px;
    height: 38px;
    outline: none;
    color: inherit;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    background: transparent;
    transition: .6s;
    padding-left: 20px;
}
.as-dialog .dialog-content .inner .input-wrap input[type="text"],
.as-dialog .dialog-content .inner .input-wrap textarea,
.as-dialog .dialog-content .inner .input-wrap input[type="password"],
.as-currency-dialog .dialog-content .inner .input-wrap input[type="text"],
.as-currency-dialog .dialog-content .inner .input-wrap input[type="password"],
.api-dialog .dialog-content .inner .input-wrap input[type="text"],
.api-dialog .dialog-content .inner .input-wrap input[type="password"],
.api-delete-dialog .dialog-content .inner .input-wrap input {
    width: 460px;
    height: 38px;
    border-radius: 2px;
    border: 1px solid #ced3de;
    padding-left: 20px;
    outline: none;
    background: transparent;
    color: #3f475a;
    transition: .3s;
}
.as-dialog .dialog-content .inner .input-wrap textarea{
    height: 100px;
    padding: 10px 20px;
}
.otc-dialog .dialog-content .inner .input-wrap input:hover,
.as-dialog .dialog-content .inner .input-wrap input:hover,
.as-currency-dialog .dialog-content .inner .input-wrap input:hover,
.api-dialog .dialog-content .inner .input-wrap input:hover,
.api-delete-dialog .dialog-content .inner .input-wrap input:hover {
    border: 1px solid #5d8ed0;
    transition: .6s;
}
.otc-dialog .dialog-content .inner .input-wrap input.amount {
    background: transparent;
}
.as-dialog .dialog-content .inner .img-code input.code-input,
.as-dialog .dialog-content .inner .mobile-code input.code-input,
.as-currency-dialog .dialog-content .inner .img-code input.code-input,
.as-currency-dialog .dialog-content .inner .mobile-code input.code-input,
.api-dialog .dialog-content .inner .img-code input.code-input,
.api-dialog .dialog-content .inner .mobile-code input.code-input {
    width: 120px;
}
.as-dialog .dialog-content .inner .img-code img,
.as-currency-dialog .dialog-content .img-code img,
.api-dialog .dialog-content .img-code img {
    width: 120px;
    height: 40px;
    display: block;
    border-radius: 5px;
    background: #fff;
    cursor: pointer;
    margin-left: 20px;
}
.as-dialog .dialog-content .inner .mobile-code button,
.as-currency-dialog .dialog-content .inner .mobile-code button,
.api-dialog .dialog-content .inner .mobile-code button {
    width: 120px;
    height: 40px;
    display: block;
    border: 1px solid #1d1c35;
    outline: none;
    border-radius: 5px;
    background: transparent;
    transition: .6s;
    color: #1e2d4b;
    margin-left: 20px;
}
.as-dialog .dialog-content .inner .mobile-code button:hover,
.as-currency-dialog .dialog-content .inner .mobile-code button:hover,
.api-dialog .dialog-content .inner .mobile-code button:hover {
    border: 1px solid #de7474;
    color: #de7474;
    transition: .6s;
}
.as-dialog .dialog-content .inner button.submit,
.as-currency-dialog .dialog-content .inner button.submit,
.api-dialog .dialog-content .inner button.submit,
.api-delete-dialog .dialog-content .inner button.submit {
    width: 400px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: rgb(240, 185, 11);
    border: none;
    outline: none;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
.otc-dialog .dialog-content .inner .pay-method label {
    margin-right: 30px;
}
.otc-dialog .dialog-content .inner .pay-method {
    margin: 0;
}
.otc-dialog .dialog-content .inner .tips {
    height: auto;
    padding: 10px 0px;
    color: #35384a;
}
.otc-dialog .dialog-content .inner button {
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: none;
    outline: none;
    border-radius: 4px;
    margin-left: 25px;
    margin-top: 20px;
}
.otc-dialog .dialog-content .inner .submit {
    background:#2d60e0;
    color: #fff;
    float: left;
}
.otc-dialog .dialog-content .inner .cancel {
    background: transparent;
    color: #2d60e0;
    border: 1px solid #2d60e0;
}

/* dialog-end */

/* otctrade */
.otctrade-panel {
    margin: 60px auto;
    width: 1340px;
    background: #fff;
    padding: 20px 30px;
}

/* .otctrade-panel .otctrade-left .order-client {
    margin-left: 80px;
} */
.otctrade-panel .otctrade-left .price-large {
    margin: 30px 0;
    font-size: 30px;
}
.otctrade-panel .otctrade-left .price-large em {
    color: #ee2844;
}
.otctrade-panel .otctrade-left .price-unit,
.otctrade-panel .otctrade-left .price-number {
    font-size: 20px;
    margin-top: 20px;
}
.otctrade-panel .otctrade-left .method {
    margin-top: 60px;
}
.otctrade-panel .otctrade-left .method .payment {
    width: 800px;
    min-height: 150px;
    border: 1px solid #d0d0d0;
    margin-top: 15px;
    position: relative;
}
.otctrade-panel .otctrade-left .method .payment img.qrcode {
    position: absolute;
    width: 226px;
    height: 311px;
    background: #fff;
    right: 20%;
    top: 50%;
    margin-top: -90px;
    display: none;
}
.otctrade-panel .otctrade-left .method-pay {
    height: 23px;
    line-height: 23px;
    cursor: pointer;
    margin: 20px 0;
}
.otctrade-panel .otctrade-left .method-pay input.ckbox {
    margin: 5px 10px;
}
.otctrade-panel .otctrade-left .method-pay .icon {
    background-image: url(../images/otc-pics.png);
    width: 21px;
    height: 21px;
    display: block;
    margin: 1px 14px;
}
.otctrade-panel .otctrade-left .method-pay span.way {
    width: 70px;
}
.otctrade-panel .otctrade-left .method-pay span {
    margin: 0 5px;
}
.otctrade-panel .otctrade-left .method-pay i.fa {
    margin: 4.5px;
}
.otctrade-panel .otctrade-left .method-pay .account {
    border: none;
    background: transparent;
    color: inherit;
    margin: 3.5px;
    width: 160px;
}
.otctrade-panel .otctrade-left .method-zhifubao .icon {
    background-position: 0 83px;
}
.otctrade-panel .otctrade-left .method-weixin .icon {
    background-position: 0 52px;
}
.otctrade-panel .otctrade-left .method-visa .icon {
    background-position: 0 21px;
}
.otctrade-panel .otctrade-left .state {
    margin-top: 40px;
    font-size: 20px;
}
.otctrade-panel .otctrade-left .state button {
    width: 200px;
    height: 50px;
    line-height: 50px;
    display: block;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border: none;
    outline: none;
    background: #de7474;
    border-radius: 5px;
    margin-top: 41px;
}
.otctrade-panel .otctrade-right {
    border:1px solid #d0d0d0;
    width: 450px;
    height: auto;
}
.otctrade-panel .otctrade-right .title {
    text-align: center;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    color: #7791e3;
}
.otctrade-panel .otctrade-right .lists {
    border-bottom: 1px solid #d0d0d0;
    border-top:1px solid #d0d0d0;
    padding: 40px 33px;
}
.otctrade-panel .otctrade-right .lists ul li {
    margin-bottom: 20px;
}
.otctrade-panel .otctrade-right .qrcode {
    margin: 0 70px;
    padding: 10.5px 0;
}
.otctrade-panel .otctrade-right .qrcode img {
    width: 110px;
    height: 110px;
    display: block;
}
.otctrade-panel .otctrade-right .qrcode span {
    width: 196px;
    margin: 26.5px 0;
}

/* otcmerchant-panel */
.otcmerchant-panel .inner-otcmerchant-panel {
    padding-top: 80px;
    padding-bottom: 140px;
}
.otcmerchant-panel .header {
    text-align: center;
}
.otcmerchant-panel .header .title {
    font-size: 30px;
}
.otcmerchant-panel .header .title-desc {
    font-size: 16px;
    margin-top: 24px;
}
.otcmerchant-panel .main {
    display: flex;
    justify-content: space-around;
    margin-top: 90px;
    margin-bottom: 90px;
}
.otcmerchant-panel .main .box {
    width: 275px;
    height: 339px;
    background: #39496e;
    border-radius: 5px;
    text-align: center;
    position: relative;
}
.otcmerchant-panel .main .box i {
    background-image: url(../images/merchant-pic.png);
    width: 70px;
    height: 70px;
    display: block;
    margin: 0 auto;
    margin-top: 87px;
}
.otcmerchant-panel .main .advertise i {
    background-position: 0 0;
}
.otcmerchant-panel .main .free i {
    background-position: 0 -80px;
}
.otcmerchant-panel .main .one-to-one i {
    background-position: 0 -160px;
}
.otcmerchant-panel .main .box .theme {
    color: #fff;
    margin-top: 23px;
}
.otcmerchant-panel .main .box p {
    width: 188px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}
.otcmerchant-panel .apply-now {
    text-align: center;
}
.otcmerchant-panel .apply-now button {
    display: block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #f3bb2b;
    border: none;
    outline: none;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    transition: .6s;
}
.otcmerchant-panel .apply-now button:hover {
    background: #3257c9;
    transition: .6s;
}
.otcmerchant-dialog {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 999;
}
.otcmerchant-dialog .dialog-content {
    width: 600px;
    height: 500px;
    text-align: center;
    background: #30374f;
    position: absolute;
    left: 50%;
    margin-left: -300px;
    top: 16%;
}
.otcmerchant-dialog .dialog-content i {
    font-size: 30px;
    position: absolute;
    right: 25px;
    top: 25px;
    cursor: pointer;
}
.otcmerchant-dialog .dialog-content .title {
    font-size: 30px;
    color: #b4c6ee;
    margin-top: 55px;
}
.otcmerchant-dialog .dialog-content .sub-title {
    font-size: 16px;
    margin-top: 45px;
}
.otcmerchant-dialog .dialog-content img {
    width: 169px;
    height: 169px;
    display: block;
    margin: 39px auto 13px auto;
}

/* otcmyorder-panel */
.inner-otcmyorder-panel {
    margin-top: 30px;
    margin-bottom: 80px;
    min-height: 800px;
}
.otcmyorder-header{
	line-height: 30px;
    background-color: #fff;
    font-size: 25px;
    color: #000;
    font-weight: 600;
    padding: 10px 0px;
    border-bottom: 1px solid #e9e9e9;
}
.otcmyorder-panel .otcmyorder-header .orders-option {
    float: right;
}
.otcmyorder-panel .otcmyorder-header .orders-option span {
    float: left;
    width:auto;
	padding: 0 8px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: rgba(0,0,0,.65);
    margin:5px 10px;
    cursor: pointer;
	font-size:16px;
	font-weight:500;
}
.otcmyorder-panel .otcmyorder-header .orders-option span:hover {
    color: rgb(240, 185, 11);
    box-shadow: inset 0 -2px 0 0 rgb(240, 185, 11);
}
.otcmyorder-panel .otcmyorder-header .orders-option span.cur {
    color: rgb(240, 185, 11);
    box-shadow: inset 0 -2px 0 0 rgb(240, 185, 11);
}
.otcmyorder-panel .otcmyorder-main {
    width: 100%;
    margin-top: 10px;
    background: #fff;
    padding-bottom: 30px;
	overflow: auto;
}
.otcmyorder-panel .otcmyorder-main table {
    display: none;
    width: 100%;
    text-align: center;
}
.otcmyorder-panel .otcmyorder-main table.cur {
    display: block;
}
.otcmyorder-panel .otcmyorder-main table thead {
    width: 100%;
    height: 49px;
    line-height: 49px;
}
.otcmyorder-panel .otcmyorder-main table tbody tr {
    cursor: pointer;
    height: 70px;
    line-height: 70px;
    transition: .6s;
}
.otcmyorder-panel .otcmyorder-main table tbody tr:hover {
    background: #f3f3f3;
    transition: .6s;
}
.otcmyorder-panel .otcmyorder-main table th,
.otcmyorder-panel .otcmyorder-main table td {
	width: 134px;
	padding: 2px 10px;
    text-align: left;
    border-bottom: 1px solid #e9e9e9;
    font-weight: 400;
    color: rgba(0,0,0,.43);
    height: 30px;
    box-sizing: border-box;
}
 .otcmyorder-panel .otcmyorder-main table td{
	 padding: 2px 0px;
	 width:auto;
 }
.otcmyorder-panel .otcmyorder-main table{
  width:1450px;
}
.otcmyorder-panel .otcmyorder-main table td:last-child{
	width:250px;
}

.otcmyorder-panel .otcmyorder-main table td span.payway{
	display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #fff;
    padding: 0px 8px;
    background: #2d60e0;
    border-radius: 4px;
}
/* otcsetting-panel */
.otcsetting-panel .inner-otcsetting-panel {
    margin-top: 20px;
    margin-bottom: 200px;
    background: #fff;
}
.otcsetting-panel .otcsetting-header {
    width: 100%;
    height: 49px;
    line-height: 49px;
    font-size: 16px;
    border-bottom: 1px solid #ececec;
}
.otcsetting-panel .otcsetting-header span {
    padding-left: 30px;
}
.otcsetting-panel .otcsetting-main {
    height: 714px;
    padding-left: 30px;
    padding-right: 30px;
}
.otcsetting-panel .otcsetting-main .title {
    font-size: 22px;
    text-align: center;
    padding-top: 20px;
}
.otcsetting-panel .otcsetting-main .tip {
    color: #4e5b85;
    padding-top: 30px;
    padding-bottom: 30px;
}
.otcsetting-panel .otcsetting-main .otcsetting-select {
    margin: 0 auto;
    width: 300px;
    height: 30px;
    line-height: 30px;
    padding: 20px 0;
}
.otcsetting-panel .otcsetting-main .otcsetting-select select {
    width: 300px;
    height: 30px;
    background: transparent;
    color:#646a8e;
    border-color:#adadad;
}
.otcsetting-panel .otcsetting-main .zhifubao-wrap,
.otcsetting-panel .otcsetting-main .weixin-wrap,
.otcsetting-panel .otcsetting-main .visa-wrap {
    margin-bottom: 40px;
}
.otcsetting-panel .otcsetting-main .wrap-header {
    height: 23px;
    line-height: 23px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #adadad;
    width: 200px;
    margin: 0 auto;
}
.otcsetting-panel .otcsetting-main .wrap-header i {
    background-image: url(../images/otc-pics.png);
    display: block;
    width: 23px;
    height: 23px;
    float: left;
    margin-right: 5px;
}
.otcsetting-panel .otcsetting-main .wrap-header span {
    margin-left: 10px;
}
.otcsetting-panel .otcsetting-main .wrap-header i.zhifubao {
    background-position: 1px 84px;
}
.otcsetting-panel .otcsetting-main .wrap-header i.weixin {
    background-position: 1px 53px;
}
.otcsetting-panel .otcsetting-main .wrap-header i.visa {
    background-position: 1px 23px;
}
.otcsetting-panel .otcsetting-main .zhifubao-input,
.otcsetting-panel .otcsetting-main .weixin-input,
.otcsetting-panel .otcsetting-main .visa-input {
    width: 680px;
    margin: 0 auto;
}
.otcsetting-panel .otcsetting-main .input-wrap {
    height: 45px;
    line-height: 45px;
    margin-top: 30px;
    position: relative;
}
.otcsetting-panel .otcsetting-main .input-wrap label {
    width: 100px;
    display: block;
    float: left;
    white-space: nowrap;
}
.otcsetting-panel .otcsetting-main .input-wrap input {
    width: 528px;
    height: 43px;
    border: 1px solid #adadad;
    background: transparent;
    outline: none;
    float: right;
    border-radius: 5px;
    transition: .6s;
    padding-left: 20px;
    color: inherit;
}
.otcsetting-panel .otcsetting-main .input-wrap input:hover {
    border: 1px solid rgb(240, 185, 11);
    transition: .6s;
}
.otcsetting-panel .otcsetting-main .file-upload {
    height: 180px;
}
.otcsetting-panel .otcsetting-main .file-upload img {
    width: 135px;
    height: 180px;
    display: block;
    float: left;
    margin-left: 30px;
}
.otcsetting-panel .otcsetting-main .file-upload input {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    cursor: pointer;
    width: 36%;
    height: 100%;
}
.otcsetting-panel .otcsetting-main .confirmBtn {
    width: 550px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    background: #de7474;
    display: block;
    margin-top: 30px;
    border: none;
    outline: none;
    border-radius: 5px;
    float: right;
    transition: .6s;
}
.otcsetting-panel .otcsetting-main .confirmBtn:hover {
    /*background: #3257c9;*/
    
    transition: .6s;
    opacity: 0.6;
}

/*@media only screen and (max-width: 1400px) and (min-width: 300px) {
    .chart-main {
        left: 300px !important;
    }
}*/

/*@media only screen and (max-width: 1400px) and (min-width: 300px) {
    .chart-main {
        left: 300px !important;
    }
}*/


/*借币赚币开始*/
.loan-banner{
	position:relative;
	width:100%;
	height:410px;
	background: #181A20;
}
.loan-banner-concent{
	width:1300px;
	margin:0 auto;
	color:#fff;
	text-align:center;
}
.loan-banner-concent h2{
	font-size:40px;
	font-weight:600;
	padding-top:100px;
	margin-bottom:15px;
}
.loan-banner-concent h3{
	font-size:20px;
}
.loan-banner-concent p a{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 500;
	color: rgb(33, 40, 51);
	line-height: 20px;
	padding: 14px 24px;
	background-image: linear-gradient(rgb(255, 226, 81) 0%, rgb(237, 196, 35) 100%);
	border-radius: 2px;
	display: inline-block;
	margin-top: 56px;
}
.loan-box{
	width:100%;
	background:#fafafa;
	padding-bottom:60px;
}
.loan-main{
	width:1300px;
	margin:0 auto;
}
.loan-top{
	width:100%;
	text-align:center;
	padding-top:15px;
	padding: 15px 0px;
}
.loan-top span{
	margin:0px 15px;
}
.loan-top span a{
	margin:0px 5px;
	color: #C99400;
	border-bottom:#C99400 solid 1px;
}
.loan-top span img{
	width:25px;
	height:25px;
}
.loan-form{
	margin: 0 auto;
	width: 680px;
	box-shadow: rgba(0, 0, 0, 0.08) 0px 6px 20px;
	padding: 24px 40px;
	background: rgb(255, 255, 255);
	border-radius: 10px;
}
.loan-form-box{
	width:100%;
	margin-bottom: 20px;
}
.loan-input-title{
	width:100%;
	height: 30px;
}
.loan-input{
	width: 100%;
	border-radius: 4px;
	border: 1px solid rgba(0,0,0,.1);
	height: 45px;
	position:relative;
}
.loan-input .loan-tip{
	position:absolute;
	left:0px;
	top:48px;
	font-size:12px;
	color:rgb(246, 70, 93);
}
.select-coin{
	position:absolute;
	right:0px;
	top:50px;
	z-index:999;
	width: 150px;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 4px, rgba(0, 0, 0, 0.08) 0px 0px 2px;
	display:none;
}
.select-coin a{
	display:block;
	width:100%;
	height:40px;
	line-height:40px;
	text-indent: 2em;
}
.select-coin a img{
	width:20px;
	margin-right:10px;
}
.select-coin a:hover{
	background: rgb(245, 245, 247);
	color: rgb(45, 96, 224);
}

.loan-input input{
	width: 500px;
	display: block;
	float: left;
	height: 45px;
	border: none;
	padding: 0px 10px;
	border-radius: 4px;
}
.coinType{
	width:160px;
	height:45px;
	float:right;
	line-height:45px;
	text-align:right;
}
.coinType img{
	width:25px;
	margin-right:10px;
}
.coinType i{
	margin-left:5px;
	margin-right:15px;
}
.loan-form-intro{
	width:100%;
	margin-bottom:20px;
}
.loan-form-intro a{
	border-bottom: 1px dotted rgb(132, 142, 156);
	color:rgb(132, 142, 156);
	margin-right:5px;
}
.loan-form-intro span{
	margin-right:15px;
}
.loan-input-title{
	width:100%;
	color:rgb(33, 40, 51) !important;
	font-size: 16px;
	margin-top:10px;
}
.loan-input-title a{
	border-bottom:1px dotted 
}
.loan-form-type{
	width:100%;
	height:40px;
	margin-bottom:20px;
}
.day-type{
	width:25%;
	float:left;
	height:40px;
	text-align:center;
	line-height:40px;
}
.day-type a{
	width:95%;
	height:40px;
	display:block;
	font-size:16px;
	border:solid 1px rgb(234, 236, 239);
	line-height: 40px;
}
.day-type.act a{
	border: 1px solid #C99400;
}
.loan-form-text{
	width:100%;
	margin-bottom:20px;
}
.loan-form-text p{
	line-height:25px;
}
.loan-form-text p span{
	float:right;
	font-weight:600;
}
.loan-form-hk{
	width:100%;
	border-top:#eaecef solid 1px;
	padding:20px 0px;
	color:rgb(33, 40, 51) !important;
	font-size:16px;
}
.loan-form-hk span{
	float:right;
	font-weight:600;
}
.loan-form-button{
	width:100%;
}
.loan-form-button button{
	width:100%;
	border:none;
	height:40px;
	border-radius:4px;
	background:#C99400;
	color:#fff;
	margin-bottom:10px;
}
.loan-advantage{
	width:100%;
	padding:80px 0px;
}
.loan-advantage-main{
	width:1200px;
	margin:0 auto;
}
.loan-advantage-title{
	text-align:center;
	width:100%;
}
.loan-advantage-title h3{
	color:rgb(33, 40, 51) !important;
	font-size:30px;
	font-weight:600;
}
.loan-advantage-box{
	margin-top:60px;
	overflow:hidden;
	zoom:1;
	height:auto;
}
.loan-advantage-i{
	width:33.333%;
	float:left;
	text-align:center;
}
.loan-i-main{
	width:95%;
	border:rgb(234, 236, 239) solid 1px;
	padding:50px 0px;
}
.loan-i-main i{
	font-size: 50px;
	display: inline-block;
	margin-bottom: 30px;
}
.loan-i-main h4{
	font-size:25px;
	margin-bottom:15px;
	color: rgb(33, 40, 51) !important;
}
.loan-pic{
	width:50%;
	float:left;
	text-align:center;
}
.loan-pic img{
	width:400px;
	
}
.pro{
	background:#fafafa;
}
.loan-Listtext{
	width:50%;
	float:left;
}
.loan-Listtext p{
	margin-left:40px;
	margin-top:40px;
	font-size: 18px;
}
.loan-faqBox{
	border-bottom: 1px solid rgb(234, 236, 239);
	padding:15px 0px;
}
.loan-faqBox h4{
	font-size:18px;
	line-height: 30px;
}
.loan-faqBox p{
	font-size: 18px;
	margin-top: 12px;
	display:none;
}
.loan-faqBox h4 span{
	font-weight:600;
}
.loan-faqBox h4 i{
	font-size:18px;
	float:right;
	font-weight:600;
}
.loan-faqBox h4 i.faqTo{
	transform:rotate(90deg);
}
.faq-concent{
	width:1000px;
}
.loan-faqBox a:hover {
	color: #333;
}



.loanData-wrap{
	width:1300px;
	margin:0 auto;
}
.loanData-header{
	padding-top:40px;
}
.loanData-header h3{
	font-size: 34px;
    line-height: 44px;
	color: rgb(33, 40, 51);
}
.loanData-type{
	padding:15px 0px;
	font-size:15px;
}
.loanData-type span{
	margin-right:30px;
}
.loanData-type span a{
	color: rgb(132, 142, 156);
}
.loanData-type .act a{
	color: rgb(33, 40, 51);
}
.loanData-title h3{
	font-weight: 500;
    font-size: 18px;
    line-height: 23px;
}
.loanData-List{
	padding:15px 0px;
	padding-bottom:50px;
}
.loanData-table{
	width:100%;
	margin-top:15px;
}
.loanData-table thead tr th{
	height: 40px;
    color: rgb(132, 142, 156);
    font-size: 12px;
    font-weight: normal;
    background: rgb(249, 249, 250);
    text-align: left;
    padding: 0px 10px;
}
.loanData-table tbody tr td{
	height: 50px;
	text-align: left;
    padding: 0px 10px;
	border-bottom: 1px solid rgb(234, 236, 239);
}
.loanData-table tbody tr td .coin-ico{
	width:20px;
	margin-right:10px;
}
.loanData-table tbody tr td span{
	font-weight:600;
}





#view .inner-trade-bill .sort input{
	height: 30px;
	padding: 0 5px;
	border-radius: 4px;
	border: 1px solid #d9d9d9;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	font-size: 14px;
	width: 160px;
	margin-top: 18px;
}
#view .inner-trade-bill .list .loanorder-data{
	display:block;
	height:auto;
}
#view .inner-trade-bill .list .loanorder-data .loanorder-data-header{
	width:100%;
	height:45px;
	line-height:45px;
	background:#fafafa;
}
#view .inner-trade-bill .list .loanorder-data .loanorder-data-header span{
	margin-right:30px;
}
#view .inner-trade-bill .list .loanorder-data .loanorder-data-header span font{
	font-weight:600;
	color:#111;
	margin-left:5px;
}
#view .inner-trade-bill .list .loanorder-data .loanorder-data-header .loanorderID{
	margin-left:10px;
}
#view .inner-trade-bill .list .loanorder-data .loanorder-data-header .loanorderStatus{
	float:right;
	line-height:30px;
	margin-top:7.5px;
	padding:0px 15px;
	margin-right:10px;
	background:#e3f1e9;
	color:#68bf92;
}
#view .inner-trade-bill .list .loanorder-data  .loanorder-data-content{
	height: auto;
    zoom: 1;
    overflow: hidden;
    padding: 0px 10px;
}
#view .inner-trade-bill .list .loanorder-data  .loanorder-intro{
	width:20%;
	float:left;
	padding:20px 0px;
}

#view .inner-trade-bill .list .loanorder-data  .loanorder-intro p{
	line-height:30px;
	font-size:12px;
	
}
#view .inner-trade-bill .list .loanorder-data  .loanorder-intro p span{
	display:block;
	color:#000000;
}
#view .inner-trade-bill .list .loanorder-data  .loanorder-operating p{
	text-align:right;
}
.loanorder-Repayment{
	width:100%;
}
.loanorder-Repayment-title{
	width:100%;
	text-align:center;
}
.loanorder-Repayment-title h4{
	font-size:17px;
	font-weight:600;
	color:#111;
	margin-bottom:15px;
}
.loanorder-Repayment-concent{
	width:100%;
}
.loanorder-Repaymen-num,.loanorder-Repaymen-sum{
	padding:0px 30px;
}
.loanorder-Repaymen-num h4{
	line-height:35px;
	color:#333;
	font-weight:600;
	font-size:14px;
}
.loanorder-Repaymen-num p{
	line-height: 35px;
}
.loanorder-Repaymen-num span{
	font-weight:600;
	color:#333;
}
.loanorder-r{
	float:right;
}
.loanorder-Repaymen-num .loanorder-r{
	color:#666;
	font-size:16px;
	font-weight:500;
}
.loanorder-Repaymen-sum p{
	font-weight:600;
}
.loanorder-Repaymen-sum p span{
	margin-right:30px;
	color:#666;
}
.loanorder-Repaymen-sum p span font{
	color:#111;
	margin-right:5px;
}
.loanorder-Repaymen-proportion{
	height:auto;
	zoom:1;
	overflow:hidden;
}
.loanorder-Repaymen-proportion{
	padding:30px 0px;
}
.proportion-box{
	width:25%;
	float:left;
	text-align:center;
}
.proportion-box a{
	padding:8px 30px;
	border:#eeeff2 3px solid;
}
.loanorder-Repaymen-intro{
	padding:0px 30px;
}
.loanorder-Repaymen-intro p{
	line-height:35px;
	color:#717171;
	font-size:15px;
	font-weight:600;
}
.loanorder-Repaymen-intro p span{
	float:right;
	color:#111;
	font-weight:600;
}
.loanorder-Repaymen-btn{
	padding:0px 30px;
	margin-top:45px;
	
}
.loanorder-Repaymen-btn button{
	width:100%;
	border-radius:10px;
	border:none;
	height:35px;
	background:#C99400;
	color:#fff;
	margin-bottom:30px;
}
.loanorder-Repayment-pledgeRate{
	padding:0px 30px;
	margin-top:30px;
}
.loanorder-Repayment-pledgeRate h4{
	font-size:16px;
	font-weight:600;
	color:#111;
	border-top:solid 1px #edeeef;
	padding-top:15px;
}
.loanorder-Repayment-pledgeRate h4 span{
	float:right;
}
.loanorder-Repayment-pledgeRate input{
	width:100%;
	margin-top:15px;
}
.loanorder-Repayment-pledgeRate input[type=range] {
	-webkit-appearance: none;

	border-radius: 10px;
}
.loanorder-Repayment-pledgeRate input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
}
.loanorder-Repayment-pledgeRate input[type=range]::-webkit-slider-runnable-track {
	height: 10px;
	border-radius: 10px; /*将轨道设为圆角的*/
	background:#4a515a;
}
.loanorder-Repayment-pledgeRate input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	height: 20px;
	width: 20px;
	margin-top: -5px;
	background: #ffffff; 
	border-radius: 50%; /*外观设置为圆形*/
	border: solid #868a90 3px; /*设置边框*/
}



/*借币赚币结束*/



@media only screen and (min-width: 1920px) {
    .Webbg img{
        width: 100%;
    }
}
@media only screen and (max-width: 1400px) {
    .trade-panel .page-content .pc-row-1 .chart-header dl {
        padding-left: 10px;
    }
    
    .sidebar {
        width: 300px;
    }
    
    .trade-panel .sidebar .user-assets {
        width: 300px;
    }
    
    .sidebar .mt-search-wrap {
        width: 78.6%;
    }
    
    .media-coin-unit span:first-child {
        width: 40%;
    }
    
    .media-coin-unit span:nth-child(2) {
        width: 30%;
    }
    
    .media-coin-unit span:last-child {
        width: 25%;
    }
    
    .trade-panel .page-content .pc-row-2 .pc-row-2-c2 .main-header {
        padding: 0 10px;
    }
    
    .trade-panel .page-content .pc-row-2 .pc-row-2-c2 .main dl dd {
        padding: 0 5px;
    }
    
    .trade-panel .page-content .pc-row-2 .pc-row-2-c2 .head {
        padding: 0 10px !important;
    }
    
    .trade-panel .tp-row-2 .tr2-inner .tr2-c2 .tr2-c2-inner .market-header dl.type,
    .trade-panel .tp-row-2 .tr2-inner .tr2-c2 .tr2-c2-inner .main .market-list dl.market-trades-type {
        text-align: center;
    }
    
    .trade-panel .page-content .pc-row-2 .pc-row-2-c2 .main-header dl dt,
    .trade-panel .page-content .pc-row-2 .pc-row-2-c2 .main dl dd {
        font-size: 12px;
    }
    
    .trade-panel .page-content .pc-row-2 .pc-row-2-c2 .main-header dl dt .type,
    .trade-panel .page-content .pc-row-2 .pc-row-2-c2 .main .inner .type {
        width: 16.3%;
    }
    
    .trade-panel .page-content .pc-row-2 .pc-row-2-c2 .main-header dl dt .price,
    .trade-panel .page-content .pc-row-2 .pc-row-2-c2 .main-header dl dt .num,
    .trade-panel .page-content .pc-row-2 .pc-row-2-c2 .main-header dl dt .amount,
    .trade-panel .page-content .pc-row-2 .pc-row-2-c2 .main .inner .price,
    .trade-panel .page-content .pc-row-2 .pc-row-2-c2 .main .inner .num,
    .trade-panel .page-content .pc-row-2 .pc-row-2-c2 .main .inner .amount {
        width: 27.9%;
    }
    
    .trade-panel .page-content .pc-row-2 .pc-row-2-c2 .main {
        padding: 0 5px;
    }
    
    .trade-panel .tp-row-2 .tr2-inner .tr2-c2 .tr2-c2-inner .main {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .head {
        padding-left: 10px;
    }
    
    .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main {
        padding: 0 5px;
    }
    
    .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .head-list span:first-child,
    .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .list dl dd span:first-child {
        text-align: left;
        width: 15.2%;
        padding-left: 5px;
        text-align: center;
    }
    
    .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .head-list span:nth-child(2),
    .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .list dl dd span:nth-child(2) {
        width: 9.3%;
        text-align: left;
    }
    
    .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .head-list span:nth-child(3),
    .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .list dl dd span:nth-child(3) {
        width: 4.2%;
        text-align: center;
    }
    
    .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .head-list span:nth-child(4),
    .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .head-list span:nth-child(5),
    .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .head-list span:nth-child(6),
    .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .head-list span:nth-child(7),
    .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .head-list span:nth-child(8),
    .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .list dl dd span:nth-child(4),
    .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .list dl dd span:nth-child(5),
    .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .list dl dd span:nth-child(6),
    .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .list dl dd span:nth-child(7),
    .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .list dl dd span:nth-child(8) {
        width: 13.4%;
        text-align: center;
    }
    
    .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .head-list span:last-child,
    .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .list dl dd span:last-child {
        text-align: right;
        width: 4.3%;
        padding-right: 5px;
    }
    
    .trade-panel .tp-row-2 .tr2-inner .tr2-c2 .tr2-c2-inner .head {
        padding-left: 10px;
    }
}

/*@media only screen and (max-width: 1920px) and (min-width: 1400px) {*/
.trade-panel .page-content .pc-row-1 .chart-header dl {
    padding-left: 20px;
}
.sidebar {
    width: 350px;
}
.trade-panel .sidebar .user-assets {
    width: 360px;
}
.sidebar .mt-search-wrap {
    width: 82.8%;
}
.page-content {
   
}
.trade-panel .page-content .pc-row-2 .pc-row-2-c2 .main-header {
    padding: 0px 10px;
}
#bidslist{
	position:relative;
	overflow:auto;
}
#bidslist .weituolist-box{
	display:block;
	position:absolute;
	bottom:0px;
	width:100%;
}
.trade-panel .page-content .pc-row-2 .pc-row-2-c2 .main {
    padding: 0 ;
}
.trade-panel .page-content .pc-row-2 .pc-row-2-c2 .main-header dl dt,
.trade-panel .page-content .pc-row-2 .pc-row-2-c2 .main dl dd {
    font-size: 14px;
}
.trade-panel .page-content .pc-row-2 .pc-row-2-c2 .main-header dl dt .type,
.trade-panel .page-content .pc-row-2 .pc-row-2-c2 .main .inner .type {
    width: 15.7%;
}
.trade-panel .page-content .pc-row-2 .pc-row-2-c2 .main-header dl dt .price,
.trade-panel .page-content .pc-row-2 .pc-row-2-c2 .main-header dl dt .num,
.trade-panel .page-content .pc-row-2 .pc-row-2-c2 .main-header dl dt .amount,
.trade-panel .page-content .pc-row-2 .pc-row-2-c2 .main .inner .price,
.trade-panel .page-content .pc-row-2 .pc-row-2-c2 .main .inner .num,
.trade-panel .page-content .pc-row-2 .pc-row-2-c2 .main .inner .amount {
    width: 50%;
	color: rgb(132, 142, 156);
}
.trade-panel .page-content .pc-row-2 .pc-row-2-c2 .main-header dl dt .price.fall{
	color: rgb(246, 70, 93);
}
.trade-panel .page-content .pc-row-2 .pc-row-2-c2 .main-header dl dt .price.rise{
	color: rgb(14, 203, 129);
}
.trade-panel .page-content .pc-row-2 .pc-row-2-c2 .main .inner .price.fall{
	color: rgb(246, 70, 93);
}
.trade-panel .page-content .pc-row-2 .pc-row-2-c2 .main .inner .price.rise{
	color: rgb(14, 203, 129);
}
.trade-panel .page-content .pc-row-2 .pc-row-2-c2 .main-header dl dt .amount,.trade-panel .page-content .pc-row-2 .pc-row-2-c2 .main .inner .amount{
	display:none;
}
.trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .head {
    padding-left: 0px;
}
.trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main {
    padding: 0 15px;
}
.trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .head-list span:first-child,
.trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .list dl dd span:first-child {
    text-align: left;
    width: 15.2%;
    padding-left: 15px;
}
.trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .head-list span:nth-child(2),
.trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .list dl dd span:nth-child(2) {
    text-align: left;
    width: 7%;
}
.trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .head-list span:nth-child(3),
.trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .list dl dd span:nth-child(3) {
    text-align: center;
    width: 6%;
}
.trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .head-list span:nth-child(4),
.trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .head-list span:nth-child(5),
.trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .head-list span:nth-child(6),
.trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .head-list span:nth-child(7),
.trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .head-list span:nth-child(8),
.trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .list dl dd span:nth-child(4),
.trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .list dl dd span:nth-child(5),
.trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .list dl dd span:nth-child(6),
.trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .list dl dd span:nth-child(7),
.trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .list dl dd span:nth-child(8) {
    width: 13.16%;
    text-align: center;
}
.trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .head-list span:last-child,
.trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .list dl dd span:last-child {
    text-align: right;
    width: 6%;
    padding-right: 15px;
}
.trade-panel .tp-row-2 .tr2-inner .tr2-c2 .tr2-c2-inner .main {
    padding-left: 30px;
    padding-right: 30px;
}


/*资产美化*/
#assetsmanager .sidebar-nav{
    width: 100%;
    zoom: 1;
    overflow: hidden;
    float: none;
    background: none;
    box-shadow: none !important;
}
#assetsmanager .content{
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
}
#assetsmanager .sidebar-nav ul{
    width:100%;
}
#assetsmanager .sidebar-nav ul li{
    width:33.333%;
    float: left;
}
#assetsmanager .sidebar-nav ul li a i{
    margin-left: 30px;
    width: 30px;
}
#assetsmanager .sidebar-nav ul li a:hover{
}
#view .inner-my-assets{
    box-shadow: none !important;
    background: none !important;
}
#view .inner-my-assets .estimate-all-assets{
    background: #fff;
    margin-bottom: 20px;
}
#view .inner-my-assets .currency-type-detail{
    background: #fff;
    box-shadow:0 1px 5px rgba(0,0,0,.1);
    padding: 10px 5px 20px 5px;
}
#view .inner-my-assets .eaa-inner{
    color: #799ae6;
}
#view .inner-my-assets .currency-list dl{
    border-bottom: solid 1px #f3f3f3;
    padding: 8px 0px;
}
#assetsmanager{
    padding-top: 30px;
}
#view .inner-my-assets .tw-search-box{
    float: left !important;
}
#view .inner-my-assets .currency-header{
    padding-top: 15px;
}
#view .inner-my-assets .tw-check-box{
    margin-right: 0px;
}
.currency-type-btn{
	width:100%;
	padding:10px;
	display:none;
}
.currency-type-btn a{
	padding:10px;
	background:#205fec;
	color:#fff;
	border-radius: 8px;
}
.currency-type-btn a.withdrawUser{
	background: none;
    color: #205fec;
    border: #205fec solid 1px;
}

.lockedAssers-time{
    padding: 20px;
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    border-radius: 2px;
    border: thin solid rgb(233, 235, 242);
    margin-top: 20px;
    position: relative;
}
.showLocke{
    display: block;
    right: 15px;
    top: 30px;
    position: absolute;
    color: #333;
    font-size: 20px;
    font-weight: 600;
}
.lockedAssers-list{
    background: #f9f9f9;
    padding: 10px;
}
.lockedAssers-list p{
    padding: 8px 0px;
    border-bottom: solid 1px #f3f3f3;
}
.lockedAssers-info-sum{
    color: #333;
    font-weight: bold;
}
.lockedAssers-info-time{
    float: right;
}
.lockedAssers-time h4{
    color: #333;
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 10px;
}
.lockedAssers-time p{
    color: #666;
}
.lockedAssers-time  .lockedAssers-Text{
    font-size: 16px;
    margin-bottom: 5px;
    color: #333;
}
.lockedAssers-time  .lockedAssers-Text font{
    color: rgb(246, 70, 93);
}

.CountryList{
    position: absolute;
    left: 0px;
    top: 65px;
    width: 80%;
    z-index: 999;
    background: #fff;
    display: none;
    -webkit-box-shadow: 0 8px 24px 0 rgba(0,0,0,.08);
    box-shadow: 0 8px 24px 0 rgba(0,0,0,.08);
    padding: 15px 20px;
}
.CountryList-main{
    height: 150px;
    width: 100%;
    overflow: auto;
    margin-top: 10px;
}
.CountryList-main .CountryList-box{
    width: 100%;
    overflow: hidden;
    height: 35px;
    line-height: 35px;
    border-bottom: solid 1px #f9f9f9;
    color: #333;
}
.CountryList-main .CountryList-box span{
    float: right;
    line-height: 35px !important;
    color: #999;
}
.CountrySearch input{
    height: 35px !important;
    background-color: #e9ebf2 !important;
    font-size: 13px !important;
}
/*}*/
@media only screen and (min-width: 1920px) {
    .trade-panel .page-content .pc-row-1 .chart-header dl {
        padding-left: 20px;
    }
    
    .trade-panel .page-content .pc-row-2 .pc-row-2-c2 .main-header dl dt .type,
    .trade-panel .page-content .pc-row-2 .pc-row-2-c2 .main .inner .type {
        width: 15.7%;
    }
    
    .trade-panel .page-content .pc-row-2 .pc-row-2-c2 .main-header {
        padding: 0 15px;
    }
    
    .trade-panel .page-content .pc-row-2 .pc-row-2-c2 .main {
        padding: 0 15px;
    }
    
    .trade-panel .page-content .pc-row-2 .pc-row-2-c2 .main-header dl dt .price,
    .trade-panel .page-content .pc-row-2 .pc-row-2-c2 .main-header dl dt .num,
    .trade-panel .page-content .pc-row-2 .pc-row-2-c2 .main-header dl dt .amount,
    .trade-panel .page-content .pc-row-2 .pc-row-2-c2 .main .inner .price,
    .trade-panel .page-content .pc-row-2 .pc-row-2-c2 .main .inner .num,
    .trade-panel .page-content .pc-row-2 .pc-row-2-c2 .main .inner .amount {
        width: 50%;
    }
    .trade-panel .page-content .pc-row-2 .pc-row-2-c2 .main-header dl dt .amount,.trade-panel .page-content .pc-row-2 .pc-row-2-c2 .main .inner .amount{
		display:none;
	}
	.trade-panel .page-content .pc-row-2 .pc-row-2-c2 .main-header dl dt .price,.trade-panel .page-content .pc-row-2 .pc-row-2-c2 .main-header dl dt .num{
		text-align:center;
	}
    .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .head {
        
    }
    
    .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main {
        padding: 0 15px;
    }
    
    .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .head-list span:first-child,
    .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .list dl dd span:first-child {
        text-align: center;
        width: 12.2%;
        padding-left: 15px;
    }
    
    .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .head-list span:nth-child(2),
    .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .list dl dd span:nth-child(2) {
        text-align: center;
        width: 7%;
    }
    
    .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .head-list span:nth-child(3),
    .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .list dl dd span:nth-child(3) {
        text-align: center;
        width: 6%;
    }
    
    .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .head-list span:nth-child(4),
    .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .head-list span:nth-child(5),
    .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .head-list span:nth-child(6),
    .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .head-list span:nth-child(7),
    .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .head-list span:nth-child(8),
    .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .list dl dd span:nth-child(4),
    .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .list dl dd span:nth-child(5),
    .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .list dl dd span:nth-child(6),
    .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .list dl dd span:nth-child(7),
    .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .list dl dd span:nth-child(8) {
        width: 13.16%;
        text-align: center;
    }
    
    .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .head-list span:last-child,
    .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .list dl dd span:last-child {
        text-align: center;
        width: 6%;
        padding-right: 15px;
    }
    
    .trade-panel .tp-row-2 .tr2-inner .tr2-c2 .tr2-c2-inner .main {
        padding-left: 30px;
        padding-right: 30px;
    }
}
.fa-star {
    color: #000;
}

/*f5a622*/

/*  footer*/
.h-footer {
    padding: 80px 0;
    background-color:#0e1014;
    width: 100%;
}
.h-footer .fter {
    
    width: 1200px;
    margin: 0 auto;
    padding:0 20px;
    position: relative;
    /*overflow: hidden;*/
}
.h-footer .fter .ul-box{
    width: 456px;
}
.h-footer .fter .footer-link{
    position: absolute;
    top:10px;
   right: 0;
    line-height: 25px
}
.h-footer .fter .footer-link .foot-wz{
    float: left;
    color: #fff;
}
.h-footer .fter .footer-link .foot-wz:hover{
    color:#f3bb2b;
}
.h-footer .fter .footer-link .foot-twitter,
.h-footer .fter .footer-link .foot-facebbook,
.h-footer .fter .footer-link .foot-wx{
    display: inline-block;
    width: 25px;
    height: 25px;
    margin:0 10px;
    float: left;
}
.h-footer .fter .footer-link .foot-twitter{
    background:url(../images/tw.png) no-repeat center/100% 100%;
}
.h-footer .fter .footer-link .foot-facebbook{
    background:url(../images/fb.png) no-repeat center/100% 100%;
}
.h-footer .fter .footer-link .foot-wx{
    background:url(../images/wx.png) no-repeat center/100% 100%;
    position: relative;
}
.h-footer .fter .footer-link .foot-wx img{
    width: 80px;
    height: 80px;
    position: absolute;
    top:-80px;
    left: -10px;
    display: none;
}
.h-footer .fter .footer-link .foot-wx:hover img{
    display: block;
}
.h-footer .fter .footer-logo{
    text-align: right;
}
.h-footer .fter .footer-logo div{
    height: 40px;
}

.h-footer .fter .footer-logo img{
    float: right;
}
.h-footer .fter ul {
    float: left;
    height: 40px;
}
.h-footer .fter ul li {
    float: left;
    color: hsla(0,0%,100%,.35);
    height: 40px;
    line-height: 40px;
    width: 152px;
    text-align: center;
}
.h-footer .fter ul li a {
    color: hsla(0,0%,100%,.35);
}
.h-footer .fter .fter-table a:hover,
.h-footer .fter ul li a:hover {
    color: #fff;
}
.h-footer .fter .fter-table{
    display: table;
    width: 100%;
    line-height: 30px;
}
.h-footer .fter .flink{
	border-top: 1px solid hsla(0,0%,100%,.1);
	margin-top:50px;
	padding-top:20px;
}
.h-footer .fter .flink a{
	margin:0px 15px;
	color:hsla(0,0%,100%,.35)
}
.h-footer .fter .fter-cell{
    display: table-cell;
    color:hsla(0,0%,100%,.35);
}
.h-footer .fter .fter-cell a{
    color:hsla(0,0%,100%,.35);
}
.h-footer .fter .first-cell{
    width: 400px;
    position: relative;
    top:16px;
}
.h-footer .fter .last-cell{
    width: 400px;
}
.ft-img{
    position: relative;
}
.ft-img img{
    position: absolute;
    display: none;
    top: -130px;
    right: -42px;
    height: 120px;
}
.ft-img:hover img{
    display: block;
}
.h-footer .fter .last-cell a{
    margin-right: 15px;
    display: inline-block;
    width:25px;
    height: 25px;
    color: hsla(0,0%,100%,.35);
}
.h-footer .fter .last-cell a i{
    font-size: 25px;
}
.h-footer .fter .last-cell a:nth-child(2){
    background-position-x:-32px;
}
.h-footer .fter .last-cell a:nth-child(3){
    background-position-x:-64px;
}
.h-footer .fter .last-cell a:nth-child(4){
    background-position-x:-96px;
}
.h-footer .fter .last-cell a:nth-child(5){
    background-position-x:-128px;
}
.h-footer .fter .fter-cell .c-title{
    color:hsla(0,0%,100%,.85);
    font-size: 16px;
	margin-bottom:15px;
}
.xh {
    position: relative;
    cursor: pointer;
}
.xh .xh-c {
    display: none;
    position: absolute;
    top: 30px;
    left: 20px;
    width: 180px;
    /*height: 30px;*/
    
    line-height: 20px;
}
.xh:hover .xh-c {
    display: block;
}
.csd {
    clear: both;
    color: #fff;
    padding-left: 20px;
    margin-top: 10px
}
.assx {
    float: right;
    padding-left: 10px;
}
.assx {
    position: relative;
    height: 30px;
    line-height: 30px;
}
.assx:hover img {
    display: block;
}
.assx i {
    font-size: 20px;
    color: #fff;
}
.assx {
    color: #fff;
}
.assx img {
    display: none;
    position: absolute;
    right: -83px;
    top: -16px;
    /*vertical-align: middle;*/
    /*margin-left: 10px;*/
}
/* end footer */

/*  miniTicker*/
.regg {
    display: inline-block;
    /*height: 30px;
    line-height: 30px;*/
    
    width: 60px;
    text-align: center;
    background: #d53a3a;
    border-radius: 5px;
}
#buyin {
    min-height: 400px;
}
.invitedList-title{
	padding:30px 15px;
}
.invitedList-title h3{
	font-size: 28px;
    font-weight: 700;
    color: #222a3c;
    line-height: 36px;
}
.rm-list-header{
	height:45px;
	background: rgba(186,190,200,.05);
	line-height:45px;
	color:#222a3c;
	font-size:15px;
}
#view #innerAccountInfo .tab-record {
    font-size: 14px;
	padding: 0px 15px;
}
#view #innerAccountInfo .tab-record span {
	cursor: pointer;
    width: auto;
    padding: 0px 15px;
    height: 49px;
    line-height: 49px;
    color: #423b3b;
    text-align: center;
    display: inline-block;
    border-bottom: 1px solid transparent;
    transition: .6s;
    /* margin-left: 15px; */
    font-size: 18px;
}
#view #innerAccountInfo .tab-record span.cur {
    border-bottom: 3px solid rgb(240, 185, 11);
    color: rgb(240, 185, 11);
}
#view #innerAccountInfo .tab-record span:hover {
    color: rgb(240, 185, 11);;
    transition: .6s;
}
#view #innerAccountInfo .record-main {
    padding-bottom: 90px;
    position: relative;
    min-height: 320px;
	padding: 0px 15px;
}
#view #invitedTable .rm-recharge,
#view #invitedTable .rm-withdraw {
    display: none
}

#view #invitedTable .rm-recharge.cur,
#view #invitedTable .rm-withdraw.cur {
    display: block;
}
#invitedTable .rm-recharge span {
    display: inline-block;
    width: 33%;
    text-align: center;
}
#invitedTable .rm-withdraw span {
    display: inline-block;
    width: 32%;
    text-align: center;
}
#invitedTable  .pages .inner-pages span{width: auto;}
.checkboxs {
    width: 40px;
    padding: 2px 2px;
    height: 20px;
    border-radius: 20px;
    border: 1px solid #eee;
    position: relative;
    background-color: #eee;
    margin-right: 30px;
}
.checkboxs input {
    position: fixed;
    bottom: -1111111111111111px;
}
.checkboxs span {
    display: block;
    /*float: left;*/
    
    width: 20px;
    height: 20px;
    border-radius: 40px;
    background-color: red;
    position: relative;
    transition: 0.6;
}
.geren {
    display: block;
    width: 80px;
    /*background: url(../images/geren.png) no-repeat center center/100% 100%;*/
}
.wc {
    color: #fff;
    cursor: pointer;
}

#chartHeader {
    color: inherit;
    height: 45px;
    border-radius: 4px;
    background: rgba(30, 32, 38, 0.498);
	color:rgb(132, 142, 156);
	overflow:hidden;
}
.geren {
    display: inline-block;
    width: 18px;
    height: 22px;
    /*margin-top: 15px;*/
    font-size: 20px;
    position: relative;
    top: 0px;
    background-size: contain;
}
.yuyan {
    padding: 8px 15px;
	color:hsla(0,0%,100%,.85);
    color: #fff;
    border-radius: 2px;
    border: 1px solid hsla(0,0%,59.2%,.5);
}
.yuyan .icon-earth {
	margin-right:10px;
}
.yuyan .icon-moreunfold{
	margin-left:10px;
}
/*1200 60 1140 4  280  325 */
.banner-intro1 {
    background: #2558d9;
    overflow: hidden;
    height: 410px;
    position: relative;
}
.banner-intro1 .UwinBg{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}
.banner-intro1 .inner-intro0{
    position: absolute;
    z-index: 5;
    left: 0px;
    top: 0px;
    text-align: center;
    width: 100%;
    padding: 50px 0px;
}
.banner-intro1 .inner-intro0 p{
    width: 1200px;
    color: rgb(240, 185, 11);
    font-size: 40px;
    margin: 0 auto;
}
.banner-intro1 .inner-intro0 p span{
    font-size: 20px;
}
.banner-intro1 .inner-intro1 .clear{
    clear: both;
}

.banner-intro1 .inner-intro1-list .inner-intro1-box {
    width: 437px;
    
    text-align: left;
    color: #fff;
    margin-right: 30px;
    
    
    display: flex;
}
.f-fr1{
    flex-direction: row-reverse;
    float: right;
}
.banner-intro1 .inner-intro1-list .inner-intro1-box p{
    color: rgb(240, 185, 11);
    font-size: 24px;
    margin: 20px 0;
}
.banner-intro1 .inner-intro1-list .inner-intro1-box:nth-child(4) {
    margin-right: 0;
}
.banner-intro1 .inner-intro1-list {
    overflow:hidden;
    height: auto;
    zoom: 1;
    
}
.inner-intro1{
    width: 100%;
    position: absolute;
    left: 0px;
    top: 120px;
    z-index: 8;
}
.inner-div{
    width: 1200px;
    overflow: hidden;
    height: auto;
    margin: 0 auto;
}
.inner-box{
    width: 25%;
    float: left;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.inner-main{
    width: 280px;
    position: relative;
    height: 280px;
    margin: 0 auto;
}
.inner-mainEn{
    height: 320px;
}
.inner-main img{
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.inner-text{
    position: absolute;
    top: 50px;
    left: 0px;
    z-index: 3;
    color: #fff;
    width: 100%;
    text-align: center;
}
.inner-text i{
    font-size: 60px;
	color:hsla(0,0%,100%,.7);
}
.inner-text h3{
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    margin: 10px 0px;
}
.inner-text p{
    color: hsla(0,0%,100%,.7);
    font-size: 14px;
    display: block;
    margin: 0 auto;
    width: 200px;
}

.inner-intro0{
    text-align: center;
}
.inner-intro0 h3{
    font-size: 35px;
    color: #fff;
    font-weight: 500;
    margin-top: 20px;
}
.banner-intro1 .inner-intro1-list .inner-intro1-title {
    /*height: 50px;*/
    
    padding: 0px 0 10px 0;
    font-size: 20px;
    
    margin-bottom: 20px;
}
.banner-intro1 .inner-intro1-list .inner-intro1-title div {
    margin: 10px auto;
    line-height: 24px;
    /* margin:; */
}
.banner-intro1 .inner-intro1-list .inner-intro1-title img {
    height: 160px;
    
    margin: 0 20px;
}
.inner1-box {
    position: relative;
}
.banner-intro1 .inner-intro1-list .inner-intro1-contain {
    line-height: 26px;
    font-size: 16px;
    color:#8a83a9;
    min-height: 120px;
}
.banner-intro2 {
    padding-top: 80px;
    overflow-y: hidden;
    /* height: 430px; */
    background: #FAFAFA;
    padding-bottom: 30px;
}
.banner-intro2 .wrap{
	width:1200px;
	margin:0 auto;
}
.banner-intro2 .all-box-title{
	margin-bottom:30px;
}
.Advantage{
	box-sizing: border-box;
    margin: 0;
    min-width: 0;
    background-color: #FFFFFF;
	padding-top: 80px;
    padding-bottom: 80px;
}
.Advantage .wrap{
	width:1200px;
	margin:0 auto;
}
.banner-intro2 .inner-intro22 {
    /*overflow-y: hidden;*/
    width: 1200px;
}
.banner-intro2 .inner-intro22 .inner-intro2-left{
    width: 710px;
} 
.banner-intro2 .inner-intro22 .inner-intro2-left .intro-i{
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    width: 600px;
}
.banner-intro2 .inner-intro22 .inner-intro2-left .intro-b{
    width: 400px;
    display: block;
    margin: -30px auto 0 auto;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.banner-intro2 .inner-intro22 .inner-intro2-right{
    width: 490px;
    height: 503px;
    position: relative;
}
.banner-intro2 .inner-intro22 .inner-intro2-right i{
    position: relative;
    z-index: 99;
}
/*//c4c9dc*/
.banner-intro2 .inner-intro22 .inner-intro2-right .right-h1{
    font-size: 32px;
    position: relative;
    height: 40px;
    color: #1f2533;
    line-height: 40px;
    margin-top: 60px;
    margin-bottom: 10px;
}

.banner-intro2 .inner-intro22 .inner-intro2-right .right-h2{
    font-size: 14px;
    font-weight: 400;
    color: #7b8293;
    margin-bottom: 45px;
    position: relative;
}
.banner-intro2 .inner-intro22 .inner-intro2-right .right-h3{
    font-size: 24px;
    position: relative;
    margin-bottom: 50px;
}
.banner-intro2 .inner-intro22 .inner-intro2-right .android-ios-position{
	width: 100%;
    height: 90px;
    zoom: 1;
}
.android-ios-position i{
    font-size: 25px;
    margin-right: 10px;
}
.banner-intro2 .inner-intro22 .inner-intro2-right .android-ios-position img{
    position: absolute;
    left: 40px;
   top:10px;
}
.Todoc i{margin-right:5px;}
.banner-intro2 .inner-intro22 .inner-intro2-right .android-ios-position .app-btn{
    margin-right: 15px;
    position: relative;
    width: 120px;
    height: 45px;
    padding: 0px 15px;
    background: #242630;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    line-height: 45px;
    cursor: pointer;
    float: left;
    white-space: nowrap;

}
.banner-intro2 .inner-intro22 .inner-intro2-right .android-ios-position  .code-btn{
	width: 35px;
    padding: 0px 10px;
    position: relative;
}
.banner-intro2 .inner-intro22 .inner-intro2-right .android-ios-position  .code-btn i{
	color:#fff;
}
.banner-intro2 .inner-intro22 .inner-intro2-right .android-ios-position  .code-btn div{
	position:absolute;
	top:45px;
	left:0px;
	width:120px;
}
.banner-intro2 .inner-intro22 .inner-intro2-right .android-ios-position  .code-btn div img{
	width:100%;
	position:relative;
	left:0px;
	top:0px;
	display:none;
}
.banner-intro2 .inner-intro22 .inner-intro2-right .android-ios-position  .code-btn:hover img{
	display:block;
}
.banner-intro2 .inner-intro22 .inner-intro2-right .android-ios-position div i{
    color: #fff;
    margin:0px 10px;
    font-size: 18px;
}
.banner-intro2 .inner-intro22 .inner-intro2-right .android-ios-position div:nth-child(1){
    margin-bottom: 30px;
    cursor: pointer;

}
.banner-intro2 .inner-intro22 .inner-intro2-right span{
    width: 162px;
    display: block;
    height: 42px;
}
.banner-intro2 .inner-intro22 .inner-intro2-right span:first-child{
    background: url(../images/android_bg.png) no-repeat center;   
}

.banner-intro2 .inner-intro22 .inner-intro2-right span:last-child{
    background: url(../images/ios_bg.png) no-repeat center;   
}
.ai-fat {
    position: relative;
}
.ai-fat:hover .ai-download {
    display: block;
}
.home-header .head-user .ai-download {
    width: 200px;
    padding-bottom: 10px;
    left: -83px;
}
.home-header .head-user .ai-download li {
    width: 100px;
    text-align: center;
    height: 110px;
    background: #fff;
}
.home-header .head-user .ai-download li:hover {
    background: #fff;
}
.home-header .head-user .ai-download li:first-child {
    margin-top: 0;
}
.ob-line {
    height: 15px;
    width: 972px;
    /*margin: 0 auto;*/
    
    background: url(../images/xx.png) repeat-x left center;
    clear: both;
    margin-left: 40px;
}

/*.home-bg{
    background: url(../images/home_bg.jpg) no-repeat center/100% 100%;
}
*/
.ticker .search-wrap input::-webkit-input-placeholder,
.estimate-all-assets input::-webkit-input-placeholder {
    color: #646a8e;
}
.ticker .search-wrap input::-moz-placeholder,
.estimate-all-assets input::-moz-placeholder {
    color: #646a8e;
}
.ticker .search-wrap input:-ms-input-placeholder,
.estimate-all-assets input:-ms-input-placeholder {
    color: #646a8e;
}

.trade-total input::-webkit-input-placeholder {
    color: #efefef;
}
.trade-total input::-moz-placeholder{
    color: #efefef;
}
.trade-total input:-ms-input-placeholder{
    color: #efefef;
}

/*合约协议*/
.conTransaction-agreement, .loan-agreement,.earn-agreement,.otc-agreement{
	width: 100%;
    height: 100vh;
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1000000;
    top: 0px;
    display:none;
    overflow: auto;
    left: 0px;
}
.otc-agreement{
	display:block;
}
.conTransaction-agreement-main, .loan-agreement-main, .earn-agreement-main, .otc-agreement-main{
	position: absolute;
    width: 100%;
    top: 15%;
}
.agreement-text{
	max-width:800px;
	padding:20px;
	background:#fff;
	margin:0 auto;
}
.agreement-text h4{
	font-size:20px;
	font-weight:600;
	text-align:center;
	margin:15px 0px;
}
.textBox{
	overflow:auto;
	height:400px;
	padding:15px;
	background:#f3f3f3;
}
.textBox p{
	font-size:15px;
	line-height:25px;
}
.textBox p span{background:none !important;}
.textbtn{
	width:100%;
	text-align:center;
	padding:30px 0px;
}
.textbtn button{
	border:none;
	background-image: linear-gradient(rgb(255, 226, 81) 0%, rgb(237, 196, 35) 100%);
	padding:12px 30px;
	color: rgb(33, 40, 51);
	border-radius:5px;}
}

/*安全*/
#view .user-account-security {}
#view .user-detail .title,
#view .user-account-security .title {
        height: 60px;
    line-height: 60px;
    background: #fff;
    font-size: 22px;
    color: #000;
    font-weight: 600;
	border-bottom: 1px solid #e9e9e9;
}
#view .user-account-security ul {
    padding-bottom: 40px;
    background: #fff;
}
#view .user-account-security ul li {
    padding: 15px 0 15px 0;
    height: 40px;
    border-bottom: 1px solid #ebebeb;
    line-height: 40px;
}

#view .user-account-security ul li:nth-child(2) {
    background-position: 30px -70px;
}
#view .user-account-security ul li:nth-child(3) {
    background-position: 30px -150px;
}
#view .user-account-security ul li:nth-child(4) {
    background-position: 30px -230px;
}
#view .user-account-security ul li:nth-child(5) {
    background-position: 30px -310px;
}
#view .user-account-security ul li:nth-child(6) {
    background-position: 30px -390px;
}
#view .user-account-security .inner-security {
    width: 600px;
}

#view .user-account-security .inner-security .inner_security-title,
#view .user-account-security .inner-security .inner-security-content {
    color: rgba(0,0,0,.43);
    float: left;
    margin-right: 20px;
    font-size: 14px;
}
.inner-content{
	color: rgba(0,0,0,.43);
}
#view .user-account-security .inner-security .inner_security-title{
    position: relative;
    padding-right: 20px;
    font-size: 16px;
	width:150px;
	white-space:nowrap;
	color:rgba(0,0,0,.85);
	font-size: 14px;
}
#view .user-account-security .inner-security-btn a,
#view .user-account-security .inner-security-btn button {
    font-size: 14px;
    position: relative;
    right: 0;
    cursor: pointer;
    background: rgb(240, 185, 11);
    border-radius: 4px;
    font-weight: 500;
    color: #fff;
    padding: 4px 16px;
    line-height: 21px;
    display: inline-block;
	border:none;
}

.collection-right{
	width:100%;
	height:100vh;
	position:fixed;
	top:0px;
	left:0px;
	z-index:100000;
	display:none;
}
.collection-bg{
	background: rgba(0,0,0,.4);
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	z-index:10;
}
.collection-box{
	width:360px;
	position:absolute;
	box-shadow: -5px 0 5px -5px rgba(0,0,0,.55);
    height: 100vh;
    background: #fff;
    overflow: auto;
	right:-360px;
	top:0px;
	z-index:12;
	transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
}
.collection-box .otcsetting-main {
	padding:20px 15px;
}
.collection-box .otcsetting-main .title{
	font-size: 18px;
    font-weight: 600;
    color: #333;
    line-height: 27px;
    margin-bottom: 24px;
}
.collection-box .otcsetting-main  .input-wrap{
	min-height:40px;
	margin-bottom: 20px;
}
.collection-box .otcsetting-main  .input-wrap label{
	line-height: 40px;
    font-size: 14px;
    color: rgba(0,0,0,.65);
	width:140px;
}
.collection-box .otcsetting-main  .input-wrap select{
	-ms-flex: 1;
    flex: 1;
    padding: 0 8px 0 12px;
    border-radius: 4px;
    border: 1px solid #dee2ea;
    box-sizing: border-box;
    font-size: 14px;
	width: 180px;
    height:40px;
}
.collection-box .otcsetting-main  .input-wrap img{
	width:150px;
}
.collection-box .otcsetting-main  .collection-btn{
	position:absolute;
	bottom:0px;
	left:0px;
	padding:30px 15px;
}
.collection-box .otcsetting-main  .collection-btn button{
	border: none;
    -ms-flex: 1;
    flex: 1;
    height: 36px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 14px;
    margin: 6px;
	width: 150px;
}
.collection-box .otcsetting-main  .collection-btn .confirmBtn{
	background: #5795f1;
    border: 1px solid #5795f1;
    color: #fff;
	
}
.collection-box .otcsetting-main  .collection-btn .cancel{
    color: #5795f1;
	background:#fff;
    border: 1px solid #5795f1;
}

.collection-box .otcsetting-main  .input-wrap  input{
	-ms-flex: 1;
    flex: 1;
    padding: 0 8px 0 12px;
    border-radius: 4px;
    border: 1px solid #dee2ea;
    box-sizing: border-box;
    font-size: 14px;
	width: 180px;
    height:40px;
	font-size: 12px;
}
.collection-box .otcsetting-main  .wrap-header{
	display:none;
}
.ToOtc .collection-box{
	right:0px;
}

#view .user-account-invited ul {
    background: #fff;
}
#view .user-account-invited ul li {

    background: none;
    line-height: 40px;
    font-size: 16px;
}
#view .user-account-invited ul li span {
    color: rgba(0,0,0,.85);
}
#view .user-account-invited ul li button{
    background: rgb(240, 185, 11) !important;
    color:#fff !important;
}
#view .user-account-invited ul li input{
    background: transparent !important;
}
#view .user-account-bank .boxs {
    padding: 20px 40px 20px 30px;
    width: 240px;
    height: 110px;
    background: url(../images/bzw_cart_bg.png) no-repeat 40px 20px;
    background-color: #fff;
}
#view .user-account-bank .boxs:nth-child(2) {
    background-position: -300px 20px;
}
#view .user-account-bank .boxs:nth-child(3) {
    background-position: -640px 20px;
}

/* 970 40  930 3 310 240 70*/
#view .user-account-bank .boxs.zfb {
    margin: 0 15px;
}
#view .user-account-bank .boxs .inner-title {
    width: 120px;
    margin-left: 110px;
    margin-top: 30px;
    color: #858491;
    font-size: 16px;
}
#view .user-account-bank .boxs .inner-content {
    width: 132px;
    margin-left: 110px;
    font-size: 14px;
}
#view .user-account-bank .boxs .inner-content a {
    color: #f3bb2b;
}
.launchpad-body {
    width: 1200px;
    margin: 0 auto;
    color: #fff;
    padding-bottom: 100px;
}
.launchpad-body .inner-header {
    color: #f3bb2b;
    padding-top: 50px;
    font-size: 22px;
}
.launchpad-body .inner-header span {
    float: left;
    width: 8px;
    height: 8px;
    background: #504d4d;
    border-radius: 8px;
    margin-right: 10px;
    margin-top: 16px;
}
.launchpad-body .inner-title {
    font-size: 18px;
    margin: 30px 0;
    padding-left: 70px;
    height: 30px;
    line-height: 30px;
}
.launchpad-body .inner-title .f-fr {
    color: #f3bb2b;
}
.launchpad-body .inner-content {
    line-height: 24px;
    padding-left: 70px;
}
.launchpad-body .inner-body {
    padding-left: 70px;
    margin-top: 30px;
}
.launchpad-body .inner-body .text-box {
    padding-left: 100px;
    padding-top: 40px;
}
.launchpad-body .inner-body .text-box li {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #403d3d;
    font-size: 16px;
}
.api-dialog1 {
    position: absolute;
    left: 45%;
    top: 30%;
    width: 490px;
    background: #fff;
    border: 1px solid #eee;
    display: none;
    z-index: 100;
}
.api-dialog1 .api-title1 {
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #f3bb2b;
    font-size: 16px;
    padding-left: 30px;
}
.api-dialog1 .api-body1 {
    height: 80px;
}
.api-dialog1 .api-body1 .red {
    color: red;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
}
.api-dialog1 .api-body1 input {
    border: 0;
    outline: 0;
    font-size: 12px;
    width: 240px;
}
.api-dialog1 .api-body1 button {
    display: inline-block;
    border: 0;
    outline: 0;
    padding: 4px 14px;
    background: #f3bb2b;
    color: #fff;
}
.api-dialog1 .api-btn1 {
    padding-bottom: 20px;
}
.api-dialog1 .api-btn1 button {
    display: block;
    border: 0;
    outline: 0;
    width: 120px;
    height: 40px;
    line-height: 40px;
    background: #f3bb2b;
    color: #fff;
    margin: 0 auto;
}
.api-dialog1 button:hover {
    opacity: 0.6;
    transition: 0.6s;
}
#tv_chart_container_k {
    height:455px;
}
#k_container{
	height:455px;
}
.chart-main{
	position:relative;
	height:455px;
	overflow:hidden;
	border-radius:4px;
}
.chart-sort{
	position:absolute;
	top:9px;
	width:150px;
	right:50px;
	text-align:right;
	z-index:1200;
}
.chart-sort p{
}
.chart-sort a {
    padding: 1.5px 8px;
    font-size: 12px;
    display: inline-block;
    border-radius: 3px;
	color:rgb(132, 142, 156);
    border: 1px solid rgb(132, 142, 156);
    font-weight: 500;
    font-family: robotoregular,PingFang SC,Hiragino Sans GB,Heiti SC,Microsoft YaHei,WenQuanYi Micro Hei,Helvetica,Arial,monospace,serif;
    height: 18px;
}
.chart-sort-w a{
	color: #61688a;
    border: 1px solid #383f66;
}
.chart-sort a.act{
	color:rgb(240, 185, 11);
    border: 1px solid rgb(240, 185, 11);
}
#depth {
    display: block;
    height: 890px;
    background: rgba(30, 32, 38, 0.498);
	color: rgb(132, 142, 156);
	border: rgba(30, 32, 38, 0.498) solid 1px;
    border-radius: 4px;
}
#otcPanel .coins {
    padding: 20px 0;
    height: 30px;
	display:none;
}
#otcPanel .coins span {
    float: left;
    display: block;
    width: 70px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding-bottom: 8px;
    cursor: pointer;
    font-size: 20px;
    margin-right: 30px;
}
#otcPanel .coins span:hover {
    color: #646a8e;
}
#otcPanel .coins span.cur {
    border-bottom: 3px solid #646a8e;
    color: #333;
}
.otc-box{
}
.otc-main-header {
    padding: 24px 10px;
    height: 30px;
    line-height: 30px;
    border-radius: 8px 8px 0 0;
    background: #fff;
    padding-left: 30px;
	display:none;
}
.otc-main-header span {
    color: #858491;
}
.otc-main-kj{
	width:100%;
	overflow:hidden;
	height:auto;
	zoom:1;
	padding: 23px 0px;
	background: url(../images/Tobg.png);
	background-size: cover;
	margin-bottom:20px;
	border-radius:5px;
}
.kj-intro{
	width:50%;
	float:left;
}
.kj-intro h4{
	margin-left:20px;
	font-size: 20px;
    font-weight: 700;
    color: rgba(0,0,0,.85);
}
.kj-intro p{
	margin-left:20px;
	margin-top: 8px;
    font-size: 14px;
    color: #999;
}
.kj-to{
	width:50%;
	float:left;
}
.Toform{
	width:390px;
	height:35px;
	border:1px solid #4db872;
	float:right;
	margin-right:20px;
	overflow:hidden;
	margin-top:9px;
	border-radius:4px;
}
.Toform input{
	width:270px;
	display:block;
	height:35px;
	border:none;
	padding:0px 10px;
	float:left;
}
.Toform .Sell-btnTo{display:none;}
.Toform button{
	width:100px;
	display:block;
	height:35px;
	border:none;
	color:#fff;
	background:#4db872;
}
.Toformsell{
	border:1px solid #ee6560;
}
.Toformsell .Sell-btnTo{display:block;}
.Toformsell .Buy-btnTo{display:none;}
.Toformsell button{
	background:#ee6560;
}
.otc-main-header .otc-ad {
    width: 100px
}
.otc-main-header .otc-header-search {
    width: 350px;
}
.otc-main-header .otc-header-search div.search {
    width: 140px;
    border: 1px solid #bfbfbf;
}
.otc-main-header .otc-header-search div.search input {
    width: 90px;
    border: 0;
    outline: 0;
    height: 30px;
    line-height: 30px;
    padding-left: 6px;
    background: transparent;
    color:#646a8e;
}
.otc-main-header .otc-header-search div.search em {
    width: 33px;
}
.otc-main-header .otc-header-search .dialogs {
    position: absolute;
    top: -34px;
    left: -149px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    width: 276px;
    padding: 6px 8px;
    border-radius: 8px;
    font-size: 12px;
    opacity: 0;
}
.otc-main-header .otc-header-search .dialogs:after {
    content: "";
    position: absolute;
    display: block;
    left: 150px;
    top: 24px;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-top: 8px solid rgba(0, 0, 0, 0.6);
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid rgba(0, 0, 0, 0);
}
.otc-main-header .otc-header-search i.fa-question-circle {
    position: relative;
    cursor: pointer;
    margin: 0 10px;
}
.otc-main-header .otc-header-search i.fa-question-circle:hover .dialogs {
    opacity: 1;
    transition: 0.6s;
}
.otc-main-header .otc-header-search i.fa-search {
    padding: 0 15px;
    background: rgb(240, 185, 11);
    color: #fff;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
}
.otc-main-header .otc-header-search i.fa-search:hover {
    opacity: 0.6;
    transition: 1s;
}
.otc-main-header .otc-header-select {}
.otc-main-header .otc-header-select span {
    margin: 0 10px;
    margin-left: 20px
}
.otc-main-header .otc-header-select select {
    width: 120px;
    border-radius: 8px;
    outline: 0;
    background: transparent;
    color:#646a8e;
}
.sell-buy-bar-num {
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    border-top: 1px solid rgb(75 80 90);
    border-bottom: 1px solid rgb(75 80 90);
    text-align: center;
}
.collection-contain .boxs {
    margin: 10px auto;
    box-shadow: 0px 0px 12px #999;
}
#innerRecharge .header .wc,#innerGetCoin .header .wc{
    color: #1a58e9;
    font-size: 13px;
    padding: 8px 15px;
    border:solid 1px #1a58e9;
}
.wap-box{
    display: none;
}
.li-asset-circle{
    display: none;
}


/*在线支付*/
.online-pay-header{
    margin-top:40px;
    line-height:40px;
    border-bottom: 1px solid #f2f5f6;
    padding: 0px 15px;
}
.online-pay-header p{
    color:#333;
    font-weight:bolder;
    font-size:17px
}
.online-pay-header p span{
    float:right;
    font-weight:normal;
    font-size:13px;
}
.online-pay-header p span font{
    color:#C99400;
    margin:0px 5px;
}
.online-pay-main{
    width:100%;
}
.online-pay-input{
    width: 280px;
    margin: 40px auto 0px auto;
    height:35px;
    border:#C99400 1px solid;
    overflow: hidden;
    border-radius: 5px;
}
.online-pay-main input{
    width:220px;
    display: block;
    height: 35px;
    float: left;
    box-sizing: border-box;
    border: none;
    padding: 0px 10px;
}
.online-pay-main button{
    width:60px;
    display: block;
    height: 35px;
    float: left;
    border: none;
    background: #C99400;
    color: #fff;
}
.online-pay-text{
    width:100%;
    text-align:center;
    margin-top:10px;
    color:#333;
    font-weight:bolder;
}
.online-pay-type{
    width:100%;
    margin-top:30px;
    overflow: hidden;
}
.online-pay-box{
    width:20%;
    float: left;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
}
.online-pay-box img{
   width: 150px;
    height: 150px;
    border: 1px solid #d8d8d8;
    border-radius: 20px;
}
.online-pay-box.cur img{
    border: 2px solid #205fec;
}
.online-pay-box p{
    margin-top:10px
}

.payStatus{
	position: fixed;
	z-index: 10000;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100vh;
    display: none;
}
.payStatus-bg{
	background-color: #000;
	opacity: 0.4;
	position: fixed;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100vh;
}
.payStatus-main{
	position: fixed;
	z-index: 5;
	top:30%;
	left: 0px;
	width: 100%;
	padding: 0px 30px;
}
.payStatus-box{
	width:300px;
    margin: 0 auto;
	background-color: #fff;
	border-radius: 5px;
}
.payStatus-text{
	padding: 25px 0px;
	text-align: center;
	font-weight: bold;
	color: #333;
	font-size: 14px;
	border-bottom: solid 1px #f7f8fa;
}
.payStatus-btn{
    overflow: hidden;
}
.payStatus-btn-box{
	padding: 15px 0px;
	text-align: center;
    float: left;
    box-sizing: border-box;
    width: 50%;
}
.payStatus-btn .payStatus-btn-box:nth-child(1) a{
	color: #2b5de0;
}
.payStatus-btn .payStatus-btn-box:nth-child(2) a{
	color: #999;
}

@media only screen and (max-width: 1400px){
    #historyList1 .list span {
        width: 8%!important;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    #historyList1 .head-list span {
        text-align: center;
        width: 8%!important;
    }
}
@media only screen and (max-width: 1400px) and (min-width: 300px) {
    .sidebar {
        width: 300px;
    }
    
    .page-content {
      
    }
    
    .trade-panel .pc-row-2-c2 .head .up-and-down span {
        display: inline-block;
        width: 30px;
        height: 30px;
        cursor: pointer;
        vertical-align: middle;
        transition: .6s;
        margin-left: 0px;
    }
    .trade-panel .pc-row-2-c2 .main .depth-sell-1, .trade-panel .pc-row-2-c2 .main .depth-buy-1 {
        height: auto;
    }
    .trade-panel .pc-row-2-c2 .main .sell-buy-bar .depth-sell, .trade-panel .pc-row-2-c2 .main .sell-buy-bar .depth-buy {
        height: 388px;
    }
    #depth{
        height: 910px;
    }
    .trade-panel .page-content .mini-ticker{
        height: 461px
    }
    .trade-panel .page-content .mini-ticker .mt-data-main{
            height: 306px;
    }
    .trade-panel .tp-row-1 .tr2-c2 .tr2-c2-inner {
    height: 428px;
    }
    .trade-panel .tp-row-1 .tr2-c2 .tr2-c2-inner .main {
        height: 323px;
    }
    #tv_chart_container_k{
        height: 459px;
    }
}
@media only screen and (max-width: 800px) and (min-width: 100px) {
    #depth .title {
        font-size: 10px;
    }
    #view .identity-verify .step5 .denied{
        float: none !important;
        width: 60px;
        height: 60px;
        margin: 0 auto;
    }
    #view .identity-verify .step5 button{
        margin: 0 auto !important;
        width: 150px;
        font-size: 13px;
        height: 45px;
        line-height: 45px;
    }
    #view .identity-verify .step5 ul li{
        line-height: 25px;
        margin-left: 15px;
        margin-bottom: 10px;
    }
    #view .identity-verify .step3 p, #view .identity-verify .step4 p, #view .identity-verify .step5 p{
        float: none !important;
        text-align: center;
        margin-top: 10px;
    }
    #view .identity-verify .step5 .tips{
        width: 100%;
    }
    #view .identity-verify .step5 .tips{
        top:50px
    }
    .tips .f-cb{
        height: auto !important;
    }
    .trade-panel .page-content .pc-row-2 .pc-row-2-c1 .buy-and-sold-main .inner-panel .input-range .range .pointer {
        margin-right: 6px;
        float: left;
    }
    
    .trade-panel .page-content .pc-row-2 .pc-row-2-c1 .buy-and-sold-main .inner-panel .input-range .range .pointer:last-child {
        margin-right: 0;
    }
}
.trade-panel .pc-row-2-c2 .main .hideheight {
    height: 0;
    transition: all .6s;
}
.fa-heart{
    color:#656b8f;
}
.sc {
    color: #C99400;
}
.wap-footer{display: none;}
.lang-select{display: none !important;}
.inner-select{
    display: none;
}
.member{
    width: 100%;
    overflow: hidden;
    height: auto;
    zoom: 1;
    background: #fff;
}
.user-info{
    width: 100%;
    position: relative;
    padding: 30px 20px;
    border-bottom: 10px solid #f6f6f6;
    height: 130px;
}
.user-info h3{
    font-size: 20px;
    margin-bottom: 10px;
}
.user-info i{
    display: block;
    position: absolute;
    top: 43px;
    font-size: 25px;
    right: 20px;
}
.user-link{
    width: 100%;
}
.user-link ul{
    display: block;
    height: auto;
    border-bottom: 10px solid #f6f6f6;
    padding: 10px 0px;
}
.user-link li{
    display: block;
    height: 40px;
    padding: 0px 20px;
}
.user-link li a{
    border-bottom: solid 1px #f6f6f6;
    display: block;
    line-height: 40px;
    height: 40px;
    width: 100%;
}
.user-link li a i{
    float: right;
}
.user-link li a .icon-left{
	float:left;
	margin-right:15px
}
.user-link li a .icon-kefu{
    float: left;
    margin-right: 15px;
}
.user-logout{
    text-align: center;
    width: 100%;
    padding: 20px;
    background: #f6f6f6;
}
.user-logout a{
    font-size: 17px;
    color: #de7474;
}
.wap-header{
    display: none;
}



/*20191222*/
.custom_lfl_lay.trade-panel .page-content .pc-row-2 .custom_lfl_col2{
    margin: 0;
    background: rgb(27 29 35);
}
.custom_lfl_lay.trade-panel .tp-row-2 .custom_lfl_col2 .tr2-inner .tr2-c1 .tr2-c1-inner .head{
    background: rgb(27 29 35);
    border-bottom: 1px solid rgb(27 29 35);
    padding-bottom: 1px;
}

.custom_lfl_lay.trade-panel .page-content .pc-row-2 .pc-row-2-c1 .buy-and-sold-main .panel{
    float: none;
    width: 100%;
}
.custom_lfl_lay.trade-panel .page-content .pc-row-2 .pc-row-2-c1 .buy-and-sold-main .inner-panel .input-wrap{
    display: block;
    border:none;
    color: #5e5d6f;
    height: auto;
    line-height: 20px;
    box-shadow:none;
}
.trade-panel .page-content .pc-row-2 .pc-row-2-c1 .buy-and-sold-main .inner-panel .input-wrap input{
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    border: 1px solid #292d34;
	background: #292d34;
	color:rgb(255, 255, 255);
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px #292d34;
    box-shadow: inset 0 1px 1px #292d34;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: .6s;
    position: relative;
}
.custom_lfl_lay.trade-panel .page-content .pc-row-2 .pc-row-2-c1 .buy-and-sold-main .inner-panel .input-wrap>span{
    padding-left: 0px !important;
}
.numsheet{
	font-size:12px;
	text-align:right;
	margin-top:3px;
}
.custom_lfl_lay.trade-panel .page-content .pc-row-2 .pc-row-2-c1 .buy-and-sold-main .inner-panel .input-wrap>span{
    padding-right: 20px;
    position: relative;
    padding-left: 10px;
    flex: 0 0 auto;
}
.btns_cts{
    display: flex;
}
#conTransaction{
	padding-bottom: 15px;
}
.custom_lfl_lay.trade-panel .page-content .pc-row-2 .pc-row-2-c1 .buy-and-sold-main .inner-panel .btns_cts .btn{
    border-radius: 20px;
    margin-left:5px;
	margin-top:5px;
}
.Limit-box{
	width:100%;
	font-size:12px;
	margin-top:5px;
}
.Limit-box font{
	font-weight:600;
	margin-left:3px;
}
.btns_cts .btn:first-child{
    margin-left: 0;

}
.custom_lfl_lay.trade-panel .page-content .pc-row-2 .pc-row-2-c1 .buy-and-sold-main .panel .inner-panel{
    padding-left: 20px;
    padding-right: 20px;
}
.cts_head_title{
    color: rgb(51, 174, 114);
    text-align: center;
    border-bottom: 1px solid rgb(75 80 90);
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    margin: 0 20px;
}
.custom_lfl_lay.trade-panel .pc-row-2-c2 .main-header dl dt {
    margin: 0 13px;
    width: auto;
}

.custom_lfl_lay.trade-panel .pc-row-2-c2 .main-header .header{
    box-sizing: border-box;
    font-size: 13px;
}
.custom_lfl_lay.trade-panel .pc-row-2-c2 .main-header .dt01{
    height: 40px;
    margin: 0 13px;
    line-height: 40px;
    width: auto;
    border-bottom: 1px solid rgb(75 80 90);
}

.custom_lfl_lay.trade-panel .pc-row-2-c2 .main-header .dt02{
    height: 40px;
    margin: 0 13px;
    line-height: 40px;
    width: auto;
    color: #a2a2aa;
}
.custom_lfl_lay.trade-panel .page-content .coin-unit{
    padding: 0 13px;
}
.custom_lfl_lay .media-coin-unit span:last-child{
    width: 63%;
    text-align: right;
}
.custom_lfl_lay.trade-panel .page-content .mini-ticker .mt-sort-wrap{
    padding: 14px 13px 0 30px;
}
.custom_lfl_lay.trade-panel .tp-row-1 .tr2-c2{
    margin-top: 10px;
}
.cts_timeing_col{
    padding: 0 20px;
}
.cts_timeing_col li{
    display: block;
    justify-content: space-between;
    line-height: 40px;
    color: #81808e;
    width: 50%;
    float: left;
}
.custom_lfl_lay.trade-panel .page-content .mini-ticker .mt-data-wrap{
    color: #81808e;

}
.search_custom_wrap{
    padding: 10px;
}
.custom_lfl_lay.trade-panel .page-content .mini-ticker .mt-search-wrap{
    border: 1px solid #3c3a4f;
}
.custom_lfl_lay.trade-panel .page-content .mini-ticker{
    height: 432px;
}
.custom_lfl_lay.trade-panel .page-content .mini-ticker.scd .mt-data-main{
    height: 330px;
}
.custom_lfl_lay.trade-panel .tp-row-1 .tr2-c2 .tr2-c2-inner{
    height: auto;
	overflow: hidden;
}
.custom_lfl_lay #tv_chart_container_k{
    height: 455px;
}
#conTransaction .tp-row-1 .tr2-c2 .tr2-c2-inner .main{
	height:493px;
}
.lt_rt_text{
    font-size: 12px;
    margin-left: 5px;
}
.custom_lfl_lay.trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .head .entrust span{
    font-size: 14px;
}
.custom_lfl_lay.trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .head-list span{
    color: rgb(129, 128, 142);
    font-size: 14px;
    width: auto !important;
    padding: 0 5px;
}
.weituolist dt {
    width: 100%;
    height: 30px!important;
    line-height: 30px!important;
    text-align: left;
    position: relative;
    box-sizing: border-box;
}
.weituolist dt .type {
    text-align: left;
}

.weituolist dt .price,
.weituolist dt .num {
    text-align: left;
}

.weituolist dt .amount {
    text-align: right;
}
.list-space{
    height:10px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-top-color: #ebebeb;
    border-bottom-color: #ebebeb;
    margin-bottom: 10px;
}
.cts_rt_datatable .list-space{
    height: 35px;
    line-height: 35px;
    text-align: center;
    border:none;
    font-size: 16px;
}
.list dl dd{
    white-space: nowrap;
}

#historyList1 .head-list span{
	text-align: center;
    width:8%!important;
}
#historyList1 .head-list span:first-child{
    width:20%!important;
}
#historyList1 .head-list span:first-child+span{
    width:16%!important;
}

#historyList1 .list span{
    width:8%!important;
    text-align: center;
}
#historyList1 .list span:first-child{
	padding: 0px!important;
    width:20%!important;
}
#historyList1 .list span:first-child+span{
    width:16%!important;
}
/* .center-container{
    min-width: 1100px;
} */

#currentList1 .head-list span{
	text-align: center;
    width:8%!important;
}
#currentList1 .head-list span:first-child{
    width:16%!important;
}
#currentList1 .head-list span:first-child+span{
    width:12%!important;
}
#currentList1 .list span{
    width:8%!important;
    text-align: center;
}
#currentList1 .list span:first-child{
    width:16%!important;
    padding: 0px!important;
}
#currentList1 .list span:first-child+span{
    width:12%!important;
}
#currentList1 .list span:last-child{
    position: relative;
}
#currentList1 .list span i{
	position:absolute;
	margin-left:-20px;
	left:50%;
	top:0px;
	margin-top:9px;
}

/**/
#currentget1 .head-list span{
	text-align: center;
    width:10%!important;
}
#currentget1 .head-list span:first-child{
    width:16%!important;
}
#currentget1 .head-list span:last-child{
    width:24%!important;
    text-align: center;
}

/**/
#currentget1 .list span{
    width:10%!important;
    text-align: center;
}
#currentget1 .list span:first-child{
    width:16%!important;
    padding: 0px!important;
}
#currentget1 .list span:last-child{
    width:24%!important;
    text-align: center;
    padding-right: 0px;
}
.cplist-head{
	height: 49px;
    line-height: 49px;
    border-bottom: 1px solid #ebebeb;
    padding-left: 15px;
    background: #ffffff;
    color: #6d6c74;
	display:none;
}
.conTransaction-menu{display: none;}
#withdrawards dl{
    border-bottom: #f3f3f3 solid 1px;
}
#withdrawards dl:hover{
    background: #f3f3f3;
    
}
#withdrawards dl dd span{
    padding: 15px 0px;
    
}

/**/
.markets-header{
    width: 100%;
}
.markets-header .wrap{
    width: 1200px;
    margin: 0 auto;
}
.markets-sort{
    height: 50px;
    line-height: 50px;
    width: 100%;
    box-shadow: inset 0 -1px 0 0 #e9ebf2;
    background: #fff;
    z-index: 2;
    overflow: hidden;
    position: relative;
}
.markets-sort a{
    margin-right: 30px;
    font-size: 16px;
    padding: 16px 0px;
    color: #7b8293;
}
.markets-sort a.cur{
    box-shadow: inset 0 -2px 0 0 #1f2533;
    color: #1f2533;
}
.markets-main{
    width: 100%;
    padding-bottom: 50px;
}
.markets-main .wrap{
    width: 1200px;
    margin: 0 auto;
}
.markets-table .markets-table-th{
    overflow: hidden;
    width: 100%;
    margin-top: 10px;
    box-shadow: inset 0 -1px 0 0 rgba(233,235,242,.65);
}
.markets-table .markets-table-tr{
    overflow: hidden;
    width: 100%;
    
}
.markets-table .markets-table-td{
    float: left;
    
    line-height: 36px;
    background: #fff;
    color: #9aa1b1;
    font-size: 12px;
    height: 30px;
    z-index: 2;
    position: -webkit-sticky;
    position: sticky;
    box-shadow: inset 0 -1px 0 0 rgba(233,235,242,.65);
}
.markets-table .markets-table-td .rise{
    color: rgb(14, 203, 129);
}
.markets-table .markets-table-td .fail{
    color: rgb(246, 70, 93);
}
.markets-table .markets-table-th  .markets-table-td{
    height: 36px !important;
}
.markets-table-tbody .markets-table-td{
    height: 56px;
    line-height: 56px;
    font-size: 14px;
    color: #1f2533;
}
.markets-table-td .icon-shoucang1{
    color: #ced3de;
    margin-right: 10px;
}
.markets-table-td .icon-shoucang1.cur{
    color: #f6cd43;
}
.marketsCurrency .markets-table-th .markets-table-td:nth-child(1),
.marketsCurrency .markets-table-tbody .markets-table-tr .markets-table-td:nth-child(1){
    width: 18%;
}
.marketsCurrency .markets-table-tbody .markets-table-tr .markets-table-td:nth-child(1) span{
    color: #9aa1b1;
    margin-left: 5px;
}
.marketsCurrency .markets-table-th .markets-table-td:nth-child(2),
.marketsCurrency .markets-table-tbody .markets-table-tr .markets-table-td:nth-child(2){
    width: 13%;
}
.marketsCurrency .markets-table-th .markets-table-td:nth-child(3),
.marketsCurrency .markets-table-tbody .markets-table-tr .markets-table-td:nth-child(3){
    width: 13%;
}
.marketsCurrency .markets-table-th .markets-table-td:nth-child(4),
.marketsCurrency .markets-table-tbody .markets-table-tr .markets-table-td:nth-child(4){
    width: 13%;
}
.marketsCurrency .markets-table-th .markets-table-td:nth-child(5),
.marketsCurrency .markets-table-tbody .markets-table-tr .markets-table-td:nth-child(5){
    width: 13%;
}
.marketsCurrency .markets-table-th .markets-table-td:nth-child(6),
.marketsCurrency .markets-table-tbody .markets-table-tr .markets-table-td:nth-child(6){
    width: 13%;
}
.marketsCurrency .markets-table-th .markets-table-td:nth-child(7),
.marketsCurrency .markets-table-tbody .markets-table-tr .markets-table-td:nth-child(7){
    width: 17%;
    text-align: right;
}



.CurrencyInfo .markets-table-th .markets-table-td:nth-child(1),
.CurrencyInfo .markets-table-tbody .markets-table-tr .markets-table-td:nth-child(1){
    width: 48%;
}
.CurrencyInfo .markets-table-tbody .markets-table-tr .markets-table-td:nth-child(1) span{
    color: #9aa1b1;
    margin-left: 5px;
}
.CurrencyInfo .markets-table-tbody .markets-table-tr .markets-table-td:nth-child(1) img{
    width: 28px;
    height: 28px;
    margin-right: 5px;
}
.CurrencyInfo .markets-table-th .markets-table-td:nth-child(2),
.CurrencyInfo .markets-table-tbody .markets-table-tr .markets-table-td:nth-child(2){
    width: 12%;
}
.CurrencyInfo .markets-table-th .markets-table-td:nth-child(3),
.CurrencyInfo .markets-table-tbody .markets-table-tr .markets-table-td:nth-child(3){
    width: 12%;
}
.CurrencyInfo .markets-table-th .markets-table-td:nth-child(4),
.CurrencyInfo .markets-table-tbody .markets-table-tr .markets-table-td:nth-child(4){
    width: 12%;
}
.CurrencyInfo .markets-table-th .markets-table-td:nth-child(5),
.CurrencyInfo .markets-table-tbody .markets-table-tr .markets-table-td:nth-child(5){
    width: 12%;
    text-align: right;
}
.CurrencyInfo .markets-table-tbody .markets-table-tr .markets-table-td:nth-child(5) a{
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 70px;
    height: 32px;
    line-height: 22px;
    font-size: 14px;
    padding: 0 16px;
    box-sizing: border-box;
    color: #C99400;
    border: 1px solid #ced3de;
    border-radius: 2px;
    background-color: #fff;
}



.ContractCurrency .markets-table-th .markets-table-td:nth-child(1),
.ContractCurrency .markets-table-tbody .markets-table-tr .markets-table-td:nth-child(1){
    width: 16%;
}
.ContractCurrency .markets-table-tbody .markets-table-tr .markets-table-td:nth-child(1) span{
    color: #9aa1b1;
    margin-left: 5px;
}
.ContractCurrency .markets-table-th .markets-table-td:nth-child(2),
.ContractCurrency .markets-table-tbody .markets-table-tr .markets-table-td:nth-child(2){
    width: 14%;
}
.ContractCurrency .markets-table-th .markets-table-td:nth-child(3),
.ContractCurrency .markets-table-tbody .markets-table-tr .markets-table-td:nth-child(3){
    width: 14%;
}
.ContractCurrency .markets-table-th .markets-table-td:nth-child(4),
.ContractCurrency .markets-table-tbody .markets-table-tr .markets-table-td:nth-child(4){
    width: 14%;
}
.ContractCurrency .markets-table-th .markets-table-td:nth-child(5),
.ContractCurrency .markets-table-tbody .markets-table-tr .markets-table-td:nth-child(5){
    width: 14%;
}
.ContractCurrency .markets-table-th .markets-table-td:nth-child(6),
.ContractCurrency .markets-table-tbody .markets-table-tr .markets-table-td:nth-child(6){
    width: 14%;
}
.ContractCurrency .markets-table-th .markets-table-td:nth-child(7),
.ContractCurrency .markets-table-tbody .markets-table-tr .markets-table-td:nth-child(7){
    width: 14%;
    text-align: right;
}
/* @media screen and (min-width: 1920px){
	.pages-bg{height:450px;}
	.pages-bg,.banner-intro1 .UwinBg{width:100%;}
	.pages-bg img{max-width:100%;}
} */

/*广告主*/
.toAdsmerchant{
    display: none;
}
.wap-merchant-nav{
    display: none;
}
#emailInput{
    display: none;
}


.reg-account a{
    float: right;
    color: rgb(240, 185, 11) !important;
}

.defi{
    border: solid 1px #ff9b00 !important;
	font-weight: normal;
	font-size: 12px;
	line-height: 12px;
	padding: 2px 3px !important;
	margin-left: 3px;
    color: #ff9b00 !important;
    text-align: center;
	border-radius: 4px;
    transform: scale(0.9);
    width: auto !important;
}

/*关于我们*/
.company-top-menu {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: thin solid #e9ebf2;
}
.company-top-menu li {
    margin-right: 48px;
}
.company-top-menu li a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #7b8293;
    line-height: 22px;
}
.company-top-menu li.active a {
    position: relative;
    color: #1f2533;
}
.about-grid-new {
    width:1200px;
	margin:0 auto;
}
.about-grid-new .about-main {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 60px;
    padding-bottom: 120px;
	padding-left: 0;
    padding-right: 0;
    width: 800px;
	    margin: 0 auto;
}
.about-grid-new dl dt {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    line-height: 28px;
    color: #1f2533;
	font-size: 0;
    line-height: normal;
}
.about-grid-new dl dd{
	text-align: center;
	    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
    font-weight: 500;
	    margin-top: 16px;
    font-size: 16px;
    line-height: 24px;
}
.about-grid-new .about-middle-container {
    display: -webkit-box;
    display: flex;
    margin-top: 80px;
}
.about-grid-new .about-middle-container .about-missio {
    -webkit-box-flex: 1;
    flex: 1;
    margin-right: 48px;
}
.about-grid-new dl dt {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    line-height: 28px;
    color: #1f2533;
	font-size: 0;
    line-height: normal;
}
.about-grid-new .about-middle-container img {
    width: 64px;
    height: 64px;
}
.about-grid-new .about-digital {
    margin-top: 48px;
}
.about-grid-new dl dt {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    line-height: 28px;
    color: #1f2533;
	font-size: 22px;
    line-height: 30px;
	text-align: left;
}
.about-grid-new dl dd{
	color: #3f475a;
	font-size: 14px;
    line-height: 22px;
	text-align: left;
	margin-top: 12px;
}
.about-grid-new .about-company dd {
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
    font-weight: 500;
    max-width: 548px;
}
.about-grid-new .about-company dd {
    margin-top: 16px;
    font-size: 16px;
    line-height: 24px;
}
.about-grid-new .about-company img {
    width: auto;
    height: 40px;
}
.about-grid-new dl .dt-img {
    font-size: 0;
    line-height: normal;
	text-align:center;
}

.notices-sort{
	width: 100%;
    padding: 10px 0px;
	margin-top:0px;
}
.notices-sort-concent{
	height:auto;
	overflow:hidden;
}
.notices-sort-box{
	width: 33.33%;
    float: left;
    box-sizing: border-box;
    padding: 0px 10px;
    margin:5px auto;
}
.notices-sort-main{
	width:100%;
	height:40px;
	line-height:40px;
	text-align:center;
	
	border: 1px solid #f8fafd;
    background: #f8fafd;
	-webkit-box-shadow: 0 8px 10px rgb(20 40 130 / 5%);
    -moz-box-shadow: 0 8px 10px rgba(20,40,130,.05);
    box-shadow: 0 8px 10px rgb(20 40 130 / 5%);
	border-radius: 4px;
}
.notices-sort-box.act .notices-sort-main{
	background: #fff;
    border: 1px solid #2483ff;
}
.notices-sort-main:hover{
	background: #fff;
    border: 1px solid #2483ff;
}
.notices-sort-main a{
	color: #2483ff;
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #f8fafd;
    height: 100%;
    background: #f8fafd;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.notices-pages{
	width:100%;
	height:40px;
	line-height:40px;
	text-align:center;
	background:#f9f9f9;
	    margin-bottom: 40px;
}
.notices-pages a{
	display:block;
	width:100%;
	height:100%;
}
.inner-trade-type{
	overflow: hidden;
    width: 100%;
    height: 35px;
    line-height: 35px;
	margin-right: 10px;
}
.conTransaction-type{
	padding:0px 20px;
}
.inner-trade-box{
	float:left;
	margin-right:10px
}

.inner-trade-box a{
	color:#909090;
	transition: none;
}
.inner-trade-box.cur a{
	border-bottom:solid 2px #f0f0f0;
	color:#f0f0f0;
	padding-bottom: 5px;
}
.select-text{
	width: 100%;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    border: thin solid #31394a;
    background: #181e2a;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: .6s;
    position: relative;
    color: #dde1eb;
}
.yesSoldDouble,.yesBuyDouble,.yesDouble{
	display:none;
}
.entrustType{
	float:right
}
.entrustType select{
	width: 100%;
    box-sizing: border-box;
    height:35px;
    line-height: 35px;
    border: thin solid #31394a;
    background: #181e2a;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: .6s;
    position: relative;
    color: #dde1eb;
	font-size: 15px;
}
.transfer-form-tips{
	color: #909090;
    padding: 10px 0px;
    font-size: 13px;
}
.imgcode{
	position: absolute;
    width: 100px;
    height: 40px;
    top: 35px;
    right: 30px;
}
#vcb-tips{
	margin-top:10px;
}
.Google_img{
	width: 90px;
    height: 28px;
    float: right;
}
.googleCode{
	padding:10px;
	text-align:center;
}
.googleCode p{
	text-align:left;
	margin-top:10px;
}
.googleCode p a{
	color:#5281f9;
}
.scanning{
	/* color: #fff; */
    float: right;
}
.scanning:hover{
	color:#3075ee;
}
.scanning i{
	font-size: 23px;

}
#verifyCode canvas{
	height:38px !important;
}
.myAssetsVerifyCode{
	position: absolute;
    top: 35px;
    width: 80px;
    right: 50px;
}
.mobilecode-btn{
	position: absolute;
    right: 40px;
    border: none;
    background: none;
    outline: none;
    bottom: 0px;
    height: 38px;
    color: #5281f9;
}
@media screen and (max-width: 1590px){
    .chart-header.chartHeader table tbody tr th:nth-child(1),.chart-header.chartHeader table tbody tr td:nth-child(1),
    .chart-header.chartHeader table tbody tr th:nth-child(2),.chart-header.chartHeader table tbody tr td:nth-child(2),
    .chart-header.chartHeader table tbody tr th:nth-child(3),.chart-header.chartHeader table tbody tr td:nth-child(3){
        display: none;
    }
}
@media screen and (max-width: 1310px){
    .home-header .inner-header{
        width: 100%;
    }
    .otctrade-panel,.otctrade-left,.otctrade-panel .otctrade-right{
        width: 100%;
    }
    .otctrade-panel .otctrade-right{
        margin-top: 50px;
    }
    .otctrade-panel .otctrade-left .method .payment{
        width: 100%;
        overflow: auto;
    }
    .otctrade-panel .otctrade-left .price-large{
        font-size: 20px;
    }
    .otctrade-panel .otctrade-left .method-pay{
        width: 500px;
    }
	
	
	/**/
	.loan-main,.loan-banner-concent,.loan-advantage-main{
		width:100%;
	}
	.faq-concent{
		padding:0px 15px;
	}
}

@media screen and (max-width: 1210px){
	.pages-header-main{
		width:100%;
	}
	.pages-header{
		display:none;
	}
    body, html{
        min-width: 100px;
    }
	.box{
		width:100%;
	}
	.box-list{
		display:none;
	}
	.box-main{
		width:100%;
		padding-left:0px;
	}
	.app-title,.app-main-pic{
		width:100%;
	}
	.app-main-pic img{
		width:100%;
	}
	#usercenter, #assetsmanager{
		padding: 30px 10px 80px 10px;
	}
	.Toform{
		width:302px;
	}
	.Toform button{
		font-size:13px;
	}
	.Toform input{
		width:200px;
	}
    #MainView{
        min-width: 100px;
        width: 100%;
    }
	.home-imglist{
		width: 100%;
		padding-left:15px;
		padding-right:15px;
	}
    .pages-bg{
        width: 100%;
        overflow: hidden;
    }
    .pages-bg img{
        width: auto;
        height: 410px;
    }
    .ticker{
        min-width: 100px;
        width: 100%;
    }
    .h-footer .fter{
        width: 100%;
    }
    .swiper-container{
        width: 100%;
    }
/*新的修改，新的修复*/
    .swiper-container{
        width:85%;
		overflow: inherit;
		margin:0px auto;
		float:none;
	}
	.swiper-slide.swiper-slide-active{transform: scale(1) !important;}
	.swiper-slide{
		border-radius:8px  !important;
	}
    .home-slider .swiper-cover{
        display: none;
    }
    .web-title{
        text-align: center;
    }
    .web-title{
        top: 80px;
    }
	.Panduan-pemula .wrap{
		width:100%;
	}
	.all-box-concent{
		width:calc(100% + 24px);
	}
	.Advantage .wrap{
		width:100%;
	}
	.Advantage .all-box-concent{
		width:100%;
	}
	.Panduan-pemula{
		padding-top: 48px;
		padding-bottom: 48px;
		padding-left:20px;
		padding-right:20px;
	}
	.Advantage{
		padding-top: 48px;
		padding-bottom: 48px;
		padding-left:20px;
		padding-right:20px;
	}
	.banner-intro2{
		padding-left:20px;
		padding-right:20px;
		padding-top:48px;
		padding-bottom: 0px;
	}
	.otcTo{
		margin:0 auto;
		margin-top:40px;
	}
	.web-title-concnet h3{
		font-size:30px;
	}
    .web-title-concnet{
        width: 100%;
    }
	.web-pic{
		display:none;
	}
    #homeTicker .ticker-head{
        width: 100%;
    }
    #homeTicker .ticker-content{
        width: 100%;
    }
    .inner-div{
        width: 100%;
    }
    .banner-intro2 .inner-intro22{
        width: 100%;
    }
    .banner-intro2 .inner-intro22 .inner-intro2-right{
        width: 50%;
		height: 443px;
    }
	.banner-intro2 .inner-intro22 .inner-intro2-left .intro-i{
		width:500px;
		margin-top:30px;
	}
	.banner-intro2 .wrap{
		width:100%;
	}
    .banner-intro2 .inner-intro22 .inner-intro2-left{
        width: 50%;
        padding-left: 0px;
    }
    .h-footer .fter .last-cell,.h-footer .fter .first-cell{
        width: 35% !important;
    }
    .h-footer .fter .fter-cell{
        width: 15%;
    }
    .h-footer .fter{
        padding: 0px;
    }
    .h-footer .fter .fter-cell div{margin-left: 15px;}
    .container{
        width: 100%;
    }
	#view .inner-account-info .user-recommend{
		margin-top:0px !important;
		margin-bottom:0px !important;
	}
	#view .inner-account-info{
		min-height:auto;
	}
    .home-header .head-user .li-user-center{
        width: 100px;
    }
    .home-header .head-user li{
        margin-left: 10px;
    }
    .otc-panel .otc-header{
        padding: 30px 0px;
        height: auto;
    }
    .payments{
        display: none;
    }
    #otcPanel .coins{
        height: 70px;
    }
    .otc-main-header{
        height: auto;
        overflow: hidden;
        border-radius: 0px;
    }
    .left-btns{
        margin: 0 auto;
        float: none;
        width: 100%;
        text-align: center;
        width: 280px;
    }
    #otcPanel .coins span.cur {
        background: #33ae72;
        border: none;
    }
    #otcPanel .coins span.cur a{
        color: #fff;
    }
    #otcPanel .coins span{
        color: #fff;
        padding: 8px 12px;
        font-size: 14px;
        height: auto;
        line-height: 20px;
        border-radius: 5px;
        margin-right: 0px;
    }
    .invited-bg{display: none;}
	.invitedList-title{
		padding:10px;
	}
    #notices .inner-news-list.lists-main1{
        display: none;
    }
    #notices .inner-news-detail{
        width: 100%;
    }
    .notices-title{
        display: none;
    }
    .notices-search{
        width: 100% !important;
    }
	.notices-search div{
		width:300px !important;
	}
	.notices-search div input{
		width: 230px !important;
	}
	.notices-search div i{
		width:70px !important;
	}
	#notices .inner-news-list .list{
		width:100%;
	}
	#notices .inner-news-list .lists-main{
		height: auto;
		padding: 20px 10px 50px 10px;
		overflow: hidden;
		zoom: 1;
	}
    #notices .inner-news-list, #notices .inner-news-detail{
        box-shadow: none;
    }
    .right-btns{
        width: 100%;
        margin-top: 20px;
    }
    .otc-panel .otc-header-inner .list-header{
        float: right;
        line-height: 40px;
        border-radius: 0px;
        background: none;
        font-size: 18px;
        padding: 0px 20px;
    }
    .otc-panel .otc-header-inner .list-header span{
        color: #de7474;
    }
	.invitedList-title h3{
		line-height: 30px;
		background-color: #fff;
		font-size: 20px;
		color: #000;
		font-weight: 600;
		padding: 10px 0px;
		border-bottom: 1px solid #e9e9e9;
    }
    

    .toAdsmerchant{
        display: block;
        float:right;

    }
    .toAdsmerchant i{
        font-size: 18px;
    }
    .wap-merchant-nav{
        position: absolute;
        top: 90px;
        background: #fff;
        width: 160px;
        -webkit-box-shadow: 0 1px 6px 0 rgba(0,0,0,.15);
        box-shadow: 0 1px 6px 0 rgba(0,0,0,.15);
        right: 10px;
        z-index: 700;
        padding: 10px;
    }
    .wap-merchant-nav li{
        line-height: 40px;
        font-weight: normal;
        font-size: 14px;
    }
    .wap-merchant-nav li:hover{
        background-color: #f9f9f9;
    }
}
@media screen and (max-width: 1100px){
    *{
        margin:0;
        padding:0;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
    }
    body{
        font-size:15px;
        color:#535658;
    }
    style{
        display:none;
    }
    html{
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust: 100%;}
    :after,:before{-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;}
    .trade-panel .page-content .coin-unit{
        padding: 0 0 0 5px;
    }
    .banner-intro1{
        display: none;
    }
    .banner-intro2{
        display: none;
    }
    .help-bg img{
        height: 300px;
        width: auto;
    }
    .head-nav{
        display: none;
    }
    .ticker .ticker-content .ticker-content-head span:nth-child(5){
        display: none;
    }
    .ticker .ticker-content .ticker-content-head span:nth-child(6){
        display: none;
    }
    .ticker .ticker-content .ticker-content-head span:nth-child(7){
        display: none;
    }
    .ticker .ticker-content .ticker-content-main dl .coin-unit span:nth-child(5){
        display: none;
    }
    .ticker .ticker-content .ticker-content-main dl .coin-unit span:nth-child(6){
        display: none;
    }
    .ticker .ticker-content .ticker-content-main dl .coin-unit span:nth-child(7){
        display: none;
    }
    .ticker .search-wrap{
        display: none;
    }
    .ticker .ticker-nav span{
        width: 25%;
        border-right:none;
    }
    .h-footer{
        display: none;
    }
    #MainView{
        padding-bottom: 50px !important;
    }
    .home-header .inner-header{
        padding: 0px 10px;
    }
    .pages-bg img{
        height: 320px;
    }
    #homeTicker{
        padding-top: 0px;
		padding-bottom:0px;
    }
	.ticker .ticker-more{
		display:none;
	}
    .home-slider .swiper-cover{
        display: block;
    }
    .swiper-slide{
        width: 100%;
        height: 320px;
        border-radius: 0px;
    }
    .web-title{
        
    }
    .home-slider .swiper-cover{
        padding-top: 0px;
		width:100%;
    }
	.home-topbar-news{
		display:block;
		margin:0px 0px 10px 0px;
	}
	.home-topbar-news .newIco{
		margin-left: 15px;
		margin-right: 15px;
		margin-top: 2px;
	}
	
	
	/*手机端新闻更多*/
	#broadcast{
		position:relative;
	}
	.news-more{
		position:absolute;
		right:15px;
		top:6px;
	}
	
	
	
	.home-topbar-news a{
		font-size:12px;
	}
    .otc-box{
        box-shadow:none !important;
    }
    .home-top{
        padding-top:50px;
    }
    .swiper-container{
        height: auto;
    }
    .home-header .head-user .drop-menu-language{
        left: -55px;
    }
	.home-topbar-list .news-list #news-box{
		width:100%;
		margin-left:0px;
	}
	.home-topbar-list .news-list{
        margin-top:5px;
	}
	.ticker .ticker-nav span{
		margin:0px;
	}
    .ticker .ticker-nav{
        border-right: none;
        margin-bottom: 10px;
    }
    .ticker .ticker-nav span em{
        color: #333;
    }
    #homeTicker .ticker-head{
        padding:0px 15px;
    }
    .pages-bg{
        height: auto;
    }
    .home-header .head-user .change-language{
        height: 60px;
		line-height:60px;
		padding:0px;
		width:auto;
		display:none;
    }
    .Webbg{
        display: none;
    }
    .h-footer{
        display: none;
    }
    #view .inner-my-assets, #view .inner-identity-verify, #view .inner-account-security, #view .inner-account-info, .inner-otcsetting-panel, #view .inner-address-manager, #view .inner-assets-record, #view .inner-trade-bill, #view .inner-api-manager, #notices .inner-news-list, #notices .inner-news-detail{
        background: #fff;
        opacity: 1;
        border-radius: 0px !important;
    }
    .wap-footer{
        display: block;
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 60px;
        background: #fff;
        border-top: solid 1px #f1f1f1;
        -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.2);
        box-shadow: 0 1px 5px rgba(0,0,0,.2);
        z-index: 1000;
    }
    .wap-footer a{
        display: block;
        width: 20%;
        text-align: center;
        float: left;
        padding-top: 8px;
		color: #0d1736;
    }
    .wap-footer a i{
        font-size: 23px;
    }
    .wap-footer a p{
        font-size: 12px;
    }
    .li-asset-register,.li-asset-login,.li-asset-manager,.li-user-center{
        display: none;
    }
    .ai-fat{
        display: none;
    }
	
    .lang-select{display: block !important;}
    .yuyan{display: none !important;}
    #chartHeader{
        height: auto;
        overflow: hidden;
        zoom:1;
    }
    .trade-panel{
        width: 100%;
        padding: 0px 5px;
    }
    .trade-panel .page-content .pc-row-2 .pc-row-2-c1{
        margin: 0px;
        padding: 0px 5px;
    }
    .trade-panel .page-content .pc-row-2 .pc-row-2-c1{
        flex:1;
		height:450px;
    }
    .trade-panel .pc-row-2-c2{
        padding: 0px 5px;
    }
    #tv_chart_container_k{
        height: 490px;
    }
    #chartHeader table{
        display: none;
    }
    .trade-panel .page-content .pc-row-2 .pc-row-2-c2 .main-header dl dt, .trade-panel .page-content .pc-row-2 .pc-row-2-c2 .main dl dd{
        font-size: 12px;
    }
    .trade-panel .pc-row-2-c2 .main dl dd{
        height: 25px;
        line-height: 25px;
    }
    .trade-panel .pc-row-2-c2 .main .inner span.bg-dd-green{
        height: 25px;
    }
    .trade-panel .pc-row-2-c2 .main .inner span.bg-dd-red{
        height: 25px;
    }
    .main-header{
        background: #1b1d23;
    }
    .trade-panel .page-content .pc-row-2 .pc-row-2-c2 .main{
        background: #1b1d23;
    }
    #tradecenterBox .page-content .pc-row-2 .pc-row-2-c2 .main{
        overflow: hidden;
    }
    .trade-panel .pc-row-2-c2 .main .sell-buy-bar .depth-sell, .trade-panel .pc-row-2-c2 .main .sell-buy-bar .depth-buy{
        height: 150px;
    }
    .trade-panel .pc-row-2-c2 .main{
        height: 350px;
    }
    #depth{
        height: 460px;
        background: none;
    }
    .chart-main{
        position: absolute;
		width: 100%;
		z-index: 997;
		left: 0px;
		height: 490px;
		top: 60px;
		background: #1e2026;
		padding-top: 10px;
		border: #1e2026 solid 1px;
		display:none;
    }
	#conTransaction .chart-main{
		top: 60px;
	}
	.chart-sort {
		position: initial;
		display:none;
	}
	.chart-sort a{
		height: 23px;
	}
	.chart-sort p{
		margin-right: 10px;
	}
    .trade-panel .tp-row-1 .tr2-c2{
        display: none;
    }
    .trade-panel .page-content .pc-row-2 .pc-row-2-c3{
        position: absolute;
        z-index: 1000;
		display:none;
        background: #1b1d23;
        width: 100%;
        -webkit-box-shadow: 0 1px 5px #1b1d23;
        box-shadow: 0 1px 5px #1b1d23;
        padding: 15px 5px;
        top: 60px;
    }
    .trade-panel .page-content .mini-ticker .mt-search-wrap{
        background: #12161c;
    }
    .trade-panel .page-content .mini-ticker{
        padding: 0px 10px;
    }
    .trade-panel .page-content .pc-row-2 .pc-row-2-c1 .buy-and-sold-main .panel{
        width: 100%;
    }
    .trade-panel .page-content .pc-row-2 .pc-row-2-c1 .inner{
        height: 400px;
    }
    .sold-out{
        display: none;
    }
    .sell-buy-bar-num{
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }
    .trade-panel .page-content .pc-row-2 .pc-row-2-c1 .buy-and-sold-main .inner-panel .buy-in-price span, .trade-panel .page-content .pc-row-2 .pc-row-2-c1 .buy-and-sold-main .inner-panel .buy-in-sum span, .trade-panel .page-content .pc-row-2 .pc-row-2-c1 .buy-and-sold-main .inner-panel .sold-out-price span, .trade-panel .page-content .pc-row-2 .pc-row-2-c1 .buy-and-sold-main .inner-panel .sold-out-sum span{
        font-size: 13px;
    }
    .trade-panel .page-content .pc-row-2 .pc-row-2-c1 .buy-and-sold-main .inner-panel .input-wrap{
        margin-top: 10px;
        border: none;
        outline: none;
        box-shadow: none;
    }
    #chartHeader{
        display: none;
    }
    .pc-ssx{
        margin-top: 0px;
    }
    .trade-panel .page-content .pc-row-2{
        
    }
    .f-cb{
        font-size: 12px;
    }
    .trade-panel .page-content .pc-row-2 .pc-row-2-c1 .buy-and-sold-main .panel .inner-panel{
        padding: 0px;
    }
    .inner-select{
        display: block;
    }
    .inner-select{
        padding: 0px 0px 15px 0px;
        width: 100%;
    }
    .inner-select a{
        font-size: 15px;
        padding-bottom: 5px;
        color: #fff;
        margin-right: 10px;
    }
    .inner-sort{
        margin-bottom: 10px;
    }
	.symbol-wap{
		line-height: 30px;
		font-weight: 600;
	}
    .inner-sort a i{
        font-size: 16px;
    }
    .trade-panel .page-content .pc-row-2 .pc-row-2-c1 .inner{
        padding-top: 0px;
		border:none;
    }
    .inner-sort-box{
        margin-top: 15px;
    }
    .inner-sort-box a{
        padding: 6px 12px;
        border: solid 1px #1a58e9;
        font-size: 12px;
        color: #1a58e9;
        border-radius: 4px;
        margin-right: 2px;
    }
    .inner-sort-box .active{
        background: #1a58e9;
        color: #fff;
    }
    .trade-panel .page-content .pc-row-2 .pc-row-2-c1 .buy-and-sold-main .inner-panel .btn{
        margin-top: 50px;
    }
    .trade-panel .page-content .mini-ticker{
        height: 431px;
    }
    .trade-panel .page-content .mini-ticker .mt-data-main{
        height:290px
    }
    .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .head-list span:nth-child(2), .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .list dl dd span:nth-child(2){
        display: none;
    }
    .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .head-list span{
        font-size: 13px;
    }
    .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .head-list span:nth-child(3){
        display: none;
    }
    .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .head-list span:nth-child(4){
        display:none;
    }
    .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main{
        padding: 0px;
    }
    .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .main-list dl dd{
        height: 60px;
        position: relative;
    }
    .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .main-list dl{
        height: 60px;
    }
    .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .list dl dd span:nth-child(3){
        display: block;
        position: absolute;
        left: 15px;
        top: 20px;
    }
    .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .list dl dd span:nth-child(4){
        display: block;
        position: absolute;
        left: 45px;
        top: 20px;
    }
    .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .main-list dl dd span{
        display: block;
        float: left;
    }
    .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .head-list span:first-child, .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .list dl dd span:first-child{
        width: 40%;
    }
    .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .list dl dd span:nth-child(5),.trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .head-list span:nth-child(5){
        width: 25%;
    }
    .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .head-list span:nth-child(6),.trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .list dl dd span:nth-child(6){
        width: 25%;
    }
    .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .head-list span:last-child, .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .list dl dd span:last-child{
        width: 10%;
    }
    .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .head-list span{
        color: rgb(132, 142, 156);
    }
    .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .list dl dd span:nth-child(5),.trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .list dl dd span:nth-child(6), .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .list dl dd span:last-child{
        padding-top: 10px;
    }
    .chaport-container{
        display: none;
    }
    .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .head{
        background:#1b1d23;
    }
    .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .head .entrust span{
        border: none !important;
        font-size: 13px;
        height: auto;
        padding: 0px 10px;
        margin: 0px 5px;
		line-height: 37px;
    }
    .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .head span.cur{
    }
    .container{
        width: 100%;
    }
    .otc-panel table thead th, .otc-panel table tbody td{
        font-size: 13px;
    }
    .otc-main-header .otc-header-search i.fa-question-circle{
        display: none;
    }
    .otc-main-header .otc-header-search div.search{
        margin-left: 10px;
    }
    .home-slider.container{padding:0;}
    .otc-main-header {
        padding: 20px 10px;
		overflow:hidden;
    }
    .otc-panel .otc-main table{
        padding: 0px 10px;
    }
    .otc-text{
        padding: 30px 10px;
    }
    #otcPanel .coins{
        padding: 20px 10px;
        background: #fff;
        border-bottom: solid 1px #f6f6f6;
        margin-top: 20px;
    }
    #otcPanel{
        padding: 0px 5px;
    }
    .trade-panel .tp-row-2 .tr2-inner{
        height: 320px;
    }
    .page-login #captcha2{
        width: 100%;
    }
    .geetest_detect{
        width: 100% !important;
    }
    .page-login #captcha2 .geetest_holder.geetest_wind .geetest_radar_btn{
        width: 100%;
    }
    .page-login #captcha2 .geetest_holder.geetest_wind .geetest_radar_tip, .page-login #captcha2 .geetest_holder.geetest_wind .geetest_success_radar_tip{
        width: 100%;
    }
    .page-login #captcha2 .geetest_holder.geetest_wind{
        width: 100% !important;
    }
    .page-register .inner-form{
        width: 500px !important;
    }
    .otc-dialog, .as-dialog, .as-currency-dialog, .api-dialog, .api-delete-dialog{
        position: fixed;
        overflow: auto;
    }
    .sidebar-nav{
        display: none;
    }
    #assetsmanager .sidebar-nav{
        display: block;
    }
	#assetsmanager .sidebar-nav ul li{
		width:50%;
		margin: 5px 0px;
		padding: 0px 5px;
	}
	#assetsmanager .sidebar-nav ul li a p{
		font-size:14px;
	}
    #view .inner-my-assets .estimate-all-assets{
        border: none;
        box-shadow: none;
    }
    #view .inner-my-assets .currency-type-detail{
        border: none;
        box-shadow: none;
    }
    #assetsmanager .sidebar-nav ul li a i{
        display: none;
    }
    #assetsmanager .sidebar-nav ul li a:hover{
        color: #fff;
    }
    #usercenter .content, #assetsmanager .content, #helpCenter .content, #customerService .content{
        width: 100%;
        margin-left: 0px;
    }
    #usercenter, #assetsmanager{
        padding: 0px 10px;
    }
    #view .user-account-security ul li{
        height: auto;
        overflow: hidden;
        zoom: 1;
    }
    #view .user-account-security .inner-security{
        width: 200px;
    }
    #view .user-account-invited ul li{
        padding-left: 0px;
    }
    #quit-load{
        display: none;
    }
    .home-header{
        position: fixed;
    }
    #MICHAT-FLOAT-WRAP{
        display: none !important;
    }
    .wap-header{
        display: block;
        width: 100%;
        height: 60px;
        position: fixed;
        z-index: 200100;
        left: 0px;
        top: 0px;
        background: #0d1736;
    }
    .wap-header a{
        display: block;
        width: 50px;
        height: 50px;
        line-height: 50px;
        left: 15px;
        color: #fff;
        position: fixed;
        top: 5px;
    }
    .wap-header a i{
        font-size: 25px;
    }
    .wap-header p{
        text-align: center;
        line-height: 60px;
        color: #fff;
        font-size: 20px;
    }
    .user-logout #quit-load{
        display: inline-block;
    }
    .otcsetting-panel .otcsetting-main .wrap-header{
        height: auto;
    }
    .otcsetting-panel .otcsetting-main .otcsetting-select{
        height: auto;
    }
    .otcsetting-panel .inner-otcsetting-panel{
        margin-top: 0px;
    }
    #view .inner-account-info .user-recommend .list .invitecode-title,#view .inner-account-info .user-recommend .list .invitecode{
        width: 100%;
    }
    #view .inner-account-info .user-recommend .list .invitelink-title,#view .inner-account-info .user-recommend .list .invitelink{
        display: none;
    }
    #invited{
        top: 0px;
    }
    #invited .header{
        display: none;
    }
    .inner-otcmyorder-panel{
        background: #fff;
        margin-top: 0px;
        padding:30px 10px 30px 10px
    }
    .otcmyorder-panel .otcmyorder-header .orders-option span{
        height: 40px;
        line-height: 40px;
        background: #f3f3f3;
        border: 1px solid #ebebeb;
    }
    .otcmyorder-main{
        width: 100%;
        overflow: auto;
    }
    .otcmyorder-panel .otcmyorder-main table{
        min-width: 830px;
    }
    .wap-box{
        text-align: center;
        padding: 20px 10px;
        display: block;
    }
    .wap-box a{
        margin: 0px 5px;
        font-size: 12px;
    }
    .li-asset-circle{
        display: inline-block;
    }
    .otcsetting-panel .otcsetting-main .file-upload img{
        margin-left: 10px;
        margin-top: 40px;
    }
    .rm-list-header{
        width: 100%;
        overflow: hidden;
        zoom: 1;
        height: auto;
        margin-bottom: 15px;
    }
    #invitedTable .rm-recharge span{
        float: left;
        width: 33.333%;
        display: block;
    }
	#invitedTable .pages .inner-pages span{
		float:none;
		display:inline;
	}
    .otc-panel .otc-header{
        background: #fff;
    }
    #recharge .rl-row span:last-child{
        padding-right: 5px !important;
    }

    /*合约交易*/
    #conTransaction #chartHeader{display: block;
        width: 100%;
        position: absolute;
        border-radius: 0px;
		display:none;
    top: 10px;}
    #conTransaction #tv_chart_container_k{display: block;
    top: 140px;}
    #conTransaction .cts_rt_datatable{
        background: #1b1d23 !important;
        position: absolute;
        z-index: 999;
        right: 0px;
		top:10px;
        width: 44%;
        padding: 10px 0px;}
    #conTransaction .conTransactionInner{
      width: 100%;
      position: absolute;
      top: 500px;
      left: 0px;
      height: 400px;
      z-index: 199;
      background: #1b1d23;
      padding: 10px 0px;
    }
    #conTransaction .conTransactionInner .head{border:none;}
    #conTransaction .page-content{height:900px;}
    #conTransaction #chartHeader table{display:table;
    width: 100%;
margin-top: 10px;}
.custom_lfl_lay.trade-panel .page-content .mini-ticker{
	border:none;
}
.custom_lfl_lay.trade-panel .page-content .pc-row-2 .pc-row-2-c1 .buy-and-sold-main .inner-panel .btns_cts .btn{
	border-radius:10px;
}
.lt_rt_text{
	display:none;
}
/*合约交易*/
#conTransaction .conTransactionInner .main .list dl dd span:nth-child(4),#conTransaction .conTransactionInner .main .list dl dd span:nth-child(3){
    position: unset;
}
#conTransaction .main .head-list span:nth-child(2),#conTransaction .main .list dl dd span:nth-child(2),#conTransaction .main .head-list span:nth-child(3),#conTransaction .main .head-list span:nth-child(4){
    display: table-cell;
}
#conTransaction .main .list dl dd span{
    display: table-cell;
    width: auto;
}
#conTransaction .main .list dl dd span:nth-child(5),#conTransaction .main .list dl dd span:nth-child(6),#conTransaction .main .list dl dd span:last-child{
    padding-top: 0px;
}
#conTransaction .main{width: 100%;
overflow: auto !important;
margin-top: 0px;
height: 330px;}
#conTransaction .main .main-list{
    width: 100%;
}
#conTransaction .main .main-list .list{
    height: 260px;
}



#conTransaction .main #currentget1 .head-list span:nth-child(1),#conTransaction .main #currentget1 .head-list span:nth-child(2),#conTransaction .main #currentget1 .head-list span:nth-child(4),#conTransaction .main #currentget1 .head-list span:nth-child(5){
	display:none;
}
#conTransaction .main #currentget1 .current-list dl span:nth-child(1),#conTransaction .main #currentget1 .current-list dl span:nth-child(2),#conTransaction .main #currentget1 .current-list dl span:nth-child(4),#conTransaction .main #currentget1 .current-list dl span:nth-child(5){
	display:none;
}
#conTransaction .main #currentget1 .head-list span:last-child{
	width: 19%!important;
}
#conTransaction .main #currentget1 .head-list span {
    text-align: center;
    width: 14%!important;
}
#conTransaction .main #currentget1 .current-list dl dd span:last-child{
	width: 22%!important;
}
#currentget1 .list span{
	width: 22%!important;
}

#conTransaction .main #currentList1  .head-list span:nth-child(2),#conTransaction #currentList1 .head-list span:nth-child(3),#conTransaction .main #currentList1 .head-list span:nth-child(10),#conTransaction .main #currentList1 .head-list span:nth-child(6),#conTransaction .main #currentList1 .head-list span:nth-child(8),#conTransaction .main #currentList1 .head-list span:nth-child(9){
	display:none !important;
}
#conTransaction .main #currentList1  .current-list dl span:nth-child(2),#conTransaction #currentList1 .current-list dl span:nth-child(3),#conTransaction .main #currentList1 .current-list dl span:nth-child(10),#conTransaction .main #currentList1 .current-list dl span:nth-child(6),#conTransaction .main #currentList1 .current-list dl span:nth-child(8),#conTransaction .main #currentList1 .current-list dl span:nth-child(9){
	display:none !important;
}
#conTransaction .main #currentList1  .current-list dl span{
	width: 16%!important;
    text-align: center;
}
#conTransaction .main #currentList1  .current-list dl span:first-child{
	width: 34%!important;
    text-align: center;
}
#conTransaction .main #historyList1  .head-list span:nth-child(2),#conTransaction .main #historyList1  .head-list span:nth-child(3),#conTransaction .main #historyList1  .head-list span:nth-child(5),#conTransaction .main #historyList1  .head-list span:nth-child(6),#conTransaction .main #historyList1  .head-list span:nth-child(9){
	display:none !important;
}
#conTransaction .main #historyList1  .history-list  span:nth-child(2),#conTransaction .main #historyList1  .history-list  span:nth-child(3),#conTransaction .main #historyList1  .history-list span:nth-child(5),#conTransaction .main #historyList1  .history-list span:nth-child(6),#conTransaction .main #historyList1 .history-list span:nth-child(9){
	display:none !important;
}
#historyList1 .list span {
    width: 16%!important;
}
#historyList1 .list span:first-child {
    width: 36%!important;
}


#conTransaction .inner-select{
	padding:0px 5px 10px 5px;
}
.custom_lfl_lay.trade-panel .pc-row-2-c2 .main-header .header{
	font-size:12px;
}
.conTransactionInner .tr2-c1{
    display: block !important;
    width: 100% !important;
}
.custom_lfl_lay.trade-panel .page-content .pc-row-2 .pc-row-2-c1 .buy-and-sold-main .inner-panel .input-wrap>span{
	padding-right: 5px !important;
	padding-left: 5px !important;
    font-size: 12px !important;
}
.custom_lfl_lay.trade-panel .page-content .pc-row-2 .pc-row-2-c1 .buy-and-sold-main .panel .inner-panel{
	padding-left: 5px;
    padding-right: 5px;
}
.cts_head_title{
	margin: 0 5px;
	display:none;
}
    .opengranary{
		position: absolute;
		width: 55%;
		top: 0px;
		left: 0px;
		z-index: 200;
		border:none;
    }
    #conTransaction .page-content .pc-row-2 .pc-row-2-c1{
        padding: 0px;
    }
    #conTransaction .page-content .pc-row-2 .pc-row-2-c1 .inner{
        height: 360px;
    }
	 #conTransaction .chart-main{
		 z-index:1100;
	 }
    .conTransaction-menu{
        position: absolute;
        top: 30px;
        display: block;
        right: 10px;
    }
    .conTransaction-menu a{
        top: 60px;
    width: 210px;
    left: 5px;
    border-radius: 4px;
    }
    #conTransaction .page-content .pc-row-2 .pc-row-2-c3{
        top: 60px;
        width: 210px;
    }
	#conTransaction .trade-panel .page-content .mini-ticker{
		border:none;
	}
    #view .inner-my-assets .estimate-all-assets {
        background: #ffffff;
        border-bottom: solid 1px #ebebeb;
    }
	
	/*赚币借币*/
	.loan-input input{
		width: 430px;
		height: 43px;
    }
    
    /*风格更新*/
    .home-header.nobg{
        background-color: #0d1736;
    }
    .home-banner-bg{
        display: none;
    }
    .home-top {
        padding-top: 80px;
    }
    .home-topbar-list{
		background:#FAFAFA;
		height:55px;
		
    }
	.home-topbar-list>div{
		width:100%;
	}
    .home-top{
		background:#0B0E11 no-repeat center/100%
		
    }
    .all-box-title h3{
		line-height: 1.25;
		font-size: 24px;
	}
	.all-box-title p{
		font-size: 14px;
		line-height: 1.5;
	}
	.Advantage,.Panduan-pemula{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	#homeTicker{
		padding-left: 15px;
		padding-right: 15px;
	}
	.home-topbar-img{
		bottom: 0px;
		left: 0px;
		background: #FAFAFA;
		padding:0px 15px;
		display:none;
	}
	#homeTicker .ticker-content{
		margin-top:0px;
	}
	.home-top{
		height:415px;
	}
	.home-topbar-news{
		display:none;
	}
	.home-imglist-box{
		margin-top:25px;
		margin-bottom:25px;
	}
     /*在线充值*/
    .online-pay-input {
        width: 282px;
    }
    .online-pay-header{
        margin-top: 20px;
    }
    .online-pay-box{
        width: 33.333%;
    }
    .online-pay-box img{
        width: 100px;
        height: 100px;
    }
    .online-pay-box{
        font-size: 13px;
    }
	
}
@media screen and (max-width: 840px){
	::-webkit-scrollbar {
	width:0px;
	height:0px;}
	::-webkit-scrollbar-thumb{border-radius:0px;
	-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);
	background:#e1e4ed;}
	::-webkit-scrollbar-track{border-radius:10px;
	background:#fff;}
	.app-title h3{
		font-size: 30px;
	}
	.app-main-pic,.app-title{
		padding:0px 10px;
	}
	.app-title{
		padding-top:40px;
	}
	.app-main-download{
		width:100%;
	}
	.app-main-download a{
		padding: 10px 20px;
		font-size: 13px;
		margin: 0px 5px;
	}
	.app-main-pic{
		margin-top:10px;
	}
	.app-main-download .app-btn{
		padding: 9px 10px;
		display:none;
	}
	.conTransaction-agreement-main{
		padding:15px;
	}
    .otc-dialog .dialog-content, .as-dialog .dialog-content, .as-currency-dialog .dialog-content{
        background: none;
        margin-left: 0;
        left: 0;
        padding: 0px 10px;
        width: 100%;
    }
    .otc-dialog .dialog-content .inner, .as-dialog .dialog-content .inner, .as-currency-dialog .dialog-content .inner, .api-dialog .dialog-content .inner, .api-delete-dialog .dialog-content .inner{
        margin: 0;
        padding: 30px;
        background: #fff;
        padding: 40px 30px;
        margin-bottom: 60px;
    }
    .otc-dialog .dialog-content .inner button{
        margin-left: 30px;
        width: 140px;
    }
    .otc-dialog .dialog-content .inner .input-wrap label, .as-dialog .dialog-content .inner .input-wrap label, .as-currency-dialog .dialog-content .inner .input-wrap label, .api-dialog .dialog-content .inner .input-wrap label, label{
        width: 100%;
    }
    .otc-dialog .dialog-content .inner .input-wrap input[type="text"], .otc-dialog .dialog-content .inner .input-wrap input[type="password"]{
        width: 100%;
        padding: 0px 10px;
        margin: 0px;
    }
    .otc-dialog .dialog-content .inner .input-wrap, .as-dialog .dialog-content .inner .input-wrap, .as-currency-dialog .dialog-content .inner .input-wrap, .api-dialog .dialog-content .inner .input-wrap, .api-delete-dialog .dialog-content .inner .input-wrap{
        height: auto;
    }
    .otcsetting-panel .otcsetting-header span{
        padding-left: 15px;
    }
    #view .inner-address-manager .am-inner .input-wrap input{
        width: 300px !important;
    }
    #view .inner-address-manager .am-inner{
        margin: 0;
    }
    #view .inner-account-info .header, #view .inner-identity-verify .header, #view .inner-account-security .header, #view .inner-login-record .header, #view .inner-my-assets .header, #view .inner-top-up .header, #view .inner-get-coin .header, #view .inner-address-manager .header, #view .inner-assets-record .header, #view .inner-trade-bill .header1, #view .inner-api-manager .header, #view .inner-my-lockup .header, #view .inner-recharge-lock .header, #view .inner-detail-lock .header{
        padding: 10px 0px;
		margin-top: 15px;
    }
    #view .inner-assets-record .record-main .rm-recharge,#view .inner-assets-record .record-main .rm-withdraw {
        min-width: 600px;
    }
    #view .inner-assets-record .rm-list{
        min-height: 100px;
        overflow: auto;
    }
    #view .inner-assets-record .record-main{
        padding: 0px;
    }
    .pages{
        right: 30px !important;
        bottom: 30px;
    }
    #view .inner-trade-bill .list .list-main{
        height: 450px !important;
    }
    #view .inner-my-assets .currency-list .cl-row span, #view .inner-top-up .tr-list .tl-row span, #view .inner-recharge-lock .rr-list .rl-row span, #view .inner-get-coin .gr-list .gl-row span, #view .inner-address-manager .al-list .al-row span, #view .inner-assets-record .rm-list .rl-row span, #view .inner-trade-bill .list-main .lm-row span{
        font-size: 13px;
    }
    #view .inner-assets-record .record-main span.date, #view .inner-assets-record .record-main .rl-row span:first-child{
        width: auto !important;
    }
    
    #view .inner-assets-record .record-main span.date, #view .inner-assets-record .record-main .rl-row span:first-child{
        padding-left: 0px;
    }
    #view .inner-assets-record .record-main{
        margin-top: 0px;
        min-height: 520px;
    }
    #view .inner-assets-record{
        min-height: 100px;
    }
    #view .inner-assets-record .tab-record span{
        margin-left: 0px;
        font-size: 14px;
    }
    #view .inner-trade-bill .list>div{
        min-height: 550px;
        height: auto;
    }
    .entrustList{
        width: 100%;
        overflow: auto;
    }
    #view .inner-trade-bill .list .list-main,#view .inner-trade-bill .list .list-header{
        height: auto;
        width: 1100px;
    }
    
    #view .inner-top-up .topup-record, #view .inner-get-coin .getcoin-record, #view .inner-address-manager .address-list, #view .inner-assets-record .rm-list, #view .inner-trade-bill .list, #view .inner-recharge-lock .rechargelock-record, #view .inner-detail-lock .detail-list{
        padding: 0px;
    }
    .otc-dialog, .as-dialog, .as-currency-dialog, .api-dialog, .api-delete-dialog{
        padding: 20px 10px;
        width: 100%;
    }
    .api-dialog .dialog-content{
        width: 100%;
        left: 0;
        position: static;
        margin-top: 70px;
        margin-left: 0;
    }
    #view .inner-top-up .tm-inner label, #view .inner-recharge-lock .rm-inner label{
        width: 100%;
    }
    #view .inner-top-up .tm-inner input, #view .inner-recharge-lock .rm-inner input{
        width: 100%;
        margin-bottom: 10px;
    }
    #view .inner-top-up .tm-inner .input-wrap{
        position: relative;
    }
    .address-cz{
        display: inline;
        margin-left: -70px;
        position: absolute;
        top: 0px;
        right: 0px;
    }
    #view .inner-top-up .tm-inner .coin-address .qrcode #qrcode{
        right: 0px;
        top: 30px;
    }
    #view .inner-top-up .tm-inner .input-wrap, #view .inner-recharge-lock .rm-inner .input-wrap{
        height: auto;
        margin-bottom: 0px;
    }
    #view .inner-top-up .tm-inner, #view .inner-recharge-lock .rm-inner{
        margin: 0px 20px 30px 20px;
    }
    .tr-list{
        width: 100%;
        padding: 10px;
        overflow: auto;
    }
    #view .inner-top-up .topup-record .tr-list-header,#view .inner-top-up .topup-record .tr-list-main{
        min-width: 780px;
    }
    #view .inner-top-up .topup-record .tr-list-main{
        min-height: 100px;
    }
    #view .inner-top-up .tips-list, #view .inner-recharge-lock .tips-list{
        margin-left: 0px;
        padding: 0px 15px;
    }
    #view .inner-top-up ul li, #view .inner-recharge-lock .rm-inner ul li{
        list-style-type: none !important;
        line-height: 20px;
    }
    #view .inner-get-coin .input-wrap label{
        width: 100%;
    }
    #view .inner-get-coin .input-wrap select, #view .inner-get-coin .input-wrap input{
        width: 100% !important;
        margin-bottom: 10px;
    }
    #view .inner-get-coin .gm-inner{
        margin-left: 0px;
    }
    .getcoin-main{
        padding: 0px 10px;
    }
    #view .inner-get-coin{
        height: auto;
        padding-bottom: 40px;
    }
    #view .inner-get-coin .tips-list{
        margin-left: 0px;
        padding: 0px 15px;
    }
    #view .inner-get-coin .tips-list li{
        list-style-type:none
    }
    #view .inner-get-coin .gm-inner .btn-confirm{
        width: 200px;
        margin: 0 auto;
        margin-top: 30px;
    }
    #view .inner-get-coin .input-wrap{
        height: auto;
        margin-bottom: 0px;
        overflow: hidden;
        zoom: 1;
    }
    .otcmyorder-panel .otcmyorder-header .orders-option{
        width: 100%;
        margin-top: 15px;
    }
    .otcmyorder-panel .otcmyorder-header .title{
        font-size: 20px;
        color: #535658;
    }
    .otcmyorder-panel .otcmyorder-main table th, .otcmyorder-panel .otcmyorder-main table td{
        font-size: 13px;
    }
    .otc-panel .otc-header-inner .list-header span{
        color: #1a58e9;
        font-size: 14px;
    }
    .otc-panel .otc-main table {
        overflow: auto;
        height: auto;
        min-height: 100px;
    }
    .ticker .ticker-content .ticker-content-main dl .coin-unit span:last-child i{
        font-size: 18px;
        color: #1a58e9;
    }
    #view .inner-assets-record .record-main .rl-row span:last-child{
        padding-right: 16px !important;
        padding-left: 0px !important;
    }
    .cts_rt_datatable .list-space{
        font-size: 12px;
    }
}
@media screen and (max-width: 730px){
	.inner-trade-bill 
	.conTransaction-agreement-main{
		top:40px;
	}
	.textbtn{
		padding:20px 0px;
	}
	.agreement-text{padding:15px;}
	.agreement-text h4{
		margin-top:0px;
		font-size:17px;
	}
	.textBox p{font-size:13px;}
    .help-bg img{
        height: 200px;
    }
    .help-bg-box{
        top: 25%;
    }
    .help-bg-box h2{
        font-size: 30px;
    }
    #buyin,#soldout{
        display: block;
        min-width: 100%;
        min-height: 100px;
    }
    .otc-main .list-main thead{
        display: none;
        min-width: 100%;
    }
    
    .otc-panel table tbody td button{
        width: 80px;
        font-size: 12px;
    }
    .otc-panel table thead th font{
        display: none;
    }
    .otc-panel table tbody td,.otc-panel table tbody tr{
        display: block;
    }
    .otc-panel table tbody tr{
        width: 100%;
        overflow: hidden;
        height: auto;
        line-height: 50px;
        zoom:1;
        position: relative;
    }
    .otc-main-header{
        border-bottom: solid 1px #f6f6f6;
    }
    .otc-panel table tbody td:nth-child(1){
        width: 100%;
        border: none;
        line-height: 50px;
        text-align: left;
        font-size: 16px;
        font-weight: 600;
        padding-left: 10px;
    }
    .otc-panel table tbody td:nth-child(4){
        display: none;
    }
    .otc-panel table tbody td:nth-child(2){
        border: none;
        position: absolute;
        right: 10px;
        top: 50px;
        color: #da7b7b;
    }
    .otc-panel table tbody td:nth-child(3),.otc-panel table tbody td:nth-child(5){
        width: 100%;
        border: none;
        text-align: left;
        padding-left: 10px;
        line-height: 40px;
    }
    .otc-panel table tbody td:nth-child(6),.otc-panel table tbody td:nth-child(7){
        width: 50%;
        float: left;
        background: #f7f7f7;
        height: 50px;
    }
    .otc-panel table tbody td:nth-child(7){
        text-align: right;
        padding-right: 10px;
    }
    .otc-panel table tbody td:nth-child(6){
        padding-left: 10px;
    }
    .otc-panel table tbody td:nth-child(6) i{
        margin-top: 15px;
        display: block;
        float: left;
    }
    .otc-panel table tbody td span{
        display: inline;
    }
    .home-topbar-list .news-list #news-box{
        width: 100%;
        margin-left: 0;
        overflow: hidden;
    }
	.home-topbar-list .news-list{
		margin-top:0px;
	}
    .home-topbar-list>div{
        width: 100%;
    }
	.home-topbar-list .news-list p{
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
    .home-topbar-list .news-list a:hover{
        color: #d9e4ff;
    }
    /* .news-more{ */
        /* display: none; */
    /* } */
    .ai-fat{
        display: none;
    }
    .ticker .ticker-content .ticker-content-main dl .coin-unit span:nth-child(3), .ticker .ticker-content .ticker-content-head span:nth-child(3){
        width: 200px;
    }
    .kf{
        right: 10px;
        width: 50px;
        height: 50px;
        bottom: 60px;
    }
    .base-currency .desc{
        font-size: 12px;
        color: #999;
    }
	
	
	 /************************************新增修改************************************/
    .ticker .ticker-content .ticker-content-head span:nth-child(4){

    }
    .ticker .ticker-content .ticker-content-main dl .coin-unit{
        height: 70px;
        position: relative;
    }
    .ticker .ticker-content .ticker-content-main dl dd,.ticker .ticker-content .ticker-content-main dl{
        height: auto;
        padding: 0px;
    }
    .ticker .ticker-content .ticker-content-main dl .coin-unit .option a{
        padding:5px 10px;
        font-size:12px;
        color:rgb(14, 203, 129);
        border-radius:4px;
        border:1px solid #dee2e9;
    }
    .home-topbar-list{
       
    }
	.web-title{
		text-align:left;
		padding-left:15px;
		padding-right:15px;
	}
	.web-title-concnet h2{
		font-size:28px;
	}
	.web-title-concnet h3{
		font-size:28px;
	}
	.otcTo{
		margin:0px;
		margin-top:30px;
		width:100%;
		height:auto;
	}
	.otcTo.fast-register input{
		height: 40px;
		width:100%;
	}
	.otcTo button{
		height: 40px;
		width:100%;
		margin-top:15px;
	}
	.home-top{
		height: 445px;
	}
	.Panduan-pemula,.Advantage{
		display:none;
	}
	.ticker .ticker-content .ticker-content-main dl{
		padding:0px 15px;
	}
    /************************************新增修改************************************/
    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
        margin: 0 ;
    }
    .swiper-pagination-bullet{
        border-radius: 0;
        width: 25px;
        height: 3px;
    }

    .home-topbar-news{
        padding: 0 15px;
        margin:0;
    }
    .bar{
        border-radius: 50px;
        background: #F8F7F6;
        padding:5px 10px;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets{
        bottom: 15px;
    }
    .fa{
        display:none;
    }
    .wap-footer{
        display: block;
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 60px;
        background: #fff;
        z-index: 1000;
        box-shadow:none;
    }
    .wap-footer a p{
        color: #707070;
    }
    .home-topbar-news{
        margin: 20px 0px 10px 0px
    }
    #homeTicker .ticker-head{
        margin-top: 20px;
    }
    #tickerType span{
        border: 1px solid #C99400;
        width: 50px;
        margin-right: 10px;
    }
    .ticker .ticker-nav span:hover em, .ticker .ticker-nav span.cur em{
        color: #ffffff;
    }
    .ticker .ticker-nav span em {
        font-size: 12px;
        color: #C99400;
    }
    .ticker .ticker-nav span.cur{
        border-bottom：none;
        background: #C99400;
    }
    .swiper-slide{

    }
    /************************************新增修改************************************/
    .ticker .ticker-content .ticker-content-main dl .coin-unit span:nth-child(3){

        top:20px;
        left: 0px;
        color: #666;
        font-size: 12px;
    }
    .amount{
        text-align: center;
    }
    .otc-dialog .dialog-content .inner .input-wrap input[type="text"]{
        text-align: left;
    }
    /************************************新增修改************************************/
    .ticker .ticker-content .ticker-content-head span{
        display: block;
        width: 20.333% !important;
        float: left;
        font-size: 12px;
        color:#979fb1;
    }
    .ticker .ticker-content .ticker-content-main dl .coin-unit span:first-child{
        display: none;
    }
    /************************************新增修改************************************/
    .ticker .ticker-content .ticker-content-main dl .coin-unit span{
		padding-top: 0px !important;
    }
    .ticker .ticker-content .ticker-content-main dl .coin-unit span:last-child{
        text-align: right;
        padding-right: 0;
    }
    .ticker .ticker-content .ticker-content-main dl .coin-unit span:last-child i{
        font-size: 18px;
        color: #1a58e9;
    }
    .ticker .ticker-content .ticker-content-head span.pairs{
        width: 50% !important;
    }
    /************************************新增修改************************************/
    .ticker .ticker-content .ticker-content-head span.change{
        width: 20% !important;
        float: right;
    }

    /************************************新增修改************************************/
    .ticker .ticker-content .ticker-content-head span:last-child{
        width: 20% !important;
        text-align: right;
        padding-right: 10px;
        display:none;
    }
    /************************************新增修改************************************/
    .rate .rate-box{
        display:block !important;
    }
    /************************************新增修改************************************/
    .ticker .ticker-content .ticker-content-main dl .coin-unit span:nth-child(2){
        width: 50% !important;
        padding-top: 10px;
    }
    /************************************新增修改************************************/
    .ticker .ticker-content .ticker-content-main dl .coin-unit span:nth-child(4){

        padding-top: 10px;
        font-size: 13px;

    }
	.ticker .ticker-content .ticker-content-head.index-ticker-content{display:none;}
	.ticker .ticker-content .wap-table-head{display:block;}
	.ticker .ticker-content .ticker-content-main dl{
		height: 60px;
		line-height: 60px;
	}
    /************************************新增修改************************************/
    .rate-box{
        background: rgb(246, 70, 93);
        color: #fff;
        border-radius: 4px;
        text-align: center;
        height: 30px;
        line-height: 30px;

    }
	.home-slider .swiper-cover{
		    margin: 20px 0;
	}
    /************************************新增修改************************************/
    .rate-box-addcolor{
        background:rgb(14, 203, 129) !important;
    }
    /************************************新增修改************************************/
    .ticker .ticker-content .ticker-content-main dl .coin-unit span:last-child{
        width: 20% !important;
        margin-top: 10px;
        display:none;
    }
    .ticker .ticker-content .ticker-content-main dl .coin-unit span:last-child{
        width: 20% !important;
        margin-top: 10px;
    }
    /************************************新增修改************************************/
    .ticker .ticker-content .ticker-content-main dl .coin-unit span:nth-child(3){
        width: 30% !important;
        padding-top: 10px;
    }
    .ticker .ticker-content .ticker-content-main{
        height:auto;
        overflow:hidden;
    }
    #homeTicker .ticker-content{
        margin-top: 0px;
    }
    .ticker .ticker-nav span em{
        font-size: 13px;
    }
    .ticker .ticker-nav span{
        height: 40px;
        overflow: hidden;
        line-height: 40px;
    }
    .ticker .ticker-nav{
        height: 40px;
    }
    .home-header .head-logo{
        padding-left: 0px;
    }
    .ticker .ticker-content .ticker-content-head{
        padding: 10px 0px;
    }
    .home-header{
        height: 50px;
        position: fixed;
    }
	
	/*修改结束*/
    #MainView{
        padding-top: 60px !important;
        padding-bottom: 50px !important;
        height: 100vh;
        overflow: auto;
    }
    .home-header .head-logo img{
        margin-top: 9px;
    }
    .home-header .head-user li{
        line-height: 50px;
    }
    .home-header .head-user .change-language{
        line-height: 50px;
        padding: 0px;
        height: 70px;
		margin-right:0px;
    }
    .pages-bg{
        top: 50px;
    }
    .otc-panel .otc-main table{
        overflow: auto;
        height: auto;
        min-height: 100px;
    }
    #otcPanel .coins{
        margin-top: 10px;
    }
    .otc-text{
        margin-top: 10px;
    }
    .otc-text p{
        font-size: 13px;
    }
    .otc-text h3{
        font-size: 15px;
    }
    .otc-main-header .otc-ad{
        width: 100%;
    }
    .otc-main-header .otc-header-search{
        width: 100%;
    }
    .otc-main-header .otc-header-search{
        padding-left: 0px;
    }
    .otc-panel .otc-header-inner button {
        width: 100px;
        height: 35px;
        line-height: 35px;
        font-size:16px;
    }
    .left-btns{
        width: 200px;
    }
    #otc-ad{
        color: #de7474 !important;
    }
    .otc-panel .otc-main{
        margin-bottom: 0px;
        min-height: 200px;
    }
    .page-login{
        padding: 0px 10px;
    }
    .page-register{
        padding: 0px;
    }
    .page-resetpassword{
        padding: 0px;
    }
    .page-login, .page-register .register-wrap{
        padding: 50px 10px;
    }
    .resetpassword-link{
        top: 210px !important;
		right:45px  !important;
    }
    .page-login, .page-register, .page-resetpassword{
        overflow: auto;
    }
    .page-register .reg-back #regBtn{
        margin-right: 0px;
    }
    .page-resetpassword .inner-form .confirm-btn{
        margin-right: 0px !important;
    }
    #view .user-account-security ul{
        padding: 0px 10px;
    }
    #view .user-account-security .inner-security-btn a, #view .user-account-security .inner-security-btn button{
        width: 70px;
    }
    #view .user-detail .title, #view .user-account-security .title{
        padding-left: 10px;
        font-size: 17px;
    }
    #view .inner-account-info .user-detail .user-info1{
        padding: 0px 15px;
    }
    #view .inner-account-info .user-detail .user-info1 li{
        padding:10px 0px;
        font-size: 14px;
    }
    #view .inner-account-info .user-detail{
        height: 132px;
    }
    #view .user-account-security .inner-security .inner_security-title{
        font-size: 13px;
    }
    #view .user-account-security .inner-security .inner_security-title, #view .user-account-security .inner-security .inner-security-content{
        font-size: 13px;
		float:none;
    }
    #view .user-account-security .inner-security-btn a, #view .user-account-security .inner-security-btn button{
        font-size: 14px;
		line-height: 20px;
		width: 60px;
    }
	#view .inner-account-info .user-detail .user-info1{
		box-shadow:none;
	}
    .as-dialog .dialog-content .inner .input-wrap input[type="text"], .as-dialog .dialog-content .inner .input-wrap textarea, .as-dialog .dialog-content .inner .input-wrap input[type="password"], .as-currency-dialog .dialog-content .inner .input-wrap input[type="text"], .as-currency-dialog .dialog-content .inner .input-wrap input[type="password"], .api-dialog .dialog-content .inner .input-wrap input[type="text"], .api-dialog .dialog-content .inner .input-wrap input[type="password"], .api-delete-dialog .dialog-content .inner .input-wrap input{
        width: 100%;
    }
    .img-code input,.mobile-code input{
        width: 100px !important;
    }
    .as-dialog .dialog-content .inner button.submit, .as-currency-dialog .dialog-content .inner button.submit, .api-dialog .dialog-content .inner button.submit, .api-delete-dialog .dialog-content .inner button.submit{
        width: 100%;
    }
    .wap-header{
        height:50px;
    }
    .wap-header a{
        display: block;
        width: 50px;
        height: 50px;
        line-height: 50px;
        left: 15px;
        color: #fff;
        position: fixed;
        top: 0px;
    }
    .wap-header a i{
        font-size: 25px;
    }
    .wap-header p{
        text-align: center;
        line-height: 50px;
        color: #fff;
        font-size: 16px;
    }
    #view .identity-verify .step1 .form-wrap input{
        width: 200px;
    }
    #view .identity-verify .step1 .form-wrap select{
        width: 200px;
    }
    #view .identity-verify .step1 .form-wrap .input-tips{
        margin-left: 0px;
    }
    #view .identity-verify .step1, #view .identity-verify .step2{
        padding: 0px 10px;
    }
    #view .identity-verify .step2 button{
        width: 200px;
    }
    #view .identity-verify .step2{
        padding-top: 40px;
    }
    #view .identification{
        padding-bottom: 30px;
    }
    .otcsetting-panel .otcsetting-main .input-wrap input{
        width: 300px;
        float: left;
    }
    .otcsetting-panel .otcsetting-main .input-wrap{
        width: 400px;
        margin:0 auto;
        margin-top: 30px;
    }
    .otcsetting-panel .otcsetting-main .confirmBtn{
        float: none;
        width: 200px;
        margin:0 auto;
        margin-top: 30px;
    }
    .otcsetting-panel .otcsetting-main .zhifubao-input, .otcsetting-panel .otcsetting-main .weixin-input, .otcsetting-panel .otcsetting-main .visa-input{
        width: 100%;
    }
    .otc-panel table thead th, .otc-panel table tbody td{
        width: 102px;
    }
    .jobinfo-concent button{
        right: 50px;
    }
	
	
	.loan-form{
		width:100%;
		padding: 15px 20px;
	}
	.loan-main{
		padding:0px 10px;
	}
	.loan-advantage-i{
		width:100%;
	}
	.loan-i-main{
		margin:10px auto;
	}
	.loan-pic{
		width:100%;
		margin-bottom:20px;
	}
	.loan-Listtext{
		width:100%;
	}
	.loan-input input{
		width: calc(100% - 160px);
	}
	.loan-top span{
		margin: 0px 5px;
		font-size: 12px;
	}
	.loan-banner{
		display:none;
	}
	.loan-pic img{
		width:100%
	}
	.loan-Listtext{
		padding:0px 10px;
	}
	.loan-Listtext p {
		margin-top: 20px;
		font-size: 15px;
	}
	.loan-advantage-title h3{
		font-size:20px;
	}
	.loan-faqBox p,.loan-faqBox h4{
		font-size:14px;
    }
    
    /*new style*/
    .home-top{
        padding-top: 60px;
    }
	
}
@media screen and (max-width:600px){
	.page-login .inner-form .input-tip, .page-register .inner-form .input-tip, .page-resetpassword .inner-form .input-tip{
		height:30px;
	}
	.resetpassword-link{
		top: 215px !important;
		right: 50px !important;
	}
	.kj-intro{
		display:none;
	}
	.kj-to{
		width:100%;
	}
	.Toform {
		margin: 0 auto;
		float: none;
	}
    .swiper-slide{
        height: 220px;
        margin-right: 0px;
    }
    .pages-bg img{
        height: 270px;
    }
    .home-top{
        height: 475px;
		overflow:hidden;
    }
    .home-topbar-list .news-list #news-box{
        height: 40px;
    }
    .pages-bg{
        top: 50px;
    }
    .home-topbar-list .news-list .news-title{
        height: 40px;
    }
    .ticker .ticker-nav span em{
        font-size: 12px;
    }
    .home-header .head-user li{
        margin-left: 5px;
    }
    .trade-panel .page-content .pc-row-2 .pc-row-2-c1{
        flex: 1.2;
    }
    .trade-panel .pc-row-2-c2 .main-header .header span font{display: none;}
    .sell-buy-bar-num{
        font-size: 12px;
        overflow: hidden;
    }
    .trade-panel .pc-row-2-c2 .main-header dl dt .amount{
        display: none;
    }
    .trade-panel .pc-row-2-c2 .main-header dl dt .price, .trade-panel .pc-row-2-c2 .main-header dl dt .num{
        width: 50% !important;
        text-align: left;
        padding-left: 5px;
    }
    .trade-panel .pc-row-2-c2 .main .inner .amount{
        display: none;
    }
    .trade-panel .pc-row-2-c2 .main .inner .price, .trade-panel .pc-row-2-c2 .main .inner .num{
        width: 50% !important;
        text-align: left;
        padding-left: 5px;
    }
    .trade-panel .page-content .pc-row-2 .pc-row-2-c2 .main-header{
        padding: 0px;
    }
    .trade-panel .tp-row-2 .tr2-inner .tr2-c1 #currentList dl dd span:last-child:hover{
        color:#de7474;
    }
    .page-login .inner-form .title, .page-register .inner-form .title, .page-resetpassword .inner-form .title{
        font-size: 25px;
    }
    .page-login .inner-form, .page-resetpassword .inner-form, .page-register .inner-form{
        width: 100% !important;
    }
    .page-register .register-wrap .img-validate input,.page-register .register-wrap .mobile-validate input{
        width: 110px;
    }
    .page-register .register-wrap .img-validate img,.page-register .register-wrap .mobile-validate button{
        float: right;
        left: 0px;
    }
    .page-register .inner-form .agreement{
        font-size: 12px;
    }
    .page-login, .page-register .register-wrap{
        background: #fff;
    }
    .page-login .inner-form, .page-resetpassword .inner-form, .page-register .inner-form{
        box-shadow:none;
    }
    .otc-dialog .dialog-content .inner .title span, .as-dialog .dialog-content .inner .title span, .as-currency-dialog .dialog-content .inner .title span, .api-dialog .dialog-content .inner .title span, .api-delete-dialog .dialog-content .inner .title span{
        font-size: 20px;
    }
    #view .identity-verify .step4 .tips{
        width: 100%;
        padding: 0px 20px;
    }
    #view .identity-verify .step4 .tips img{
        display: block;
        float: none;
        margin: 0 auto;
    }
    #view .identity-verify .step4 .tips p{
        width: 100%;
        margin-top: 20px;
    }
    #view .identity-verify .step3 p, #view .identity-verify .step4 p, #view .identity-verify .step5 p{
        font-size: 18px;
        text-align: center;
    }
    .identity-text{
        padding: 10px 15px;
    }
    #view .inner-account-info .header, #view .inner-identity-verify .header, #view .inner-account-security .header, #view .inner-login-record .header, #view .inner-my-assets .header, #view .inner-top-up .header, #view .inner-get-coin .header, #view .inner-address-manager .header, #view .inner-assets-record .header, #view .inner-trade-bill .header1, #view .inner-api-manager .header, #view .inner-my-lockup .header, #view .inner-recharge-lock .header, #view .inner-detail-lock .header{
        padding: 10px 0px;
		font-size: 18px;
		margin-top: 15px;
    }
    .otcsetting-panel .inner-otcsetting-panel{
        margin-bottom: 0px;
    }
    #view .inner-address-manager .am-inner .address-input input{
        width: 250px !important;
    }
    #view .inner-address-manager .am-inner .input-wrap{
        height: auto;
        zoom: 1;
        overflow: hidden;
    }
    #view .inner-address-manager .am-inner .btn-add{
        float: none;
        margin-top: 20px;
    }
    #view .inner-address-manager .address-list .al-list-header select {
        background-color: #fff;
        color: #1e2d4b;
        border: none;
        outline: none;
        padding: 0px 5px;
        width: 90px;
        height: 30px;
        border: solid 1px #ddd;
        border-radius: 5px;
    }
    #view .inner-address-manager .address-list .al-list-header span.addr,#view .inner-address-manager .address-list .al-list-header span.note{
        display: none;
    }
    #view .inner-address-manager .al-list .al-row{
        height: 80px;
        position: relative;
    }
    #view .inner-address-manager .address-list .al-list-main .al-row span:nth-child(2){
        display: block;
        position: absolute;
        top: 20px;
        color: #ba4f4f;
        left: 20px;
        width: 100%;
    }
    #view .inner-address-manager .address-list .al-list-main .al-row span:nth-child(3){
        display: block;
        position: absolute;
        top: 40px;
        font-size: 12px;
        color: #989494;
        left: 20px;
        width: 100%;
    }
    #view .inner-address-manager .address-list .al-list-header span.selectoption, #view .inner-address-manager .address-list .al-list-main .al-row span:first-child{
        display: block;
        width: 70%;
        float: left;
    }
    #view .inner-address-manager .address-list .al-list-header span.operate,#view .inner-address-manager .address-list .al-list-main .al-row span:last-child{
        width: 30%;
        display: block;
        float: left;
    }
    #view .inner-address-manager .address-list .al-list-main .al-row span:last-child{
        padding-top: 15px;
    }
    #view .inner-address-manager{
        height: auto;
        min-height: 600px;
    }
    #view .inner-trade-bill .sort .market{
        margin: 0px;
    }
    #view .inner-trade-bill .sort{
        height: auto;
        line-height: 60px;
    }
    #view .inner-my-assets .currency-list .cl-row span:first-child{
        padding-left: 10px;
    }
    #view .inner-my-assets .eaa-inner .assets span{
        font-size: 18px !important;
    }
    #view .inner-my-assets .eaa-inner .assets{
        width: 100%;
        /*line-height: 50px;*/
    }
    #Jobs .rm-list-header span.date, #Jobs .rl-row span:first-child{
        width: auto !important;
    }
    .jobinfo-concent textarea{
        width: 100%;
        margin-left: 0px;
    }
    .jobinfo-concent{
        padding: 30px 15px;
    }
    .jobinfo-concent button{
        position: static;
        margin-top: 15px;
    }
    #notices .detail-main{
        padding: 30px 15px;
    }
    #notices .inner-news-list, #notices .inner-news-detail{
        margin: 0px;
    }
    #notices .detail-main .title{
        font-size: 20px;
    }
    #notices .detail-main{
        min-height: 670px;
    }
    #notices .inner-news-list .list span{
        font-size: 12px;
    }
    #notices .inner-news-list .list{
        padding: 15px 0px;
    }
    #notices .inner-news-list .list span.f-fl{
        float: none;
        display: block;
        width: 100%;
        padding-bottom: 10px;
    }
    #helpCenter .inner-news-list, #helpCenter .inner-news-detail, #helpCenter .inner-fee-list, #customerService .inner-user-agreement, #customerService .inner-private-policy{
        margin-bottom: 0px;
        margin-top: 0px;
    }
    #helpCenter #feeTB, #customerService #privacyPolicyTB, #customerService #userAgreementTB{
        margin: 0px 20px;
        padding-top: 20px;
    }
    #view .em1{
        width: 60px;
        font-size: 12px;
    }
    #view .em2{
        width: 60px;
        font-size: 12px;
    }
    #conTransaction #chartHeader table th:nth-child(0),#conTransaction #chartHeader table th:nth-child(6),#conTransaction #chartHeader table th:nth-child(7),#conTransaction #chartHeader table td:nth-child(0),#conTransaction #chartHeader table td:nth-child(6),#conTransaction #chartHeader table td:nth-child(7){display: none;}
    #view .user-account-security .inner-security .inner_security-title::after{
        top:9px;
    }


    .home-top{
        padding-top: 50px;
    }
		.inner-trade-type,.entrustType{
		display:none !important;
	}
}

@media screen and (max-width:450px){

    .page-login .inner-form, .page-resetpassword .inner-form, .page-register .inner-form{
        width: 100%;
    }
    .page-login, .page-register .register-wrap{
        padding: 40px 10px;
    }
    .page-login .inner-form, .page-resetpassword .inner-form, .page-register .inner-form{
        padding: 0px 15px;
    }
    .inner-form .form-box{
        padding: 30px;
    }
    .otc-dialog .dialog-content .inner .input-wrap input[type="text"], .otc-dialog .dialog-content .inner .input-wrap input[type="password"]{
        height: 35px;
        font-size: 13px;
    }
    .otc-dialog .dialog-content .inner button{
        width: 100px;
        margin-left: 5px;
    }
    .otc-dialog .dialog-content .inner .input-wrap label, .as-dialog .dialog-content .inner .input-wrap label, .as-currency-dialog .dialog-content .inner .input-wrap label, .api-dialog .dialog-content .inner .input-wrap label, label{
        font-size: 13px;
    }
    .otc-dialog .dialog-content .inner .tips{
        height: auto;
    }
    .as-dialog .dialog-content .inner .input-wrap input[type="text"], .as-dialog .dialog-content .inner .input-wrap textarea, .as-dialog .dialog-content .inner .input-wrap input[type="password"], .as-currency-dialog .dialog-content .inner .input-wrap input[type="text"], .as-currency-dialog .dialog-content .inner .input-wrap input[type="password"], .api-dialog .dialog-content .inner .input-wrap input[type="text"], .api-dialog .dialog-content .inner .input-wrap input[type="password"], .api-delete-dialog .dialog-content .inner .input-wrap input{
        margin-left: 0px;
        width: 100%;
    }
    .img-code input, .mobile-code input{
        width: 100% !important;
        margin-bottom: 10px;
    }
    .as-dialog .dialog-content .inner .img-code img, .as-currency-dialog .dialog-content .img-code img, .api-dialog .dialog-content .img-code img{
        margin-left: 0px;
    }
    .as-dialog .dialog-content .inner .mobile-code button, .as-currency-dialog .dialog-content .inner .mobile-code button, .api-dialog .dialog-content .inner .mobile-code button{
        margin-left: 0px;
    }
    .otcsetting-panel .otcsetting-main .input-wrap input{
        width: 100%;
    }
    .otcsetting-panel .otcsetting-main .input-wrap label{
        width: 70px;
    }
    .otcsetting-panel .otcsetting-main .input-wrap{
        width: 100%;
    }
    .otcsetting-panel .otcsetting-main .input-wrap{
        height: auto;
        overflow: hidden;
        zoom: 1;
        margin-top: 0px;
    }
    .otcsetting-panel .otcsetting-main{
        padding: 0px 15px;
        min-height: 720px;
        padding-bottom: 20px;
        height: auto;
    }
    .otcsetting-panel .otcsetting-main .file-upload {
        margin-top: 15px;
        
    }
    .otcsetting-panel .otcsetting-main .input-wrap input{
        padding: 0px 10px;
        height: 40px;
    }
	.otcsetting-panel .otcsetting-main .file-upload input{
        height: auto;
    }
    #view .inner-trade-bill .list .current-entrust .list-header span.time, #view .inner-trade-bill .list .current-entrust .lm-row span:first-child{
        width: 160px;
    }
    #view .inner-trade-bill .header .tab-entrust span{
        font-size: 14px;
    }
    #view .inner-my-assets .eaa-inner .assets span{
        line-height:20px;
    }
    #view .inner-my-assets .eaa-inner{
        padding-top: 15px;
    }
    #view .inner-my-assets .estimate-all-assets{
        height: 110px;
    }
    #view .inner-my-assets .eaa-inner .assets span:nth-child(1){
        display: block;

    }
    #view .inner-my-assets .tw-search-box{
        width: 170px;
    }
    #view .inner-my-assets .currency-list .cl-row span, #view .inner-top-up .tr-list .tl-row span, #view .inner-recharge-lock .rr-list .rl-row span, #view .inner-get-coin .gr-list .gl-row span, #view .inner-address-manager .al-list .al-row span, #view .inner-assets-record .rm-list .rl-row span, #view .inner-trade-bill .list-main .lm-row span{
		font-size: 12px;
		line-height: 25px;
    }
    #view .inner-my-assets .currency-header span{
    }
	#view .inner-my-assets .currency-header span:nth-child(2){
		display:none;
	}
	#view .inner-my-assets .currency-list .cl-row span:nth-child(2){
		display:none;
	}
	
	
    #view .inner-top-up .topup-record .tr-list-header span, #view .inner-get-coin .getcoin-record .gr-list-header span, #view .inner-address-manager .address-list .al-list-header span, #view .inner-assets-record .record-main .rm-list-header span, #view .inner-trade-bill .list .list-header span, #view .inner-recharge-lock .rechargelock-record .rr-list-header span{
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }
    .layui-layer{
        width: 100% !important;
        left: 0 !important;
    }
    .layui-layer-btn{
        padding: 0 25px 12px;
    }
	#view .inner-my-assets .currency-list .cl-row span:last-child{
		transform: inherit;
    }
    #view .inner-my-assets .currency-list .cl-row span{
        transform: inherit;
    }
    #view .inner-my-assets .currency-list .cl-row span:last-child em{
        display: block;
		
    }
    #view .em1{
        width: 65px;
    }
    #view .em2{
        width: 65px;
    }
    .otc-panel table tbody td i{
        margin-top: 40px;
    }
    #view .inner-address-manager .am-inner .input-wrap label{
        height: 18px;
        line-height: 18px;
    }
    #view .inner-my-assets .title-wrap{
        padding: 0px 20px;
    }
    .page-resetpassword .resetpassword-wrap .img-code img{
        top: -40px;
    }
    .resetpassword-link a{
        font-size: 12px;
    }
    .resetpassword-link {
        top: 198px !important;
		right: 35px  !important;
    }
    .page-resetpassword .inner-form .mail-code button{
        position: absolute;
        top:0px;
        z-index: 400;
        right: 0px;
    }
    .otc-main-header .otc-header-search div.search input{
        width: 70px;
    }
    .otc-main-header .otc-header-search div.search{
        width: 120px;
    }
    #view #innerAccountInfo .invitelink input{
        font-size: 12px;
    }
    .otcsetting-panel .otcsetting-main .otcsetting-select select{
        width: 100%;
    }
    .otcsetting-panel .otcsetting-main .otcsetting-select{
        width: 100%;
    }
    .otc-dialog .dialog-content, .as-dialog .dialog-content, .as-currency-dialog .dialog-content{
        top: 60px;
    }
    .otc-dialog .dialog-content .inner .title span, .as-dialog .dialog-content .inner .title span, .as-currency-dialog .dialog-content .inner .title span, .api-dialog .dialog-content .inner .title span, .api-delete-dialog .dialog-content .inner .title span{
        font-size: 17px;
    }
    .otc-dialog .dialog-content .inner .title i, .as-dialog .dialog-content .inner .title i, .as-currency-dialog .dialog-content .inner .title i, .api-dialog .dialog-content .inner .title i, .api-delete-dialog .dialog-content .inner .title i{
        font-size: 25px;
    }
    #view .inner-assets-record .record-main .rl-row span:first-child{
        padding-left: 0px;
    }
    #view .inner-assets-record .record-main .rl-row span:first-child{
        width: 185px;
    }
    .tab-entrust{
        height: 35px;
    }
	#view .inner-trade-bill .sort select{
		margin-top:0px;
	}
    #view .inner-trade-bill .header{
        margin-bottom: 10px;
    }
    #view .inner-trade-bill .sort{
        line-height: 40px;
    }
    #view .inner-address-manager .am-inner label:after{
        border-right: none;
    }
    #view .inner-address-manager .am-inner .address-input select{
        width: 100%;
    }
    #view .inner-address-manager .am-inner .address-input input{
        width: 100% !important;
        margin-top: 15px;
    }
    #view .inner-address-manager .am-inner .address-input{
        width: 100% !important;
    }
    #view .inner-address-manager .am-inner{
        padding-top: 0px;
    }
    #view .user-account-security ul li{
        line-height: 30px;
    }
    .inner-select a{
        font-size: 12px;
    }
    .conTransaction-menu a{
        font-size: 12px;
    }
    .conTransaction-menu{
        padding-top: 15px;
    }
    .conTransaction-menu a{
        margin-left: 0px;
        padding: 5px;
    }
    .conTransaction-menu{
        right: 5px;
    }
    .custom_lfl_lay.trade-panel .page-content .coin-unit{
        padding: 0px;
    }
    .trade-panel .page-content .mini-ticker{
        padding: 0px;
    }
    .lending-sort a{
        margin-right: 6px !important;
    }
    
    .online-pay-box{
        width: 50%;
    }
    .online-pay-box img{
        width:80px;
        height: 80px;
    }
}
@media screen and (max-width:365px){
	.textBox{
		height:300px;
	}
	.textbtn a{
		padding:8px 15px;
		font-size:13px;
	}
    #view .inner-my-assets .currency-list .cl-row span, #view .inner-top-up .tr-list .tl-row span, #view .inner-recharge-lock .rr-list .rl-row span, #view .inner-get-coin .gr-list .gl-row span, #view .inner-address-manager .al-list .al-row span, #view .inner-assets-record .rm-list .rl-row span, #view .inner-trade-bill .list-main .lm-row span{
        font-size: 12px;
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
    }
    .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .head .entrust span{
        font-size: 13px;
    }
    .sell-buy-bar-num{
        -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
        transform: scale(0.85);
        white-space:nowrap;
        overflow: hidden;
    }
    .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .head-list span{
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
    }
    .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .main-list dl dd span{
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
    }
    .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .head-list span:first-child, .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .list dl dd span:first-child{
        width: 32%;
    }
    .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .head-list span:first-child{
        width: 16%;
    }
    .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .head-list span:first-child, .trade-panel .tp-row-2 .tr2-inner .tr2-c1 .tr2-c1-inner .main .list dl dd span:first-child{
        padding-left: 0px;
    }
    .ticker .ticker-content .ticker-content-main dl .coin-unit span:nth-child(4){
        padding-top: 0px;
        margin-top: 10px;
        font-size: 12px;
    }
    #homeTicker .ticker-content{
        padding: 0px 5px;
    }
    .otc-dialog .dialog-content .inner .input-wrap input[type="text"], .otc-dialog .dialog-content .inner .input-wrap input[type="password"]{
        width: 100%;
        margin-left: 0px;
    }
    .otc-dialog .dialog-content .inner, .as-dialog .dialog-content .inner, .as-currency-dialog .dialog-content .inner, .api-dialog .dialog-content .inner, .api-delete-dialog .dialog-content .inner{
        padding: 20px;
    }
    .otc-dialog .dialog-content .inner .title span, .as-dialog .dialog-content .inner .title span, .as-currency-dialog .dialog-content .inner .title span, .api-dialog .dialog-content .inner .title span, .api-delete-dialog .dialog-content .inner .title span{
        font-size: 14px;
    }
    #view #innerAccountInfo .tab-record span{
        width: 50%;
        margin-left: 0px;
        float: left;
        font-size: 14px;
    }
    #view #innerAccountInfo .tab-record{
        height: 50px;
        padding: 0px 10px;
    }
    #view #innerAccountInfo .record-main{
        margin-top: 10px;
    }
    #view .inner-assets-record .record-main .rl-row span:first-child{
        width: 180px;
    }
    #view .inner-my-assets .currency-header span{
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
    }
    #view .inner-my-assets .currency-header span.type{
        padding-left: 10px;
    }
    .inner-select a{
        font-size: 12px;
    }
    
    .trade-panel .page-content .mini-ticker .mt-header span{
        margin-bottom: 5px;
    }
    .as-dialog .dialog-content .inner .title, .as-currency-dialog .dialog-content .inner .title, .api-dialog .dialog-content .inner .title, .api-delete-dialog .dialog-content .inner .title{
        margin-bottom: 0px;
    }
    .CountryList{
        width: 100%;
    }
}
