.abanner .aban-tit {
    color: #fff;
}
body .layui-laydate .layui-this{
    background-color: var(--blue)!important;
}
.abanner .aban-en {
    color: #fff;
}


         .thumblist li:last-child{
            display: none;
        }
            .thumblist span:nth-last-child(2){
            display: none;
        }
.merged-item table{
    border: none!important;
}
.merged-item table tr:nth-child(1){
    background-color: rgba(1, 119, 217, .05);
    border: none!important;
}
.merged-item table tr:nth-child(n + 2){
    border-bottom: 1px solid #F2F2F2;
}

.merged-item table tr:nth-child(1) td{
   font-weight: 500;
   font-size: 20px;
   color: #222222;
   
}

.merged-item table td {
      border: none!important;                     /* 移除单元格边框 */
      text-align: center;                /* 文字水平居中 */
      vertical-align: middle;            /* 文字垂直居中 */
      height: auto!important;
      padding: 12px;
      color: #666666;
      line-height: 1.5;
      /* 增加内边距，更美观 */
    }

.video_con {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    z-index: 99999;
}

.video_con .vid_dom {
    width: 70%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video_con video {
    width: 100%;
}

.video_con .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: #000;
    border-radius: 100%;
    cursor: pointer;
    z-index: 2;
}

.video_con .close:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 1px;
    background: #fff;
    transform: translateX(-50%) rotate(45deg);
}

.video_con .close:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 1px;
    background: #fff;
    transform: translateX(-50%) rotate(135deg);
}




@media screen and (max-width:768px) {
    .video_con .vid_dom {
        width: 90%;
    }
}

.investor-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.investor-top .year {
    display: flex;
    align-items: center;
    color: #000;
    line-height: 1.5;
}

.investor-top .year-box {
    position: relative;
}

.investor-top .year-val {
    width: 200px;
    height: 44px;
    border-radius: 6px;
    border: 1px solid #D9D9D9;
    display: flex;
    padding-left: 22px;
    padding-right: 13px;
    align-items: center;
    color: #222222;
    justify-content: space-between;
}

.investor-top .year-list {
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    padding: 10px 0;
    background-color: #fff;
    display: none;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.merged-top .year-list {
    width: 60%;
}

.investor-top .year-item {
    padding: 0 22px;
    line-height: 40px;
    color: #222222;
    cursor: pointer;
    background-color: #fff;
    position: relative;
    transition: all .5s;

}

.merged-top .year-item {
    padding: 0;
}

.merged-top .year-item>span {
    display: block;
    padding: 0 22px;
    line-height: 40px;
    color: #222222;
    cursor: pointer;
    background-color: #fff;
    position: relative;
    z-index: 2;
    transition: all .5s;
}

.merged-top .year-item:hover>span,
.investor-top .year-item:hover {
    background-color: var(--blue);
    color: #fff;
}

.merged-top .quarter {
    position: absolute;
    left: 100%;
    top: 0;
    width: 120px;
    display: none;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.merged-top .quarter-item {
    padding: 0 22px;
    line-height: 40px;
    color: #222222;
    cursor: pointer;
    background-color: #fff;
    cursor: pointer;
    transition: all .5s;
}

.merged-top .quarter-item:hover {
    background-color: var(--blue);
    color: #fff;
}

.annou {
    background: linear-gradient(359deg, #FAFAFE 0%, rgba(250, 250, 254, 0) 100%);
}

.annouswp {
    position: relative;
}

.annouswp p {
    line-height: 48px;
    padding-bottom: 18px;
    position: relative;
    font-weight: 500;
    color: #999;
    transition: all .5s;
    cursor: pointer;
}

.annouswp p:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(95deg, #0F56AE 0%, #0F56AE 60.06%, #0F56AE 100%);
    transform: translateX(-50%);
    transition: all .5s;
}

.annouswp .swiper-slide {
    width: auto;
    margin-right: 6.96%;
}

.annouswp .swiper-slide.act p {
    font-size: 32px;
    color: var(--blue);
}

.annouswp .swiper-slide.act p:after {
    width: 100%;
}

.annouswp .swiper {
    width: 91%;
    margin-left: 0;
}

.annouswp .swiper-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #fff;
    right: 0;
    top: 5px;
    transform: translateY(0%);
    margin-top: 0;
    border: 1px solid var(--blue);
    transition: all .5s;

}

.annouswp .swiper-button-next:after {
    content: none;
}

.annouswp .swiper-button-next:hover {
    background-color: var(--blue);
}

.annouswp .swiper-button-next svg {
    width: 5px;
    margin-left: 2px;
}

.annouswp .swiper-button-next:hover svg path {
    fill: #fff;
}

.annouswp:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, .1);
}
/*
.annoulist {
    display: flex;
    flex-wrap: wrap;
}

.annoulist .annou-item {
    flex: 0 0 32%;
    margin-right: 2%;
}

.annoulist .annou-item:nth-child(3n) {
    margin-right: 0;
}

.annoulist .annou-item a {
    width: 100%;
    height: 100%;
    display: block;
    padding-left: 10.43%;
    padding-right: 9.347%;
    background-color: #fff;
}



.annou-timebox span:nth-child(1) {
    font-weight: bold;
    color: #333333;
    line-height: 0.9;
    display: block;
}

.annou-timebox span:nth-child(2) {
    color: #999999;
    line-height: 30px;
    font-weight: 400;
    display: inline-block;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.annou-tit {
    line-height: 1.41;
    font-weight: 500;
    color: #333333;
    margin-top: 12px;
    display-radio: -webkit-box;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.annou-des {
    font-weight: 400;
    color: #999999;
    line-height: 1.875;
    display-radio: -webkit-box;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 17px;
}
*/

