@media screen and (min-width: 750px) {
    html {
        font-size: 100px;
    }
}

@media screen and (max-width: 750px) {
    html {
        font-size: 13.333333vw;
    }
    body {
        min-width: 350px;
    }
}

.fixedList {
    width: 100% !important;
    max-width: 12rem;
    box-sizing: border-box;
}

.header-logo-box,
#footer_nav {
    font-size: 0;
}

.indexLeft>.mactips {
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #959EAD;
    line-height: 0.2rem;
    margin-top: 0.2rem;
}

.otherSupport {
    display: flex;
    align-items: center;
    position: relative;
    height: 0.38rem;
    line-height: 0.38rem;
    font-family: 'Microsoft YaHei UI';
    font-style: normal;
    font-weight: 400;
    font-size: 0.16rem;
    color: #959EAD;
    margin-top: 0.24rem;
}

.otherSupport>.othericon {
    display: inline-block;
    width: 0.38rem;
    height: 0.38rem;
    background: url("../images/olophotos/iconAndroid.svg") no-repeat center;
    background-size: cover;
    margin-left: 0.1rem;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.otherSupport>.pcIcon {
    display: inline-block;
    width: 0.38rem;
    height: 0.38rem;
    background: url("../images/olophotos/iconPc.svg") no-repeat center;
    background-size: cover;
    margin-left: 0.1rem;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.otherSupport>.othericon:hover>.qrCodeBox {
    display: block;
}

.otherSupport>.othericon>.qrCodeBox {
    display: none;
    width: 1.8rem;
    height: 1.91rem;
    background: url("../images/olophotos/qrcodebox.png") no-repeat center;
    background-size: cover;
    position: absolute;
    top: 0.29rem;
    left: -0.71rem;
    right: auto;
    bottom: auto;
    z-index: 2;
    overflow: hidden;
}

.otherSupport>.othericon>.qrCodeBox>img {
    display: block;
    width: 1.02rem;
    height: 1.02rem;
    margin: 0.44rem auto 0 auto;
}


/* 固顶 */

.fixedHeadr {
    height: 0.8rem;
    background: #F1F0F1;
    position: fixed;
    top: -0.8rem;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    transition: top 0.2s linear;
}

.fixedList>h2 {
    font-size: 0;
    float: left;
    height: 0.8rem;
    line-height: 0.8rem;
}

.fixedList>h2>i {
    display: inline-block;
    width: 0.36rem;
    height: 0.36rem;
    background: url("../images/olophotos/logo.svg") no-repeat center;
    background-size: cover;
    vertical-align: middle;
}

.fixedList>h2>span {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.28rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: bold;
    color: #191B1E;
    margin-left: 0.12rem;
}

.fixedBtn {
    float: right;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0;
}

.fixedBtn>.BtnItems {
    width: 1.6rem;
    height: 0.48rem;
    line-height: 0.48rem;
    font-size: 0.2rem;
    color: #FCFDFF;
}

.BtnItems {
    display: inline-block;
    vertical-align: middle;
    width: 2.4rem;
    height: 0.68rem;
    background: #464251;
    border-radius: 0.08rem;
    font-size: 0.24rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #fff;
    line-height: 0.68rem;
    text-align: center;
}

.BtnItems:hover {
    background: #A3A1A8;
    color: #FFF;
}


/* 首屏 */

.topBanner {
    height: 6rem;
    background: url("../images/olophotos/bannerBg.jpg") no-repeat center;
    background-size: cover;
    position: relative;
    z-index: 1;
    /* overflow: hidden; */
    user-select: none;
    display: flex;
    flex-direction: column;
}

.topBanner>h1 {
    font-size: 0;
    height: 0.64rem;
    line-height: 0.64rem;
    text-align: center;
    margin-top: 1.34rem;
}

.topBanner>h1>i {
    display: inline-block;
    vertical-align: middle;
    width: 0.64rem;
    height: 0.64rem;
    background: url("../images/olophotos/h1logo.svg") no-repeat center;
    background-size: cover;
    margin-right: 0.16rem;
}

.topBanner>h1>span {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.46rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #0E1B2E;
}

.topBanner>h2 {
    height: 0.37rem;
    font-size: 0.28rem;
    font-family: Microsoft YaHei-Light, Microsoft YaHei;
    font-weight: 300;
    color: #0E1B2E;
    line-height: 0.37rem;
    text-align: center;
    margin-top: 0.32rem;
}

.topBanner>h2>span {
    margin: 0 0.3rem;
}

.topBanner>.BtnItems {
    display: block;
    margin: 0.6rem auto 0 auto;
    position: relative;
    z-index: 9;
}

.moldeCover {
    width: 4.5rem;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.06);
    border-right: 0.04rem solid #fff;
}

.moldeCover>.moveIcon {
    display: block;
    width: 0.36rem;
    height: 0.36rem;
    background: url("../images/olophotos/moveIcon.svg") no-repeat center;
    background-size: cover;
    position: absolute;
    top: 0;
    right: -0.2rem;
    /* left: 0; */
    bottom: 0;
    margin: auto;
    cursor: pointer;
}


/* 轮播展示功能区 */

.boxShowSome {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
}

.sixBannerBox {
    height: 4.9rem;
    overflow: hidden;
    position: relative;
}

.swiper-container.sixItems-container {
    height: 4.45rem;
}

.swiper-container.sixItems-container,
.swiper-container.sixItems-container .swiper-slide {
    /* height: 100%; */
    overflow: visible;
}

.sixItems-slide {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.slideImg {
    display: block;
    position: relative;
    width: 6.72rem;
    height: 4.1rem;
}

.slideImg>.imgJieTu {
    width: 100%;
    height: 100%;
}

.slideImg>.imgicon {
    display: block;
    width: 1.1rem;
    height: 1.21rem;
    position: absolute;
    top: auto;
    left: auto;
    right: -0.4rem;
    bottom: -0.4rem;
}

.slideText {
    margin-left: 1.32rem;
}

.slideText>h2 {
    width: fit-content;
    height: 0.37rem;
    font-size: 0.28rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: bold;
    color: #191B1E;
    line-height: 0.37rem;
    text-align: center;
    padding: 0 0.05rem;
    position: relative;
    margin-bottom: 0.24rem;
    z-index: 2;
}

.slideText>h2>i {
    display: block;
    position: absolute;
    width: 100%;
    height: 0.18rem;
    background: #F4DAB6;
    border-radius: 0.04rem;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    z-index: -1;
}

.slideText p {
    height: 0.24rem;
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Light, Microsoft YaHei;
    font-weight: 300;
    color: #9397AC;
    line-height: 0.24rem;
    margin-bottom: 0.16rem;
    display: flex;
    align-items: center;
}

.slideText p>i {
    display: inline-block;
    vertical-align: middle;
    width: 0.08rem;
    height: 0.08rem;
    background: #9397AC;
    border-radius: 50%;
    margin-right: 0.08rem;
}

.sixItems-pagination {
    margin-top: 0;
    text-align: center;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 0.34rem;
    height: 0.06rem;
    background: #EEEEEE;
    border-radius: 0px;
    margin: 0 0.06rem;
    cursor: pointer;
}

.swiper-pagination-switch.swiper-active-switch {
    background: #464251;
}


/* 交互 */

.fourUseCj {
    width: 12rem;
    height: 2.4rem;
    margin: 1rem auto 0 auto;
    position: relative;
    overflow: hidden;
}

.fourUseCjItem {
    width: 3rem;
    height: 2.4rem;
    float: left;
    transition: all .3s linear;
    overflow: hidden;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fourUseCjItem>.coverColor {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.fourUseCjItem:nth-child(1) {
    background: url("../images/olophotos/fourCj1.png") no-repeat;
    background-size: 7.5rem 2.4rem;
    background-position: 50% center;
}

.fourUseCjItem:nth-child(1)>.coverColor {
    background: #5685FF;
    opacity: 0.3;
}

.fourUseCjItem:nth-child(2) {
    background: url("../images/olophotos/fourCj2.png") no-repeat;
    background-size: 7.5rem 2.4rem;
    background-position: 50% center;
}

.fourUseCjItem:nth-child(2)>.coverColor {
    background: #FF46CB;
    opacity: 0.3;
}

.fourUseCjItem:nth-child(3) {
    background: url("../images/olophotos/fourCj3.png") no-repeat;
    background-size: 7.5rem 2.4rem;
    background-position: 50% center;
}

.fourUseCjItem:nth-child(3)>.coverColor {
    background: #FFC147;
    opacity: 0.3;
}

.fourUseCjItem:nth-child(4) {
    background: url("../images/olophotos/fourCj4.png") no-repeat;
    background-size: 7.5rem 2.4rem;
    background-position: 50% center;
}

.fourUseCjItem:nth-child(4)>.coverColor {
    background: #FF4848;
    opacity: 0.3;
}

.fourUseCjItem.big {
    width: 7.5rem;
}

.fourUseCjItem.big>.coverColor {
    background: #FFB45C;
}

.fourUseCjItem.sm {
    width: 1.5rem;
}

.fourUseCjItem.sm>.coverColor {
    background: #000;
    opacity: 0.5;
}

.fourUseCjItem>h2 {
    width: 100%;
    height: 0.32rem;
    line-height: 0.32rem;
    text-align: center;
    font-size: 0.24rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFF;
}

.fourUseCjItem>p {
    display: none;
    width: 3.64rem;
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFF;
    line-height: 0.36rem;
    text-align: center;
}

.fourUseCjItem.big>h2 {
    display: none;
}

.fourUseCjItem.sm>h2 {
    width: 0.26rem;
    height: 100%;
    margin: 0.47rem auto 0 auto;
}

.fourUseCjItem.big>p {
    display: block;
}


/* 核心优势 */

.hxyoushi {
    height: 7.54rem;
    background: #FBFBFB;
    position: relative;
    overflow: hidden;
}

.h2 {
    height: 0.42rem;
    font-size: 0.32rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: bold;
    color: #191B1E;
    line-height: 0.42rem;
    margin-top: 0.8rem;
    text-align: center;
}

.youshilist {
    width: 12rem;
    margin: 0 auto;
    position: relative;
    margin-top: 0.6rem;
    display: flex;
    justify-content: space-around;
}

.youshilist.hidden {
    display: none;
}

.youshiItems {
    width: 3.4rem;
    height: 4.14rem;
    background: #FFF;
    box-shadow: 0px 0.08rem 0.24rem 0.01rem rgba(229, 231, 235, 0.6);
    border-radius: 0.08rem;
    box-sizing: border-box;
    /* padding: 0.36rem 0.41rem 0 0.41rem; */
    padding-top: 0.36rem;
    padding-left: 0.41rem;
    padding-right: 0.41rem;
    position: relative;
    user-select: none;
}

.imgbox {
    width: 2.58rem;
    height: 1.72rem;
}

#imgBox1 {
    background: url("../images/olophotos/d_img1.png") no-repeat center;
    background-size: 2.58rem 1.72rem;
}

#coverImg1 {
    background: url("../images/olophotos/d_img1cover.png") no-repeat left center;
    background-size: 2.58rem 1.72rem;
}

#imgBox2 {
    background: url("../images/olophotos/d_img2.png") no-repeat center;
    background-size: 2.58rem 1.72rem;
}

#coverImg2 {
    background: url("../images/olophotos/d_img2cover.png") no-repeat left center;
    background-size: 2.58rem 1.72rem;
}

