/* 分页器 */
.pagination,
.l-waterfall__btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.page-item .page-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination>li>a,
.pagination>li>span {
    color: #000 !important;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #239841 !important;
    border-color: #239841 !important;
    color: #fff !important;
}




/* 遮罩层 */
.o-bodycover {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9;
    display: none;
}

.pubtitle {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 70px;
}


.pubtitle h2 {
    font-size: 32px;
    color: #373737;
    margin: 31px 0 20px;
}

.pubtitle p {
    font-size: 16px;
    color: #A6A6A6;
    margin: 0;
}


/* 头部导航 */
.l-header a:visited,
.l-header a {
    text-decoration: none !important;
    color: #fff;

}

.l-header .l-header a:hover {
    text-decoration: none;
}

.l-header {
    width: 100%;
    height: 64px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    background-color: #0B1F17FF;
}

.l-header__con {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}

.l-header__logo {
    height: 42px;
}


.l-header__hello:focus,
.l-header__out:focus,
.l-header__hello,
.l-header__out {
    color: #fff;
    text-decoration: none !important;
    margin-right: 20px;

}

.l-header__hello:hover,
.l-header__out:hover {
    color: #00923F !important;
    text-decoration: none !important;
}


.l-header__ullist {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.l-header__nav{
    flex-grow: 1;
    margin-left: 100px;
}
.l-header__nav ul a {
    padding: 5px 0;
    font-size: 14px;
}

/* .l-header__nav ul li {
    position: relative;
} */

.l-header__nav ul li a {
    width: 100%;
}


.l-header__nav li.active a,
.l-header__nav ul a:hover {
    color: #00923F !important;
}

.l-header__nav ul li {
    font-size: 14px;
    color: #fff;
    margin-right: 40px;
}

/*下拉列表 */
.l-header__dropdown__bg {
    width: 100%;
    overflow-y: auto;
    height: auto;
    max-height: 100vh;
    background-color: #fff;
    position: absolute;
    top: 64px;
    left: 0;
    display: none;
    box-shadow: 1px 1px 5px #ccc;

}

.l-header__dropdown__bg:hover {
    display: block;
}

.l-header__dropdown .l-header__casemenu {
    display: flex;
    line-height: auto;
    padding: 15px 0;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 1200px;
    background-color: #fff;
}

.l-header__dropdown .l-header__casemenu .dropdown__title,
.l-header__dropdown .l-header__casemenu .dropdown__title a {
    height: 50px;
    text-align: left;
    padding: 0 10px;
}

.l-header__dropdown .l-header__casemenu .dropdown__title {
    display: flex;
    margin-right: 20px;
    align-items: center;

}

.l-header__dropdown .l-header__casemenu .dropdown__title:hover .layer2__name {
    /* color: #44B585; */
    color: #000;
}

.l-header__dropdown .dropdown__item {
    width: 25%;
    margin-bottom: 20px;
    margin-right: 0;
    /* width: 31%; */
}

/* .l-header__dropdown .dropdown__item:not(:nth-child(3n)) {
    margin-right: calc(3% / 2);
} */


/* 二级栏目 */
.l-header__dropdown .l-header__casemenu .layer2__intro {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999;
    display: none;
}

.l-header__dropdown .l-header__casemenu .layer2__name {
    flex-shrink: 0;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.l-header__dropdown .l-header__casemenu .layer2__icon {
    height: 25px;
    width: 25px;
    margin-right: 10px;
    align-self: center;
}

/* .dropdown__item {
    width: 500px;
} */


.l-header__dropdown .l-header__casemenu li ul {
    display: flex;
}


/* 三级栏目 */
.l-header__dropdown .layer3 {
    display: flex;
    flex-wrap: wrap;
}

.l-header__dropdown .layer3__pt1 {
    text-align: left;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.l-header__dropdown .layer3__box {
    width: 90%;
    margin-bottom: 15px;
    /* width: 48%; */
    margin-right: 0 !important;
    border: 1px solid #F0F0F0;
    /* border: 1px solid #000; */
    padding: 12px;

}

.l-header__dropdown .layer3__con {
    height: 80px;
    display: flex;
    transition: 0.3s;
    border-radius: 3px;
    align-items: center;
}

.l-header__dropdown .layer3__box:hover {
    /* border: 1px solid #44B585 !important; */
    box-shadow: 1px 1px 5px #aeaeaa !important;

}


.l-header__dropdown .layer3__con:hover .layer3__name {
    color: #000;
}


.l-header__dropdown .layer3__icon {
    max-height: 80%;
    max-width: 30%;
    margin-right: 15px;
}



.l-header__dropdown .layer3__name {
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    font-size: 14px;
    /* font-weight: bold; */
}

.l-header__dropdown .layer3__intro {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #999;
    font-size: 12px;
}

.l-header__ullist>li:hover {
    border-bottom: 2px solid #00923F !important;
    color: #00923F;
    cursor: pointer;
}



/* .l-header__nav ul li:hover a,
.l-header__nav li .active a {
    opacity: 1;
} */

.l-header__right {
    display: flex;
    height: 100%;
    align-items: center;
}

.l-header__right a {
    font-size: 14px;
    line-height: 64px;
}

.l-header__right div {
    margin-right: 20px;
}

/* .l-header__line {
    color: #00923F;
} */

/* .l-header__lang {
    width: 24px;
    height: 24px;
    background: #005337;
    font-size: 13px;
    color: #fff;
    line-height: 24px;
    text-align: center;
} */

.l-header__register {
    width: 110px;
    height: 100%;

}

.l-header__register a {
    display: block;
    background-color: #44B585FF;
    width: 100%;
    height: 100%;
    text-align: center;

}

.l-header__register a:hover {
    color: #fff;
}

.l-header__login a {
    color: #44B585FF !important;
}






/* .dropdown .dropdown-menu a:after {
    display: none;
    opacity: 0;
} */

/* .dropdown .dropdown-menu li:hover a::after {
    display: none;
    opacity: 0;
} */

.l-header__menu {
    display: none;
    align-items: center;
    /* border: 1px solid #aaa; */
    /* border-radius: 3px; */
    cursor: pointer;
    /* height: 60px;
    line-height: 60px; */
}

.l-header__right .iconfont {
    font-size: 50px;
    color: #fff;
}


/* .l-header__menu i {
    width: 46px;
    height: 3px;
    background-color: #aaa;
    display: block;
    margin: 12px auto;
} */





/* 轮播图 */
.l-banner {
    width: 100%;
    margin-top: 64px;
}

.l-banner img {
    width: 100%;
    /* height: 100%; */
    display: block;
}

/* .l-banner__swiper {
    height: 40vw;
} */

.l-banner a {
    width: 100%;
    display: block;
}

.swiper-pagination-bullet {
    width: 60px;
    height: 4px;
    border-radius: 0;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
}

/* 全场景覆盖 */

.l-scene {
    margin: 0 auto;
    width: 1200px;
}

.l-scene__con {
    display: flex;
    justify-content: space-between;

}

.l-scene__name {
    width: 178px;
    height: 70px;
    border: 1px solid #EDEDED;
    font-size: 20px;
    color: #F3F3F3;
    text-align: center;
    line-height: 70px;
}

.l-scene__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 240px;
    height: 240px;
}


.l-scene__erp,
.l-scene__bi {
    background: #1F74AD;
}


.l-scene__intro h3 {
    margin-top: 26px;
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
}

.l-scene__intro p {
    font-size: 14px;
    text-align: center;
}

.l-scene__mid {
    width: 502px;
    height: 502px;
}

.l-scene__mid img {
    width: 100%;
}

.l-scene__cart,
.l-scene__scrm {
    background: #69A35B;
}



/* 全链路覆盖 */
.l-link {
    width: 900px;
    margin: 0 auto;
}


.l-link__con {
    width: 899px;
    height: 500px;
    position: relative;
    margin: 130px auto;
}

.l-link__line {
    margin: 0 auto;
}

.l-link__stepcon h3 {
    font-size: 20px;
    color: #44B585;
}

.l-link__stepcon p {
    font-size: 14px;
    color: #373737;
}


.l-link__step1 {
    position: absolute;

    top: -95px;
    left: 200px;
}

.l-link__step2 {
    position: absolute;
    top: -95px;
    left: 473px;
}

.l-link__step3 {
    position: absolute;
    top: 28px;
    left: 755px;
    min-width: 211px;
}


.l-link__step4 {
    position: absolute;
    top: 41px;
    left: 350px;
}

.l-link__step5 {
    position: absolute;
    top: 176px;
    left: -95px;
}

.l-link__step6 {
    position: absolute;
    top: 170px;
    left: 285px;
}

.l-link__step7 {
    position: absolute;
    left: 717px;
    top: 170px;
    min-width: 239px;
}

/* 功能亮点 */


.l-feature__con {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.l-feature__meanu {
    display: flex;
    align-items: flex-end;
}

.l-feature__meanu ul {
    margin-bottom: 0;
}

.l-feature__meanu li {
    background: #fff;
}

.l-feature__meanu li a {
    width: 100%;
    height: 100%;
    font-size: 20px;
    color: #44B585;
}


.l-feature__meanu .nav {
    display: flex;
    flex-direction: column;
}

.l-feature__img {
    display: flex;
    align-items: center;
    flex: 1;
    margin-left: 68px;
    justify-content: center;
}

.l-feature__img img {
    max-width: 100%;
    max-height: 100%;
}

.l-feature__box h3 {
    font-size: 20px;
    font-weight: bold;
    color: #27684D;

}

.l-feature__box p {
    font-size: 12px;
    color: #595959;
}

.l-feature__tabcon {
    display: flex;
    padding: 20px;
    border: 1px solid #44B585;
    height: 466px;
}


.l-feature__intro {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#l-feature__tab>li>a {
    margin-right: 0;
    border-radius: 0;
}


#l-feature__tab>li.active>a,
#l-feature__tab>li.active>a:focus,
#l-feature__tab>li.active>a:hover {
    color: #fff !important;
    background: #44B585;
}

#l-feature__tab>li {
    border-bottom: none;
    height: 77px;
    width: 219px;
    line-height: 77px;
    text-align: center;
    /* border: 1px solid #44B585; */
    margin: 0;
    padding: 0;
}

#l-feature__tab>li>a {
    border-bottom: none;
    height: 77px;
    width: 219px;
    line-height: 77px;
    text-align: center;
    border: 1px solid #44B585;
    border-bottom: none;
    border-right: none;
    margin: 0;
    padding: 0;
}

