/*  1920 */


/**************************************************************************************
 **************
 ************** content-trend
 **************
****************************************************************************************/

.content-trend {
    width: 1680px;
    margin: 0 auto;
}

.content-trend h2 {
    font-size: 62px;
    color: #222222;
    text-align: center;
    font-weight: normal;
    margin-top: 50px;
    margin-bottom: 15px;
}

.content-trend .canvas-div {
    width: 100%;
    height: 372px;
    position: relative;
    background-color: #05071D;
}

.content-trend ul {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 0;
}

.content-trend ul li {
    width: calc((100% - 24px) / 3);
    height: 180px;
    background: transparent;
    color: #FFFFFF;
    text-align: center;
    line-height: 180px;
    position: relative;
    overflow: hidden;
}

.content-trend ul li span {
    font-size: 24px;
    opacity: 1;
    transition: opacity 0.1s;
    color: #ffffff;
}

.content-trend ul li img {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.1s;
    object-fit: cover;
}

.content-trend ul li:hover span {
    opacity: 0;
}

.content-trend ul li:hover img {
    opacity: 1;
}

.content-trend ul div {
    height: 180px;
    width: 12px;
    background-color: #fff;
}

.content-trend ul .long-line {
    width: 100%;
    height: 12px;
}

.content-trend a {
    text-decoration: none;
}


/**************************************************************************************
 **************
 ************** content-trend
 **************
****************************************************************************************/


/*  1920 */


/* 1680 1680 */

@media screen and (max-width: 1899px)and (min-width: 1580px) {
    .content-trend {
        width: 1520px;
    }
}


/* 1680 1680 */


/* 1366 */

@media screen and (max-width: 1579px)and (min-width: 1281px) {
    .content-trend {
        width: 1246px;
    }
    .content-trend .canvas-div {
        height: 292px;
    }
    .content-trend h2 {
        font-size: 46px;
        line-height: 68px;
        margin-top: 38px;
        margin-bottom: 7px;
    }
    .content-trend ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .content-trend ul div {
        height: 140px;
    }
    .content-trend ul li {
        height: 140px;
        font-size: 24px;
        line-height: 140px;
    }
    .content-trend ul li img {
        width: auto\0;
    }
}


/* 1366 */


/* 1280 */

@media screen and (min-width:1001px) and (max-width: 1280px) {
    .content-trend {
        width: 1200px;
    }
    .content-trend .canvas-div {
        height: 292px;
    }
    .content-trend h2 {
        font-size: 46px;
        line-height: 68px;
        margin-top: 38px;
        margin-bottom: 7px;
    }
    .content-trend ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .content-trend ul div {
        height: 140px;
    }
    .content-trend ul li {
        height: 140px;
        font-size: 24px;
        line-height: 140px;
    }
    .content-trend ul li img {
        width: auto\0;
    }
}


/* 1280 */


/* 1280 */

@media screen and (max-width: 1000px) {
    .content-trend {
        width: 1200px;
    }
    .content-trend .canvas-div {
        height: 292px;
    }
    .content-trend h2 {
        font-size: 46px;
        line-height: 68px;
        margin-top: 38px;
        margin-bottom: 7px;
    }
    .content-trend ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .content-trend ul div {
        height: 140px;
    }
    .content-trend ul li {
        height: 140px;
        font-size: 24px;
        line-height: 140px;
    }
    .content-trend ul li img {
        width: auto\0;
    }
}


/* 1280 */