/* BASIC css start */
/* class-list */
.class-list{
    margin-top: 75px;
    margin-bottom: 40px;
    text-align: center;}
.class-list ul { *zoom:1 }
.class-list ul:after { display:block; clear:both; content:'' }
.class-list ul li {display: inline-block; vertical-align: top;}
.class-list ul li a { display:block; font-size: 32px; color: #a7a7a7;}
.class-list ul li a:after{
    content: "|";
    width: 1px;
    height: 20px;
    background: #cfcfcf;
    font-size: 0;
    margin: 0 22px;
    display: inline-block;
    vertical-align: inherit;
    margin-top: -4px;}
.class-list ul li:nth-last-child(1) a:after{opacity:0}

.class-list ul li.on a{color:#0080ff}
.class-list ul li a:hover{color:#0080ff}

.type{
    margin-bottom: 40px;
    justify-content: center;
    display:flex}

.type li{
    width: 138px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    margin-right: 10px;
    display: table;
    overflow: hidden;}
    
.type li a{
    display: table-cell;
    font-weight: 300;
    color: #272727;
    font-size: 20px;}
    
    
.type li:hover,.type li.on{border:1px solid #0080ff}
.type li a:hover,.type li.on a{color:#fff; background:#0080ff}


.comment{
    border-radius: 30px;
    text-align: center;
    background: #f7faff;
    padding: 45px 115px;}

.comment p{font-size:16px; font-weight:300;color:#000;line-height:28px}

.bbstotal{
    padding: 70px 0 25px 0;
    font-size: 18px;
    font-family: Inter;}
    
.pwd-link { margin-top:15px; text-align:center; }
/* BASIC css end */