.l-feature__last a {
    border-bottom: 1px solid #44B585 !important;
}




/* 平台对接 */

.l-platform__icon {
    width: 1200px;
    margin: 0 auto;
}

.l-platform__icon2 {
    display: flex;
    flex-direction: column;

}

.l-platform__icon__line3,
.l-platform__icon__line2,
.l-platform__icon__line1 {
    display: flex;
    width: 100%;
}


.l-platform__icon__lineicon2 {
    display: flex;
    flex-wrap: wrap;

}

/* .l-platform__icon__lineicon2 a {
    width: 50%;
} */

.l-platform__icon__lineicon2 div {
    width: 50%;
}

.l-platform__icon img {
    width: 80%;
}

.l-platform__icon__lineicon2,
.l-platform__icon__lineicon1,
.l-platform__icon__lineicon3 {
    width: 32%;
    padding: 5px;
}

/* .l-platform__icon__lineicon2 a {
    height: 50%;
} */

.l-platform__icon__lineicon2 div {
    padding: 5px;
    height: 50%;
}

/* .l-platform__icon__line2 a {
    width: 24%;
} */

.l-platform__icon__line2 div {
    width: 24%;
    padding: 5px;
}

/* .l-platform__icon__line3 a {
    width: 19%;
} */

.l-platform__icon__line3 div {
    width: 19%;
    padding: 5px;
}

