.function_card_nav>.content-area>li>span.iconfont{
    font-size: 20px;
}
.top.investor_top{
    background-image: url(https://static.ainnovation.com/static/assets/img/investor/banner.png);
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #001620;
}
.model_page {
  background: #F8F8F8;
}
.model_page .section-area {
  padding-top: 0;
  padding-bottom: 0;
  min-height: 0;
}
.model_page .function_card {
  width: 100%;
}
.model_page .function_card_nav {
  width: 100%;
  height: 60px;
  margin-top: 7px;
  border-bottom: 1px solid #D4D4D4;
  background-color: #fff;
  margin-bottom: 26px;
}
.model_page .function_card_nav>ul {
  height: 100%;
  list-style: none;
  display: flex;
  align-items: center;
  padding-left: 27px;
  min-height: 0;
}
@media (max-width: 1280px) {
    .model_page .function_card_nav{
        height: 70px;
    }
    .model_page .function_card_nav>ul>li{
        padding-bottom: 0px !important;
    }
}

.model_page .function_card_nav>ul>li {
  /* margin-right: 72px; */
  flex: 1;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 16px;
  line-height: 25px;
  cursor: pointer;
}
.model_page .function_card_nav>ul>li .a_icon{
  width: 20px;
  height: 20px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}
.model_page .function_card>ol {
  display: block;
  padding: 0 0 30px;
}
.model_page .function_card>ol>li {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
}
.model_page .card_item {
    width: 100%;
    background-color: #fff;
    margin-bottom: 15px;
    padding:30px;
    box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.05);
}
.model_page div.card_item_l{
    /* width: 391px; */
    width: 49%;
    box-sizing: border-box;
    /* margin: 0 10px; */
    /* margin-right: 20px; */
    /* padding:0 15px; */
}
.model_page div.card_item_r{
    width: auto;
    flex: 1;
    box-sizing: border-box;
}
.model_page .card_item img {
  width: 100%;
  height: 168px;
}
.model_page .card_item .text {
  /* padding: 0 13px 13px; */
  font-size: 13.5px;
  line-height: 20px;
  color: #666;
}
.model_page .card_item .text_title {
  text-align: left;
  font-size: 20px;
  padding: 20px auto;
  font-weight: 500;
  color: #333333;
  line-height: 2;
  border-bottom: 1px solid #ccc;
}
.model_page .card_item .text_title>img{
    width: 44px;
    height: 44px;
    display: inline-block;
    margin-bottom: 16px;
}
.model_page .card_item_l .text_title{
    border-bottom: none;
}
.text_detail .a_item{
    cursor: pointer;
    min-height: 80px;
    padding:20px 15px;
    line-height: 40px;
    width: 100%;
    display: block;
    border-bottom: 1px solid #ccc;
}
.text_detail .a_item:hover{
    background: rgba(255, 112, 0, 0.04);
}
.text_detail .a_item>div{
  display: inline-block;
  float: left;
}
.text_detail .a_item>img{
  width: 30px;
  height: 30px;
  margin-top:5px;
  vertical-align: middle;
  display: block;
  float: right;
}
.text_detail .a_item>div:nth-child(2){
  font-size: 42px;
  /* transform:scale(0.3,1); */
  border-right: 2px solid #666;
  transform:rotate(15deg);
  vertical-align: middle;
  margin:0 15px 0 0;
}
.text_detail .a_item>div:nth-child(3){
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.text_detail .a_item:hover>div:nth-child(3){
    color: #FF7000;
}
.text_detail .a_item .a_item_l {
  font-size: 12px;
  line-height: 14px;
  color: #333;
}
.text_detail .a_item .a_item_l span:nth-child(2){
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  display: block;
}
.model_page .card_item .text_page{
  margin-top:15px;
}
.model_page .function_card_nav li::before {
  content: '';
  transform: scale(0);
  transition: transform 0.3s ease;
  width: 100%;
  max-width: 150px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #FF7000;
  border-radius: 2px;
}
.model_page .function_card_nav li.active::before {
  transform: scale(1);
}

.model_page .function_card_nav li.active {
  color: #FF7000;
}

.model_page .function_card ol li.active {
  display: flex;
}
.a_user{
    border: 1px solid #E5E8ED;
    box-shadow: 0px 0px 0px 3px #FFFFFF;
    background: linear-gradient(180deg, #F3F5F8 0%, #FFFFFF 100%);
    border-radius: 4px;
    margin-bottom: 20px;
    overflow: hidden;
}
.a_user div:first-child{
    height: 96px;
    
    background: linear-gradient(180deg, #F3F5F8 0%, #FFFFFF 100%);
    /* box-shadow: 0px 0px 0px 3px #FFFFFF; */
    border-radius: 4px 4px 0px 0px;
    /* border: 1px solid #E5E8ED; */
    position: relative;
}
.a_user div:first-child>span:first-child{
    /* color:red */
    position: absolute;
    left: 30px;
    top:22px;
    color: #333;
    font-size: 18px;
    font-weight: 400px;
}
.a_user div:first-child>span:nth-child(2){
    color: green;
    /* font-size: 14px; */
    position: absolute;
    left: 30px;
    top: 55px;
    /* font-family: PingFangSC-Regular, PingFang SC; */
    font-weight: 400;
    color: #666666;
    line-height: 20px;
}
.a_user div:first-child>i{
    
    font-size: 16px;
    position: absolute;
    right: 30px;
    top: 39px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    cursor: pointer;
}
.a_user div:first-child>i:hover{
    color: #ff7000;
    right: 25px;
    cursor: pointer;
}
.a_user div:nth-child(2){
    padding:30px;
    background:#FFFFFF;
    display: none;
}
.a_user div:nth-child(2)>p{
    width: 188px;
    /* height: 110px; */
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    margin:0;
    padding:0;
    display: inline-block;
}
.a_user div:nth-child(2)>img{
    width: 60px;
    height: 60px;
    border-radius: 30px;
    display: inline-block;
    vertical-align: top;
    margin-left:15px;
}
.a_user.active div:first-child{
    border-bottom: 1px solid #E5E8ED;
}
.a_user.active div:nth-child(2){ 
    display: block;
}
.a_user.active div:first-child>i{
    color: #ff7000;
    right: 30px;
    transform:rotate(90deg);
}
/* 投资者关系联络 a_investor*/
.a_investor{
    display: flex;
}
.a_investor div:first-child{
    box-sizing: border-box;
    width: 331px;
    height: 523px;
    padding:30px;
    margin-right:20px;
    background: linear-gradient(180deg, #F3F5F8 0%, #FFFFFF 100%);
    box-shadow: 0px 0px 0px 3px #FFFFFF;
    border-radius: 4px;
    border: 1px solid #E5E8ED;
}
.a_investor div:first-child .a_tit{
    text-align: center;
    height: 28px;
    font-size: 20px;
    margin-top:12px;
    font-weight: 500;
    color: #333333;
    line-height: 28px;
    margin-bottom: 40px;
}
.a_investor div:first-child>div{
    height: 28px;
    font-size: 12px;
    font-weight: 500;
    color: #333333;
    line-height: 28px;
}
.a_investor div:first-child>div>i{
    margin-right: 5px;
    vertical-align: bottom;
    font-size: 14px;
}
.a_investor div:first-child>img{
    display: block;
    width: 85px;
    height: 85px;
    margin:0 auto;
}
.a_investor div:nth-child(2){
    flex: 1;
    width: auto;
}
.a_investor div:nth-child(2)>img{
    width: 100%;
    height:100%;
}
/*业绩报告  */
.a_card_hide{
    display: none !important;
}
.a_card{
    margin-bottom:30px;
    cursor: pointer;
    width: 372px;
    min-height: 180px;
    background: linear-gradient(180deg, #F3F5F8 0%, #FFFFFF 100%);
    box-shadow: 0px 0px 10px 0px rgba(77, 77, 77, 0.05), inset 0px 0px 0px 3px #FFFFFF;
    border-radius: 4px;
    border: 1px solid #E5E8ED;
}
.a_card .a_img_box{
    position: relative;
}
.a_card .a_img_box>img{
    width: 85px;
    height: 85px;
    position:absolute;
    bottom: 0;   
}
.a_card .a_data{
    min-height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #999999;
    line-height: 20px;
}
.a_card .a_text{
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #FF7000;
    line-height: 20px;
    margin-top: 47px;
}
.a_card:hover{
    transform: translateY(-1px);
    transition: all 0.2s linear;
    box-shadow: 0px 0px 10px 0px rgba(77, 77, 77, 0.1), inset 0px 0px 0px 3px #FFFFFF;
}
.a_card:hover .a_text{
    transform: translateX(5px);
    transition: all 0.3s;
}
.a_card .a_text a{
    color: #FF7000;
    cursor: pointer;
}
.a_item_mobile{
    display: none;
}
.a_investor_mobile{
    display: none;
}
@media (max-width: 768px) {
    .model_page .function_card_nav>ul.content-area {
        height: inherit;
    }
    .model_page .function_card_nav ul li.active::before{
        height:0.04rem;
    }
    .model_page .function_card_nav>ul>li{
        margin-right: .3rem;
    }
    .model_page .function_card div.card_item_l{
        width: 100%;
        box-sizing: border-box;
        display: block;
    }
    .model_page .function_card div.card_item_r{
        width: 100%;
        box-sizing: border-box;
        display: block;
    }
    .a_card{
        margin-bottom: .3rem;
    }
    .a_card .card-body{
        padding: .42rem;
    }
    .a_card .card-title{
        font-size: 0.36rem;
        margin-bottom: .14rem;
    } 
    .a_card .a_img_box>img{
        right: .4rem;
    }
    .model_page .function_card .card_item .text_title{
        font-size: .42rem;
        line-height: .48rem;
        padding-bottom: .24rem;
    }
    .model_page .function_card .card_item .text_title>.iconfont{
        display: none;
    }
    .model_page .function_card .card_item_mobile{
        width: 100%;
        padding: .3rem .2rem;
    }
    .model_page div.card_item_l{
        margin-right: 0;
    }
    .model_page .function_card div.card_item_l img{
        width: 1.32rem;
        height: 1.32rem;
        border-radius: .66rem;
    }
    .text_detail .a_item{
        display: none;
    }
    .model_page .function_card .a_item_mobile{
        display: block;
        border-bottom: 1px solid #ccc;
        padding:.35rem 0;
    }
    .model_page .function_card .a_item_mobile>div{
        display: inline-block;
    }
    .model_page .function_card .a_item_mobile>div>span:first-child{
        font-size: .3rem;
        line-height: .42rem;
        color: #333;
    }
    .model_page .function_card .a_item_mobile>div:nth-child(2){
        font-size: .3rem;
        line-height: .42rem;
        color: #999;
    }
    .model_page .function_card .a_item_mobile img{
        vertical-align: top;
        display: inline-block;
        width: .9rem;
        height: .9rem;
    }
    .model_page .function_card>ol>li[name='2'],
    .model_page .function_card>ol>li[name='4'],
    .model_page .function_card>ol>li[name='5']{
        margin: 0 -20px;
    }
    .model_page .function_card>ol>li[name='6'] .card_item_mobile{
        background: linear-gradient(180deg, #F3F5F8 0%, #FFFFFF 100%);
        box-shadow: 0px 0px 15px 0px rgba(77, 77, 77, 0.1), 0px 0px 0px 3px #FFFFFF;
        border-radius: 4px;
        /* border: 1px solid #E5E8ED; */

    }
    .model_page .function_card ol.content-area{
        /* padding:0; */
    }
    div.a_investor{
        display:block;
    }
    div.a_investor div:first-child{
        width: 100%;
        display: block;
    }
    div.a_investor{
        display: none;
    }
    .a_investor_mobile{
        display: block;
        padding: 0 0.1rem;
        margin-top:0;
        position: relative;
    }
    .a_investor_mobile div:first-child{
        line-height: .48rem;
        font-size: .42rem;
        padding-top:0.3rem;
        margin-bottom: .36rem;
    }
    .a_investor_mobile>div{
        color: #666666;
        font-size: .3rem;
        margin-bottom: 36px;
        position: relative;
    }
    .a_investor_mobile>div>strong{
        color: #333333;
        /* display: inline-block; */
    }
    .a_investor_mobile>div>span{
        display: inline-block;
        float: left;
    }
    .a_investor_mobile>div>span:nth-child(2){
        box-sizing: border-box;
        width: 4.1rem;
        float: left;
        
    }
    .model_page .function_card .a_investor_mobile img{
        width: 1.5rem;
        height: 1.5rem;
        position: absolute;
        right: .24rem;
        top: 0;
    }
    .model_page .function_card .function_card_nav{
        height: 0.9rem;
    }
 
}
@media (min-width: 768px){
    .model_page .function_card_nav>ul>li {
        flex: auto;
    }
}
@media (min-width: 769px) and (max-width: 1280px) {
    .a_card{
        width: 454px;
    }
}

.card_communications-tabs-key-7{
    font-size: 14px;
    line-height: 2em;
    color: #333;
}