.banner-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-wordCon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.banner-wordCon img{
    width: 3rem;

}
.banner-word {
    font-size: 0.36rem;
    font-weight: 300;
    line-height: 0.72rem;
    color: #FFFFFF;
    text-align: center;
}
.banner-btn {
    width: 2rem;
    height: 0.64rem;
    background: linear-gradient(90deg, #FFE14D 0%, #FFC34D 100%);
    border-radius: 0.5rem;

    margin-top: 0.42rem;
    font-size: 0.28rem;
    font-weight: 800;
    color: #222222;
}
.intr {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    padding: 0.8rem .24rem;
}
.intr-title {
    text-align: center;
    font-size: 0.44rem;
    color: #222222;
}
.intr-tip {
    border: 1px solid #FF6A00;
    border-radius: 0.32rem;

    font-size: 0.28rem;
    color: #FF6A00;
    padding: 0.12rem 0.28rem;
    line-height: 1;
    margin: 0.24rem 0 0.48rem 0;
    background: rgba(255, 106, 0, .1);
}
.intr-content {
    text-align: center;
    font-size: 0.24rem;
    line-height: 0.48rem;
    color: #666666;
}

.question {
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
.question-img {
    height: 5.28rem;
    -o-object-fit: cover;
       object-fit: cover;
}
.question-cnt {
    position: absolute;
    height: 2.88rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 7.1rem;
    padding: 0 .24rem;
}
.question-cnt-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
    width: 100%;
}
.question-cnt-item {
    display: flex;
    align-items: center;
    padding: 0 0.44rem 0 .2rem;
    box-sizing: border-box;

    width: 3.2rem;
    height: 1.2rem;
    background: #FFFFFF;
    border-radius: 1.14rem;
}
.question-cnt-item div {
    font-size: 0.24rem;
    line-height: 0.36rem;
    color: #222222;
    transform: scale(0.91);
}
.question-cnt-item:nth-of-type(2n) {
    padding: 0 0.2rem 0 0.6rem;
}
.question-cnt-item span{
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;

    width: 0.36rem;
    height: 0.36rem;
    background: #FF6A00;
    border-radius: 50%;

    font-size: 0.24rem;
    color: #F5F6FA;
    transform: scale(0.91);
}

.funcModule {
    padding: 0.8rem 0;
}
.funcModule-con {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.funcModule-title {
    font-size: 0.44rem;
    color: #222222;
}
.funcModule-tip {
    border: 1px solid #FF6A00;
    border-radius: 0.32rem;
    font-size: 0.28rem;
    color: #FF6A00;
    padding: 0.12rem 0.28rem;
    line-height: 1;
    margin: 0.24rem 0 0.6rem 0;
    background: rgba(255, 106, 0, .1);
}
.funcModule-content {
    padding: 0 0.24rem;
    text-align: center;
    font-size: 0.24rem;
    font-weight: 400;
    line-height: 0.48rem;
    color: #666666;
    margin-top: 0.32rem;
}

.module {
    padding: 0 .24rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.module-item {
    width: 3.4rem;
    flex-shrink: 0;
    background: #F5F6FA;
    padding-bottom: 0.24rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0.22rem;
}
.module-item:nth-of-type(-n + 2) {
    margin-bottom: 0.54rem;
}
.module-item--horizontal {
    width: 7.02rem;
    margin-top: 0.4rem;
}
.module-item-imgCon {
    padding: 17px 0 12px 0;
    width: 2.68rem;
    height: 0.7rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.module-item-img {
    width: 100%;
    margin-top: -0.36rem;
    position: absolute;
}
.module-item-img-title {
    font-size: 0.32rem;
    line-height: 1;
    color: #222222;
    position: absolute;
    top: 0.06rem;
    font-weight: bold;
}
.module-item-title {
    margin: 0.24rem 0 0.28rem 0;

    font-size: 0.24rem;
    color: #222222;
}
.module-itemCon {
    padding: 0 0.24rem;
}
.module-itemCon--horizontal {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0.44rem;
}
.module-itemCon--horizontal .tool:nth-last-child(2) {
    margin-bottom: 0;
}
.tool {
    height: 1.08rem;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 0.24rem 0 0.24rem 0.16rem;
    display: flex;
    align-items: center;
    margin-bottom: 0.16rem;
    position: relative;
}
.tool:last-child {
    margin-bottom: 0;
}
.tool-icon {
    width: 0.6rem;
}
.tool-con {
    margin-left: 0.16rem;
    display: flex;
    flex-direction: column;
}
.tool-name {
    font-size: 0.24rem;
    color: #666666;
}
.tool-intr {
    font-size: 0.24rem;
    color: #666666;
    transform: scale(.83);
    transform-origin: 0 0;
}
.tool-con-subscript {
    position: absolute;
    top: 0;
    right: 0;
    width: 0.88rem;
}

.display {

}
.display-con {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.display-title {
    font-size: 0.44rem;
    color: #222222;
}
.display-tip {
    margin-top: 0.16rem;
    font-size: 0.24rem;
    color: #666666;
}
.display-compared {
    width: 100%;
    margin-top: 0.4rem;
    padding: 0 0.24rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.display-store {
    width: 3.4rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.display-store-vs {
    position: absolute;
    z-index: 1;
    width: 1.32rem;
    top: 30%;
    margin: 0 auto 0 auto;
    left: 3.1rem;
    transform: perspective(1px) translateZ(0);
    -webkit-animation-name: pulse-grow;
            animation-name: pulse-grow;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
}
.display-store-img {
    width: 3.4rem;
}
.display-store-word {
    padding: 0.12rem 0.24rem;
    line-height: 1;
    margin: 0.24rem 0 0.6rem 0;

    border: 1px solid #FF6A00;
    border-radius: 0.32rem;
    font-size: 0.28rem;
    color: #FF6A00;
    background: rgba(255, 106, 0, .1);
}
.display-data {
    padding: 0 .24rem 1.2rem .24rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
.display-data-img {
    width: 100%;
}
.display-data-tip {
    padding: 0.12rem 0.24rem;
    line-height: 1;
    margin: 0.24rem 0 0 0;

    border: 1px solid #FF6A00;
    border-radius: 0.32rem;
    font-size: 0.28rem;
    color: #FF6A00;
    background: rgba(255, 106, 0, .1);
}

@-webkit-keyframes pulse-grow {
    100% {
        transform: scale(1.1);
    }
}

@keyframes pulse-grow {
    100% {
        transform: scale(1.1);
    }
}