.l-platform__icon__line3 .iconfont {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 80px;
    margin-left: 50px;
}


.l-platform__icon a {
    border: 1px solid #fff;
    /* padding: 10px 5px; */
    box-shadow: 2px 2px 5px #ccc;
    height: 100%;
}

.l-platform__icon a:hover {
    /* border: 1px solid #44B585; */
    transform: scale(1.1);
    /* transition: 0.5s; */
}

.l-platform__icon a {
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;

}

.l-platform__icon img {
    width: 90%;
}


/* 官方合作 */

.l-parter__title {
    text-align: left;
    padding: 10px 0;
}


.l-parter__title h2 {
    margin-bottom: 24px;
    color: #fff;
}



.l-parter__title p {
    color: #fff;
}


.l-parter__box {
    margin: 50px 0 100px;
    width: 100%;
    height: 482px;
    background-image: url(../img/index/index4.jpg);
}


.l-parter__con {
    width: 1200px;
    margin: 0 auto;
}

.l-parter__con__list {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.l-parter__con__img {
    padding: 8px;
    justify-content: inherit;
    width: 24%;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.l-parter__con__img:hover {
    transform: translateY(-10px);
    transition: 0.3s;
    box-shadow: 2px 7px 10px #595959;
}

.l-parter__con__img span {
    padding-top: 15px;
    display: block;
    font-size: 16px;
    color: #222;
}

/* 物流服务 */
.l-logistic__title {
    text-align: left;
}

.l-logistic__title h2 {
    margin-bottom: 24px;
}

.l-logistic__title p {
    color: #373737;
}

.l-logistic {
    width: 1200px;
    margin: 0 auto;
}

.l-logistic__icon {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 1px dashed #737373;
}

.l-logistic__icon a {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-self: center;
    width: 12.5%;
}

.l-logistic__icon a:hover {
    border: 1px solid #02873B;
    transition: ease-in 0.5s;
}

.l-logistic__icon a img {
    width: 100%;
}

.l-logistic__box span:nth-of-type(2),
.l-logistic__box span:nth-of-type(1) {
    font-size: 16px;
    color: #737373;
}

.l-logistic__box span:nth-of-type(1) {
    font-weight: bold;
}

.l-logistic__box span:nth-of-type(1) i {
    font-size: 50px;
}

.l-logistic__data {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.l-logistic__box {
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.l-logistic__box1 i,
.l-logistic__box1 span:first-child {
    color: #1F74AD;
}

.l-logistic__box2 i,
.l-logistic__box2 span:first-child {
    color: #19A3AA;
}

.l-logistic__box3 i,
.l-logistic__box3 span:first-child {
    color: #9BBB59;
}

.l-logistic__box4 i,
.l-logistic__box4 span:first-child {
    color: #FFC000;
}

.l-logistic__box5 i,
.l-logistic__box5 span:first-child {
    color: #69A35B;
}


/* 图表部分 */
.l-chart {
    background: #ACF2D4;
    padding: 0;
    margin: 111px 0 0 0;
}

.l-chart__con {
    padding-top: 50px;
}

.l-chart img {
    width: 100%;
    border-radius: 10px;
}

.l-chart__pic {
    margin-bottom: 40px;
}

.l-chart__box h3 {
    font-size: 26px;
    color: #FFFFFF;
}

.chart_nums,
.l-chart__box p {
    font-size: 30px;
    font-weight: bold;
    color: #44B585;
}

.l-chart__data {
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.l-chart__box {
    padding: 20px 0;
    border-bottom: 1px dashed #44B585;
}



/* footer */
.l-footer {
    background-color: #0B1F17FF !important;
    color: #fff;
    text-align: left;
}

.l-footer__con {
    background-color: #1b1b1b;
}


.l-footer__info ul {
    padding: 20px 0;
}

.l-footer__info ul .title {
    font-size: 23px;
    font-weight: bold;
    color: #FFFFFF;
}

.l-footer__info ul li,
.l-footer__info ul a {
    color: #FFFFFF;
    font-size: 14px;
    padding: 10px 0;
    /* line-height: 28px; */
}

.l-footer__info ul li a:hover {
    color: #029E45FF;
    text-decoration: none;
}

.l-footer__co2 {
    margin-left: -30px;
}

.l-footer__co4 {
    padding-left: 30px;
}

.l-footer__copyright {
    font-size: 14px;
    background-color: #10251CFF;
    padding: 20px;
    text-align: center;
    border-top: 1px solid #fff;
    color: #fff;
}

.l-footer__copyright span:first-child {
    font-size: 14px;
    color: #fff;

}

.l-footer__img {
    padding: 20px 0;
}

.l-footer__img img {
    margin-bottom: 50px;
    width: 100%;
}

.l-footer__copyright span:last-child {
    font-size: 14px;
    color: #029E45FF;
}


/* 侧边栏 */
.c-aside {
    display: flex;
    flex-direction: column;
    background-color: #029E45FF;
    position: fixed;
    bottom: 25%;
    right: 0;
    z-index: 5;
}

.c-aside__box {
    cursor: pointer;
    width: 68px;
    height: 68px;
    background: rgba(115, 231, 165, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-bottom: 1px solid #fff;
    /* opacity: .4; */
    position: relative;
}

.c-aside__box:hover {
    transform: scale(1.2);
    opacity: 1;
    background: rgb(2, 158, 69);
    z-index: 2;
    border: none;
}

.c-aside__telbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: max-content;
}

.c-aside__box .c-aside__greet {
    color: #44B585;
    text-align: center;
    display: flex;
    justify-content: center;
}

.c-aside__box:hover .c-aside__wxcode,
.c-aside__box:hover .c-aside__telbox,
.c-aside__box:hover .c-aside__qqnum {
    opacity: 1;
}

.c-aside__box .c-aside__wxcode img {
    width: 100% !important;
    height: auto !important;
}

.c-aside__telbox a:hover,
.c-aside__telbox a:focus,
.c-aside__qqnum a:focus,
.c-aside__qqnum a:hover,
.c-aside__qqnum a {
    color: #000;
    text-decoration: none;
}

.c-aside .c-aside__top {
    border-bottom: none;
}

.c-aside .c-aside__wx img {
    width: 35px;
    height: 28px;
}

.c-aside__box img {
    width: 25px;
    height: 25px;
}

.c-aside__box span {
    color: #fff;
    font-size: 12px;
    margin-top: 8px;
}

.c-aside__box .c-aside__wxcode,

.c-aside__box .c-aside__qqnum {
    font-size: 16px;
    position: absolute;
    color: #000;
    opacity: 0;
    transition: 0.3s;
}

.c-aside__box .c-aside__telnum1,
.c-aside__box .c-aside__telnum2 {
    font-size: 14px;
    margin-top: 8px;
    color: #000;
    transition: 0.3s;
}

.c-aside__box .c-aside__telnum1 a,
.c-aside__box .c-aside__telnum2 a {
    font-size: 14px;
    color: #000;
    transition: 0.3s;
    width: 100%;
    display: block;
    padding: 5px 0;

}



.c-aside__box .c-aside__wxcode {
    width: 100px !important;
    height: 100px !important;
    background-color: #EDEDED;
    padding: 10px;
    top: 20px;
    right: 80px;
    border-radius: 5px;
}

.c-aside__box .c-aside__telbox {
    position: absolute;
    display: block;
    background-color: #EDEDED;
    color: #000;
    top: 0;
    right: 80px;
    border-radius: 5px;
    padding: 5px;
    height: auto;
    opacity: 0;
    transition: 0.3s;
}

.c-aside__box .c-aside__qqnum {
    border-radius: 5px;
    padding: 5px;
    background-color: #EDEDED;
    color: #000;
    top: 20px;
    right: 80px;
}





/* 表单 */
.formbox {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: auto;
    padding: 30px;
    z-index: 200;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 3px;
}

.c-form {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;

}

.c-form__close {
    position: absolute;
    top: -14px;
    right: -7px;
}

.icon-guanbi {
    font-size: 30px !important;
}
.icon-guanbi:hover{
    cursor: pointer;
}
.c-form h3 {
    font-weight: bold;
    font-size: 45px;
}

.c-form input {
    font-size: 16px;
    height: 30px;
    margin-top: 30px;
    width: 80%;
    border-bottom: 1px solid #999;
}

.c-form__line {
    width: 80%;
    height: 70px;
}

.c-form__line input {
    width: 100%;
}

.formbox__error {
    color: red;
    margin: 4px 0;
}


.c-pwdback__btn,
.c-form button {
    width: 80%;
    border-radius: 5px;
    height: 40px;
    color: #fff;
    background-color: #029E45;
    opacity: 0.9;
    border: none;
    font-size: 16px;
    transition: 0.3s;
    margin: 30px 0;
    text-align: center;
    line-height: 40px;
}

.c-register .vertify {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
}

.c-form button:hover {
    opacity: 1;
}


.form__keep__right span,
.c-form__bottom span:last-child {
    color: #029E45;
    font-size: 16px;
}

.vertify .getcode {
    background-color: transparent;
    border: none;
    margin: 0;
    color: #029E45;
    font-size: 16px;
}

.vertify .getcode:hover,
.form__keep__right:hover,
.c-form__bottom span:last-child:hover {
    text-decoration: underline;
    cursor: pointer;
}

.login__form__keep,
.register__form__agree {
    margin-top: 20px;
}

/* 登陆表格 */

.login__form__keep {
    font-size: 16px;
    display: flex;
    width: 80%;
    justify-content: space-between;
    align-items: flex-end;
}

.login__form__line {
    display: flex;
    align-items: flex-end;

}

.icon-caozuo-yincangmima {
    font-size: 16px;
    color: #737373;
}



.icon-caozuo-xianshihaoma {
    font-size: 16px;
    color: #029E45;


}

.vertify,
.register__form__agree {
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 16px;
    display: flex;
}

.register__form__agree input,
.vertify input,
.login__form__keep input {
    font-size: 16px;
    width: auto;
    height: auto;
}



/* 媒体查询 */
@media screen and (max-width:1200px) {

    /* 头部 */
    .l-header,
    .l-header__con {
        width: 100% !important;
        height: 92px;
    }

    .l-header a {
        font-size: 20px;
    }


    .l-header__nav ul li {
        margin-right: 0;
    }

    .l-header__nav ul li {
        color: #000;
        font-size: 18px;
    }


    .l-header__nav {
        display: none;
        position: absolute;
        top: 92px;
        left: 0;
        width: 100%;
        text-align: center;
    }

    .l-header__register {

        width: auto;
    }

    .l-header__register a {
        padding: 0 25px;
        line-height: 92px;
    }

    .l-header__nav ul {
        width: 100%;
        height: auto;
        flex-direction: column;
    }

    .l-header__nav ul li a:hover {
        border-bottom: none;
    }


    .l-header__nav ul li {
        width: 100%;
        line-height: 50px;
        background-color: rgba(225, 225, 225, 0.9);
        border-bottom: 1px solid #e8e8e8;
        text-align: center;
    }

    .l-header__nav ul li a {
        display: block;
        width: 100%;
        color: #000 !important;
        font-size: 20px;

    }

    .l-header__ullist>li:hover {
        border-bottom: none !important;
        color: #00923F;
        cursor: pointer;
    }

    /*下拉列表 */
    .l-header__dropdown__bg {
        top: 50px !important;
        z-index: 15 !important;
    }

    .l-header__dropdown .l-header__casemenu {
        display: flex !important;
        justify-content: space-between;
        flex-direction: row;
        padding: 15px 40px;
        flex-wrap: wrap;

        width: 100%;
        background-color: #fff !important;
        z-index: 15 !important;
    }

    .l-header__dropdown {
        font-size: 20px !important;
        position: relative;
    }

    .l-header__dropdown .dropdown__item {
        max-width: 100%;
        width: 48% !important;
        border: none;
    }

    li.layer3__box {
        width: auto;
    }

    .layer3 {
        justify-content: space-between;
    }

    .l-header__casemenu .dropdown__item,
    .layer3,
    .dropdown__title,
    .l-header__casemenu .layer3__box {
        background-color: #fff;
        margin-right: auto;
        width: 100%;
    }

    .l-header__casemenu .layer3__box .layer3__con {
        line-height: 20px !important;
    }

    .l-header__dropdown .layer3 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .l-header__dropdown .dropdown__item .layer3__box {
        width: 48%;
    }





    .dropdown {
        font-size: 20px;
    }

    /* .l-header__nav ul li a::after {
        bottom: 0;
    } */

    .l-header__menu {
        display: flex;
    }

    /* .l-header__menu i {
        transform-origin: left;
        transition: 0.3s;
    }

    .active1 {
        padding-left: 7px;
    }

    .active1 i:nth-child(1) {
        transform: rotate(30deg);
        width: 60px;
    }

    .active1 i:nth-child(2) {
        opacity: 0;
    }

    .active1 i:nth-child(3) {
        transform: rotate(-30deg);
        width: 60px;
    } */

    /*  轮播图*/
    .l-banner {
        width: 100%;
    }

    /* 全场景覆盖 */

    .l-scene {
        width: 100%;
        padding: 10px;
    }

    .l-scene__con {
        display: flex;
        justify-content: space-between;
        margin-top: 80px;
    }

    .l-scene__name {
        width: 128px;
        height: 50px;
        font-size: 20px;
        line-height: 50px;
    }

    .l-scene__box {
        width: 180px;
        height: 180px;
    }


    .l-scene__intro h3 {
        margin-top: 16px;
        font-size: 18px;
        margin-bottom: 12px;
        font-weight: bold;
    }

    .l-scene__intro p {
        font-size: 14px;
    }

    .l-scene__mid {
        width: 350px;
        height: 350px;
    }


    /* 全链路覆盖 */
    .l-link,
    .l-link__con {
        width: 100%;
    }

    .l-link__step1 {
        top: -95px;
        left: 50%;
        margin-left: -245px;
    }

    .l-link__step2 {
        top: -95px;
        left: 50%;
        margin-left: 20px;
    }

    .l-link__step3 {
        top: 43px;
        left: 50%;
        margin-left: 300px;
    }


    .l-link__step4 {
        top: 42px;
        left: 50%;
        margin-left: -47px;
    }

    .l-link__step5 {
        top: 175px;
        left: 50%;
        margin-left: -479px;
    }

    .l-link__step6 {
        top: 175px;
        left: 50%;
        margin-left: -142px;
    }

    .l-link__step7 {
        top: 325px;
        left: 50%;
        margin-left: 182px;
    }



    /* 功能亮点 */
    .l-feature {
        width: 100%;
        padding: 20px;
    }

    .l-feature__con {
        flex-direction: column;
    }



    .l-feature__meanu .nav {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }


    #l-feature__tab .l-feature__last a {

        border-bottom: none !important;
        border-right: 1px solid #44B585 !important;
    }

    .l-feature__box h3 {
        font-size: 18px;

    }

    .l-feature__box p {
        font-size: 12px;
    }

    .l-feature__tabcon {
        display: flex;
        padding: 20px;
        border: 1px solid #44B585;
    }


    #l-feature__tab>li,
    #l-feature__tab>li>a {
        height: 77px;
        width: 219px;
        line-height: 77px;
    }







    #l-feature__tab>li {
        width: 17%;
    }

    #l-feature__tab>li a {
        width: 100%;
    }

    #l-feature__tab>li img {
        width: 100%;
    }




    /* 平台对接 */
    .l-platform__icon {
        width: 100%;
        padding: 0 20px;
    }

    /* 官方合作 */

    .l-parter__con {
        width: 100%;
        padding: 20px;
    }

    .l-parter__con__list {
        display: flex;
        flex-wrap: wrap;
    }

    .l-parter__con__img {
        width: 49%;
        margin-bottom: 20px;
    }

    .l-parter__con__img img {
        width: 100%;
    }

    .l-parter__box {
        width: 100%;
        height: auto;
        background-image: url(../img/index/index4.jpg);
    }




    /* 物流服务 */
    .l-logistic {
        width: 100%;
        margin: 0 auto;
    }

    .l-logistic__icon a {
        width: 20.7%;
    }

    /* 图表部分 */
    .l-chart__box {
        text-align: center;
        border-bottom: 1px dashed #44B585;
    }

    .l-chart__box h3 {
        font-size: 40px;
    }

    .chart_nums,
    .l-chart__box p {
        font-size: 45px;
    }

    /* footer */
    .l-footer__info ul .title {
        font-size: 27px;
        font-weight: bold;
        color: #FFFFFF;
        margin-bottom: 30px;
    }

    .l-footer__co2 {
        margin-left: 0;
    }

    .l-footer__info ul li,
    .l-footer__info ul a {
        color: #FFFFFF;
        font-size: 20px;
        padding: 10px 0;
        /* line-height: 28px; */
    }

    .l-footer__copyright span,
    .l-footer__copyright {
        font-size: 20px !important;
    }

}

