<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.sc-top{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    /* margin:10px 0; */

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;

}
.sc-top .t1{
    width: 300px;
    /* background-color: #888; */
}
.sc-top .t2{
    flex: 1;
    /* background-color: #999; */
    /* border-bottom: 1px solid #f4f4f4; */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;

}
.sc-top .t2 .t{
    width: 100px;

    border: 1px solid #fff;
    border-bottom: 1px solid #f4f4f4;
    border-top: 4px solid #fff;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}
.sc-top .t2 .top-curr{

    border: 1px solid #f4f4f4;
    border-bottom: 1px solid #fff;
    border-top: 4px solid #137ec1;

    
    
}




.sc-top .t3{
    width: 290px;
    /* background-color: #aaa; */
    text-align: right;
    padding-right: 10px;
    border-bottom: 1px solid #f4f4f4;
}
/*
width: 100%;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    border-bottom: 1px solid #f4f4f4;
    background-image: url(images/common-icon.png);
    background-position: 10px;
    background-repeat: no-repeat;
    font-size: 20px;
    padding-left: 40px;
    background-color: #fff;
*/
.sc{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    background-color: #fff;
}
.sc01{
    width: 150px;
    height: 300px;
    background-color: #ddd;
    margin-right: 20px;
}

.comm01{
    height: 60px;
    line-height: 60px;
    background-color: #eee;
    border-left: 4px solid #eee;
    cursor: pointer;
    font-size: 18px;
    color: #333;
    text-align: center;
}
.curr01{    
    background-color: #fff;
    border-left: 4px solid #137ec1;
}

.sc02{
    flex:1;    
    background-color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    /* align-content: flex-start; */
    margin:10px 0px;
    
}

.sc02 .c{
    width: 320px;
    border-right: 1px solid #ddd;
    padding-right: 10px;
    /* background-color: #888; */
}


.sc02 .ele{
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
}
.sc02 .ele a{
width: 270px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
</pre></body></html>