/* 新闻动态 */
.news.container{background-color: #fff;padding-top: 1.2rem;}
.news.container h4{font-size: 0.46rem;color: #333;font-weight: bold;text-align: center;padding-bottom: 0.2rem;position: relative;}
.news.container h4::after{content: ''; position: absolute; bottom: -0.1rem; left: 50%; margin-left: -0.45rem; width: 0.9rem; height: 0.03rem; background-color: rgba(0, 157, 247, 1); border-radius: 0.05rem;}
.news.container h4::before{content: ''; position: absolute; bottom: -0.1rem; left: 0px; width: 0.3rem; height: 0.03rem; background-color: rgba(255, 255, 255, .5); z-index: 1; border-radius: 0.05rem;animation: scroll_line 3s linear infinite;}
@keyframes scroll_line {
  0% {
    left: calc(50% - 0.45rem);
  }
  100% {
    left: calc(50% + 0.45rem);
    background-color: transparent;
  }
}
.news.container ul{padding: 0.5rem 0 1.2rem 0;box-sizing: border-box;}
.news.container ul li{padding: 0.32rem 0;border-bottom: 0.02rem solid #e5e5e5;}
.news.container ul li div{font-size: 0.28rem; color: #666666;margin-bottom: 0.16rem;}
.news.container ul li p{font-size: 0.28rem; color: #333333; line-height: 1.6em;display: flex;align-items: center;}
.news.container ul li p::before{content: "";height: 0.30rem;width: 0.30rem;flex-shrink: 0;background: url(../img/news_01.png) no-repeat left/0.2rem 0.2rem;}
.news.container .bg{width: 100vw;height: 3.8rem;display: flex;flex-direction: column;justify-content: center;align-items: center;text-align: center;background: url(../img/news_02.png) no-repeat center/auto 3.80rem;}
.news.container .bg h6{font-weight: bold; font-size: 0.36rem; color: #333333;padding-bottom: 0.2rem;}
.news.container .bg p{font-size: 0.28rem; color: #333333;padding: 0 0.4rem;line-height: 2em;}

/* 解决方案 */
.scheme.container{background-color: #F6F6F6;padding: 0.70rem 0;}
.scheme.container ul{display: flex;flex-direction: column;justify-content: center;align-items: center;}
.scheme.container ul li{height: 4.80rem;width: 5.70rem;box-sizing: border-box;position: relative;}
.scheme.container ul li .img{width: 5.70rem;height: 3.40rem;}
.scheme.container ul li .img img{width: 100%;height: 100%;}
.scheme.container ul li .des{position: absolute;top: 2.65rem;left: 0.55rem;width: 3.60rem;height: 1.50rem;box-sizing: border-box;padding: 0 0.25rem;display: flex;flex-direction: column;justify-content: center;background-color: #fff;border-radius: 0.12rem;}
.scheme.container ul li .des h4{font-weight: bold; font-size: 0.34rem; color: #333333;}
.scheme.container ul li .des a{margin-top: 0.20rem;width: 1.8rem;padding: 0.16rem 0; background: #333333; border-radius: 0.41rem 0.41rem 0.41rem 0.41rem;display: flex;justify-content: center;align-items: center;color: #fff;font-size: 0.24rem;}

/* common start */
/* common_style 全局通用 */
.common_style *{box-sizing: border-box;}
.common_style .common_view .wrap{position: relative;z-index: 2;width: 100%;height: 100%;margin: 0 auto;font-size: 0px;display: flex;align-items: center;justify-content: center;flex-direction: column;}
.common_style img:not(.lazy){object-fit: cover;}
.common_style .back_img{width: 100%; height: 100%; position: absolute; top: 0; left: 0;}
.common_style h4{font-size: 0.46rem;line-height: 1.5em;font-weight: bold; color: black;}
.common_style h5{font-size: 0.28rem;line-height: 1.5em;font-weight: bold;color: rgba(51, 51, 51, 1);}
.common_style span{font-size: 0.24rem;line-height: 2em;color:rgba(102, 102, 102, 1);}
.common_style .title_line{position: relative; margin-bottom: 0.7rem;}
.common_style .title_line::after{content: ''; position: absolute; bottom: -0.1rem; left: 50%; margin-left: -0.45rem; width: 0.9rem; height: 0.03rem; background-color: rgba(0, 157, 247, 1); border-radius: 0.05rem;}
.common_style .title_line::before{content: ''; position: absolute; bottom: -0.1rem; left: 0px; width: 0.3rem; height: 0.03rem; background-color: rgba(255, 255, 255, .5); z-index: 1; border-radius: 0.05rem;animation: scroll_line 3s linear infinite;}
@keyframes scroll_line {
  0% {
    left: calc(50% - 0.45rem);
  }
  100% {
    left: calc(50% + 0.45rem);
    background-color: transparent;
  }
}
.common_style .gray_shadow{box-shadow: 0px 9px 14px 0px rgba(11, 129, 197, 0.1);}
.common_style .ptb120{padding: 1.2rem 0;}
.common_style .common_view{width: 100%;position: relative;overflow: hidden;}
.common_style .common_view::before{content: "";position: absolute;z-index: 1;width: 100%; height: 100%;left: 0;bottom: 0;}

/* common_device 硬件设备通用 */
/* title_view */
.common_device .title_view{height: 5.17rem;}
.common_device .title_view::before{background-color: rgba(0, 0, 0, .1);}
.common_device .title_view .wrap{display: flex; justify-content: center;align-items: center; padding: 0 0.1rem;}
.common_device .title_view .title{display: flex; flex-direction: column; align-items: center;}
.common_device .title_view .title h4{color: white; font-size: 0.52rem;}
.common_device .title_view .title div{display: flex;flex-direction: column;}
.common_device .title_view .title span{color: white;padding: 0.1rem 0.2rem;}
.common_device .title_line{font-size: 0.42rem;}
/* product_params_view */
.common_device .product_params_view::before{background-color: rgba(255, 255, 255, 1);}
.common_device .product_params_view .product_params_list{width: 100%; padding: 0 0.1rem;}
.common_device .product_params_view .product_params_item{width: 100%;display: flex; justify-content: space-between;align-items: center; position: relative;}
.common_device .product_params_view .product_params_item h5{padding: 0.1rem 0.2rem; text-align: center; line-height: normal; white-space: nowrap;}
.common_device .product_params_view .product_params_item div{display: flex; flex-direction: column;text-align: right;padding: 0.1rem 0.1rem 0.1rem 0;}
.common_device .product_params_view .product_params_item span{font-size: 0.24rem; line-height: normal;}
.common_device .product_params_view .product_params_item:nth-child(even){background-color: rgba(235, 247, 255, 1);}
.common_device .product_params_view .product_params_item:nth-child(even)::before{ content: ''; position: absolute; left: 0; display: inline-block; width: 0.08rem; height: 100%;background-color: rgba(0, 157, 247, 1);}
/* common end */

/* common_device 解决方案通用 */
/* title_view */
.common_scheme .title_view{height: 5.2rem;}
.common_scheme .title_view::before{background: linear-gradient( 90deg, #0080F7 0%, #0080F7 24%, rgba(0,157,247,0) 100%);}
.common_scheme .title_view .wrap{display: flex; justify-content: space-between;align-items: center; flex-direction: row;}
.common_scheme .title_view .title{display: flex; flex-direction: column; padding-left: 0.5rem;}
.common_scheme .title_view .title h4{color: white; font-size: 0.52rem;padding-bottom: 0.1rem;}
.common_scheme .title_view .title div{display: flex;flex-direction: column;}
.common_scheme .title_view .title span{color: white; width: 3.97rem ;line-height: 1.8em;}
/* common end */



/* 核心优势 start*/
/* title_view */
.core_advantages .title_view{padding: 0.8rem 0.3rem;}
.core_advantages .title_view::before{background-color: rgba(0, 0, 0, .1);}
.core_advantages .title_view .wrap{display: flex; flex-direction: row; align-items: center; justify-content: space-between;}
.core_advantages .title_view .left_content{padding-left: 0.2rem;}
.core_advantages .title_view .left_content .title h4{color: white;}
.core_advantages .title_view .left_content .title span{ display: block; width: 100%;color: white; margin-top: 0.2rem;}
.core_advantages .title_view .left_content ul{width: 100%; display: flex; flex-wrap: wrap;}
.core_advantages .title_view .left_content ul li{width: 33.33%; display: flex; flex-direction: column; align-items: center;margin-top: 0.5rem;}
.core_advantages .title_view .left_content ul li img{width: 0.47rem; height: 0.47rem;}
.core_advantages .title_view .left_content ul li span{color: white;}
.core_advantages .title_view .right_img{width: 3.23rem; height: 2.42rem; margin-right: 0.2rem;}
/* ai_view */
.core_advantages .ai_view .wrap{display: flex;justify-content: center;align-items: center;}
.core_advantages .ai_view::before{background-color: rgba(255, 255, 255, 1);}
.core_advantages .common_view h4{padding-bottom: 0.2rem;}
.core_advantages .ai_view .left_content{position: relative; width: 6.47rem; height: 6.46rem;order: 2;}
.core_advantages .ai_view .left_content img{width: 100%; height: 100%; position: absolute;left: 0;}
.core_advantages .ai_view .left_content ul{width: 100%; height: 100%; position: relative;}
.core_advantages .ai_view .left_content ul li{ width: 1rem; height: 1rem; text-align: center; border-radius: 50%; background-color: rgba(0, 157, 247, 1);cursor: pointer;}
.core_advantages .ai_view .left_content ul li:hover{background: linear-gradient( 180deg, #FF8724 0%, #FFB679 100%); }
.core_advantages .ai_view .left_content ul li:nth-child(1){position: absolute;right: 30%; top: 0.8rem;}
.core_advantages .ai_view .left_content ul li:nth-child(2){position: absolute;right: 15%; top: 1.6rem;}
.core_advantages .ai_view .left_content ul li:nth-child(3){position: absolute;right: 9%; top: 2.8rem;}
.core_advantages .ai_view .left_content ul li:nth-child(4){position: absolute;right: 15%; bottom: 1.6rem;}
.core_advantages .ai_view .left_content ul li:nth-child(5){position: absolute;right: 33%; bottom: 0.8rem;}
.core_advantages .ai_view .left_content ul li:nth-child(6){position: absolute;left: 30%; top: 0.8rem;}
.core_advantages .ai_view .left_content ul li:nth-child(7){position: absolute;left: 15%; top: 1.6rem;}
.core_advantages .ai_view .left_content ul li:nth-child(8){position: absolute;left: 9%; top: 2.8rem;}
.core_advantages .ai_view .left_content ul li:nth-child(9){position: absolute;left: 15%; bottom: 1.6rem;}
.core_advantages .ai_view .left_content ul li:nth-child(10){position: absolute;left: 30%; bottom: 0.8rem;}
.core_advantages .ai_view .left_content ul li span{color: white; line-height: 1rem;}
.core_advantages .ai_view .left_content .title{position: absolute; left: 50%; top: 50%; transform:  translate(-50%, -50%);}
.core_advantages .ai_view .left_content .title div{display: flex;align-items: flex-end; text-align: center;}
.core_advantages .ai_view .left_content .title h4{font-size: 0.72rem; color: rgba(0, 157, 247, 1);line-height: normal;}
.core_advantages .ai_view .left_content .title span{font-size: 0.28rem; font-weight: bold; color: rgba(0, 157, 247, 1);line-height: normal;margin-bottom: 0.15rem;}
.core_advantages .ai_view .left_content .title h5{color: rgba(0, 157, 247, 1);}
.core_advantages .ai_view .right_content{width: 90%;order: 1;padding-bottom: 0.6rem;overflow: hidden;}
.core_advantages .ai_view .right_content .title h4{text-align: center;}
.core_advantages .ai_view .right_content ul{margin-top: 0.5rem; padding: 0 0.2rem;display: flex; flex-wrap: wrap; justify-content: space-between;}
.core_advantages .ai_view .right_content ul li h5{width: 2.6rem; text-align: center; font-weight: normal; line-height: 0.77rem;}
.core_advantages .ai_view .right_content ul li{border: 1px solid #d3def3; margin-bottom: 0.1rem;}
.core_advantages .ai_view .right_content ul li .info_list{display: flex; flex-direction: column; align-items: center; padding: 0 0.3rem;}
.core_advantages .ai_view .right_content ul li .info_item{display: flex; align-items: center; margin-bottom: 0.1rem; width: 90%;}
.core_advantages .ai_view .right_content ul li .info_item img{width: 0.24rem; height: 0.24rem; margin-right: 0.1rem;}
/* digitalize_view */
.core_advantages .digitalize_view h4{padding-left: 0.3rem;}
.core_advantages .digitalize_view::before{background-color: rgba(255, 255, 255, .1);}
.core_advantages h4{text-align: left; width: 100%;}
.core_advantages .digitalize_list{ margin-top: 0.6rem; width: 100%;display: flex;justify-content: space-between; flex-wrap: wrap; padding: 0 0.1rem;}
.core_advantages .digitalize_list .digitalize_item{display: flex;flex-direction: column; align-items: center; justify-content: center; width: 49%; height: 3.73rem; background-color: white; margin-bottom: 0.1rem;}
.core_advantages .digitalize_list .digitalize_item img{width: 1.28rem;height: 1.28rem; margin-bottom: 0.3rem;}
/* parking_view */
.core_advantages .parking_view .wrap{display: flex;justify-content: center;align-items: center;}
.core_advantages .parking_view::before{background-color: rgba(255, 255, 255, .1);}
.core_advantages .parking_view .left_content{position: relative; width: 6.3rem; height: 5rem;order: 2;}
.core_advantages .parking_view .left_content .center_box{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 3rem; height: 3rem; border: 0.03rem solid #95C7FF;}
.core_advantages .parking_view .left_content .center_box .tips_box{border: 1px solid #C8D6F1; position: absolute; background-color: white;width: 1.54rem; height: 1.54rem; text-align: center; line-height: 1.54rem;color: rgba(0, 157, 247, 1);border-radius: 0.24rem;}
.core_advantages .parking_view .left_content .center_box .tips_box:nth-child(1){left: -0.4rem; top: -0.4rem;}
.core_advantages .parking_view .left_content .center_box .tips_box:nth-child(2){right: -0.4rem; top: -0.4rem;}
.core_advantages .parking_view .left_content .center_box .tips_box:nth-child(3){left: -0.4rem; bottom: -0.4rem;}
.core_advantages .parking_view .left_content .center_box .tips_box:nth-child(4){right: -0.4rem; bottom: -0.4rem;}
.core_advantages .parking_view .left_content .center_box .center{ position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 1.86rem; height: 1.86rem;border-radius: 0.24rem; background-color: rgba(219, 236, 255, 1);}
.core_advantages .parking_view .left_content .center_box .content{position: absolute; left: 50%; top: 50%; margin-left: -0.93rem; margin-top: -0.93rem; width: 1.87rem; height: 1.87rem;border-radius: 0.24rem; background: linear-gradient( 180deg, #009DF7 0%, #5EC4FF 100%); transform: rotate(45deg);}
.core_advantages .parking_view .left_content .center_box .content_tips{position: absolute; left: 50%; top: 50%;transform: translate(-50%, -50%);}
.core_advantages .parking_view .left_content .center_box .content_tips span{color: white;font-weight: bold; white-space: nowrap;font-size: 0.18rem;}
.core_advantages .parking_view .left_content .text_box{display: flex; flex-direction: column; width: 1.2rem;}
.core_advantages .parking_view .left_content .text_box span{font-size: 0.17rem;}
.core_advantages .parking_view .left_content .text_box:nth-child(1){position: absolute;left: 0; top: 0.8rem; text-align: right;}
.core_advantages .parking_view .left_content .text_box:nth-child(2){position: absolute;right: 0; top: 0.8rem; text-align: left;}
.core_advantages .parking_view .left_content .text_box:nth-child(3){position: absolute;left: 0; bottom: 0.8rem; text-align: right;}
.core_advantages .parking_view .left_content .text_box:nth-child(4){position: absolute;right: 0; bottom: 0.8rem; text-align: left;}
.core_advantages .parking_view .right_cntent{width: 90%;order: 1;padding-bottom: 0.4rem;}
.core_advantages .parking_view .right_cntent h4{text-align: center;}
.core_advantages .parking_view .right_cntent span{ display: block;}
/* city_view */
.core_advantages .city_view{padding-bottom: 0;}
.core_advantages .city_view::before{background-color: rgba(255, 255, 255, 1);}
.core_advantages .city_view .left_content{margin-bottom: 0.8rem; width: 90%;}
.core_advantages .city_view .left_content span{display: block;}
.core_advantages .city_view .left_content h4{text-align: center;}
.core_advantages .city_view .right_cntent{position: relative; width: 6.28rem; height: 6.28rem;}
.core_advantages .city_view .right_cntent .img{width: 100%; height: 100%; position: absolute; left: 0; top: 0;}
.core_advantages .city_view .right_cntent ul{ position: relative; z-index: 2; height: 100%; display: flex; justify-content: space-between; align-items: center;}
.core_advantages .city_view .right_cntent ul img{width: 0.69rem; height: 0.7rem; margin-bottom: 0.1rem;}
.core_advantages .city_view .right_cntent ul li{width: 1.7rem; display: flex; flex-direction: column; align-items: center;}
.core_advantages .city_view .right_cntent ul li:nth-child(1){margin-left: 0.3rem;}
.core_advantages .city_view .right_cntent ul li:nth-child(2){margin-bottom: 5rem;}
.core_advantages .city_view .right_cntent ul li:nth-child(3){margin-right: 0.3rem;}
.core_advantages .city_view .right_cntent ul li:nth-child(2) img{margin-bottom: 0; margin-top: 0.1rem;}
/* 核心优势 end */

/* 解决方案 - 道路停车管理系统 start*/
/* title_view */
.scheme_road .title_view span{margin-bottom: 0.1rem;}
/* plan_view */
.scheme_road .plan_view::before{background-color: rgba(255, 255, 255, .1);}
.scheme_road .plan_view .plan_list{width: 100%;display: flex;justify-content: space-between;padding: 0 0.1rem;}
.scheme_road .plan_view .plan_item{width: 33%;background: rgba(255, 255, 255, 1); display: flex; flex-direction: column; align-items: center;padding: 0.3rem;}
.scheme_road .plan_view .plan_item img{width: 0.54rem; height: 0.54rem;}
.scheme_road .plan_view .plan_item h5{margin: 0.3rem 0;}
/* ai_view */
.scheme_road .ai_view .list{display: flex;justify-content: space-between;align-items: center; flex-direction: column; width: 100%;}
.scheme_road .ai_view .list  h5{line-height: 1em;margin-bottom: 0.16rem;font-weight: bold; font-size: 0.34rem; color: #333333;padding-left: 0.2rem;border-left: 0.02rem solid var(--primary-color);}
.scheme_road .ai_view .list  span{font-size: 0.24rem; color: #666666; line-height: 2em;}
.scheme_road .ai_view .list{padding: 0 0.1rem;}
.scheme_road .ai_view .list .left{width: 100%;}
.scheme_road .ai_view .list .left .item{width: 100%;padding: 0.36rem 0;}
.scheme_road .ai_view .list .left .item .img{width: 100%;height: 3.2rem;}
.scheme_road .ai_view .list .left .item img{width: 100%;height: 100%;}
.scheme_road .ai_view .list .left .item h5{margin: 0.36rem 0 0.36rem 0.36rem;}
.scheme_road .ai_view .list .left .item span{padding-left: 0.36rem; display: block;}
.scheme_road .ai_view .list .right{width: 100%;}
.scheme_road .ai_view .list .right .item{padding: 0.36rem;width: 100%;margin-top: 0.3rem;}
.scheme_road .ai_view .list .right .item:first-child{background: url(/img/scheme_road_06.png) no-repeat right 0.3rem bottom 0.2rem/0.54rem 0.54rem;}
.scheme_road .ai_view .list .right .item:last-child{background: url(/img/scheme_road_07.png) no-repeat right 0.3rem bottom 0.2rem/0.54rem 0.54rem;}
/* plat_view */
.scheme_road .plat_view::before{background-color: rgba(255, 255, 255, .1);}
.scheme_road .plat_view .plat_list{width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap; padding: 0 0.1rem;}
.scheme_road .plat_view .plat_item{width: 49%; height: 3.8rem;padding: 0.5rem 0.4rem; margin-bottom: 0.2rem; background: rgba(255, 255, 255, 1); display: flex; flex-direction: column; align-items: center;background: url(/img/scheme_road_08.png) no-repeat right bottom/auto 1rem;}
.scheme_road .plat_view .plat_item h5{align-self: flex-start;}
.scheme_road .plat_view .plat_item ul{margin-top: 0.1rem; align-self: flex-start;}
.scheme_road .plat_view .plat_item ul li{position: relative;font-size: 0.24rem;color: rgba(102, 102, 102, 1);display: flex;padding-left: 0.22rem;position: relative;margin: 0.14rem 0;}
.scheme_road .plat_view .plat_item ul li::before{content: "";position: absolute;top: 0.06rem;left: 0;width: 0.1rem;height: 0.1rem;border-radius: 50%;background-color: var(--primary-color);margin-right: 0.14rem;}
/* step_view */
.scheme_road .step_view h4{padding: 0 0.1rem;}
.scheme_road .step_view img{width: 90%;}
/* 解决方案 - 道路停车管理系统 end*/

/* 解决方案 - 停车场统一管理系统 start*/
/* title_view */
.scheme_parking .title_view span{margin-bottom: 0.1rem;}
/* plan_view */
.scheme_parking .plan_view::before{background-color: rgba(255, 255, 255, .1);}
.scheme_parking .plan_view .plan_list{width: 100%;display: flex; justify-content: center; flex-wrap: wrap;padding: 0 0.1rem;}
.scheme_parking .plan_view .plan_item{width: 80%;background: rgba(255, 255, 255, 1); margin-bottom: 0.2rem; height: 3.5rem; display: flex; flex-direction: column; justify-content: center; align-items: center;padding: 0.3rem;}
.scheme_parking .plan_view .plan_item img{width: 0.54rem; height: 0.54rem;}
.scheme_parking .plan_view .plan_item h5{margin: 0.3rem 0;}
/* parking_view */
.scheme_parking .parking_view .parking_content{width: 100%;position: relative; padding: 0 0.1rem;}
.scheme_parking .parking_view .btn_view{width: 100%; display: flex; align-items: center; justify-content: space-between;}
.scheme_parking .parking_view .btn_view button{ width: 2rem; height: 0.54rem; border-radius: 0.5rem; font-size: 0.24rem; font-weight: bold; line-height: 0.54rem; text-align: center; background: rgba(0, 186, 247, 1); color: white;}
.scheme_parking .parking_view .btn_view button:nth-child(2){background: rgba(0, 157, 247, 1); width: 2.5rem;}
.scheme_parking .parking_view .center_img{width: 100%; height: 1rem; margin-top: 0.05rem;}
.scheme_parking .parking_view ul{width: 100%; height: 1rem; display: flex; align-items: center; justify-content: space-between; margin-top: -0.2rem;}
.scheme_parking .parking_view ul li{width: 19%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: space-around;border: 1px solid rgba(0, 157, 247, 1); background-color: white; border-radius: 0.05rem;}
.scheme_parking .parking_view ul li img{width: 0.36rem; height: 0.36rem;}
.scheme_parking .parking_view ul li h5{font-size: 0.18rem;}
/* switch_view */
.scheme_parking .switch_view h4{padding: 0 0.1rem;}
.scheme_parking .switch_view{background: url(../img/scheme_parking_13.png) no-repeat bottom/cover;}
.scheme_parking .switch_view img{height: 3rem; width: 100%;}
/* 解决方案 - 停车场统一管理系统 end*/

/* 解决方案 - 车主公众服务系统 start*/
/* title_view */
.scheme_service .title_view span{margin-bottom: 0.1rem;}
/* plan_view */
.scheme_service .plan_view::before{background-color: rgba(255, 255, 255, .1);}
.scheme_service .plan_view .plan_list{width: 100%;display: flex; flex-wrap: wrap; justify-content: center; padding: 0 0.1rem;}
.scheme_service .plan_view .plan_item{width: 80%; height: 3.5rem; background: rgba(255, 255, 255, 1); display: flex; flex-direction: column; justify-content: center; align-items: center; margin-bottom: 0.2rem; padding: 0.3rem;}
.scheme_service .plan_view .plan_item img{width: 0.54rem; height: 0.54rem;}
.scheme_service .plan_view .plan_item h5{margin: 0.3rem 0;}
/* car_life_view */
.scheme_service .car_life_view{padding-bottom: 0 !important;}
.scheme_service .car_life_view .bg{height: 4rem;width: 100%;background: url(/img/scheme_service_05.png) no-repeat center/auto 4rem;}
/* 解决方案 - 车主公众服务系统 end*/


/* 解决方案 - 政府监管可视化系统 start*/
/* title_view */
.scheme_supervise .title_view span{margin-bottom: 0.1rem;}
/* plan_view */
.scheme_supervise .plan_view::before{background-color: rgba(255, 255, 255, .1);}
.scheme_supervise .plan_view .plan_list{width: 100%;display: flex;justify-content: center;  flex-wrap: wrap; padding: 0 0.1rem;}
.scheme_supervise .plan_view .plan_item{width: 80%; height: 3.5rem; background: rgba(255, 255, 255, 1); display: flex; flex-direction: column; align-items: center;  justify-content: center; margin-bottom: 0.2rem; padding: 0.3rem;}
.scheme_supervise .plan_view .plan_item img{width: 0.54rem; height: 0.54rem;}
.scheme_supervise .plan_view .plan_item h5{margin: 0.3rem 0;}
/* data_view */
.scheme_supervise .data_view ul{width: 100%;display: flex; flex-wrap: wrap; justify-content: space-between;align-items: center; padding: 0 0.1rem;}
.scheme_supervise .data_view ul li{width: 49%;flex-grow: 0;flex-shrink: 0; margin-bottom: 0.2rem;}
.scheme_supervise .data_view ul li img{height: 1.8rem; width: 100%;}
.scheme_supervise .data_view ul li div{position: relative;height: 1rem;width: 100%;z-index: 2;margin-top: -0.2rem;border-radius: 0.08rem 0.08rem 0 0;background:#fff url(/img/scheme_road_08.png) no-repeat right bottom/auto 0.66rem;display: flex;justify-content: center;align-items: center;text-align: center;font-size: 0.28rem; color: #333333; line-height: 0.3rem;}
/* special_view */
.scheme_supervise .special_view{background: url(../img/scheme_parking_13.png) no-repeat bottom/cover;}
.scheme_supervise .special_view .list{position: relative;overflow: hidden; padding: 0 0.1rem;}
.scheme_supervise .special_view .list ul{background: #fff;display: flex;justify-content: center;align-items: center; flex-wrap: wrap;}
.scheme_supervise .special_view .list ul::before{content: "";position: absolute;top: 0;right: 0;width: 100%;height: 1rem;background: url(/img/scheme_road_08.png) no-repeat left;transform: scaleX(-1);}
.scheme_supervise .special_view .list ul::after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 1rem;background: url(/img/scheme_road_08.png) no-repeat right;transform: scaleX(-1);}
.scheme_supervise .special_view .list ul li{ width: 33.33%; padding: 0.3rem 0;position: relative;z-index: 2;display: flex;justify-content: center;align-items: center;font-size: 0.26rem; color: #333333;}
.scheme_supervise .special_view .list ul li::before{content: "";display: inline-block;width: 0.1rem;height: 0.1rem;border-radius: 0.04rem;background-color: var(--primary-color);margin-right: 0.1rem;}
.scheme_supervise .special_view .list img{width: 100%;height: 100%;}
/* 解决方案 - 政府监管可视化系统 end*/

/* 解决方案 - 巡检系统 start*/
/* title_view */
.scheme_inspection .title_view{height: 7.2rem;}
.scheme_inspection .title_view span{margin-bottom: 0.1rem;}
/* plan_view */
.scheme_inspection .plan_view::before{background-color: rgba(255, 255, 255, .1);}
.scheme_inspection .plan_view .plan_list{width: 100%;display: flex; flex-wrap: wrap; justify-content: center; padding: 0 0.1rem;}
.scheme_inspection .plan_view .plan_item{width: 80%; height: 3.5rem; background: rgba(255, 255, 255, 1); display: flex; flex-direction: column; align-items: center; justify-content: center; margin-bottom: 0.2rem; padding: 0.3rem;}
.scheme_inspection .plan_view .plan_item img{width: 0.54rem; height: 0.54rem;}
.scheme_inspection .plan_view .plan_item h5{margin: 0.3rem 0;}
/* apply_view */
.scheme_inspection .apply_view ul{width: 100%;display: flex;justify-content: space-between;align-items: center; flex-direction: column;}
.scheme_inspection .apply_view ul li{margin-bottom: 0.3rem; width: 80%;}
.scheme_inspection .apply_view ul li img{width: 100%;height: 3.25rem; }
.scheme_inspection .apply_view ul li div{width: 100%;padding: 0.36rem 0.5rem; background: #fff url(/img/scheme_road_08.png) no-repeat right bottom/auto 1rem;}
.scheme_inspection .apply_view ul li div h5{font-weight: bold; font-size: 0.34rem; color: #000000;margin-bottom: 0.1rem;}
.scheme_inspection .apply_view ul li div span{display: flex;align-items: center;padding-top: 0.1rem;}
.scheme_inspection .apply_view ul li div span::before{content: "";display: inline-block;width: 0.08rem;height: 0.08rem;border-radius: 0.04rem;background-color: var(--primary-color);margin-right: 0.18rem;}
/* 解决方案 - 巡检系统 end*/

/* 解决方案 - 诱导停车 start*/
/* title_view */
.scheme_induce .title_view span{margin-bottom: 0.1rem;}
/* plan_view */
.scheme_induce .plan_view::before{background-color: rgba(255, 255, 255, .1);}
.scheme_induce .plan_view .plan_list{width: 100%;display: flex;justify-content: center; flex-wrap: wrap; padding: 0 0.1rem;}
.scheme_induce .plan_view .plan_item{width: 80%; height: 3.5rem; background: rgba(255, 255, 255, 1); display: flex; flex-direction: column; align-items: center; justify-content: center; margin-bottom: 0.2rem; padding: 0.3rem;}
.scheme_induce .plan_view .plan_item img{width: 0.56rem; height: 0.56rem;}
.scheme_induce .plan_view .plan_item h5{margin: 0.3rem 0;}
/* illegally_details_view */
.scheme_induce .illegally_details_view h4{padding: 0 0.1rem;}
.scheme_induce .illegally_details_view::before{background-color: rgba(255, 255, 255, 1);}
.scheme_induce .illegally_details_view .illegally_details{display: flex; flex-direction: column; align-items: center; background: rgba(255, 255, 255, 1);width: 100%; padding: 0 0.1rem;}
.scheme_induce .illegally_details_view .illegally_details_list{position: relative; width: 100%; display: flex; flex-direction: column; justify-content: center; padding: 0 0.3rem;}
.scheme_induce .illegally_details_view .illegally_details_list .top_img{width: 1.4rem; height: 1.06rem; position: absolute; right: 0; top: 0;}
.scheme_induce .illegally_details_view .illegally_details_list .bottom_img{width: 1.4rem; height: 1.06rem; position: absolute; left: 0; bottom: 0;}
.scheme_induce .illegally_details_view .illegally_details_item {display: flex; margin-bottom: 0.2rem;}
.scheme_induce .illegally_details_view .illegally_details_item div{display: flex; flex-direction: column; align-items: center;margin-right: 0.2rem;}
.scheme_induce .illegally_details_view .illegally_details_item span{ width: 0.42rem; height: 0.42rem; border-radius: 50%; text-align: center; line-height: 0.42rem; font-size: 0.28rem; background-color: rgba(0, 157, 247, 1); color: white;}
.scheme_induce .illegally_details_view .illegally_details_item h5{font-size: 0.26rem; font-weight: normal;}
.scheme_induce .illegally_details_view .illegally_details_item img{width: 0.24rem; height: 0.72rem; margin-top: 0.1rem;}
.scheme_induce .illegally_details_view .illegally_details_back{width: 90%; height: 4rem; margin-top: 0.2rem;}
/* 解决方案 - 诱导停车 end*/

/* 解决方案 - 预约停车系统 start*/
/* title_view */
.scheme_appoint .title_view span{margin-bottom: 0.1rem;}
/* plan_view */
.scheme_appoint .plan_view::before{background-color: rgba(255, 255, 255, .1);}
.scheme_appoint .plan_view .plan_list{width: 100%;display: flex;justify-content: center; flex-wrap: wrap; padding: 0 0.1rem;}
.scheme_appoint .plan_view .plan_item{width: 80%; height: 3.5rem; background: rgba(255, 255, 255, 1); display: flex; flex-direction: column; align-items: center; justify-content: center; margin-bottom: 0.2rem; padding: 0.3rem;}
.scheme_appoint .plan_view .plan_item img{width: 0.56rem; height: 0.56rem;}
.scheme_appoint .plan_view .plan_item h5{margin: 0.3rem 0;}
/* illegally_details_view */
.scheme_appoint .illegally_details_view h4{padding: 0 0.1rem;}
.scheme_appoint .illegally_details_view::before{background-color: rgba(255, 255, 255, 1);}
.scheme_appoint .illegally_details_view .illegally_details{display: flex; flex-direction: column; align-items: center; background: rgba(255, 255, 255, 1);width: 100%; padding: 0 0.1rem;}
.scheme_appoint .illegally_details_view .illegally_details_list{position: relative; width: 100%; display: flex; flex-direction: column; justify-content: center; padding: 0 0.3rem;}
.scheme_appoint .illegally_details_view .illegally_details_list .top_img{width: 1.4rem; height: 1.06rem; position: absolute; right: 0; top: 0;}
.scheme_appoint .illegally_details_view .illegally_details_list .bottom_img{width: 1.4rem; height: 1.06rem; position: absolute; left: 0; bottom: 0;}
.scheme_appoint .illegally_details_view .illegally_details_item {display: flex; margin-bottom: 0.2rem;}
.scheme_appoint .illegally_details_view .illegally_details_item div{display: flex; flex-direction: column; align-items: center;margin-right: 0.2rem;}
.scheme_appoint .illegally_details_view .illegally_details_item span{ width: 0.42rem; height: 0.42rem; border-radius: 50%; text-align: center; line-height: 0.42rem; font-size: 0.28rem; background-color: rgba(0, 157, 247, 1); color: white;}
.scheme_appoint .illegally_details_view .illegally_details_item h5{font-size: 0.26rem; font-weight: normal;}
.scheme_appoint .illegally_details_view .illegally_details_item img{width: 0.24rem; height: 0.72rem; margin-top: 0.1rem;}
.scheme_appoint .illegally_details_view .illegally_details_img{ width: 100%; display: flex; align-items: center;flex-wrap: wrap; margin-top: 0.2rem; }
.scheme_appoint .illegally_details_view .illegally_details_img img:nth-child(1){margin-right: 0.18rem; margin-bottom: 0.2rem; width: 4rem; height: 2.85rem;}
.scheme_appoint .illegally_details_view .illegally_details_img img:nth-child(2){margin-bottom: 0.2rem; width: 2.8rem; height: 2.85rem;}
.scheme_appoint .illegally_details_view .illegally_details_img img:nth-child(3){margin-right: 0.18rem; width: 2.8rem; height: 2.85rem;}
.scheme_appoint .illegally_details_view .illegally_details_img img:nth-child(4){width: 4rem; height: 2.85rem;}
/* 解决方案 - 预约停车系统 end*/

/* 解决方案 - 错峰共享停车系统 start*/
/* title_view */
.scheme_share .title_view{height: 7.2rem;}
.scheme_share .title_view span{margin-bottom: 0.1rem;}
/* plan_view */
.scheme_share .plan_view::before{background-color: rgba(255, 255, 255, .1);}
.scheme_share .plan_view .plan_list{width: 100%;display: flex;justify-content: center; flex-wrap: wrap; padding: 0 0.1rem;}
.scheme_share .plan_view .plan_item{width: 80%; height: 3.5rem; background: rgba(255, 255, 255, 1); display: flex; flex-direction: column; align-items: center; justify-content: center; margin-bottom: 0.2rem; padding: 0.3rem;}
.scheme_share .plan_view .plan_item img{width: 0.56rem; height: 0.56rem;}
.scheme_share .plan_view .plan_item h5{margin: 0.3rem 0;}
/* illegally_details_view */
.scheme_share .illegally_details_view::before{background-color: rgba(255, 255, 255, 1);}
.scheme_share .illegally_details_view .illegally_details{display: flex; flex-direction: column; align-items: center; background: rgba(255, 255, 255, 1);width: 100%; padding: 0 0.1rem;}
.scheme_share .illegally_details_view .illegally_details_list{position: relative; width: 100%; display: flex; flex-direction: column; justify-content: center; padding: 0 0.3rem;}
.scheme_share .illegally_details_view .illegally_details_list .top_img{width: 1.4rem; height: 1.06rem; position: absolute; right: 0; top: 0;}
.scheme_share .illegally_details_view .illegally_details_list .bottom_img{width: 1.4rem; height: 1.06rem; position: absolute; left: 0; bottom: 0;}
.scheme_share .illegally_details_view .illegally_details_item {display: flex; margin-bottom: 0.2rem;}
.scheme_share .illegally_details_view .illegally_details_item div{display: flex; flex-direction: column; align-items: center;margin-right: 0.2rem;}
.scheme_share .illegally_details_view .illegally_details_item span{ width: 0.42rem; height: 0.42rem; border-radius: 50%; text-align: center; line-height: 0.42rem; font-size: 0.28rem; background-color: rgba(0, 157, 247, 1); color: white;}
.scheme_share .illegally_details_view .illegally_details_item h5{font-size: 0.26rem; font-weight: normal;}
.scheme_share .illegally_details_view .illegally_details_item img{width: 0.24rem; height: 0.72rem; margin-top: 0.1rem;}
.scheme_share .illegally_details_view .illegally_details_back{width: 100%; height:5.88rem; margin-top: 0.2rem;}
/* 解决方案 - 错峰共享停车系统 end*/

/* 解决方案 - 违停治理系统 start*/
/* title_view */
.scheme_illegally_park .title_view{height: 7.2rem;}
.scheme_illegally_park .title_view span{margin-bottom: 0.1rem;}
/* plan_view */
.scheme_illegally_park .plan_view::before{background-color: rgba(255, 255, 255, .1);}
.scheme_illegally_park .plan_view .plan_list{width: 100%;display: flex;justify-content: center; flex-wrap: wrap; padding: 0 0.1rem;}
.scheme_illegally_park .plan_view .plan_item{width: 80%; height: 3.5rem; background: rgba(255, 255, 255, 1); display: flex; flex-direction: column; align-items: center; justify-content: center; margin-bottom: 0.2rem; padding: 0.3rem;}
.scheme_illegally_park .plan_view .plan_item img{width: 0.56rem; height: 0.56rem;}
.scheme_illegally_park .plan_view .plan_item h5{margin: 0.3rem 0;}
/* illegally_details_view */
.scheme_illegally_park .illegally_details_view::before{background-color: rgba(255, 255, 255, 1);}
.scheme_illegally_park .illegally_details_view .illegally_details{display: flex; flex-direction: column; align-items: center; background: rgba(255, 255, 255, 1);width: 100%; padding: 0 0.1rem;}
.scheme_illegally_park .illegally_details_view .illegally_details_list{position: relative; width: 100%; display: flex; flex-direction: column; justify-content: center; padding: 0 0.3rem;}
.scheme_illegally_park .illegally_details_view .illegally_details_list .top_img{width: 1.4rem; height: 1.06rem; position: absolute; right: 0; top: 0;}
.scheme_illegally_park .illegally_details_view .illegally_details_list .bottom_img{width: 1.4rem; height: 1.06rem; position: absolute; left: 0; bottom: 0;}
.scheme_illegally_park .illegally_details_view .illegally_details_item {display: flex; margin-bottom: 0.2rem;}
.scheme_illegally_park .illegally_details_view .illegally_details_item div{display: flex; flex-direction: column; align-items: center;margin-right: 0.2rem;}
.scheme_illegally_park .illegally_details_view .illegally_details_item span{ width: 0.42rem; height: 0.42rem; border-radius: 50%; text-align: center; line-height: 0.42rem; font-size: 0.28rem; background-color: rgba(0, 157, 247, 1); color: white;}
.scheme_illegally_park .illegally_details_view .illegally_details_item h5{font-size: 0.26rem; font-weight: normal;}
.scheme_illegally_park .illegally_details_view .illegally_details_item img{width: 0.24rem; height: 0.72rem; margin-top: 0.1rem;}
.scheme_illegally_park .illegally_details_view .illegally_details_back{width: 100%; height:5.88rem; margin-top: 0.2rem;}
/* 解决方案 - 违停治理系统 end*/

/* 解决方案 - 主动安全 start*/
/* plan_view */
.scheme_active_safety .plan_view::before{background-color: rgba(255, 255, 255, .1);}
.scheme_active_safety .plan_view .plan_list{width: 100%;display: flex;justify-content: space-between; flex-wrap: wrap; padding: 0 0.1rem;}
.scheme_active_safety .plan_view .plan_item{width: 49%; background: rgba(255, 255, 255, 1); display: flex; flex-direction: column; align-items: center; padding: 0.5rem 0.2rem; margin-bottom: 0.1rem;}
.scheme_active_safety .plan_view .plan_item img{width: 0.54rem; height: 0.54rem;}
.scheme_active_safety .plan_view .plan_item h5{margin: 0.3rem 0;}
/* scene_view */
.scheme_active_safety .scene_view::before{background-color: rgba(255, 255, 255, 1);}
.scheme_active_safety .scene_view .scene_list{width: 100%;height: 7.88rem;display: flex;justify-content: space-between; flex-wrap: wrap;padding: 0 0.1rem;}
.scheme_active_safety .scene_view .scene_item{position: relative; width: 49%; height: 2.76rem; margin-bottom: 0.1rem; display: flex; flex-direction: column;justify-content: center; align-items: center;}
.scheme_active_safety .scene_view .scene_item img{width: 100%; height: 100%;}
.scheme_active_safety .scene_view .scene_item span{position: absolute; left: 0.3rem; bottom: 0.3rem; font-size: 0.28rem; color: white;}
/* product_func_view */
.scheme_active_safety .product_func_view::before{background: linear-gradient( 180deg, #F8FCFF 0%, #F5FBFF 100%);}
.scheme_active_safety .product_func_view .back_img{width: 80%; height: 6.92rem; z-index: 1; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.scheme_active_safety .product_func_view .product_func_list{width: 100%;padding: 0 0.1rem; display: flex; flex-direction: column; align-items: center;}
.scheme_active_safety .product_func_view .product_func_item{position: relative; width: 70%; height: 5rem; background: rgba(255, 255, 255, 1); display: flex; flex-direction: column;margin-bottom: 0.3rem;}
.scheme_active_safety .product_func_view .product_func_item .product_title{width: 100%; height: 1.24rem; position: relative;}
.scheme_active_safety .product_func_view .product_func_item .product_title img{width: 100%; height: 100%; position: absolute; left: 0; top: 0;}
.scheme_active_safety .product_func_view .product_func_item .product_title h5{font-size: 0.3rem; color: white; line-height: 1.24rem; text-align: center; position: relative; z-index: 1;}
.scheme_active_safety .product_func_view .product_func_item .product_content{display: flex; flex-direction: column; align-items: center; padding-top: 0.4rem;}
.scheme_active_safety .product_func_view .product_func_item .product_content span{font-size: 0.26rem; min-width: 100px;}
.scheme_active_safety .product_func_view .product_func_item .product_content span::before{content: ''; display: inline-block; width: 0.1rem; height: 0.1rem; background-color: rgba(0, 157, 247, 1); border-radius: 1rem;margin-right: 0.2rem;}
.scheme_active_safety .product_func_view .product_func_item .bottom_img{position: absolute; right: 0; bottom: 0; width: 1.4rem; height: 1.06rem;}
/* 解决方案 - 主动安全 end*/

/* 解决方案 - 智慧出租 start*/
/* plan_view */
.scheme_hire .plan_view::before{background-color: rgba(255, 255, 255, .1);}
.scheme_hire .plan_view .plan_list{width: 100%;display: flex;justify-content: space-between; flex-wrap: wrap; padding: 0 0.1rem;}
.scheme_hire .plan_view .plan_item{width: 49%; background: rgba(255, 255, 255, 1); display: flex; flex-direction: column; align-items: center; padding: 0.5rem 0.2rem; margin-bottom: 0.1rem;}
.scheme_hire .plan_view .plan_item img{width: 0.54rem; height: 0.54rem;}
.scheme_hire .plan_view .plan_item h5{margin: 0.3rem 0;}
/* scene_view */
.scheme_hire .scene_view::before{background-color: rgba(255, 255, 255, 1);}
.scheme_hire .scene_view .scene_list{width: 100%;display: flex; flex-wrap: wrap; padding: 0 0.1rem;}
.scheme_hire .scene_view .scene_item{position: relative; width: 100%; height: 4.2rem; margin-bottom: 0.2rem; display: flex; flex-direction: column;justify-content: center; align-items: center;}
.scheme_hire .scene_view .scene_item img{width: 100%; height: 100%;}
.scheme_hire .scene_view .scene_item span{position: absolute; left: 0.3rem; bottom: 0.3rem; font-size: 0.28rem; color: white;}
/* product_func_view */
.scheme_hire .product_func_view::before{background: linear-gradient( 180deg, #F8FCFF 0%, #F5FBFF 100%);}
.scheme_hire .product_func_view .back_img{width: 80%; height: 6.92rem; z-index: 1; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.scheme_hire .product_func_view .product_func_list{width: 100%;padding: 0 0.1rem; display: flex; flex-direction: column; align-items: center;}
.scheme_hire .product_func_view .product_func_item{position: relative; width: 70%; height: 4.68rem; background: rgba(255, 255, 255, 1); display: flex; flex-direction: column;margin-bottom: 0.3rem;}
.scheme_hire .product_func_view .product_func_item .product_title{width: 100%; height: 1.24rem; position: relative;}
.scheme_hire .product_func_view .product_func_item .product_title img{width: 100%; height: 100%; position: absolute; left: 0; top: 0;}
.scheme_hire .product_func_view .product_func_item .product_title h5{font-size: 0.3rem; color: white; line-height: 1.24rem; text-align: center; position: relative; z-index: 1;}
.scheme_hire .product_func_view .product_func_item .product_content{display: flex; flex-direction: column; align-items: center; padding-top: 0.4rem;}
.scheme_hire .product_func_view .product_func_item .product_content span{font-size: 0.26rem;}
.scheme_hire .product_func_view .product_func_item .product_content span::before{content: ''; display: inline-block; width: 0.1rem; height: 0.1rem; background-color: rgba(0, 157, 247, 1); border-radius: 1rem;margin-right: 0.2rem;}
.scheme_hire .product_func_view .product_func_item .bottom_img{position: absolute; right: 0; bottom: 0; width: 1.4rem; height: 1.06rem;}
/* 解决方案 - 智慧出租 end*/

/* 解决方案 - 智慧充电 start*/
/* plan_view */
.scheme_charge .plan_view::before{background-color: rgba(255, 255, 255, .1);}
.scheme_charge .plan_view .plan_list{width: 100%;display: flex;justify-content: center; flex-wrap: wrap; padding: 0 0.1rem;}
.scheme_charge .plan_view .plan_item{width: 80%; height: 3.5rem; background: rgba(255, 255, 255, 1); display: flex; flex-direction: column; align-items: center; justify-content: center; margin-bottom: 0.2rem; padding: 0.3rem;}
.scheme_charge .plan_view .plan_item img{width: 0.56rem; height: 0.56rem;}
.scheme_charge .plan_view .plan_item h5{margin: 0.3rem 0;}
/* scene_view */
.scheme_charge .scene_view::before{background-color: rgba(255, 255, 255, 1);}
.scheme_charge .scene_view .scene_list{width: 100%;display: flex; flex-wrap: wrap; padding: 0 0.1rem;}
.scheme_charge .scene_view .scene_item{position: relative; width: 100%; height: 3.26rem; display: flex; flex-direction: column;justify-content: center; align-items: center; margin-bottom: 0.2rem;}
.scheme_charge .scene_view .scene_item img{width: 100%; height: 100%;}
.scheme_charge .scene_view .scene_item span{position: absolute; left: 0.3rem; bottom: 0.3rem; font-size: 0.28rem; color: white;}
/* operator_view */
.scheme_charge .operator_view::before{background: linear-gradient( 180deg, #F8FCFF 0%, #F5FBFF 100%);}
.scheme_charge .operator_view .back_img{width: 80%; height: 6.92rem; z-index: 1; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.scheme_charge .operator_view .operator_list{width: 100%;display: flex;flex-wrap: wrap; padding: 0 0.1rem;}
.scheme_charge .operator_view .operator_item{width: 50%; height: 4rem; background: rgba(255, 255, 255, 1); display: flex; flex-direction: column; padding: 0.6rem 0.5rem;}
.scheme_charge .operator_view .operator_item img{width: 0.72rem; height: 0.72rem;}
.scheme_charge .operator_view .operator_item h5{font-size: 0.3rem; margin: 0.1rem 0;}
.scheme_charge .operator_view .operator_list .br{border-right: 0.02rem solid rgba(246, 246, 246, 1);}
.scheme_charge .operator_view .operator_list .bb{border-bottom: 0.02rem solid rgba(246, 246, 246, 1);}
/* 解决方案 - 智慧充电 end*/




/* 硬件设备 - 视频巡检车 start*/
/* device_func_view */
.device_video_vehicle .device_func_view .wrap{padding-left: 0.1rem; padding-right: 0.1rem;}
.device_video_vehicle .device_func_view::before{background-color: rgba(255, 255, 255, 1);}
.device_video_vehicle .device_func_view .menu_list{display: flex;align-items: center;width: 100%;height: 0.84rem;border-radius: 0.3rem 0.3rem 0 0;background: rgba(239, 244, 255, 1); overflow: hidden;}
.device_video_vehicle .device_func_view .menu_list h5{font-size: 0.3rem; width: 50%;line-height: 0.84rem;text-align: center; cursor: pointer;}
.device_video_vehicle .device_func_view .select_menus_item{background-color: rgba(0, 157, 247, 1); color: white;}
.device_video_vehicle .device_func_view .func_list_box{width: 100%; background-color: white; padding: 0.5rem 0.2rem; overflow: hidden;}
.device_video_vehicle .device_func_view .func_list{width: 100%;display: none;justify-content: space-between;}
.device_video_vehicle .device_func_view .select_func_list{display: block;}
.device_video_vehicle .device_func_view .func_item{width: 100%; background: rgba(248, 251, 255, 1); padding:0.2rem; display: flex; flex-direction: column;justify-content: center;margin-bottom: 0.2rem;}
.device_video_vehicle .device_func_view .func_item img{width: 0.6rem; height: 0.6rem;}
.device_video_vehicle .device_func_view .func_item h5{font-size: 0.3rem; margin: 0.2rem 0;}
/* product_features_view */
.device_video_vehicle .product_features_view::before{background: linear-gradient( 180deg, #F8FCFF 0%, #F5FBFF 100%);}
.device_video_vehicle .product_features_view .back_img{width: 80%; height: 6.92rem; z-index: 1; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.device_video_vehicle .product_features_view .product_features_list{width: 100%;display: flex;flex-wrap: wrap; padding: 0 0.1rem;}
.device_video_vehicle .product_features_view .product_features_item{width: 50%; height: 3.1rem; background: rgba(255, 255, 255, 1); display: flex; flex-direction: column;justify-content: center;align-items: center;}
.device_video_vehicle .product_features_view .product_features_item img{width: 0.84rem; height: 0.84rem; margin-bottom: 0.4rem;}
.device_video_vehicle .product_features_view .product_features_item h5{font-size: 0.3rem;}
.device_video_vehicle .product_features_view .product_features_list .br{border-right: 0.02rem solid rgba(246, 246, 246, 1);}
.device_video_vehicle .product_features_view .product_features_list .bb{border-bottom: 0.02rem solid rgba(246, 246, 246, 1);}
/* .device_video_vehicle .product_features_view .more_info{width: 100%; text-align: right; margin-top: 0.5rem; padding-right: 0.1rem;}
.device_video_vehicle .product_features_view .more_info img{display: none} */
/* product_func_view */
.device_video_vehicle .product_func_view::before{background: linear-gradient( 180deg, #F8FCFF 0%, #F5FBFF 100%);}
.device_video_vehicle .product_func_view .product_func_list{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between; padding: 0 0.1rem;}
.device_video_vehicle .product_func_view .product_func_item{width: 49%; height: 2.7rem; background: rgba(194, 230, 255, .3); display: flex; flex-direction: column;margin-bottom: 0.1rem;border-radius: 0.1rem; padding: 0.2rem 0.1rem;}
.device_video_vehicle .product_func_view .product_func_item h5{font-size: 0.3rem;}
.device_video_vehicle .product_func_view .product_func_item span{font-size: 0.24rem;}
/* 硬件设备 - 视频巡检车 end*/

/* 硬件设备 - 中高位视频摄像机 start*/
/* product_features_view */
.device_video_camera .product_features_view h4{padding: 0 0.1rem;}
.device_video_camera .product_features_view::before{background-color: rgba(255, 255, 255, 1);}
.device_video_camera .product_features_view .product_features_list{width: 100%; padding: 0 0.1rem;}
.device_video_camera .product_features_view .product_features_item{width: 100%; height: 2.83rem;background-color: white;display: flex; align-items: center; justify-content: space-between; padding: 0 0.3rem; position: relative; margin-bottom: 0.3rem;}
.device_video_camera .product_features_view .product_features_item .title_details{display: flex; flex-direction: column;}
.device_video_camera .product_features_view .product_features_item h5{font-size: 0.34rem;}
.device_video_camera .product_features_view .product_features_item span{width: 2.58rem;}
.device_video_camera .product_features_view .product_features_item .ai_img1{position: relative; z-index: 1;width: 1.81rem; height: 1.52rem;}
.device_video_camera .product_features_view .product_features_item .ai_img2{position: relative; z-index: 1;width: 1.32rem; height: 1.46rem;}
.device_video_camera .product_features_view .product_features_item .shadow_img{position: absolute; right: 0;bottom: 0; width: 3.3rem; height: 1.53rem;}
/* product_func_view */
/* .device_video_camera .product_func_view::before{background-color: rgba(255, 255, 255, .1);}
.device_video_camera .product_func_view .func_img{width: 95%; height: 2rem;}
.device_video_camera .product_func_view .more_info{width: 100%; text-align: right; margin-top: 0.5rem; padding-right: 0.1rem;}
.device_video_camera .product_func_view .more_info img{display: none} */
.device_video_camera .product_func_view::before{background: linear-gradient( 180deg, #F8FCFF 0%, #F5FBFF 100%);}
.device_video_camera .product_func_view .product_func_list{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between; padding: 0 0.1rem;}
.device_video_camera .product_func_view .product_func_list .product_func_item{width: 49%; height: 3.2rem; background: rgba(194, 230, 255, .3); display: flex; flex-direction: column;margin-bottom: 0.1rem;border-radius: 0.1rem; padding: 0.2rem 0.1rem;}
/* 硬件设备 - 中高位视频摄像机 end*/

/* 硬件设备 - 智能道闸 start*/
/* device_func_view */
.device_intelligent_gateway .device_func_view::before{background-color: rgba(255, 255, 255, 1);}
.device_intelligent_gateway .device_func_view .func_list{width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap; padding: 0 0.1rem;}
.device_intelligent_gateway .device_func_view .func_item{width: 49%; background: rgba(248, 251, 255, 1); padding: 0.2rem; display: flex; flex-direction: column;margin-bottom: 0.3rem;}
.device_intelligent_gateway .device_func_view .func_item img{width: 0.84rem; height: 0.84rem;}
.device_intelligent_gateway .device_func_view .func_item h5{font-size: 0.3rem;padding-bottom: 0.1rem;}
/* system_func_view */
.device_intelligent_gateway .system_func_view::before{background-color: rgba(255, 255, 255, .1);}
.device_intelligent_gateway .system_func_view .func_list{width: 100%;display: flex;flex-wrap: wrap; align-items: center; justify-content: center; padding: 0 0.1rem;}
.device_intelligent_gateway .system_func_view .func_item{width: 5rem; height: 6rem;position: relative; margin-bottom: 0.5rem;}
.device_intelligent_gateway .system_func_view .func_item img{width: 100%; height: 100%;}
.device_intelligent_gateway .system_func_view .func_item div{position: absolute; bottom: 0; width: 100%; height: 1rem; border-radius: 0.12rem 0.12rem 0 0; display: flex; align-items: center; justify-content: center; background-color: rgba(255, 255, 255, 1);}
.device_intelligent_gateway .system_func_view .func_item div h5{font-weight: normal;}
.device_intelligent_gateway .system_func_view .func_item div img{width: 0.7rem; height: 0.53rem; position: absolute; right: 0; bottom: 0;}
/* 硬件设备 - 智能道闸 end*/

/* 硬件设备 - 智能平板车位锁 start*/
/* device_func_view */
.device_vehicle_lock .device_func_view h4{padding: 0 0.1rem;}
.device_vehicle_lock .device_func_view::before{background-color: rgba(255, 255, 255, 1);}
.device_vehicle_lock .device_func_view .func_list{width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap; padding: 0 0.1rem;}
.device_vehicle_lock .device_func_view .func_item{width: 49%; background: rgba(248, 251, 255, 1); padding: 0.3rem; display: flex; flex-direction: column;justify-content: space-around;margin-bottom: 0.1rem;}
.device_vehicle_lock .device_func_view .func_item img{width: 0.84rem; height: 0.84rem;}
.device_vehicle_lock .device_func_view .func_item h5{font-size: 0.3rem;padding-bottom: 0.1rem;}
/* product_features_view */
.device_vehicle_lock .product_features_view::before{background: linear-gradient( 180deg, #F8FCFF 0%, #F5FBFF 100%);}
.device_vehicle_lock .product_features_view .product_features_list{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between; padding: 0 0.1rem;}
.device_vehicle_lock .product_features_view .product_features_item{width: 49%; height: 1.8rem; background: rgba(194, 230, 255, .3); display: flex; flex-direction: column;justify-content: center;align-items: center;margin-bottom: 0.1rem;border-radius: 0.1rem;}
.device_vehicle_lock .product_features_view .product_features_item img{width: 0.74rem; height: 0.74rem; margin-bottom: 0.2rem;}
.device_vehicle_lock .product_features_view .product_features_item h5{font-size: 0.3rem; font-weight: normal;}
/* 硬件设备 - 智能平板车位锁 end*/

/* 硬件设备 - 无线视频桩 start*/
/* device_func_view */
.device_video_pile .device_func_view::before{background-color: rgba(255, 255, 255, 1);}
.device_video_pile .device_func_view .func_list{width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap; padding: 0 0.1rem;}
.device_video_pile .device_func_view .func_item{width: 49%; background: rgba(248, 251, 255, 1); padding: 0.3rem; display: flex; flex-direction: column;justify-content: space-around;margin-bottom: 0.1rem;}
.device_video_pile .device_func_view .func_item img{width: 0.84rem; height: 0.84rem;}
.device_video_pile .device_func_view .func_item h5{font-size: 0.3rem;padding-bottom: 0.1rem;}
/* product_features_view */
.device_video_pile .product_features_view::before{background: linear-gradient( 180deg, #F8FCFF 0%, #F5FBFF 100%);}
.device_video_pile .product_features_view .back_img{width: 80%; height: 6.92rem; z-index: 1; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.device_video_pile .product_features_view .product_features_list{width: 100%;display: flex;flex-wrap: wrap; padding: 0 0.1rem;}
.device_video_pile .product_features_view .product_features_item{width: 49%; height: 3.1rem; background-color: white; display: flex; flex-direction: column;justify-content: center;align-items: center;}
.device_video_pile .product_features_view .product_features_item img{width: 0.84rem; height: 0.84rem; margin-bottom: 0.4rem;}
.device_video_pile .product_features_view .product_features_item h5{font-size: 0.3rem;}
.device_video_pile .product_features_view .product_features_list .br{border-right: 0.02rem solid rgba(246, 246, 246, 1);}
.device_video_pile .product_features_view .product_features_list .bb{border-bottom: 0.02rem solid rgba(246, 246, 246, 1);}
/* 硬件设备 - 无线视频桩 end*/

/* 硬件设备 - 地磁车辆检测器 start*/
/* product_features_view */
.device_vehicle_detector .product_features_view::before{background-color: rgba(255, 255, 255, 1);}
.device_vehicle_detector .product_features_view .product_features_list{width: 100%;display: flex;flex-wrap: wrap; padding:  0 0.1rem;}
.device_vehicle_detector .product_features_view .product_features_item{width: 49%; height: 4.1rem; display: flex; flex-direction: column;align-items: center; padding-top: 0.3rem;}
.device_vehicle_detector .product_features_view .product_features_item img{width: 0.84rem; height: 0.84rem;}
.device_vehicle_detector .product_features_view .product_features_item h5{font-size: 0.3rem; margin: 0.2rem 0;}
.device_vehicle_detector .product_features_view .product_features_list span{width: 90%; text-align: center;}
.device_vehicle_detector .product_features_view .product_features_list .br{border-right: 0.02rem solid rgba(212, 215, 226, 1);}
.device_vehicle_detector .product_features_view .product_features_list .bb{border-bottom: 0.02rem solid rgba(212, 215, 226, 1);}
/* 硬件设备 - 地磁车辆检测器 end*/

/* 项目案例 start*/
/* title_view */
.project_case .title_view{height: 4.87rem;}
.project_case .title_view::before{background-color: rgba(0, 0, 0, .4);}
.project_case .title_view .title{display: flex;align-items: center;}
.project_case .title_view .title h4{color: white;}
.project_case .title_view h5{color: white; font-weight: normal;padding: 0.3rem;}
/* mode_view */
.project_case .mode_view::before{background-color: rgba(255, 255, 255, 1);}
.project_case .mode_list{width: 100%;display: flex;align-items: center;flex-direction: column;}
.project_case .mode_list .mode_item{display: flex; align-items: center;width: 80%; margin-bottom: 0.5rem;}
.project_case .mode_list .mode_item .img_view{width: 1.2rem; height: 1.2rem;; display: flex; align-items: center; justify-content: center;}
.project_case .mode_list .mode_item img{width: 1.16rem;height: 1.17rem;}
.project_case .mode_list .mode_item .img02{width: 0.9rem;height: 0.9rem;}
.project_case .mode_list .mode_item .img03{width: 0.82rem;height: 0.82rem;}
.project_case .mode_list .mode_item h5{ text-align: center;}
.project_case .mode_list .mode_item .details_content{display:flex;flex-direction: column; margin-left: 0.3rem;}
.project_case .mode_list .mode_item .details_content .info{display: flex;}
.project_case .mode_list .mode_item .details_content .info :first-child{flex-shrink: 0;margin-right: 0.1rem; margin-top: 0.2rem; width: 0.1rem;height: 0.1rem;background-color: rgba(0, 157, 247, 1);border-radius: 50%;}
/* case_view */
.project_case .case_view::before{background-color: rgba(246, 246, 246, 1);}
.project_case .case_list{width: 100%;display: flex;justify-content: space-between; flex-wrap: wrap; padding: 0 0.2rem;}
.project_case .case_list .case_item{display: flex;flex-direction: column;width: 49%;background-color: white;margin-bottom: 0.2rem;}
.project_case .case_list .case_item img{width: 100%;height: 2.6rem;}
.project_case .case_list .case_item .details_content{width: 100%;padding: 0.3rem 0.2rem;}
/* title_view2 */
.project_case .title_view2{height: 3.84rem;}
.project_case .title_view2::before{background-color: rgba(255, 255, 255, .1);}
.project_case .title_view2 .title{display: flex;align-items: center;margin-bottom: 0.2rem;}
.project_case .title_view2 .title :first-child{margin-right: 20px;}
.project_case .title_view2 .title_details h5{font-weight: normal; padding: 0 0.4rem;line-height: 2em;text-align: center;}
/* cate_view */
.project_case .cate_view{height: 1.72rem;border-top: 1px solid rgba(229, 229, 229, 1); padding: 0 0.2rem;}
.project_case .cate_view::before{background-color: rgba(255, 255, 255, 1);}
.project_case .cate_list{width: 100%;display: flex;align-items: center;justify-content: space-between; flex-wrap: wrap;}
.project_case .cate_list .cate_item{display: flex;align-items: center; justify-content: center; width: 50%; margin-bottom: 0.1rem;}
.project_case .cate_list .cate_item:nth-child(1) img{width: 0.4rem;height: 0.4rem;margin-right: 0.2rem;}
.project_case .cate_list .cate_item:nth-child(2) img{width: 0.46rem;height: 0.46rem;margin-right: 0.2rem;}
.project_case .cate_list .cate_item:nth-child(3) img{width: 0.5rem;height: 0.5rem;margin-right: 0.2rem;}
.project_case .cate_list .cate_item:nth-child(4) img{width: 0.48rem;height: 0.48rem;margin-right: 0.2rem;}
.project_case .cate_list .cate_item h5{font-weight: normal;}
/* 项目案例 end */


/* 合作伙伴 - 城市合伙人 start*/
/* title_view */
.city_partner .title_view{height: 6.01rem;}
.city_partner .title_view::before{background-color: rgba(0, 0, 0, .4);}
.city_partner .title_view h4{color: white;}
.city_partner .title_view h5{color: white;font-weight: normal;padding: 0.3rem;}
/* characteristic_view */
.city_partner .characteristic_view::before{background-color: rgba(255, 255, 255, 1);}
.city_partner .characteristic_list{width: 100%;display: flex; flex-direction: column; align-items: center;justify-content: space-between;}
.city_partner .characteristic_list .characteristic_item{display: flex;flex-direction: column;align-items: center; justify-content: center; width: 100%; margin-bottom: 0.2rem;padding: 0.3rem;}
.city_partner .characteristic_list .characteristic_item .img_view{width: 1.3rem; height: 1.3rem; display: flex; align-items: center; justify-content: center;}
.city_partner .characteristic_list .characteristic_item:nth-child(1) img{width: 1.28rem;height: 1.28rem;}
.city_partner .characteristic_list .characteristic_item:nth-child(2) img{width: 1.2rem;height: 1.2rem;}
.city_partner .characteristic_list .characteristic_item:nth-child(3) img{width: 1.02rem;height: 1.02rem,;}
.city_partner .characteristic_list .characteristic_item h5{margin: 0.4rem 0;}
.city_partner .characteristic_list .characteristic_item .details_content{display:flex;flex-direction: column; width: 80%; margin-bottom: 0.1rem;}
.city_partner .characteristic_list .characteristic_item .details_content span{margin-bottom: 0.1rem;}
/* technology_view */
.city_partner .technology_view .details{width: 80%;margin-bottom: 0.4rem;}
.city_partner .technology_list{width: 100%;display: flex;padding: 0.3rem 0; background-color: white;}
.city_partner .technology_list .technology_item{display: flex;flex-direction: column; align-items: center; width: 33.33%;border-right: 1px solid rgba(229, 229, 229, 1);}
.city_partner .technology_list .technology_item:last-child{border: none;}
.city_partner .technology_list .technology_item .img_view{width: 0.5rem; height: 0.5rem; display: flex; align-items: center; justify-content: center;}
.city_partner .technology_list .technology_item:nth-child(1) img{width: 0.48rem;height: 0.48rem;}
.city_partner .technology_list .technology_item:nth-child(2) img{width: 0.52rem;height: 0.52rem;}
.city_partner .technology_list .technology_item:nth-child(3) img{width: 0.46rem;height: 0.46rem;}
.city_partner .technology_list .technology_item h5{margin: 0.3rem 0 0.2rem 0;}
.city_partner .technology_list .technology_item .details_content{width: 100%;display: flex;flex-direction: column;justify-content: center;align-items: center;box-sizing: border-box;padding:0 0.1rem;}
/* cooperate_view */
.city_partner .cooperate_view::before{background-color: rgba(0, 0, 0, .4);}
.city_partner .cooperate_view h4{color: white;}
.city_partner .cooperate_content {width: 100%; display: flex; flex-direction: column; align-items: center; padding: 0 0.2rem;} 
.city_partner .cooperate_list{width: 100%; display: flex; justify-content: space-between; margin-bottom: 0.2rem;}
.city_partner .cooperate_list .cooperate_item{ width: 33.33%; padding: 0.2rem 0; background-color: white; cursor: pointer; display: flex; flex-direction: column; align-items: center;}
.city_partner .cooperate_list .cooperate_item:nth-child(1) img{width: 0.42rem;height: 0.42rem; }
.city_partner .cooperate_list .cooperate_item:nth-child(2) img{width: 0.4rem;height: 0.4rem; }
.city_partner .cooperate_list .cooperate_item:nth-child(3) img{width: 0.36rem;height: 0.36rem; }
.city_partner .cooperate_list .cooperate_item .details_content{display: flex; flex-direction: column; align-items: center; padding: 0.1rem 0.1rem 0 0.1rem;}
.city_partner .cooperate_view .right_content{background-color: rgba(244, 248, 252, .5); padding: 0.2rem; margin-top: 0.2rem; overflow: hidden;}
.city_partner .cooperate_view .right_content img{display: none;  width: 100%; height: 100%;}
.city_partner .cooperate_view .right_content img:first-child{display: inline-block;}
.city_partner .cooperate_list .select_cooperate_item{background-color: rgba(0, 157, 247, 1);}
.city_partner .cooperate_list .select_cooperate_item h5{color: white;}
.city_partner .cooperate_list .select_cooperate_item span{color: white;}
/* condition_view */
.city_partner .condition_view::before{background-color: rgba(255, 255, 255, 1);}
.city_partner .condition_content{width: 100%; display: flex; flex-direction: column; align-items: center;}
.city_partner .condition_content img{width: 4.87rem;height: 100%;}
.city_partner .condition_content .right_content{height: 100%; position: relative; display: flex; justify-content: space-between; flex-direction: column; padding: 0rem 0.6rem;}
.city_partner .condition_content .right_content .details_content{display: flex; flex-direction: column;}
.city_partner .condition_content .right_content .details_content span{margin-top: 0.16rem;}
.city_partner .condition_content .right_content img{position: absolute; right: 0;bottom: 0; width: 1.4rem; height: 1.06rem;}
/* contact_information_view */
.city_partner .contact_information_view::before{background: linear-gradient(180deg, #F8FCFF 0%, #F5FBFF 100%);}
.city_partner .contact_information_list{width: 100%;display: flex; flex-direction: column; align-items: center;}
.city_partner .contact_information_list .contact_information_item{display: flex; align-items: center; width: 4.76rem; height: 1.53rem; background-color: white;margin-bottom: 0.2rem;}
.city_partner .contact_information_list .contact_information_item img{margin-right: 0.3rem; margin-left: .6rem;}
.city_partner .contact_information_list .contact_information_item:nth-child(1) img{width: 0.44rem;height: 0.44rem; }
.city_partner .contact_information_list .contact_information_item:nth-child(2) img{width: 0.46rem;height: 0.46rem; }
.city_partner .contact_information_list .contact_information_item:nth-child(3) img{width: 0.52rem;height: 0.52rem; }
.city_partner .contact_information_list .contact_information_item .details_content{display: flex;flex-direction: column;justify-content: center;}
/* 合作伙伴 - 城市合伙人 end */

/* 合作伙伴 - 渠道合伙人 start*/
/* title_view */
.channel_partner .title_view{height: 5.17rem;}
.channel_partner .title_view::before{background-color: rgba(0, 0, 0, .22);}
.channel_partner .title_view .title_details{display: flex;align-items: center;}
.channel_partner .title_view .title_img{width: auto; height: 1.4rem;margin-right: 0.2rem;}
.channel_partner .title_view h4{color: white;font-size: 1.2rem;}
.channel_partner .title_view h5{color: white;font-size: 0.5rem;width:80%; text-align: center; background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(170, 198, 252, 0.6) 50.37%, rgba(255, 255, 255, 0) 100%);}
/* attract_investment_view */
.channel_partner .attract_investment_view::before{background-color: rgba(255, 255, 255, 1);}
.channel_partner .attract_investment_list{width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;position: relative; padding: 0 0.2rem;}
.channel_partner .attract_investment_list .attract_investment_item{display: flex;flex-direction: column; width: 49%; margin-bottom: 0.1rem; background: rgba(248, 251, 255, 1); padding:0.2rem;}
.channel_partner .attract_investment_list .attract_investment_item:nth-child(even){align-items: flex-end;}
.channel_partner .attract_investment_list .attract_investment_item img{width: 0.5rem;height: 0.5rem;}
.channel_partner .attract_investment_list .attract_investment_item h5{font-size: 0.2rem;margin-top: 0.1rem;}
.channel_partner .attract_investment_list .attract_investment_item span{margin-top: 0.1rem;}
.channel_partner .attract_investment_list .hope_view{position: absolute;left: 50%; top: 50%; transform: translate(-50%, -50%);width: 1rem; height: 1.4rem; border-radius: 2rem; background-color: white;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.channel_partner .attract_investment_list .hope_view img{ width: 1rem; height: 1.4rem; }
/* more_sale_view */
.channel_partner .more_sale_view::before{background-color: rgba(255, 255, 255, .1);}
.channel_partner .more_sale_view .details{margin-bottom: 0.4rem;font-size: 0.26rem; padding: 0 0.1rem; line-height: normal;}
.channel_partner .sale_label_list{width: 100%;display: flex;justify-content: space-between; flex-wrap: wrap; margin-bottom: 0.4rem; padding: 0 0.1rem;}
.channel_partner .sale_label_list span{ width: 33%; height: 0.52rem; line-height: 0.52rem; font-size: 0.24rem; text-align: center; color: rgba(0, 157, 247, 1); border-radius: 0.5rem 0 0 0.5rem; background: linear-gradient(90deg, #009df752 0%, rgba(190, 231, 255, 0) 100%); margin-bottom: 0.2rem;}
.channel_partner .platform_view{ width: calc(100vw - 0.6rem) ; border: 2px dashed rgba(0, 157, 247, 1); border-radius: 0.1rem; padding: 0.3rem 0.2rem; }
.channel_partner .platform_view .platform_title{width: 100%; text-align: center;font-size: 0.28rem;}
.channel_partner .platform_view .platform_list{width: 100%;height: 5.8rem; margin-top: 0.7rem;position: relative;}
.channel_partner .platform_view .platform_item{position: absolute;width: calc((100% - 0.3rem)/2); background-color: white; padding: 0.6rem 0.2rem 0.3rem 0.2rem;}
.channel_partner .platform_view .platform_item:nth-child(1){top: 0;left: 0;}
.channel_partner .platform_view .platform_item:nth-child(2){top: 0;right: 0;}
.channel_partner .platform_view .platform_item:nth-child(3){top: 1.05rem;right: 0;}
.channel_partner .platform_view .platform_item span{color: rgba(0, 157, 247, 1); white-space: nowrap;font-size: 0.24rem;display: inline-block; margin: 0 0.2rem 0.2rem 0;}
.channel_partner .platform_view .platform_item .label_span{ line-height: 0.36rem; height:  0.36rem; padding: 0 0.2rem; border-radius: 1rem; }
.channel_partner .platform_view .platform_item .btn{ position: absolute; top: -0.32rem; left: 0; width: 100%; height: 0.65rem; line-height: 0.65rem; text-align: center; color: white; border-radius: 1rem; background: var(--Color, rgba(0, 157, 247, 1));font-size: 0.24rem;font-weight: bold;}
.channel_partner .platform_view  .system{display: flex;flex-direction: column;justify-content: center;align-items: center;position: absolute;bottom: 0;left: 0rem;right: 0rem;height: 1.2rem;background: linear-gradient(0deg, rgba(0, 157, 247, 0.6) 0%, rgb(255, 255, 255) 100%);border-radius:0.6rem; }
.channel_partner .platform_view  .system .title{font-size: 0.28rem;color: var(--primary-color);}
.channel_partner .platform_view  .system span{font-size: 0.26rem;color: var(--primary-color);}
.channel_partner .platform_view  .system img{position: absolute;top: -0.8rem;left: 20%;height: 0.8rem;}
.channel_partner .platform_view  .system img:nth-of-type(2){position: absolute;top: -0.8rem;left: 70%;height: 0.8rem;}
/* channel_view */
.channel_partner .channel_view::before{background-color: rgba(255, 255, 255, 1);}
.channel_partner .level_list{width: 100%;display: flex;justify-content: space-between; align-items: flex-end; padding: 0 0.1rem;}
.channel_partner .level_list .level_item{display: flex;flex-direction: column; align-items: center; justify-content: space-between; width: 24%;}
.channel_partner .level_list .level_item .img_view{display: flex; flex-direction: column; align-items: center; width: 100%; margin-top: 0.5rem; position: relative;}
.channel_partner .level_list .level_item .img_view img:first-child{width: 1.05rem;height: 0.98rem;z-index: 1;}
.channel_partner .level_list .level_item .img_view .medal_img1{margin-bottom: -0.3rem;}
.channel_partner .level_list .level_item .img_view .medal_img2{margin-bottom: -0.5rem;}
.channel_partner .level_list .level_item .img_view .medal_img3{margin-bottom: -0.52rem;}
.channel_partner .level_list .level_item .img_view .medal_img4{margin-bottom: -0.62rem;}
.channel_partner .level_list .level_item .img_view .level_img1{width: 100%; height: 1.74rem;}
.channel_partner .level_list .level_item .img_view .level_img2{width: 100%; height: 2.67rem;}
.channel_partner .level_list .level_item .img_view .level_img3{width: 100%; height: 3.03rem;}
.channel_partner .level_list .level_item .img_view .level_img4{width: 100%; height: 3.63rem;}
.channel_partner .level_list .level_item .title_details h5{font-size: 0.24rem;}
/* sale_view */
.channel_partner .sale_view::before{background-color: rgba(255, 255, 255, .1);}
.channel_partner .sale_view .details{margin-bottom: 0.4rem;font-size: 0.16rem;}
.channel_partner .sale_list{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between; padding: 0 0.1rem;}
.channel_partner .sale_list .sale_item{display: flex;flex-direction: column; align-items: center; justify-content: center; width: 49%; height: 1.8rem; border-radius: 5px; background: rgba(194, 230, 255, .3);margin-bottom: 0.2rem;}
.channel_partner .sale_list .sale_item img{width: 0.74rem;height: 0.74rem; margin-bottom: 0.1rem;}
.channel_partner .sale_list .sale_item h5{font-size: 0.24rem;font-weight: normal;}
/* cooperate_view */
.channel_partner .cooperate_view::before{background-color: rgba(255, 255, 255, 1);}
.channel_partner .cooperate_list{width: 100%;display: flex;padding: 0.3rem 0;}
.channel_partner .cooperate_list .cooperate_item{display: flex;flex-direction: column; align-items: center; width: 33.33%;background-color: white;border-right: 1px solid rgba(229, 229, 229, 1);}
.channel_partner .cooperate_list .cooperate_item:last-child{border: none;}
.channel_partner .cooperate_list .cooperate_item img{width: 0.67rem;height: 0.67rem; margin:  0.3rem 0 0.1rem 0;}
.channel_partner .cooperate_list .cooperate_item .details_content{width: 100%;display: flex;flex-direction: column;justify-content: center;align-items: center; width: 90%; margin-top: 0.1rem;}
/* 合作伙伴 - 渠道合伙人 end */

/* 关于我们 start*/
/* title_view */
.about_us .title_view{height: 4.87rem;}
.about_us .title_view::before{background-color: rgba(0, 0, 0, .1);}
.about_us .title_view h4{color: white;font-size: 0.48rem; width: 100%;margin-bottom: 1rem; padding-left: 0.5rem;}
/* company_profile_view */
.about_us .company_profile_view::before{background-color: white}
.about_us .company_profile_view .wrap{padding: 1.2rem 0;}
.about_us .company_profile_view .title_line{margin-bottom: 0.2rem;}
.about_us .company_profile_view .title_details{text-align: center; margin-bottom: 0.5rem;}
.about_us .company_profile_view .company_profile{width: 90%;}
.about_us .company_profile_view .company_profile .profile_details{display: flex; flex-direction: column;}
.about_us .company_profile_view .company_profile .profile_details span{margin-bottom: 0.2rem;}
.about_us .company_profile_view .company_profile .profile_list{display: flex; justify-content: space-between; margin-top: 0.4rem;}
.about_us .company_profile_view .company_profile .profile_list .profile_item{display: flex; flex-direction: column; width: 30%;}
.about_us .company_profile_view .company_profile .profile_list .profile_item h5{font-size: 0.24rem;}
/* corporate_structure_view */
.about_us .corporate_structure_view::before{background-color: rgba(255, 255, 255, .8);}
.about_us .corporate_structure_view .title_line{margin-bottom: 0.2rem;}
.about_us .corporate_structure_view .details{margin-bottom: 0.7rem;font-size: 0.26rem;}
.about_us .corporate_structure_view .structure_view{display: flex; flex-direction: column; align-items: center; justify-content: space-between;width: 100%;}
.about_us .corporate_structure_view .structure_view img{width: 4.38rem; height: 4.38rem;}
.about_us .corporate_structure_view .structure_info{width: 90%; display: flex; justify-content: space-between; margin-top: 0.5rem;}
.about_us .corporate_structure_view .structure_info .common_title{font-size: 0.32rem;}
.about_us .corporate_structure_view .structure_details{width: calc(100% - 0.6rem); margin-top: 0.2rem;}
.about_us .corporate_structure_view .structure_menus_list{display: flex; width: 100%; justify-content: space-between; border-bottom: 1px solid rgba(229, 229, 229, 1);} 
.about_us .corporate_structure_view .structure_menus_list div{cursor: pointer;text-align: center;position: relative;}
.about_us .corporate_structure_view .structure_menus_list .select_menus_item h5{color: rgba(0, 157, 247, 1); transition: all 400ms; height: .4rem;}
.about_us .corporate_structure_view .structure_menus_list div span{width: 0; transition: all 400ms;}
.about_us .corporate_structure_view .structure_menus_list .select_menus_item span{ display: inline-block; width: 0.9rem; height: 0.03rem; background-color: rgba(0, 157, 247, 1);}
.about_us .corporate_structure_view .menus_content_list{padding-top: 0.5rem;height: 3.4rem;}
.about_us .corporate_structure_view .menus_content_item{display: none; flex-direction: column;}
.about_us .corporate_structure_view .select_menus_content{display: flex;}
.about_us .corporate_structure_view .menus_content_item div{display: flex; flex-direction: column; margin-bottom: 0.1rem;}
.about_us .corporate_structure_view .menus_content_item .company_name{font-size: 0.26rem; font-weight: normal;}
.about_us .corporate_structure_view .year_list{display: flex; flex-direction: column; justify-content: space-between;}
.about_us .corporate_structure_view .year_list .year_item div{display: flex; align-items: flex-end;}
.about_us .corporate_structure_view .year_list .year_item div h5{color: rgba(0, 157, 247, 1);}
.about_us .corporate_structure_view .year_list .year_item div span{color: rgba(0, 157, 247, 1); font-weight: bold; line-height: normal;}
/* company_certificate_view */
.about_us .company_certificate_view::before{background-color: rgba(255, 255, 255, 1);}
.about_us .company_certificate_view .title_line{margin-bottom: 0.2rem;}
.about_us .company_certificate_view .details{margin-bottom: 0.7rem;font-size: 0.26rem;}
.about_us .company_certificate_view .certificate_list{width: 100%; display: flex; justify-content: space-between; padding: 0 0.1rem;}
.about_us .company_certificate_view .certificate_list img{width: 33.33%; height: 1.5rem;}
.about_us .company_certificate_view  .certificate_swiper{ position:relative; margin-top: 0.5rem; width: 100%;}
.about_us .company_certificate_view .certificate_swiper .bd ul{ overflow:hidden; height: 2.3rem; }
.about_us .company_certificate_view .certificate_swiper .bd ul li{ margin: 0 0.1rem; float:left; }
.about_us .company_certificate_view .certificate_swiper .bd img{ width: 1.6rem; height:2.3rem; border: 0.15rem solid rgba(250, 250, 250, 1); }
.about_us .company_certificate_view .certificate_swiper .hd{ height:0.3rem; display: flex; align-items: center; justify-content: center; margin-top: 0.2rem; }
.about_us .company_certificate_view .certificate_swiper .hd ul li{ float:left;  width: 0.2rem; height:0.2rem; border-radius: 50%; margin:0 0.1rem; cursor:pointer; background:transparent; border: 1px solid rgba(206, 206, 206, 1); }
.about_us .company_certificate_view .certificate_swiper .hd ul li.on{ background-color: rgba(0, 157, 247, 1); border: none; }
/* company_environment_view */
.about_us .company_environment_view::before{background-color: rgba(255, 255, 255,.1);}
.about_us .company_environment_view .back_img{z-index: 1}
.about_us .company_environment_view .environment_list{width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; padding: 0 0.1rem;overflow: hidden;}
.about_us .company_environment_view .environment_item{ width: 49%; height: 4rem;position: relative; margin-bottom: 0.2rem; cursor: pointer;}
.about_us .company_environment_view .environment_item img:first-child{height: 100%; width: 100%; position: absolute;}
.about_us .company_environment_view .environment_item .up_img{height: 1.43rem; width: 1.43rem; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.about_us .company_environment_view .environment_item div{height: 100%; width: 100%; position: absolute; padding: 0.2rem 0.3rem;}
.about_us .company_environment_view .environment_item:hover div{background-color: rgba(0, 157, 247, .5);}
.about_us .company_environment_view .environment_item:hover span{display: inline-block;}
.about_us .company_environment_view .environment_item h5{color: white;}
.about_us .company_environment_view .environment_item span{color: white; display: none;}

/* join_us_view */
.about_us .join_us_view{padding-bottom: 0;}
.about_us .join_us_view::before{background-color: rgba(255, 255, 255, 1);}
.about_us .join_us_view .work_list{width: 100%; padding: 0 0.1rem;}
.about_us .join_us_view .work_item{width: 100%; background: rgba(245, 247, 250, 1); margin-bottom: 0.2rem; padding: 0 0.5rem;}
.about_us .join_us_view .work_item .work_title{width: 100%; height: 2.45rem; display: flex; justify-content: space-between; align-items: center; padding: 0.5rem 0;}
.about_us .join_us_view .work_item .work_title h5{font-size: 0.28rem; font-weight: normal; margin-bottom: 0.3rem;}
.about_us .join_us_view .work_item .work_title span{margin-right: 0.1rem;}
.about_us .join_us_view .work_item .work_title strong{width: 0.36rem; height: 0.36rem; background-color: rgba(0, 157, 247, 1); border-radius: 1rem; cursor: pointer; display: flex; align-items: center; justify-content: center;}
.about_us .join_us_view .work_item .work_title strong img{ width: 0.16rem; height: 0.16rem; }
.about_us .join_us_view .work_item .work_details{padding-bottom: 0.5rem;border-top: 1px solid rgba(229, 229, 229, 1); display: none;} 
.about_us .join_us_view .work_item .work_details .details{margin-top: 0.8rem;}
.about_us .join_us_view .work_item .work_details .details div{display: flex; flex-direction: column;}
.about_us .join_us_view .work_item .work_details .details div span::before{content: ''; display: inline-block; width: 0.1rem; height: 0.1rem; border-radius: 1rem; background-color: rgba(0, 157, 247, 1);margin-right: 0.1rem;margin-bottom: 1px;}
.about_us .join_us_view .work_item .work_details button{width: 2.11rem; height: 0.55rem; text-align: center; line-height: 0.55rem; cursor: pointer; background-color: rgba(0, 157, 247, 1); color: white; font-size: 0.28rem; border-radius: 1rem;margin-top: 0.8rem;}
/* partner_view */
.about_us .partner_view::before{background-color: rgba(255, 255, 255, 1);}
.about_us .partner_view h4{margin-bottom: 0.4rem;}
.about_us .partner_view img{width: 100%; height: 3.2rem;}
/* 关于我们 end */
 