body {
    background-color: #EFF5FF;
}
/* 解决方案列表 */
.rejeee-page-main {
    /* margin-bottom: 120px; */
}

/* 广告位 */
.banner-container {
    position: relative;
    margin-bottom: 120px;
}
.banner-container img {
    width: 100%;
    vertical-align: middle;
}
.banner-container .btn-lis {
    display: inline-block;
    position: absolute;
    width: 10.2%;
    height: 7%;
    border-radius: 40px;
}
.banner-container .btn-lis.lis-apply {
    left: 12.4%;
    bottom: 34.7%;
    min-width: 160px;
    height: 55px;
    border-radius: 24px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    line-height: 55px;
    cursor: pointer;
    text-align: center;
    background: #1978F8;
    border: 1px solid #1978F8;
}
.banner-container .btn-lis.lis-use {
    left: 26.1%;
    bottom: 34.7%;
    min-width: 160px;
    height: 55px;
    border-radius: 24px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    line-height: 55px;
    cursor: pointer;
    text-align: center;
    background: #00B386;
    border: 1px solid #00B386;
}
.banner-container .btn-lis.lis-apply:hover {
    background: #0859C0;
    border-color: #0859C0;
    color: #FFFFFF;
}
.banner-container .btn-lis.lis-use:hover {
    background: #0859C0;
    border-color: #0859C0;
    color: #FFFFFF;
}

/* 平台介绍 */
.plat-intro {
    margin-bottom: 120px;
}
.plat-intro .intro-detail {
    margin-top: 46px;
}
.plat-intro .desc {
    font-size: 18px;
    color: #333333;
    line-height: 24px;
}
.plat-intro .img-list {
    margin-top: 41px;
}
.plat-intro .img-lis {
    position: relative;
    width: calc(33% - 33px);
    height: 180px;
    padding: 40px 20px;
    background: #FFFFFF;
    border-radius: 8px;
}
.plat-intro .img-lis .title {
    position: relative;
    z-index: 9;
    font-size: 24px;
    color: #0859C0;
}
.plat-intro .img-lis .info {
    position: relative;
    z-index: 9;
    width: 66%;
    margin-top: 20px;
    font-size: 18px;
    color: #333333;
    line-height: 24px;
}
.plat-intro .img-lis::after {
    content: '';
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: auto 90%;
    background-repeat: no-repeat;
    background-position: right center;
}
.plat-intro .img-lis:nth-child(1)::after {
    background-image: url('../../image/rejeee/intro01.png');
}
.plat-intro .img-lis:nth-child(2)::after {
    background-image: url('../../image/rejeee/intro02.png');
}
.plat-intro .img-lis:nth-child(3)::after {
    background-image: url('../../image/rejeee/intro03.png');
}

/* 平台应用架构 */
.plat-apply {
    margin-bottom: 120px;
}
.plat-apply .apply-detail {
    margin-top: 78px;
}
.plat-apply .apply-item {
    position: relative;
    margin-bottom: 80px;
    padding: 100px 105px 70px;
    background: #FFFFFF;
    border-radius: 8px;
}
.plat-apply .apply-item .title {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 300px;
    height: 80px;
    padding: 0 30px;
    background: #0859C0;
    border-radius: 40px;
    text-align: center;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 80px;
}
.plat-apply .item-list {
    gap: 36px 100px;
}
.plat-apply .item-li, .plat-apply .item-li p {
    font-size: 24px;
    color: #0859C0;
    flex-shrink: 0;
}
.plat-apply .item-list.hasimg {
    gap: 0px;
}
.plat-apply .item-list.hasimg .item-li {
    width: 20%;
    text-align: center;
}
.plat-apply .item-list.hasimg .title {
    text-align: center;;
}
.plat-apply .img {
    width: 100%;
    height: 215px;
    margin-top: 20px;
}
.plat-apply .img img {
    max-width: 90%;
    max-height: 90%;
}


