@font-face {
    font-family: 'SourceHanSansCN';
    src: url('https://download.hecoos.com/enlightv/2024-12/NYiBczAFx7GFftYkNmFY.otf');
    font-weight: normal;
    font-style: normal;
}
body{
    min-width: 320px;
}
* {
    font-family: SourceHanSansCN;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul,
li {
    list-style: none;
}
a {
    text-decoration: none;
}
html,
body {
    width: 100%;
    height: 100%;
}

.home_page_wrap {
    width: 100%;
    height: 100%;
    background: #fff;
    position: relative;
    overflow-y: auto;
}

.home_page_wrap::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.home_page_wrap::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 5px;
}

.home_page_header_wrap {
    width: 100%;
    height: 754px;
    box-sizing: border-box;
    padding: 60px 0 0;
    /* background-image: url("/Public/Home/img/home/new_img2/header_bg1.png"); */
    background-image: url("https://download.hecoos.com/enlightv/2024-35/2a841afdfe5f45b481795a48e5f972da.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.home_page_header {
    /* width: 1370px; */
    width: 71.4%;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    backdrop-filter: blur(8px);
}

.home_page_header .left_logo_wrap {
    cursor: pointer;
    flex: 1;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.home_page_header .left_logo_wrap .logo {
    height: 34px;
    margin-right: 36px;
}

.home_page_header .btn_text {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    cursor: pointer;
}

.home_page_header .little_dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}

.home_page_header .right_btn_wrap {
    display: flex;
    align-items: center;
}

.home_page_header .right_btn_wrap ul {
    display: flex;
}

.home_page_header .right_btn_wrap ul li {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    padding: 0 8px;
    color: #1E255E;
    cursor: pointer;
}

.home_page_header .right_btn_wrap ul li:hover,
.home_page_header .right_btn_wrap ul li.active {
    color: #3E80FF;
}

.home_page_header .right_btn_wrap .handle_btn {
    max-width: 160px;
    padding: 8px 33px;
    background: #3E80FF;
    border-radius: 22px;
    cursor: pointer;
    margin: 0 auto 0 50px;
}

.home_page_header .right_btn_wrap .handle_btn:hover {
    background: #3FA2FF;
    border-radius: 19px;
}

.home_page_header .right_btn_wrap .handle_btn .text {
    color: #FFFFFF;
    line-height: 22px;
    font-size: 14px;
    font-weight: 500;
    vertical-align: middle;
    display: inline-block;
}

.home_page_header_info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 622px;
    box-sizing: border-box;
    padding-top: 150px;
    text-align: center;
    /* background-image: url("/Public/Home/img/home/new_img2/header_bg2.png");
    background-repeat: no-repeat;
    background-size: cover; */
    text-align: center;
}

.home_page_header_info .home_page_header_info_txt p {
    font-size: 24px;
    line-height: 28px;
    color: #697586;
}

.home_page_header_info .home_page_header_info_txt p:nth-child(1) {
    font-size: 48px;
    color: #3E80FF;
    line-height: 70px;
    font-weight: bold;
}

.home_page_header_info .home_page_header_info_txt p:nth-child(2) {
    font-size: 48px;
    color: #383838;
    line-height: 70px;
    font-weight: bold;
    margin-bottom: 18px;
}

.home_page_header_info .try_use_btn {
    width: 164px;
    height: 59px;
    padding: 13px 20px;
    background-color: rgb(62, 128, 255);
    border: 1px solid rgb(62, 128, 255);
    border-radius: 8px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 60px auto 0;
    cursor: pointer;
}


.home_page_header_info .try_use_btn span {
    font-size: 17px;
    color: #FFFFFF;
    line-height: 32px;
}