#imgBox3 {
    background: url("../images/olophotos/d_img3.png") no-repeat center;
    background-size: 2.58rem 1.72rem;
}

#coverImg3 {
    background: url("../images/olophotos/d_img3cover.png") no-repeat left center;
    background-size: 2.58rem 1.72rem;
}

#imgBox4 {
    background: url("../images/olophotos/d_img4.png") no-repeat center;
    background-size: 2.58rem 1.72rem;
}

#imgBox5 {
    background: url("../images/olophotos/d_img5.png") no-repeat center;
    background-size: 2.58rem 1.72rem;
}

#imgBox6 {
    background: url("../images/olophotos/d_img6.png") no-repeat center;
    background-size: 2.58rem 1.72rem;
}

.youshiItems .zhanshiimg {
    display: block;
    width: 2.58rem;
    height: 1.72rem;
    max-width: none;
}

.coverimg {
    width: 1.29rem;
    height: 1.72rem;
    /* overflow: hidden; */
    position: absolute;
    border-right: 0.02rem solid #fff;
    top: 0.36rem;
    bottom: auto;
    left: 0.41rem;
    right: auto;
    z-index: 2;
    user-select: none;
}

.moveBtn {
    display: block;
    width: 0.24rem;
    height: 0.24rem;
    background: url("../images/olophotos/youshimove.svg") no-repeat center;
    background-size: cover;
    position: absolute;
    top: 0.74rem;
    right: -0.12rem;
    left: auto;
    bottom: 0;
    /* margin: auto; */
    cursor: pointer;
    user-select: none;
    z-index: 3;
}

