
.li-ind {
    width: 21px;
    height: 20px;
    background: url(../img/investor/ind-bg.png) no-repeat center;
    background-size: 100% 100%;
    float: left;
    text-align: center;
    line-height: 20px;
    font-style: normal;
    font-family: 'TencentSansw7';
    font-size: 10px;
    color: #FFFFFF;
    letter-spacing: -0px;
    margin-right: 24px;
    margin-top: 5px;
}


/*-------------------------Banner Section Style------------------------------*/
.mod-section-ad h2 {
    font-family: 'TencentSansw3';
    font-size: 44px;
    color: #2A2E2E;
    letter-spacing: 0;
    margin-bottom: 8px;
    margin-top: 202px;
    font-weight: 400;
}

.investor .mod-section-ad .desc {
    width: 450px;
}
/*--------------------------------------------------------------------------------*/
.ten_banner{ font-family:'TencentSansw3'; }
.ten_banner .ten_banner_swiper{ position: relative; }

.ten_banner .ten_banner_slide{ height: 720px; position: relative; }
.ten_banner .ten_banner_slide > video,
.ten_banner .ten_banner_slide > img{
    position: absolute; top:0px; left: 0px;
    width: 100%; height: 100%;
    object-fit: cover;
}
.ten_banner .ten_banner_slide .ten_banner_text{
    position: absolute; top:0px; padding-bottom: 120px;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.1); color:#FFF;
    display: flex; flex-direction: column; justify-content: center;
}
.ten_banner .ten_banner_slide .ten_banner_text h2{ max-width: 640px; }
.ten_banner .ten_banner_slide .ten_banner_text h3{ max-width: 480px; }
.ten_banner .ten_banner_slide .ten_banner_text h4,
.ten_banner .ten_banner_slide .ten_banner_text h5,
.ten_banner .ten_banner_slide .ten_banner_text h6,
.ten_banner .ten_banner_slide .ten_banner_text p{ max-width: 480px; }

.ten_banner .ten_banner_nav{
    position: absolute; bottom: 120px; width: 100%; z-index: 1;
}
.ten_banner .ten_banner_nav .ten_main{
    border-bottom: 1px solid #FFF; padding-bottom: 24px;
    display: flex; justify-content: space-between; align-items: center;
}
.ten_banner_arr_l,
.ten_banner_arr_r{
    display: inline-block; width:54px; height: 54px; background-size: contain;
    background-repeat: no-repeat; background-position:center left;
    background-image: url(../img/index/icon_arrow_r.png);
    margin: 0px 24px 0px 0px;
}
.ten_banner_arr_l{ transform: scaleX(-1); }

.ten_banner .swiper-slide h2{ opacity: 0; transition: ease all 0.5s; transform: translate(120px); transition-delay: 0.2s; }
.ten_banner .swiper-slide h5{ opacity: 0; transition: ease all 0.5s; transform: translate(120px); transition-delay: 0.4s; }
.ten_banner .swiper-slide-active h2{ opacity: 1; transform: translate(0px); }
.ten_banner .swiper-slide-active h5{ opacity: 1; transform: translate(0px); }

.ten_banner_shadow{
    display: block; position: absolute;
    top:0px; left: 0px; width: 100%; height: 100%;
    background: rgba(0,0,0,0.5);
}
.ten_banner_shadow--20{ background: rgba(0,0,0,0.1); }
.ten_banner_shadow--30{ background: rgba(0,0,0,0.2); }

.gui-flip{ white-space: nowrap; }
[lang="en-US"] .gui-flip {  margin-left: 5px;}

@media screen and (max-width: 1279px){

    .mod-section-ad h2 {
        font-size: 32px;
    }

    .investor .mod-section-ad .desc {
        width: 300px;
    }
}
@media screen and (max-width: 767px){
    .ten_banner .ten_banner_slide h5 br{ display: none; }
}

