@charset "utf-8";

input::-webkit-outer-spin-button,
input[type='number'] {
  -moz-appearance: textfield;
}
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

a {
    color: #333;
}

ul li {
    list-style: none;
}

em,
i {
    font-style: normal;
}

a {
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    line-height: 1;
}

h3 {
    font-size: 16px;
    color: #333;
}

h4 {
    font-size: 22px;
    font-weight: bold;
}

h5 {
    font-size: 14px;
    font-weight: 700;
}

span div {
    line-height: 1;
}

.discolumn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

input,
button,
textarea {

    font: 14px/1.8 "Helvetica Neue", Helvetica, Arial, "pingfang sc", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", STHeiti, SimSun, sans-serif;
    color: #333333;
    float: left;
    outline: none;
    resize: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

img {
    vertical-align: top;
}

body {
    font: 14px/1.6 "Helvetica Neue", Helvetica, Arial, "pingfang sc", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", STHeiti, SimSun, sans-serif;
    color: #000000;
    background-color: #fafafa;
}

a {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #343e9e;
}
.renzhengicon{
    width: 12px !important;
    height: 12px !important;
    margin-left: 4px;
}
  .renhznegtitle{
        font-size: 13px;
        color:#fb9006 ;
    }
    .renzhengpostion{
        font-size: 13px;
        color:#094fbf ;
        margin-bottom: 8px;
    }
    .renzhengdec{
        font-size: 13px;
        color: #666;
       margin-top: 4px;
        font-weight: normal;
    }
/*toplink */
#toplink {
	width:100%;
	background-color:#171717;
	line-height: 34px;
	height: 34px;
}
.contaner {
	width:1200px;
	margin:0 auto;
	font-size:12px;
	min-width: 1000px;
}
#toplink .main {
    width: 1200px;
	display:flex;
	justify-content:space-between;
	color:#9c9c9c;
}
#toplink .contaner ul {
	display:flex;
	justify-content:flex-start;
}
#toplink .contaner ul li {
	color:#ffffff;
	margin:0 30px;
	
}
#toplink .contaner ul li:first-child{
    margin-left: 0px;
}
#toplink .contaner ul li a {
	color:#ffffff;
}
#toplink .main a:first-child {
	margin-left:0px;
}
#toplink .main .right a {
	margin:0 0 0 40px;
	color: #ffffff;
}
#toplink .contaner .submenu {
	display:none;
	position:absolute;
	top:34px;
	left:0;
	width:100%;
	padding:12px 0 12px 0;
	background-color:#000;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	z-index: 999;
}

#toplink .contaner .submenu .list {
    width: 1200px;
    padding: 0 20px 30px 20px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
}

#toplink .contaner .submenu .list dl {
    width: 180px;
    text-align: center;
    color: #666666;
    line-height: 1.0;
}
#toplink .contaner .submenu .list dd{
    color: #fff;
    margin-top: 10px;
}

#toplink .contaner .submenu .list img {
    width:120px;
    height: 120px;
}

#toplink .contaner .submenu .service {
    width: 1200px;
    padding: 0 20px 30px 20px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
}

#toplink .contaner .submenu .service a {
   color: #fff;
   font-size: 14px;
   padding: 0 10px;
}
/*nav */
#nav {
   
    background-color:  #ffffff;
    padding: 20px 0;
    box-shadow: 0  5px 5px #f4f4f4;
}

#nav .main {

    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#nav .main img {
    width: 120px;
}
 #nav .middle{
    background: #fff2e5;
    color: #ffb366;
    padding: 5px 10px;
    border-radius: 5px;
}
#nav .left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.pctitle h1{
    font-size: 24px;
}
.pctitle div{
    font-size: 14px;
}
#nav .main .column {
    font-size: 18px;
    margin-left: 84px;
}

#nav .main .column a {
    margin-right: 40px;
    color: #999;
}

#nav .main .column a.on {
    color: #000;
}

#nav .right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#nav .right form {
    background-color: #f6f6f6;
    padding: 2px 10px 2px 20px;
    border-radius: 50px;
}

#nav .right form img {
    width: 18px;
    margin: 5px;
}

#nav .right form input {
    height: 30px;
    line-height: 30px;
    border: 0;
    background: #f6f6f6;
    font-size: 12px;
}

#nav .right .login {
    padding: 0 0 0 20px;
    font-size: 14px;
    line-height:42px;
}

#nav .right .login a {
    color: #333;
}

#nav .right .login a span {
    padding: 0 5px;
}