.youshiItems>h3 {
    height: 0.24rem;
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: bold;
    color: #191B1E;
    line-height: 0.21rem;
    margin-top: 0.3rem;
    text-align: center;
}

.youshiItems>p {
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Light, Microsoft YaHei;
    font-weight: 300;
    color: #9397AC;
    line-height: 0.28rem;
    margin-top: 0.12rem;
    text-align: center;
}

.yscheckBox {
    margin-top: 0.72rem;
    font-size: 0;
    text-align: center;
}

.yscheckBox>.yscheckItems {
    display: inline-block;
    vertical-align: middle;
    width: 0.34rem;
    height: 0.06rem;
    background: #EEEEEE;
    margin: 0 0.06rem;
    cursor: pointer;
}

.yscheckBox>.yscheckItems.active {
    background: #464251;
}


/* final */

.fianlBox {
    height: 15.93rem;
    position: relative;
    overflow: hidden;
}

.showAnimateBox {
    width: 12rem;
    margin: 1.62rem auto 0 auto;
    height: 7.06rem;
    background: #FBFBFB;
    position: relative;
    overflow: hidden;
}

.animationBox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    animation: scroller 20s linear infinite
}

@keyframes scroller {
    0% {
        transform: translateY(0)
    }
    100% {
        /* transform: translateY(calc(-2.46rem * 3)) */
        transform: translateY(-50%)
    }
}

