/* BASIC css start */
.muselynn-review-page{
    width:1275px;
    margin:0 auto;
    padding:40px 0 80px;
    color:#222;
}

.muselynn-review-page .bbs-tit{
    margin-bottom:30px;
    text-align:center;
}

.muselynn-review-page .bbs-tit strong{
    display:block;
    color:#111;
    font-size:26px;
    font-weight:500;
    letter-spacing:2px;
    line-height:1.2;
}

.muselynn-review-page .review-top-banner{
    margin-bottom:54px;
    text-align:center;
}

.muselynn-review-page .review-top-banner img{
    display:block;
    width:100%;
    height:auto;
}

.muselynn-review-page .review_tab{
    display:flex;
    width:100%;
    margin:0 0 60px;
    border:1px solid #aaa;
    border-right:0;
    box-sizing:border-box;
}

.muselynn-review-page .review_tab a{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    width:50%;
    height:44px;
    border-right:1px solid #aaa;
    box-sizing:border-box;
    color:#555;
    font-size:14px;
    font-weight:400;
    line-height:44px;
    text-decoration:none;
    background:#fff;
}

.muselynn-review-page .review_tab a.on_tab{
    background:#aaa;
    color:#fff;
    font-weight:600;
}

.muselynn-review-page .review_tab a.on_tab .tri{
    position:absolute;
    left:50%;
    bottom:-11px;
    width:0;
    height:0;
    margin-left:-8px;
    border-left:8px solid transparent;
    border-right:8px solid transparent;
    border-top:11px solid #aaa;
}

.muselynn-review-page .power_list_wrap{
    width:100%;
}

@media all and (max-width:1300px){
    .muselynn-review-page{
        width:auto;
        margin:0 30px;
    }
}

/* BASIC css end */