.banner {
    width: 100%;
   

}


.banner_box {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}

.banner_title {
    padding-top: 90px;
}

.banner_title h1 {
    font-size: 48px;
    line-height: 1;
    font-weight: bold;
}

.banner_title .dec {
    line-height: 1;
    font-size: 14px;
    color: #999999;
    margin-top: 18px;

}

.banner_title .unload {
    margin-top: 30px;
    width: 128px;
    height: 46px;
    border-radius: 50px;
    background-color: #094fbf;
    font-size: 18px;
    color: #f1f9ff;
}

.banner_img{
    padding-top: 40px;
    display: flex;
       justify-content: space-between;
}
.banner_img .art_left{
    width: 740px;
    height: 370px;
    position: relative;
}
.banner_img .art_left .artleft_title{
     width: 718px;
    background: url(/picbg.png) repeat-x left bottom;
    color: #fff;
    font-size:24px ;
    display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
    position: absolute;
    bottom: 27px;
    left: 22px;
    right: 22px;
    
    
}
.banner_img .art_left img{
    width: 100%;
    height: 100%;
}
.banner_img .art_right{
    width: 450px;
     height: 370px;
     display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.banner_img .art_right .right1,.banner_img .art_right .right2{
    
     height: 180px;
       display: flex;
    justify-content: space-between;
}
.banner_img .art_right .imgbox{
  
    height: 100%;
    font-size: 14px;
    position: relative;
}
.banner_img .art_right .imgbox div{
    background: url(/picbgshort.png) repeat-x left bottom;
  width: 220px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 4px 10px;
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.banner_img .art_right div img{
      width: 220px;
    height: 180px;
}

.content_box {
    display: flex;
    justify-content: space-between;
    padding-top: 38px;
}

.left_box {
 width: 830px;

}
.left_box .list_nav{
    display: flex;
}
.left_box .list_nav li{
    font-size: 18px;
  cursor: pointer;
}

   
.content-section {
  display: none;
}
.active {
  display: block;
}
 #navbar{
     
    border-bottom: 1px solid #ebebeb;
 }

#navbar ul{
    display: flex;
}
#navbar ul li{
    font-size: 18px;
    margin-right: 40px;
}
/* 初始下划线隐藏 */
 .active-underline{
     position: relative;
    display: inline-block;
    padding-bottom: 10px;
    margin: 2px 24px 0 0;
    text-align: center;
    font-size: 16px;
    color: #101423;
 }
.active-underline::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 3px;
    border-radius: 2px;
    background: #1e56bd;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: auto;
}

#navbar ul li .active{
    color: red;
}
.left_box .data {
    display: flex;
    justify-content: space-between;
    padding-top: 12px;

}

.left_box .data li {
    border-right: 1px solid #ebebeb;
    padding-right: 40px;
}

.left_box .data li:last-child {
    border-right: 0;
    padding-right: 0;
}


.left_box .data li h6 {
    font-size: 14px;
    color: #666666;
}

.left_box .data li .datanum {
    font-size: 24px;
    margin: 10px 0 2px 0;
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
}

.left_box .data li:nth-of-type(odd) {
    color: #ff3333;
}



.left_box .data li:nth-of-type(even) {
    color: #00b05a;
}

.left_box .time_label {
    display: flex;
    justify-content: space-between;
}

.time_label .switch {
    display: flex;
    align-items: center;
}

.time_label .switch h6 {
   
   font-size: 14px;
}

.time_label .switch img {
    width: 38px;
    height: 20px;
    margin-left: 10px;
}

