.baseHeader .header .content .logo img {
    /*opacity: 0.7;*/
}

/*.header .content .topUlHeader p:nth-child(5) a {*/
/*    color: #fff;*/
/*}*/

.header .content .topUlHeader a {
    /*opacity: 0.7;*/
}

.alreadylogin .user p {
    /*opacity: 0.7;*/
}

.alreadylogin .user img:nth-child(2),
.alreadylogin .user img:nth-child(3) {
    /*opacity: 0.7;*/
}

.header .content .shopCar img {
    /*opacity: 0.7;*/
}

.header .content .shopCar span {
    /*opacity: 0.7;*/
}

.footer .address li {
    /*opacity: 0.7;*/
}

.footer .foot_l_t .addresstxt {
    /*opacity: 0.7;*/
}

.footer .foot_l_t .addresstxt .address-text {
    /*opacity: 0.7;*/
}

.footer .tel p {
    /*opacity: 0.7;*/
}

.footer .footer-item-title span {
    /*opacity: 0.7;*/
}

.footer .foot_l_t .flex-item {
    /*opacity: 0.7;*/
}

.footer .footer_b {
    /*opacity: 0.7;*/
}

.footer .foot_r_title {
    /*opacity: 0.7;*/
}

.footer .foot_r .imgUl li p {
    /*opacity: 0.7;*/
}

.footer .jump a {
    /*opacity: 0.7;*/
}

.header .content button {
    /*opacity: 0.7;*/
}

#case-detail {
    background: #101112;
}

#case-detail .detail {
    background: #101112;
}

#case-detail .detail p {
    color: #fff;
    /* opacity: 0.7; */
}

.bg-white {
    padding: 0;
    margin: 20px 0 30px;
}

.title {
    font-weight: 400;
    padding: 40px 0 0 0;
    line-height: 24px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
    opacity: 0.7;
}

.bg-white .detail video {
    width: 100%;
    z-index: 1;
}

.bg-white .detail p {
    background: #101112;
}
#movieInvestment-detail .bg-white .detail p {
    background: #000;
}
.detail img {
    width: 100%;
}

.list {
    padding: 0;
}

.sub-title {
    font-size: 16px;
    font-weight: bold;
    margin: 30px 0 20px;
}

.list li {
    width: 380px;
    box-shadow: 0px 0px 5px 0px rgba(124, 124, 124, 0.1);
}

.list .img-box {
    height: 214px;
}

.list .flex {
    height: 55px;
}

#footer {
    box-shadow: 0px 1px 10px 0px rgba(103, 103, 103, 0.2);
}

.footer .footer-item-title::before,
.footer .foot_r_title::before {
    opacity: 0.7;
}

@media screen and (max-width: 1024px) {
    .title {
        width: 100%;
        padding: .4rem .33rem 0;
        min-height: 0.6rem;
        line-height: 0.5rem;
        box-sizing: border-box;
    }
    .caseDet {
        margin-top: -55px;
    }
    .bg-white {
        background: #101112;
    }
    #movieInvestment-detail .bg-white {
        background: #fff;!important
    }
    .bg-white .detail p {
        background: #101112;
    }
    .bg-white {
        padding: 0;
        margin: .2rem 0 .3rem;
    }
    .sub-title {
        margin: .3rem 0 .2rem;
        color: #fff;
        opacity: 0.7;
    }
    .footer .footer-item-title::before,
    .footer .foot_r_title::before {
        opacity: 0.7;
    }
    #case-detail .detail {
        background: #101112;
    }
    #case-detail .detail p {
        color: #fff;
        opacity: 0.7;
        font-size: .24rem!important;
    }
}