.summary {
    position: relative;
    margin-top: 45px !important;
}

.summary p {
    margin-top: 1rem;
    text-align: left;
    text-indent: 2rem;
    padding: 0 1rem;
}

.box-shadow {
    box-shadow: 12px 10px 20px 0px rgb(174 174 192 / 22%);
    background: #F9FCFF;
}

/* Start 获取行业解决方案*/
.get-solution-div {
    width: 100%;
    height: 185px;
    background-image: url("/website/cn/assets/img/solution/index-free-trial@2x.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.get-solution-div-child {
    width: 1200px;
    height: 185px;
    margin: 0 auto;
}

.get-solution-div-child-title {
    height: 105px;
    width: 100%;
    color: #ffffff;
    font-size: 30px;
    line-height: 115px;
}

.text-put {
    outline: none;
    width: 25%;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid #8AB1FF;
    color: #ffffff;
    font-size: 14px;
    padding-left: 20px;
    margin-right: 30px;
}

.text-put::-webkit-input-placeholder {
    color: #ffffff;
}

.solution-submit {
    width: 11%;
    height: 40px;
    background-color: #2569F1;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    outline: none;
    border: none;
    cursor: pointer;
}

.diglop_box {
    display: none;
    position: fixed;
    text-align: center;
    color: #fff;
    background: rgba(16, 36, 123, 1);
    left: 40%;
    top: 50%;
    border-radius: 20px;
    font-size: 42px;
    z-index: 99;
    padding: 1rem;
}

/* End 获取行业解决方案*/
.left {
    width: 240px;
    text-align: left;
    font-size: 18px;
    font-family: "微软雅黑";
    background-color: #f2f3f8;
    height: 100%;
    padding-top: 120px;
    padding-bottom: 50px;
}

.left .nav {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
}

.tab-content {
    flex: 1;
}

.left-link.active {
    background: rgba(37, 105, 241, 0.07) !important;
    font-size: 18px;
    color: #2569F1 !important;
    border-left: 3px solid #2569F1 !important;
}

.left-link {
    text-align: left;
    border-radius: unset !important;
    color: #434343 !important;
    min-height: 80px;
    width: 100%;
}

.lateral {
    border-radius: unset !important;
    color: #434343 !important;
    font-size: 20px !important;
}

.lateral.active {
    background: unset !important;
    /*font-size: 20px;*/
    color: #2569F1 !important;
    border-bottom: 3px solid #2569F1 !important;
}

.nav::-webkit-scrollbar {
    width: 8px;
    height: 1px;
}

.nav::-webkit-scrollbar-thumb {
    background-color: #CCD3D9;
    border-radius: 10px
}

.nav::-webkit-scrollbar-track {
    background: #ededed;
}

.ggh_img {
    margin-top: 40px;
    text-align: center;
    /*display: flex;*/
}
.ggh_img p{
    text-align: left;
    padding-left: 30px;
    line-height: 40px;
}
.ggh_img img {
    max-width: 100%;
    margin: 0 auto;
}

.beidou-indicators {
    margin-bottom: unset !important;
    bottom: -20px !important;
}

.beidou-indicators [data-bs-target] {
    background-color: #4f85f3 !important;
}

.hxys {
    background: url('/website/cn/assets/img/solution/bg-mod-service2.png') no-repeat;
}

.hxys_title {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    line-height: 22px;
    margin-top: 15px
}

.hxys_content {
    font-size: 12px;
    color: #696969;
    line-height: 18px;
    margin-top: 12px;
}

.dxal {
    background: url('/website/cn/assets/img/solution/solution_case_bak.png') no-repeat;
    background-size: cover;
}

.solution_case_model {
    height: 140px;
    cursor: pointer;
    background-image: url('/website/cn/assets/img/solution/dxal-card@2x.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #0F0F0F;
    font-size: 18px;
    padding: 40px 10px 20px 10px;
}

/*Start 视频*/
.play-div {
    width: 100%;
    position: relative;
}

.play-div img {
    width: 100%;
}

.play-btn-div {
    width: 124px;
    height: 124px;
    position: absolute;
    top: calc(50% - 365px);
    left: calc(50% - 62px);
}

.play-btn-div img {
    cursor: pointer;
    height: 100%;
    width: 100%;
}

.zz {
    width: 100%;
    font-size: 62px;
    margin: 0 auto;
    height: 80px;
    color: #ffffff;
    position: absolute;
    bottom: 10%;
    text-align: center;
    line-height: 80px;
}

.video_box {
    display: none;
    position: fixed;
    margin: 0 auto;
    z-index: 99999;
    left: 0;
    right: 0;
    width: 1608px;
    height: 808px;
    top: calc(50% - 390px);
}

.video_box video {
    width: 100%;
    height: 100%;
    background-color: black;
}

.video-close {
    cursor: pointer;
    float: right;
    position: absolute;
    top: 13px;
    right: 8px;
    z-index: 9999999999999;
}


@media (max-width: 1200px) {
    .hxys {
        background: rgba(248, 249, 250, 1);
    }

    .video_box {
        width: 600px;
        height: 340px;
        top: calc(50% - 170px);
    }
    .play-btn-div {
        width: 60px;
        height: 60px;
        top: calc(50% - 180px);
        left: calc(50% - 30px);
    }
}
@media (max-width: 768px) {
    .video_box {
        width: 300px;
        height: 170px;
        top: calc(50% - 85px);
    }

    .video-close img {
        height: 21px;
        width: 21px;
    }

    .play-btn-div {
        width: 60px;
        height: 60px;
        top: calc(50% - 180px);
        left: calc(50% - 30px);
    }

}


.ggh_img img{
   text-align: center;
}
