.banner {
    height: 8.6rem;
    max-height: 100vh;
    position: relative;
    display: flex;
    align-items: center
}

.banner .bannerImg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: all .5s ease-out;
    left: 0;
    top: 0
}

.detail .nav-box {
    width: 100%;
    height: .6rem;
    min-height: 36px;
    background-color: #f1f1f1;
    position: sticky;
    top: 0;
    z-index: 999
}

.detail .nav-box .basics-box {
    height: 100%;
    display: flex
}

.detail .nav-box .basics-box .box {
    font-size: 17px;
    color: #333;
    height: 100%;
    flex: 1;
    text-align: center;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    display: flex;
    justify-content: center;
    align-items: center
}

@media only screen and (max-width:1366px) {
    .detail .nav-box .basics-box .box {
        font-size: 15px
    }
}

@media only screen and (max-width:767px) {
    .detail .nav-box .basics-box .box {
        font-size: 15px
    }
}

.detail .nav-box .basics-box .box.active {
    color: #fff;
    background-color: #e70012
}

.detail .nav-box .basics-box .box:hover {
    color: #fff;
    background-color: #e70012
}

.detail .content {
    padding: 1rem 0 0;
    width: 100%;
    display: none
}

.detail .content.active {
    display: block
}

.detail .content .ctx1 {
    position: relative;
    display: flex;
    align-items: center;
    height: 2rem;
    padding: 0 .54rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden
}

.detail .content .ctx1 .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all .4s ease-out;
    z-index: 1;
}

@media only screen and (max-width:767px) {
    .detail .content .ctx1 .bg {
        background-size: auto 100%;
    }
}

.detail .content .ctx1:hover .bg {
    transform: scale(1.1)
}

.detail .content .ctx1 .left {
    position: relative;
    z-index: 2;
    text-align: center
}

.detail .content .ctx1 .left p {
    font-size: 12px;
    margin-top: .2rem
}

.detail .content .ctx1 .left img {
    width: 2.1rem;
    height: .92rem
}

.detail .content .ctx1 .right {
    position: relative;
    z-index: 2;
    margin-left: .6rem
}

.detail .content .ctx1 p {
    font-size: 17px;
    line-height: 2;
    color: #fff
}

@media only screen and (max-width:1366px) {
    .detail .content .ctx1 p {
        font-size: 15px
    }
}

@media only screen and (max-width:767px) {
    .detail .content .ctx1 p {
        font-size: 15px
    }
}

.detail .content .ctx2 {
    margin-top: .6rem
}

.detail .content .ctx2 ul li {
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: .6rem;
    padding-bottom: .6rem;
    box-sizing: border-box;
    cursor: pointer
}

.detail .content .ctx2 ul li::after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    transform-origin: center;
    transform: scaleX(0);
    background-color: #e70012;
    transition: all .5s;
    -webkit-transition: all .5s
}

.detail .content .ctx2 ul li:hover .left .img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2)
}

.detail .content .ctx2 ul li:hover .right .p1 {
    color: #e70012
}

.detail .content .ctx2 ul li:hover::after {
    transform: scaleX(1)
}

.detail .content .ctx2 ul li .left {
    width: 3.2rem;
    height: 1.8rem;
    overflow: hidden
}

.detail .content .ctx2 ul li .left .img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s
}

.detail .content .ctx2 ul li .right {
    padding-left: .3rem;
    width: calc(100% - 3.2rem);
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.detail .content .ctx2 ul li .right .p1 {
    font-size: 24px;
    line-height: 2;
    color: #333
}

@media only screen and (max-width:1440px) {
    .detail .content .ctx2 ul li .right .p1 {
        font-size: 20px
    }
}

@media only screen and (max-width:1200px) {
    .detail .content .ctx2 ul li .right .p1 {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .detail .content .ctx2 ul li .right .p1 {
        font-size: 18px
    }
}

@media only screen and (max-width:767px) {
    .detail .content .ctx2 ul li .right .p1 {
        font-size: 16px
    }
}

.detail .content .ctx2 ul li .right .p2 {
    font-size: 17px;
    line-height: 2;
    color: #666;
    margin-bottom: .2rem;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden
}

@media only screen and (max-width:1366px) {
    .detail .content .ctx2 ul li .right .p2 {
        font-size: 15px
    }
}

@media only screen and (max-width:767px) {
    .detail .content .ctx2 ul li .right .p2 {
        font-size: 15px
    }
}

.detail .content .ctx2 ul li .right .p3 {
    font-size: 17px;
    line-height: 2;
    color: #333
}

@media only screen and (max-width:1366px) {
    .detail .content .ctx2 ul li .right .p3 {
        font-size: 15px
    }
}

@media only screen and (max-width:767px) {
    .detail .content .ctx2 ul li .right .p3 {
        font-size: 15px
    }
}

.detail .content .title {
    font-size: 40px;
    position: relative;
    display: flex;
    justify-content: center;
    color: #333;
    font-weight: 600;
    margin-bottom: .6rem;
    text-align: center;
    width: 100%
}

@media only screen and (max-width:1440px) {
    .detail .content .title {
        font-size: 34px
    }
}

@media only screen and (max-width:1024px) {
    .detail .content .title {
        font-size: 30px
    }
}

@media only screen and (max-width:767px) {
    .detail .content .title {
        font-size: 24px
    }
}

.detail .content .title.white {
    color: #fff
}

.detail .content .title.white::after {
    background: #fff
}

.detail .content .title::after {
    position: absolute;
    display: block;
    content: "";
    width: .6rem;
    height: 4px;
    background: #e70012;
    bottom: -0.2rem
}

.detail .content .title.title_left {
    left: 0;
    justify-content: start;
    text-align: left
}

.detail .content .text {
    color: #333333
}

@media screen and (max-width:768px) {
    .detail .nav-box .basics-box {
        width: 100%
    }

    .detail .nav-box {
        top: 1rem
    }

    .detail .content .ctx1 {
        flex-direction: column;
        height: auto;
        padding: .5rem .4rem
    }

    .detail .content .ctx1 .right {
        margin-left: 0
    }

    .detail .content .ctx2 ul li a {
        flex-direction: column
    }

    .detail .content .ctx2 ul li a .left {
        width: 100%
    }

    .detail .content .ctx2 ul li a .right {
        padding-left: 0;
        width: 100%
    }

    .detail .content .img-box {
        float: none;
        margin-right: 0
    }

    .detail .content .img-box .img {
        width: 100%
    }
}

/*# sourceMappingURL=./coverage.css.map */