@import url(../iconfont/iconfont.css);
li{
    list-style: none;
}
@font-face{
    font-family: 'D-DIN';
    src : url('/fb-static/fonts/D-DIN-Bold.ttf');
    font-style: normal;
    font-display: swap;
}
.breadcrumb {  
    list-style: none;  
    padding: 0;  
    margin: 0;  
    display: flex;  
    flex-wrap: wrap;  
    align-items: center; 
    margin-top: 1rem;
}  

.breadcrumb li {  
    display: inline;  
    font-size: 1.4rem;  
}  

.breadcrumb li:not(:last-child)::after {  
    content: "/";  
    margin: 0 1rem;  
    color: #bfbfbf;  
}  

.breadcrumb a {  
    text-decoration: none;  
    color: #000;
    opacity: 0.7; 
}  

.breadcrumb a:hover {  
    color: #001e93;  
}  

.breadcrumb .current {  
    font-weight: bold;  
    color: #333;  
}  

.breadcrumb .ellipsis {  
    display: none;  
}  
.breadcrumb-item+.breadcrumb-item::before{
    content: '';
}

.broker-details .container-fluid{
    padding: 8rem 10% 3rem;
}

.broker-info{
    display: flex;
    margin-top: 2rem;
    background: #fff;
    padding: 1.6rem;
    border-radius: 0.5rem;
    position: relative;
}
.broker-info .info-right{
    flex-direction: column;
}
.broker-info .logo{
    width: auto;
    height: 20rem;
    border-radius: 0.5rem;
    margin-right: 1.8rem;
    border: 1px solid #e5e5e5;
}
.broker-info h1{
    font-size: 2.8rem;
    color: #000;
}
.broker-info .p1{
    font-weight: normal;
}
.broker-info .p1,.broker-info .p2{
    color: #666;
    font-size: 1.6rem;
    margin-top: 1rem;
    margin-bottom: 0.4rem;
}
.broker-info .p2{
    font-size: 1.4rem;
    margin-top: 0;
}
.broker-info .info2{
    flex-direction: unset;
    display: flex;
    margin-top: 1.6rem;
    padding-left: 0;
}
.broker-info .info2 li{
    display: flex;
    align-items: center;
    box-sizing: border-box;
    height: 2.6rem;
    margin-right: 1rem;
    padding: .4rem 1.2rem;
    overflow: hidden;
    white-space: pre;
    background-color: #f7f7f8;
    border-radius: .4rem;
    color: #666;
    font-size: 1.2rem;
    line-height: 1.5;
    white-space: pre;
    text-overflow: ellipsis;
}
.broker-info .info2 li img{
    width: 1.6rem;
    margin-right: 0.6rem;
}

.broker-info .info3{
    align-self: flex-end;
    padding-left: 0;
    margin-top: 3rem;
}

.broker-info .info3 a{
    padding: .8rem 2.6rem 1rem;
    color: #262f2d;
    font-size: 1.4rem;
    font-weight: normal;
    border: 1px solid #e5e5e5;
    border-radius: .4rem;
}
.broker-info .info3 a:hover{
    color: #001e93;
    border: 1px solid #001e93;
}


.broker-info .score {
    position: relative;
    z-index: 1;
    width: max-content;
    font-size: 3rem;
    position: absolute;
    right: 3rem;
    top: 3rem;
    font-family: D-DIN;
}

.broker-info .score::after{
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: #ffa216;
    border-radius: 3px;
    content: "";
    z-index: -1;
}

.broker-score-regulation h2{
    font-size: 2.6rem;
}

.broker-score-regulation{
    margin-top: 2rem;
}

.broker-score{
    background-color: #fff;
    padding: 4rem 3rem;
    border-radius: 0.5rem;
}
.broker-score .score-box{
    text-align: center;
    margin-top: 3rem;
    border-bottom: 1px dashed #e5e5e5;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
}
.broker-score .s1{
    font-size: 1.6rem;
    color: #262626;
    margin-bottom: 1.4rem;
    display: inline-block;
}
.broker-score .s2{
    font-size: 5rem;
    font-weight: 600;
    line-height: 1;
    font-family: D-DIN, sans-serif;
    margin-right: .8rem;
}
.broker-score .s3{
    font-size: 1.6rem;
    color: #999;
}
.broker-score .p2{
    font-size: 1.6rem;
    line-height: 1.5;
    color: #999;
}



