.accordion-da .layout .title_warp .title {
    font-size: 36px;
    color: #191919;
    text-align: center;
    font-family: 'MEDIUM';
}
.accordion-da {
    padding: 5% 0 0;
}
.xZhi {
    background: #F6F6F6;
}
.xZhi .item {
    width: 95%;
    max-width: 1440px;
    margin: 0 auto;
}
.fan-aut .item {
    width: 95%;
    max-width: 1440px;
    margin: 0 auto;
}
.tabLine {
    max-width: 900px;
    margin: 4% auto;
    display: flex;
    justify-content: space-around;
}
.tabLine span {
    width: 160px;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
    background-color: #f6f6f6;
    border-radius: 22px;
}
.tabLine .act {
    background: #2366FE;
    border-radius: 22px;
    color: #fff;
}
.google_accordion_fan.fan-shan{background-color: #fff;}
.google_accordion_fan {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* margin-top: 4%; */
    background-color: #F6F6F6;
}
.google_accordion_fan .item {
    width: 100%;
    /* background-color: #fff; */
    padding: 3% 0%;
    border-radius: 15px;
    /* margin-bottom: 4%; */
    display: flex;
    justify-content: start;
    align-items: center;
    display: none;
}
.google_accordion_fan .item:first-child{display: flex;}
.google_accordion_fan.fan-aut .item {
    flex-direction: row-reverse;
}
.google_accordion_fan .item img {
    width: 50%;
    border-radius: 15px;
    /* margin:0 10px; */
}
.google_accordion_fan .item .title {
    margin-right: 20px;
    font-size: 24px;
    color: #191919;
}
.google_accordion_fan .item .desc{
    margin: 2% 0 4%;
}
.google_accordion_fan .info {
    padding: 20px;
    width: 42%;
    margin-right: 8%;
}
.google_accordion_fan .item a,
.twoRig a {
    color: #fff;
    margin-top: 30px;
    background: #2366FE;
    border-radius: 21px;
    display: inline-block;
    padding: 1.5% 7%;
}
.twoRig .desc{margin: 2% 0 4%;}
.twoRig .text-container p,
.google_accordion_fan .text-container p{
    display: flex;
    align-items: baseline;
    /* 设置为 baseline，使圆点与第一行文字对齐 */
    padding: 4px 0;
    line-height: 1.5;
}
.google_accordion_fan:last-child .info{
    margin-right: 0;
    margin-left: 8%;
}

.twoRig .text-container p::before,
.google_accordion_fan .text-container p::before {
    content: '';
    /* 伪元素内容为空 */
    width: 5px;
    /* 圆点宽度 */
    height: 5px;
    /* 圆点高度 */
    border-radius: 50%;
    /* 使其成为圆形 */
    background: #2366FE;
    margin-right: 10px;
    /* 圆点和文字之间的间距 */
    animation: colorChange 2s infinite;
    /* 动画效果 */
    vertical-align: middle;
    /* 确保圆点对齐第一行文字 */
}
.layout-cont {
    width: 95%;
    max-width: 1440px;
    margin: 5%  auto;
    /* text-align: center; */
}
.layout-cont .button {
    border-radius: 15px;
    /* background-color: rgba(255, 255, 255, .79); */
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.7), -0px -0px 1px rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: space-between;
    /*   */
    /* padding: 0 20px; */
}
.layout-cont .button .item {
    /* display: flex
;
    flex-direction: column; */
    /* align-items: center; */
    /* justify-content: center; */
    padding: 5% 5%;
    border-right: 1px solid rgba(51, 51, 51, .11);
}
.layout-cont .button .item:last-child {
    border-right: 0
}
.twoRig .num,
.layout-cont .num {
    display: flex;
    align-items: center;
    /* 使文字和圆点上下居中 */
    padding: 4px 0;
    text-align: left;
    font-family: Source Han Sans CN VF;
    font-weight: 500;
    font-size: 24px;
    color: #191919;
    line-height: 36px;
}
.twoRig .title,
.layout-cont .title {
    margin: 20px 0;
}
.layout-cont .num::before {
    content: '';
    /* 伪元素内容为空 */
    width: 3px;
    /* 圆点宽度 */
    height: 20px;
    /* 圆点高度 */
    background: #2366FE;
    margin-right: 10px;
    /* 圆点和文字之间的间距 */
    animation: colorChange 2s infinite;
    /* 动画效果 */
}
.layout-cont .titbg {
    color: #fff;
    padding: 2px 15px;
    background: #2366FE;
    display: inline-block;
    border-radius: 15px 0px 15px 15px;
    /* margin-bottom: 15px; */
}
.layout-cont .desc {
    font-family: Source Han Sans CN VF;
    font-weight: 400;
    font-size: 16px;
    color: #191919;
    line-height: 30px;
    opacity: 0.6;
    margin: 1% 0 4%;
}
.twoRig .des {
    font-family: Source Han Sans CN VF;
    font-weight: 400;
    font-size: 16px;
    color: #191919;
    line-height: 30px;
    margin-top: 2%;
}
.two-cont {
    /* max-width: 1920px; */
    width: 100%;
    background: #F6F6F6;
    /* background-image: url(/imgpc/bg1.png); */
    /* background-size: contain; */
    /* 保持比例，背景图不会变形 */
    /* background-repeat: no-repeat; */
    /* 防止背景图片重复 */
    /* background-position: right center; */
    /* 背景图居中 */
}
.twoRig {
    width: 100%;
    /* max-width: 1440px; */
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*   */
    padding: 0 0 0 20px;
    padding-left: 12%;
}
.twoRig .info {
    width: 50%;
    padding: 20px 5px;
    padding-right: 10%;
    max-height: none;
}
.twoRig .img_warp{width: 50%;}
.twoRig .img_warp img{width: 100%;}
.twoRig img {
    width: 50%;
    /* margin: 0 10px; */
}
.sev-tnt {
    width: 95%;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    padding: 2% 0%;
    justify-content: space-between;
}
.sev-tnt .fal {
    width: 23%;
    background: #2366FE;
    padding: 3% 2% 4%;
    border-radius: 0px 25px 0px 25px;
}
.sev-tnt .fal>div {
    font-weight: 500;
    text-align: center;
    font-size: 24px;
    margin: 15px 0;
    color: #FFFFFF;
}
.sev-tnt .fal>p {
    color: #FFFFFF;
}
.scoll-l {
    max-height: 550px;
    overflow-y: scroll;
}
.scoll-l::-webkit-scrollbar {
    display: none;
    /* 隐藏滚动条 */
}
@media screen and (max-width: 950px) {
    .google_accordion_fan.xZhi .item {
        flex-direction: column-reverse;
    }
    .google_accordion_fan.fan-aut .item{
        flex-direction: column-reverse;
    }
    .layout-cont .button{flex-wrap: wrap;}
    .layout-cont .button { display: block;}
    .layout-cont .button .item {border-right: none}
    .twoRig{flex-direction: column-reverse;padding-left: 0;}
    .twoRig .img_warp{width: 100%;}

    .scoll-l {
        max-height: fit-content;
    }
    .layout-cont .button {
        width: 95%;
        margin: 15px auto;
        border-radius: 10px;
    }
    .google_accordion_fan .item:nth-child(2n) {
        flex-direction: column-reverse;
    }
    .fan-tive .item {
        flex-direction: column-reverse;
    }
    .fan-shan .item {
        flex-direction: column;
        padding: 0;
    }
    .google_accordion_fan .item .info {
        width: 100%;
    }
    .google_accordion_fan .item img {
        width: 100%;
    }
    .two-cont {
        background: #F6F6F6;
    }
    .twoRig .info {
        width: 95%;
        padding-right: 0;
    }
    .sev-tnt{flex-wrap: wrap;}
    .sev-tnt .fal{width: 48%;margin-bottom: 4%;}
}
@media screen and (max-width: 538px) {
    
    .sev-tnt {
        flex-wrap: wrap;
    }
    .sev-tnt .fal {
        width: 48%;
        margin: 5px 0;
        padding: 20px;
    }
}