
.fd-main{
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 60px;
}
.fd-top{
    height: 60px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    display: flex;
}
.fd-center{
    width: 100%;
    height: 100%;
    position: relative;
}

.fd-center iframe{
    position: relative;
    height: 100%;
    width: 100%;
}
.fd-nav{
    width: 64px;
    height: 41px;
    margin: 0 50px;
    cursor:pointer;
    text-align: right;
    color: #333333;
}
.fd-nav-active{
    color: #2E69F5;
    border-bottom: 2px solid #2E69F5;
}
.fd-top-nav{
    width: 656px;
    height: 100%;
    display: flex;
    padding-top: 19px;
}
.text-group_6 {
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 22px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    text-align: right;
    white-space: nowrap;
    line-height: 30px;
    margin-right: 150px;
}


