.show_more_container{
    text-align: center;
}

.show_more{
    display: inline-block;
    text-align: center;
    margin-top: 0;
    font-size: 14px;
    border: 1px solid #6f7385;
    color: #6f7385;
    width: 80px;
    border-radius: 6px;
}

.mess_top {
    display: flex;
    margin-top:15px;
    overflow-x: auto;
}
.mess_top a {
    flex: 0 0 116px;
    height: 47px;
    background-color: #f6f6f6;
    text-align: center;
    line-height: 47px;
    color: #1f1f25;
    font-size: 16px;
    text-decoration: none;
}
.mess_top a.active {
    color: #0f61e8;
    border-bottom: 1px solid #0f61e8;
}
.section_h6 {
    color: #1f1f25;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 12px;
}
.section_table {
    width: 100%;
    border: 1px solid #e5e6eb;
    border-right: 0px solid #e5e6eb;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
}
.section_table li {
    display: flex;
    align-items: center;
}
.section_table li:last-child {
    border-bottom: unset;
}
.section_table span {
    display: inline-block;
    background-color: #f3f6ff;
    line-height: 20px;
    padding: 10px 16px;
    border-right: 1px solid #e5e6eb;
    border-bottom: 1px solid #e5e6eb;
}
.section_table li span:nth-child(even) {
    background-color: #fff;
}

.section_table .span_a {
    width: 150px;
    color: #1f1f25;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.section_table .span_b {
    width: 310px;
    color: #1f1f25;
    font-size: 14px;
    display: flex;
    align-items: center;
    min-height: 41px;
}
.section_table .span_c {
    flex: 1;
    color: #1f1f25;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.section_table li span:last-child {
    flex: 1;
}
.section_table li:last-child span {
    border-bottom: 0;
}
.section_gd {
    border-radius: 8px;
    border: 1px solid #e5e6eb;
    overflow: hidden;
}
.section_gd li {
    height: 56px;
    display: flex;
    align-items: center;
    line-height: 56px;
}
.section_gd li i {
    font-style: normal;
}
.section_gd li:first-child {
    background-color: #f3f6ff;
    height: 44px;
    color: #1f1f25;
    font-size: 14px;
    font-weight: 700;
    line-height: 44px;
    padding: 0;
}
.section_gd li span {
    height: 100%;
    padding-left: 16px;
}
.section_gd li .ss1 {
    width: 68px;
}
.section_gd li .ss2 {
    width: 583px;
}
.section_gd li .ss3 {
    width: 137px;
}
.section_gd li .ss4 {
    flex: 1;
}
.section_gd li .title {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    background-color: #89cab1;
    border-radius: 4px;
    margin-right: 8px;
}
.section_gd li .name {
    /*color: #0645ad;*/
}
.section_gd li:nth-child(4n -1) .title {
    background-color: #89cab1;
}
.section_gd li:nth-child(4n -2) .title {
    background-color: #cea7a7;
}
.section_gd li:nth-child(4n -3) .title {
    background-color: #dab29f;
}
.section_gd li:nth-child(4n) .title {
    background-color: #98b1d9;
}
.main_peop span {
    color: #ec3b3b;
    font-size: 18px;
    font-weight: 700;
}
.section_peop ul li span:last-child {
    flex: 1;
}
.change_mess span {
    color: #0f61e8;
    font-size: 18px;
    font-weight: 700;
}
.section_change li {
    height: auto;
    line-height: 20px;
    padding: 10px 0;
    font-size: 14px;
    border-bottom: 1px solid #e5e6eb;
}
.section_change .cc1 {
    width: 58px;
}
.section_change .cc2 {
    width: 117px;
}
.section_change .cc3 {
    width: 183px;
    padding: 0 16px;
}
.section_change .cc4 {
    width: 371px;
    padding: 0 16px;
}
.section_change .cc5 {
    flex: 1;
    padding: 0 16px;
}
.section_year {
    border-radius: 8px;
    border: 1px solid #e5e6eb;
    overflow-x: scroll;
    padding: 12px;
    display: flex;
    flex-wrap: nowrap;
}
.section_year .section_year_span {
    flex: 0 0 153px;
    height: 72px;
    text-align: center;
    padding: 12px 0;
    background-color: #f3f6ff;
    color: #1f1f25;
    font-size: 16px;
    margin-right: 16px;
    position: relative;
    cursor: pointer;
}
.section_year .section_year_span.test::after{
    content:'示例';
    font-size: 10px;
    text-align: center;
    color: #CAD0DF;
    position: absolute;
    top: 4px;
    right: 4px;

}
.section_year .section_year_span .time {
    color: #6f7385;
    font-size: 12px;
    margin-top: 6px;
}
.section_year::-webkit-scrollbar,.main_peop_new::-webkit-scrollbar{
    width: 2px;
    height: 2px;
    background-color: #f5f5f5;
}
/*定义滚动条轨道
内阴影+圆角*/
.section_year::-webkit-scrollbar-track,.main_peop_new::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px #f2f2f2; /* 轨道颜色*/
    border-radius: 10px;
    background-color: #f5f5f5;
}

