.b_cooperation {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    background: url("../images/groupe 55.png") no-repeat center center;
    background-size: cover;
}
.b_cooperation .one_content{
    width: 1200px;
}
.b_cooperation .one_content h1 {
    font-size: 60px;
    /* line-height: 130px; */
    color: #fff;
    padding-top: 150px;
    font-weight:500;
    margin-left: 10px;
}
.b_cooperation .one_content ul {
    width: 100%;
    height: 80px;
}
.b_cooperation .one_content ul li {
    float: left;
    /*list-style: disc;*/
    font-size:30px;
    /* font-weight:bold; */
    font-weight: 400;
    color:rgba(255,255,255,1);
    /* line-height:69px; */
    margin-right: 90px;
}
.b_cooperation .one_content ul li:first-child {
    margin-left: 10px;
}
.b_cooperation .one_content button {
    width:146px;
    height:46px;
    background:rgba(255,255,255,1);
    border-radius:23px;
    font-size:23px;
    font-weight:500;
    color:rgba(50,121,255,1);
    line-height:33px;
    border: none;
    margin: 10px 0 0 10px;
    outline: none;
}


.frame_two {
    width: 100%;
    height: 878px;
    background: url("../images/agentBackground.png") no-repeat center center;
    background-size: cover;
}
.frame_two .two_content {
    width: 1200px;
    margin: 0 auto;
}
.frame_two .two_content h1 {
    padding-top: 67px;
    text-align: center;
    font-size:28px;
    font-weight:400;
    color:rgba(50,140,255,1);
    line-height:40px;
}
.frame_two .two_content h2 {
    font-size:12px;
    font-weight:400;
    color:rgba(144, 147, 153, 1);
    line-height:40px;
    text-align: center;
}
.frame_two .two_content h3 {
    width:40px;
    height:2px;
    background:rgba(48,49,51,1);
    margin: 0 auto;
}
.frame_two .two_content .content_detail {
    position: relative;
    width: 1200px;
    height: 729px;
    text-align: center;
    margin: 0 auto;
}
.frame_two .two_content .content_detail span {
    width: 0px;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.frame_two .two_content .content_detail .img2 {
    animation: warn 1.5s ease-out 0s infinite;
}
@keyframes warn {
    0% {
        transform: scale(0.8);
        opacity: 1;
    }

    30% {
        opacity: 0.8;
    }

    100% {
        transform: scale(1.8);
        opacity: 1;
    }
}
.frame_two .two_content .content_detail .img2_1{
    position: absolute;
    top: 235px;
    left: 382px;
}
.frame_two .two_content .content_detail .img2_2{
    position: absolute;
    top: 230px;
    left: 797px;
}
.frame_two .two_content .content_detail .img2_3{
    position: absolute;
    top: 476px;
    left: 382px;
}
.frame_two .two_content .content_detail .img2_4{
    position: absolute;
    top: 480px;
    left: 796px;
}
.frame_two .two_content .content_detail .img3 {
    position: absolute;
    top: 334px;
    left: 304px;
}
.frame_two .two_content .content_detail .img4 {
    position: absolute;
    top: 292px;
    left: 517px;
    animation: brainboc 3s ease-in-out alternate infinite;
}
.frame_two .two_content .content_left {
    position: absolute;
    width: 313px;
    margin-left: 60px;
    top: -18px;
    left: -23px;
}
.frame_two .two_content .content_left div h1 {
    text-align: right;
    padding-top: 175px;
    color: rgba(50, 140, 255, 1);
    font-size: 20px;
    line-height: 40px;
}
.frame_two .two_content .content_left div p {
    text-align: right;
    color: rgba(48, 49, 51, 1);
    font-size: 16px;
    line-height: 40px;
}

.frame_two .two_content .content_right {
    position: absolute;
    width: 313px;
    margin-left: 20px;
    top: -18px;
    left: 834px;
}
.frame_two .two_content .content_right div h1 {
    text-align: left;
    padding-top: 175px;
    color: rgba(50, 140, 255, 1);
    font-size: 20px;
    line-height: 40px;
}
.frame_two .two_content .content_right div p {
    text-align: left;
    color: rgba(48, 49, 51, 1);
    font-size: 16px;
    line-height: 40px;
}




.frame_three {
    width: 100%;
    height: 868px;
    background-color: rgba(220, 179, 0, 1);
}
.frame_three .three_content {
    width: 1200px;
    margin: 0 auto;
}
.frame_three .three_content h1 {
    text-align: center;
    padding-top: 82px;
    font-size:28px;
    font-weight:400;
    color:rgba(251,253,255,1);
    line-height:40px;
}
.frame_three .three_content h2{
    font-size:12px;
    font-weight:400;
    color:rgba(252,253,255,1);
    line-height:40px;
    text-align: center;
}
.frame_three .three_content h3 {
    width:40px;
    height:2px;
    background:rgba(48,49,51,1);
    margin: 0 auto;
    margin-bottom: 82px;
}
.frame_three .three_content .content_detail {
    margin: 0 auto;
    width: 46px;
}
.frame_three .three_content .content_detail .detail_item {
    position: relative;
    padding-bottom: 52px;
}
.frame_three .three_content .content_detail .detail_item:not(:last-child):before {
    content: '';
    position: absolute;
    height: 52px;
    width: 1px;
    left: 22px;
    top: 46px;
    background: #fff;
}
.frame_three .three_content .content_detail .detail_item .item_num {
    width: 46px;
    height: 46px;
    line-height: 45px;
    border-radius: 50%;
    border: 1px dashed #fff;
    text-align: center;
    color: #fff;
    font-size: 24px;
}
.frame_three .three_content .content_detail .detail_item:hover .item_num {
    background:#fff;
    color:#ffc70f;
    border-style:solid;
    transform:scale(1.2);
    transition:all 0.25s linear;
}
.frame_three .three_content .content_detail .detail_item:hover .item_left {
    right: 120px;
    transition:all 0.25s linear;
}
.frame_three .three_content .content_detail .detail_item:hover .item_right {
    left: 110px;
    transition:all 0.25s linear;
}
.frame_three .three_content .content_detail .detail_item .item_left {
    position: absolute;
    top: -10px;
    right: 110px;
    font-size: 20px;
    color: #fff;
    width: 300px;
    text-align: right;
}
.frame_three .three_content .content_detail .detail_item .item_left i {
    font-size: 40px;
    font-weight: bold;
    margin-right: 10px;
    color: #fff;
}
.frame_three .three_content .content_detail .detail_item .item_right {
    position: absolute;
    top: 10px;
    left: 100px;
    width:300px;
    font-size:20px;
    color:rgba(255,255,255,1);
}




.frame_four {
    width: 100%;
    height: 1018px;
    background-color: #fff;
}
.frame_four .four_content {
    width: 1200px;
    margin: 0 auto;
}
.frame_four .four_content h1 {
    padding-top: 92px;
    text-align: center;
    font-size:28px;
    font-weight:400;
    color:rgba(50,140,255,1);
    line-height:40px;
}
.frame_four .four_content h2 {
    text-align: center;
    font-size:12px;
    font-weight:400;
    color:rgba(144, 147, 153, 1);
    line-height:40px;
}
.frame_four .four_content h3 {
    margin: 0 auto;
    margin-bottom: 123px;
    width:40px;
    height:2px;
    background:rgba(48,49,51,1);
}
.frame_four .four_content .content_detail {
    position: relative;
    width: 914px;
    height: 636px;
    background: url("../images/group5 54.png") no-repeat center center;
    background-size: cover;
    margin: 0 auto;
}
.frame_four .four_content .content_detail .detail_people {
    margin-top: 40px;
    margin-left: 45px;
}
.frame_four .four_content .content_detail .detail_left {
    position: absolute;
}
.frame_four .four_content .content_detail .detail_left h1 {
    font-size: 20px;
    font-weight: 500;
    color: rgba(255,255,255,1);
    line-height: 30px;
    text-align: left;
    padding-top: 0;
}
.frame_four .four_content .content_detail .detail_left h2 {
    width: 257px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(255,255,255,1);
    line-height: 23px;
    text-align: left;
}
.frame_four .four_content .content_detail .detail_left.detail_one {
    top: 100px;
    left: 400px;
}
.frame_four .four_content .content_detail .detail_left.detail_two{
    top: 256px;
    left: 238px;
}
.frame_four .four_content .content_detail .detail_left.detail_three{
    top: 424px;
    left: 83px;
}
.frame_four .four_content .content_detail .detail_middle {
    position: absolute;
}
.frame_four .four_content .content_detail .detail_middle img{
    padding: 0;
}
.frame_four .four_content .content_detail .detail_middle.detail_one {
    top: 77px;
    left: 656px;
}
.frame_four .four_content .content_detail .detail_middle:hover {
    transform: scale(1.3);
    transition: all 0.5s linear;
}
.frame_four .four_content .content_detail .detail_middle.detail_two {
    top: 233px;
    left: 509px;
}
.frame_four .four_content .content_detail .detail_middle.detail_three{
    top: 393px;
    left: 345px;
}
.frame_four .four_content .content_detail .detail_right {
    position: absolute;
}
.frame_four .four_content .content_detail .detail_right h1 {
    font-size:20px;
    font-weight:400;
    color:rgba(50,140,255,1);
    line-height:38px;
    padding-top: 0;
    text-align: left;
}
.frame_four .four_content .content_detail .detail_right.detail_one {
    top: 170px;
    left: 920px;
    width: 135px;
}
.frame_four .four_content .content_detail .detail_right.detail_two {
    top: 357px;
    left: 760px;
    width: 135px;
}
.frame_four .four_content .content_detail .detail_right.detail_three {
    top: 517px;
    left: 592px;
    width: 135px;
}



.frame_five {
    width: 100%;
    height: 986px;
    background:rgba(243,248,255,1);
}
.frame_five .five_content {
    width: 1200px;
    margin: 0 auto;
}
.frame_five .five_content h1 {
    padding-top: 77px;
    font-size:28px;
    font-weight:400;
    color:rgba(50,140,255,1);
    line-height:40px;
    text-align: center;
}
.frame_five .five_content h2 {
    font-size:12px;
    font-weight:400;
    color:rgba(144, 147, 153, 1);
    line-height:40px;
    text-align: center;
}
.frame_five .five_content h3 {
    width:40px;
    height:2px;
    background:rgba(48,49,51,1);
    margin: 0 auto;
    margin-bottom: 85px;
}
.frame_five .five_content ul {
    margin: 0 51px;
    height: 722px;
}
.frame_five .five_content ul li {
    float: left;
    width: 537px;
    height: 310px;
    background-color: #fff;
    margin: 6px;
    box-shadow:0px 0px 11px 0px rgba(128, 185, 255, 0.35);
    border-radius: 10px;
}
.frame_five .five_content ul li:hover {
    transform:translateY(-8px);
    transition: 0.8s;
    box-shadow:0px 0px 11px 5px rgba(128, 185, 255, 0.35);
}
.frame_five .five_content ul li h1 {
    font-size:20px;
    font-weight:500;
    color:rgba(68,68,68,1);
    line-height:22px;
    padding-top: 35px;
}
.frame_five .five_content ul li h2 {
    font-size:16px;
    font-family:PingFang SC;
    font-weight:300;
    color:rgba(153,153,153,1);
    line-height:32px;
}
.frame_five .five_content ul li:nth-child(1) {
    background: url("../images/groupO 54.png") no-repeat center center;
    background-size: cover;
}
.frame_five .five_content ul li:nth-child(2) {
    background: url("../images/groupT 54.png") no-repeat center center;
    background-size: cover;
}
.frame_five .five_content ul li:nth-child(3) {
    background: url("../images/groupTH 54.png") no-repeat center center;
    background-size: cover;
}
.frame_five .five_content ul li:nth-child(4) {
    background: url("../images/groupF 54.png") no-repeat center center;
    background-size: cover;
}



.frame_six {
    width: 100%;
    height: 882px;
    background-color: #fff;
}
.frame_six .six_content {
    width: 1200px;
    margin: 0 auto;
}
.frame_six .six_content h1 {
    padding-top: 78px;
    text-align: center;
    font-size:28px;
    font-weight:400;
    color:rgba(50,140,255,1);
    line-height:40px;
}
.frame_six .six_content h2 {
    text-align: center;
    font-size:12px;
    font-weight:400;
    color:rgba(144, 147, 153, 1);
    line-height:40px;
}
.frame_six .six_content h3 {
    width:40px;
    height:2px;
    background:rgba(48,49,51,1);
    margin: 0 auto;
    margin-bottom: 130px;
}
.frame_six .six_content ul {
    height: 432px;
    padding: 0 81px;
}
.frame_six .six_content li {
    float: left;
    width: 346px;
    height: 216px;
    border:2px solid rgba(174,174,174,1);
    padding: 20px
}
.frame_six .six_content li:nth-child(1) {
    border-right: none;
}
.frame_six .six_content li:nth-child(3) {
    border-left: none;
}
.frame_six .six_content li:nth-child(4) {
    border-top: none;
    border-right: none;
}
.frame_six .six_content li:nth-child(5) {
    border-top: none;
}
.frame_six .six_content li:nth-child(6) {
    border-top: none;
    border-left: none;
}
.frame_six .six_content li img{
    height: 98px;
    width: 300px;
    padding: 0 93px;
}
.frame_six .six_content li h4{
    text-align: center;
    font-size:20px;
    font-weight:500;
    color:rgba(53,53,53,1);
    line-height:25px;
}
.frame_six .six_content li p {
    text-align: center;
    font-size:16px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(74,74,74,1);
    line-height:24px;
}





.frame_seven {
    width: 100%;
    height: 976px;
    background:rgba(243,248,255,1);
}
.frame_seven .seven_content {
    width: 1200px;
    margin: 0 auto;
}
.frame_seven .seven_content h1 {
    padding-top: 75px;
    text-align: center;
    font-size:28px;
    font-weight:400;
    color:rgba(50,140,255,1);
    line-height:40px;
}
.frame_seven .seven_content h2 {
    text-align: center;
    font-size:12px;
    font-weight:400;
    color:rgba(144, 147, 153, 1);
    line-height:40px;
}
.frame_seven .seven_content h3 {
    margin: 0 auto;
    width:40px;
    height:2px;
    background:rgba(48,49,51,1);
    margin-bottom: 89px;
}
.frame_seven .seven_content .content_detail {
    position: relative;
    margin: 0 auto;
    height: 700px;
    margin: 0 10px;
    background: url("../images/blue_bg.png") no-repeat center center;
}
.frame_seven .seven_content .content_detail .ellipse {
    width: 850px;
    height: 750px;
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
}
.frame_seven .seven_content .content_detail .ellipse span {
    width: 100%;
    height: 60%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    border:1px solid rgba(26, 147, 250, .5);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation: circleScale 3s linear infinite;
    -moz-animation: circleScale 3s linear infinite;
    -ms-animation: circleScale 3s linear infinite;
    animation: circleScale 3s linear infinite;
}
.frame_seven .seven_content .content_detail .ellipse span:nth-of-type(2) {
    animation-delay: 1s;
    border:5px solid rgba(26, 147, 250, 1);
}
.frame_seven .seven_content .content_detail .ellipse span:nth-of-type(3) {
    animation-delay: 2s;
}
@keyframes ellipseScale {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
.frame_seven .seven_content .content_detail .detail_img {
    position: absolute;
    top: 243px;
    left: 532px;
    animation: brainboc 3s ease-in-out alternate infinite;
}
.frame_seven .seven_content .content_detail .detail_one h1 {
    padding-top: 0;
    font-size:28px;
    font-family:PingFang SC;
    font-weight:600;
    color:rgba(48,49,51,1);
    margin-bottom: 35px;
}
.frame_seven .seven_content .content_detail .detail_one {
    position: absolute;
    top: -30px;
    left: 531px;
}
.frame_seven .seven_content .content_detail .detail_one:hover {
    top: -45px;
    transition: all 0.5s linear;
}
.frame_seven .seven_content .content_detail .detail_one_line {
    position: absolute;
    top: 57px;
    left: 767px;
}
.frame_seven .seven_content .content_detail .detail_two p {
    padding-top: 0;
    font-size:28px;
    font-weight:600;
    color:rgba(48,49,51,1);
    margin-top: 45px;
    float: right;
}
.frame_seven .seven_content .content_detail .detail_two {
    position: absolute;
    top: 76px;
    left: 867px;
    width: 268px;
}
.frame_seven .seven_content .content_detail .detail_two:hover {
    top: 61px;
    transition: all 0.5s linear;
}
.frame_seven .seven_content .content_detail .detail_two_line {
    position: absolute;
    top: 219px;
    left: 997px;
}
.frame_seven .seven_content .content_detail .detail_three p {
    padding-top: 0;
    font-size:28px;
    font-weight:600;
    color:rgba(48,49,51,1);
    padding-left: 113px;
}
.frame_seven .seven_content .content_detail .detail_three {
    position: absolute;
    top: 325px;
    left: 906px;
}
.frame_seven .seven_content .content_detail .detail_three:hover {
    top: 310px;
    transition: all 0.5s linear;
}
.frame_seven .seven_content .content_detail .detail_three_line {
    position: absolute;
    top: 428px;
    left: 875px;
}
.frame_seven .seven_content .content_detail .detail_four p {
    padding-top: 0;
    font-size:28px;
    font-weight:600;
    color:rgba(48,49,51,1);
    padding-left: 50px;
}
.frame_seven .seven_content .content_detail .detail_four {
    position: absolute;
    top: 475px;
    left: 712px;
}
.frame_seven .seven_content .content_detail .detail_four:hover {
    top: 460px;
    transition: all 0.5s linear;
}
.frame_seven .seven_content .content_detail .detail_four_line {
    position: absolute;
    top: 526px;
    left: 594px;
}
.frame_seven .seven_content .content_detail .detail_five p {
    padding-top: 0;
    font-size:28px;
    font-weight:600;
    color:rgba(48,49,51,1);
}
.frame_seven .seven_content .content_detail .detail_five {
    position: absolute;
    top: 475px;
    left: 350px;
}
.frame_seven .seven_content .content_detail .detail_five:hover {
    top: 460px;
    transition: all 0.5s linear;
}
.frame_seven .seven_content .content_detail .detail_five_line {
    position: absolute;
    top: 428px;
    left: 281px;
}
.frame_seven .seven_content .content_detail .detail_six p {
    padding-top: 0;
    font-size:28px;
    font-weight:600;
    color:rgba(48,49,51,1);
}
.frame_seven .seven_content .content_detail .detail_six {
    position: absolute;
    top: 325px;
    left: 132px;
}
.frame_seven .seven_content .content_detail .detail_six:hover {
    top: 310px;
    transition: all 0.5s linear;
}
.frame_seven .seven_content .content_detail .detail_six_line {
    position: absolute;
    top: 206px;
    left: 141px;
}
.frame_seven .seven_content .content_detail .detail_seven p {
    padding-top: 0;
    font-size:28px;
    font-weight:600;
    color:rgba(48,49,51,1);
    float: left;
}
.frame_seven .seven_content .content_detail .detail_seven {
    position: absolute;
    top: 109px;
    left: 45px;
}
.frame_seven .seven_content .content_detail .detail_seven:hover {
    top: 96px;
    transition: all 0.5s linear;
}
.frame_seven .seven_content .content_detail .detail_seven_line {
    position: absolute;
    top: 56px;
    left: 431px;
}




.frame_eight {
    width: 100%;
    height: 594px;
    background: url("../images/group 20.png") no-repeat center center;
    background-size: cover;
}
.frame_eight .eight_content {
    width: 1200px;
    margin: 0 auto;
}
.frame_eight .eight_content h1 {
    text-align: center;
    padding-top: 51px;
    font-size:28px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:40px;
}
.frame_eight .eight_content h2 {
    font-size:12px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:40px;
    text-align: center;
}
.frame_eight .eight_content h3{
    margin: 0 auto;
    width:40px;
    height:2px;
    background:rgba(255,255,255,1);
    margin-bottom: 130px;
}
.frame_eight .eight_content .content_detail {
    background: url("../images/jiantou.png") no-repeat 23% center;
    width: 1200px;
    height: 162px;
    margin: 0 auto;
}
.frame_eight .eight_content .content_detail ul {
    height: 200px;
    margin: 0 auto;
}
.frame_eight .eight_content .content_detail ul li {
    width: 115px;
    height: 150px;
    float: left;
}
.frame_eight .eight_content .content_detail ul li:hover img {
    transform: scale(1.2);
    transition: 0.7s;
}
.frame_eight .eight_content .content_detail ul li h1 {
    padding-top: 0;
    font-size:20px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:28px;
    text-align: center;
}
.frame_eight .eight_content .content_detail ul li:nth-child(1) {
    margin-left: 0px;
}
.frame_eight .eight_content .content_detail ul li:nth-child(2) {
    margin-left: 64px;
}
.frame_eight .eight_content .content_detail ul li:nth-child(3) {
    margin-left: 64px;
}
.frame_eight .eight_content .content_detail ul li:nth-child(4) {
    margin-left: 64px;
}
.frame_eight .eight_content .content_detail ul li:nth-child(5) {
    margin-left: 64px;
}
.frame_eight .eight_content .content_detail ul li:nth-child(6) {
    margin-left: 64px;
}
.frame_eight .eight_content .content_detail ul li:nth-child(7) {
    margin-left: 64px;
}





/* 新加 */
body{
            font-family:Microsoft YaHei !important;
        }
        @media screen and (min-width:768px){::-webkit-scrollbar{width:8px;height:8px;border:none}::-webkit-scrollbar-track{background:transparent;border:none}::-webkit-scrollbar-thumb{background:#dcdcdc;border-radius:6px;border:none}::-webkit-scrollbar-corner{background:transparent}}
        .footer_detail{
            display: inline!important;
            width: 100%!important;
        }
        .footer{
            background: #333642;
            height: 100%;
            padding: 0 0; 
        }




        .Footer_footer__BH5s_ {
    padding: 2rem .5rem;
    font-size: .875rem;
    line-height: 1.25rem
}

.Footer_footer__BH5s_, .Footer_footer__BH5s_ a {
    --tw-text-opacity: 1;
    color: rgba(204, 204, 204, var(--tw-text-opacity))
}

.Footer_footer__BH5s_ a {
    margin-bottom: .5rem;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.Footer_footer__BH5s_ a:hover {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity))
}

.Footer_footer__BH5s_ .Footer_topBlock__NXDA2 .Footer_footer__BH5s_ a {
    display: flex;
    align-items: center;
    padding-bottom: 2rem
}

.Footer_footer__BH5s_ .Footer_topBlock__NXDA2 .Footer_footer__BH5s_ a .Footer_desc__egdWf {
    margin-left: 1rem
}

.Footer_footer__BH5s_ .Footer_topBlock__NXDA2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem
}

@media (min-width: 640px) {
    .Footer_footer__BH5s_ .Footer_topBlock__NXDA2 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}

@media (min-width: 1024px) {
    .Footer_footer__BH5s_ .Footer_topBlock__NXDA2 {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }
}

.Footer_footer__BH5s_ .Footer_topBlock__NXDA2 .Footer_block__46hLY {
    display: flex;
    align-items: center;
    padding-bottom: 2rem
}

.Footer_footer__BH5s_ .Footer_topBlock__NXDA2 .Footer_block__46hLY .Footer_desc__egdWf {
    margin-left: 1rem
}

.Footer_footer__BH5s_ .Footer_centerBlock__xl_9L {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border-top-width: 1px;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    padding-top: 2rem;
    padding-bottom: 2rem
}

@media (min-width: 640px) {
    .Footer_footer__BH5s_ .Footer_centerBlock__xl_9L {
        flex-direction: row;
        align-items: flex-start
    }
}

.Footer_footer__BH5s_ .Footer_centerBlock__xl_9L > div {
    margin-bottom: 2rem
}

.Footer_footer__BH5s_ .Footer_centerBlock__xl_9L .Footer_b1__Eq0y1 {
    display: flex;
    flex-direction: column;
    align-items: center
}

.Footer_footer__BH5s_ .Footer_centerBlock__xl_9L .Footer_b1__Eq0y1 img {
    height: 2rem
}

.Footer_footer__BH5s_ .Footer_centerBlock__xl_9L .Footer_b1__Eq0y1 .Footer_ftitles__Ef_GI {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.Footer_footer__BH5s_ .Footer_centerBlock__xl_9L .Footer_b1__Eq0y1 .Footer_link__OPILr {
    display: flex
}

.Footer_footer__BH5s_ .Footer_centerBlock__xl_9L .Footer_b1__Eq0y1 .Footer_link__OPILr > div {
    margin-left: .5rem;
    margin-right: .5rem
}

.Footer_footer__BH5s_ .Footer_centerBlock__xl_9L .Footer_b2__Tp72W {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem
}

@media (min-width: 640px) {
    .Footer_footer__BH5s_ .Footer_centerBlock__xl_9L .Footer_b2__Tp72W {
        display: block
    }
}

.Footer_footer__BH5s_ .Footer_centerBlock__xl_9L .Footer_b5__ElFKC {
    display: flex;
    flex-direction: column;
    align-items: center
}

@media (min-width: 640px) {
    .Footer_footer__BH5s_ .Footer_centerBlock__xl_9L .Footer_b5__ElFKC {
        display: block
    }
}

.Footer_footer__BH5s_ .Footer_centerBlock__xl_9L .Footer_b5__ElFKC img {
    width: 12rem
}

.Footer_footer__BH5s_ .Footer_centerBlock__xl_9L .Footer_b2__Tp72W .Footer_title__d3bEL, .Footer_footer__BH5s_ .Footer_centerBlock__xl_9L .Footer_b5__ElFKC .Footer_title__d3bEL, .Footer_footer__BH5s_ .Footer_centerBlock__xl_9L .Footer_ftitle__4Zaar {
    margin-bottom: 1rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600
}

.Footer_footer__BH5s_ .Footer_end__SF9Uy {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5rem;
    padding-top: 2rem;
    text-align: center
}

@media (min-width: 640px) {
    .Footer_footer__BH5s_ .Footer_end__SF9Uy {
        flex-direction: row;
        gap: 1.5rem
    }
}

.Footer_footer__BH5s_ .Footer_end__SF9Uy .Footer_publicNum__gzqVr {
    display: flex;
    align-items: center;
    gap: .5rem
}
.Footer_footer__BH5s_{
        padding-left: 10%;
    padding-right: 10%;
}
.brand{
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
    overflow: hidden;
}
.brand_b_h{
    color: #fff;
    margin-bottom: 15px;
    font-size: 30px;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    margin-top: 0px;
}
