.imgPlay div p:first-child {
    font-size: 36px;
}

.imgPlay div p:last-child {
    font-size: 28px;
}

.tab {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    height: 60px;
    border-bottom: 1px solid #adadad;
}

.tab li {
    height: 60px;
    line-height: 60px;
    color: #222437;
    margin-right: 30px;
}

.tab li:hover {
    color: #1d59e3;
    cursor: pointer;
}

.active {
    border-bottom: 2px solid #1d59e3;
    color: #1d59e3 !important;
}

.title {
    text-align: center;
    font-size: 28px;
    padding-top: 60px;
    margin-bottom: 25px;
}

.sp {
    width: 40px;
    height: 2px;
    display: block;
    background: #2e3034;
    margin: 0 auto;
}

.title_ {
    font-size: 18px;
    color: #666666;
    line-height: 60px;
    text-align: center;
}

.boxList {
    margin-bottom: 30px;
}

.boxList div {
    width: 270px;
    margin-right: 20px;
    margin-bottom: 70px;
    padding: 0;
    border-bottom: 1px solid #d2d2d2;
}

.boxList div .ttx {
    display: block;
    width: 30px;
    height: 1px;
    background: #3c3d41;
}

.boxList div img {
    width: 100%;
}

.boxList div {
    transition: all .5s ease;
}

.boxList div:hover {
    transform: translateY(-5px);
}

.name {
    font-size: 20px;
    margin: 0;
    line-height: 50px;
}

@media screen and (max-width: 1024px) {
    .imgPlay div p:first-child {
        font-size: 16px;
    }
    .imgPlay div p:last-child {
        font-size: 10px;
    }
    .tab li {
        margin-right: 10px;
    }
    .boxList {
        display: flex;
        flex-wrap: wrap;
        /*flex-direction: column;*/
    }
    .boxList div {
        width: 44%;
        margin: 10px;
        /*padding: 10px;*/
    }
    .title {
        font-size: 18px;
    }
    .title_ {
        font-size: 16px;
        line-height: 30px;
        margin-top: 20px;
    }
}