﻿*{
    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;
    top:0;
}
.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: 10.3125rem;
    height: 3.125rem;
    /* margin-right: -7.5rem; */
    transform: translateX(-5rem);
}
.logo-img img {
   width: 100%;
   height: auto;

}

.header-buttons{
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(3.125rem);
    /* width: 31.25rem; */
}
.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 .button1 a{
    color: rgb(102, 107, 250);
    text-decoration: none;
}
.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;
}

.content{
    background-color: #f7f9ff;
    /* height: 31.25rem; */
    padding-top: 9.375rem;
    /* width: 120rem; */
    width: 100%;
}
.content h1{
    text-align: center;
    /* margin-left: 3.125rem; */
    font-size: 2.5rem;
    color: #333;
    /* margin-bottom: 1.25rem; */
}
.banner-small-title{
    text-align: center;
    font-size: 1.25rem;
    color: #8b8d98;
    margin-top: 5rem;
    /* margin-bottom: 1.25rem; */
}
.bannerImg-div{
    /* 1269*712 */
    width: 62.5rem;
    height: 37.5rem;
    /* width: 79.3125rem;
    height: 44.5rem; */
    /* radius .375rem */
    /* 居中 */
    margin: 0 auto;
    margin-top: 3.125rem;
    border-radius: 1.25rem;

}
.bannerImg-div img{
    width: 100%;
    height: auto;
    border-radius: 1rem;
    border-top: .5rem solid #fff;
    border-left: .0625rem solid #fff;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,0.25); /* 添加阴影效果 */
    transition: box-shadow 0.3s ease; /* 过渡效果使阴影变化更平滑 */
    transition: transform 0.3s ease; /* 添加过渡效果，使图片变换平滑 */
}

.bannerImg-div:hover img {
    transform: scale(1.04); /* 鼠标悬停时放大图片 */
    /* box-shadow: 0 .75rem 1.5rem rgba(0,0,0,0.15);  */
}

.banner-buttons{
    display: flex;
    /* justify-content: center; */
    align-items: center;
    width: 31.25rem;
    height: 15.625rem;
    /* margin-left: 42.5rem; */
    margin: 0 auto;
}
.banner-buttons .banner-button1{
    /* 268*58
    左右内边距8
    背景色 rgb(30, 31, 36)
    文字在盒子里居中
    文字颜色 #fff
    */
    width: 16.75rem;
    height: 3.625rem;
    padding: 0 .5rem;
    background-color: rgb(30, 31, 36);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.25rem;
    cursor: pointer;
    border-radius: .25rem;
}
.banner-buttons .banner-button2{
    width: 16.75rem;
    height: 3.625rem;
    padding: 0 .5rem;
    background-color: rgb(100, 106, 238);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.25rem;
    cursor: pointer;
    border-radius: .25rem;
    margin-left: 1.875rem;
}
.content h2{
    text-align: center;
    font-size: 1.875rem;
    color: #333;
    margin-top: 5rem;
    margin-bottom: 1.125rem;
}
.h2-small-title{
    color: #8b8d98;
    text-align: center;
    font-weight: 400;
    font-size: 1.125rem;
}

.introduce-parent {
    display: flex;
    flex-wrap: wrap; /* 允许子元素换行 */
    gap: 1.875rem; /* 盒子之间的间距 */
    justify-content: flex-start; /* 子元素左对齐，确保填满一行后换行 */
    padding: 0 1.25rem; /* 如果需要可以在父容器添加一些内边距 */
    margin: 1.25rem auto; /* 水平居中，根据需要调整 */
    max-width: 75rem; /* 根据子盒子的尺寸和间距调整，确保一行只能放两个 */
    margin-top: 3.125rem;
}

.introduce-parent > div {
    width: 36rem; /* 设置盒子的宽度 */
    height: 16.75rem; /* 设置盒子的高度 */
    padding: 1.25rem 2.5rem; /* 设置上下1.25rem、左右2.5rem的内边距 */
    box-sizing: border-box; /* 使宽高包括内边距和边框 */
    border: .0625rem solid #ccc; /* 设置.0625rem的灰色边框 */
    border-radius: .9375rem; /* 设置.5rem的圆角 */
    background-color: #fff; /* 设置背景颜色 */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* 鼠标悬停动画效果 */
    cursor: pointer;
    display: flex;
    flex-direction: column;
    position: relative;
}

