.fixedHeadr {
    background: #EBF5FF;
}

.fixedList>h2>i {
    background: url("../fonts/logo.svg") no-repeat center;
    background-size: cover;
}

.fixedList>h2>span {
    font-family: 'Microsoft YaHei UI';
    font-style: normal;
    font-weight: 400;
    color: #333333;
}

.fixedBtn>.BtnItems {
    width: 1.46rem;
    height: 0.48rem;
    line-height: 0.48rem;
    font-family: 'Microsoft YaHei UI';
    font-style: normal;
    font-weight: 400;
    font-size: 0.2rem;
    border-radius: 0.08rem;
}

.fixedBtn>.BtnItems:nth-child(1) {
    background: #0F8CF8;
    border: 0.01rem solid rgba(20, 69, 116, 0);
    margin-right: 0.24rem;
}

.fixedBtn>.BtnItems:nth-child(1):hover,
.fixedBtn>.BtnItems:nth-child(1):active {
    background: #65B8FF;
}

.fixedBtn>.BtnItems:nth-child(2) {
    background: unset;
    border: 0.01rem solid #0F8CF8;
    color: #0F8CF8;
}

.fixedBtn>.BtnItems:nth-child(2):hover,
.fixedBtn>.BtnItems:nth-child(2):active {
    background: #E5F3FF;
}


/* index */

.index {
    height: 6.28rem;
    background: url("../images/indexbg.png") no-repeat center;
    background-size: cover;
    display: flex;
    position: relative;
}

.indexBox {
    display: flex;
    width: 12rem;
    height: 100%;
    justify-content: space-between;
    margin: 0 auto;
}

.indexLeft {
    display: flex;
    flex-direction: column;
    position: relative;
    flex-shrink: 0;
}

.indexLeft>h1 {
    height: 0.57rem;
    font-family: 'Microsoft YaHei UI';
    font-style: normal;
    font-weight: 700;
    font-size: 0.45rem;
    line-height: 0.57rem;
    color: #161F2D;
    margin-top: 0.96rem;
}

.indexLeft>h2 {
    width: 4.4rem;
    font-family: 'Microsoft YaHei UI';
    font-style: normal;
    font-weight: 400;
    font-size: 0.22rem;
    line-height: 0.34rem;
    color: #959EAD;
    margin-top: 0.24rem;
}

.btnbox {
    margin: 0.72rem auto 0 auto;
    justify-content: flex-start;
}

.indexLeft>.btnbox>.BtnItems {
    width: 2.1rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0;
    border-radius: 0.08rem;
}

.indexLeft>.btnbox>.BtnItems>span {
    font-family: 'Microsoft YaHei UI';
    font-style: normal;
    font-weight: 400;
    font-size: 0.22rem;
    display: inline-block;
    vertical-align: middle;
}

.BtnItems>.down,
.BtnItems>.shop {
    display: inline-block;
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.1rem;
    vertical-align: middle;
}

.BtnItems>.down {
    background: url("../images/iconbtndown.svg") no-repeat center;
    background-size: cover;
}

.BtnItems>.shop {
    background: url("../fonts/iconbtnshop.svg") no-repeat center;
    background-size: cover;
}

.btnbox>.BtnItems:nth-child(1) {
    background: #0F8CF8;
    box-shadow: 0 0.18rem 0.22rem rgba(15, 140, 248, 0.14);
    color: #fff;
    margin-right: 0.32rem;
    border: 0.01rem solid rgba(0, 0, 0, 0);
}