.page {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page a {
    margin: 0 10px;
    color: #999999;
}

.page .active {
    color:  #094fbf;
}


.loadmore {
    padding: 30px  0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.loadmore div {
    display: inline-block;
    background-color: #eaf3fd;
    color:  #094fbf;
    padding: 8px 30px;
    font-size: 12px;
    border-radius: 50px;
    cursor: pointer;
}

.text_box h4 {
    margin: 66px 0 30px 0;
    font-size: 22px;
}

.text_box h4 span {
    color:  #094fbf;
    font-weight: bold;
}

.textlist li {
    padding: 22px 0;
    border-bottom: 1px solid #ebebeb;
}

.textlist li a {
    color: #333;
}


.textlist h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 16px 0 0 0;
}

.textlist .dec {
    font-size: 16px;
    color: #333;
    line-height: 26px;
     display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    /* 显示的最大行数 */
    overflow: hidden;
    color: #333533;
    
}



.textlist .quote {
   font-size: 14px;
   color: #333;
  line-height: 24px;
  background: #f3f3f3;
  border-radius: 10px;
  padding: 10px 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    /* 显示的最大行数 */
    overflow: hidden;
    color: #333533;
}


.textlist .quoteuser {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    /*padding: 2px 0 10px 0;*/
  
}
.textlist .quoteuser .username{
      font-size: 14px;
    font-weight: 700;
    margin-left: 6px;
    vertical-align: middle;
}
.textlist .quotename {
     font-size: 16px;
    font-weight: bold;
    margin: 0 0 8px 0;
}

.textlist .quoteuser img {
    width: 20px;
    height: 20px;
    border-radius: 100px;
}

.textlist .quoteuser .time {
    color: #999999;
    margin-left: 8px;
}
.parentTitle{
    margin: 0;
 word-wrap: break-word;
 font-size: 18px;
 font-weight: 700;

}
.parentcontent{
   margin-top: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 1.6em;
    max-height: 6.4em; 
}

.textlist .user {
    display: flex;
    align-items: center;
}

.textlist .user .userimg {
    width: 30px;
    height: 30px;
    margin-right: 8px;
    border-radius: 100px;
}

.textlist h3 {
    margin:10px 0 0 0;
}


.textlist .user .tag {
    background-color: #eaf3fd;
    color:  #094fbf;
    padding: 4px 6px;
    margin-left: 8px;

}

.textlist .user .time {
   font-size: 12px;
    color: #afafaf;
    margin-left: 4px;
 
}

.right_box {
    width: 320px;
}
.right_box .indexnews{
    border: 1px solid  #eee;
    height: 237px;
    background: #f6f6f6;
padding-left: 22px;
padding-right: 22px;
padding-top: 33px;
margin-bottom: 25px;
   
}
.right_box .indexnews h2{
    color: #3366cc;
    font-size: 20px;
    margin-bottom: 10px;
}
.right_box .indexnews .newsnum{
    font-size: 16px;
}
.right_box .indexnews .newsnum span{
    color: #3366cc;
}
.right_box .indexnews .newsUser{
    display: flex;
    padding-top: 34px;
    padding-bottom: 25px;
}

.right_box .indexnews .newsUser li a{
    display: flex;
    align-items: center;
}
.right_box .indexnews .newsUser li img{
    width: 21px;
    height: 21px;
    border-radius: 50%;
}
.right_box .indexnews .newsUser li div{
    margin:0 6px;
}
 .right_box .indexnews .newsbtn{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.right_box .indexnews .settin ,.right_box .indexnews .release{
    background:#3366cc ;
    color: #fff;
    width: 114px;
    height: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    font-size:15px ;
}
.right_box h4 {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
}

.right_box .homeuserlist {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}

.right_box .homeuserlist li {
    width: 86px;
   
    margin-bottom: 24px;
}

.right_box .homeuserlist li:nth-child(3n) {
    margin-right: 0px;
}

.homeuserlist a {
    color: #333;
    font-size: 14px;
  
}

.homeuserlist h6 {
    color: #9b9b9b;
    font-size: 12px;
}

.right_box .homeuserlist li img {
    width: 86px;
    height: 86px;
    border-radius: 10px;
    margin-bottom: 8px;
}

.right_box .homeuserlist li .username {
    font-weight: bold;
}

.right_baner {
    margin-bottom: 30px;
    margin-top: 10px;
}

.right_box .toplist li {
    margin-bottom: 8px;
}

.right_box .toplist a {
    color: #333;
    font-size: 16px;
}

.right_box .toplist em {
    color:  #094fbf;
    margin-right: 10px;
}

.floor {
    margin-top: 50px;
    padding-top: 50px;
    background-color: #1f2327;
    padding-bottom: 50px;
}

.floor_box {
    color: #bfbfbf;
}

.floor_box a {
    color: #bfbfbf;
}

.floor_box ul {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #333;
    padding: 20px 0;
    line-height: 26px;
    font-size: 14px;
}

.floor_box li {
    margin-right: 20px;
}



.bianhao h5 {
    margin-top: 20px;
}

.livlist {
    padding-top: 20px;
}

.livlist ul li {
    display: flex;
    align-items: flex-start;
    position: relative;
}

.lineleft {
    margin: 25px 0 0 0;
}

.livedec {
    flex: 1;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
    margin-left: 20px;
    text-align: justify;
}


.livedec h3 {
    font-size: 20px;
    font-weight: 700;
    padding-top: 4px;
    padding-bottom: 10px;
}

.livedec p {
    line-height: 1.6;
}

.livedec a {
    font-size: 16px;
    color: #333;
}
 .livemajor{
    color: #3366cc !important;
}
.lineleft .active {
    color: #094fbf;
}

.livedec .active {
    color: #094fbf;
}

.livedec::before {
    content: '';
    width: 1px;
    height: calc(100% - 48px);
    background-color: #eee;
    position: absolute;
    top: 48px;
    left: 20px;
}

.details {
    padding-top: 38px;
    width: 800px;
    margin: 0 auto;
}

.details .user {
    display: flex;
    align-items: center;
}

.details .user img {
    width: 40px;
    height: 40px;
    margin-right: 8px;
    border-radius: 100px;
}

.details .user .username {
    font-size: 14px;
    font-weight: 700;
}

.details .user .time {
    font-size: 12px;
    padding-top: 8px;
    color: #999999;
}

.details .con {
    padding: 16px 0;
   
}

.details .con h2 {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 16px;
    /*text-align: center;*/
}

.details .con p {

    font-size: 16px;
}

.details .share {
    border-top: 1px solid #ebebeb;
    text-align: center;
    padding-top: 20px;
}

.details .share img {
    width: 60px;
    height: 60px;
    margin: 0 20px;
}

.details .comment {
    background-color: #f4f4f4;
    margin-top: 20px;
    padding: 20px;
    overflow: hidden;
}

.details .comment textarea {
    background-color: #ffffff;
    padding: 4px 10px;
    border: 1px solid #ebebeb;
    width: 100%;
    height: 100px;
}


.details .comment .lite {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px 6px 0 6px;
    line-height: 30px;
}

.details .comment .lite .left span {
    padding-right: 10px;
    color: #7f7f7f;
    font-size: 12px;
}

.details .comment .lite .right {
    padding: 0 16px;
    color: #ffffff;
    font-size: 14px;
    background-color: #094fbf;
    cursor: pointer;
}

.details .comment .lite .right:hover {
    background-color: #3e7fc7;
}

.details .commentlist {
    padding: 30px 0;
}

.details .commentlist h3 {
    font-weight: 700;
    font-size: 20px;
}

.commentlist ul {
    padding-top: 2px;
}

.commentlist ul li {
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #ebebeb;
    margin: 20px 0;
    padding-bottom: 20px;
}

.commentlist ul li:last-child {
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #ebebeb;
}

.commentlist ul li img {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    margin-right: 12px;
}

.commentlist ul li h4 {
    font-size: 16px;
    padding: 2px 0 4px 0;
}

.commentlist ul li p {
    font-size: 14px;
    line-height: 22px;
}

.commentlist ul li h5 {
    font-size: 12px;
    padding: 6px 0 0 0;
    color: #9f9f9f;
}

/*bottom_tools*/
.bottom_tools {
    position: fixed;
    z-index: 1;
    right: 0;
}
.scrollUp {
    width: 50px;
    height: 50px;
    display: none;
    background: url(/pc/images/top.png) #e4e4e4 no-repeat 0 0;
    border-top: 0;
    border-radius: 100px;
    margin-right: 20px;
}
.scrollUp: hover {
    background: url(/pc/images/top.png) #bfbfbf no-repeat 0 0;
}


.nocontent {
    width: 100%;
    padding: 90px 0;
    font-size: 14px;
    text-align: center;
    color: #cbcbcb;
}
.liveTitle{
    font-size: 20px;
    font-weight: 700;
    padding-top: 4px;
    padding-bottom: 10px
    text-align: center;
}

     .live_time {
            font-size: 20px;
            color: #c6c6c6;
            line-height: 50px;
            border-bottom: 1px solid #f5f5f5;
            font-family: Arial;
        }

        .left_con {
            line-height: 2.2;
            font-size: 16px;
        }

        .left_con p {
            padding: 10px 0;
        }

        .live_topic {
            padding: 5px 0 0 0;
        }

        .f12 {
            font-size: 12px;
        }
   
        .live_topic a.topic {
            margin-right: 15px;
            padding: 3px 8px;
            border-radius: 5px;
            background: #f0f3ff;
            color: #094fbf;
        }

        a {
            color: #000000;
            text-decoration: none;
            cursor: pointer;
        }

        .left_con h4 {
            width: 850px;
            margin-top: 20px;
            text-align: center;
            padding-top: 10px;
            color: #cccccc;
            border-top: 1px solid #f5f5f5;
        }
        .slhaccount ul{
            padding-top: 42px;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            
        }
        .slhaccount ul li{
            background: #fff;
            width: 380px;
            height: 130px;
            margin-bottom: 25px;
            border-radius: 5px;
            padding: 20px 0 0 20px;
           
        }
        .slhaccount ul li a{
             display: flex;
             
           
        }
          .slhaccount li .head_img{
            width: 80px;
            height: 80px;
            border-radius: 50%;
            margin-right: 12px;
        }
        .slhaccount li .username{
            display: flex;
            align-items: center;
             margin-bottom: 10px;
        }
         .slhaccount li .username h4{
             font-size: 18px;
            
         }
          .slhaccount li .username .freash{
              width: 16px;
              height: 16px;
              margin-left: 5px;
          }
         
          .slhaccount li .accountuserMsgdec{
              font-size: 14px;
              color: #666;
          }
          .slhaccount li .usertag{
              display: flex;
              align-items: center;
                 font-size: 14px;
              color: #909499;
              margin-top: 5px;
              margin-bottom: 10px;
          }
         
           .slhaccount li .usertag {
               position: relative;
               margin-right: 5px;
           }
           .slhaccount li .usertag .line{
                width: 2px;
                height: 12px;
                border-radius: 5px;
                 background:#ccc;
                 margin:0 8px;
           }
           .slhaccount li .usertag span{
               margin-right: 2px;
           }
       
          .slhaccount li .follow{
              width: 60px;
              height: 24px;
              background:#395de3 ;
              color: #fff;
              font-size: 12px;
              border-radius: 20px;
              display: flex;
              flex-direction: column;
             align-items: center;
            justify-content: center;
          }
          .medianMsg{
              flex: 1;
          }
          .slhaccount li .isfollow{
                width: 64px;
                height: 24px;
              background:#ccc ;
              color: #fff;
              font-size: 12px;
              border-radius: 20px;
              display: flex;
              flex-direction: column;
              align-items: center;
             justify-content: center;
          }
           .medianlist li{
               border-bottom:1px solid #ebebeb;
               padding: 20px 0;
           }
          .medianlist li a{
              display: flex;
              align-items: center;
          }
           .medianlist li a .imgbane{
               width: 200px;
               height: 120px;
               border-radius: 5px;
               margin-right: 20px;
           }
             .medianlist .mediandec{
                 margin-top:10px ;
                 font-size: 14px;
                       display: -webkit-box;
             -webkit-line-clamp: 2;
               -webkit-box-orient: vertical;
               overflow: hidden;
               text-overflow: ellipsis;
                 
             }
            .medianlist li a h2{
                font-size: 20px;
                color: #000;
                display: -webkit-box;
             -webkit-line-clamp: 1;
               -webkit-box-orient: vertical;
               overflow: hidden;
               text-overflow: ellipsis;

            }
             .medianlist .medianuser{
                 display: flex;
                align-items: center;
                padding-top: 20px;
                
             }
              .medianlist .medianuser img{
                  width:30px ;
                  height: 30px;
                  border-radius: 50%;
              }
              .medianlist .medianuser .medianusername{
                 margin:0 10px;
                 font-size: 14px;
              }
              .medianusertime{
                  color: #999;
              }
              .slhnum{
                  display: flex;
                  justify-content: space-between;
                  align-items: center;
                  margin-bottom: 30px;
              }
              .slhnum h4{
                  margin-bottom: 0px !important;
              }
               .slhnum .more{
                   font-size: 14px;
                   color: #999;
              }
                .accountlist li{
                    margin-bottom:20px ;
                }
              .accountlist li a{
                 display: flex;
                 justify-content: space-between;
              }
             .accountlist li .accoountleft{
                  display: flex;
                  align-items: center;
                  flex: 1;
              }
              .accountlist li .accoountleft img{
                  width: 50px;
                  height: 50px;
                  border-radius: 50%;
                  margin-right: 5px;
              }
              .accountname h6{
                  font-size: 14px;
                  margin-bottom: 5px;
              }
               .accountname div{
                   font-size: 12px;
                   color: #999;
                     display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
               }
               .accountname div span{
                   margin-right: 5px;
               }
               .acountbtn{
                   width: 60px;
                  height: 26px;
                  border-radius: 20px;
                  color: #fff;
                  background:#395de3 ;
                  display: flex;
                  flex-direction: column;
                  justify-content: center;
                  align-items: center;
               }
       