* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}

.banner {
    width: 100%;
    height: 8rem;
    background-size: 100%;
    position: relative;
}

.banner>img {
    width: 100%;
    height: 100%;
}


.bannerText {
    width: 92%;
    /* margin: auto; */
    position: absolute;
    /* top: 4.6rem; */
    left: 0.27rem;
    bottom: 0.2rem;
}

.bannerText>h1 {
    font-size: 0.4rem;
    color: #333333;
}

.bannerText>p {
    font-size: 0.2rem;
    line-height: 0.36rem;
    color: #666666;
    margin-top: 0.34rem;
    font-family: OPPOSans-R;
}

.bannerText>ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 0.28rem;
}

.bannerText>ul>li {
    width: 28%;
    height: 0.6rem;
    font-size: 0.24rem;
    text-align: center;
    line-height: 0.6rem;
    color: #fff;
    border-radius: 0.04rem;
    cursor: pointer;
}

.presentation {
    background-color: #1447c8;
}

.producDocumentation {
    background-color: #007fff;
}

.productVideo {
    background-color: #84c443;
}

.pageTab {
    width: 100%;
    height: 1rem;
    background-color: #fff;
    box-shadow: 0px 7px 40px 0px rgba(38, 58, 88, 0.07);
}

.pageTab>ul {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
}

.pageTab>ul>li {
    font-size: 0.28rem;
    font-family: MicrosoftYaHei;
    height: 100%;
    line-height: 1rem;
    position: relative;
}

.pageTab a {
    color: #333333;
}


/* .pageTab>ul>li::before {
    content: " ";
    position: absolute;
    left: 0.25rem;
    bottom: 0;
    width: 0.5rem;
    border-top: 1px solid #007fff;
} */

.active::before {
    content: " ";
    position: absolute;
    left: 0.25rem;
    bottom: 0;
    width: 0.5rem;
    border-top: 1px solid #007fff;
}


/* ====== 产品优势 ======*/

.productAdvantages {
    width: 92%;
    margin: 0.59rem auto 0;
    background-color: #fff;
}

.productAdvantages .title {
    margin-bottom: 0.54rem;
}

.title {
    width: 100%;
}

.name {
    width: 2rem;
    height: 0.76rem;
    margin: auto;
    font-size: 0.34rem;
    text-align: center;
    font-weight: 600;
    color: #333333;
    border-bottom: 0.01rem solid #e6e6e6;
    position: relative;
}

.name::before {
    content: " ";
    position: absolute;
    left: 0.75rem;
    bottom: -1px;
    width: 0.5rem;
    border-top: 1px solid #84c443;
}

.advantageNum {
    width: 100%;
    padding: 0.36rem 0.46rem 0.4rem 0.45rem;
    box-sizing: border-box;
    background-color: #f5f7fb86;
    border-radius: 0.08rem;
    margin-bottom: 0.43rem;
}

.advantageNum>ul {
    display: flex;
    justify-content: space-around;
}
.advantageNum>ul>li{
        max-width: 32%;
}

.advantageNum>ul>li>img {
    width: 0.96rem;
    height: 0.95rem;
    margin: auto;
    display: block;
}