.btnbox>.BtnItems:nth-child(1):hover {
    background: linear-gradient(180deg, #50ADFF 0%, #529CFF 100%);
    border: 0.01rem solid rgba(0, 0, 0, 0);
}

.btnbox>.BtnItems:nth-child(2) {
    background: unset;
    border: 0.01rem solid #0F8CF8;
    color: #0F8CF8;
}

.btnbox>.BtnItems:nth-child(2):hover {
    background: #E5F3FF;
}

.indexRight {
    width: 7.56rem;
    height: 4.57rem;
    margin-top: 0.34rem;
    flex-shrink: 0;
    margin-left: 0.36rem;
}

.indexRight>img {
    display: block;
    width: 100%;
    height: 100%;
}

.titleh2 {
    width: 100%;
    font-family: 'Microsoft YaHei UI';
    font-style: normal;
    font-weight: 700;
    font-size: 0.38rem;
    line-height: 0.48rem;
    text-align: center;
    color: #161F2D;
    margin-top: 0.92rem;
}

.otherSupport {
    margin-top: 0.11rem;
}


/* 全能的PDF转换器 */

.functionPoint {
    height: 5.74rem;
    position: relative;
    overflow: hidden;
}

.functionPointList {
    width: 12rem;
    height: auto;
    display: flex;
    margin: 0.72rem auto 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
}

.functionPointItmes {
    width: 1.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0.6rem;
    margin-right: 0.65rem;
}

.functionPointItmes:nth-child(6),
.functionPointItmes:nth-child(12) {
    margin-right: 0;
}

.functionPointItmes>img {
    display: block;
    width: 0.68rem;
    height: 0.68rem;
}

.functionPointItmes>p {
    font-family: 'Microsoft YaHei UI';
    font-style: normal;
    font-weight: 400;
    font-size: 0.18rem;
    line-height: 0.23rem;
    color: #161F2D;
    margin-top: 0.06rem;
}


/* 使用场景 */

.pdf-useScenarios {
    height: 6.82rem;
    background: #F7F8FA;
    overflow: hidden;
    position: relative;
}

.useScenariosList {
    width: 12rem;
    margin: 0.72rem auto 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.useScenariosItmes {
    width: 2.78rem;
    height: 3.62rem;
    background: #FFFFFF;
    box-shadow: 0 0.08rem 0.3rem rgba(12, 68, 152, 0.08);
    border-radius: 0.16rem;
    position: relative;
    overflow: hidden;
}

.useScenariosItmes>img {
    display: block;
    width: 2.78rem;
    height: 1.8rem;
    margin: 0 auto;
}

.useScenariosItmes>h3 {
    width: 100%;
    font-family: 'Microsoft YaHei UI';
    font-style: normal;
    font-weight: 400;
    font-size: 0.22rem;
    line-height: 0.28rem;
    text-align: center;
    color: #161F2D;
    margin-top: 0.22rem;
}

.useScenariosItmes>p {
    width: 100%;
    font-family: 'Microsoft YaHei UI';
    font-style: normal;
    font-weight: 400;
    font-size: 0.16rem;
    line-height: 0.24rem;
    text-align: center;
    color: rgba(115, 126, 144, 0.8);
    box-sizing: border-box;
    padding: 0 0.26rem;
    margin-top: 0.12rem;
}


/* 特色功能 */

.pdf-features {
    height: 8.63rem;
    position: relative;
    overflow: hidden;
}

.featuresCheckList {
    width: 12rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.72rem auto 0 auto;
}

.featuresCheckItmes {
    width: 2.14rem;
    height: 0.66rem;
    background: #F5F7FA;
    border-radius: 0.08rem;
    line-height: 0.66rem;
    font-family: 'Microsoft YaHei UI';
    font-style: normal;
    font-weight: 400;
    font-size: 0.2rem;
    text-align: center;
    color: #161F2D;
    user-select: none;
}

.featuresCheckItmes.active {
    background: #0F8CF8;
    box-shadow: 0 0.12rem 0.16rem rgba(15, 140, 248, 0.2);
    color: #FFF;
}

.featuresShowBox {
    width: 12rem;
    height: auto;
    margin: 0.4rem auto 0 auto;
}

.showbox {
    width: 12rem;
    height: auto;
    display: none;
}

.showbox.active {
    display: block;
}

.featuresShowItmes {
    width: 100%;
    height: auto;
    display: flex;
    flex-shrink: 0;
    justify-content: space-between;
    position: relative;
    left: -0.15rem;
}

.featuresShowItmes>img {
    display: block;
    width: 7.38rem;
    height: auto;
    flex-shrink: 0;
    margin-right: 0.16rem;
}

.featuresShowMsg {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

.featuresShowMsg>img {
    display: block;
    width: 0.44rem;
    height: 0.44rem;
    margin-top: 1.13rem;
}

.featuresShowMsg>h3 {
    font-size: 0.3rem;
    font-family: Microsoft YaHei UI-Bold, Microsoft YaHei UI;
    font-weight: bold;
    color: #161F2D;
    line-height: 0.35rem;
    margin-top: 0.18rem;
}

.featuresShowMsg>p {
    width: 4.62rem;
    font-size: 0.2rem;
    font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
    font-weight: 400;
    color: #314666;
    line-height: 0.36rem;
    margin-top: 0.52rem;
}


/* 用户评价 */

.userEvaluation {
    height: 6.18rem;
    background: #F7F8FA;
    position: relative;
    overflow: hidden;
}

.userEvaluationBox {
    display: flex;
    width: 12rem;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.swiper-container.user-container {
    overflow: hidden;
    box-sizing: border-box;
    padding: 0.72rem 0;
    user-select: none;
}

.swiper-container.user-container .swiper-slide {
    width: 33.3%;
    overflow: unset;
}

.userSlide {
    width: 3.22rem;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0 auto;
}

.userSlide>p {
    display: block;
    width: 3.22rem;
    height: 1.88rem;
    background: #FFFFFF;
    /* border: 0.01rem solid #EBEBEB; */
    /* box-shadow: 0 0.08rem 0.3rem rgba(21, 45, 80, 0.08); */
    border-radius: 0.16rem;
    box-sizing: border-box;
    padding: 0.24rem 0.3rem;
    font-family: 'Microsoft YaHei';
    font-style: normal;
    font-weight: 400;
    font-size: 0.16rem;
    line-height: 0.28rem;
    color: rgba(22, 31, 45, 0.8);
    position: relative;
    z-index: 1;
}


/* .swiper-slide-next>.userSlide>p {
    box-shadow: 0 0.08rem 0.3rem rgba(21, 45, 80, 0.08);
} */

.userSlide>p:hover {
    box-shadow: 0 0.08rem 0.3rem rgba(21, 45, 80, 0.08);
}

.userSlide>p>i {
    display: block;
    width: 0.33rem;
    height: 0.28rem;
    position: absolute;
    left: 0.28rem;
    right: auto;
    top: auto;
    bottom: -0.2rem;
    background: url("../fonts/jiao.svg") no-repeat center;
    background-size: cover;
    z-index: 2;
}

.usersinformation {
    display: flex;
    align-items: center;
    margin-top: 0.4rem;
}

.usersinformation>.head {
    display: block;
    width: 0.68rem;
    height: 0.68rem;
    margin-right: 0.16rem;
}

.usersinformation>.name {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.usersinformation>.name>p {
    font-size: 0.16rem;
    font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
    font-weight: 400;
    color: #161F2D;
    line-height: 0.16rem;
}

.usersinformation>.name>i {
    display: block;
    width: 1.2rem;
    height: 0.2rem;
    margin-top: 0.17rem;
    background: url("../images/xx.png") no-repeat center;
    background-size: cover;
}

.userEvaluationBox>.swiper-button-prev,
.userEvaluationBox>.swiper-button-next {
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    position: absolute;
    top: 1.87rem;
    bottom: auto;
}

.userEvaluationBox>.swiper-button-prev {
    left: -0.6rem;
    right: auto;
    background: url("../images/jiantou1.svg") no-repeat center;
    background-size: cover;
}

.userEvaluationBox>.swiper-button-prev.hoverbtn:hover {
    background: url("../fonts/jiantou1a.svg") no-repeat center;
    background-size: cover;
}

.userEvaluationBox>.swiper-button-next {
    left: auto;
    right: -0.6rem;
    background: url("../fonts/jiantou2.svg") no-repeat center;
    background-size: cover;
}

.userEvaluationBox>.swiper-button-next.hoverbtn:hover {
    background: url("../fonts/jiantou2a.svg") no-repeat center;
    background-size: cover;
}


/* 小于1200 */

@media screen and (max-width: 1280px) {
    .index {
        height: auto;
    }
    .indexBox {
        width: 9.92rem;
        flex-direction: column;
    }
    .indexLeft {
        align-items: center;
    }
    .indexLeft>h1 {
        height: 0.57rem;
        font-size: 0.45rem;
        line-height: 0.53rem;
        margin-top: 0.8rem;
    }
    .indexLeft>h2 {
        text-align: center;
    }
    .btnbox {
        margin: 0.44rem auto 0 auto;
    }
    .indexRight {
        margin: 0.11rem auto 0.36rem auto;
    }
    .functionPointList {
        width: 9.92rem;
    }
    .functionPointItmes {
        margin-right: 0.3rem;
    }
    .pdf-useScenarios {
        height: 10.92rem;
    }
    .useScenariosList {
        width: 9.92rem;
        flex-wrap: wrap;
    }
    .useScenariosItmes {
        width: 2.94rem;
        height: 3.62rem;
        margin-bottom: 0.48rem;
    }
    .useScenariosItmes>img {
        width: 2.94rem;
    }
    .useScenariosItmes>p {
        padding: 0 0.35rem;
    }
    .pdf-features {
        height: 8.28rem;
    }
    .featuresCheckList {
        width: 9.92rem;
        justify-content: center;
        align-items: center;
    }
    .featuresCheckItmes {
        width: 1.72rem;
        height: 0.68rem;
        line-height: 0.68rem;
        margin: 0 0.09rem;
    }
    .featuresShowBox,
    .showbox {
        width: 9.92rem;
    }
    .featuresShowBox {
        margin: 0.48rem auto 0 auto;
    }
    .featuresShowItmes {
        flex-direction: row-reverse;
        position: relative;
        left: 0.25rem;
        justify-content: center;
    }
    .featuresShowItmes>img {
        width: 6.62rem;
        margin-right: 0;
        margin-left: 0.32rem;
    }
    .featuresShowMsg>img {
        margin-top: 0.42rem;
    }
    .featuresShowMsg>p {
        width: 2.94rem;
    }
    .userEvaluation {
        height: 7.22rem;
    }
    .userEvaluationBox {
        width: 9.92rem;
    }
    .userSlide {
        width: 2.92rem;
    }
    .userSlide>p {
        display: block;
        width: 2.92rem;
        padding: 0.29rem 0.16rem;
    }
    .userEvaluationBox>.swiper-button-prev {
        top: auto;
        bottom: -0.44rem;
        left: 4.04rem;
    }
    .userEvaluationBox>.swiper-button-next {
        top: auto;
        bottom: -0.44rem;
        right: 4.04rem;
    }
}


/* 移动 */

@media screen and (max-width: 1000px) {
    .indexBox {
        width: 7.5rem;
    }
    .indexRight {
        margin: 0.11rem auto 0 auto;
        position: relative;
        left: -0.06rem;
    }
    .functionPoint {
        height: 6.95rem;
    }
    .titleh2 {
        margin-top: 0.8rem;
    }
    .functionPointList {
        width: 7.2rem;
        margin: 0.64rem auto 0 auto;
    }
    .functionPointItmes {
        width: 25%;
        margin-right: 0;
    }
    .pdf-useScenarios {
        height: 10.32rem;
    }
    .useScenariosList {
        width: 7.5rem;
        margin: 0.64rem auto 0 auto;
        justify-content: center;
    }
    .useScenariosItmes {
        width: 3.4rem;
        margin: 0 0.14rem 0.32rem 0.14rem;
    }
    .useScenariosItmes>img {
        width: 3.4rem;
    }
    .useScenariosItmes>p {
        padding: 0 0.28rem;
    }
    .pdf-features {
        height: 11.47rem;
    }
    .featuresCheckList {
        width: 7.32rem;
        margin: 0.64rem auto 0 auto;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .featuresCheckItmes {
        width: 2.2rem;
        margin: 0 0.12rem 0.28rem 0.12rem;
    }
    .featuresShowBox,
    .showbox {
        width: 7.5rem;
        margin: 0 auto;
    }
    .featuresShowItmes {
        flex-direction: column-reverse;
        align-items: center;
        left: 0;
    }
    .featuresShowItmes>img {
        width: 7.38rem;
        margin-left: 0;
        margin-top: 0.16rem;
    }
    .featuresShowMsg {
        align-items: center;
    }
    .featuresShowMsg>img {
        margin-top: 0.24rem;
    }
    .featuresShowMsg>h3 {
        margin-top: 0.12rem;
    }
    .featuresShowMsg>p {
        width: 5rem;
        margin-top: 0.28rem;
        text-align: center;
    }
    .userEvaluation {
        height: 6.9rem;
    }
    .userEvaluationBox {
        width: 7.5rem;
    }
    .swiper-container.user-container {
        padding: 0.64rem 0;
    }
    .swiper-container.user-container .swiper-slide {
        width: 50%;
    }
    .userSlide {
        width: 3.22rem;
        margin: 0 auto;
    }
    .userSlide>p {
        display: block;
        width: 3.22rem;
        height: 1.88rem;
        padding: 0.24rem 0.3rem;
        box-shadow: 0 0.08rem 0.3rem rgba(21, 45, 80, 0.08);
    }
    .userEvaluationBox>.swiper-button-prev {
        top: auto;
        bottom: -0.55rem;
        left: 2.92rem;
    }
    .userEvaluationBox>.swiper-button-next {
        top: auto;
        bottom: -0.55rem;
        right: 2.92rem;
    }
}

@media screen and (max-width: 768px) {
    .indexRight {
        margin: 0.32rem auto 0 auto;
    }
}