/* 概要图片 */
.ditu {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
    align-items: center;
}

.ditu img {
    width: 100%;
    position: absolute;
    top: 60%;
    transform: translateY(-25%);
    /* opacity: 0.5; */
}

.ditu span:nth-child(1) {
    position: absolute;
    top: 20%;
    left: 50%;
    font-size: 50px;
    transform: translate(-50%);
    color: rgb(255, 255, 255);
    z-index: 9999;
    display: inline-block;
}

.ditu span:nth-child(2) {
    position: absolute;
    top: 40%;
    left: 50%;
    font-size: 18px;
    width: 800px;
    transform: translate(-50%);
    color: rgb(255, 255, 255);
    z-index: 9999;
    display: inline-block;
    text-align: left;
    /* 文字左对齐 */
    text-indent: 2em;
    /* 设置首行缩进为两个字符宽度 */
    line-height: 1.5;
    /* 设置行间距为 1.5 倍行高 */
    letter-spacing: 1px;
    /* 设置字间距为 1 像素 */
}

.ditu span:nth-child(3) {
    position: absolute;
    top: 63%;
    left: 50%;
    font-size: 18px;
    width: 800px;
    transform: translate(-50%);
    color: rgb(255, 255, 255);
    z-index: 9999;
    display: inline-block;
    text-align: left;
    /* 文字左对齐 */
    text-indent: 2em;
    /* 设置首行缩进为两个字符宽度 */
    line-height: 1.5;
    /* 设置行间距为 1.5 倍行高 */
    letter-spacing: 1px;
    /* 设置字间距为 1 像素 */
}

/* 概要图片 */
/* 地图成就 */
.ditu-chengjiu {
    margin-top: 48px;
    margin-bottom: 80px;
}

.ditu-chengjiu .wrap {
    width: 1200px;
    margin: 0 auto;
}

.ditu-chengjiu .wrap .chengjiu-title {
    color: #657180;
    font-size: 30px;
    text-align: center;
}

.chengjiu-title p {
    font-size: 14px;
    margin: 20px auto;
}