.broker-regulation{
    border-radius: 0.5rem;
    padding: 4rem 3rem;
    background-color: #fff;
    height: 100%;
}


#chart-container{
    position: relative; 
    width: 38.1rem; 
    height: 34.2rem; 
    padding: 0; 
    margin: 0;
    border-width: 0;
    cursor: pointer;
    margin: 0 auto;
}

.info-left{
    position: relative;
}
.regulation-status{
    position: absolute;
    top: 0;
    left: 0;
    padding: .2rem 1.2rem;
    position: absolute;
    background-color: #f5f5fa;
    font-size: 1.4rem;
    line-height: 2.6rem;
    color: #338066;
    border-radius: 0 1.3rem 1.3rem 0;
}
.regulation-status.status2{
    color: red;
}

.regulation-list{
    margin-top: 0.6rem;
    height: 30rem;
    inset: 0px;
    overflow: hidden scroll;
}
.regulation-list ul{
    margin-left: 0;
    padding-left: 0;
}
.regulation-list li{
    margin: 3.6rem 0;
    font-size: 1.6rem;
    color: #666;
}
.regulation-list li img{
    width: 3.8rem;
    margin-right: 1rem;
    height: auto;
}
.regulation-list li span{
    float: right;
    color: #338066;
    border-color: #3380661A;
    background: #3380661A;
    padding: .2rem .6rem;
    font-size: 1.4rem;
    border-radius: .3rem;
}

.broker-description-box{
    background-color: #fff;
    padding: 4rem 3rem;
    margin-top: 2rem;
    border-radius: .5rem;
}

.broker-description-box h2{
    font-size: 2.6rem;
}
.broker-description-box table{
    width: 100%;
    height: auto;
}
.broker-description-box table{
    border: .1rem solid #ebebeb;
    margin-top: 3rem;
}
.broker-description-box table tr td{
    padding: 1.8rem 1.6rem;
    background: #fff;
    color: #262f2d;
    white-space: pre-wrap;
    word-break: break-word;
    box-sizing: border-box;
    border-bottom: .1rem solid #ebebeb;
    border-right: .1rem solid #f5f5fa;
    font-size: 1.6rem;
}
.broker-description-box table tr td:nth-child(odd) {
    width: 10%;
    background-color: rgba(245, 245, 250, .5);
    text-align: center;
    color: #616161;
}
.broker-description-box table tr td:nth-child(even) {
    width: 20%;
}


.broker-profile-box{
    background-color: #fff;
    padding: 4rem 3rem;
    margin-top: 2rem;
    border-radius: .5rem;
}
.broker-profile-box h2{
    font-size: 2.6rem;
}
.broker-profile-box .p1{
    font-size: 1.6rem;
    line-height: 1.8;
    color: #262f2d;
    margin-top: 2.4rem;
}
.broker-profile-box h3{
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.44;
    color: #262f2d;
    border-top: 1px solid #e5e5e5;
    padding-top: 3rem;
    margin-top: 3rem;
}
.social-media{
    display: flex;
    padding-left: 0;
    margin-top: 1.6rem;
}
.social-media a{
    margin-right: 2rem;
}
.social-media img{
    width:3.2rem;

}
.services ul{
    padding-left: 0;
}
.services li{
    color: #262626;
    font-size: 1.6rem;
    margin-top: 2rem;
}
.services li span{
    margin-right: 4.2rem;
    color: #666;
}

.services li .s2{
    margin-right: 2rem;
    color: #666;
    padding: 1rem 2.2rem;
    border-radius: .4rem;
    background-color: #f7f7f8;
    margin-top: .5rem;
    display: inline-block;
}
.services li .s2 span{
    margin-right: 0;
}
.services li .s2 img{
    height: 2rem;
    width: auto;
    margin-right: 0.8rem;
}

