/*当前位置*/
.now {
    color: #333;
    font-size: 12px;
    display: none;
}

.now a {
    color: #888 !important;
}

.now a:hover {
    text-decoration: underline;
}

/*inner*/
.now-title {
    padding: 10px 30px;
    height: 60px;
    line-height: 40px;
    font-size: 20px;
    color: #c1cfea;
    background: #202336;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.autobox {
    width: 90%;
    min-width: 1010px;
    max-width: 1260px;
}
/*inner*/
.assets_center {
    /* border: 1px solid #3d4665; */
    font-family: tahoma, Microsoft YaHei, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000;
     background: none;
    margin-bottom: 40px;
    /* margin-top: 40px; */

}

/*左侧导航*/
.coin_menu {
    /* margin-left: -1px;
    padding: 5px 7px;
    float: left;
    width: 225px;
    overflow: hidden;
    z-index: 100;
    background: #fff;
    color: #000;
    box-sizing: border-box;
    border-radius: 5px;
    min-height: 468px; */
    float: left;
    min-height: 468px;
    /* position: absolute;
    left: 0;
    top: 0; */
    background-color: #fff;
    text-align: left;
    width: 180px;
    height: 100%;
    font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-top: 2px solid #999;
    background: #FFF;
    -webkit-box-shadow: 0 0 10px rgba(200, 200, 200, 0.3);
    box-shadow: 0 0 10px rgba(200, 200, 200, 0.3);
}

.coin_menu_box {
    /* border-top: 1px solid #3d4665; */
    position: relative;
}

.coin_menu ul,
.coin_menu dl {
    margin-top: -1px;
}

.coin_menu li,
.coin_menu dt {
    padding-left: 3px;
    height: 44px;
    line-height: 44px;
    overflow: hidden;
}
.coin_menu li {
    display: block;
    width: 90%;
    border-bottom: 1px solid #f1f1f1;
    height: 60px;
    margin: 0 auto;
    color: #666;
}

.coin_menu li i {
    /* float: left; */
    width: 47px;
    height: 100%;
}