.useritems {
    width: 3.4rem;
    height: 2.46rem;
    background: #FFF;
    box-shadow: 0px 0.04rem 0.12rem 0.01rem rgba(0, 0, 0, 0.04);
    border-radius: 0.08rem;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    padding: 0.22rem 0.36rem 0 0.36rem;
    margin-top: 0.3rem;
}

.useritems:nth-child(2),
.useritems:nth-child(5),
.useritems:nth-child(8),
.useritems:nth-child(11),
.useritems:nth-child(14),
.useritems:nth-child(17) {
    top: -1.5rem;
}

.useritems>h2 {
    font-size: 0;
    display: flex;
    align-items: center;
}

.useritems>h2>img {
    display: inline-block;
    vertical-align: middle;
    width: 0.68rem;
    height: 0.68rem;
    margin-right: 0.12rem;
}

.useritems>h2>p {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #5F6680;
}

.useritems>h2>p>span {
    display: block;
    height: 0.2rem;
    line-height: 0.2rem;
    background: rgba(242, 152, 46, 0.8);
    border-radius: 0.04rem;
    box-sizing: border-box;
    padding: 0 0.08rem;
    font-size: 0.12rem;
    font-family: Microsoft YaHei-Light, Microsoft YaHei;
    font-weight: 300;
    color: #FFF;
    margin-top: 0.1rem;
}

.useritems>p {
    margin-top: 0.16rem;
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #191B1E;
    line-height: 0.28rem;
}

.postionAbsBtnBox {
    width: 100%;
    height: 1.28rem;
    line-height: 1.28rem;
    background: rgba(0, 0, 0, 0.36);
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
    right: auto;
    box-sizing: border-box;
    padding-left: 1.8rem;
    font-size: 0;
}

.postionAbsBtnBox>span {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.32rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFF;
}

.postionAbsBtnBox>.BtnItems {
    margin-left: 2.74rem;
}

.wenzhanbox {
    width: 12rem;
    margin: 1.6rem auto 0 auto;
    position: relative;
}

.wenzhanTypeList {
    width: 100%;
    border-bottom: 0.02rem solid #E4EAF2;
    font-size: 0;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 0.48rem;
}

.wenzhanItems {
    display: inline-block;
    width: 2rem;
    box-sizing: border-box;
    padding-bottom: 0.16rem;
    font-size: 0.28rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #464251;
    cursor: pointer;
    position: relative;
}