/*--------------------------------------------------------------------------------*/
.swiper-pagination-bullet{
    border-radius: 0px; background: #FFF; opacity: 1;
    margin-left: 12px; width: 10px; height: 10px;
    transition: ease all 0.3s;
}
.swiper-pagination-bullet-active{ width: 30px; background: #0052D9; }
/*--------------------------------------------------------------------------------*/
.ten_cards{ position: relative; z-index: 1; margin-top: -120px; padding-bottom: 60px; }
.ten_cards h4{
    font-family:'TencentSansw7';
    color: #FFF; margin-bottom:12px;
}

.ten_cards .ten_card_grid{ margin-left: -24px; }
.ten_cards .ten_card_grid,
.ten_cards .ten_card_grid .ten_card_col1,
.ten_cards .ten_card_grid .ten_card_col2,
.ten_cards .ten_card_grid .ten_card_col1b{ display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; }

.ten_cards .ten_card_grid .ten_card_col1{ align-items: stretch; }
.ten_cards .ten_card_grid .ten_card_col1{ width: calc(75% - 0px); }
.ten_cards .ten_card_grid .ten_card_col2{ width: calc(25% - 0px); }
.ten_cards .ten_card_grid .ten_card_col1b{ width: calc(50% - 0px); align-items: stretch; }


.ten_cards .ten_card     { width: calc(100%   - 24px); margin-left: 24px; }
.ten_cards .ten_card--sml{ width: calc(33.33% - 24px); }
.ten_cards .ten_card--med{ width: calc(66.66% - 24px); }
.ten_cards .ten_card--sml2{ width: calc(50% - 24px); }

@media screen and (max-width: 1279px){
    .ten_cards .ten_card_grid .ten_card_col1{ width: calc(66.66% - 0px); }
    .ten_cards .ten_card_grid .ten_card_col2{ width: calc(33.33% - 0px); }
    .ten_cards .ten_card--sml{ width: calc(100% - 0px); }
    .ten_cards .ten_card--med{ width: calc(100% - 0px); }
}
@media screen and (max-width: 767px){
    .ten_cards .ten_card_grid .ten_card_col1{ width: calc(100% - 0px); }
    .ten_cards .ten_card_grid .ten_card_col2{ width: calc(100% - 0px); }
    .ten_cards .ten_card_grid .ten_card_col2{ align-items: stretch; }
    .ten_cards .ten_card_grid .ten_card_col2 .ten_card{ width: calc(50% - 24px); }
    .ten_cards .ten_card_grid .ten_card_col1b{ width: calc(100% - 0px); align-items: stretch; }
}
@media screen and (max-width: 639px){
    .ten_cards .ten_card_grid .ten_card_col2 .ten_card{ width: calc(100% - 0px); }
    .ten_cards .ten_card--sml2{ width: calc(100%); }
}
/*--------------------------------------------------------------------------------*/
.ten_card{
    display: block; margin-bottom: 24px; height: auto;
    width: 100%; background: #FFF; color: #2b2e2e;
    display: flex; justify-content: space-between;  flex-direction: column;
}
@media screen and (min-width: 768px){
    .ten_card:hover{
        transform: translateY(-4px); transition: ease all 0.3s;
        box-shadow: 0px 4px 4px rgba(0,0,0,0.1);
    }
    .ten_news_card.ten_investor_kit .ten_card:hover {
        background: #FFFFFF;
    }
}

.ten_card .ten_card_body{ padding: 36px 24px; }
.ten_card .ten_card_body .ten_tagline{ left: -24px; }
.ten_card .ten_card_body > :first-child{ margin-top: 0px; }
.ten_card .ten_card_body > :last-child { margin-bottom: 0px; }
.ten_card > .ten_img--full{ height: 100%; }

.ten_card h2{ font-family:'TencentSansw3'; }
.ten_card h3{ font-weight: normal;  }
.ten_card a:hover h2,
.ten_card a:hover h3{ color: #0052D9; }

.ten_img--full h2,
.ten_img--full h3,
.ten_img--full h4,
.ten_img--full h5,
.ten_img--full h6,
.ten_img--full p{ max-width: 500px;}

.ten_card .ten_card_icon{ display: block; width: 60px; height: 60px; }

.ten_gallery .ten_img:hover img,
.ten_card .ten_img:hover img{
    transform: scale(1.1); transition: ease all 0.3s;
}

.ten_card.ten_card--grey{ background: #F0F4FD; }
.ten_card.ten_card--lightgrey{ background: #FBFBFB; }
.ten_card.ten_card--dark{ background: #1B1F25;  color: #FFF; }
.ten_card.ten_card--blue{ background: #0052D9; color: #FFF; }
.ten_card.ten_card--white h2{ color: #0052D9; }

.ten_card.ten_card--dark a:hover h2,
.ten_card.ten_card--dark a:hover h3,
.ten_card.ten_card--blue a:hover h2,
.ten_card.ten_card--blue a:hover h3{ color: #FFF; }

.ten_card.ten_card--dark .ten_share,
.ten_card.ten_card--blue .ten_share{ filter: brightness(0) invert(1); }

.ten_card.ten_card--dark .ten_tagline{ color: #FFF; }
.ten_card.ten_card--blue .ten_tagline,
.ten_card.ten_card--blue .ten_tagline:before,
.ten_card.ten_card--blue .ten_tagline:after{ border-color: #FFF; color: #FFF; }

.ten_card.ten_card--dark .ten_download,
.ten_card.ten_card--blue .ten_download{ border:1px solid #FFF; color: #FFF !important;}
.ten_card.ten_card--dark .ten_download:hover,
.ten_card.ten_card--blue .ten_download:hover{ background: #FFF; color: #0052D9 !important;}
.ten_card.ten_card--dark .ten_download:before,
.ten_card.ten_card--blue .ten_download:before{ filter: brightness(0) invert(1); }
.ten_card.ten_card--dark .ten_download:hover:before,
.ten_card.ten_card--blue .ten_download:hover:before{ filter: none !important; }
/*--------------------------------------------------------------------------------*/
.ten_links{
    padding: 72px 0px 48px 0px; font-family:'TencentSansw7';
    display: flex; justify-content: flex-start; flex-wrap: wrap; align-items: stretch; margin-left: -24px;
}

.ten_links .ten_img{ width: calc(33.33% - 24px); margin-left: 24px; margin-bottom: 24px; }
@media screen and (max-width: 1023px){ .ten_links .ten_img{ width: calc(50%  - 24px); margin-left: 24px; } }
@media screen and (max-width: 479px ){ .ten_links .ten_img{ width: calc(100% - 24px); margin-left: 24px; } }

.ten_links .ten_img:before{ padding-bottom: 60%; }
.ten_links .ten_img:after{
    content: ""; display: block;
    position: absolute; top:0px; left: 0px; width: 100%; height: 100%;
    background: rgba(25,74,195,0);
}
.ten_links .ten_img:hover:after{
    background: rgba(25,74,195,0.8); transition: ease all 0.3s;
}
.ten_links .ten_img:hover img{
    transform: scale(1.1); transition: ease all 0.3s;
}
.ten_links .ten_img .ten_img_txt{ color: #FFF; z-index: 1; justify-content: center; }
.ten_links .ten_img .ten_img_txt h2{ display: inline-block; width: auto; padding-top: 12px; }
.ten_links .ten_img .ten_img_txt h2:after{
    content: ""; display: block;
    margin: 12px 0px 0px 0px; width: 1%; height: 2px;
    background: #FFF; opacity: 0;
}
.ten_links .ten_img:hover .ten_img_txt h2:after{ width: 100%; opacity: 1; transition: ease all 0.3s; }
.ten_links .ten_img .ten_img_txt h2{ font-weight: bold; }

@media screen and (max-width: 767px ){
    .ten_links .ten_img .ten_img_txt h2{ display: block; width: 100%; text-align: center; }

    .gui-video .ten_img_txt { justify-content: center; align-items: flex-end; text-align: center;}
}
/*--------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------*/
.ten_crumb{ background: #FBFBFB; padding: 18px 0px;  }
.ten_crumb ul,
.ten_crumb li{ list-style: none; margin: 0px; padding: 0px; }
.ten_crumb ul{ display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; }
.ten_crumb li{ display: block; margin: 0px 12px 0px 0px;  }

.ten_crumb li:after{
    content: ""; display: inline-block; vertical-align: middle;
    width: 6px; height: 6px; margin-left: 12px;
    border-top: 1px solid #2b2e2e;
    border-right: 1px solid #2b2e2e;
    transform: rotate(45deg);
}
.ten_crumb li:last-of-type:after{ display: none; }
.ten_crumb li a:hover{ color: #0052D9; }
/*--------------------------------------------------------------------------------*/
.ten_tab  { display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; }
.ten_tab a{ display: block; margin: 0px 24px 0px 0px; padding: 6px 0px; }
.ten_tab a.active{ font-weight: bold; border-bottom: 3px solid #0052D9; color:#0052D9; }
.ten_tab--investor li.active-tab{ font-weight: bold; border-bottom: 3px solid #0052D9; color:#0052D9; }
.ten_tab--investor a{ padding: 18px 0px;}

@media screen and (max-width: 767px){
    .ten_tab a{ margin: 0px 24px 0px 0px; font-size: 14px; }
}
/*--------------------------------------------------------------------------------*/
.ten_index{ margin: 48px 0px 0px 0px; }
.ten_index span{ font-size: 14px; color:#919797; display: block; }
.ten_index a{ display:block; text-decoration:none; color:inherit; margin:12px 0px; }
.ten_index a:hover{ color:#0052D9; }
.ten_index a:after{
    content: ""; display: inline-block; vertical-align: middle;
    width:6px; height: 6px; transform: rotate(-45deg);
    border-bottom: 1px solid #0052D9;
    border-right: 1px solid #0052D9;
    margin-left: 6px; margin-bottom: 1px;
}
/*--------------------------------------------------------------------------------*/
.ten_input{ display: inline-block;  min-width: 90px;}
.ten_form .ten_input{ display: block; }
.ten_input input,
.ten_input textarea,
.ten_input select{
    border: none; border-bottom: 1px solid #DDD;
    display: block; padding: 0px 12px; width: 100%; outline: none;
    border-radius: 0px; background: none;
}
.ten_input input,
.ten_input select{ height: 36px; line-height: 36px; }
.ten_input select{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}
.ten_input .icon{ display:block; height:0px; position: relative; width: auto;}
.ten_input label{ font-weight: 500; display: block; margin: 0px 0px 6px 0px; }
.ten_input  > *{ max-width: 480px; }

.ten_input--search input { padding-left: 36px; }
.ten_input--search .icon:after{
    content: ""; display: block; position: absolute;
    background-image: url(../svg/Search-01.svg);
    background-position: center center; background-repeat: no-repeat;
    background-size: 18px;
    width:30px; height: 30px; bottom: 0px; left: 0px;
}
.ten_input--select .icon:after{
    content: ""; display: block; position: absolute;
    border-width: 6px; border-color: #0052D9 transparent transparent transparent;
    border-style: solid;
    bottom: 8px; right: 8px;
}

.ten_input .ten_input_radio{
    margin-bottom: 24px; max-width: 600px;
    display: flex; justify-content: flex-start; align-items: flex-start;
    flex-wrap: wrap;
}
.ten_input .ten_input_radio a{
    display: block; width: calc(50% - 12px);
    margin: 0px 12px 12px 0px;
    cursor: pointer;
}
.ten_input .ten_input_radio a:before{
    content: ""; display: inline-block; vertical-align: middle;
    width: 12px; height: 12px; margin-right: 6px;
    border: 1px solid #DDD;
}
.ten_input .ten_input_radio a.checked:before{
    /*content:"\2713"; color: #FFF; font-size: 10px; line-height: 12px; text-align: center;*/
    background: #0052D9;
    /*
    background: radial-gradient(#0052D9 0%, #0052D9 50%, #FFF 60%, #FFF 100%);
    border-radius: 50%;*/
}

.ten_input .ten_input_box{
    border: 1px solid #DDD; max-width: 600px; margin-bottom: 24px;
    display: flex; justify-content: space-between; align-items: center;
}
.ten_input .ten_input_box input,
.ten_input .ten_input_box textarea{ border: none; height: 48px; line-height: 48px; }
.ten_input .ten_input_box--captcha img{
    display: block; height: 36px; width: auto; margin: 6px;
}
.ten_input .ten_input_box--captcha a{
    display: block; height: 36px; width: 36px;

    background-image: url(../img/irasia/icon_refresh.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 24px;
}
/*--------------------------------------------------------------------------------*/
.ten_btn{
    display: inline-block; cursor: pointer;
    background: #919797; color: #FFF; min-width: 150px;
    border:none; padding: 12px 24px; margin: 0px 6px 6px 0px; text-align: center;
}
.ten_btn--submit{ background: #0052D9; }
.ten_btn:hover{ background: #2b2e2e; }

.ten_btn--cal{
    display: inline-block; cursor: pointer;
    border: 1px solid #0052D9; border-radius: 6px;
    padding: 12px 16px; margin: 12px 12px 0px 0px;
    font-weight: 700;
}
.ten_btn--cal img{ vertical-align: middle; height: 20px; width: auto; }
a:hover .ten_btn--cal,
.ten_btn--cal:hover{ background: #0052D9; color:#FFF; }
a:hover .ten_btn--cal img,
.ten_btn--cal:hover img{ filter: brightness(0) invert(1);}

/*--------------------------------------------------------------------------------*/
.ten_search{ padding: 48px 0px;  }
.ten_search .ten_input input{
    height: 48px; line-height: 48px; color: #919797;
    font-size: 24px; padding-left: 12px; padding-right: 36px;
}
.ten_search .ten_input--search .icon:after{ left: auto; right: 0px; bottom: 6px; }
/*--------------------------------------------------------------------------------*/
.ten_search_result_item{
    display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;
    border-bottom: 1px solid #DDD; padding-bottom: 24px; margin-bottom: 24px;
}
.ten_search_result_txt{ width: 100%; /*width: calc(75% - 72px);*/ }
.ten_search_result_img{ width: calc(25% - 0px); display: none; }
.ten_search_result_txt h3,
.ten_search_result_txt p{ margin: 0px ;}
.ten_search_result_txt span,
.ten_search_result_txt a:hover h3{ color:#0052D9; }

@media screen and (max-width: 767px){
    .ten_search_result_txt{ width: 100%; }
    .ten_search_result_img{ width: 100%; margin-top: 24px; }
}
/*--------------------------------------------------------------------------------*/
.ten_news_search{ display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; margin: 72px 24px 36px 0; }
.ten_news_search > * { margin: 0 24px 0 0; }
.ten_news_search .ten_input{ min-width: 300px; }

.ten_news_search_type{
    margin: 0px 0px 0px auto; padding-left: 12px;
    border-left: 1px solid #5f6464;
    display: flex; justify-content: flex-end; align-items: center;
}
.ten_news_search_type a{ display: block; margin: 0px 0px 0px 24px; opacity: 0.5; }
.ten_news_search_type a img{ display: block; width:30px; height: 30px;}
.ten_news_search_type a.active{ opacity: 1; }
.ten_news_search.fixed {
    position: fixed;
    top: 0px;
    z-index: 99;
    background: rgba(251,251,251,1);
    width: 80%;
    left: 10%;
    margin: 0;
    padding: 36px 24px;
}

@media screen and (max-width: 1079px){
    .ten_news_search > *{ margin: 0px 0px 24px 24px;  }
    .ten_news_search .ten_tab{ width: 100%; }
    .ten_news_search .ten_input{ min-width: 0px;}
    .ten_news_search .ten_input--select{ width: calc(50% - 24px); }
    .ten_news_search .ten_input--search{ width: calc(80% - 24px); }
    .ten_news_search .ten_input--select--full{ width: 100%; }
    .ten_news_search_type{ width:calc(20% - 24px); border:none; }
}
@media screen and (max-width: 767px){
    .ten_news_search{ margin: 36px 0px 36px -24px; }
    .ten_news_search_type a img{ display: block; width:24px; height: 24px; }
    .ten_news_search_type a{ margin-left: 6px; }
}
/*--------------------------------------------------------------------------------*/
.ten_news_nav{ display: flex; justify-content: center; align-items: center; margin-bottom: 120px; }
.ten_news_nav input{
    border: 1px solid #DDD;
    width: 32px; height: 32px; line-height: 32px;
    text-align: center; margin-right: 12px; outline: none;
    font-size: 1.2em;
}
.ten_news_nav .ten_news_nav_total{ margin-left: 12px; font-size: 1.2em; }

.ten_news_nav .ten_news_nav_prev{ margin-right: 36px; }
.ten_news_nav .ten_news_nav_next{ margin-left:  36px;  }
.ten_news_nav .ten_news_nav_prev:hover,
.ten_news_nav .ten_news_nav_next:hover{ color:#0052D9; }
.ten_news_nav .ten_news_nav_prev:before,
.ten_news_nav .ten_news_nav_next:after{
    content: ""; display: inline-block; vertical-align: middle;
    width: 8px; height: 8px; margin: 0px 0px 0px 12px;
    border-top:   1px solid #0052D9;
    border-right: 1px solid #0052D9;
    transform: rotate(45deg);
}
.ten_news_nav .ten_news_nav_prev:before{ transform: rotate(-135deg); margin:0px 12px 0px 0px; }
@media screen and (max-width: 767px){
    .ten_news_nav input{ font-size: 1em; }
    .ten_news_nav .ten_news_nav_total{ font-size: 1em; }
    .ten_news_nav .ten_news_nav_prev,
    .ten_news_nav .ten_news_nav_next{ font-size: 14px; }
}
/*--------------------------------------------------------------------------------*/
.ten_news_card{ display: flex; justify-content: flex-start; align-items: stretch; flex-wrap: wrap; margin-left:-24px; }
.ten_news_card .ten_card{ width: calc(33.33% - 24px); margin-left: 24px; }
.ten_news_card.ten_investor_kit .ten_card{ width: calc(25% - 24px); margin-left: 24px; }

@media screen and (max-width: 1023px){ .ten_news_card .ten_card{ width: calc(50%  - 24px) !important; margin-left: 24px; } }
@media screen and (max-width: 767px){  .ten_news_card .ten_card{ width: calc(100% - 24px) !important; margin-left: 24px; } }

/*--------------------------------------------------------------------------------*/
.ten_news_detail{ padding: 72px 0px; }
.ten_news_detail h2{ max-width: 800px; font-weight: normal; }
.ten_news_detail h5,
.ten_news_detail h6{ max-width: 1000px; }
.ten_news_detail .ten_tagline{ border-left: 1px solid #0052D9; }

.ten_news_detail .ten_news_cover{ display: flex; justify-content: center; flex-wrap: wrap; align-items:stretch; margin: 60px 0px; }
.ten_news_detail .ten_news_cover .ten_img{ width: calc(100% - 0px); }
.ten_news_detail .ten_news_cover_share{
    position: fixed; right: 40px; top:calc(50% - 150px );
    width: 60px; color:#919797; height: 320px; padding: 12px 0px;
    background: #FFF; border-radius: 6px;
    display: flex; flex-direction: column; justify-content: space-between; align-items: flex-end;
}
.ten_news_detail .ten_news_cover_share > span{ display: block; width: 100%; height: 30px; line-height: 30px; font-size: 10px; text-align: center;  }
.ten_news_detail .ten_news_cover_share > a{ position: relative; width: 100%; display: block; }
.ten_news_detail .ten_news_cover_share a:after{
    content: ""; display: block; width: 30px; height: 30px; margin: 0px auto;
    background-repeat: no-repeat; background-size:contain;
    background-position: center center;
    transition:ease all 0.3s;
}
.ten_news_detail .ten_news_cover_share a.wechat:after  { background-image: url(../img/level-3-page/wx.png); }
.ten_news_detail .ten_news_cover_share a.weibo:after   { background-image: url(../img/level-3-page/xl.png); }
.ten_news_detail .ten_news_cover_share a.linkedin:after{ background-image: url(../img/level-3-page/in.png); }
.ten_news_detail .ten_news_cover_share a.link:after    { background-image: url(../img/level-3-page/lz.png); }
.ten_news_detail .ten_news_cover_share a.mail:after    { background-image: url(../img/level-3-page/mail.png); }
.ten_news_detail .ten_news_cover_share a.wechat:hover:after  { background-image: url(../img/level-3-page/wx_hover.png); }
.ten_news_detail .ten_news_cover_share a.weibo:hover:after   { background-image: url(../img/level-3-page/xl_hover.png); }
.ten_news_detail .ten_news_cover_share a.linkedin:hover:after{ background-image: url(../img/level-3-page/in_hover.png); }
.ten_news_detail .ten_news_cover_share a.link:hover:after    { background-image: url(../img/level-3-page/lz_hover.png); }
.ten_news_detail .ten_news_cover_share a.mail:hover:after    { background-image: url(../img/level-3-page/mail_hover.png); }
.ten_news_detail .ten_news_cover_share a span{ display: none; }
.ten_news_detail .ten_news_cover_share a:hover span{
    position: absolute; right: 100%; top:-6px;
    display: block; width:180px; height: 180px ; padding: 12px; background: #FFF;
}
.ten_news_detail .ten_news_cover_share a:hover span img{ width: 100%; height: 100%; display: block; }
@media screen and (max-width: 1223px){
    .ten_news_detail .ten_news_cover_share{ position: static; height: auto; padding: 0px;  margin:  24px 0px;}
    .ten_news_detail .ten_news_cover_share > span{width: 30px; }
    .ten_news_detail .ten_news_cover_share > a{width: 30px; }
    .ten_news_detail .ten_news_cover .ten_img{ width: calc(100%); }
    .ten_news_detail .ten_news_cover_share{ width: calc(100%); flex-direction: row; margin-top: 12px;  }
    .ten_news_detail .ten_news_cover_share a:after{ width: 24px; height: 24px; }
    .ten_news_detail .ten_news_cover_share a:hover span{
        right: auto; top:auto; left: 0px; bottom: 36px;
    }

    .ten_news_detail .ten_news_cover{ margin: 24px 0px; }
}

.ten_news_detail .ten_news_grid{ display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; margin: 60px 0px 36px 0px; }
.ten_news_detail .ten_news_grid_item{ width: calc(50% - 12px); margin-bottom:24px; }
.ten_news_detail .ten_news_grid_item > p{ margin: 12px 0px 0px 0px; font-weight: bold; }

@media screen and (max-width: 1248px){ .ten_news_detail .ten_tagline{ margin-left: -24px; border-left: none; } }
@media screen and (max-width: 767px){
    .ten_news_detail .ten_news_grid{ margin: 24px 0px; }
    .ten_news_detail .ten_news_grid_item{ width: calc(100% - 0px); }

}
.ten_news_detail .ten_main{ max-width:  960px; margin: 0px auto; }
@media screen and (max-width: 1004px){
    .ten_news_detail .ten_main{ max-width:none; margin: 0px 24px; }
}
/*--------------------------------------------------------------------------------*/
.ten_conference_featured{
    padding: 24px; margin-bottom: 48px;
    /*border-bottom: 1px solid #DDD; */
    background: #FBFBFB;
    display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap;
}
.ten_conference_featured_date{ width: 84px; }
.ten_conference_featured_text{ width: calc(100% - 84px); }
.ten_conference_featured_text h2{ margin-top: 0px; margin-bottom: 24px; }
.ten_conference_featured_text p{ margin: 12px 12px 12px 0; }
.ten_conference_featured_text strong{ font-weight: 500; color: #0052D9;}

.ten_conference_featured--blue{ background: #0052D9; color: #FFF; }
.ten_conference_featured--blue .ten_date{ color: #0052D9; background: #FFF; }
.ten_conference_featured--blue strong{ color: #FFF;}

.ten_conference_featured_text > :first-child{ margin-top: 0px; }
.ten_conference_featured_text > :last-child{ margin-bottom: 0px; }

/*.ten_conference_featured_info{ display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; }*/
/*.ten_conference_featured_info > :nth-child(1){ width: calc(70% - 12px); }*/
/*.ten_conference_featured_info > :nth-child(2){ width: calc(15% - 12px); }*/
/*.ten_conference_featured_info > :nth-child(3){ width: calc(15% - 12px); }*/

/*.ten_conference_featured_info > :nth-child(2) p { width: 100%; }*/


.ten_conference_featured_sub{ display: flex; align-items: flex-start; flex-wrap: wrap; }
/*.ten_conference_featured_sub > :nth-child(1){ width: calc(38% - 12px); }*/
/*.ten_conference_featured_sub > :nth-child(2){ width: calc(62% - 12px); }*/
.ten_conference_featured_text .content {
    margin: 6px 0;
}
.icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 3px;
}
.ten_call_play:hover{ color: #0052D9; }
.ten_call_play .play{
    display: inline-block; vertical-align: middle;
    width: 24px; height: 24px; margin: 0px 6px 3px 0px;

    color: #0052D9; background: #FFF;
    border-radius: 50%; position: relative;
    border:1px solid #0052D9;
}
.ten_call_play .play:after{
    content: ""; display: block;
    position: absolute; transform: scaleY(0.5);
    width: 0px; height: 0px; top:calc(50% - 6px); left:calc(50% - 2px);
    border-style: solid;
    border-width: 6px;
    border-color: transparent transparent transparent #0052D9;
}
.ten_call_play:hover .play{  background: #0052D9; color: #FFF; }
.ten_call_play:hover .play:after{ border-color: transparent transparent transparent #FFF; }

.investors-events .ten_call_play .play{
    width: 16px; height: 16px;
}

.ten_conference_featured--blue .ten_call_play:hover{ color: #FFF; }
.ten_conference_featured--blue .ten_call_play .play{ background: #FFF; color: #0052D9; border-color: #FFF;}
.ten_conference_featured--blue .ten_call_play .play:after{ border-color: transparent transparent transparent #0052D9; }
.ten_conference_featured--blue .ten_call_play:hover .play{ background: #0052D9; color: #FFF; }
.ten_conference_featured--blue .ten_call_play:hover .play:after{ border-color: transparent transparent transparent #FFF; }


@media screen and (max-width: 1023px){
    .ten_conference_featured_info > :nth-child(1){ width: calc(50% - 12px); }
    .ten_conference_featured_info > :nth-child(2){ width: calc(25% - 12px); }
    .ten_conference_featured_info > :nth-child(3){ width: calc(25% - 12px); }
    .ten_conference_featured_sub > :nth-child(1){ width: 100%; }
    .ten_conference_featured_sub > :nth-child(2){ width: 100%; }
}
@media screen and (max-width: 767px){
    .ten_conference_featured_info > :nth-child(1){ width: 100%; margin-bottom: 24px; }
    .ten_conference_featured_info > :nth-child(2){ width: calc(50% - 12px); }
    .ten_conference_featured_info > :nth-child(3){ width: calc(50% - 12px); }
}
@media screen and (max-width: 479px){

    .ten_conference_featured_date{ width:100%; margin-bottom: 24px; }
    .ten_conference_featured_text{ width:100%; }
}
/*--------------------------------------------------------------------------------*/
.ten_conference_item{
    display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap;
    margin: 48px 0px;
}
.t-conference {
    display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap;
}
.ten_conference_year {
    width: 10%;
    margin-top: 36px;
}
.ten_conference_items {
    width: 90%;
}
.ten_conference_item > :nth-child(1){ width: 84px; }
.ten_conference_item > :nth-child(2){ width: calc(100% - 84px); }
.ten_conference_item h3{ margin-top: 0px; }
.ten_conference_item p:last-child{ margin-bottom: 0px; }
.ten_conference_item h2{ margin-bottom: 24px !important; }

@media screen and (max-width: 767px){
    .ten_conference_item > :nth-child(3){ width: calc(100% - 84px - 84px);  }

    .roadshow-index .ten_investor_link {
        display: block;
    }
}
@media screen and (max-width: 479px){
    .ten_conference_item > :nth-child(3){ width: calc(100% - 84px);  }
    .ten_conference_item > :nth-child(4){ width: 100%; margin-top: 24px; padding-left: 84px; text-align: left;}
}
/*--------------------------------------------------------------------------------*/
.ten_finance{
    display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap;
    border-bottom: 1px solid #DDD;
    padding-bottom: 48px;
}
.ten_finance > :nth-child(1){ width: 12%; }
.ten_finance > :nth-child(2){ width: 88%; }
.ten_finance h2{ margin: 48px 0 24px 0; line-height: 47px;}
.ten_finance_year h2 {
    font-family:'TencentSansw7';
    font-size: 36px;
    line-height: 40px;
}
.ten_finance .ten_finance_item{
    display: flex; justify-content: space-between; align-items:center; flex-wrap: wrap;
}

.ten_finance .ten_finance_item:hover{
    cursor: pointer;
    color: #0052D9;
}
.ten_finance .ten_finance_item > :nth-child(1){ width: calc(100% - 84px); }
.ten_finance .ten_finance_item > :nth-child(2){ width: 84px; text-align: right; }
.ten_finance .ten_finance_item span{
    color: #0052D9;
    font-family:'TencentSansw7';
}
.ten_finance_card{ display: flex; justify-content: space-between; align-items:stretch; flex-wrap: wrap; }
.ten_finance_card .ten_card{ width: calc(50% - 12px);}
@media screen and (max-width: 769px){
    .ten_finance {
        padding-bottom: 24px;
    }
    .ten_finance > :nth-child(1){
        width: 100%;
        margin-top: 24px;
    }
    .ten_finance > :nth-child(2){ width: 100%; }

    .ten_news_search {
        margin: 36px 0px 12px 0;
    }
    .ten_news_search .ten_input--select,
    .ten_news_search .ten_input--search {
        width: calc(40% - 24px);
        margin: 0 24px 0 0;
    }
    .ten_finance h2 {
        margin: 24px 0;
        font-size: 24px;
        font-weight: bold;
    }
    .ten_finance_year h2 {
        font-size: 32px;
        margin: 0;
    }

}
@media screen and (max-width: 767px){
    .ten_finance_card .ten_card{ width: calc(100% - 0px);}
}
@media screen and (max-width: 479px){
    .ten_finance {
        padding-bottom: 12px;
    }
    .ten_finance > :nth-child(1){ width: 100%; margin: 24px 0 0 0;}
    .ten_finance > :nth-child(2){ width: 100%; }
    .ten_news_search {
        margin: 18px 0px 6px 0;
    }
    .ten_finance h2 {
        margin: 12px 0;
        font-size: 20px;
    }
    .ten_finance_year h2 {
        font-size: 24px;
        margin: 0;
    }
    .ten_news_search .ten_input--select,
    .ten_news_search .ten_input--search {
        width: calc(80% - 24px);
        margin: 12px 12px 0 0;
    }
}

/*----------------------------Investor Page Announcements------------------------------------------*/

.announcement .ten_finance_year h2 {
    margin-top: 24px;
}
.announcement .ten_investor_link {
    margin: 12px 0;
}

.announcement .ten_investor_link p{
    margin: 6px 0;
}

@media screen and (max-width: 769px){
    .announcement .ten_finance_item{ width: 100%;}
    .announcement .ten_finance .ten_finance_item > :nth-child(1){ width: 100%;}
}
/*----------------------------------------------------------------------*/
/*----------------------------Investor Page Financial Reports------------------------------------------*/
.financial_report_row {
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
    align-items:flex-end;
    flex-wrap: wrap;
}
.financial_report_item {
    flex: 1;
    height: 400px;
    margin: 24px 0px 0px 0px;
}
.financial_report_item .ten_download {
    display: block;
    margin: 0 auto;
    display: none;
}
.financial_report_item:hover .ten_download {
    display: block;
}
.financial_report_item:hover a {
    transform: translateY(-5px);
    transition: ease all 0.3s;
}

.ten_investor_report { display: block; max-width: 320px; padding-right: 12px;}
.ten_investor_report img { width: 80%; height: auto; display: block; margin: 0 auto; }
.ten_investor_news .ten_investor_report p {
    margin: 12px auto;
    text-align: center;
    font-size: 18px;
    color: #212525;
    letter-spacing: 0;
    font-family: 'TencentSansw7';
}
#investors-con-2 .ten_input {
    width: 96px;
}
@media screen and (max-width: 1023px){
    .ten_report .ten_report_year{ width: calc(10% - 24px); }
    .ten_report .ten_report_item{ width: calc(45% - 24px); }
    .right_adjust_year_container {
        display: none;
    }
    .ten_investor_news .ten_investor_report p {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px){
    .ten_report .ten_report_year{ width: calc(100% - 0px); margin-bottom: 24px; }
    .ten_report .ten_report_item{ width: calc(50% - 12px); margin-right: 12px; }
}

@media screen and (max-width: 639px){
    .ten_report .ten_report_item{ width: calc(100% ); margin-bottom: 24px; }
    .ten_report .ten_report_item{
        background: linear-gradient(180deg, #FFF 0px, #FFF 24px, #FBFBFB 24px, #FBFBFB 100%);
    }
    .financial_report_item {
        height: auto;
    }
}
/*--------------------------------------------------------------------------------*/
.ten_generic{ padding: 72px 0px; }
.ten_generic .ten_generic_block{ margin-bottom: 48px; }
/*--------------------------------------------------------------------------------*/
.ten_subscribe{ display: flex; align-items: center; justify-content: space-between; padding: 24px 0px; }
.ten_subscribe a:after{
    content: ""; display: inline-block;
    width: 6px; height: 6px;
    border-top:   1px solid #FFF;
    border-right: 1px solid #FFF;
    transform: rotate(45deg);
}
.ten_subscribe > :nth-child(1){ font-family: 'TencentSansW3CN';}
@media screen and (max-width: 1023px){
    .ten_subscribe{ flex-wrap: wrap; align-items: flex-start; }
    .ten_subscribe > :nth-child(1){ width: calc(30% - 12px); }
    .ten_subscribe > :nth-child(2){ width: calc(70% - 12px);}
    .ten_subscribe > :nth-child(3){ width: calc(70% - 12px); margin-left: calc(30% + 12px);}
}
@media screen and (max-width: 767px){
    .ten_subscribe{ flex-wrap: wrap; align-items: flex-start; }
    .ten_subscribe p{ margin: 0px; }
    .ten_subscribe > :nth-child(1),
    .ten_subscribe > :nth-child(2),
    .ten_subscribe > :nth-child(3){ width: calc(100% - 0px); margin: 6px 0px;}
}
/*--------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------*/
/*.ten_investor{ padding: 72px 0px;}*/
.ten_investor h2{ font-family: 'TencentSansW7CN'; margin-bottom: 24px;}
.ten_investor_row{ display: flex;  justify-content: space-between; flex-wrap: wrap; }
.ten_investor_col{ display: block; width: 50%; padding: 24px 0px; align-items: stretch; flex-wrap: wrap; }
.ten_investor_col:nth-of-type(odd){ padding-right: 48px; border-right: 1px solid #919797; }
.ten_investor_col:nth-of-type(even){ padding-left:  48px; }
.ten_investor_row--share .ten_investor_col,
.ten_investor_row--env .ten_investor_col{ border: none !important; align-self: center; }
.ten_investor_row--env .ten_investor_col:nth-of-type(odd){  width: 100%; }
.ten_investor_row--env .ten_investor_col:nth-of-type(even){ width: 100%; }

.ten_investor_row--env .ten_investor_col:nth-of-type(even){
    display: flex;align-self: flex-start; justify-content: flex-start;
}
.ten_investor_row--env .ten_investor_col:nth-of-type(even) .ten_investor_icon_link{ width: 32%; }
@media screen and (max-width: 1200px){
    .ten_investor h2{ font-size: 28px;}
}
@media screen and (max-width: 1023px){
    .ten_investor h2{ font-size: 24px;}
    .ten_investor_row--share .ten_investor_col:nth-of-type(odd){  width: 100%; padding-right: 0px;}
    .ten_investor_row--share .ten_investor_col:nth-of-type(even){ width: 100%; padding-left:  0px;}
    .ten_investor_row--env .ten_investor_col:nth-of-type(even) .ten_investor_icon_link{ width: 50%; }
    .ten_investor_quarter a {
        font-size: 14px;
    }
}
@media screen and (max-width: 820px){
    .ten_investor_col:nth-of-type(odd){  width: 100%; padding-right: 0px; border-right:none; }
    .ten_investor_col:nth-of-type(even){ width: 100%; padding-left:  0px; border-top:1px solid #919797; }
    .ten_investor_row--env .ten_investor_col:nth-of-type(odd){  width: 100%; padding-right: 0px; }
    .ten_investor_row--env .ten_investor_col:nth-of-type(even){ width: 100%; padding-left:  0px; }
    .ten_investor_row--env .ten_investor_col:nth-of-type(even) .ten_investor_icon_link{ width: 100%; }
}

.ten_investor_link{
    display: flex; justify-content: space-between; align-items: center;
    margin: 24px 0px;
}
.ten_investor_link p{ width: calc(100% - 72px); }
.ten_investor_link span{
    color:#0052D9;
}


.ten_investor_call_row{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.ten_investor_call_row .ten_investor_call_col--title{ width: calc(100% - 84px); }
.ten_investor_call_row .ten_investor_call_col--dial{  width: calc(95% - 24px);}
.ten_investor_call_row .ten_investor_call_col--misc{  width: calc(25% - 12px);}
.ten_investor_call_row .ten_investor_call_col--title p{ margin: 0px 0px;}
.ten_investor_call_row .ten_investor_call_col--title span{
    font-family: 'TencentSansW7CN'; color:#0052D9;
}
.en-us .ten_investor_call_row .ten_investor_call_col--title span{
    font-family: 'TencentSansW7CN';
}

.ten_investor_call_row .ten_investor_call_col strong{ display: block; color:#0052D9; margin: 24px 0px 6px 0px; }

.ten_investor_call_row .ten_investor_call_col .number-right {
    float: right;
}

@media screen and (max-width: 1023px){
    .ten_investor_call_row .ten_investor_call_col--dial{  width: calc(60% - 24px);}
    .ten_investor_call_row .ten_investor_call_col--misc{  width: calc(40% - 24px);}
    .ten_investor .ten_investor_call li, .ten_root .investor_conference_info {
        font-size: 14px;
    }
}
@media screen and (max-width: 979px){
    .ten_investor_call_row .ten_investor_call_col--dial{  width: calc(100%);}
    .ten_investor_call_row .ten_investor_call_col--misc{  width: calc(100%);}
}

.ten_investor_kit .ten_download{ float: right; }

.ten_investor_icon_link{ display: flex; margin: 24px 0px 0px 0px ; }
.ten_investor_icon_link img{ width: 60px; height: 60px; margin-right: 24px; }
.esg-reports .ten_investor_icon_link img{ width: 72px; height: 72px; margin-right: 24px; }

.ten_investor_icon_link p{ font-weight: bold; }
.ten_investor_icon_link p:after{
    content:""; display: block;
    width: 36px; height: 36px;
    background-image: url(../img/business/go-icon.png);
    background-size: contain; background-repeat: no-repeat;
    background-position: center center;
    margin-left: 0px; transition: ease all 0.3s;
}
.ten_investor_icon_link:hover p{ color: #0052D9; }
.ten_investor_icon_link:hover p:after{ margin-left: 12px;}

.ten_investor_price{ display: flex; align-items: center; flex-wrap: wrap;}
.ten_investor_price > div{ width: 50%; }
.ten_investor_price .latest{ font-family: 'TencentSansw7'; line-height: 3em; }
.ten_investor_price .latest span strong{ font-size: 48px;}
.ten_investor_price .latest .up,
.ten_investor_price .latest .cp,
.ten_investor_price .latest .down{ color: #FF3E02; }
.ten_investor_price .latest .up:before,
.ten_investor_price .latest .cp:before,
.ten_investor_price .latest .down:before{
    content:""; display: inline-block; vertical-align: middle;
    width: 30px; height: 30px;
    background-image: url(../img/investor/down.png);
    background-size: contain; background-repeat: no-repeat;
    background-position: center center;
    margin-right: 6px;
}
.ten_investor_price .latest .up,
.ten_investor_price .latest .cp { color:#488F34; }
.ten_investor_price .latest .up:before,
.ten_investor_price .latest .cp:before {
    background-image: url(../img/investor/up.png);
}
.ten_investor_price table{ width: 100%; }
.ten_investor_price table td{ padding: 6px 0px; }
.ten_investor_price table td:nth-of-type(odd){ width: 50%;}
.ten_investor_price table td:nth-of-type(even){ font-weight: bold; }

@media screen and (max-width: 1024px) {
    .ten_investor_nav h2 {
        font-size: 24px;
    }
    .ten_investor_price .latest span strong{ font-size: 36px;}
}
@media screen and (max-width: 767px){
    .ten_investor_price > div{ width: 100%; }
    .ten_investor_price table{ margin-top: 24px; }
    .ten_investor_price .latest span strong{ font-size: 26px;}
}

.ten_investor_nav{ display: flex; justify-content: space-between; align-items: center; }
.ten_investor_nav .share{ width: 165px; height: auto; }
.ten_investor_nav .ten_input{ margin-right: 12px; }

.ten_investor_nav .ten_investor_nav_link > div:last-of-type{ text-align: right; }
.ten_investor_nav .ten_investor_nav_link{ white-space: nowrap; font-weight: bold; font-size: 16px; }
.ten_investor_nav .ten_investor_nav_link:after{
    content: ""; display: inline-block; vertical-align: middle;
    width: 6px; height: 6px; margin-left: 6px; margin-bottom: 3px;
    border-top:   1px solid #0052D9;
    border-right: 1px solid #0052D9;
    transform: rotate(45deg);
}
.ten_investor_nav .ten_investor_nav_link:hover{ color: #0052D9; }

@media screen and (max-width: 767px){
    .ten_investor_nav .share{ width: 80px; height: auto; }
    .ten_investor_nav .ten_investor_nav_link{ font-size: 14px; }

}

/*-------------------Investor Page Quarterly Results Section-----------------------*/

.ten_investor_quarter{
    display: flex; align-items: stretch; justify-content: flex-start;
    flex-wrap: wrap;
}
.ten_investor_quarter a{
    width: 50%;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 24px 0px;
    border-bottom: 1px solid #CCC;
}
.ten_investor_quarter a img{
    width: 32px; height: auto; margin-right: 24px;
}
.ten_investor_quarter a:nth-child(5),
.ten_investor_quarter a:nth-child(6){ border:none; }
.ten_investor_quarter a:hover{ color: #194AC3; }
@media screen and (max-width: 1024px){
    .ten_investor_quarter a {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px){
    .ten_investor_quarter a{ width: 100%; }
}
.ten_investor_quarter_result{
    display: flex;
    align-items: stretch; justify-content: space-between;
    flex-wrap: wrap;
}
.ten_investor_quarter_col{
    padding: 24px 48px; width: calc(50% - 12px);
    background: #FBFBFB;
    margin-bottom: 24px;
}
@media screen and (max-width: 767px){
    .ten_investor_quarter_col{ width: 100%; }
    .ten_investor_quarter_col{ padding: 24px;}
}
.ten_investor_quarter_col h3{ font-weight: bold; }
.ten_investor_quarter_col a{
    font-size: 16px; font-weight: normal;
    display: flex;  align-items: center; justify-content: space-between;
    padding: 12px 0px;
    border-bottom: 1px solid #CCC;
}
.ten_investor_quarter_col a img{
    width: 24px; height: auto;
}
.ten_investor_quarter_col a:last-of-type{ border-bottom: none;}
.ten_investor_quarter_col a:hover{ color: #194AC3; }

.ten_investor_quarter_result_block {
    border-bottom: 1px solid #CCC; margin-bottom: 24px;  padding-bottom: 24px;
}

.ten_investor_quarter_result_year{ margin: 48px 0px; }
.ten_investor_quarter_result_year a{
    display: inline-block; margin: 0px 12px 0px 0px;
}
.ten_investor_quarter_result_year a:hover{color: #194AC3; }
/*--------------------------------------------------------------------------------*/
.ten_report .ten_report_row{
    display: flex; justify-content: flex-start; align-items:flex-start; flex-wrap: wrap;
    margin: 48px 0px;
}
.ten_report .ten_report_year{ width: calc(20% - 24px); margin-right: 24px;; }
.ten_report .ten_report_item{ width: calc(40% - 24px); margin-right: 24px; }

.ten_report .ten_report_item{
    display: flex; justify-content: space-between; align-items:flex-end; flex-wrap: wrap;
    padding: 0px 24px; background: #FBFBFB;
    background: linear-gradient(180deg, #FFF 0px, #FFF 60px, #FBFBFB 60px, #FBFBFB 100%);
}

.ten_report .ten_report_item .ten_report_sub{ width: calc(50% - 12px); padding-bottom: 24px; }
.ten_report .ten_report_item .ten_report_sub span{ display: block; margin-top: 6px;; }
.ten_report .ten_report_item img.ten_report_sub{ height: auto; }

@media screen and (max-width: 1023px){
    .ten_report .ten_report_year{ width: calc(10% - 24px); }
    .ten_report .ten_report_item{ width: calc(45% - 24px); }
}
@media screen and (max-width: 767px){
    .ten_report .ten_report_year{ width: calc(100% - 0px); margin-bottom: 24px; }
    .ten_report .ten_report_item{ width: calc(50% - 12px); margin-right: 12px; }
}

@media screen and (max-width: 639px){
    .ten_report .ten_report_item{ width: calc(100% ); margin-bottom: 24px; }
    .ten_report .ten_report_item{
        background: linear-gradient(180deg, #FFF 0px, #FFF 24px, #FBFBFB 24px, #FBFBFB 100%);
    }
}

.investor_conference_info {
    display: inline-block;
    width: 45%;
}
.ten_root .investor_conference_info {
    margin: 0;
}
/*--------------------------------------------------------------------------------*/

.ten_investor_news p {
    margin: 0;
}
.ten_investor_news .investor_news_label {
    font-size: 16px;
    display: block;
    margin-bottom: 12px;
    font-weight: bold;
}
@media screen and (max-width: 1024px){
    .ten_investor_news .investor_news_label {
        font-size: 14px;
    }
}
#investors-con-1 .ten_investor_news .investor_news_label:hover,
#investors-con-2 .ten_investor_news .investor_news_label:hover{
    color: rgb(25, 74, 195);
    cursor: pointer;
}

#investors-con-2 .ten_investor_news {
    /*background: #fff;*/
    /*padding: 32px 32px 0px 32px;*/
    /*border: 1px solid #EFEFEF;*/
    /*box-sizing: border-box;*/
    /*height: 420px;*/
}

.ten_main .li{
    display: block; position: relative;
    padding-left: 18px; margin: 12px 0px;
}
.ten_main .li::before{
    content: ""; display: block;
    width: 6px; height: 6px; background: #5f6464;
    border-radius: 50%;
    position: absolute; top:calc(50% - 3px); left: 0px;
}
.ul-3 .icon span {
    display: none;
}
.ten_main .a{ color: #194AC3; display: block; margin: 12px 0px;}
.ten_main .a:hover{ text-decoration: underline;}

.ten_esg{
    display: flex; align-items: center;justify-content: flex-start;
    margin: 24px 0px;
}
.ten_esg .ten_esg_icon{
    display: block;
    width: 48px; height: 48px;
    border-radius: 50%; margin-right: 24px;
    background: #194AC3;
    background-size: 18px; background-repeat: no-repeat;
    background-position: center center;
}
.ten_esg:nth-child(1) .ten_esg_icon{ background-image: url(../img/stats.png); }
.ten_esg:nth-child(2) .ten_esg_icon{ background-image: url(../img/clipboard.png); }

.ten_esg .ten_esg_name{ font-size: 18px;}
.ten_esg .ten_esg_name span{ font-size: 12px; color: #5f6464; display: block; }
.ten_esg .ten_esg_bar{
    text-align: left;
    justify-self: flex-end;
    width: 25%;
    position: relative;
    padding: 0px 0px 20px 0px;
    max-width: 300px;
    margin-right: 25%;
    margin-left: auto;
    color: #194AC3;
    font-size: 18px;
}
.ten_esg .ten_esg_bar .fg,
.ten_esg .ten_esg_bar .bg{
    position: absolute;
    bottom: 0px; left: 0px;
    width: 100%; height: 4px;
    background: #919797;
}
.ten_esg .ten_esg_bar .fg{ background: #194AC3; }

/*
Submenu
*/
.mod-tab li {
    margin-right: 26px;
}

.ten_investor_call {
    margin: 36px 0;
}

.ten_investor_call_row .ten_investor_call_col--dial span{
    display: inline-block;
    margin: 6px 0;
}
/* Corporate Governance*/
.notice-flx .r-box{
    width: 100%;
}
.notice-flx .r-box .list-box{
    width: 100%;
}

.notice-flx .r-box .list-box .year-line .mark-dian .radius-dian{
    width: 5px;
    height: 5px;
    background: #919797;
    border-radius: 50%;
    float: left;
    margin-top: 13px;
}
.notice-flx .r-box .list-box .year-line .mark-dian p{
    float: left;
    font-size: 16px;
    color: #919797;
    letter-spacing: 0;
    line-height: 29px;
    padding-left: 12px;
    font-weight: bold;
}
.notice-flx .r-box .list-box .year-box{
    position: relative;
}
.notice-flx .r-box .list-box .year-box .list-items {
    /*display: flex;*/
}
.notice-flx .r-box .list-box .year-box .item{
    float: left;
    position: relative;
    margin-top: 32px;
    margin-right: 32px;
}

.notice-flx .r-box .list-box .year-box .conbox{
    width: 150px;
    height: 100px;
    position: relative;
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 8px;
    border: solid 2px #FBFBFB;
    z-index: 2;
}

.notice-flx .r-box .list-box .year-box .shadow{
    width: 150px;
    height: 100px;
    background: #F2F3F5;
    position: absolute;
    left: 4px;
    top: 4px;
    z-index: 1;
}

.notice-flx .r-box .list-box .year-box .item .year-label{
    width: 100%;
}
.notice-flx .r-box .list-box .year-box .item .year-label .year{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.notice-flx .r-box .list-box .year-box .item .year-label .type{
    min-width: 25px;
    box-sizing: border-box;
    height: 20px;
    float: left;
    background: url(../img/investor/type-bg.png) no-repeat center;
    background-size: 50% 50%;
    display: none;
}
.board-committee .r-box .list-box .year-box .list-items .item.active .conbox{
    background: #0052d9;
    color: #FFFFFF;
}

.corp-governance .ul-3 {
    margin-bottom: 12px;

}
.corp-governance .ul-3 .li {
    margin: 0;
    padding-bottom: 0;
}
.corp-governance .ul-3 .li .icon{
    height: 0;
}
.corp-governance .ul-3 .li::before {
    top: 30px;
}

.en-us .notice-flx .r-box .list-box .year-box .item .year-label .type{ width: auto; padding: 0px 8px;}

.notice-flx .r-box .list-box .year-box .item .type-text{
    font-size: 14px;
    color: #5F6464;
    letter-spacing: 0;
    line-height: 25px;
    width: 100%;
    margin-top: 4px;
}
.notice-flx .r-box .list-box .year-box .item .type-text span{
    margin-right: 12px;
}
.notice-flx .r-box .list-box .year-box .item .type-text span:hover{
    color: #0052d9;
    cursor: pointer;
}
.notice-flx .r-box .list-box .year-box .item .down-icon {
    width: 36px;
    height: 36px;
    background: url(../img/investor/down-icon.png) no-repeat center;
    background-size: 100% 100%;
    display: block;
    position: absolute;
    right: 26px;
    top: 46px;
    cursor: pointer;
    display: none;
}

.notice-flx .r-box .list-box .year-box .detail-item .item {
    display: none;
    width: 100%;
}
.notice-flx .r-box .list-box .year-box .detail-item .item.active {
    display: block;
}
.notice-flx .r-box .list-box .year-box .detail-item .detail-box {
    width: 100%;
    height: 160px;
    padding: 24px;
}
.notice-flx .r-box .list-box .year-box .detail-item .shadow{
    width: 100%;
    height: 160px;
}

.notice-flx .r-box .list-box .year-box .detail-item .year-label .year{
    margin: 0;
    position: relative;
    text-align: left;

}
@media screen and (max-width: 1140px){
    .notice-flx .r-box {
        width: 50%;
    }
    .ten_conference_year {
        width: 100%;
    }
}
@media screen and (max-width: 820px){
    .notice-flx .r-box {
        width: 100%;
    }
    .notice-flx .r-box .list-box .year-box .item .year-label .year {
        font-size: 16px!important;
    }
    .ten_esg .ten_esg_bar{
        margin-right: 0;
    }
    .esg-reports .ten_investor_icon_link img {
        width: 60px;
        height: 60px;
    }
}
@media screen and (max-width: 767px){
    .esg-reports .ten_investor_icon_link img {
        width: 48px;
        height: 48px;
    }
}
.ten_accordion_head:after {
    content: "";
    display: block;
    position: absolute;
    background: url("../img/investor/more-icon.png") no-repeat center;
    background-size: 16px;
    width: 16px;
    height: 8px;
    line-height: 32px;
    top: calc(50% - 8px);
    right: 0px;
}
.up .ten_accordion_head:after{
    animation: more-icon-up-ani 0.4s linear forwards;
}
.down .ten_accordion_head:after{
    animation: more-icon-down-ani 0.4s linear forwards;
}

@keyframes more-icon-up-ani {
    0%{ -webkit-transform: rotate(0);}
    100%{ -webkit-transform: rotate(180deg);}
}

@keyframes more-icon-down-ani {
    0%{ -webkit-transform: rotate(180deg);}
    100%{ -webkit-transform: rotate(0);}
}

/*-------------------Investor Page Shareholder info Section-----------------------*/

#investors-con-7 a {
    color: #0A43C8;
}
#investors-con-7 ul {
    padding: 12px;
}
#investors-con-7 li {
    line-height: 2.0em;
}

#investors-con-7 .note {
    font-style: italic;
}

#investors-con-7 .note  h5{
    font-size: 14px;
}

#investors-con-7 .note li {
    font-size: 14px;
    padding: 6px;

}
/*--------------------------------------------------------------------------------*/