@media screen and (max-width:992px) {

    /* 头部 */
    .l-header,
    .l-header__con {
        width: 100%;
    }

    /*  轮播图*/
    .l-banner {
        width: 100%;
    }

    /* 官方合作 */
    .l-parter__swiper {
        width: 100%;
        margin: 90px auto 80px;
    }


    /* 全链路覆盖 */
    .l-link-line {
        width: 100%;
    }

    /* 功能亮点 */
    .l-feature__img {
        width: 100%;
        margin: 0;
    }

    .l-feature__tabcon {
        height: auto;
    }

    #l-feature__tab>li,
    #l-feature__tab>li>a {
        height: 60px;
        line-height: 60px;
        font-size: 18px;
    }

    /* 功能亮点 */


    .l-feature__tabcon {
        flex-direction: column;
    }


    .l-feature__box h3 {
        font-size: 16px;

    }

    .l-feature__box p {
        font-size: 12px;
        color: #595959;
    }


    .l-feature__intro {
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 20px;
        text-align: center;
    }

    .l-feature__box {
        width: 24%;
    }







    /* 平台对接 */

    .l-platform__icon {
        width: 100%;
        padding: 0 20px;
    }

    .l-platform__icon__line2,
    .l-platform__icon__line1 {
        flex-wrap: wrap;
    }

    .l-platform__icon__line3 .iconfont,
    .l-platform__icon__lineicon2 {
        display: none;
    }

    .l-platform__icon__lineicon1,
    .l-platform__icon__lineicon3 {
        width: 50%;
        padding: 5px;
    }

    .l-platform__icon__line2>div {
        width: 50%;
    }

    .l-platform__icon__line2 a {
        width: 100%;
    }

    .l-platform__icon__line3 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .l-platform__icon__line3>div {
        width: 50%;
    }

    .l-platform__icon__line3 a {
        width: 100%;
    }

    .l-platform__icon__line1,
    .l-platform__icon__line2,
    .l-platform__icon__line3 {
        height: auto;
    }

    /* 官方合作 */


    .l-parter__con__list {
        justify-content: center;
    }

    .l-parter__con__img {
        width: 80%;
    }


    /* 物流服务 */

    .l-logistic {
        width: 100%;
        padding: 5px;
    }

    .l-logistic__icon a {
        width: 25%;
    }

    .l-chart__box {
        padding: 5px 0;
    }

    /* footer */
    .emptyblock {
        display: none;
    }

    .l-footer__info ul .title {
        margin-bottom: 0;
    }

    .l-footer__info ul {
        padding: 20px;
    }
}