.coin_menu li a {
    /* float: left; */
    padding: 20px 15px;
    font-size: 14px;
    display: block;
    cursor: pointer;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.coin_menu .active {
    /* color: #fe5c5c; */
    /* border-left: 3px solid #659aea;
    border-right: 1px solid #3d4665;
    border-bottom: 1px solid #3d4665;
    border-top: 1px solid #3d4665;
    height: 50px; */
    /* background: #E8ECFE; */
    /* padding-left: 0px; */
    /* line-height: 50px; */
}

.coin_menu .active i {
    height: 40px;
}

.coin_menu .active a,
.coin_menu .here a {
    font-size: 16px;
    color: #347CE1;
}
/*右侧内容区*/
.coin_menu + .assets_content {
    margin-left: 200px;
    overflow: hidden;
}
.assets_content {
    float: none !important;
    width: auto;
    height: 100%;
    min-height: 800px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(200, 200, 200, 0.3);
    box-shadow: 0 0 10px rgba(200, 200, 200, 0.3);
    /* height: 200px; */
}
.assets_content-cus{
   /* background: transparent !important*/
}
.assets_top,
.safe_center {
    position: relative;
    overflow: hidden;
    line-height: 50px;
    padding:20px 32px 0;
}

.assets_content h1 {
    font-size: 16px;
    height: auto;
    color: #000;
    float: left;
}

.assets_title{
    width: 100%;
    height: 52px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 28px;
    font-size: 20px;
    line-height: 52px;
}

.assets_title .inner-title{
    float: left;
}

.assets_title .yue{
    float: left;
    height: 52px;
    margin-left: 10px;
    font-size: 14px;
    line-height: 58px;
}

.assets_title .btn-exchange{
    display: inline-block;
    height: 30px;
    padding: 0 10px;
    overflow: hidden;
    margin-top: 11px;
    margin-left: 20px;
    border: 1px solid #c1cfea;
    border-radius: 3px;
    background: none;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    color: #c1cfea;
    font-size: 12px;
    line-height: 30px;
    cursor: pointer;
}

.assets_title .btn-exchange:hover{
    background: #c1cfea;
    color: #202336;
}

.assets_content a {
    color: #659aea;
    text-decoration: none;
}
.assets_content a:hover {
    color: #4280dc;
}
.assets_content a.btn:hover {
    color: #fff;
}
.small-btn {
    font-size: 12px;
    padding: 0 10px;
    margin-top: 0px;
    border: 1px solid rgb(153, 153, 153);
    color: rgb(49, 117, 183);
    background: none;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    border-radius: 3px;
    height: 30px;
    cursor: pointer;
    background: none;
}

.small-btn:hover {
    color: #fff;
    background: rgb(49, 117, 183);
}

.search-input-box {
  float: left;
  margin-left: 70px;


}
.search-box{
    position: relative;
}
.search-input {
      float: left;
  outline: none;
  width: 260px;
  height: 22px;
  border-radius: 3px;
  padding: 3px 10px 3px 10px;
  line-height: 28px;
  background-color: #fff;
  border: 1px solid rgb(153,169,180);
  color: #778899;
  margin-left: 40px;

}
.search-input:hover{
    background: #efefef;
}
.search-box>img {
  width: 15px;
  position: absolute;
  right: 10px;
  top: 0;
  color: #787878;
  font-size: 20px;
}
.assets_title{
    height: 60px;
    line-height: 60px;
    background: #fff;
    padding-left: 30px;
    margin-bottom: 16px;
}
.addr-manage{
    float: right;
    color: #659aea;
    font-size: 16px;
    margin-left: 10px;
}
.assets_content .addr-manage:hover{
    color: #4280dc
}
.assets_content .coin_list_top{
    background: #fff;
    border-bottom: none;
    height: 52px;
    line-height: 52px;
    margin: 0;
    color: #778899;
}
.assets_content .coin_list_top ul{
    padding: 0 30px;
}
.assets_content .coin_list{
    margin: 0;
    padding: 0 30px;
    background: #fff;
    color: #778899;
}
.assets_content .coin_list dl{
    padding: 0;
}
.assets_content .coin_list.coin_list_gg dd a{
    margin:0 0 0 20px;
    padding: 0;
    font-size: 12px;
    float: none;
    line-height: 44px;
}
.assets_content .coin_list.coin_list_gg dd a:nth-child(1){
    margin: 0;
}
.assets_content .coin_list.coin_list_gg dd a:hover{
    color: #4280dc;
}
.assets_content .coin_list.coin_list_gg li{
    /* height: 44px; */
    line-height: 44px;
    min-height: 44px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box
}
.assets_content .coin_list.coin_list_gg li:hover{
    border-bottom: 1px solid #ccc;
    background: #efefef
}
.assets_content .coin_list.coin_list_gg li .coin_list_inner{
    padding: 0;
    height: 44px;
    line-height: 44px;
}
.rank-icon{
    /* width: 50px; */
    height: 22px;
    display: inline-block;
    vertical-align: middle;
}
.assets_content .pagination{
    padding-top: 36px;
    float: none;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #fff;
    overflow: hidden;
}
.assets_content .pagination-list{
    float: right;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
}
.assets_content .pagination a{
    font-size: 14px;
    color: #778899;
    /* margin-left: 28px; */
}
.assets_content .pagination a:hover{
    color: #fff
}
input::-webkit-input-placeholder{
    color: #778899;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color: #778899;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color: #778899;
}
.yincang{
    font-size: 16px;
}
.assets_content .btns-wrapper .btns.active{
    background: transparent;
    color: #4280dc
}
.googlebind-tips{
    font-size: 16px;
    margin-left: 30px;
}

.assets_content .h1news {
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    padding-left: 28px;
    padding-top: 10px;
    float: none;
}
.assets_content .news-item-box{
  margin-top: 10px;
}
.assets_content .news-item{
  height: 30px;
  line-height: 30px;
}
.f_table{
    table-layout: fixed;
}
.tb-name-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    padding-right: 43%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.user-img-wrap{
    margin-right: 50px;
}
