.pageBox {
    width: 100%;
    background-image: url(../images/bg.png);
    background-size: cover;
    min-height: calc(100vh - 60px);
}
.banner{
    padding-top: 10.98vw;
    animation: fadeInUp 0.8s ease-out;
}
.division {
    width: 55px;
    height: 3px;
    background-color: #37e352;
    margin: 20px 0;
}

.app_banner {
    display: none;
}

.banner .banner_title {
    border-width: 0px;
    font-weight: 700;
    font-style: normal;
    font-size: 4.791vw;
    line-height: 1.3;
    color: #242629;
    text-align: center;
}

.banner .banner_subheading {
    border-width: 0px;
    font-size: 1.5625vw;
    line-height: 1.3;
    color: #242629;
    font-weight: 500;
    text-align: center;
    margin-top: 2vw;
    opacity: 0.8;
    padding: 0 10vw;
}

.development_access {
    width: 68.66vw;
    margin: 4.9vw auto 2.7vw;
}

.development_access .h3_title {
    font-weight: 600;
    font-style: normal;
    font-size: 2.5vw;
    text-align: center;
    color: #242629;
    animation: fadeInUp 0.8s ease-out 0.1s both;
}

.development_access .development_access_list {
    margin-top: 2.6vw;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2.1875vw 1.667vw;
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.development_access .development_access_list .development_access_item {
    width: 21.77vw;
    height: 11.9vw;
    border-radius: 1.302vw;
    padding: 1.3vw 1.2vw;
    background-color: #ffffff;
    box-sizing: border-box;
    transition: all 0.4s;
}
@media screen and (max-width: 1200px) and (min-width: 1020px) {
    .development_access .development_access_list .development_access_item {
        height: 13.9vw;
    }
}
@media screen and (max-width: 1020px) and (min-width: 905px) {
    .development_access .development_access_list .development_access_item {
        height: 16vw;
    }
}

.development_access .development_access_list .development_access_item:hover {
    transform: translateY(-8px);
    box-shadow: 0px 8px 10px 1px rgb(137 139 149 / 20%);
}

.development_access .development_access_list .development_access_item .item_head {
    display: flex;
    align-items: center;
}
.development_access .development_access_list .development_access_item .item_head img {
    width: 2.916vw;
    margin-right: 0.52vw;
    border-radius: 0.8vw;
    transition: all 0.4s;
}
@media screen and  (max-width: 905px) {
    .development_access .development_access_list .development_access_item .item_head img {
        width: 5vw;
        margin-right: 2vw;
    }
}
.development_access .development_access_list .development_access_item:hover .item_head img {
    transform: scale(1.1) rotate(-3deg);
    box-shadow: 0px 8px 10px 1px rgb(137 139 149 / 20%);
}

.development_access .development_access_list .development_access_item .item_title {
    font-size: 1.145vw;
    color: #242629;
    line-height: 1.3;
    font-weight: bold;
}

.development_access .development_access_list .development_access_item .item_content {
    font-size: 0.833vw;
    color: #5a5f66;
    line-height: 1.6;
    margin-top: 0.6vw;

}



/* .hall-right-btn-list {
    position: fixed;
    right: -100px;
    bottom: 50px;
    display: flex;
    flex-direction: column;
    width: 70px;
    color: #fff;
    transition: all .5s;
}

.hall-right-btn-list .hall-right-btn-item {
    position: relative;
    padding: 10px;
    background-color: #00c198;
    text-align: center;
    cursor: pointer;
    height: 80px;
}

.hall-right-btn-list .scrollToTopBtnBox {
    width: 70px;
    height: 75px;
    background-image: url(../images/Topping.png);
    margin-top: 40px;
    border-radius: 15px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
}

.hall-right-btn-list .item-content-box {
    display: none;
}

.hall-right-btn-list .hall-right-btn-item:hover .item-content-box {
    display: flex;
}

.hall-right-btn-list .item-content-box .triangle {
    width: 8px;
    height: 8px;
    background-color: #FFFFFF;
    position: absolute;
    right: 86px;
    transform: rotate(45deg);
    top: calc(50% - 5px);
    border: 1px solid #d2d2d2;
    border-bottom-color: transparent;
    border-left-color: transparent;
    z-index: 2;
}

.hall-right-btn-list .hall-right-btn-item .hall-right-btn-item-icon {
    width: 20px;
    height: 20px;
    margin: 5px auto;
    background-size: cover;
}

.hall-right-btn-list .hall-right-btn-item .hall-right-btn-item-text {
    font-size: 12px;
    color: #fff;
}

.hall-right-btn-list .hall-right-btn-item .call-box-content {
    position: absolute;
    right: 90px;
    box-shadow: 0 5px 6px 0 rgb(0, 0, 0, .1) !important;
    background-color: #fff;
    color: #5582e4;
    min-width: 211px;
    padding: 10px;
    top: calc(50%);
    text-align: center;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    transform: translateY(-50%);
} 

#hall-call-btn {
    background-image: url(../images/call.png);
}

#hall-email-btn {
    width: 20px;
    height: 18px;
    background-image: url(../images/btn-email.png);
}

#hall-artificialServices-btn {
    width: 23px;
    background-image: url(../images/online_seek.png);
} */

.bottom {
    text-align: center;
    line-height: 1.3;
    font-size: 0.625vw;
    color: #86909c;
    padding: 2.05vw 0 6.95vw;
}

.app .banner {
    display: none;
}

.app .app_banner {
    padding: 35px 20px;
    display: block;
    box-sizing: border-box;
    background-image: none;
    height: auto;
}

.app .app_banner img {
    width: 300px;
}

.app .app_banner .banner_title {
    font-size: 30px;
    position: static;
}

.app .app_banner .banner_subheading {
    font-size: 16px;
    position: static;
    width: auto;
    margin: 20px 0;
}

.app .development_access {
    width: auto;
}

.app .h3_title {
    font-size: 16px;
    font-weight: bold;
}

.app .development_access .development_access_list {
    padding: 0 10px;
}

.app .development_access .development_access_list .development_access_item {
    width: 100%;
    height: auto;
}

.app .development_access .development_access_list .development_access_item .item_title {
    font-size: 16px;
}

.app .development_access .development_access_list .development_access_item .item_content {
    font-size: 12px;
}

@media (max-width: 905px) {
    .banner {
        display: none;
    }

    .app_banner {
        padding: 35px 20px;
        display: block;
        box-sizing: border-box;
        background-image: none;
        height: auto;
    }

    .app_banner img {
        width: min(300px, 100%);
    }

    .app_banner .banner_title {
        font-size: 30px;
        position: static;
    }

    .app_banner .banner_subheading {
        font-size: 16px;
        position: static;
        width: auto;
        margin: 20px 0;
    }

    .development_access {
        width: auto;
        margin: 20px 0 24px;
    }

    .h3_title {
        font-size: 16px;
        font-weight: bold;
    }

    .development_access .development_access_list {
        padding: 0 10px;
    }

    .development_access .development_access_list .development_access_item {
        width: 100%;
        height: auto;
    }

    .development_access .development_access_list .development_access_item .item_title {
        font-size: 16px;
    }

    .development_access .development_access_list .development_access_item .item_content {
        font-size: 12px;
    }

    .bottom {
        font-size: 12px;
        padding: 24px 16px 40px;
    }
}

.layui-layer-iframe {
    border: 0 !important;
}

.layui-layer-iframe .layui-layer-title {
    background-color: transparent;
    position: absolute;
    z-index: 1;
    border: 0px none;
    width: calc(100% - 80px);
    height: 50px;
    padding: 0;
    overflow: visible;
}

.pc #serviceDialog iframe {
    height: 588px !important;
}

.app #serviceDialog {
    height: 100%;
}

.app #serviceDialog iframe {
    height: 100% !important;
}

.layui-layer-iframe .pageHead_btn_box {
    position: absolute;
    top: 0;
    right: 15px;
    display: flex;
    align-items: center;
    height: 50px;
    z-index: 1;
}

.layui-layer-iframe #hideServiceDialogBtn {
    margin-right: 20px;
    width: 20px;
    height: auto;
    cursor: pointer;
}

.layui-layer-iframe #closeServiceDialogBtn {
    width: 15px;
    height: auto;
    cursor: pointer;
}


@keyframes fadeInUp {
    0% {
    opacity: 0;
    transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