.annou-more {
    width: 150px;
    height: 40px;
    border-radius: 6px;
    font-size: 14px;
    color: #222222;
    line-height: 38px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #D9D9D9;
    transition: all .5s;
}

.annoulist .annou-item a:hover .annou-timebox span:nth-child(1) {
    color: var(--blue);
}

.annoulist .annou-item  .annou-more:hover {
    color: #fff;
    border-color: var(--blue);
    background-color: var(--blue);
}


.securities .stock {
    display: flex;
}

.securities .stock-lf {
    flex: 0 0 35.84%;
    padding-left: 2.77%;
    padding-right: 2.77%;
    margin-right: 7px;
    background-color: rgba(1, 119, 217, .05);
}

.securities .stock-rg {
    width: calc(64.16% - 7px);
}

.stock-name {
    line-height: 1.5;
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.stock-name span:nth-child(1) {
    color: var(--blue);
    margin-right: 7px;
}

.securities .price {
    display: flex;
    align-items: flex-end;
    color: #333;
    line-height: 1.5;
}

.securities .price.up {
    color: #ff0000;
}

.securities .price.down {
    color: #008000;
}

.securities .stc_updown {
    margin-left: 1em;
}

.securities .stc_rate_ud {
    margin-left: 1em;
}


.stc_current span {
    line-height: 1.05;
}

.stock-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.stock-info .stack-item {
    flex: 0 0 41.84%;
    margin-bottom: 8px;
    line-height: 1.5;
    color: #000;
    display: flex;
}

.stock-info .stack-item>div:nth-child(1) {
    color: rgba(0, 0, 0, .4);
    margin-right: 9px;
}

.securities .st_date {
    line-height: 1.5;
    color: rgba(0, 0, 0, .3);
}



.shareholder {
    display: flex;
}

.shareholder-lf {
    flex: 0 0 22.15%;
    display: flex;
    flex-direction: column;
    background: rgba(1, 119, 217, .05);
}

.shareholder-rg {
    flex: 1;
}

.shareholder-time {
    flex: 1;
    color: #666666;
    line-height: 1.5;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shareholder-rtp,
.shareholder-item {
    display: flex;
    padding-left: 3.568%;
    padding-right: 3.568%;
}

.shareholder-rtp {
    background: rgba(1, 119, 217, .05);
    line-height: 54px;
    color: #222222;
    font-weight: 500;
}

.shareholder-ltp {
    line-height: 54px;
    color: #222222;
    font-weight: 500;
    background-color: rgba(1, 119, 217, .1);
    text-align: center;
}

.shareholder-tname,
.shareholder-name {
    flex: 0 0 35.38%;
    padding: 0 22px;
}

.shareholder-tnum,
.shareholder-num {
    flex: 0 0 24.6%;
    color: #222222;
}

.shareholder-proportion,
.shareholder-tproportion {
    flex: 0 0 26%;
    padding: 0 22px;
}

.shareholder-tnature,
.shareholder-nature {
    flex: 1;
    padding-left: 22px;
}

.shareholder-btm {
    line-height: 1.5;
    color: #666666;
}

.shareholder-item {
    border-bottom: 1px solid #F2F2F2;
}

.securities .sec3-top,
.investor-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
   .investor-top .layui-form{
          display: flex;
      }


.securities .sec3list {
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.securities .sec3-item {
    display: flex;
    align-items: center;
    padding-right: 0%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.securities .sec3-time {
       display: flex;
          flex-direction: column;
         justify-content: center;
          padding-bottom: 0px;
          padding-top: 5px;
           width: 140px;
          border-radius: 6px;
           align-items: center;
         margin-right: 19px;
            background-color: rgba(15, 86, 174, .1);
}

.securities .sec3-tit {
    line-height: 1.5;
    font-weight: 500;
    color: #333333;
    flex: 1;
}
.securities .sec3-tit a{
    transition: all .5s;
}
.securities .sec3-tit a:hover{
    color: var(--blue);
}

.securities .sec3-down {
    margin-left: 19px;

}

.securities .sec3-down svg {
    width: 24px;
    height: 24px;
}

.securities .sec3-time span:nth-child(1) {
    line-height: 1;
    font-weight: bold;
    color: #333333;
}

.securities .sec3-time span:nth-child(2) {
    color: #999999;
    line-height: 1.6;

}


#ID-laydate-range input {

    height: 40px;
    border: 1px solid #E8E8E8;
    border-radius: 6px;
    background-color: #fff;
    padding: 0 20px;
    font-size: 14px;
    color: #333;


}

#ID-laydate-range .layui-input-inline {
    margin-right: 12px;
    position: relative;
        width:180px;
}

#ID-laydate-range .layui-input-inline:after {
    content: '';
    position: absolute;
    right: 24px;
    top: calc(50% + 3px);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: var(--blue);
}

#ID-laydate-range input::placeholder {
    color: #4D4D4D;
}