/* 平台功能 */
.plat-function {
    background: #FFFFFF;
    padding: 80px 0;
}
.plat-function .function-detail {
    margin-top: 70px;
    padding: 0 180px;
}
.plat-function .function-item {
    position: relative;
    margin-bottom: 150px;
}
.plat-function .function-item:nth-child(odd) .content,
    .plat-function .function-item:nth-child(even) .img {
    order: 1;
}
.plat-function .function-item:nth-child(odd) .img,
    .plat-function .function-item:nth-child(even) .content {
    order: 2;
    margin-left: 80px;
}
.plat-function .content {
    width: 50%;
}
.plat-function .img {
    max-width: 50%;
}
.plat-function .img img {

}
.plat-function .content .title {
    font-size: 24px;
    color: #333333;
}
.plat-function .content .info {
    margin-top: 24px;
    font-size: 18px;
    color: #333333;
}

/* 商务合作 */
.bus-cooperation {
    width: 100%;
    min-height: 500px;
    margin-bottom: 120px;
    padding: 80px 0;
    background-color: #528FC6;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url('../../image/rejeee/cooperation.png');
    overflow: hidden;
}
.bus-cooperation .cooperation-detail {
    margin-top: 66px;
}
.bus-cooperation .detail-btn {
    width: 100%;
    height: 100px;
    background: rgba(255, 255, 255, 0.9);
    font-size: 36px;
    color: #0859C0;
    line-height: 100px;
    text-align: center;
    cursor: pointer;
}
.bus-cooperation .detail-btn:hover {
    background: #0859C0;
    color: #FFFFFF;
}
.bus-cooperation .coop-list {
    margin-top: 60px;
}
.bus-cooperation .coop-item {
    width: 49%;
    height: 620px;
    background: rgba(255, 255, 255, 0.9);
}
.bus-cooperation .coop-item .img {
    width: 100%;
    height: 260px;
    overflow: hidden;
}
.bus-cooperation .coop-item .img img {
    width: 100%;
    height: 100%;
}
.bus-cooperation .coop-item .title {
    margin-top: 50px;
    padding: 0 58px;
    font-size: 36px;
    color: #333333;
    line-height: 47px;
}
.bus-cooperation .coop-item .title span {
    margin-left: 35px;
    font-size: 24px;
    color: #333333;
}
.bus-cooperation .coop-item .info {
    padding: 0 58px;
    margin-top: 48px;
    font-size: 18px;
    color: #333333;
    line-height: 24px;
}
.bus-cooperation .coop-item .foot {
    padding: 0 58px;
    margin-top: 32px;
    margin-bottom: 60px;
}
.bus-cooperation .coop-item .btn-lis {
    display: inline-block;
    width: 200px;
    height: 60px;
    background: #0859C0;
    border-radius: 40px;
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
}
.bus-cooperation .coop-item .btn-lis:hover {
    background: #fff;
    border-color: #0859C0;
    border: 1px solid #0859C0;
    color: #333333;
}
.bus-cooperation .coop-item .btn-lis:nth-child(2) {
    margin-left: 46px;
    background: #FF8500;
    border-color: #FF8500;
    border: 1px solid #FF8500;
}
.bus-cooperation .coop-item .btn-lis:nth-child(2):hover {
    background: #fff;
    border-color: #FF8500;
    border: 1px solid #FF8500;
    color: #333333;
}

/* 开始搭建我的物联网系统 */
.seek-online {
    margin-bottom: 120px;
}
.seek-online .seek-header {
    text-align: center;
}
.seek-online .seek-header .title {
    text-align: center;
    font-size: 36px;
    color: #333333;
    line-height: 47px;
}
.seek-online .seek-header .btn {
    width: 194px;
    height: 46px;
    margin: 30px auto;
    border-radius: 23px;
    border: 1px solid #333333;
    font-size: 24px;
    color: #333333;
    line-height: 44px;
    text-align: center;
}
.seek-online .seek-header .btn:hover {
    background: #0859C0;
    color: #FFFFFF;
}
.seek-online .seek-detail {
    margin-top: 52px;
}
.seek-online .seek-item {
    width: calc(25% - 30px);
    height: 260px;
    padding: 15px;
    background: #FFFFFF;
}
.seek-online .seek-item .img {
    width: 100%;
    height: 190px;
    overflow: hidden;
}
.seek-online .seek-item .img img {
    width: auto;
    height: 100%;
}
.seek-online .seek-item .name {
    font-size: 24px;
    color: #333333;
    line-height: 31px;
    text-align: center;
    margin-top: 8px;
}
.seek-online {}
.seek-online {}
.seek-online {}
