.bannerBox {
    position: relative;
    height: 5rem;
    width: 100%;
    overflow: hidden;
}

.banner {
    height: 5rem;
    width: 100%;
    background: url("../image/case.jpg") no-repeat center;
    background-size: cover;
    position: relative;
}

.shade-box {
    position: absolute;
    top: 0;
    left: 0;
    height: 5rem;
    width: 100%;
    color: #ffffff;
    background: rgba(51, 51, 51, 0.8);
}

.shade-content {
    height: 3rem;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 1.3rem;
    left: 0;
}

.shade-box-a {
    color: #ffffff;
    font-size: 0.44rem;
    line-height: 0.6rem;
}

.shade-box-b {
    color: #ffffff;
    font-size: 0.4rem;
    line-height: 0.6rem;
}

.shade-box-c {
    display: inline-block;
    height: 0.03rem;
    width: 3.35rem;
    background: #ffffff;
    line-height: 0.5rem;
}

.shade-box-d {
    font-size: 0.28rem;
    color: #ffffff;
    line-height: 0.7rem;
}


.content-box {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

.cl-lists {
    height: 1rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 0.02rem solid #d83915;
    overflow: auto;
    margin: 0 auto;
    white-space: nowrap;
}

.cl-lists::-webkit-scrollbar {
    display: none;
}

.cl-lists > li {
    height: 0.5rem;
    width: 2.4rem;
    line-height: 0.5rem;
    text-align: center;
    font-size: 0.28rem;
    color: #333;
    cursor: pointer;
    list-style-type: none;
    margin: 0 0.2rem;
    border-radius: 0.05rem;
    font-weight: 600;
}

.cl-lists-two {
    height: auto;
    display: flex;
    justify-content: flex-start;
    top: 0.1rem;
    padding-right: 0.2rem;
    overflow: auto;
    margin: 0 auto;
    white-space: nowrap;
}

.cl-lists-two::-webkit-scrollbar {
    display: none;
}

.cl-lists-two > li {
    height: 0.5rem;
    width: auto;
    line-height: 0.5rem;
    margin: 0.2rem 0.2rem 0;
    text-align: center;
    font-size: 0.24rem;
    color: #333;
    cursor: pointer;
    list-style-type: none;
    border-radius: 0.05rem;
    font-weight: 600;
}

.classify-pitch {
    color: #d83a15 !important;
    font-size: 0.36rem !important;
}

.classify-pitch-two {
    color: #d83a15 !important;
    font-size: 0.28rem !important;
}

.content-lists {
    padding-top: 0.3rem;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.content-lists > li {
    margin: 0.1rem auto 0;
    width: 7rem;
    height: 5rem;
    /*position: relative;*/
    list-style: none;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.videoList {
    width: 7rem;
    height: 3.96rem;
    position: absolute;
    top: 0;
    left: 0;
    background: #666;
}

/*.content-lists > li > p {*/
/*    position: absolute;*/
/*    top: 4.1rem;*/
/*    font-size: 0.36rem;*/
/*    color: #333333;*/
/*    line-height: 0.3rem;*/
/*}*/

/*.content-lists > li > h4 {*/
/*    position: absolute;*/
/*    top: 4.5rem;*/
/*    left: 0;*/
/*    font-size: 0.24rem;*/
/*    color: #8a8a8a;*/
/*}*/

/*.content-lists > li > div {*/
/*    position: absolute;*/
/*    top: 4.42rem;*/
/*    right: 0;*/
/*    font-size: 0.18rem;*/
/*    color: #8a8a8a;*/
/*}*/

/*.content-lists > li > div > img {*/
/*    display: inline-block;*/
/*}*/

/*.content-lists > li > div > p {*/
/*    display: inline-block;*/
/*}*/

/*.content-lists > li > span {*/
/*    position: absolute;*/
/*    width: 1.35rem;*/
/*    top: 4.1rem;*/
/*    text-align: right;*/
/*    right: 0;*/
/*    font-size: 0.28rem;*/
/*    color: #ffffff;*/
/*    background: url("../image/seeBg.png") no-repeat center;*/
/*    background-size: 1.35rem 0.36rem;*/
/*    line-height: 0.36rem;*/
/*    cursor: pointer;*/
/*}*/

.pages_1 {
    margin: 0.1rem auto;
}

._page_container ._pages {
    margin: 0 auto !important;
}

.caseDetails {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    display: none;
    background: rgba(51, 51, 51, 0.7);
}

.caseChildBox {
    position: absolute;
    top: 1.5rem;
    display: block;
    width: 7rem;
    height: 8rem;
    margin-left: 0.25rem;
    background: #ffffff;
    border-radius: 0.1rem;
    overflow-y: auto;
}

.back {
    font-size: 0.26rem;
    color: #999999;
    margin-top: 0.2rem;
    cursor: pointer;
    width: 1rem;
    float: right;
}

.title {
    font-size: 0.28rem;
    color: #000000;
    position: absolute;
    top: 0.2rem;
    left: 0.2rem;
    font-weight: 600;
}

.time {
    color: #999999;
    font-size: 0.18rem;
    position: absolute;
    top: 0.6rem;
    left: 0.2rem;
}

.lineline {
    width: 100%;
    height: 0.02rem;
    background: #999999;
    position: absolute;
    top: 1rem;
}

.detailVideo {
    width: 6.72rem;
    height: 3.8rem;
    position: absolute;
    top: 1.2rem;
    left: 0.14rem;
}

.introduce-box {
    position: absolute;
    top: 5.3rem;
    width: 95%;
    left: 2.5%;
    font-size: 0.2rem;
    color: #999999;
    line-height: 0.35rem;
}

.introduce-box > p {
    margin-bottom: 0.2rem;
    padding-bottom: 0.5rem;
    white-space: pre-wrap;
}

.content-1 {
    width: 100%;
    height: auto;
    background: #ffffff;
}

.title-box {
    width: 100%;
    height: 1.4rem;
    position: relative;
}

.title-box > h3 {
    font-size: 0.36rem;
    color: #333333;
    font-weight: 600;
    width: 100%;
    height: 0.8rem;
    text-align: center;
    line-height: 0.8rem;
}

.title-box > p {
    font-size: 0.16rem;
    color: #888888;
    width: 100%;
    text-align: center;
    letter-spacing: 0.1em;
}

.title-box > span {
    position: absolute;
    width: 0.7rem;
    height: 0.02rem;
    background: #d83915;
    left: 50%;
    margin-left: -0.35rem;
    top: 1.38rem;
}

.partner {
    /*width: 100%;*/
    height: auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 10px;
}

.partner > li {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*margin-bottom: 0.2rem;*/
    margin: 0 5px 10px 5px;

}

.partner > li > img {
    display: block;
    float: right;
    width: 50px;
    height: 50px;
}
.videoView{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 7rem;
    height: 3.96rem;
    background: rgba(0,0,0,0.5);
}
.videoView .bg {
    width: 7rem;
    height: 3.96rem;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.videoBottom {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
}
.videoBottom > span {
    width: 90px;
    text-align: right;
    font-size: 14px;
    color: #ffffff;
    padding-right: 10px;
    background: url("../image/seeBg.png") no-repeat center;
    line-height: 28px;
    background-size: 90px;
}
.videoBottomLeft {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.videoBottomLeft > p {
    font-size: 16px;
    font-weight: 500;
}
.videoBottomLeft > span {
    font-size: 14px;
    margin-top:5px;
}