@media screen and (max-width:768px) {

    /* 头部 */
    .l-header,
    .l-header__con {
        width: 100%;
    }

    .l-header__dropdown .dropdown__item {
        width: 98% !important;
    }

    .l-header__dropdown .layer3__box {
        width: 23%;
    }

    .l-header__dropdown .l-header__casemenu {
        padding: 15px;
        background-color: #e8e8e8;
    }




    /*  轮播图*/
    .l-banner {
        width: 100%;
    }

    /* 全链路覆盖 */

    /* .l-link__con img {
        width: 100%;
    } */

    .l-link__con {
        width: auto;
        margin: 0 auto;
    }

    .l-link__stepcon h3 {
        font-size: 18px;
    }

    .l-link__stepcon p {
        font-size: 12px;
        min-width: 210px;
    }

    .l-link__step1 {
        top: -63px;
        left: 379px;
    }

    .l-link__step2 {
        top: -61px;
        left: 391px;
    }

    .l-link__step3 {
        top: 38px;
        left: 137px;
    }


    .l-link__step4 {
        top: 171px;
        left: 476px;
    }

    .l-link__step5 {
        top: 186px;
        left: 594px;
    }

    .l-link__step6 {
        top: 330px;
        left: 285px;
    }

    .l-link__step7 {
        left: 317px;
        top: 330px;
    }

    /* 全场景覆盖 */
    .l-scene__name {
        width: 178px;
        height: 70px;
        font-size: 34px;
        line-height: 70px;
    }

    .l-scene__box {
        width: 240px;
        height: 240px;
    }



    .l-scene__intro h3 {
        margin-top: 26px;
        font-size: 24px;
        margin-bottom: 15px;
    }

    .l-scene__intro p {
        font-size: 18px;
    }

    .l-scene__mid {
        display: none;
    }

    /* 功能亮点 */

    #l-feature__tab>li:first-child img {
        height: 100%;
        width: auto;
        margin: 0 auto;
    }

    #l-feature__tab>li,
    #l-feature__tab>li>a {
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }

    #l-feature__tab>li {
        width: 33.33%;
    }

    .l-feature__meanu .nav {
        flex-wrap: wrap;
    }



    #l-feature__tab li:nth-child(3) a {
        border-right: 1px solid #44B585 !important;
    }


    /* 物流服务 */

    .l-logistic__icon a {
        width: 50%;
    }

    .l-logistic__box {
        width: 50%;
    }

    .l-logistic__data .l-logistic__box:last-child {

        margin-right: auto;
    }

    .l-logistic__box span:nth-of-type(1) i {
        font-size: 83px;
    }


    .chart_nums,
    .l-chart__box p {
        font-size: 30px;
    }

    .l-chart__box h3 {
        font-size: 30px;

    }
}

