.title-top{
    width: 100%;
    height: 3rem;
    background: #f3f3f3;
    border-radius: 0rem 0rem 0rem 0rem;
    display: flex;
    align-items: center;
    padding-left: 11.25rem;
    color: #999999;
    font-size: 1rem;
}
.title-top img{
    height: 1rem !important;
    width: 1rem !important;
    margin: 0 0.3125rem;
}
.title-top span {
    color: #333333;
    font-size: 1rem;
}
.content-detail{
    margin-left: 10rem;
    margin-top: 1.25rem;
    width: 71.25rem;
    margin-bottom: 1.25rem;
    height: 100%;
    background: #FFFFFF;
    border-radius: 0rem 0rem 0rem 0rem;
    opacity: 1;
    border: 0.0625rem solid #E6E6E6;
}
.title-bg{
    width: 8rem;
    height: 2.75rem;
    background: #ED2C25;
    border-radius: 0rem 0rem 0rem 0rem;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.375rem;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0rem;
}
.main-detail {
    border-top:1px solid #e6e6e6 ;
    width: 100%;
    /*height: 54.1875rem;*/
    height: 100%;
}
.main-detail .title-detail{
    width: 68.75rem;
    height: 4.75rem;
    font-size: 1.75rem;
    font-weight: 500;
    color: #1A1A1A;
    margin-left:2.0625rem;
    margin-top: 2.5rem;
}
.title-detail-two{
    height: 1rem;
    font-size: 1rem;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #808080;
    margin: 1.25rem 0;
    margin-left:2.0625rem;
}
.title-detail-two > span {
    display: inline-block;
    height: 100%;
    width: 1.875rem;
}
.main-detail-content{
    border-top:1px solid #e6e6e6 ;
    margin-left: 33px;
    margin-top: 2.5rem;
    width: 68.75rem;
    height: max-content;
    font-size: 1.25rem;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    padding-top: 1.25rem;
    padding-right:0.5rem ;
    line-height: 2.5rem;
}
.bottom-detail, .bottom-detail-down{
    width: 27.5rem;
    height: 3rem;
    border: 0.0625rem dotted #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 2.0625rem;
    margin-top: 1.25rem;
}
.bottom-detail>span, .bottom-detail-down>span{
    color: #b2b2b2;
}
.bottom-detail-down{
    border: 0.0625rem solid #ccc;
}
.right-main{
    width: 25rem;
    margin-left: 4.0625rem;
    height: 100%;
}
.right-main>ul>li{
    width: 22.5rem;
    height: 2.5rem;
    opacity: 1;
    font-size: 1.25rem;
    margin-top: 1.25rem;
    margin-left: 1.25rem;
    cursor: pointer;
}
.right-main>ul>li:hover{
    color: #e9322d;
}
.right-main>ul>li>img{
    padding-right: 0.625rem;
}