/* 鼠标悬停时增加一些效果 */
.introduce-parent > div:hover {
    transform: translateY(-0.3125rem); /* 轻微上移 */
    box-shadow: 0 .25rem .625rem rgba(0, 0, 0, 0.2); /* 添加阴影 */
}
.int-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.intp-icon img {
    width: 4rem; /* 图标的宽度 */
    height: 4rem; /* 图标的高度 */
}
.intp-button img {
    width: 1.5rem; /* 图标的宽度 */
    height: 1.5rem; /* 图标的高度 */
}

.intp-button {
    position: absolute;
    right: 1.25rem; /* 右上角定位 */
    top: 1.25rem; /* 与顶部边缘对齐 */
}

.int-title {
    font-weight: 500; /* 加粗标题 */
    font-size: 1.125rem; /* 标题字体大小 */
    margin-top: .625rem; /* 与上部内容的间距 */
}

.int-content {
    color: #888; /* 内容的灰色字体 */
    font-size: .875rem; /* 内容字体大小 */
    margin-top: 1.25rem; /* 与标题间的间距 */
}
.account-h2{
    text-align: center;
    /* font-size: 1.875rem; */
    color: #333;
    margin-top: 15rem !important;
    margin-bottom: 1.5rem;
}
.account-small-title1, .account-small-title2{
    text-align: center;
    color: #8b8d98;
    font-size: 1.125rem;
}
.account-small-title2{
    margin-top: .3125rem;
}
.description{
    background-color: #fff;
    padding-bottom: 7.5rem;
}
.description-h2{
    text-align: center;
    padding-top: 6.875rem;
}
.desc-content{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5.5rem;

}
.desc-content .text{
    /* 448*340
     */
    width: 28rem;
    height: 21.25rem;
    margin-bottom: 5rem;
}
.desc-content .text h3{
    font-size: 2rem;
    margin-top: 5.75rem;
    margin-bottom: 1.25rem;
}
.desc-content .text h3 .text-span-desc1{
    color: rgb(102, 107, 250);
}
.desc-content .text h3 .text-span-desc2,.desc-content .text h3 .text-span-desc4{
    color: #FA8525 ;
}
.desc-content .text p{
    color: #62636c;
    font-size: 1.125rem;
    line-height: 1.625rem;
    font-weight: 500;
}
.desc-content .desc-img{
    margin-left: 6.25rem;
    /* 608*340 */
    width: 38rem;
    height: 21.25rem;

}
.desc-content img{
    width: 100%;
    height: auto;

}
.desc-content .left-img{
    margin-right: 13.75rem !important;
}
.desc-content .desc3-p , .desc-content .desc4-p{
    margin-top: 1.25rem;
}
.desc-more{
    /*
    94*46
    左右内边距8
    背景色 rgb(30, 31, 36)
    文字在盒子里居中
    文字颜色 #fff
    盒子在水平方向居中
    上外边距 5rem
    */
    width: 5.875rem;
    height: 2.875rem;
    padding: 0 .5rem;
    background-color: #646aee;
    text-align: center;
    /* 垂直居中 */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    color: #fff;
    border-radius: .25rem;
    margin: 0 auto;
    margin-top: 5rem;
    cursor: pointer;
}

