.search {
    padding: 40px 0 20px;
    background: #101112;
}

.search-list {
    display: flex;
}

.search-list p {
    font-size: 16px;
    font-weight: bold;
    min-width: 56px;
    line-height: 26px;
}

.search-list ul {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
}

.search-list ul li {
    min-width: 78px;
    height: 26px;
    border-radius: 4px;
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 26px;
    padding: 0 10px;
    background: rgba(255,255,255,.1);
    cursor: pointer;
    user-select: none;
    color: #999999;
}

.search-list ul li.active,
.search-list ul li:hover {
    color: #FFFFFF!important;
    background: #cc3026;
}

.active1{
    color: #FFFFFF!important;
    background: #990900!important;
}
.backgroundBox {
    background: #101112;
}

.bg-white {
    /*background: #FFFFFF;*/
    padding-bottom: 20px;
}

.list {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0 10px;
}

.list li {
    width: 380px;
    background: #FFFFFF;
    margin-bottom: 30px;
    /*box-shadow: 0px 0px 10px 0px rgba(228, 228, 228, 0.5);*/
    border-radius: 4px;
    overflow: hidden;
}

.list li:nth-child(3n -1) {
    margin-left: 30px;
    margin-right: 30px;
}

.case-list li:nth-child(3n -1) {
    margin-left: 0px;
    margin-right: 0px;
}

.list .img-box::before {
    content: '';
    display: block;
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1
}

.list .img-box {
    width: 100%;
    height: 221px;
    position: relative;
    overflow: hidden;
}

.list .img-box .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.list .img-box .mask .play-icon {
    position: absolute;
    top: 88px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.list .img-box .address {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    line-height: 1;
    z-index: 2;
}

.list .img-box .address span {
    color: #FFFFFF;
    font-size: 12px;
    margin-left: 4px;
}

.list .product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-out 0.3s;
}

.list li:hover .product-img {
    transform: scale(1.1, 1.1);
}

.list .flex {
    height: 57px;
    padding: 0 10px;
}

.list .flex p {
    flex: 1;
    color: #101112;
}

.list .flex button {
    width: 80px;
    height: 27px;
    border: 1px solid #EB4E47;
    border-radius: 4px;
    margin-left: 10px;
    transition: all .3s linear;
    background: #EB4E47;
    color: #fff;
}

.list li:hover .flex button {
    color: #FFFFFF;
    background: #ca0900;
    border-color: #ca0900;
}


/* 器材页 */

.search-input {
    position: relative;
    width: 800px;
    height: 44px;
    margin-bottom: 20px;
}

.search-input input {
    width: 100%;
    height: 100%;
    border: none;
    padding-left: 20px;
    padding-right: 80px;
    background: rgba(255,255,255,.1);
    color: #fff;
}

.search-input img {
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px 20px;
    cursor: pointer;
    width: 16px;
    height: 16px;
    box-sizing: initial;
}

#equipment .search-list ul li,
#case .search-list ul li {
    margin-right: 20px;
    margin-bottom: 20px;
    color: #666666;
}

#equipment .search,
#case .search {
    padding: 30px 0 20px;
}

#equipment .list li {
    width: 278px;
    height: auto;
    margin: 0 29px 29px 0;
    padding-bottom: 12px;
}

#equipment .list li:nth-child(4n) {
    margin-right: 0;
}

@media screen and (min-width: 1025px) {
    #equipment .product-img {
        width: 228px;
        /* height:auto; */
        margin: 25px 25px 0 25px;
        object-fit: cover;
        border-radius: 4px;
        overflow: hidden;
    }
    #equipment .list .img-box::before {
        display: none;
    }
    #equipment .product-title {
        padding: 0 10px;
        margin: 26px 0 16px 0;
        font-size: 14px;
    }
    #equipment .list .flex {
        height: auto;
    }
    #equipment .list li .flex p {
        color: #EB4E47;
        font-size: 14px;
    }
}


/* 案例 */

#case .list .img-box .tag {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 12px;
    color: #FFFFFF;
}

