.investor-content{
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 14rem;
    padding-top: 0;
}
.investor-content .investor-list{
    width: 20%;
    margin-right: 2%;
    padding-left: 3rem;
    overflow: hidden;
}
.investor-content .investor-detail{
    width: 78%;
    position: relative;
}
.investor-content .investor-detail .loader{
    margin-top: 3rem;
}
.investor-detail>h2{
    margin: 2rem 0 1.5rem;
    padding-bottom: 1.2rem;
    border-bottom: 1px solid #dedede;
}
.investor-detail .breadcrumbs{
    font-size: 17px;
}
.investor-detail .breadcrumbs a{
    transition: 0.3s all ease;
    color: #949494;
}

.main-content{
    overflow: hidden;
}
.investor-detail .main-content iframe{
    /* height: 60rem; */
    width: 100%;
    /* transform: translateX(20px);
    overflow-x: hidden; */
}


iframe::-webkit-scrollbar{
    display: none !important;
}
iframe::-webkit-scrollbar {
    width: 0 !important
}
iframe::-webkit-scrollbar {
    display: none;
}

.investor-detail .top{
    background: #c2e9ff42;
    background: url(../img/detail01.png) no-repeat top center;
    background-size: cover;
    padding: 2.5rem 10% 2.5rem 6%;
    margin-bottom: 2.4rem;
    position: relative;
}
.investor-detail .top::before{
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 68%);
    position: absolute;
    top: 0;
    left: 0;
}
.investor-detail .top .wp-block-columns{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.investor-detail .top .text{
    width: 63%;
}
.investor-detail .top .investor-data{
    width: 30%;
    background: white;
    padding: 1rem;
    text-align: center;
    height: max-content;
}
.investor-detail .top p{
    font-size: 17px;
    line-height: 29px;
}
.investor-detail .top>.wp-block-columns>.wp-block-column:nth-child(2) figure{
    width: max-content;
    margin-left: auto;
}
.investor-detail .wp-block-columns .wp-block-columns p{
    font-weight: 600;
}
.investor-detail .wp-block-columns .wp-block-columns img{
    height: 2.5rem;
    width: auto;
    display: block;
    margin: 0 auto 0.5rem;
}
.investor-detail .wp-block-columns .wp-block-columns{
    padding: 0 10%;
    margin: 2rem 0 1.5rem;
    justify-content: space-around;
}
.investor-detail .top .investor-data>div>span{
    display: inline-block;
    background: #eef7ff;
    padding: 0 0.8rem;
    line-height: 30px;
    border-radius: 9px;
    box-shadow: 0 10px 5px rgb(0, 0, 0,.1);
}.investor-detail .top .investor-data>div{
    margin-bottom: 1.2rem;
}
.investor-detail .top .investor-data>div>span:first-child{
    background-image: linear-gradient(to right bottom,#39b0d5,#39b0d5,#068ed8);
    margin-right: 0.6rem;
    color: white;
}
.investor-detail .top .investor-data>p{
    font-size: 12px;
    line-height: 18px;
}
.investor-data ul.data li{
    border-bottom: 1px solid #dedede;
    padding-bottom: 0.4rem;
    margin-bottom: 0.4rem;
}
.investor-data ul.data li p{
    font-size: 15px;
    line-height: 26px;
}
.investor-data ul.data{
    margin-bottom: 2rem;
}
.investor-data ul.data li p span{
    color: #ff0000;
    position: relative;
    padding-right: 18px;
    position: relative;
    display: inline-block;
}
.investor-data ul.data li p span::before{
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 10px solid #ff0000;
    position: absolute;
    top: 9px;
    right: 0;
}
.investor-detail .related .related-item{
    width: 28.2%;
    text-align: center;
    margin-right: 8%;
}
.investor-detail .related .related-item:nth-child(3n){
    margin-right: 0;
}
.investor-detail .related .related-item .img{
    height: 342px;
}
.investor-detail .related .related-item .img span{
    background-size: cover !important;
}
.investor-detail .related .related-item p.title{
    margin: 1.2rem 0;
    color: #59595a;
}
.investor-detail .related .related-item a{
    line-height: 52px;
    font-size: 17px;
    border-radius: 12px;
}
.investor-content .investor-list span:before{
    width: 0;
    height: 0;
    border-left: 1.4rem solid #e82f51;
    border-bottom: 1rem solid transparent;
    border-top: 1rem solid transparent;
    position: absolute;
    top: 0.8rem;
    left: -7rem;
    transform: translateX(-100%);
    border-radius: 3px;
    transition: 0.3s all ease;
}
.investor-list span.active::before{
    left: -1rem;
    opacity: 1;
}
/* .investor-content .main-content{
    display: none;
}
.investor-content .main-content.active{
    display: block;
} */