/*font-size*/

.innerWrap {
    width: 1270px;
    margin: 0 auto;
}

.banner-box {
    position: relative;
    width: 100%;
    height: 4rem;
    text-align: center;
    color: black;
    /* 鏂板 */
    margin-top: 97px;
}

.banner-box .title {
    position: relative;
    font-weight: 500;
    padding-top: 0.5rem;
    margin-bottom: 0.3rem;
    text-align: center;
    font-size: 0.4rem;
    padding-bottom: 0.15rem;
}

@media only screen and (max-width: 1440px) {
    .banner-box .title {
        font-size: 32px;
    }
}

@media only screen and (max-width: 1024px) {
    .banner-box .title {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-box .title {
        font-size: 18px;
    }
}

.banner-box .title::after {
    content: " ";
    position: absolute;
    width: 1em;
    height: 2px;
    left: 50%;
    bottom: -0.1rem;
    transform: translateX(-50%);
    background-color: #e60111;
}

.banner-box p {
    text-align: center;
    font-size: 16px;
}

@media only screen and (max-width: 1366px) {
    .banner-box p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-box p {
        font-size: 14px;
    }
}

.banner-box p {
    text-indent: 2em;
    padding: 0 10%;
    text-align: left;
    /*margin-top: 0.15rem;*/
    line-height: 2;
}

.banner-box .playBtn {
    text-align: center;
    margin-top: 20px;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    border: 1px solid #252B3A;
    cursor: pointer;
    padding: 7px;
    width: 100px;
}

.banner-box .playBtn span {
    font-size: 14px;
}

.banner-box .playBtn:hover {
    position: relative;
    color: #e8010f;
    border: 1px solid #e8010f;
}

.playerDiv {
    display: none;
    text-align: center;
    z-index: 1000;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    right: 0;
    bottom: 0;
    -webkit-transition: .35s;
    transition: .35s;
    opacity: 0;
}

.playerDiv.show {
    opacity: 1;
}

.playerDiv .playerClose {
    position: absolute;
    top: 0;
    right: 55px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    color: #fff;
    z-index: 1001;
}

.flag-box {
    padding: 0.5rem 0;
    background-size: cover;
    background-position: center;
    background-color: #F7F7F7;
}

.flag-box .title {
    /*color: #fff;*/
    position: relative;
    text-align: center;
    margin-bottom: 0.3rem;
}

.flag-box .title::after {
    content: " ";
    position: absolute;
    width: 1em;
    height: 2px;
    left: 50%;
    bottom: -0.1rem;
    transform: translateX(-50%);
    background-color: #e60111;
}

.flag-box .innerWrap .text {
    text-align: center;
    line-height: 2;
}

.flag-box .flag-innerWrap .container-box {
    margin-top: 0.3rem;
}

.flag-box .flag-innerWrap .container-box .box {
    display: flex;
    font-size: 0;
    padding-left: 1px;
}

.flag-box .flag-innerWrap .container-box .box .item {
    position: relative;
    width: 100%;
    border: #eee 1px solid;
}

.flag-box .flag-innerWrap .container-box .box .item:hover .text-box {
    opacity: 0;
}

.flag-box .flag-innerWrap .container-box .box .item:hover .hover-box {
    top: 0;
}

.flag-box .flag-innerWrap .container-box .box .item .img {
    width: 100%;
    max-height: 3rem;
    overflow: hidden;
}

.flag-box .flag-innerWrap .container-box .box .item .img img {
    width: 100%;
}

.flag-box .flag-innerWrap .container-box .box .item .text-box {
    height: 1.8rem;
    padding: 0.3rem 0.46rem 0 0.26rem;
    background-color: #fff;
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.flag-box .flag-innerWrap .container-box .box .item .text-box .text {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5;
}

.flag-box .flag-innerWrap .container-box .box .item .text-box .text .top {
    margin-bottom: 5px;
}

.flag-box .flag-innerWrap .container-box .box .item .hover-box {
    position: absolute;
    top: 100.5%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(230, 0, 17, 0.9);
    padding: 0.3rem;
    overflow-y: hidden;
    overflow-x: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.flag-box .flag-innerWrap .container-box .box .item .hover-box .box-title {
    padding: 0.1rem 0;
    border-bottom: 1px dotted #f19fa7;
    overflow: hidden;
}

.flag-box .flag-innerWrap .container-box .box .item .hover-box .box-title::after {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    height: 100%;
    width: 0;
}

.flag-box .flag-innerWrap .container-box .box .item .hover-box .box-title .name {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    color: #fff;
    font-weight: bold;
    width: 100%;
}

.flag-box .flag-innerWrap .container-box .box .item .hover-box .describe {
    color: #fff;
    margin-top: 0.2rem;
    line-height: 2;
    word-break: break-all;
}

.contrast-box {
    padding: 0.5rem 0;
    background-size: cover;
    background-position: center;
    margin-bottom: 0.3rem;
}

.contrast-box .title {
    /*color: #fff;*/
    position: relative;
    text-align: center;
}

.contrast-box .title::after {
    content: " ";
    position: absolute;
    width: 1em;
    height: 2px;
    left: 50%;
    bottom: -0.1rem;
    transform: translateX(-50%);
    background-color: #e60111;
}

.contrast-box .innerWrap .text {
    text-align: center;
    margin-top: 0.3rem;
    line-height: 2;
}

@media only screen and (max-width: 1440px) {
    .innerWrap {
        width: 1110px;
    }
    .flag-box .innerWrap .container-box .box .item .text-box {
        height: 2rem;
    }
}

@media screen and (max-width: 1280px) {
    .innerWrap {
        width: 90%;
    }
}

@media screen and (max-width: 768px) {
    .banner-box .text {
        padding: 0 10px;
        font-size: 12px;
    }
    .flag-box .innerWrap .container-box .box .item .img {
        max-height: 220px;
    }
    .contrast-box .innerWrap {
        flex-direction: column;
    }
}