#ID-laydate-range {
    display: flex;
}

.time_search {
    width: 180px;
    height: 40px;
    border-radius: 6px;
    background-color: var(--blue);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    font-size: 14px;
}

.time_search svg {
    width: 14px;
    margin-left: 12px;
}


.time_search::after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.time_search:hover::after {
    -webkit-animation: btn_ani 1s;
    animation: btn_ani 1s;
    z-index: 2;
}


.communication-item {
    display: flex;
   align-items: center;
   padding-top: 10px;
   padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.communication-time {
    width: 140px;
    height: 80px;
    background: #F2F8FD;
    border-top-left-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: none;
    transition: all .5s;
}

.communication-time span:nth-child(1) {
    font-weight: bold;
    color: #333333;
    line-height: 1.5;
    transition: all .5s;
}

.communication-time span:nth-child(2) {
    color: #999;
    line-height: 1.5;

    transition: all .5s;
}

.communication-item:hover .communication-time span:nth-child(n) {
    color: #fff;
}

.communication-item:hover .communication-time {
    background-color: var(--blue);
}

.communication-txt {
    padding-left: 4.65%;
    padding-right: 4.65%;
}

.communication-tit {
    line-height: 1.625;
    font-weight: 400;
}

.communication-tit a {
    color: #333;
    transition: all .5s;
}

.communication-tit a:hover {
    color: var(--blue);
}

.communication-des {
    line-height: 30px;
    margin-top: 4px;
    color: #999999;
    display-radio: -webkit-box;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.video-list {
    display: flex;
    flex-wrap: wrap;
}

.video-item {
    flex: 0 0 32%;
    background-color: #fff;
    cursor: pointer;
    margin-right: 2%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.video-item:nth-child(3n) {
    margin-right: 0;
}

.video-img {
    width: 100%;
    padding-bottom: 56.3%;
    height: 0;
    position: relative;
}

.video-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.video-img svg {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 74px;
    height: 74px;
    transform: translate(-50%, -50%);
}

.video-txt {
    padding-left: 11%;
    padding-right: 8%;
}

.video-tit {
    line-height: 1.625;
    font-weight: 500;
    color: #333333;
}

.video-time {
    margin-top: 6px;
    display: flex;
    color: #999999;
    line-height: 1.5;
}

.video-time svg {
    margin-right: 3px;
    width: 16px;
}


.merged-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.regularly-tit {
    line-height: 1.4;
    font-weight: 500;
    color: var(--blue);
}

.regularly-box {
    display: flex;
    background: url('../img/reportbj.jpg');
}

.regularly-report {
    flex: 1;
    display: flex;
    height: 7.7em;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding-left: 5%;
    padding-right: 5%;
    border-right: 1px solid rgba(0, 0, 0, .2);
}

.regularly-report:last-child {
    border-right: none;
}

.regularly-report a {
    font-weight: 500;
    line-height: 1.5;
    color: #000000;
    transition: all .5s;
}

.regularly-report a:hover {
    color: var(--blue);
}




.kke_menus_tab_edage {
    display: none !important;
}

/*------ STOCK ------*/
.instruct {
    display: none;
    padding-top: 10px;
    background: #f1f1f1;
}

.instruct p {
    float: right;
    color: #09237a;
    margin: 0 15px 0 0;
    background: url(../img/arrow_r.png) no-repeat left center;
    padding-left: 20px;
}

.main-wrap {
    width: 100%;
    background-color: transparent;
    margin: 0 auto;
}

#main {
    width: 100%;
    height: 390px;
}

.kke_menus_tab_edage {
    width: 100%;
    height: 50px;
    border-top: 1px solid #dde4f4;
    border-bottom: 1px solid #dde4f4;
    background: #EFF5FF;
    position: relative;
    margin-top: 10px;
}

.tab_cn,
.tab_en {
    display: none;
}

.tab_cn.active,
.tab_en.active {
    display: block;
}


.kke_menus_tab_normal {
    width: 50px;
    height: 35px;
    line-height: 35px;
    margin-top: 13px;
    float: left;
    background: #EFF5FF;
    border: 1px solid #EFF5FF;
    color: #08237a;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}

.kke_menus_tab_normal:first-child {
    margin-left: 15px;
}

.kke_menus_tab_active {
    background: #fff;
    border-top: 2px solid #062784;
    border-left: 1px solid #dde4f4;
    border-right: 1px solid #dde4f4;
    border-bottom: 1px solid #fff
}

.kke_menus_tab_normal a {
    color: #09237a;
}

.stk-data {}

.stk-data .stc-left {
    line-height: 28px;
    box-sizing: border-box;
    width: 100%;
    padding-right: 165px;
}

.stc-left-cn,
.stc-left-en {
    display: none;
}

.stc-left-cn.active,
.stc-left-en.active {
    display: inline-block;
}

.stk-data .data-from {
    color: #a8a8a8;
    right: 0;
    top: 0;
}

.stk-data .stc-name {
    color: #131313;
}

.stk-data .st_date {
    color: #131313;
    margin-left: 5px;
}

.stk-data .stc-data {
    color: #131313;
}

.stk-data .stc-data:not(:first-child) {
    margin-left: 15px;
}

.stk-data .data-wrap {
    margin-left: 15px;
}

.stk-data .st_price,
.stock .st_zd,
.stock .st_cj {
    color: #ea0000;
}

.stk-data .zd_up {
    color: #ea0000;
}

.stk-data .zd_down {
    color: #169961;
}

.stk-data .pc_tb {
    margin-top: 10px;
}

.stk-data .wap_tb {
    display: none;
    margin-top: 10px;
}

.stk-data table {
    width: 100%;
}

.stk-data table thead {
    background: #eff5ff;
}


.stk-data .pc_tb .thead_cn,
.stk-data .pc_tb .thead_en {
    display: none;
}

.stk-data .wap_tb .thead_cn,
.stk-data .wap_tb .thead_en {
    display: none;
}

.stk-data .pc_tb .thead_cn.active,
.stk-data .pc_tb .thead_en.active {
    display: table-row;
}

.stk-data .wap_tb .thead_cn.active,
.stk-data .wap_tb .thead_en.active {
    display: table-row;
}

.stk-data table thead td {
    color: #01005f;
    font-size: 18px;
    border-left: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    text-align: center;
    padding: 10px 0;
}

.stk-data table tbody td {
    font-size: 16px;
    color: #424242;
    text-align: center;
    border-left: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    padding: 10px 0;
}

.showOpt {
    padding-bottom: 10px
}

.showOpt .stc-lang dt {
    line-height: 30px
}

.showOpt .stc-lang dd {
    margin-left: 10px
}

.showOpt .stc-lang a {
    display: block;
    width: 36px;
    height: 30px;
    border: 1px solid #eaeaea;
    line-height: 30px;
    text-align: center;
    color: #424242;
}

.showOpt .stc-lang a.now {
    background: #eaeaea;
}

@media only screen and (max-width:1024px) {
    .stk-data table thead td {
        font-size: 16px;
    }

    .stk-data table tbody td {
        font-size: 16px;
    }
}

@media only screen and (max-width:959px) {
    .stk-data .stc-left {
        padding-right: 0
    }

    .stk-data .data-wrap {
        float: none;
        margin-left: 0;
        clear: both;
        display: block;
    }

    .stk-data .pc_tb {
        display: none;
    }

    .stk-data .wap_tb {
        display: block;
    }

    .stk-data .wap_tb .stc_name {
        width: 30%;
    }

    .stk-data .wap_tb .stc_amount {
        width: 30%;
    }
}

@media only screen and (max-width:768px) {
    .instruct {
        display: block
    }

    .main-wrap {
        overflow-x: auto
    }

    #main {
        width: 960px;
        height: 480px;
    }
}

@media only screen and (max-width:639px) {
    .stk-data table thead td {
        font-size: 14px;
    }

    .stk-data table tbody td {
        font-size: 14px;
    }
}

/*@media only screen and (max-width:580px){
.stock .iframe{overflow-x: auto}
.stock .iframe iframe{width:610px;}
}*/
@media only screen and (max-width:479px) {
    .stk-data .st_date {
        float: none;
        display: block;
        clear: both;
        margin-left: 0;
    }

    .stk-data .data-from {
        font-size: 14px;
    }

    .stk-data .stc-data:not(:first-child) {
        margin-left: 6px
    }
}

@media only screen and (max-width:414px) {
    .stk-data .stc-data {
        font-size: 12px;
    }
}

@media only screen and (max-width:360px) {
    .stk-data .wap_tb thead td {
        font-size: 12px;
    }

    .stk-data .wap_tb tbody td {
        font-size: 12px;
    }

    .stk-data .stc-data:last-child {
        float: none;
        display: block;
        margin-left: 0;
        clear: both;
    }

    .kke_menus_tab_normal {
        width: 46px;
    }

    .kke_menus_tab_normal:first-child {
        margin-left: 10px;
    }
}




@media screen and (max-width:1600px){
   .annouswp .swiper-slide.act p{
       font-size: 28px;
   } 
   
   .time_search{
      width: 160px;
      height: 50px;
   }
   #ID-laydate-range .layui-input-inline{
    width: 180px;
   }
   #ID-laydate-range input{
       padding: 0 20px;
       height: 50px;
   }
   .stock-info .stack-item{
       flex: 0 0 45%;
   }
     .video-img svg{
        width: 64px;
        height: 64px;
    }
}
@media screen and (max-width:1440px){
       .stock-info .stack-item{
       flex: 0 0 48%;
   }
   .video-img svg{
       width: 60px;
       height: 60px;
   }
   
   .merged-item table tr:nth-child(1) td{

   font-size: 18px;
  
   
}


}


