body{
    background-color: #EFF2F5;
}
.footer{
    background-color: #fff;
}
.content-box{
    padding: 16px;
    padding-top: 5px;
}
.content-box a{
    text-decoration: none;
}


.genre .panel{
    border-radius: 4px;
    position: relative;
    box-shadow: 0px 4px 8px 0px rgba(0, 45, 100, 0.08);
    background-color: #fff;
}

.genre .panel + .panel{
    margin-top: 12px;
}

.genre .panel .panel-title{
    height: 36px;
    border-radius: 4px 4px 0 0;
    padding: 0 8px;
}

.genre .panel .icon{
    width: 20px;
}

.genre .panel .genre-name{
    font-size: 14px;
    color: #323232;
    margin: 0 0 0 8px;
    line-height: normal;
    font-weight: 600;
}

.genre .panel .genre-name>a{
    color: #323232;
}

.genre .panel .arrow-right{
    height: 12px;
    width: auto;
}

.genre .panel .panel-body{
    padding: 8px 0 8px 8px;
    font-size: 13px;
    position: relative;
}

.genre .panel .panel-body>div{
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.genre .panel .panel-body .link{
    color: #41A7FF;
    display: block;
}
.genre .panel .panel-body .link:hover{
    color: #dc3545;
}

.genre .panel .change{
    height: 20px;
    width: 20px;
    margin-right: -4px;
    background-size: auto 12px;
    background-image: url('../png/arrow-down-2.png');
    cursor: pointer;
}

.genre .panel.open .panel-body{
    max-height: initial;
}

.genre .panel.open .change{
    background-image: url('../png/arrow-up-2.png');
}


@media (min-width: 0px) { 
    
}

@media (min-width: 576px) { 
    
}

@media (min-width: 768px) {
    
}

@media (min-width: 992px) {
    
}

@media (min-width: 1200px) {
    
}

@media (min-width: 1400px) {

}