.ET_main{
    margin-top: 0;
}
.page_top {
    width: 100%;
    margin-top: 150px!important;
}
.page_top img {
    width: 100%;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.guide_block {
    /* font-family: "times new roman"; */
    font-size: 16px;
    color: #333333;
    padding: 6px 0 24px;
}
.highlight_list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.highlight_mobile{
    display: none;
}
.highlight_list a{
    width: 23.6%;
    margin-right: 22px;
}
.highlight_list a:nth-child(4n){
    margin-right: 0;
}
.highlight_list li{
    background-image: url(../images/forumsHighlight/block_bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 310px;
    overflow: hidden;
    border-top-left-radius: 30px;
    margin-bottom: 22px;
}
.highlight_pic{
    width: 100%;
    height: 192px;
    overflow: hidden;
    border-bottom-right-radius: 30px;
}
.highlight_pic img{
    width: 100%;
    height: 100%;
    
}
.highlight_name{
    font-size: 15px;
    color: white;
    padding: 10px 8px;
    line-height: 20px;
}
.ET_footer{
    margin-top: 50px;
}
@media only screen and (max-width: 768px) {
    .page_top {
        width: 100% !important;
        margin-top: 0!important;
    }
    .ET_main{
        padding-bottom: 30px;
    }
    .container {
        width: 94%;
    }

    .guide_block {
        font-size: 14px;
        padding-top: 6px;
        padding-bottom: 0;
        line-height: 18px;
    }
    .highlight_list{
        display: none;
    }
    
    .highlight_mobile{
        display: block;
        margin-top: 20px;
    }
    .highlight_mobile .highlight_list{
        display: block;
    }
    .highlight_list li{
        background-image: url(../images/forumsHighlight/block_bg_mobile.png);
        height: auto;
        display: flex;
        align-items: center;
        margin-bottom: 16px;
        border-top-left-radius: 22px;
    }
    .highlight_list a{
        margin-right: 0;
    }
    .highlight_pic{
        width: 36%;
        height: 90px;
        border-bottom-right-radius: 22px;
    }
    .highlight_name{
        padding: 0 10px;
        box-sizing: border-box;
        width: 64%;
        font-size: 12px;
        line-height: 16px
    }
    .page{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .page li{
        color: #969696;
        font-size: 16px;
        margin-right: 16px;
    }
    .page li:last-child{
        margin-right: 0;
    }
    .uk-active{
        color: #A734E9!important;
    }
}