.navbar{
    box-sizing: border-box;
    width: 100%;
    height: 1.42rem;
    padding: .24rem 0.6rem .21rem 1.66rem;
    background: transparent;
}
.logo{
    width: 1.26rem;
    height: 0.97rem;
    /* margin-right:1.3rem; */
}

/*12.25*/
.index_enNav{
    padding-left: 0!important;
}
.shares_txt{
    height: 100%;
    margin:0 .5rem 0 1.5rem;
    box-sizing: border-box;
    padding:0.15rem 0 0.15rem .2rem;
    border-left: 1px solid #d7d7d7;
    white-space: nowrap;
}
.shares_txtline{
    line-height: 0.4rem;
    font-size: .14rem;
    font-family: Arial;
}
.shares_code{    
    position: relative;
    top: 0.02rem;
    font-size: .18rem;
    font-family: Impact;
    font-weight: 400;
    color: #34D3CE;
}
/*12.25*/


.nav_item{
    height: .97rem;
    margin-right: .32rem;
    line-height: 1.4rem;
    font-size: 0.16rem;
    white-space: nowrap;   
}
.url_link{
    cursor: pointer; 
}
/* .bg_light .url_link:hover{
    color: #34D3CE;
}
.bg_deep .url_link:hover{
    color: #fff;
} */
.bg_deep+.nav_menu{
   border: 0.01rem solid #fff;
} 


.i18n_btn{
    cursor: pointer;
}
.nav_item:last-child{
    margin:0 0 0 .6rem;
}
.bg-dark{
    background: #000;
}
.curr_nav{
    color: #34D3CE;
}
.footer{
    width: 100%;
    /* height: 1.98rem; */
    padding:.3rem 0 0 1.52rem;
    background: #A0A0A0;
}
.foot_title{
    font-size: 0.16rem;
    margin-bottom: 0.2rem;
}
.foot_text{
    cursor: pointer;
    white-space: nowrap;
    font-size: 0.14rem;
    margin-bottom: 0.1rem;
}
.foot_item:nth-child(2){
    margin:0 0.98rem 0 1.44rem;
}
/* .hotLine{
    font-size: 0.2rem;
} */
/* 时间线 */
.history{
    position: relative;
    margin: 0.6rem 0 0;
    padding: 0 .3rem;
    
}
.over-hide{
    overflow: hidden;
}
.timeNode{
    margin-right: 1.21rem;
    font-size: 0.24rem;
    font-family: 'News701BT';
    font-weight: bold;
    color: #666666;
}
.timeNode:last-of-type{
    margin-right: 0.4rem;
}
.icon-xiangxia1{
    display: block;
    width: 0.12rem;
    height: 0.12rem;
    margin: .1rem auto 0;
}
.more_year{
    height: .25rem;
}
.icon-gengduo{
    position: absolute;
    top:-0.1rem;
    right: -0.2rem;
    width: 0.21rem;
    height: 0.2rem;
}

.icon-gengduo1{
    display: none;
    position: absolute;
    top:-0.1rem;
    left: -0.2rem;
    width: 0.21rem;
    height: 0.2rem;
    transform: rotate(180deg);
}
.node_bottom .icon{
    top: -0.1rem!important;
}

.timeDot{
    cursor: pointer;
    position: relative;
    width: 0.2rem;
    height: 0.2rem;
    margin: 0.12rem auto 0;
    border: 1px solid transparent;
    background: #a0a0a0;
    border-radius: 50%;
}
.dot{
    position: absolute;
    top: 0.05rem;
    left: 0.05rem;
    width: 0.1rem;
    height: 0.1rem;
    background: #666666;
    border-radius: 50%; 
    z-index: 1000;
}

.histroyLine{
    position: relative;
    top: -0.1rem;
    width: 100%;
    height: 1px;
    background: #d7d7d7;
    z-index: 100;
}
.timeLine{
    transition: all 0.2s;
}
.selected .icon-xiangxia1{
    color: #34D3CE;
}
.selected .timeDot{  
    background: rgba(52, 211, 206, 0.5);
}
.selected .dot{ 
    background: #34D3CE;
}
.selected .year_num{
    color: #34D3CE;
}

/* 月报表时间线新增 */
.month_report .timeNode{
    width: 0.6rem;
    margin-right: 0.56rem;
}
.month_report .timeNode:first-child{
    margin-left: 0.24rem;
}
.icon-point{
    margin: 0 auto;
    text-align: center;
}
.icon-03-copy{
    position: relative;
    top: 0.1rem;
    width: 0.15rem;
    height: 0.15rem;
    color: #34D5D0;
    opacity: 0;
}

.dot_year{
    position: absolute;
    top: .85rem;
    font-size: 0.24rem;

}

.month_report .icon-gengduo{
    top:.46rem;
}
.selected .icon-03-copy{
    opacity: 1;
}
.selected .dot_year{
    color: #34D5D0;
}

/* nav调整 */
.nav_menu{
    display: none;
    position: absolute;
    top: 0.4rem;
    right: 0.4rem;
    width: 0.8rem;
    height: 0.7rem;
    box-sizing: border-box;
    border: 1px solid #d7d7d7;
}
.icon-caidan{
    cursor: pointer;
    position: absolute;
    top: 0.05rem;
    left: 0.03rem;
    width: 0.7rem;
    height: 0.6rem;
    color: #ccc;
}
.nav_menuList{
    display: none;
    
    border-top: 2px solid #122fc0;
}
.nav_menuItem{
    cursor: pointer;
    height: .72rem;
    padding-left: 0.5rem;
    line-height: 0.72rem;
    font-size: 0.24rem;
}
.nav_menuItem:hover{
    background: #122fc0;
    color: white;
}

.tran{
    transform: translate(-1rem);
}

.noData{
    color: #ccc;
    font-size: 0.3rem;
    text-align: center;
    line-height: 5rem;
}
.aside_menu{
    position: absolute;
    top: 0;
    display: block;
    width: 5rem;
    height: 100%;
    border: none;
    background: white;
    transition: all 0.2s;
    z-index: 10000;
}
.aside_move{
    transform: translateX(-5rem);
}
.newsBox{
    font-size: .24rem;
}
.newsBox img{
    display: block;
    margin:  0 auto;
}


/* 英文版 */
.logo_en{
    position: absolute;
    width: 1.26rem;
    height: 0.97rem;
}
.enNav{
    padding-left: 1.66rem;
}
.footer{
    padding: 0.15rem 0 0.15rem 1rem;
}