@media (max-width: 1500px) {
    .broker-details .container-fluid {
        padding: 8rem 7% 3rem;
    }
}

@media (max-width: 1400px) {
    .broker-details .container-fluid {
        padding: 8rem 4% 3rem;
    }
}

@media (max-width: 1300px) {
    .broker-score-regulation .col-8{
        width: 100%;
    }
    .broker-score-regulation .col-4{
        width: 100%;
        margin-top: 2rem;
    }
}

@media (max-width: 992px) {
    .broker-info .logo{
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        transition: transform 0.8s ease;
    }
    .broker-score{
        display: none;
    }
    .broker-score .col-6{
        width: 100%;
    }
    .broker-info .p1, .broker-info .p2{
        display: none;
    }
    .regulation-status{
        display: none;
    }
    .broker-details .container-fluid{
        padding: 5.4rem 3% 3rem;
        overflow: hidden;
    }
    .broker-info .info2{
        width: 100%;
        margin-top: 0.3rem;
        margin-bottom: 0;
    }
    .broker-info .score{
        top: .5rem;
        right: 1.4rem;
        font-size: 2.4rem;
    }
    .broker-info .info3{
        display: none;
    }
    .broker-info{
        padding: 1.2rem;
        margin-top: 1.2rem;
    }
    .broker-info h1{
        font-size: 1.8rem;
        width: 82%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .info-left{
        width: 11rem;
        height: 8rem;
        overflow: hidden;
        margin-right: 1rem;
    }
    .broker-score-regulation{
        margin-top: 0rem;
    }
    .broker-regulation{
        padding: 2rem 1.6rem 0.5rem;
    }
    .broker-score-regulation h2,.broker-description-box h2,.broker-profile-box h2{
        font-size: 2rem;
    }
    .regulation-list li{
        font-size: 1.4rem;
        margin: 2.6rem 0;
    }
    .regulation-list li span{
        font-size: 1.2rem;
    }
    .regulation-list{
        margin-top: 0rem;
        height: auto;
    }
    .broker-description-box,.broker-profile-box{
        padding: 2rem 1.6rem;
    }
    .broker-description-box table {  
        width: 100%;  
        margin-top: 2rem;
    }  

    .broker-description-box table tr {  
        display: flex;  
        flex-wrap: wrap;  
    }  

    .broker-description-box table tr td {  
        display: flex;  
        align-items: center;  
        font-size: 1.4rem;  
        box-sizing: border-box;
    }  

    .broker-description-box table tr td:nth-child(odd) {  
        width: 30%;
        text-align: center;
        justify-content: center; 
    }  

    .broker-description-box table tr td:nth-child(even) {  
        width: 70%;  
    }  
     
    .broker-description-box table tr:last-child td:last-child:nth-child(odd) {  
        width: 100%;  
    } 
    .broker-profile-box h3{
        font-size: 1.8rem;
        font-weight: normal;
        font-weight: 500;
        padding-top: 2rem;
        margin-top: 2rem;
    }
    .broker-profile-box .p1{
        margin-top: 1.8rem;
        font-size: 1.4rem;
    }
    .services li{
        font-size: 1.4rem;
    }
    .services li span{
        width: 100%;
        display: inline-block;
        margin-bottom: 0.6rem;
    }
    .services li .s2{
        width: max-content;
        display: inline-flex;
        padding: 1rem 1.8rem 0.7rem;
    }
    .social-media{
        flex-wrap: wrap;
    }
    .social-media li{
        margin-bottom: 1.2rem;
    }
    .social-media li a{
        margin-right: 1.6rem;
    }
    .social-media img{
        width: 2.7rem;
    }
    .broker-info .p1{
        display: inline-block;
        font-size: 1.2rem;
        margin-top: 0rem;
        margin-left: 0.1rem;
    }
    .breadcrumb{
        padding-left: 0.6rem;
    }
}
