*{
    margin: 0;
    padding: 0;
    /* box-sizing: border-box; */
}
html {
    font-size: .875rem;
}
.header-div{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: .625rem 1.25rem;
    /* width: 120rem; */
    width: 100%;
    background-color: #fff;
    /* 固定定位 */
    position: fixed;
    /* 下边框 .0625rem solid #e7e8ec */
    border-bottom: .0625rem solid #e7e8ec;
    z-index: 9999;
}
.header-logo {
    display: flex;
    justify-content: space-evenly;

    }
    .header-menu{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .header-menu ul{
        display: flex;
        justify-content: center;
        align-items: center;
        list-style: none;
    }
    .header-menu ul li{
        margin-right: 1.875rem;
        cursor: pointer;
        color: #1E1F24;
        font-size: 1rem;
    }
    .header-menu ul li a:hover {
        color: #666BFA;
    }
    .header-menu ul .help-link:hover {
        color: #666BFA;
    }
    .header-menu ul li a{
        text-decoration: none;
        color: #1E1F24;
    }
    .logo-img{
        width: 13.3125rem;
        height: 3.125rem;
        /* margin-right: -7.5rem; */
        /* transform: translateX(-5rem); */
        transform: translateY(-0.3125rem);
    }
    .logo-img img {
       width: 100%;
       height: auto;

    }

.header-buttons{
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(1.125rem);
    /* display: inline-block; */
    /* width: 31.25rem; */
}
.button0{
    /* font-size: .8125rem; */
    color: #1E1F24;
    margin-right: 3.25rem;
    position: relative; /* 设置相对定位，伪元素将相对于这个进行绝对定位 */
    cursor: pointer; /* 显示为可点击的指针样式 */
}
.button0>svg {
    transform:rotate(180deg);
    position: absolute;
    right: -1.125rem;
    top: .0625rem;
}
.language-box{
    border-radius: .125rem;
    box-shadow: 0 .25rem .625rem rgba(0, 0, 0, 0.2);
    display: none;
}
.language-box ul{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 5.75rem;
}
.language-box ul .first{
    /* 灰色的下边框 */
    border-bottom: .0625rem solid #e7e8ec;
    padding:0 .625rem .3125rem .625rem;


}
.language-box ul li a:hover{
    color: #666BFA;
}
.language-box ul li a{
    text-decoration: none;
    color: #1E1F24;
    font-size: .875rem;

}
.language-box ul :last-child{
margin-top: .25rem;
}
/* hover language-box显示  */
.button0:hover .language-box {

    display: flex;
    flex-direction: column;
    position: absolute;
    /* top: 1.75rem;
    right: -2.25rem; */
    top: 100%; /* 直接位于 .button0 的底部 */
    right: -2.25rem; /* 与右边界对齐 */
    background-color: #fff;
    border: .0625rem solid #e7e8ec;
    border-radius: .25rem;
    z-index: 9999;
    padding: .625rem 0;
    width: 6.25rem;
    box-shadow: 0 .25rem .625rem rgba(0, 0, 0, 0.2);
}
.button0 .language-box:hover {

    display: flex;
    flex-direction: column;
    position: absolute;
    /* top: 1.75rem;
    right: -2.25rem; */
    top: 100%; /* 直接位于 .button0 的底部 */
    right: -2.25rem; /* 与右边界对齐 */
    background-color: #fff;
    border: .0625rem solid #e7e8ec;
    border-radius: .25rem;
    z-index: 9999;
    padding: .625rem 0;
    width: 6.25rem;
    box-shadow: 0 .25rem .625rem rgba(0, 0, 0, 0.2);
}
.header-buttons .button1{
   /*
   48*31宽高
   边框颜色 102, 107, 250
   边框 .0625rem solid
   radius .25rem
   文字在盒子里面居中
    文字颜色是102, 107, 250
   */
    width: 3rem;
    height: 1.9375rem;
    /* 左右内边距8 */
    padding: 0 .5rem;
    border: .0625rem solid rgb(102, 107, 250);
    border-radius: .25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(102, 107, 250);
    font-size: .875rem;
    /* margin-left: -3.75rem; */
    cursor: pointer;

}
.header-buttons .button2{
    width: 3.125rem;
    height: 2.0625rem;
    /* 左右内边距8 */
    padding: 0 .5rem;
    /* border: .0625rem solid rgb(102, 107, 250); */
    background-color: rgb(102, 107, 250);
    border-radius: .25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: .875rem;
    /* 左外边距1rem */
    margin-left: 1.875rem;
    cursor: pointer;
}



.banner{
    display: flex;
    justify-content: space-around;
    align-items: center;
background: linear-gradient(180deg, rgba(226,218,255,0) 0%, #E2DAFF 100%);

/* background-color: skyblue; */
width: 100%;

padding-top: 10rem;
padding-bottom: 5rem;
/* margin: 0 auto; */
}
.banner .banner-text {

}
.banner .banner-text .banner-title{
    font-weight:bolder;
    color: #030057;
    /* width: 16.5rem; */
    font-size:3.5rem;

}
.banner-text .banner-content{
    color: #999;
    font-size: 1.25rem;
    width: 37.5rem;
    margin-top: .625rem;
}
.banner-button{
    display: flex;
    justify-content: center;
    align-items: center;
    /* 185*62 */
    width: 11.5625rem;
    height: 3.875rem;
    font-size: 1.125rem;
    color: #fff;
    background-color: #666BFA;
    border-radius: .375rem;
    margin-top: 2.5rem;
}
.banner-button:hover{
    cursor: pointer;
}
.banner-map{
margin-left: -31.25rem;
}
/* 1024范围
.banner-map{
margin-left: -31.25rem;为14.25
}
*/
@media (max-width: 64rem) {
    .banner-map{
        margin-left: -14.25rem;
        }

}
.banner-mapBg{
    width: 25rem;
    height: 19.8125rem;
    position: relative;
    margin-top: 3.125rem;
}
.banner-mapBg img{
    width: 100%;
    height: 100%;
}

.banner-earth{
    position: absolute;
    /* 129*124 */
    width: 8.0625rem;
    height: 7.75rem;
    top: -4.125rem;
    left: 6.6875rem;
}
.banner-ip{
    position: absolute;
    /* 129*124 */
    width: 2.8125rem;
    height: 5.4375rem;
    top: 4.25rem;
    left: 19.125rem;
}

.banner-earth img{
    width: 100%;
    height: 100%;
    animation: earanimt 4s infinite;
}
.banner-ip img{
    width: 100%;
    height: 100%;
    animation: ipanimt 4s infinite;
}

@keyframes earanimt {
    0% {
        transform: translateY(0);

    }
    50% {
        transform: translateY(-1.25rem);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes ipanimt {
    0% {
        transform: translateY(0);

    }
    50% {
        transform: translateY(-0.625rem);
    }
    100% {
        transform: translateY(0);
    }
}

.cando{
    padding-top: 7.5rem;
    background-color: #fbfaff;
}
.cando h2{
    /* 居中 */
    text-align: center;
}

.cando-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem;
    max-width: 75rem;
    margin: 0 auto; /* 使容器在页面中居中 */
    margin-top: 4.0625rem;
}

.cando-item {
    width: 23rem;       /* 设置每个项目的宽度 */
    height: 17.5rem;      /* 设置每个项目的高度 */
    background-color: #fff; /* 背景颜色，方便视觉上区分各元素 */
    margin-bottom: 2.5rem; /* 每项之间添加一些垂直间隔 */
    border-radius: .625rem;
    border: .0625rem solid #ccc;
}
.cando-itemIcon{
    /* 48*48 */
    width: 3rem;
    height: 3rem;
     margin-top: 1.875rem;
    margin-left: 10rem;

}
.cando-itemIcon img{
    width: 100%;
    height: 100%;
}

.cnado-itemText{
    text-align: center;
    margin: 0 1.25rem;
    font-size: 1rem;
    line-height: 1.75rem;
}

.place{
    padding-top: 7.5rem;
    padding-bottom: 5rem;
}
.place-content{
    background:url(../images/map-bg.png) no-repeat;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    /* align-items: flex-start; */
    padding: 1.25rem;      /* 容器内边距 */
    align-items: center;
    padding-top: 3.125rem;
    max-width: 75rem;
    margin: 0 auto;
}
.place-item{
    width: 17.625rem;       /* 设置每个项目的宽度 */
    height: 5rem;      /* 设置每个项目的高度 */
    margin-bottom: 3.125rem; /* 每项之间添加一些垂直间隔 */
    border-radius: .875rem;
    background-color: #fff;
    margin-right: 1.25rem;
    display: flex;      /* 启用 Flexbox 布局 */
    align-items: center; /* 垂直居中对齐子项 */
    /* display: flex; */
    /* justify-content: space-between;
    align-items: center; */
    /* 加一个阴影 */
    box-shadow: 0 .25rem .625rem rgba(0, 0, 0, 0.2);

}
.place-itemIcon{
    /* 120*80*/
    width: 7.5rem;
    height: 5rem;
    flex-shrink: 0;     /* 防止图标缩小 */
    /* display:inline-block; */
}

.place-itemIcon img{
    width: 100%;
    height: 100%;
    border-radius: .875rem;
}
.place-itemText{
    /* display: inline-block; */
    height: 5rem;
    /* flex-grow: 1;    */
}
.place-itemText :first-child{
    font-size: 1.125rem;

    margin-left: 1.25rem;
    margin-top: .625rem;
}
.place-itemText :last-child{
    font-size: 1rem;

    margin-left: 1.25rem;
    margin-top: .625rem;
    color: #5D5381;
}
.price{
padding-top: 3.75rem;
background-color: #fbfaff;
padding-bottom: 7.5rem;
}
.price h3{
    text-align: center;
    font-size: 3rem;
    font-weight: 400;
}
/* 480*430 */
/* 3.75rem */
.price-content{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 1.25rem;
    max-width: 75rem;
    margin: 0 auto;
    margin-top: 3.75rem;
}
.price-item{
    /* background-color: skyblue; */
    /* width: 30rem; */
    width: 22.5rem;
    height: 25rem;
    margin-right: 1.25rem;
    border-radius: .875rem;
    border: .0625rem solid #e5e7eb;
}
.price-item .title{
    font-size: 1.5rem;
    margin-top: 1.75rem;
    text-align: center;
}
.price-item .s-title{
    margin-top: 1.25rem;
    font-size: 2.25rem;
    text-align: center;
}
.price-item .line{
    width: 84%;
    height: .125rem;
    background-color: #e5e7eb;
    margin-top: 1.25rem;
    margin-left: 1.25rem;
}
.price-item ul{
    list-style: none;
    margin-top: 1.25rem;
    /* 水平居中 */
  margin-left: 2.5rem;
}
.price-item ul li{
    position: relative; /* 设置相对定位，为伪元素定位提供基准 */
    padding-left: .9375rem; /* 提供足够的空间放置自定义的圆点 */
    height: 1.875rem;
    line-height: 1.875rem;
    font-size: .875rem
}
.price-item ul li::before {
    content: ''; /* 伪元素内容为空，用来显示圆点 */
    position: absolute; /* 绝对定位 */
    left: 0; /* 在文本前面位置显示 */
    top: 50%; /* 垂直居中 */
    transform: translateY(-50%); /* 精确居中 */
    width: .5rem; /* 圆点宽度 */
    height: .5rem; /* 圆点高度 */
    background-color: #666BFA; /* 指定颜色，这里使用红色 */
    border-radius: 50%; /* 圆形 */
}
.price-button{
    display: flex;
    justify-content: center;
    align-items: center;
    /* 185*62 */
    width: 11.5625rem;
    height: 3.125rem;
    font-size: 1.125rem;
    color: #fff;
    background-color: #666BFA;
    border-radius: .375rem;
    margin-top: 2.5rem;
    margin-left: 5.5rem;
    /* 鼠标样式 */
    cursor: pointer;
}
.price-button a{
    text-decoration: none;
    color: #fff;
}
.footer{
    /* background-color: #141035; */
    background-color: #e6eeff;
    padding-top: 2.5rem;
    padding-bottom: 6.25rem;
    background-image:  url(/images/start-now-left.png), url(/images/start-now-right.png);;
    width: 100%;
    background-position:left top, right top;
    background-repeat: no-repeat , no-repeat;
    background-size:auto 100%, auto 100%;
}
.footer-content{
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* padding: 1.25rem; */
    max-width: 75rem;
    margin: 0 auto;
}
/* .footer-logo{
    background-color: pink;
    width: 18.75rem;
    height: 6.25rem;

} */
.footer-logo{
    width: 15rem;
    height: 3.75rem;
    /* margin-right: -7.5rem; */
    /* transform: translateX(-5rem); */
    transform: translateY(1.375rem);
}
.footer-logo img {
   width: 100%;
   height: auto;
}
.footer-logo-parents p{
    font-size: .875rem;
    transform: translate(0.75rem,3.125rem)
}
.footer-menu ul{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    list-style: none;
}
.footer-menu ul li{
    margin-right: 6.25rem;
    cursor: pointer;
    /* color: #1E1F24; */
    line-height: 1.625rem;
    height: 1.625rem;

    /* color:rgba(255, 255, 255, 0.6); */
    color:#8b8d98;
}
/* .footer-menu ul li p:hover ,.footer-menu ul li a:hover{
    color: #000;
} */
.footer-menu ul li h3{
    /* 鼠标样式为斜杠 */
    cursor:default;
    color: #000;
    margin-bottom: .75rem;
}
.footer-menu ul li a{
    text-decoration: none;
    color:#8b8d98;
    /* color:rgba(255, 255, 255, 0.6); */
}
.tg-div{
    width: 4rem; /* 减小宽度 */
    height: 7rem; /* 增加高度使其成为垂直长椭圆形 */
    position: fixed;
    right: 2.25rem;
    bottom: 3.75rem;
    z-index: 9999;
    cursor: pointer;
    transition: transform 0.3s ease;
    background-color: #666BFA;
    border-radius: 1.65rem; /* 调整圆角实现垂直椭圆形 */
    display: flex; /* 使用flex布局 */
    flex-direction: column; /* 改为垂直方向排列 */
    justify-content: center; /* 垂直居中 */
    align-items: center; /* 水平居中 */
    padding: 0.5rem 0; /* 修改内边距为上下padding */
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, 0.15);
}
.tg-div:hover {
    transform: scale(1.1); /* 悬停时轻微放大效果 */
}
.tg-div img{
    width: 3rem; /* 稍微减小图标尺寸 */
    height: 3rem;
    border-radius: 50%;
    margin-bottom: 0.375rem; /* 添加图标和文字之间的垂直间距 */
}
.tg-div span {
    /* display: block; */
    color: #fff;
    font-size: 12px;
    /* margin-top: 0.5rem; */
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); /* 添加文字阴影提高可读性 */
}

.userAgreement{
    background-color: #fbfaff;
    padding-top: 6.25rem;
    padding-bottom: 1.25rem;
}
.userAgreement h3{
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
}
.userAgreement-content{
    padding: .625rem 8.75rem 1.3125rem 17.75rem
}
.userAgreement-content h4{
    font-size: 1.125rem;
    line-height: 1.5;
    margin-bottom: .625rem;
}
.userAgreement-content p{
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: .625rem;
}

.footer-menu ul li p a {
    text-decoration: none;
    color: inherit;
}

.footer-menu ul li p:hover {
    color: #666BFA;
}