.wenzhanItems>i {
    display: block;
    width: 0;
    height: 0.06rem;
    background: #464251;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    transform-origin: center;
    transition: width .3s;
    bottom: -0.2rem;
}

.wenzhanItems.active>i {
    width: 100%;
    transform: translateX(-50%);
    transform-origin: center;
    transition: width .3s;
}

.wenzhangList {
    display: none;
}

.wenzhangList.active {
    display: block;
}

.wzxx {
    display: block;
    width: 100%;
    height: 0.82rem;
    line-height: 0.82rem;
    background: #FFF;
    border-radius: 0.08rem;
    border: 0.01rem solid #E4EAF2;
    font-size: 0;
    overflow: hidden;
    margin-bottom: 0.28rem;
}

.wzxx:hover {
    background: rgba(70, 66, 81, 0.08);
    box-shadow: 0px 0.04rem 0.15rem 0.01rem rgba(70, 66, 81, 0.04);
}

.wzxx>img {
    display: inline-block;
    width: 0.48rem;
    height: 0.48rem;
    vertical-align: middle;
    margin-left: 0.3rem;
    margin-right: 0.2rem;
}

.wzxx>span {
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #9397AC;
    display: inline-block;
    vertical-align: middle;
}

.wzxx>span:nth-child(3) {
    float: right;
    margin-right: 0.54rem;
}


/* 底 */

