* {
    margin: 0;
    padding: 0;
}

.imgPlay div p:first-child{
    font-size: 48px;
}
.imgPlay div p:last-child {
    font-size: 28px;
}
.container {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

/*.imgPlay {*/
    /*position: relative;*/
/*}*/

/*.imgPlay h1 {*/
    /*position: absolute;*/
    /*left: 10%;*/
    /*top: 45%;*/
    /*color: #fff;*/

/*}*/

/*---------------------------*/
.row {
    margin: 0;
    padding: 0;
}

.sect {
    width: 100%;
    /*border:1px solid red;*/
    text-align: center;
}

.sect .title {
    text-align: center;
    font-size: 28px;
    /*line-height: 85px;*/
    /*margin-top: 60px;*/
    padding-top: 60px;
    margin-bottom: 25px;
}

.sect .title_ {
    width: 40px;
    height: 2px;
    background: #2e3034;
    /*text-align: center;*/
    margin: 0 auto;
    margin-bottom: 24px;
}

/*****/
.boxList {
    /*height: 120px;*/
    /*text-align: center;*/
    display: flex;
    /*justify-content: space-between;*/
    /*border: 1px solid red;*/
}

.boxList .box {
    /*width: 259px;*/
    /*height: 100%;*/
    border-bottom: 1px solid #171b26;
    text-align: center;
    /*padding: 20px 0;*/
    margin: 0 10px;
}

.boxList .box div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.boxList .box div p {
    margin: 0;
    font-size: 24px;
}

.boxList .box div span {
    font-size: 52px;
}

.boxList .box .con {
    font-size: 18px;
    color: #444444;
}

.contont {
    text-align: center;
    display: flex;
    justify-content: center;
}

.contont .box {
    font-size: 14px;
    color: #666666;
    width: 80%;
    margin-top: 30px;
    line-height: 30px;
    text-align: center;
}

/**/
.boxList2 {
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
}

.boxList2 .box2 {
    width: 220px;
    padding: 20px 0;
}

.boxList2 .box2{
    transition: all .5s ease;
}

.boxList2 .box2:hover {
    cursor: pointer;
    transform: translateY(-20px);
    /*-webkit-transform: rotate(360deg) scale(1.2);*/
    /*-moz-transform: rotate(360deg) scale(1.2);*/
    /*-o-transform: rotate(360deg) scale(1.2);*/
    /*-ms-transform: rotate(360deg) scale(1.2);*/
}

.boxList2 .box2 .sa {
    color: #1d59e3;
    font-size: 20px;
    line-height: 40px;
}

.boxList2 .box2 .sas {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}

/******/
.boxList3 {
    text-align: center;
}

.boxList3 .box3 {
    background: pink;
    height: 410px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0 10px;
}

.boxList3 .box3 p {
    font-size: 16px;
    /*margin-top: 50px;*/
    line-height: 45px;
    color: #fff;
}

.boxList3 .box3 .title__ {
    /*margin-top: 50px;*/
    line-height: 20px;
    color: #fff;
    font-size: 14px;
}

.boxList3 .box3 .MC {
    width: 100%;
    height: 100%;
    background: rgba(27, 112, 228, 0.5);
    position: absolute;
    left: 0;
    top: 0;
}

@media screen and (max-width: 1024px) {

    .imgPlay div p:first-child{
        font-size: 18px;
    }
    .imgPlay div p:last-child{
        font-size: 10px;
    }

    .sect .title {

        font-size: 18px;
    }

    .contont .box {
        width: 100%;
    }

    .boxList .box {
        width: 45%;
        margin: 0 8px;
    }

    .boxList {
        /*height: 480px;*/
        display: block;
        /*flex-direction: column;*/
        /*justify-content: center;*/
        /*align-items: center;*/
    }

    .boxList2 {
        /*width: 45%;*/
        /*height: 750px;*/
        display: block;
        /*flex-direction: column;*/
        /*justify-content: center;*/
        /*align-items: center;*/
    }

    .boxList2 .box2 {
        width: 50%;
        padding: 10px;
    }

    .boxList3 {
        display: flex;
        flex-wrap: wrap;
        /*flex-direction: column;*/
        justify-content: center;
        align-items: center;
    }

    .boxList3 .box3 {
        width: 46%;
        margin: 7px;
    }
}