/*定义滑块
内阴影+圆角*/
.section_year::-webkit-scrollbar-thumb,.main_peop_new::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #e6e6e6; /* 滑块颜色*/
    background-color: #555;
}
.get_year {
    margin-top: 16px;
    text-align: center;
}
.get_year span {
    display: inline-block;
    width: 280px;
    height: 52px;
    color: #fff;
    background-color: #0067ff;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 700;
    line-height: 52px;
    cursor: pointer;
    letter-spacing: 2px;
}
.section_fl {
    position: relative;
}
.section_fl img {
    width: 100%;
    /*height: 390px;*/
}
.section_fl span {
    display: inline-block;
    width: 280px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 4px;
    background-color: #0067ff;
    position: absolute;
    left: 50%;
    bottom: 17px;
    transform: translateX(-50%);
    cursor: pointer;
}
.section_jy {
    position: relative;
}
.section_jy img {
    width: 100%;
    /*height: 346px;*/
}
.section_jy span {
    background-color: #ff7b00;
}
.section_get li {
    font-size: 14px;
}
.section_get .gg1 {
    width: 68px;
}
.section_get .gg2 {
    width: 177px;
}
.section_get .gg3 {
    width: 576px;
}
.section_get .gg4 {
    /*flex: 1;*/
    width: 70px;
}
.section_get li .time {
    filter: blur(10px);
}
.section_get li .spec {
    color: #0645ad;
    filter: blur(10px);
}
.section_get li .fli {
    filter: blur(10px);
}
.mz_about {
    color: #6f7385;
    font-size: 15px;
    line-height: 22px;
    margin-top: 40px;
}
.mz_about span {
    font-weight: 700;
}
.section_tip {
    margin-top: 32px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e6e6e6;
    padding: 20px 24px;
    margin-bottom:50px ;
}
.section_tip .tip1 {
    color: #6f7385;
    font-size: 15px;
    margin-bottom: 10px;
}
.section_tip .tip1 span {
    color: #1f1f25;
    font-size: 18px;
    font-weight: 700;
}
.section_tip .tip2 {
    width: 100%;
    padding: 12px;
    background-color: rgba(236, 59, 59, 0.05);
    border-radius: 4px;
    color: #1f1f25;
    font-size: 15px;
}
.section_tip .tip2 a {
    color: #ec3b3b;
    font-weight: 700;
}
/* 新底部 */
.new_footer {
    width: 100%;
    padding-top: 32px;
    background-color: #262d38;
}
.new_footer .w1440 {
    width: 1440px;
    margin: 0 auto;
}
.new_footer .w1100 {
    width: 1100px;
}
.new_footer .footer_top {
    display: flex;
    padding-bottom: 12px;
}
.new_footer .footer_top .item {
    flex: 0 0 33%;
}
.new_footer .footer_top .item .title {
    color: #fff;
    font-size: 16px;
    margin-bottom: 12px;
}
.new_footer .footer_top .item .item_ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.new_footer .footer_top .item .item_ul a {
    flex: 0 0 35%;
    color: #9c9fac;
    font-size: 14px;
    margin-bottom: 8px;
}
.new_footer .footer_top .item .about_a a {
    display: block;
    margin-bottom: 8px;
    color: #9c9fac;
    font-size: 14px;
}
.data_come {
    color: #9c9fac;
    font-size: 14px;
    margin-top: 20px;
}
.new_footer .footer_line {
    margin-top: 20px;
    width: 100%;
    height: 1px;
    background-color: #454e5b;
}
.new_footer .about_gs {
    text-align: center;
    padding: 20px 0;
    color: #9c9fac;
    font-size: 14px;
}
/*右侧更改*/
.goldmain .ritems{
    border: unset;
    background: unset;
    padding:0 ;
}
.goldmain .ritems h2{
    border-bottom: 0;
    color: #1F1F25;
    font-size: 20px;
    margin-top: 34px;
    margin-bottom: 12px;
}
.goldmain .ritems li{
    list-style: none;
}
.goldmain .ritems li a::before{
    display: none;
}
.profile_txt{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.show_profile{
    color:#0084ff ;
    font-size: 14px;
    white-space: nowrap;
    margin-top: 12px;
    cursor:pointer;
}
.custom_item.cus_ot_thr .cus_icon{
    background-image: url('http://static.likuso.com/statics/index/images/go_top.png');
}
.custom_item.cus_ot_thr:hover .cus_icon{
    background-image: url('http://static.likuso.com/statics/index/images/go_top_w.png');
}

#descMess .base_info_dis_div i{
    font-style: normal;
    color: red;
}
.gdxx_div {
    position: relative;
}
.gdxx_div img {
    width: 100%;
    /*height: 287px;*/
}
.show_free {
    width: 280px;
    height: 52px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #0067ff;
    color: #0067ff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    line-height: 52px;
    margin: 0 auto;
    margin-top: 16px;
    letter-spacing: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gdxx_div .show_free {
    position: absolute;
    top: 160px;
    margin-top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.main_peop_new {
    width: 100%;
    display: flex;
    align-items: center;
    overflow-x: scroll;
}
.main_peop_new li {
    flex: 0 0 178px;
    height: 80px;
    padding: 12px;
    background-color: #fff;
    border-radius: 2px;
    position: relative;
    margin-right: 8px;
}
.main_peop_new li:last-child {
    margin-right: 0;
}

.main_peop_new li::after {
    content: '示例';
    display: inline-block;
    width: 52px;
    height: 24px;
    background: linear-gradient(270deg, #d9dce2 0%, #dfdfdf 100%);
    border-radius: 14px 0px 0px 14px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    position: absolute;
    top: 16px;
    right: 0;
}
.main_peop_new li .tit1 {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: #cea7a7;
    border-radius: 4px;
    margin-right: 8px;
    text-align: center;
    line-height: 32px;
    color: #fff;
}
.main_peop_new li:nth-child(2) .tit1 {
    background-color: #89cab1;
}
.main_peop_new li:nth-child(3) .tit1 {
    background-color: #98b1d9;
}
.main_peop_new li:nth-child(4) .tit1 {
    background-color: #dab29f;
}
.main_peop_new li:nth-child(5) .tit1 {
    background-color: #dab29f;
}
.main_peop_new li .tit2 {
    color: #0645ad;
    font-size: 14px;
}
.main_peop_new li .tip1 {
    color: #6f7385;
    font-size: 14px;
    margin-right: 12px;
}
.main_peop_new li .tip2 {
    color: #1f1f25;
    font-size: 14px;
}
.bgxx_div {
    position: relative;
}
.bgxx_div img {
    width: 100%;
    /*height: 390px;*/
}
.bgxx_div .show_free {
    position: absolute;
    top: 244px;
    margin-top: 0;
    left: 50%;
    transform: translateX(-50%);

}
.load_img{
    width: 30px !important;
    height: 30px !important;
    transition: all 1s ease;
    animation: spin infinite 1s linear;
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
/*年报弹窗样式*/
.year_mask{
    width:100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    z-index: 999;
}
.year_mask_box{
    width: 1250px;
    height: 80%;
    background-color: #fff;
    border-radius: 10px;

}
.year_mask_box .close_year{
    width: 100%;
    padding-top:16px ;
    padding-right:16px ;
    text-align: right;
}
.year_mask_box .close_year img{
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.year_mask_box .year_scroll{
    width: 100%;
    height: calc(100% - 50px);
    margin-top: 4px;
    overflow-y: scroll;
}
.year_detail {
    /*width: 1440px;*/
    width: 1200px;
    margin: 0 auto;
}
.year_detail .nav_a {
    padding: 16px 0;
}
.year_detail .nav_a a {
    color: #0645ad;
    font-size: 14px;
}
.year_main {
    display: flex;
}
.yaer_list {
    flex: 0 0 226px;
    background-color: #fff;
    border-radius: 8px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    margin-right: 14px;
}
.yaer_list a {
    width: 100%;
    height: 76px;
    background-color: #f3f6ff;
    color: #1f1f25;
    font-size: 16px;
    text-align: center;
    padding-top: 16px;
    margin-bottom: 12px;
}
.yaer_list a:last-child {
    margin-bottom: 0;
}
.yaer_list a.active {
    border: 1px solid #0067ff;
    color: #167fff;
    font-weight: 700;
}
.yaer_list a .time {
    display: block;
    color: #6f7385;
    font-size: 12px;
    margin-top: 5px;
    font-weight: normal;
}
.year_mess {
    flex: 1;
    background: #ffffff;
    border-radius: 8px;
    padding: 50px;
    padding-top:0 ;
}
.year_mess .title {
    color: #1f1f25;
    font-size: 30px;
    text-align: center;
    padding-bottom: 32px;
    border-bottom: 1px solid #e5e6eb;
    margin-bottom: 32px;
}
.year_mess .table_title {
    color: #1f1f25;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}
.year_mess .table_title::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 16px;
    background-color: #0067ff;
    margin-right: 8px;
}
.bgf3 {
    background-color: #f3f6ff;
}
.basic_mess {
    width: 100%;
    border-radius: 8px;
    border-left: 1px solid #e5e6eb;
    border-top: 1px solid #e5e6eb;
    border-right: 1px solid #e5e6eb;
    overflow: hidden;
}
.basic_mess li {
    display: flex;
    line-height: 20px;
    align-items: center;
}
.basic_mess li span {
    border-right: 1px solid #e5e6eb;
    padding: 10px 16px;
    font-size: 14px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e5e6eb;
}
.basic_mess li span:last-child {
    border-right: 0px;
}
.basic_mess li .s1 {
    flex: 0 0 200px;
}
.basic_mess li .s2 {
    flex: 0 0 350px;
}
.basic_mess li .s3 {
    flex: 0 0 166px;
}
.basic_mess li .s4 {
    flex: 1;
}

.basic_mess li .ema {
    color: #0645ad;
}
.mb40 {
    margin-bottom: 40px;
}
.door_mess {
    border-radius: 8px;
    border: 1px solid #e5e6eb;
    overflow: hidden;
}
.door_mess li {
    color: #1f1f25;
    height: 56px;
    line-height: 56px;
    display: flex;
}
.door_mess li:first-child {
    height: 44px;
    color: #1f1f25;
    font-size: 14px;
    font-weight: 700;
    line-height: 44px;
}

.door_mess li span {
    padding-left: 16px;
}
.door_mess li .d1 {
    flex: 0 0 68px;
}
.door_mess li .d2 {
    flex: 0 0 177px;
}
.door_mess li .d3 {
    flex: 0 0 305px;
}
.door_mess li .d4 {
    flex: 1;
    color: #0645ad;
}
.door_mess li:first-child .d4 {
    color: #1f1f25;
}

.door_mess li .g1 {
    flex: 0 0 59px;
}
.door_mess li .g2 {
    flex: 0 0 301px;
    display: flex;
    align-items: center;
}
.door_mess li .g2 span:first-child {
    flex: 0 0 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    color: #ffffff;
    font-size: 12px;
    margin-right: 12px;
    border-radius: 4px;
    background: #98b1d9;
    padding-left: 0;
}
.door_mess li .g2 span:nth-child(2) {
    color: #0645ad;
    font-size: 14px;
}
.door_mess li .g3 {
    flex: 0 0 123px;
}
.door_mess li .g4 {
    flex: 0 0 123px;
}
.pro_money {
    margin-top: 12px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e5e6eb;
}
.pro_money li {
    display: flex;
}
.pro_money li .p1 {
    flex: 0 0 200px;
    color: #1f1f25;
    font-size: 14px;
}
.pro_money li .p2 {
    flex: 0 0 450px;
}
.pro_money span {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e5e6eb;
    padding-left: 16px;
}
.br {
    border-right: 1px solid #e5e6eb;
}
.bb {
    border-bottom: none !important;
}
.pro_money li .p2 span {
    height: 40px;
    line-height: 40px;
    color: #1f1f25;
    font-size: 14px;
}
.mask_tip{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 8px;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    font-size: 14px;
    padding: 8px 16px;
    display: none;
}

 .detail_list.register .tab-item {
            border-left: 1px solid #e5e6eb;
            border-top: 1px solid #e5e6eb;
            border-radius: 8px 8px 8px 8px;
            overflow: hidden;
            width: 100%;
        }

        .detail_list.register .tab-item tbody tr th {
            font-family: Source Han Sans, Source Han Sans;
            font-weight: 400;
            font-size: 14px;
            color: #1F1F25;
            line-height: 20px;
            background: #f3f6ff;
            padding: 10px 16px;
            border-right: 1px solid #e5e6eb;
            border-bottom: 1px solid #e5e6eb;
            white-space: nowrap;
            width: 90px;
        }

        .detail_list.register .tab-item tbody tr td {
            font-family: Source Han Sans, Source Han Sans;
            font-weight: 400;
            font-size: 14px;
            color: #1F1F25;
            line-height: 20px;
            padding: 10px 16px;
            border-right: 1px solid #e5e6eb;
            border-bottom: 1px solid #e5e6eb;
        }

        .detail_list.shareholder table {
            border: 1px solid #e5e6eb;
            width: 100%;
            border-radius: 8px 8px 8px 8px;
            overflow: hidden;
            border-bottom: 0;
        }

        .detail_list.shareholder table thead tr th {
            background: #F7FAFD;
            font-family: Source Han Sans, Source Han Sans;
            font-weight: 700;
            font-size: 14px;
            color: #1F1F25;
            line-height: 20px;
            padding: 12px 16px;
        }

        .detail_list.shareholder table tbody tr td {
            font-family: Source Han Sans, Source Han Sans;
            font-weight: 400;
            font-size: 14px;
            color: #1F1F25;
            line-height: 20px;
            padding: 12px 16px;
            border-bottom: 1px solid #e5e6eb;
        }

        .detail_list.shareholder table tbody tr td .name {
            display: flex;
            align-items: center;
        }

        .detail_list.shareholder table tbody tr td .name .tit {
            width: 48px;
            height: 48px;
            background: #90BDFF;
            border-radius: 6px 6px 6px 6px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-family: Source Han Sans, Source Han Sans;
            font-weight: 500;
            font-size: 16px;
            color: #FFFFFF;
            line-height: 23px;
            text-align: left;
            margin-right: 12px;
        }

        .detail_list.shareholder table tbody tr td .name .title {
            display: flex;
            flex-direction: column;
        }

        .detail_list.shareholder table tbody tr td .name .title h5 {
            font-family: Source Han Sans, Source Han Sans;
            font-weight: 400;
            font-size: 16px;
            color: #1F1F25;
            line-height: 23px;
        }

        .detail_list.shareholder table tbody tr td .name .title p {
            display: flex;
            align-items: center;
            margin-top: 4px;
        }

        .detail_list.shareholder table tbody tr td .name .title p span {
            margin-right: 12px;
            padding: 3px 8px;
            font-family: Source Han Sans, Source Han Sans;
            font-weight: 400;
            font-size: 12px;
            color: #6F7385;
            line-height: 16px;
            background: #F7F8FA;
            border-radius: 4px 4px 4px 4px;
            border: 1px solid #e5e6eb;
        }
        /* 针对Webkit浏览器（如Chrome和Safari）的滚动条样式 */  
.mess_top::-webkit-scrollbar {  
    height: 5px; /* 滚动条的高度 */  
}  
  
.mess_top::-webkit-scrollbar-thumb {  
    background-color: #888; /* 滚动条滑块的颜色 */  
    border-radius: 5px; /* 滑块圆角 */  
}  
  
.mess_top::-webkit-scrollbar-thumb:hover {  
    background-color: #555; /* 滑块悬停时的颜色 */  
}  
  
.mess_top::-webkit-scrollbar-track {  
    background-color: #f1f1f1; /* 滚动条轨道的颜色 */  
    border-radius: 5px; /* 轨道圆角 */  
}  
  
/* 横向滚动条 */  
.mess_top::-webkit-scrollbar-horizontal {  
    height: 10px; /* 水平滚动条的高度 */  
}
 .shareholder-content table {
  width: 100%;
  border: 1px solid #E5E6EB;
  border-radius: 8px;
  border-bottom: 0;
}
.shareholder-content table thead {
  background: #F6F8FD;
}
.shareholder-content table thead tr th {
  padding: 10px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  font-size: 14px;
  color: #1F1F25;
  line-height: 20px;
  text-align: left;
  white-space: nowrap;
}
.shareholder-content table tbody tr {
  border-bottom: 1px solid #E5E6EB;
}
.shareholder-content table tbody tr:last-child {
  border-bottom: 0;
}
.shareholder-content table tbody tr td {
  padding: 10px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 14px;
  color: #1F1F25;
  line-height: 20px;
  border-bottom: 1px solid #E5E6EB;
}
.shareholder-content table tbody tr td .name {
  display: flex;
  align-items: center;
}
.shareholder-content table tbody tr td .name .span1 {
  width: 32px;
  height: 32px;
  border-radius: 4px 4px 4px 4px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shareholder-content table tbody tr td .name .span2 {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 14px;
  color: #333;
  line-height: 20px;
  margin-left: 16px;
}
.shareholder-content table tbody tr:nth-child(1n) td .name .span1 {
  background: #89CAB1;
}
.shareholder-content table tbody tr:nth-child(2n) td .name .span1 {
  background: #98B1D9;
}
.shareholder-content table tbody tr:nth-child(3n) td .name .span1 {
  background: #CEA7A7;
}