.home_page_header_info .try_use_btn i {
    display: inline-block;
    width: 13px;
    height: 13px;
    background-image: url("/Public/Home/img/home/new_img2/tail-right.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.home_page_header_info .try_use_btn:hover {
    background-color: #FFFFFF;
    color: #2D82E4;
    border: 1px solid #2D82E4;
}

.home_page_header_info .try_use_btn:hover span {
    color: #2D82E4;
}

.home_page_header_info .try_use_btn:hover i {
    margin-right: -3px;
    width: 20px;
    height: 20px;
    background-image: url("/Public/Home/img/home/new_img2/tail-right-active.png");
    background-size: 20px auto;
    background-position: right;
}

.home_page_label1 {
    width: 100%;
    height: 172px;
    line-height: 172px;
    background-color: #377DFF;
    text-align: center;
    color: #FFFFFF;
    font-size: 24px;
}

.home_page_body {
    width: 100%;
    background-color: #FFFFFF;
    padding: 80px 0 0;
}

.home_center_wrap1 {
    /* width: 1100px; */
    width: 57.3%;
    margin: 0 auto;
}


.home_page_footer {
    width: 100%;
    height: 508px;
    padding: 104px 0;
    box-sizing: border-box;
}

.home_page_footer .footer_top_wrap {
    position: relative;
    /* width: 1370px; */
    width: 71.4%;
    margin: 0 auto;
    height: 274px;
    /* border-bottom: 1px solid #E5E5E5; */
}

.home_page_footer .footer_top_wrap::after {
    content: '';
    display: block;
    position: absolute;
    left: -5%;
    right: -5%;
    bottom: -10px;
    height: 1px;
    background-color: #E5E5E5;
}

.home_page_footer .footer_bottom_wrap {
    width: 100%;
    height: 130px;
    text-align: center;
    line-height: 130px;
    color: #898A8E;
    font-size: 18px;
}


.cate_title1 {
    text-align: center;
    height: 142px;
    line-height: 110px;
    font-size: 48px;
    font-weight: bold;
    color: #000000;
}

.introduce_info1_wrap {
    display: flex;
    gap: 16px;
}

.introduce_info1_wrap li {
    flex: 1;
    flex-shrink: 0;
    height: 450px;
    border-radius: 40px;
    padding: 32px;
    color: #000000;
    background-color: #F5F6FA;
    box-sizing: border-box;
    cursor: pointer;
}

.introduce_info1_wrap li .img_box {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-color: #3E80FF;
    background-position: center;
}

.introduce_info1_wrap li:nth-child(1) .img_box {
    background-image: url("/Public/Home/img/home/new_img2/introduce_info1_icon1.png");
    background-size: 26px auto;
}

.introduce_info1_wrap li:nth-child(2) .img_box {
    background-image: url("/Public/Home/img/home/new_img2/introduce_info1_icon2.png");
    background-size: 17px auto;
}

.introduce_info1_wrap li:nth-child(3) .img_box {
    background-image: url("/Public/Home/img/home/new_img2/introduce_info1_icon3.png");
    background-size: 16px auto;
}

.introduce_info1_wrap li.active,
.introduce_info1_wrap li:hover {
    background-color: #3E80FF;
    color: #FFFFFF;
}

.introduce_info1_wrap li.active .img_box,
.introduce_info1_wrap li:hover .img_box {
    background-color: #FFFFFF;
}

.introduce_info1_wrap li:nth-child(1):hover .img_box {
    background-image: url("/Public/Home/img/home/new_img2/introduce_info1_icon1_active.png");
}

.introduce_info1_wrap li:nth-child(2):hover .img_box {
    background-image: url("/Public/Home/img/home/new_img2/introduce_info1_icon2_active.png");
}

.introduce_info1_wrap li:nth-child(3):hover .img_box {
    background-image: url("/Public/Home/img/home/new_img2/introduce_info1_icon3_active.png");
}


.introduce_info1_wrap .item_subTitle {
    margin-top: 28px;
    height: 103px;
    line-height: 80px;
    font-size: 24px;
    font-weight: 500;
}

.introduce_info1_wrap .item_desc {
    margin-top: 20px;
    font-size: 18px;
    line-height: 30px;
}

.pad_lr {
    padding-left: 150px !important;
    padding-right: 150px !important;
}

.home_page_body .join_btn {
    width: auto;
    font-size: 22px;
    height: 30px;
    line-height: 30px;
    margin: 22px auto 0;
    text-align: center;
}

.home_page_body .join_btn span {
    text-decoration: underline;
    cursor: pointer;
}

.home_page_body .join_btn span:hover {
    color: #3E80FF;
}

.introduce_info2_wrap {
    margin-top: 170px;
    min-height: 408px;
    height: auto;
    display: flex;
    position: relative;
}

.introduce_info2_wrap .introduce_info2_img {
    flex-shrink: 0;
    /* width: 456px; */
    width: 41.46%;
}

.introduce_info2_wrap .introduce_info2_img img {
    width: 100%;
    height: auto;
}

.introduce_info2_wrap .introduce_info2_info {
    flex: 1;
    padding-right: 60px;
}

.introduce_info2_wrap .introduce_info2_info .introduce_info2_subTitle {
    color: #0D1317;
    font-size: 24px;
    line-height: 36px;
}

.introduce_info2_wrap .introduce_info2_info .introduce_info2_name {
    margin-top: 10px;
    color: #3E80FF;
    font-size: 48px;
    line-height: 56px;
    font-weight: bold;
}

.introduce_info2_wrap .introduce_info2_info .introduce_info2_desc {
    margin-top: 28px;
    font-size: 18px;
    line-height: 30px;
    color: #5B5B5B;
}

.introduce_info2_static {
    display: flex;
    margin-top: 40px;
}

.introduce_info2_static>div {
    flex: 1;
}

.introduce_info2_static .static_count {
    color: #3E80FF;
    font-size: 36px;
    line-height: 50px;
    font-weight: bold;
}

.introduce_info2_static .static_desc {
    margin-top: 10px;
    color: #0D1317;
    font-size: 24px;
}

.introduce_info3_title {
    margin-top: 246px;
}

.introduce_info3_title .title1 {
    font-size: 48px;
    line-height: 58px;
    color: #161C2D;
    font-weight: bold;
}

.introduce_info3_title .sub_title {
    margin-top: 7px;
    font-size: 19px;
    line-height: 32px;
    color: #161C2D;
}

.introduce_info3_wrap {
    width: 100%;
    height: 543px;
    margin-top: 160px;
    background-color: #F5F8FD;
}

.introduce_info3_info {
    margin-top: 152px;
    display: flex;
    /* gap: 88px; */
    /* width:1200px; */
    width: 62.5%;
    height: 543px;
    padding: 50px 0;
    margin: 0 auto;
    box-sizing: border-box;
    justify-content: space-between;

}

.introduce_info3_info .card_item {
    /* width: 284px; */
    width: 23.67%;
    height: 442px;
    background-color: #FFFFFF;
    border-radius: 5px;
    padding: 45px 34px;
    box-sizing: border-box;
    cursor: pointer;
    transition: transform 0.3s;
}

.introduce_info3_info .card_item .img_box {
    width: 40px;
    height: 41px;
    line-height: 41px;
    background-repeat: no-repeat;
    background-position: center;
}


.introduce_info3_info .card_item1 .img_box {
    background-image: url("/Public/Home/img/home/new_img2/introduce_info3_icon1.png");
    background-size: 40px auto;
}

.introduce_info3_info .card_item2 .img_box {
    background-image: url("/Public/Home/img/home/new_img2/introduce_info3_icon2.png");
    background-size: 40px auto;
}


.introduce_info3_info .card_item3 .img_box {
    background-image: url("/Public/Home/img/home/new_img2/introduce_info3_icon3.png");
    background-size: 34px auto;
}

.introduce_info3_info .card_item .card_item_title {
    margin-top: 32px;
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    height: 60px;
}

.introduce_info3_info .card_item .card_item_desc {
    margin-top: 48px;
    font-size: 18px;
    line-height: 29px;
    color: #161C2D;
}

.introduce_info3_info .card_item.active {
    /* width: 457px; */
    width: 38.03%;
    background-color: #3E80FF;
    height: 648px;
    padding: 110px 65px;
    transform: translateY(-103px);
    box-shadow: 0 7px 38px 0 rgba(0, 0, 0, 0.1);
}

.introduce_info3_info .card_item.active .img_box {
    width: 50px;
    height: 53px;
}

.introduce_info3_info .card_item1.active .img_box {
    background-image: url("/Public/Home/img/home/new_img2/introduce_info3_icon1_active.png");
    background-size: 50px auto;
}

.introduce_info3_info .card_item2.active .img_box {
    background-image: url("/Public/Home/img/home/new_img2/introduce_info3_icon2_active.png");
    background-size: 50px auto;
}

.introduce_info3_info .card_item3.active .img_box {
    background-image: url("/Public/Home/img/home/new_img2/introduce_info3_icon3_active.png");
    background-size: 50px auto;
}

.introduce_info3_info .card_item.active .card_item_title {
    font-size: 36px;
    color: #FFFFFF;
}

.introduce_info3_info .card_item.active .card_item_desc {
    font-size: 30px;
    line-height: 50px;
    color: #FFFFFF;
}

.introduce_info4_wrap {
    padding: 213px 0 173px;
    background-color: #FFFFFF;
}

.introduce_info4_wrap .introduce_info4_title {
    font-size: 48px;
    line-height: 56px;
    color: #171717;
    font-weight: bold;
    text-align: center;
}

.introduce_info4_wrap ul {
    /* width:1200px; */
    width: 62.5%;
    margin: 0 auto;
    margin-top: 113px;
    display: flex;
    gap: 7px;
}

.introduce_info4_wrap ul li {
    flex: 1;
    padding: 32px;
    height: 354px;
    box-sizing: border-box;
    border-radius: 40px;
    color: #171717;
    background-color: #FAFAFA;

}

.introduce_info4_wrap ul li .img_box {
    width: 64px;
    height: 64px;
    background-color: #3E80FF;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.introduce_info4_wrap ul .introduce_info4_card_item1 .img_box {
    background-image: url("/Public/Home/img/home/new_img2/introduce_info4_icon1.png");
}

.introduce_info4_wrap ul .introduce_info4_card_item2 .img_box {
    background-image: url("/Public/Home/img/home/new_img2/introduce_info4_icon2.png");
}

.introduce_info4_wrap ul .introduce_info4_card_item3 .img_box {
    background-image: url("/Public/Home/img/home/new_img2/introduce_info4_icon3.png");
}

.introduce_info4_wrap ul li .card_item_title {
    margin-top: 24px;
    color: #171717;
    font-size: 24px;
    line-height: 32px;
}

.introduce_info4_wrap ul li .card_item_desc {
    margin-top: 32px;
    font-size: 18px;
    line-height: 24px;
}

.join_us_box {
    width: 100%;
    height: 522px;
    padding-top: 186px;
    background-image: url("https://download.hecoos.com/enlightv/2024-35/23ae35c4110fe9cb01781dbbe9794723.png");
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
}

.join_us_box .title {
    font-size: 48px;
    text-align: center;
    color: #FFFFFF;
}

.join_us_box .join_us_btn {
    width: 286px;
    height: 66px;
    text-align: center;
    line-height: 66px;
    border-radius: 8px;
    font-size: 20px;
    color: #FFFFFF;
    margin: 65px auto 0;
    cursor: pointer;
    background-color: #377DFF;
}

.join_us_box .join_us_btn:hover {
    background-color: #FFFFFF;
    color: #2D82E4;
}

.footer_link_list {
    display: flex;
    justify-content: space-between;
}

.enlightv_logo {
    height: 44px;
    display: block;
    margin-bottom: 32px;
}

.footer_link_list .footer_link_item_title {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 28px;
    color: #A6A6A6;
    margin-bottom: 20px;
}

.footer_link_list .footer_link_item_title1 {
    font-size: 24px;
    color: #383838;
}

.footer_link_list li:last-child .footer_link_item_title {
    margin-bottom: 0;
}

.footer_link_list .footer_link_item_list .footer_link_item_list_item {
    font-size: 18px;
    line-height: 22px;
    color: #383838;
    margin-bottom: 20px;
}

.footer_link_list .footer_link_item_list .footer_link_item_list_item a {
    display: block;
    color: #383838;
    text-decoration: none;
    transition: color .3s;
}

.footer_link_list .footer_link_item_list .footer_link_item_list_item a:hover {
    color: #1990ff;
}

.wechat_code_wrap {
    width: 113px;
}

.login_enlightv_wrap {
    width: 100%;
}

.wechat_code_wrap .login_enlightv_wrap:nth-child(2) {
    margin-top: -2px;
}

.login_enlightv_wrap .login_enlightv_code {
    width: 100%;
    margin-left: -14px;
}

.login_enlightv_wrap .login_enlightv_text {
    text-align: center;
    color: #FFFFFF;
    line-height: 22px;
    margin-top: 16px;
}

.login_enlightv_wrap p {
    font-size: 12px;
    font-weight: 500;
    margin-top: -14px;
}

.join_us_form_wrap {
    width: 100%;
    height: 1066px;
    padding-top: 138px;
    box-sizing: border-box;
    background-image: url("/Public/Home/img/home/new_img2/join_us_form_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.join_us_title {
    font-size: 48px;
    line-height: 56px;
    color: #171717;
    text-align: center;
}

.join_us_subTitle {
    margin-top: 20px;
    font-size: 19px;
    line-height: 32px;
    color: #383838;
    text-align: center;
}

.join_us_form_box {
    margin: 100px 120px 0;
    height: 630px;
    padding: 80px;
    border-radius: 24px;
    box-shadow: 0 10px 30px 0 #e0e0e0;
    box-sizing: border-box;
}

.join_us_form_box .join_us_form_row {
    display: flex;
    gap: 34px;
    margin-bottom: 40px;
}

.join_us_form_box .form_item {
    width: 327px;
}

.join_us_form_box .join_us_form_lineRow .form_item {
    width: 100%;
}

.join_us_form_box .form_item .label_text {
    font-size: 16px;
    height: 22px;
    color: #333333;
    margin-bottom: 8px;
}

.join_us_form_box .form_item .label_text i {
    font-size: 16px;
    color: #FF3838;
    margin-left: 2px;
    font-style: normal;
}

.join_us_form_box .form_item .form_item_input {
    width: 100%;
    height: 54px;
    border-radius: 20px;
    background-color: #FAFAFA;
}

.join_us_form_box .form_item .form_item_input input {
    width: 100%;
    background: #FAFAFA;
    border: none;
    padding: 0 12px;
    height: 54px;
    line-height: 54px;
    border: 0;
    outline: none;
    display: block;
    box-sizing: border-box;
    border-radius: 20px;
}

.join_us_form_box .form_item input::-webkit-input-placeholder {
    color: #999999;
}

.join_us_form_box .submit_btn {
    width: 161px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    border-radius: 24px;
    background-color: #3E80FF;
    cursor: pointer;
}

.join_us_form_box .submit_btn:hover {
    background-color: #3FA2FF;
}

@media screen and (min-width: 768px) {
    body {
        min-width: 1200px;
    }
}
@media screen and (min-width: 1940px) {
    .introduce_info2_wrap .introduce_info2_img {
        text-align: right;
    }
    .introduce_info2_wrap .introduce_info2_img img {
        width: 75%;
    }
}

@media screen and (max-width: 1420px) {
    .introduce_info1_wrap .item_subTitle {
        font-size: 22px;
    }

    .introduce_info2_wrap .introduce_info2_info .introduce_info2_subTitle {
        font-size: 22px;
    }

    .introduce_info2_wrap .introduce_info2_info .introduce_info2_name {
        font-size: 38px;
    }

    .introduce_info2_wrap .introduce_info2_info .introduce_info2_desc {
        font-size: 16px;
    }

    .introduce_info2_static .static_count {
        font-size: 28px;
    }

    .introduce_info2_static .static_desc {
        font-size: 20px;
    }

    .cate_title1,
    .introduce_info3_title .title1,
    .introduce_info4_wrap .introduce_info4_title {
        font-size: 38px;
    }
}

@media screen and (max-width: 1320px) {
    .introduce_info1_wrap .item_subTitle {
        font-size: 18px;
    }

    .introduce_info1_wrap .item_desc {
        font-size: 16px;
    }
}
.mobile_nav_menu_button {
    display: none;
}
.mobile_nav_list {
    display: none;
}
.mobile_introduce_info2_info {
    display: none;
}

.back_top {
    display: block;
    text-align: center;
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: fixed;
    bottom: 28px;
    right: 40px;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 50%;
    background: #d5d5d5;
    opacity: 0;
    cursor: pointer;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index: 100000;

}
.back_top img{
    display: inline-block;
    vertical-align: initial;
    width: 18px;
}
@media screen and (max-width: 2555px) {
    .home_center_wrap1{
        width: 100%;
        max-width: 1302px;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
        margin:0px auto 0;
    }
    .introduce_info3_info{
        width: 100%;
        max-width: 1302px;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
        margin:0px auto 0;
    }
    .introduce_info4_wrap ul{
        width: 100%;
        max-width: 1302px;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
        margin: 113px auto 0;
    }
    .home_page_footer{
        overflow: hidden;
    }
    .home_page_footer .footer_top_wrap{
        width: 100%;
        max-width: 1302px;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 768px) {
    .home_page_wrap {
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .home_page_header_wrap {
        padding: 20px;
        background-size: 100% auto;
        background-position: bottom;
    }
    .home_page_header {
        width: 100%;
    }
    .home_page_header .right_btn_wrap {
        display: none;
    }
    .mobile_nav_menu_button {
        display: block;
    }
    .mobile_nav_list {
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.8);
        padding-top: 20px;
      }

      .mobile_nav_list li {
        width: 100%;
        line-height: 40px;
        color: #ffffff;
        padding: 0 20px;
      }

      .mobile_nav_list li a {
        display: block;
        color: #ffffff;
      }

      .mobile_nav_list li.active a {
        color: #3e80ff;
      }

      .home_page_header_wrap.acitve .mobile_nav_list {
        display: block;
      }
      .home_page_header_info .home_page_header_info_txt p:nth-child(1) {
        font-size: 30px;
        line-height: 50px;
    }
    .home_page_header_info .home_page_header_info_txt p:nth-child(2) {
        font-size: 30px;
        line-height: 50px;
    }
    .home_page_header_info .home_page_header_info_txt p {
        font-size: 18px;
    }

    .home_page_label1 {
        height: 140px;
        font-size: 18px;
        line-height: 30px;
        display: flex;
        align-items: center;
        padding: 0 20px;
    }
    .cate_title1, .introduce_info3_title .title1, .introduce_info4_wrap .introduce_info4_title {
        font-size: 24px;
    }
    .home_page_body {
        padding-top: 40px;
    }
    .home_center_wrap1 {
        width: 100%;
        padding: 0 20px;
    }
    .introduce_info1_wrap {
        flex-direction: column;
    }
    .introduce_info1_wrap li .img_box {
        width: 42px;
        height: 42px;
    }
    .introduce_info1_wrap .item_subTitle {
        font-size: 16px;
        height: 60px;
        line-height: 60px;
        margin-top: 10px;
    }
    .introduce_info1_wrap .item_desc {
        margin-top: 0;
        font-size: 14px;
    }
    .home_page_body .join_btn {
        font-size: 18px;
    }
    .introduce_info2_wrap {
        min-height: 100px;
        margin-top: 100px;
    }
    .introduce_info2_wrap .introduce_info2_info .introduce_info2_desc {
        display: none;
    }
    .introduce_info2_info .introduce_info2_static {
        display: none;
    }
    .mobile_introduce_info2_info {
        display: block;
    }
    .mobile_introduce_info2_info .introduce_info2_desc {
        font-size: 14px;
    }
    .mobile_introduce_info2_info .introduce_info2_static {
        margin-top: 20px;
    }
    .mobile_introduce_info2_info .introduce_info2_static .static_count {
        font-size: 24px;
        line-height: 36px;
    }
    .introduce_info2_static .static_desc {
        font-size: 16px;
    }
    .introduce_info3_wrap {
        margin-top: 50px;
        height: auto;
    }
    .introduce_info3_title {
        margin-top: 60px;
    }
    .introduce_info3_info {
        width: 100%;
        height: auto;
        padding: 20px;
        flex-direction: column;
    }
    .introduce_info3_info .card_item {
        width: 100%;
        padding: 25px 20px;
        height: auto;
        margin-bottom: 20px;
    }
    .introduce_info3_info .card_item .img_box {
        width: 30px;
    height: 32px;
    line-height: 32px;
    }
    .introduce_info3_info .card_item1 .img_box,.introduce_info3_info .card_item2 .img_box ,.introduce_info3_info .card_item3 .img_box{
        background-size: 30px auto;
    }
    .introduce_info3_info .card_item .card_item_title {
        margin-top: 24px;
        font-size: 20px;
    }
    .introduce_info3_info .card_item .card_item_desc {
        margin-top: 20px;
        font-size: 16px;
    }
    .introduce_info3_info .card_item.active {
        width: 100%;
        height: auto;
        padding: 40px 30px;
        transform: translateY(0);
    }
    .introduce_info3_info .card_item.active .img_box {
        width: 40px;
        height: 43px;
        background-size: 40px auto;
    }
    .introduce_info3_info .card_item.active .card_item_title {
        font-size: 24px;
    }
    .introduce_info3_info .card_item.active .card_item_desc {
        font-size: 20px;
        line-height: 36px;
    }
    .introduce_info4_wrap {
        padding: 113px 0 73px;
    }
    .introduce_info4_wrap ul {
        width: 100%;
        padding: 0 20px;
        flex-direction: column;
        margin-top: 53px;
    }
    .introduce_info4_wrap ul li {
        padding: 20px;
    }
    .introduce_info4_wrap ul li .img_box {
        width: 40px;
        height: 40px;
    }
    .introduce_info4_wrap ul li .card_item_title {
        font-size: 20px;
        margin-top: 18px;
    }
    .introduce_info4_wrap ul li .card_item_desc {
        margin-top: 24px;
        font-size: 14px;
    }
    .join_us_box {
        height: 322px;
    padding-top: 86px;
    }
    .join_us_box .title {
        font-size: 26px;
    }
    .join_us_box .join_us_btn {
        width: 140px;
        height: 45px;
        text-align: center;
        line-height: 45px;
    }
    .home_page_footer {
        height: auto;
        padding: 80px 0 20px;
      }
      .home_page_footer .footer_top_wrap {
        width: 100%;
        padding: 0 20px;
        height: auto;
      }
      .footer_link_list {
        width: 100%;
        flex-wrap: wrap;
      }
      .footer_link_list li {
        width: 50%;
        margin-bottom: 20px;
      }
      .footer_link_list li .footer_link_item_list {
        width: 100%;
      }
      .footer_link_list .footer_link_item_title {
        font-size: 18px;
      }
      .footer_link_list li .footer_link_item_list .footer_link_item_list_item {
        width: 100%;
        font-size: 16px;
        margin-bottom: 10px;
      }
      .home_page_footer .footer_bottom_wrap {
        font-size: 14px;
      }
}

@media screen and (max-width: 760px){
    .back_top{
        right: 5px;
    }
    .home_page_header{
        position: fixed;
        left: 0;
        width: 100%;
        top: 0;
        z-index: 10000;
        padding: 20px;
        box-sizing: border-box;
        height: auto;
        background: #ffffff;
    }
    .home_page_header .left_logo_wrap a{
        display: inherit;
        vertical-align: top;
    }
    .home_page_header .left_logo_wrap .logo{
        height: 22px;
    }
    .mobile_nav_menu_button{
        height: 22px;
    }
    .mobile_nav_menu_button img{
        height: 22px;
    }
    .mobile_nav_list{
        z-index: 10000;
        top: 62px;
    }
    .mobile_nav_list li.active{
        color: #3e80ff;
    }
    .home_page_header_wrap{
        height: auto;
    }
    .home_page_header_info{
        padding-top: 60px;
        height: auto;
        position: static;
    }


    .home_page_header_info .home_page_header_info_txt p:nth-child(1){
        font-size: 20px;
        font-weight: bold;
    }
    .home_page_header_info .home_page_header_info_txt p:nth-child(2){
        font-size: 22px;
        line-height: 22px;
        margin-bottom: 0;
    }
    .home_page_header_info .home_page_header_info_txt p:last-child{
        font-size: 14px;
        margin-top: 5px;
    }
    .home_page_header_info .try_use_btn{
        width: 120px;
        height: 38px;
        font-size: 14px;
        line-height: 38px;
        margin: 20px auto;
    }
    .home_page_header_info .try_use_btn span{
        font-size: 14px;
    }
    .home_page_header_info .try_use_btn i{
        width: 10px;
        height: 10px;
        background-size: contain;
    }

    .home_page_label1{
        height: auto;
        padding: 15px;
        box-sizing: border-box;
        font-size: 14px;
        line-height: 26px;
    }

    .home_page_body{
        padding-top: 25px;
    }

    .cate_title1{
        line-height:25px;
        height: auto;
        padding-bottom: 25px;
        font-size: 20px;
        font-weight: bold;
    }
    .home_center_wrap1{
        padding: 0 15px;
    }
    .introduce_info1_wrap{
        gap: 25px;
    }
    .introduce_info1_wrap li{
        padding:20px 15px;
        border-radius: 20px;
    }
    .introduce_info1_wrap li .img_box{
        width: 28px;
        height: 28px;
        display: block;
        line-height: 28px;

    }
    .introduce_info1_wrap li:nth-child(1) .img_box{
        background-size: 16px auto !important;
    }
    .introduce_info1_wrap li:nth-child(2) .img_box{
        background-size: 10px auto !important;
    }
    .introduce_info1_wrap li:nth-child(3) .img_box{
        background-size: 8px auto !important;
    }
    .introduce_info1_wrap .item_subTitle{
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        font-weight: bold;
    }
    .introduce_info1_wrap .item_desc{
        line-height: 20px;
        font-size: 12px;
    }
    .home_page_body .join_btn{
      font-size: 14px;
    }



    .introduce_info2_wrap{
        margin-top: 30px;
    }

    .introduce_info2_wrap .introduce_info2_info .introduce_info2_subTitle{
        font-size: 16px;
    }
    .introduce_info2_wrap .introduce_info2_info .introduce_info2_name{
        font-size: 24px;
        letter-spacing: 8px;
        font-weight: bold;
        line-height: 30px;
        margin-top: 0px;
    }
    .mobile_introduce_info2_info .introduce_info2_static .static_count{
        font-size: 16px;
        font-weight: bold;
    }
    .introduce_info2_static .static_desc{
        font-size: 14px;
        font-weight: bold;
        margin-top: 0;
    }
    .cate_title1, .introduce_info3_title .title1, .introduce_info4_wrap .introduce_info4_title{
        font-size: 20px;
        font-weight: bold;
        line-height: 30px;
    }

    .introduce_info3_wrap{
        margin-top: 25px;
    }
    .introduce_info3_title .sub_title{
        font-size: 14px;
        margin-top: 0;
    }
    .introduce_info3_title{
        margin-top: 40px;
    }
    .introduce_info3_info{
        padding:25px 15px;
    }
    .introduce_info3_info .card_item{
        padding: 15px;
        box-shadow: 0px 3px 10px  rgba(121, 121, 121, 0.3);
        margin-bottom: 25px;
    }
    .introduce_info3_info .card_item:last-child{
        margin-bottom: 0;
    }
    .introduce_info3_info .card_item .img_box{
        width: 24px;
        height: 24px;
        line-height: 24px;
        background-size:22px auto;
    }
    .introduce_info3_info .card_item .card_item_title{
        line-height: 30px;
        height: 30px;
        font-size: 16px;
        margin-top: 8px;
        font-weight: bold;
    }
    .introduce_info3_info .card_item .card_item_desc{
        margin-top:5px;
        font-size: 12px;
        line-height: 20px;
    }


    .introduce_info4_wrap{
        padding: 25px 0;
    }
    .introduce_info4_wrap .introduce_info4_title{
        text-align: left;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .introduce_info4_wrap ul{
       margin-top: 25px;
        padding: 0 15px;
    }
    .introduce_info4_wrap ul li{
        border-radius: 15px;
    }
    .introduce_info4_wrap ul li .img_box{
        width: 24px;
        height: 24px;
    }
    .introduce_info4_wrap ul li .card_item_title{
        margin-top: 10px;
        font-size: 16px;
        font-weight: bold;
    }
    .introduce_info4_wrap ul li .card_item_desc{
        margin-top: 5px;
        line-height: 20px;
        font-size: 12px;
    }


    .join_us_box{
        height: auto;
        padding: 30px 15px;
        box-sizing: border-box;
    }
    .join_us_box .title{
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 3px;
    }
    .join_us_box .join_us_btn{
        width: 120px;
        height: 38px;
        font-size: 14px;
        line-height: 38px;
        margin-top: 20px;
    }

    .home_page_footer{
        padding: 50px 15px 10px;
    }
    .home_page_footer .footer_bottom_wrap{
        line-height: 50px;
        height: 50px;
        border-top: 1px solid  #e5e5e5;
    }
    .home_page_footer .footer_top_wrap::after{
        display: none;
    }



}