.fixedHeadr {
    background: #FFF;
    box-shadow: 0 0.04rem 0.08rem 0.01rem rgba(20, 69, 116, 0.07);
}

.fixedList>h2>i {
    background: url('../images/camera/logo.svg') no-repeat center;
    background-size: cover;
}

.fixedList>h2>span {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.2rem;
    font-family: Microsoft YaHei UI-Bold, Microsoft YaHei UI;
    font-weight: bold;
    color: #333333;
    margin-left: 0.06rem;
}

.fixedBtn {
    display: flex;
    align-items: center;
}

.fixedBtn>.BtnItems {
    width: 1.6rem;
    height: 0.48rem;
    background: linear-gradient(128deg, #0DBF61 0%, #0DBF61 100%);
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fixedBtn>.BtnItems>i {
    display: inline-block;
    width: 0.18rem;
    height: 0.2rem;
    background: url("../images/camera/downicon.svg") no-repeat center;
    background-size: cover;
}

.fixedBtn>.BtnItems>span {
    display: inline-block;
    font-size: 0.18rem;
    font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
    font-weight: 400;
    color: #FFFFFF;
    margin-left: 0.06rem;
}

.BtnItems:hover {
    background: #66E1A0;
}

.camera-index {
    position: relative;
    height: 5.2rem;
    background: url("../images/camera/index_bg.png") no-repeat center;
    background-size: cover;
    display: flex;
}

.indexBox {
    width: 12rem;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.indexLeft>h1 {
    line-height: 0.56rem;
    display: flex;
    align-items: center;
    font-size: 0.44rem;
    font-family: Microsoft YaHei UI-Bold, Microsoft YaHei UI;
    font-weight: bold;
    color: #333;
    margin-top: 0.89rem;
}

.indexLeft>h2 {
    width: 4.62rem;
    font-size: 0.22rem;
    font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
    font-weight: 400;
    color: #333;
    line-height: 0.32rem;
    margin-top: 0.23rem;
}

.BtnItems {
    width: 2.40rem;
    height: 0.68rem;
    background: linear-gradient(136deg, #0DBF61 0%, #0DBF61 100%);
    border-radius: 0.08rem;
}

.BtnItems>i {
    display: inline-block;
    width: 0.24rem;
    height: 0.25rem;
    background: url("../images/camera/downicon.svg") no-repeat center;
    background-size: cover;
    position: relative;
    top: 0.02rem;
}

.BtnItems>span {
    display: inline-block;
    font-size: 0.24rem;
    font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
    font-weight: 400;
    color: #FFF;
    margin-left: 0.04rem;
}

.indexLeft>.BtnItems {
    margin-top: 0.72rem;
}

.indexRight {
    display: block;
    width: 4rem;
    height: 4rem;
    margin-top: 0.6rem;
}

.h2 {
    height: 0.32rem;
    font-size: 0.32rem;
    font-family: Microsoft YaHei UI-Bold, Microsoft YaHei UI;
    font-weight: bold;
    color: #333333;
    line-height: 0.32rem;
    text-align: center;
    margin: 0;
}

.camera-main {
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    padding: 1rem 0;
}

.camera-main>.mainListBox {
    width: 12rem;
    height: auto;
    margin: 0.39rem auto 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.mainListBox>.mainitmes {
    width: 2.52rem;
    height: 2.75rem;
    background: #FFF;
    box-shadow: 0 0.06rem 0.28rem 0.01rem rgba(114, 142, 128, 0.08);
    border-radius: 0.06rem;
    box-sizing: border-box;
    padding: 0.36rem 0.24rem;
}

.mainListBox>.mainitmes>img {
    display: block;
    width: 0.56rem;
    height: 00.56rem;
    margin: 0 auto;
}

.mainListBox>.mainitmes>h3 {
    height: 0.25rem;
    font-size: 0.2rem;
    font-family: Microsoft YaHei UI-Bold, Microsoft YaHei UI;
    font-weight: bold;
    color: #333333;
    line-height: 0.23rem;
    margin-top: 0.2rem;
    text-align: center;
}

.mainListBox>.mainitmes>p {
    font-size: 0.14rem;
    font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
    font-weight: 400;
    color: #666;
    line-height: 0.22rem;
    text-align: center;
    margin-top: 0.12rem;
}

.camera-useCj {
    overflow: hidden;
}

.useCjListBox {
    width: 12rem;
    margin: 0.68rem auto 0.2rem auto;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
}

.useCjListItems {
    width: 2.5rem;
    height: 4.8rem;
    overflow: hidden;
    position: relative;
    border-radius: 0.08rem;
    z-index: 1;
    margin-bottom: 0.48rem;
}

.useCjListItems>img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.useCjListItems>.cjmsg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 1.18rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    position: absolute;
    left: 0;
    top: auto;
    right: auto;
    bottom: 0;
    z-index: 2;
    transition: height .3s;
}

.useCjListItems>.cjmsg>h3 {
    display: block;
    width: 100%;
    height: 0.36rem;
    font-size: 0.28rem;
    font-family: Microsoft YaHei UI-Bold, Microsoft YaHei UI;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 0.33rem;
    text-align: center;
    margin-top: 0.34rem;
}

.useCjListItems>.cjmsg>p {
    display: none;
    width: 4.65rem;
    font-size: 0.24rem;
    font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.38rem;
}

.useCjListItems:hover>.cjmsg {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7));
}

.useCjListItems:hover>.cjmsg>h3 {
    display: none;
}

.useCjListItems:hover>.cjmsg>p {
    display: block;
}

.camera-useCj>.BtnItems {
    display: block;
    margin: 0 auto 1rem auto;
}

.camera-list {
    height: 8.2rem;
    background: rgba(248, 255, 251, 1);
    position: relative;
    overflow: hidden;
}

.msgandimgbox {
    width: 12rem;
    display: flex;
    justify-content: space-between;
    margin: 0.68rem auto 0 auto;
}

.msgandimgbox>.leftbox {
    height: 100%;
    overflow: hidden;
}

.msgandimgbox>.leftbox>h2 {
    font-size: 0.32rem;
    font-family: Microsoft YaHei UI-Bold, Microsoft YaHei UI;
    font-weight: bold;
    color: #333;
    line-height: 0.32rem;
    margin-top: 1.04rem;
}

.msgms {
    width: 5.35rem;
    font-size: 0.16rem;
    font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
    font-weight: 400;
    color: #4E5465;
    line-height: 0.28rem;
    margin-top: 0.32rem;
}

.msgms>span {
    display: inline-block;
}

.msgandimgbox>img {
    display: block;
    width: 5.99rem;
    height: 4.31rem;
}

.tdlist {
    width: 12rem;
    margin: 0.8rem auto 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.tditems {
    width: 2.2rem;
    height: auto;
    position: relative;
    overflow: hidden;
}

.tditems>img {
    display: block;
    width: 0.56rem;
    height: 0.56rem;
    margin: 0 auto;
}

.tditems>h3 {
    font-size: 0.2rem;
    font-family: Microsoft YaHei UI-Bold, Microsoft YaHei UI;
    font-weight: bold;
    color: #333;
    line-height: 0.23rem;
    margin-top: 0.16rem;
    text-align: center;
}

.tditems>p {
    font-size: 0.14rem;
    font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
    font-weight: 400;
    color: #4E5465;
    line-height: 0.22rem;
    margin-top: 0.16rem;
    text-align: center;
}

.camera-userBox {
    height: 7.08rem;
    box-sizing: border-box;
    padding-top: 1rem;
    position: relative;
    overflow: hidden;
}

.userBannerBox {
    display: flex;
    width: 12rem;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.swiper-container.user-container {
    overflow: hidden;
    box-sizing: border-box;
    padding: 0.68rem 0;
}

.swiper-container.user-container .swiper-slide {
    width: 33.3%;
    overflow: visible;
}

.userSlide {
    width: 3.4rem;
    height: 2.6rem;
    box-shadow: 0 0.06rem 0.28rem 0.01rem rgba(114, 142, 128, 0.08);
    box-sizing: border-box;
    padding: 0.24rem 0.35rem 0 0.35rem;
    overflow: hidden;
    margin: 0 auto;
}

.userSlide>img {
    display: block;
    width: 0.68rem;
    height: 0.68rem;
    margin: 0 auto;
}

.userSlide>h3 {
    font-size: 0.18rem;
    font-family: Microsoft YaHei UI-Bold, Microsoft YaHei UI;
    font-weight: bold;
    color: #2A2A2A;
    line-height: 0.21rem;
    margin-top: 0.21rem;
    text-align: center;
}

.userSlide>p {
    font-size: 0.14rem;
    font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
    font-weight: 400;
    color: #606060;
    line-height: 0.26rem;
    text-align: center;
    margin: 0.12rem;
}


/* .userBannerBox .swiper-button-next,
.userBannerBox .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 0.58rem;
    height: 0.58rem;
    z-index: 10;
    cursor: pointer;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.userBannerBox .swiper-button-next {
    background: url("../images/camera/nexticon.svg") no-repeat center;
    right: -0.7rem;
    left: auto;
    background-size: cover;
}

.userBannerBox .swiper-button-prev {
    background: url("../images/camera/previcon.svg") no-repeat center;
    left: -0.7rem;
    right: auto;
    background-size: cover;
} */

.userBannerBox .swiper-pagination {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.userBannerBox .swiper-pagination-bullet {
    width: 0.34rem;
    height: 0.06rem;
    margin: 0 0.06rem;
    border-radius: 0;
}

.userBannerBox .swiper-pagination-bullet-active {
    background: #0DBF61;
}


/* 小于1200 */

@media screen and (max-width: 1280px) {
    .camera-index {
        height: auto;
    }
    .indexBox {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .indexLeft {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .indexLeft>h1 {
        margin-top: 0.8rem;
    }
    .indexLeft>h1>i {
        display: inline-block;
        width: 0.62rem;
        height: 0.62rem;
    }
    .indexLeft>h2 {
        width: 4rem;
        text-align: center;
        margin-top: 0.22rem;
    }
    .indexLeft>.BtnItems {
        margin-top: 0.54rem;
    }
    .indexRight {
        margin-top: 0.48rem;
        margin-bottom: 0.7rem;
    }
    .camera-main {
        overflow: hidden;
        position: relative;
        box-sizing: border-box;
        padding: 0.8rem 0;
    }
    .camera-main>.mainListBox {
        width: 9.92rem;
        height: auto;
        margin: 0.48rem auto 0 auto;
    }
    .mainListBox>.mainitmes {
        width: 2.22rem;
        height: 2.82rem;
        background: #FFF;
        box-sizing: border-box;
        padding: 0.36rem 0.21rem 0.2rem 0.21rem;
    }
    .useCjListBox {
        width: 9.52rem;
        margin: 0.48rem auto 0.34rem auto;
    }
    .useCjListItems {
        width: 4.6rem;
        height: 2.68rem;
        z-index: 1;
        margin-bottom: 0.32rem;
    }
    .useCjListItems>.cjmsg {
        height: 0.98rem;
    }
    .useCjListItems>.cjmsg>h3 {
        margin-top: 0.1rem;
    }
    .useCjListItems>.cjmsg>p {
        display: none;
        width: 3.6rem;
        font-size: 0.20rem;
        line-height: 0.38rem;
    }
    .camera-useCj>.BtnItems {
        display: block;
        margin: 0 auto 0.8rem auto;
    }
    .camera-list {
        height: 7.15rem;
    }
    .msgandimgbox {
        width: 9.92rem;
        margin: 0.48rem auto 0 auto;
    }
    .msgandimgbox>.leftbox>h2 {
        margin-top: .55rem;
    }
    .msgms {
        width: 3.78rem;
        font-size: 0.14rem;
        line-height: 0.24rem;
    }
    .msgandimgbox>img {
        display: block;
        width: 5.35rem;
        height: 3.87rem;
    }
    .tdlist {
        width: 9.92rem;
        margin: 0.68rem auto 0 auto;
    }
    .tditems>p {
        font-size: 0.12rem;
    }
    .camera-userBox {
        height: 6.29rem;
        padding-top: 0.8rem;
    }
    .userBannerBox {
        display: flex;
        width: 9.92rem;
        height: auto;
        margin: 0 auto;
        position: relative;
    }
    .userSlide {
        width: 3rem;
        padding: 0.24rem 0.2rem 0 0.2rem;
    }
    .userSlide>h3 {
        margin-top: 0.12rem;
    }
    .userSlide>p {
        text-align: left;
    }
    .userBannerBox .swiper-button-next,
    .userBannerBox .swiper-button-prev {
        display: none;
    }
}


/* 移动 */

@media screen and (max-width: 1000px) {
    .indexBox {
        width: 7.5rem;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }
    .camera-main {
        overflow: hidden;
        position: relative;
        box-sizing: border-box;
        padding: 0.8rem 0 0.36rem 0;
    }
    .camera-main>.mainListBox {
        width: 7rem;
        height: auto;
        margin: 0.48rem auto 0 auto;
        flex-wrap: wrap;
    }
    .mainListBox>.mainitmes {
        width: 3.28rem;
        height: auto;
        background: #FFF;
        box-sizing: border-box;
        padding: 0.36rem 0.2rem 0.4rem 0.2rem;
        margin-bottom: 0.44rem;
    }
    .useCjListBox {
        width: 7.16rem;
        margin: 0.48rem auto 0.4rem auto;
    }
    .useCjListItems {
        width: 3.44rem;
        height: 2rem;
        z-index: 1;
        margin-bottom: 0.28rem;
    }
    .useCjListItems>.cjmsg>h3 {
        font-size: 0.24rem;
    }
    .useCjListItems>.cjmsg>p {
        display: none;
        width: 2.4rem;
        font-size: 0.14rem;
        line-height: 0.2rem;
    }
    .camera-list {
        height: auto;
    }
    .msgandimgbox {
        width: 7.5rem;
        margin: 0 auto;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }
    .msgandimgbox>.leftbox {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .msgandimgbox>.leftbox>h2 {
        margin-top: 0.48rem;
        text-align: center;
    }
    .msgms {
        width: 5.61rem;
        font-size: 0.14rem;
        line-height: 0.26rem;
        margin: 0.3rem auto 0 auto;
        text-align: center;
    }
    .msgms>span {
        display: unset;
    }
    .msgandimgbox>img {
        display: block;
        width: 6.69rem;
        height: 4.84rem;
        margin: 0rem auto 0 auto;
    }
    .tdlist {
        width: 6.24rem;
        margin: 0.58rem auto 0 auto;
        flex-wrap: wrap;
    }
    .tditems {
        width: 2.88rem;
        margin-bottom: 0.48rem;
    }
    .tditems>p {
        font-size: 0.14rem;
    }
    .camera-userBox {
        height: 6.04rem;
        padding-top: 0.8rem;
    }
    .userBannerBox {
        width: 7.5rem;
    }
    .swiper-container.user-container .swiper-slide {
        width: 50%;
        overflow: visible;
    }
    .userSlide {
        width: 3.4rem;
        height: 2.6rem;
        box-shadow: 0 0.06rem 0.28rem 0.01rem rgb(114 142 128 / 8%);
        box-sizing: border-box;
        padding: 0.24rem 0.35rem 0 0.35rem;
        overflow: hidden;
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    .indexLeft>.BtnItems {
        margin-top: 0.48rem;
    }
    .indexRight {
        display: block;
        width: 6rem;
        height: 4.28rem;
        margin-top: 0.4rem;
        margin-bottom: 0.6rem;
    }
}