.bottomBox {
    height: 3.6rem;
    background: url("../images/olophotos/bottomBg.png") no-repeat center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.bottomBox>h2 {
    height: 0.48rem;
    font-size: 0.36rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFF;
    line-height: 0.48rem;
    margin-top: 0.67rem;
    text-align: center;
}

.bottomBox>p {
    font-size: 0;
    text-align: center;
    height: 0.26rem;
    line-height: 0.26rem;
    margin-top: 0.28rem;
}

.bottomBox>p>.line {
    width: 1.02rem;
    height: 0px;
    border: 0.01rem solid #FFF;
    display: inline-block;
    vertical-align: middle;
}

.bottomBox>p>span {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFF;
    margin: 0 0.2rem;
}

.btnbox {
    width: auto;
    margin: 0.56rem auto;
    display: flex;
    justify-content: center;
}

.bottomBox>.btnbox>.BtnItems {
    background: #FFF;
    color: #606178;
}

.bottomBox>.btnbox>.BtnItems:hover {
    border: 0.02rem solid #FFF;
    background: #606178;
    color: #FFF;
}

.otherSupport.olophotosAdd {
    width: 1.68rem;
    height: 0.48rem;
    line-height: 0.48rem;
    background: rgba(255, 255, 255, 0.55);
    border: 0.01rem solid #FFFFFF;
    backdrop-filter: blur(2px);
    border-radius: 0.08rem;
    justify-content: center;
    align-items: center;
    color: #0E1B2E;
    margin: 0.24rem auto 0 auto;
    position: relative;
    z-index: 9;
}

.olophotosAdd.otherSupport>.othericon {
    background: url("../images/olophotos/iconAndroid_blank.svg") no-repeat center;
    background-size: cover;
}


/* 小于1200 */

@media screen and (max-width: 1280px) {
    .w1200 {
        width: 9.92rem;
        padding: 0 !important;
    }
    .fixedList {
        padding: 0 10px !important;
    }
    .topBanner {
        height: 4.8rem;
    }
    .topBanner>h1 {
        font-size: 0;
        height: 0.48rem;
        line-height: 0.48rem;
        text-align: center;
        margin-top: 0.9rem;
    }
    .topBanner>h1>i {
        width: 0.48rem;
        height: 0.48rem;
    }
    .topBanner>h1>span {
        font-size: 0.36rem;
    }
    .topBanner>h2 {
        height: 0.32rem;
        font-size: 0.24rem;
        line-height: 0.32rem;
        margin-top: 0.33rem;
    }
    .topBanner>.BtnItems {
        width: 2rem;
        height: 0.56rem;
        line-height: 0.56rem;
        margin: 0.6rem auto 0 auto;
        user-select: none;
    }
    .boxShowSome {
        padding-top: 0.8rem;
        padding-bottom: 1.2rem;
    }
    .sixBannerBox {
        height: 4.2rem;
        overflow: hidden;
        position: relative;
    }
    .swiper-container.sixItems-container {
        height: 3.35rem;
    }
    .sixItems-slide {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .slideImg {
        width: 4.68rem;
        height: 2.92rem;
    }
    .slideImg>.imgicon {
        display: block;
        width: 0.91rem;
        height: 0.99rem;
        position: absolute;
        top: auto;
        left: auto;
        right: -0.35rem;
        bottom: -0.4rem;
    }
    .slideText {
        margin-left: 0.94rem;
    }
    .slideText>h2 {
        height: 0.32rem;
        font-size: 0.24rem;
        line-height: 0.32rem;
    }
    .slideText p {
        height: 0.21rem;
        font-size: 0.16rem;
        font-family: Microsoft YaHei-Light, Microsoft YaHei;
        font-weight: 300;
        color: #9397AC;
        line-height: 0.21rem;
        margin-bottom: 0.19rem;
    }
    .fourUseCj {
        width: 9.32rem;
        height: 1.88rem;
    }
    .fourUseCjItem {
        width: 2.33rem;
        height: 1.88rem;
        float: left;
    }
    .fourUseCjItem:nth-child(1),
    .fourUseCjItem:nth-child(2),
    .fourUseCjItem:nth-child(3),
    .fourUseCjItem:nth-child(4) {
        background-size: auto 1.88rem;
        background-position: 50% center;
    }
    .fourUseCjItem.big {
        width: 5.88rem;
    }
    .fourUseCjItem.sm {
        width: 1.14rem;
    }
    .fourUseCjItem>h2 {
        height: 0.29rem;
        line-height: 0.29rem;
        font-size: 0.22rem;
        font-weight: 400;
        color: #FFF;
    }
    .fourUseCjItem>p {
        display: none;
        width: 3.06rem;
        font-size: 0.16rem;
        font-weight: 400;
        color: #FFF;
        line-height: 0.36rem;
    }
    .hxyoushi {
        height: 6.57rem;
    }
    .h2 {
        height: 0.38rem;
        font-size: 0.29rem;
        line-height: 0.38rem;
        margin-top: 0.6rem;
    }
    .youshilist {
        width: 9.92rem;
        margin-top: 0.4rem;
        display: flex;
        justify-content: space-around;
    }
    .youshiItems {
        width: 3rem;
        height: 4rem;
        padding-top: 0.36rem;
        padding-left: 0.21rem;
        padding-right: 0.21rem;
    }
    .coverimg {
        left: 0.21rem;
    }
    .youshiItems>h3 {
        margin-top: 0.2rem;
    }
    .youshiItems>p {
        font-size: 0.14rem;
        margin-top: 0.08rem;
    }
    .yscheckBox {
        margin-top: 0.49rem;
    }
    .fianlBox {
        height: 14.78rem;
    }
    .showAnimateBox {
        width: 9.32rem;
        margin: 1.2rem auto 0 auto;
        height: 7.06rem;
    }
    .useritems {
        width: 2.6rem;
        height: 2.46rem;
        padding: 0.28rem 0.16rem 0 0.16rem;
    }
    .postionAbsBtnBox {
        padding-left: 0.8rem;
    }
    .postionAbsBtnBox>.BtnItems {
        margin-left: 1.5rem;
    }
    .useritems>p {
        font-size: 0.14rem;
    }
    .wenzhanbox {
        width: 9.32rem;
        margin: 1.2rem auto 0 auto;
    }
}


/* 移动 */

@media screen and (max-width: 1000px) {
    .w1200 {
        width: 100%;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .sixBannerBox {
        width: 7.5rem;
        padding: 0 !important;
        height: 7.1rem;
        overflow: hidden;
        position: relative;
    }
    .swiper-container.sixItems-container {
        height: 6rem;
    }
    .sixItems-slide {
        display: flex;
        align-items: center;
        flex-direction: column-reverse;
    }
    .slideText {
        margin-left: 0;
    }
    .slideText>h2 {
        height: 0.37rem;
        font-size: 0.28rem;
        line-height: 0.37rem;
        margin: 0 auto;
    }
    .ffix {
        width: 6.63rem;
        height: 1rem;
        margin-top: 0.24rem;
        position: relative;
    }
    .ffix>p {
        margin-bottom: 0;
        position: absolute;
    }
    .ffix>p:nth-child(1) {
        top: 0;
        left: 0.65rem;
        bottom: auto;
        right: auto;
    }
    .ffix>p:nth-child(2) {
        top: 0;
        left: 3.75rem;
        bottom: auto;
        right: auto;
    }
    .ffix>p:nth-child(3) {
        top: 0.3rem;
        left: 0.65rem;
        bottom: auto;
        right: auto;
    }
    .ffix>p:nth-child(4) {
        top: 0.3rem;
        left: 3.75rem;
        bottom: auto;
        right: auto;
    }
    .slideImg {
        width: 6.63rem;
        height: 3.94rem;
    }
    .slideImg>.imgicon {
        display: block;
        width: 1.1rem;
        height: 1.21rem;
        position: absolute;
        top: auto;
        left: auto;
        right: -0.4rem;
        bottom: -0.4rem;
    }
    .fourUseCj {
        width: 6rem;
        height: 4.8rem;
    }
    .fourUseCjItem {
        width: 3rem;
        height: 2.4rem;
    }
    .fourUseCjItem:nth-child(1),
    .fourUseCjItem:nth-child(2),
    .fourUseCjItem:nth-child(3),
    .fourUseCjItem:nth-child(4) {
        background-size: auto 2.4rem;
        background-position: 50% center;
    }
    .fourUseCjItem>h2 {
        height: 0.32rem;
        line-height: 0.32rem;
        font-size: 0.24rem;
    }
    .fourUseCjItem.big {
        width: 4.5rem;
    }
    .fourUseCjItem.sm {
        width: 1.5rem;
    }
    .hxyoushi {
        height: 10.68rem;
    }
    .h2 {
        height: 0.42rem;
        font-size: 0.32rem;
        line-height: 0.42rem;
        margin-top: 0.6rem;
    }
    .youshilist {
        width: 7.15rem;
        margin-top: 0.36rem;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .youshiItems {
        width: 3.4rem;
        height: 4.14rem;
        background: #FFF;
        box-shadow: 0px 0.08rem 0.24rem 0.01rem rgb(229 231 235 / 60%);
        border-radius: 0.08rem;
        box-sizing: border-box;
        padding-top: 0.36rem;
        padding-left: 0.41rem;
        padding-right: 0.41rem;
        position: relative;
        user-select: none;
    }
    .youshiItems:nth-child(1) {
        margin-bottom: 0.3rem;
    }
    .coverimg {
        width: 1.29rem;
        height: 1.72rem;
        /* overflow: hidden; */
        position: absolute;
        border-right: 0.02rem solid #fff;
        top: 0.36rem;
        bottom: auto;
        left: 0.41rem;
        right: auto;
        z-index: 2;
        user-select: none;
    }
    .yscheckBox {
        margin-top: 0.3rem;
    }
    .fianlBox {
        height: 19.13rem;
    }
    .showAnimateBox {
        width: 7.5rem;
        height: 11.82rem;
    }
    .postionAbsBtnBox {
        padding-left: 0.16rem;
    }
    .postionAbsBtnBox>.BtnItems {
        margin-left: 0.5rem;
    }
    .useritems {
        width: 3.4rem;
        height: 2.46rem;
        background: #FFF;
        box-shadow: 0px 0.04rem 0.12rem 0.01rem rgb(0 0 0 / 4%);
        border-radius: 0.08rem;
        box-sizing: border-box;
        position: relative;
        overflow: hidden;
        padding: 0.22rem 0.36rem 0 0.36rem;
        margin-top: 0.3rem;
    }
    .useritems:nth-child(2),
    .useritems:nth-child(5),
    .useritems:nth-child(8),
    .useritems:nth-child(11),
    .useritems:nth-child(14),
    .useritems:nth-child(17) {
        top: 0rem;
    }
    .wenzhanbox {
        width: 7.5rem;
    }
    .wzxx {
        width: 7.08rem;
        margin: 0 auto 0.28rem auto;
    }
    .bottomBox {
        background: url("../images/olophotos/bottomBg_768.png") no-repeat center;
    }
}

@media screen and (max-width: 768px) {
    .otherSupport,
    .indexLeft>.mactips {
        display: none;
    }
    .topBanner {
        height: 4rem;
    }
    .topBanner>h1 {
        margin-top: 0.84rem;
    }
}