.chengjiu-img {
    margin-top: 80px;
    margin-left: 30px;
    margin-bottom: 80px;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.image-container {
    display: flex;
    flex-direction: column;
    align-items: center; /* 使图片和文字居中对齐 */
}

.image-caption {
    margin-top: 10px; /* 与图片的间距 */
    font-size: 30px; /* 字体大小，可以根据需要调整 */
    color: #333; /* 字体颜色，可以根据需要调整 */
}

.chengjiu-img .chengjiu-img-model {
    width: 106px;
    height: 90px;
    float: left;
}

.chengjiu-img-model img {
    width: 65px;
    height: 55px;
    margin-left: 20px;
    margin-right: 20px;
    /* margin: 12px auto; */
}

.chengjiu-img-model span {
    margin-top: 18px;
    font-size: 12px;
    line-height: 20.8px;
}

.ditu-chengjiu .wrap .chengjiu-img1 {
    margin-top: 80px;
    margin-bottom: 80px;
    height: 265px;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.chengjiu-img1 .chengjiu-img-model1 {
    width: 240px;
    height: 256.2px;
    float: left;
    text-align: center;
}

.chengjiu-img-model1 img {
    width: 213px;
    height: 213px;
    margin-left: 13.5px;
    margin-right: 13.5px;
}

.chengjiu-img-model1 span {
    margin-top: 14px;
    font-size: 16px;
    text-align: center;
}

/* 地图成就 */
.map-localization {
    width: 100%;
    height: 800px;
    background-color: #417F7C;
}


.map-localization .function-title {
    color: #F8F8FF;
    font-size: 30px;
    text-align: center;
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
}

.map-localization .function-title p {
    font-size: 13px;
    width: 600px;
    margin: 10px auto;
    text-align: center;
}


/* 可视化平台 */

.keshihua {
    background-color: #417F7C;
}

.keshihua .wrap {
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 10px;
}

.keshihua .wrap .keshihua-title {
    color: #657180;
    font-size: 30px;
    text-align: center;
}

.keshihua-body {
    color: rgb(101, 113, 128);
    font-size: 18px;
    padding-top: 12px;
    text-align: center;
    text-align: left;
    /* 文字左对齐 */
    text-indent: 2em;
    /* 设置首行缩进为两个字符宽度 */
    line-height: 1.5;
    /* 设置行间距为 1.5 倍行高 */
    letter-spacing: 1px;
    /* 设置字间距为 1 像素 */
}

.keshihua-img {
    margin-top: 20px;
    margin-bottom: 80px;
    justify-content: space-between;
    text-align: center;

}

/* 可视化平台 */
/* 地图功能 */
.map-function {
    width: 100%;
    height: 800px;
    background-color: #417F7C;
}


.map-function .function-title {
    color: #657180;
    font-size: 30px;
    text-align: center;
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
}

.map-function .function-title p {
    font-size: 13px;
    width: 600px;
    margin: 10px auto;
    text-align: center;
}

.function-jieshao {
    width: 100%;
    height: 63.2px;
    padding: 0px 300px;
    color: rgb(247, 247, 247);
    box-shadow: rgba(51, 51, 51, 0.08) 0px 0px 8px 0px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    font-size: 13px;
    line-height: 20.8px;
    /* position: fixed; */
}

.function-jieshao .little_model {
    color: rgb(101, 113, 128);
    cursor: pointer;
    font-size: 16px;
    line-height: 25.6px;
    padding: 18px 12px;
    text-wrap: nowrap;
    white-space-collapse: collapse;
    width: 88px;
    box-sizing: border-box;
}

.function-jieshao .little_model:hover {
    color: rgb(45, 140, 240);
    border-bottom-color: rgb(45, 140, 240);
    border-bottom-style: solid;
    border-bottom-width: 1.6px;
    box-sizing: border-box;
}

.function-img {
    width: 870px;
    height: 550px;
    margin: 0 auto;
    padding-top: 20px;
    border-bottom: 1px solid #adadad;
}

.function-img img {
    width: 870px;
    height: 533px;
    border-bottom: 1px solid #adadad;
    border-radius: 20px;
}

/* 地图功能 */
/* 地图类型 */
.map-type {
    width: 100%;
    height: 1400px;
    background: #f6f7f9;
}

.map-type .type-title {
    color: #657180;
    font-size: 30px;
    text-align: center;
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
}

.map-type .type-title p {
    font-size: 13px;
    width: 600px;
    margin: 10px auto;
    text-align: center;
}

.type-body {
    width: 1200px;
    height: 1200px;
    margin: 20px auto;
    justify-content: center;
}

.type-box {
    width: 580px;
    height: 400px;
    font-size: 13px;
    margin-left: 10px;
    margin-right: 10px;
    background: linear-gradient(135deg, #f6d365, #fda085);
    border-radius: 20px;
    float: left;
    margin-bottom: 15px;
}

.type-box:hover {
    transform: scale(1.03, 1.03);
    cursor: pointer;
}

.type-box img {
    width: 530px;
    height: 280px;
    border-radius: 20px;
    margin: 10px 25px 5px;

}

.type-text {
    margin-left: 30px;
}

.type-box p {
    font-size: 10px;
}

.type-box span {
    margin-left: 10px;
}

/* 地图类型 */
/* 地图应用 */
.map-application {
    width: 100%;
    height: 730px;
    background: white;

}

.map-application .app-title {
    color: #657180;
    font-size: 30px;
    text-align: center;
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
    margin-bottom: 20px;
}

.app-body {
    width: 1220px;
    height: 600px;
    justify-content: center;
    margin: 0 auto;
}

.app-box {
    width: 400px;
    height: 300px;
    float: left;
    font-size: 30px;
    position: relative;
    margin-left: 5px;
    margin-top: 5px;
}

.app-box img {
    width: 400px;
    height: 300px;
    outline-width: 0px;
    vertical-align: top;
}

.app-box p {
    position: absolute;
    bottom: 20%;
    text-align: center;
    width: 100%;
    color: white;
    font-size: 40px;
}

/* 地图应用 */

/* 个性化地图主题 */
.map-theme {
    width: 100%;
    height: 1000px;
    background-color: #4e5999;
}

.map-theme .theme-title {
    color: white;
    font-size: 30px;
    text-align: center;
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
}

.map-theme .theme-title p {
    font-size: 13px;
    width: 600px;
    margin: 10px auto;
    text-align: center;
}

.theme-option {
    width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
    display: flex;
}

.theme-box {
    width: 228px;
    height: 176.8px;
}

.theme-option img {
    width: 180px;
    height: 120px;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .1);
    border-radius: 10px;
    margin-bottom: 12px;
    margin-right: 12px;
    margin-top: 12px;
    box-sizing: border-box;
}

.theme-option p {
    font-size: 13px;
    text-align: center;
    margin: 0 auto;
}

.theme-box:hover {
    color: white;
    cursor: pointer;
}

.theme-box:hover>img {
    border: 2px solid #eabe10;
    border-radius: 10px;

}

.theme-img {
    width: 1200px;
    height: 600px;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 1);
    border-radius: 4px;
    margin: 20px auto;
}

.theme-img img {
    width: 1200px;
    height: 600px;
    border-radius: 4px;
}

/* 个性化地图主题 */

/* 地图编辑器 */
.ditu-bianji {
    margin-top: 48px;
    margin-bottom: 80px;
}

.ditu-bianji .wrap {
    width: 1200px;
    margin: 0 auto;
}

.ditu-bianji .wrap .bianji-title {
    color: #657180;
    font-size: 30px;
    text-align: center;
}

.ditu-bianji .wrap .bianji-title p {
    font-size: 13px;
    width: 800px;
    text-align: center;
    margin: 10px auto;
}

.bianji-img {
    margin-top: 80px;
    margin-bottom: 80px;
    width: 1200px;
    height: 112px;
    margin: 40px auto;
    justify-content: space-between;
    display: flex;
    text-align: center;
}

.bianji-img .bianji-box {
    width: 60px;
    height: 112px;
}

.bianji-img .bianji-box img {
    width: 60px;
    height: 55px;
}

.bianji-img .bianji-box p {
    font-size: 13px;
    text-align: center;
}

.bianji-shili {
    width: 1200px;
    height: 550px;
    margin: 0 auto 20px;
}

.bianji-shili img {
    width: 1200px;
    height: 550px;
}

/* 地图编辑器 */
/* 地图优势 */
.ditu-adv {
    height: 350px;
    background: linear-gradient(135deg, #ff9a9e, #fad0c4);
    padding-top: 20px;
}

.ditu-adv .wrap {
    width: 1200px;
    margin: 0 auto;
}

.ditu-adv .wrap .adv-title {
    color: #657180;
    font-size: 30px;
    text-align: center;
}

.adv-img {
    width: 1200px;
    height: 240px;
    margin: 40px auto;
    justify-content: space-between;
    display: flex;
    text-align: center;
}

.adv-img .adv-box {
    width: 210px;
    height: 240px;
}

.adv-img .adv-box img {
    width: 210px;
    height: 205px;
    aspect-ratio: auto 210 / 205;
}

.adv-img .adv-box p {
    font-size: 13px;
    text-align: center;
}

/* 地图优势 */

/* 帮助 */
.map-help {
    background-color: rgb(78, 89, 153);
    width: 100%;
    height: 500px;
    padding-top: 20px;
}

.map-help>p {
    font-size: 30px;
    text-align: center;
    color: white;
    margin-top: 50px;
}

.help-box0 {
    width: 1200px;
    height: 326px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

.help-box1 {
    width: 586px;
    height: 326px;
    border-radius: 4px;
    overflow: hidden;
}

.help-box1 img {
    width: 586px;
    height: 180px;
}

.help-text {
    background-color: white;
    width: 586px;
    height: 146px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: -3px;
    z-index: 99;
}

.help-text a {
    background-color: #2d8cf0;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    width: 86px;
    height: 15px;
    margin-left: 215px;
    margin-top: 10px;
    border-radius: 12px;
}

/* 帮助 */
.container-bianjie{
    text-align: center;
    margin: 20px auto;
}

.container-bianjie h1{
    font-size: 30px;
    margin-bottom: 10px;
}

.container-bianjie h2{
    font-size: 20px;
    margin-bottom: 20px;
}

.bianji-img{
    display: flex;
    justify-content: center;
    gap: 10px; /* Add some space between images */
}

.bianji-img img{
    width: 390px;
    height: 781px;
    object-fit: cover;
}