.custom-h2{
    text-align: center;
    margin-top: 6.25rem;
}
.custom-parents{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3.125rem;
    /* 子盒子间距为30 */
    gap: 1.875rem;
    /* margin-bottom: 3rem; */
}
.custom-parents > div{
    width: 23.3125rem;
    height: 18.5625rem;
    padding: 2.5rem 2rem;
    box-sizing: border-box;
    border: .0625rem solid #ccc;
    border-radius: .9375rem;
    background-color: #fff;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /* cursor: pointer; */
    display: flex;
    flex-direction: column;
    position: relative;
}
.custom-parents > div:hover{
    transform: translateY(-0.3125rem);
    box-shadow: 0 .25rem .625rem rgba(0, 0, 0, 0.2);
}
.custom-parents .custom-icon-div {
    width: 4rem;
    height: 4rem;
    background-color: #EFF1FF;
    border-radius: 0.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom-parents .custom-icon-div2 {

    background-color: #FFF7EF ;
}
.custom-parents .custom-icon-div3 {

    background-color: #EBFFF5;
}
.custom-parents .custom-icon-img{
    width: 2rem;
    height: 2rem;
}
.custom-parents .custom-icon-img img{
    width: 100%;
    height: auto;
}
.custom .custom-title{
    font-weight: 500;
    font-size: 1.125rem;
    margin-top: 2.5rem;
}
.custom .custom-description{
    color: #8b8d98;
    font-size: .875rem;
    margin-top: 1.875rem;
}

.nine-grid-parent {
    display: grid;
    grid-template-columns: repeat(3, 24.625rem); /* 三列，每列宽24.625rem */
    grid-template-rows: repeat(3, 14.9375rem); /* 三行，每行高27.4375rem */
    gap: 0; /* 无间距，可以根据需要添加间距 */
    justify-content: center; /* 水平居中 */
    margin: auto; /* 自动外边距确保水平居中 */
    padding-bottom: 7.5rem;
}

.nine-grid-div {
    display: flex;
    /* 竖直 */
    flex-direction: column;
    /* align-items: center; */
    /* justify-content: center; */
    padding: 2.5rem; /* 四周内边距2.5rem */
    /* box-sizing: border-box;  */
    /* border: .0625rem solid #e5e7eb;  */
}
.nine-grid-icon{
    /* 28*28 */
    width: 1.75rem;
    height: 1.75rem;
}
.nine-grid-icon img{
    width: 100%;
    height: auto;
}
.nine-grid-title{
    font-size: 1.125rem;
    font-weight: 500;
    margin-top: 2.5rem;
}
.nine-grid-content{
    color: #8b8d98;
    font-size: .875rem;
    margin-top: 1.25rem;
}
/* 移除特定边框 */
.nine-grid-div:nth-child(1), .nine-grid-div:nth-child(2), .nine-grid-div:nth-child(3) {
    border-top: none;
}

.nine-grid-div:nth-child(7), .nine-grid-div:nth-child(8), .nine-grid-div:nth-child(9) {
    border-bottom: none;
}

.nine-grid-div:nth-child(1), .nine-grid-div:nth-child(4), .nine-grid-div:nth-child(7) {
    border-left: none;
}

.nine-grid-div:nth-child(3), .nine-grid-div:nth-child(6), .nine-grid-div:nth-child(9) {
    border-right: none;
}


/* 渐变边框设置 */
.nine-grid-div:nth-child(1), .nine-grid-div:nth-child(3) {
    border-bottom: 0rem solid transparent !important; /* 设置边框宽度和透明 */
    background-image: linear-gradient(to left, #e5e7eb, transparent); /* 从右到左渐变 */
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% .125rem; /* 宽度全覆盖，高度与边框一致 */
}

.nine-grid-div:nth-child(3) {
    background-image: linear-gradient(to right, #e5e7eb, transparent); /* 从左到右渐变 */
}
.nine-grid-div:nth-child(7), .nine-grid-div:nth-child(9) {
    border-top: 0rem solid transparent; /* 设置下边框宽度并使其透明 */
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% .125rem; /* 宽度全覆盖，高度与边框一致 */
}

.nine-grid-div:nth-child(9) {
    background-image: linear-gradient(to left, transparent, #e5e7eb); /* 从右到左渐变，灰色变为透明 */
}

.nine-grid-div:nth-child(7) {
    background-image: linear-gradient(to right, transparent, #e5e7eb); /* 从左到右渐变，灰色变为透明 */
}
.nine-grid-div:nth-child(2), .nine-grid-div:nth-child(8) {
    border-left: 0rem solid transparent !important; /* 移除左侧边框 */
    border-right: 0rem solid transparent !important; /* 移除右侧边框 */
}

.nine-grid-div:nth-child(2) {
    background-image: linear-gradient(to bottom, transparent, #e5e7eb),
    linear-gradient(to bottom, transparent, #e5e7eb); /* 右边框从上到下渐变，灰色变为透明 */
    background-repeat: no-repeat;
    background-position:  right bottom, left bottom;
    background-size: .125rem 100%; /* 高度全覆盖，宽度与边框一致 */
}

.nine-grid-div:nth-child(8) {
    background-image: linear-gradient(to bottom, #e5e7eb,transparent),
    linear-gradient(to bottom, #e5e7eb,transparent); /* 右边框从下到上渐变，灰色变为透明 */
    background-repeat: no-repeat;
    background-position:right top, left top;
    background-size: .125rem 100%; /* 高度全覆盖，宽度与边框一致 */
}
.nine-grid-div:nth-child(5){
    border-left: .125rem solid #e5e7eb;
    border-right: .125rem solid #e5e7eb;
}
.nine-grid-div:nth-child(8){
    border-top: .125rem solid #e5e7eb;
}
.nine-grid-div:nth-child(2){
    border-bottom: .125rem solid #e5e7eb;
}


.nine-grid-div7, .nine-grid-div9{
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: 5rem; */
    z-index: 999;
}

.nine-grid-button1{
    /* 178*46
    左右内边距8
    边框1  #666BFA
    color #666BFA
    文字在水平垂直居中
    font-size 1.125rem
    */
    width: 11.125rem;
    height: 2.875rem;
    padding: 0 .5rem;
    border: .0625rem solid #666BFA;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #666BFA;
    font-size: 1.125rem;
    border-radius: .25rem;
    cursor: pointer;
}
.nine-grid-button1:hover{
    background-color: #666BFA;
    color: #fff;
}
.nine-grid-button2{
    /* 178*46
    左右内边距8
    边框1  #666BFA
    color #666BFA
    文字在水平垂直居中
    font-size 1.125rem
    */
    width: 11.125rem;
    height: 2.875rem;
    padding: 0 .5rem;
    border: .0625rem solid #666BFA;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.125rem;
    background-color: #666BFA;
    border-radius: .25rem;
    cursor: pointer;
}
.price{
    margin-top: 6.25rem;
    padding-bottom: 3.75rem;
}
.price-h1{
    text-align: center;
    color: #1E1F24;
    font-weight: 600;
    font-size: 2.5rem;
}
.price-h2{
    text-align: center;
    color: #8b8d98;
    font-size: 1.75rem;
    font-weight: normal;
    margin-top: 1.875rem;
}
.price-content-parent{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3.125rem;
    gap: 1rem;
}
.price-content-div{
    width: 18rem;
    height: 19.375rem;
    padding: 2rem .9375rem 2rem 1.25rem;
    border-radius: .625rem;
    border: .0625rem solid #e5e7eb;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items:flex-start;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.price-content-title{
    font-size: 1.25rem;
    font-weight: 600;
    color: #1E1F24;
}
.price-content-money{
font-size: 2.5rem;
font-weight: 600;
    color: #1E1F24;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;

}

.price-content-ul{
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 1.875rem;
}
.price-content-ul li {
    position: relative; /* 为伪元素定位提供基准 */
    padding-left: 1.25rem; /* 留出空间显示自定义的圆点 */
    font-size: .875rem;
    color: #8b8d98;
    line-height: 1.625rem;
}
.price-content-ul li::before {
    content: ""; /* 伪元素的内容为空 */
    position: absolute; /* 绝对定位 */
    left: 0; /* 在文字左侧显示 */
    top: 50%; /* 垂直居中 */
    transform: translateY(-50%); /* 精确居中 */
    width:.25rem; /* 圆点的宽度 */
    height:.25rem; /* 圆点的高度 */
    background-color: #666BFA; /* 圆点的颜色 */
    border-radius: 50%; /* 使其成为圆形 */
}
.price-content-button{
    width: 11.75rem;
    height: 2.5rem;
    padding: 0 .5rem;
    background-color: #666BFA;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1rem;
    border-radius: .25rem;
    cursor: pointer;
    margin-top: 1.25rem;
}
.grey-line {
    height: 0;         /* 使div本身不占空间 */
    width: 90%;       /* 横线长度为容器的100% */
    border-bottom: .0625rem solid #ccc; /* 设置底边框为.0625rem高的灰色线 */
}
.download{
    width: 100%;
    /* background-color: #f7f9ff; */
    padding-top: 3.5625rem;
    margin-top: 3.5625rem;
    padding-bottom: 5.5rem;
    background-color: #f7f9ff;
}
.download-h2{
    text-align: center;
    font-size: 2.5rem;

}
.download p:nth-child(2){

    margin-top: 1.625rem;
    text-align: center;
    color: #8b8d98;
    font-size: 1rem;
    line-height: 1.875rem;
}

.download-contact {
    /* text-align: center; */
    /* margin: 0 auto; */
    /* 居中 */

    color: #8b8d98;
    font-size: 1rem;
    line-height: 1.875rem;
    display: flex;
    justify-content: center;
}
.download-contact .contact-span{
    /* 文字下划线 */
    text-decoration: underline;
    margin-left: .9375rem;
    cursor: pointer;

}
.download-contact span:hover{
    color: #666BFA;
}
.download-contact-img{
    width: 1.25rem;
    height: 1.25rem;
    cursor: pointer;
    transform: translate(.625rem,.1875rem);
}
.download-contact-img img{
    width: 100%;
    height: auto;
}
.download-content-parents{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2.875rem;
    gap: 2.125rem;
}
.download-content-div{
   /*
   370*238
   radius 4
   上下内边距 20
   里面的内容是垂直的flex 并且在水平居中
   */
    width: 23.125rem;
    height: 11.75rem;
    padding: 1.25rem 2.3125rem;
    border-radius: .75rem;
    border: .0625rem solid #e5e7eb;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    /* transition: transform 0.3s ease, box-shadow 0.3s ease; */
    cursor: pointer;
    /* position: relative; */
}
.download-content-div:hover{
    transform: translateY(-0.125rem);
    box-shadow: 0 .25rem .625rem rgba(0, 0, 0, 0.2);
}
.download-content-icon{
    /* 36*36 */
    width: 2.25rem;
    height: 2.25rem;
}
.download-content-icon img{
    width: 100%;
    height: auto;
    /* color: #000; */
    filter: grayscale(100%) brightness(3.8) invert(0.9); /* 接近 #ccc */
}
.download-content-title{
    font-size: 1.5rem;
    font-weight: 550;
    margin-top: 1rem;
    line-height: 2rem;
    color: #1E1F24;
}
.download-content-smallTitle{
    color: #8b8d98;
    font-size: .875rem;
    margin-top: .375rem;
}
.download-content-button{
/*
240*36
左右内边距8
背景色 #666BFA
文字在盒子里居中
文字颜色 #fff
 */
    width: 15rem;
    padding: .625rem .75rem;
    background-color: #666BFA;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: .875rem;
    border-radius: .25rem;
    margin-top: 1.25rem;
    cursor: pointer;
}
.download-content-buttonNot{
    background-color: #e5e7eb;
    color: #8b8d98;
    cursor: not-allowed;

}

.footer-banner{
    height: 18.75rem;
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
    /* align-items: center; */
    width: 100%;
    background-color: #e6eeff;
    background-image: url(../image/start-now-left.png), url(../image/start-now-right.png);
    background-position: left top, right top; /* 左图定位到左上角，右图定位到右上角 */
    background-repeat: no-repeat, no-repeat;
    /* 背景图片覆盖盒子 */


    background-size: auto 100%, auto 100%;
}
.footer-banner-logo{
    /* padding-left: 50rem; */
    /* 居中 */
    margin: 0 auto;
    width: 12.1875rem;
    height: 4.375rem;
    margin-top: 3.75rem;
}
.footer-banner-logo img{
    width: 100%;
    height: auto;
}
.footer-banner-p{
    text-align: center;
    font-size: 1.125rem;
    color: #8b8d98;
    margin-top: .9375rem;
}
.footer-banner-button{
    display: flex;
    justify-content: center;
    align-items: center;
    /*
    136*46
    */
    border-radius: .25rem;
    font-size: 1.125rem;
    color: #fff;
    background-color: #666BFA;
    padding: 0 .5rem;
    width: 8.5rem;
    height: 2.875rem;
    margin: 0 auto;
    margin-top: 1.25rem;
    cursor: pointer;
}
.bottom{
    background-color: #fdfdff;
    padding-top: .625rem;
    padding-bottom: .625rem;
    display: flex;
    align-items: center;
    justify-content: space-around
}
.bottom-logo{

    width: 10.3125rem;
    height: 3.125rem;
    display: inline-block;
}
.bottom-logo img{
    width: 100%;
    height: auto;
}
.bottom-messgae{
    /* margin-left: 3.125rem; */
    color: #8b8d98;
    font-size: 1rem;
}
.bottom-message-beian{
    margin-left: 1.75rem;
    color: #666BFA;
    /* 鼠标手指 */
    cursor: pointer;
}

.bottom-messgae-wechat{
    margin-left: 3.125rem;
    color: #1E1F24;
    font-weight: 600;
}