@media screen and (max-width:500px) {


    /* 头部 */
    .l-header,
    .l-header__con {
        height: 54px;
    }

    .l-header a {
        font-size: 14px;
    }


    .l-header__logo {
        width: 120px;
        height: auto;
    }

    .l-header__nav {
        top: 54px;
    }

    .l-header__register a {
        padding: 0 10px;
        line-height: 54px;
    }



    .l-header__nav ul li a {
        font-size: 14px;

    }

    .l-header__nav ul li {
        font-size: 14px;
    }

    .dropdown .l-header__casemenu a {
        font-size: 14px;
    }

    .dropdown {
        font-size: 14px;
    }

    .l-header__dropdown {
        font-size: 14px !important;
    }


    .l-header__right .iconfont {
        font-size: 30px;
    }

    /*  轮播图*/

    .l-banner {
        width: 100%;
        margin-top: 53px;
    }

    /* 全场景覆盖 */
    .l-scene__con {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    /* 全链路覆盖 */
    .l-link__con {
        height: auto;
        margin-bottom: 50px;
        padding: 20px;
    }

    .l-link__line {
        display: none;
    }

    .l-link__step {
        padding: 15px auto;
        text-align: center;
        box-shadow: 0px 1px 7px #737373;
        margin: 0;
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .l-link__step1,
    .l-link__step2,
    .l-link__step3,
    .l-link__step4,
    .l-link__step5,
    .l-link__step6,
    .l-link__step7 {
        height: auto;
        position: static !important;
        padding: 15px 0;
    }

    .l-link__stepcon p {
        font-size: 14px;
        line-height: 1.5em;
        min-width: auto;
        padding: 0 20px;
    }

    .l-link__stepcon h3 {
        margin-top: 0;
        font-size: 20px;
        font-weight: bold;
    }

    /* 物流服务 */

    .l-logistic__box span:nth-of-type(1) i {
        font-size: 65px;
    }

    /* footer */
    .l-footer__info ul .title {
        font-size: 23px;
    }

    .l-footer__info ul li,
    .l-footer__info ul a {
        font-size: 14px;
    }

    .l-footer__copyright span,
    .l-footer__copyright {
        font-size: 14px !important;
    }

    /* 功能亮点 */
    .l-feature__box {
        width: 50%;
    }

    #l-feature__tab>li,
    #l-feature__tab>li>a {
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }


    /* 侧边栏 */
    .c-aside {
        bottom: 10%;
    }

    .c-aside__top,
    .c-aside__box.c-aside__wx,
    .c-aside__box.c-aside__qq {
        display: none;
    }

    .c-aside__telbox {
        opacity: 0;
        transition: 0.3s;
    }

    .c-aside__tel {
        border: none;
    }

    .c-aside__box .c-aside__telnum1 a,
    .c-aside__box .c-aside__telnum2 a {
        font-size: 12px;
    }

    /* 表单 */
    .formbox {
        width: 90%;
        padding: 10px;
    }

    .c-form h3 {
        font-size: 35px;
    }

    .c-form input {
        font-size: 14px;
        margin-top: 20px;
    }


    .c-pwdback__btn,
    .c-form button {
        height: 30px;
        font-size: 14px;
        transition: 0.3s;
        margin: 20px 0;
        line-height: 30px;
    }



    .form__keep__right span,
    .c-form__bottom span:last-child {
        font-size: 14px;
    }

    .vertify .getcode {
        font-size: 14px;
    }


    .login__form__keep,
    .register__form__agree {
        margin-top: 20px;
    }

    /* 登陆表格 */

    .login__form__keep {
        font-size: 14px;
    }

    .vertify,
    .register__form__agree {
        font-size: 14px;
    }

    .register__form__agree input,
    .vertify input,
    .login__form__keep input {
        font-size: 14px;
    }




}
.el-dialog {
    position: relative;
    margin: 0 !important;
    min-height: 350px;
    background: #FFF;
    max-height: 900px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    box-sizing: border-box;
    width: 50%;
}
.el-dialog__header {
    padding: 20px 20px 10px;
}
.agreement-dialog .el-dialog__title {
    display: flex;
    justify-content: center;
    line-height: 24px;
    font-size: 18px;
    color: #303133;
    font-weight: 700;
}
.el-dialog__headerbtn {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0;
    background: 0 0;
    border: none;
    outline: 0;
    cursor: pointer;
    font-size: 16px;
}
.el-dialog__headerbtn .el-dialog__close {
    color: #909399;
    font-size: 24px;
}
.el-icon-close:before {
    content: "x";
}
.agreement-dialog .el-dialog__body {
    padding: 24px 40px 137px 40px !important;
    max-height: 44vh;
    overflow-y: scroll;
    min-height: 237px;
    box-sizing: border-box;
    font-size: 12px;
    color: #606266;
    word-break: break-all;
}
.el-dialog__body .title {
    color: #666;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
}
.agreement-dialog .terms-cont {
    margin: 0px !important;
    color: #666;
    font-size: 12px;
}
.agreement-dialog .terms-cont p {
    padding: 12px 0 0;
}
.agreement-dialog .bold {
    font-weight: bold !important;
}
.agreement-dialog .unl {
    text-decoration: underline;
}
.agreement-dialog {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: PingFangSC-Light, sans-serif,Source Han sans,Microsoft YaHei,STHeiti,Simhei;
    font-weight: 400 !important;
    z-index: 2005;
}
.el-dialog__wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: 0;
}
.privacy-policy{
    display: none;
}
.agreement-dialog .el-dialog__footer {
    display: flex;
    justify-content: center;
    padding: 16px 20px 20px;
    text-align: right;
    box-sizing: border-box;
    padding-top: 16px !important;
}
.agreement-dialog .el-button {
    width: 150px !important;
    height: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0px !important;
    background-color: #27B8D0 !important;
    color: #fff !important;
    font-weight: 400 !important;
}
.el-button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #FFF;
    border: 1px solid #DCDFE6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
}