.orange-color{
    color: #F3630E;
}

.blue-color{
    color:#3A8CEF
}

.gray-text1{
    color: #333;
}

.gray-text2{
    color: #666666;
}

.header-wrap{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 1200px;
    padding: 16px 0;
}

.top-pagination{
    display: flex;
    width: 1200px;
    height: 40px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    padding: 0 12px;
    background: #ffffff;
    font-size: 12px;
}

.top-pagination .left .sort-item{
    padding: 6px 12px;
    margin-right: 16px;
    border-radius: 4px;
    background: #ffffff;
    cursor: pointer;
}

.top-pagination .left .active{
    background: #FFCA4B;
}

.video-wrap{
    margin: 10px auto 0 auto;
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    min-height: 400px;
}

.video-wrap .m-video-box {
    width: 292px;
    margin-bottom: 10px;
    margin-right: 10px;
}
.video-wrap .m-video-box:nth-of-type(4n){
    margin-right: 0;
}

.no-result {
    position: relative;
    background: url(/resources/assets/images/product_search/empty.png) no-repeat center top;
    background-size: 148px 148px;
    min-height: 450px;
    width: 100%;
    color: #666;
    font-size: 12px;
    text-align: center;
}

.no-result .tip {
    position: absolute;
    bottom: 220px;
    left: 50%;
    transform: translateX(-50%);
}