#case .list .flex {
    /* height: 40px; */
}

#case .list .flex p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1;
    color: #101112;
}

#case .list .flex time {
    font-size: 12px;
    color: #999999;
    line-height: 1;
    margin-left: 10px;
}

.notCont {
    display: none;
}

.pageBox {
    padding-top: 20px;
    padding-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pageBox ul {
    display: flex;
}

.pageBox ul li {
    display: inline-block;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    text-align: center;
    margin: 0 5px;
    background-color: #f4f4f5;
    color: #606266;
    min-width: 32px;
    border-radius: 2px;
    padding: 0 5px;
    box-sizing: border-box;
}

.pageBox ul li a {
    display: block;
    width: 100%;
    height: 100%;
    font-weight: bold;
    color: #606266;
}

.pageBox ul li a {
    display: block;
    width: 100%;
    height: 100%;
    font-weight: bold;
    color: #606266;
}

.pageBox ul li:hover a {
    color: #EB4E47;
}

.pageBox ul li.active {
    background: #EB4E47;
}

.pageBox ul li.active a {
    color: #fff;
}

.pageBox ul li.disabled a {
    color: #c0c4cc;
}

.jumper {
    margin-left: 20px;
}

.jumper span {
    color: #606266;
}

@media screen and (min-width: 1025px) {
    #pcSear {
        display: block;
    }
    #h5Sear {
        display: none;
    }
    #studio .pcAdd {
        display: block;
    }
    #studio .mAdd {
        display: none;
    }
    #scene .pcAdd {
        display: block;
    }
    #scene .mAdd {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    #pcSear {
        display: none;
    }
    #h5Sear {
        display: block;
        /* width: 0.32rem;
        height: 0.32rem; */
    }
    #studio .pcAdd {
        display: none;
    }
    #studio .mAdd {
        display: block;
    }
    #scene .pcAdd {
        display: none;
    }
    #scene .mAdd {
        display: block;
    }
    .backgroundBox {
        padding: .33rem 0.27rem!important;
        box-sizing: border-box!important;
        /*background: #fff;*/
    }
    .backgroundBox .search {
        padding: 0!important;
    }
    .list {
        padding-top: 0!important;
    }
    .search-input {
        width: 100%;
        height: .8rem;
        background: #F0F0F0;
        border-radius: .03rem
    }
    .search-input input {
        padding-left: .6rem;
        padding-right: .2rem;
        background: #f0f0f0;
    }
    .search-input img {
        width: .3rem;
        height: .3rem;
        left: 0!important;
        /* top: -.03rem!important; */
        padding: 0.26rem 0 0 0.2rem;
    }
    .search-list {
        margin-bottom: 0.06rem;
    }
    .search-list p {
        font-size: .28rem;
        font-weight: bold;
        min-width: .56rem;
        line-height: .53rem;
        /*color: #333333;*/
        color: #fff;
        margin-right: .34rem;
    }
    .search-list ul li {
        min-width: .78rem;
        height: .5rem;
        border-radius: .04rem;
        margin-right: .15rem!important;
        margin-bottom: .2rem!important;
        text-align: center;
        line-height: .5rem;
        padding: 0 .18rem;
        background: #f0f0f0;
        /*color: #999999;*/
        cursor: pointer;
        user-select: none;
        font-size: .24rem;
    }
    .bg-white {
        padding: 0 .27rem!important;
        box-sizing: border-box!important;
    }
    .bg-white .list li {
        width: 49%!important;
        float: left!important;
        margin: 0!important;
        margin-bottom: .2rem!important;
        padding: .2rem .1rem;
    }
    .bg-white .list .product-title {
        width: 100%;
        padding: 0 4%;
        height: 0.4rem;
        box-sizing: border-box;
        text-align: center;
        display: inline-block;
        color: #333333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .bg-white .list li:nth-child(2n+1) {
        margin-right: 2%!important;
    }
    .bg-white .list li .mask .product-img {
        height: 2rem!important;
        object-fit: cover!important;
    }
    .bg-white .list .img-box {
        height: 2rem!important;
    }
    .bg-white .list li .address img {
        /* width: 21px!important;
        height: 13px; */
    }
    .bg-white .list li .address span {
        font-size: .21rem!important;
    }
    .bg-white .flex {
        display: block!important;
        width: 100%!important;
        text-align: center!important;
    }
    .list .flex {
        padding: 0 .05rem;
        color: #101112;
    }
    .bg-white .flex .lines2 {
        font-size: .28rem!important;
        color: #333333!important;
        margin: .24rem 0 .26rem 0!important;
        white-space: nowrap;
        display: block;
    }
    .bg-white .flex button {
        width: 1.6rem!important;
        height: .53rem!important;
        line-height: .53rem!important;
        /* background: #CA0900!important; */
        border-radius: .03rem!important;
        border: none!important;
        margin: 0 auto!important;
    }
    .pageBreak {
        height: 1rem!important;
    }
    ._page_container {
        height: 0.35rem!important;
        line-height: .35rem!important;
    }
    ._page_container ._pages {
        margin: .2rem auto!important;
    }
    ._page_container ._pages li {
        min-width: .3rem!important;
        padding: 0!important;
        font-size: .14rem;
    }
    ._page_container ._jumper {
        display: none!important;
    }
    #scene .mAdd,
    #studio .mAdd {
        width: 9px;
    }
    #areasList li {
        padding: 0!important;
        height: 3.58rem!important;
    }
    #areasList li .flex .lines2 {
        margin: 0.24rem 0 0.2rem 0!important;
    }
    #equipment li .flex button:hover,
    #scene li .flex button:hover,
    #areasList li .flex button:hover {
        background: #ca0900;
    }
    /* 案例模块部分样式 */
    #caseList li {
        height: 3.2rem!important;
        /* border-radius: .04rem; */
        padding: 0!important;
    }
    #caseList .flex p {
        margin: .3rem 0 .06rem 0!important;
    }
    #caseList .flex time {
        margin: 0!important;
    }
    .backgroundBox {
        padding-bottom: .13rem!important;
    }
    #equipment li {
        height: auto!important;
    }
    #equipment .list li {
        padding: 0.2rem 0.2rem;
        padding-bottom: .15rem!important;
    }
    #goodsList li {
        padding: 0!important;
        height: 3.58rem!important;
    }
    #goodsList li .flex .lines2 {
        margin: 0.24rem 0 0.2rem 0!important;
    }
    #scene .getPuasePlay {
        background-size: 0.4rem;
    }
    .list li:hover .flex button {
        color: #FFF;
        background: #EB4E47;
        border-color: #EB4E47;
    }
    .headChange {
        width: 1200px;
        margin: 0 auto;
        padding: 20px 0 5px 0;
    }
    .headChange ul {
        width: 250px;
    }
    .headChange ul li {
        display: inline-block;
        width: 78px;
        height: 26px;
        border-radius: 4px;
        margin-right: 20px;
        text-align: center;
        line-height: 26px;
        padding: 0 10px;
        background: #E6E5E5;
        cursor: pointer;
        user-select: none;
        color: #fff;
    }

    .headChange ul li.active {
        color: #FFFFFF!important;
        background: #EB4E47
    }
    .headChange ul li.active a{
        color: #FFFFFF!important;
    }
}
.headChange {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0 5px 0;
}
.headChange ul {
    width: 250px;
    height: 26px;
}
.headChange ul li {
    float: left;
    width: 78px;
    height: 26px;
    /*border-radius: 4px;*/
    /*margin-right: 20px;*/
    border-radius: 4px 0 0 4px;
    text-align: center;
    line-height: 26px;
    padding: 0 10px;
    background: rgba(255,255,255,.1);
    cursor: pointer;
    user-select: none;
    color: #fff;
}

.headChange ul li.active {
    color: #FFFFFF!important;
    background: #cc3026
}
.headChange ul li.active a{
    color: #FFFFFF!important;
}
.headChange ul li a{color: #999999}