.num {
    /*width: 0.85rem;*/
    max-width: 33%;
    margin: 0 auto 0.1rem;
    /*overflow: hidden;*/
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*.num>div,.num>img{*/
/*    display: inline-block;*/
/*}*/

.numText {
    font-size: 0.24rem;
    color: #666666;
}

.number {
    /*float: left;*/
    font-size: 0.48rem;
    font-weight: 600;
    /*width: 0.6rem;*/
    text-align: center;
    margin-right: 0.06rem;
}

.num>.right>img {
    width: 0.12rem;
    height: 0.08rem;
    /*float: right;*/
    /*margin: 0.14rem 0.03rem 0 0;*/
}
.num>.right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 0.5rem;
}

.Percent {
    font-size: 0.16rem;
    font-weight: 600;
}

.advantageList {
    width: 100%;
    margin: auto;
    ;
}

.advantageList>ul {
    width: 100%;
}

.advantageList>ul>li {
    width: 100%;
    padding: 0.3rem 0.3rem 0.29rem;
    box-sizing: border-box;
    background-color: #007fff;
    box-shadow: 0px 10px 20px 0px rgba(159, 170, 182, 0.2);
    border-radius: 8px;
    margin-bottom: 0.3rem;
}

.advantageList h2 {
    font-size: 0.3rem;
    color: #fff;
}

.advantageList h3 {
    font-size: 0.26rem;
    color: #fff;
    opacity: 0.6;
    margin-top: 0.24rem;
    line-height: 0.36rem;
}

.advantageList>ul>li:nth-child(even) {
    background-color: #79b53d;
}

.echarts {
    width: 100%;
    margin: 0.2rem auto 0;
}

.echarts>img {
    width: 100%;
    height: 100%;
}

/*.productArchitecture {
    width: 100%;
    height: 8.1rem;
    background: url(../images/architecture_banner.png) no-repeat 0 0;
    background-size: 100%;
    margin: auto;
    padding-top: 0.89rem;
    box-sizing: border-box;
}*/


.productArchitecture {
    width: 100%;
    max-height: 8.99rem;
    margin: auto;
    padding-top: 0.89rem;
    box-sizing: border-box;
    position: relative;
}

.productArchitecture>img {
    width: 100%;
    height: 100%;
}

.productArchitecture>.title {
    position: absolute;
    top: 1.78rem;
    left: 0;
}

.productArchitecture .name {
    color: #fff;
}

.productArchitecture .name::before {
    border-top: 1px solid #fff;
}

.productFunctions {
    width: 92%;
    margin: auto;
    padding-bottom: 0.9rem;
    box-sizing: border-box;
}

.productFunctions>.title {
    margin: 0.9rem auto;
    height: auto;
}

.functionList {
    width: 100%;
    height: 4rem;
    margin: auto;
    position: relative;
}

.functionList>img {
    width: 2.76rem;
    height: 2.76rem;
    position: absolute;
    z-index: -1;
    top: 0.55rem;
    left: calc(50% - 1.38rem);
}

.fun {
    width: 2.55rem;
    height: 0.7rem;
    background-image: linear-gradient(90deg, #e7ebf0 0%, #fafafa 100%), linear-gradient( #fafafa, #e7ebf0);
    background-blend-mode: normal, normal;
    border-radius: 0.04rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 0.9rem;
}

.function1 {
    float: left;
}

.function2 {
    float: right;
}


.function3 {
    top: 3.1rem;
    left: 0px;
}

.function4 {
    top: 0px;
    right: 0px;
}

.function5 {
    top: 1.6rem;
    right: 0px;
}

.function6 {
    top: 3.1rem;
    right: 0px;
}

.fun>.number {
    background: url(../images/blue.png) no-repeat 100%;
    font-size: 0.26rem;
    margin-left: 0.1rem;
}

.funName {
    font-size: 0.22rem;
    /* margin-left: 0.1rem; */
    margin-right: 0.1rem;
    color: #333;
    font-weight: 600;
    text-align: left;
    flex: 1;
}

.fun>img {
    width: 0.06rem;
    height: 0.12rem;
    /* position: absolute; */
    right: 0.2rem;
    top: 0.3rem;
}
.layui-m-layer-fun-class .layui-m-layercont{
    text-align: left;
}
.understant {
    margin: auto;
    background-color: #f5f7fa;
    padding-top: 0.9rem;
    box-sizing: border-box;
}

.understant .title {
    margin-bottom: 0.9rem;
}

.understant .name {
    width: 2.6rem;
}

.understant .name::before {
    left: 1rem;
}

.understantList {
    width: 100%;
    height: 7.2rem;
    overflow: hidden;
    overflow-x: scroll;
    white-space: nowrap
}

.understantList>.list1 {
    width: 5rem;
    height: 6.2rem;
    display: inline-block;
    background-color: #fff;
    margin-left: 0.25rem;
    box-shadow: 0 0.15rem 0.3rem 0 rgba(170, 170, 170, 0.2);
    border-radius: 0.08rem;
    padding: 0.5rem 0.4rem;
    box-sizing: border-box;
    position: relative;
    vertical-align: middle;
}

.understantList>.list1>img {
    width: 0.54rem;
    height: 0.46rem;
    position: absolute;
    top: 0.5rem;
    left: 0.4rem;
}

.understantList>.list1>p {
    font-size: 0.3rem;
    color: #333;
    margin-top: 0.85rem;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.understantList>.list1>h4 {
    width: 100%;
    font-size: 0.24rem;
    color: #666;
    line-height: 0.42rem;
    margin-top: 0.28rem;
    font-weight: 400;
    /* word-break: break-all; */
    white-space: normal;
    /* overflow: hidden;
    word-wrap: break-word;
    word-break: break-all; */
    height: 3rem;
    display: block;
    overflow-y: auto;
}

.learnMore {
    width: 80%;
    font-size: 0.26rem;
    color: #007fff;
    position: absolute;
    bottom: 0.5rem;
    left: 0.4rem;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.learnMore>img {
    width: 0.27rem;
    height: 0.2rem;
    margin-left: 0.18rem;
}

#returnTop {
    height: 0px;
}



/* ====== 应用场景 start ======*/
.solutionBox {
    background: url(../images/solutionImg.png) no-repeat center center;
    background-size: 100% 100%;
    box-sizing: border-box;
    width: 100%;
    padding: 0.6rem 4% 1rem;
    overflow: hidden;
}

.solutionBox .busTitleBox {
    padding: 0rem 0rem 0.6rem 0rem;
}

.soluListBox {
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    height: 7rem;
}

.soluListBox::-webkit-scrollbar {
    width: 0.01rem !important;
}

.soluList {
    width: 6rem;
    display: inline-block;
    box-sizing: border-box;
    padding: 0.6rem 0.5rem;
    background-color: #fff;
    margin-right: 0.4rem;
    border-radius: 0.08rem;
    position: relative;
    height: 7rem;
    vertical-align: middle;
}

.soluListTitle {
    padding-bottom: 0.39rem;
    font-size: 0.3rem;
    color: #333;
    font-weight: bold;
    position: relative;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.soluListTitle:before {
    position: absolute;
    content: '';
    bottom: 0px;
    left: 0px;
    width: 0.6rem;
    height: 0.03rem;
    background-color: #007fff;
}

.soluListText {
    width: 100%;
    box-sizing: border-box;
    padding-top: 0.38rem;
    padding: 0.4rem 0rem;
    white-space: normal;
    height: 5rem;
    overflow-y: auto;
    position: relative;
    z-index: 2;
}

.soluListText::-webkit-scrollbar {
    width: 0.04rem !important;
}

.soluListText p {
    width: 100%;
    font-size: 0.28rem;
    line-height: 0.5rem;
    color: #999;
    white-space: normal;
}

.soluListText p+p {
    margin-top: 0.2rem;
}

.soluListImg {
    text-align: right;
    position: absolute;
    bottom: 0.1rem;
    right: 0.2rem;
}

.soluListImg img {
    width: 2.26rem;
    height: auto;
}
.busTitle {
    font-size: 0.34rem;
    font-weight: bold;
    color: #333;
    padding-bottom: 0.3rem;
    text-align: center;
}

.busText {
    font-size: 0.24rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.32rem;
    letter-spacing: 0px;
    color: #999999;
    text-align: center;
}

/* ====== 应用场景 end ======*/