@media screen and (max-width:1200px){
       .annouswp .swiper-slide.act p{
       font-size: 24px;
   } 
   
    .time_search{
      width: 140px;
      height: 46px;
   }
   #ID-laydate-range .layui-input-inline{
    width: 160px;
   }
   #ID-laydate-range input{
       padding: 0 20px;
       height: 46px;
   }
   .video-img svg{
       width: 54px;
       height: 54px;
   }
}
@media screen and (max-width:1100px){
       .stock-info{
      font-size: 16px;
   }
     .video-img svg{
        width: 48px;
        height: 48px;
    }
}
@media screen and (max-width:768px){
    
.merged-item table tr:nth-child(1) td{
  
   font-size: 16px;
  
}
.merged-item {
    padding-bottom: 10px;
    overflow-x: auto;
}
.merged-item table{
    min-width: 800px;
}

.merged-item table td {

      padding: 8px;

    }
  
    .securities .sec3-top,.investor-top{
        flex-wrap: wrap;
    }
     .securities .sec3-top .contit,
     .investor-top .contit{
         margin-bottom: 20px;
     }
     .time_search{
         margin-top: 15px;
         height: 40px;
     }
     .securities .sec3-tit{
         font-size: 16px;
     }
         #ID-laydate-range input {
        padding: 0 15px;
        height: 40px;
    }
    #ID-laydate-range .layui-input-inline:after{
      right: 20px;
      border-width: 6px;
    }
    .time_search svg{
       width: 14px;
    }
    .securities .sec3-time{
       width: 80px;
    }
    .securities .sec3-down svg{
        width: 24px;
        height: 24px;
    }
     .layui-form{
         flex-wrap: wrap;
     }
    .securities .stock-lf{
        flex: 0 0 100%;
        margin-right: 0;
    }
    .securities .stock{
        flex-wrap: wrap;
    }
    .securities .stock-rg{
        width: 100%;
        margin-top: 5vw;
    }
    .shareholder{
        flex-wrap: wrap;
    }
    .shareholder-lf{
        flex:0 0 100%;
    }
    .shareholder-rg{
        overflow-x: auto;
        flex: 0 0 100%;
        padding-bottom: 15px;
    }
    .shareholder-rtp, .shareholder-item {
    display: flex;
    padding-left: 30px;
    padding-right: 30px;
}
.shareholder-time{
    line-height: 80px;
    background: #fff;
}
    .shareholder-btm,
    .shareholder-rtp{
        min-width: 800px;
    }
       .annouswp .swiper-slide.act p{
       font-size: 20px;
   } 
   
   /*.annoulist .annou-item{
       flex: 0 0 100%;
           box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
   }*/
   .annou-timebox span:nth-child(1){
       line-height: 1;
   }
   .annou-more{
    width: 120px;
    height: 36px;
    line-height: 34px;
   }
   
   .regularly-box{
       flex-wrap: wrap;
   }
   .regularly-report{
       flex: 0 0 50%;
       height: 4em;
   }
      .regularly-report:nth-child(n + 3){
          margin-top: 5vw;
      }
   .regularly-report:nth-child(2n){
       border-right: 0;
   }
   .investor-top{
       flex-wrap:  wrap;
   }
   .investor-top .year{
      flex: 0 0 100%;
      margin-top: 20px;
   }
   
   .communication-time{
       width: 80px;
           border-top-left-radius: 16px;
       height: auto;
   }
   .communication-txt{
      padding-top: 10px;
      padding-bottom: 10px;
   }
   
   .video-item{
       flex: 0 0 100%;
   }
   
   
   
   #layui-laydate1{
      width: 350px;
   }
  #layui-laydate1 .layui-laydate-content td, .layui-laydate-content th{
       padding: 2px;
       width: 20px;
       height: 24px;
       font-size: 12px;
   }
   
    #layui-laydate1 .layui-laydate-header i.laydate-prev-y {
    left: 5px;
}
  #layui-laydate1  .layui-laydate-header i.laydate-prev-m{
    left: 22px;
}
 #layui-laydate1  .layui-laydate-header i.laydate-next-y{
    right: 5px;
}
 #layui-laydate1  .layui-laydate-header i.laydate-next-m{
     right: 22px;
 }
   #layui-laydate1   .layui-laydate-header{
     padding-left: 30px;
     padding-right: 30px;
 }
  #layui-laydate1 .laydate-set-ym span{
    font-size: 12px;
    padding: 0 2px;
}

   #layui-laydate1  .layui-laydate-header i{
     font-size: 14px;
}
  #layui-laydate1 .layui-laydate-main{
       width: 172px;
   }

}
