body {
    background-color: #F5F7FA !important;
    font-size: 16px;
    font-family: -apple-system, Eina04, Arial, Helvetica, sans-serif;
}

* {
    margin: 0;
    box-sizing: border-box;
    word-break: break-all;
}

p {
    margin: 0;
}

a {
    text-decoration: unset;
    color: #000000;
}

.page-link {
    color: #000000;
    border-radius: 2px;
}

.page-link:hover {
    background-color: #2E9CF9;
    color: #FFFFFF;
}

.page-link:focus {
    background-color: #2E9CF9;
    color: #FFFFFF;
}

.page-item {
    margin: 0 4px;
}

input {
    outline: none;
    border: none;
}

img {
    width: auto;
    height: auto;
}

.bk_img_center {
    background-size: cover !important;
    background-position: 50% 50% !important;
}

.vh_7 {
    height: 7vw;
}

.w_100 {
    width: 100px;
}

.w_120 {
    width: 120px;
}

.w_374 {
    width: 374px;
}

.w_300 {
    width: 300px;
}

.w_420 {
    width: 420px;
}

.w_500 {
    width: 500px;
}

.w_600 {
    width: 600px;
}

.w_700 {
    width: 700px !important;
}

.w_920 {
    width: 920px;
}

.w_1200 {
    width: 1200px;
}

.h_46 {
    height: 46px;
}

.h_50 {
    height: 50px;
}

.h_80 {
    height: 80px;
}

.h_221 {
    height: 221px;
}

.h_278 {
    height: 278px;
}

.h_287 {
    height: 287px;
}

.h_300 {
    height: 300px;
}

.h_338 {
    height: 338px;
}

.h_350 {
    height: 350px;
}

.h_410 {
    height: 410px;
}

.h_430 {
    height: 430px;
}

.h_440 {
    height: 440px;
}

.h_454 {
    height: 454px;
}

.h_510 {
    height: 510px !important;
}

.h_610 {
    height: 610px;
}

.h_650 {
    height: 650px;
}

.h_700 {
    height: 700px;
}

.pt_60 {
    padding-top: 60px;
}

.pt_90 {
    padding-top: 90px;
}

.pb_90 {
    padding-bottom: 90px;
}

.mt_8 {
    margin-top: 8px;
}

.mt_10 {
    margin-top: 10px;
}

.mt_20 {
    margin-top: 20px;
}

.mt_30 {
    margin-top: 30px;
}

.mt_46 {
    margin-top: 46px;
}

.mt_50 {
    margin-top: 50px;
}

.mt_80 {
    margin-top: 80px;
}

.mt_90 {
    margin-top: 90px;
}

.mt_110 {
    margin-top: 110px;
}

.mb_20 {
    margin-bottom: 20px;
}

.mb_54 {
    margin-bottom: 54px;
}

.mb_70 {
    margin-bottom: 70px;
}

.mb_80 {
    margin-bottom: 80px;
}

.mw_265 {
    max-width: 265px !important;
}

.mw_310 {
    max-width: 310px !important;
}

.ml_10 {
    margin-left: 10px;
}

.ml_20 {
    margin-left: 20px;
}

.ml_150 {
    margin-left: 150px;
}

.mr_6 {
    margin-right: 6px;
}

.mr_20 {
    margin-right: 20px;
}

.mr_50 {
    margin-right: 50px;
}

.max_w_650 {
    max-width: 650px;
}

.flex_1 {
    flex: 1;
}

.bk_blue {
    background-color: #017CE0;
}

.bk_pink {
    background-color: #FF7475;
}

.bk_green {
    background-color: #3DD1AE;
}

.bk_purple {
    background-color: #868AF6;
}

.bk_orange {
    background-color: #FF8C43;
}

.bk_florescence {
    background-color: #7DF875;
}

.bk_white {
    background-color: #FFFFFF !important;
}

.container-fluid {
    padding: 0;
}

.pagination {
    position: absolute;
    z-index: 1;
    bottom: 10px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.module_index_04 .pagination {
    position: relative !important;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .5);
    margin: 0 5px;
    cursor: pointer;
}

.swiper-active-switch {
    background: #fff;
}

.swiper_container_1 {
    height: 630px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.swiper_container_2 {
    height: 610px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.swiper_1 {
    height: 630px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.swiper_1 > img {
    max-width: 820px;
    height: auto;
}

.swiper_1_info {
    width: 500px;
}

.swiper_1_info > h2 {
    font-size: 48px;
    font-weight: bold;
    line-height: 67px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.swiper_1_info > p {
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
    max-width: 440px;
}

.swiper_1_play {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.swiper_1_play > p {
    font-size: 48px;
    font-weight: 800;
    line-height: 67px;
    color: #FFFFFF;
}

.swiper_1_play > img {
    height: 50px;
    margin-top: 50px;
}

.module_index_01 {
    width: 100%;
    height: 60px;
    background: #005AA2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.module_index_01 > img {
    width: 22px;
    height: 22px;
    margin: 0 10px 0 30px;
}

.module_index_01.active {
    background-color: white; /* 转动到第五个时的配景颜色 */
    color: #64748B; /* 转动到第五个时的字体颜色 */
}

.module_index_01.active p {
    color: #64748B; /* 子元素 <p> 的字体颜色 */
}

.module_index_01 > p {
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    color: #FFFFFF;
    margin-right: 30px;
}

.module_index_02 {
    width: 100%;
    height: max-content;
    background: linear-gradient(180deg, #EBF7FF 0%, #F8F6F3 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.module_flex {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-size: 100% 100%;
}

.module_title {
    font-size: 36px;
    font-weight: 800;
    line-height: 50px;
    color: #2A344B;
}

.module_subtitle {
    font-size: 16px;
    line-height: 50px;
    color: #2A344B;
}

.flex_center {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.module_item_01 {
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 4px solid #017CE0;
    margin: 20px;
    padding: 0 20px;
    transition: .4s;
}

.module_item_01:hover {
    transform: scale(1.05, 1.05);
}

.module_item_01 > img {
    height: 70px;
    width: auto;
    margin-top: 37px;
}

.module_item_01 span {
    font-size: 24px;
    color: #017CE0;
    font-weight: bold;
}

.module_item_01 > h3 {
    font-size: 20px;
    font-weight: 800;
    line-height: 50px;
    color: #2A344B;
}

.module_item_01 > p {
    font-size: 16px;
    line-height: 22px;
    color: #5F6E8E;
    max-width: 310px;
}

.module_index_03 {
    width: 100%;
    height: max-content;
    background: linear-gradient(180deg, #FFFFFF 0%, #F9FBFE 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.swiper_2_info {
    width: 100%;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper_2_info > img {
    width: 472px;
    height: auto;
    margin-left: 100px;
}

.swiper_2_info > div {
    margin-right: 100px;
}

.swiper_2_info h2 {
    font-size: 24px;
    color: #FFFFFF;
}

.swiper_2_info span {
    font-size: 30px;
    font-weight: 800;
    line-height: 42px;
    color: #FFD732;
}

.swiper_2_info p {
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 80px;
}

.module_index_04 {
    width: 100%;
    height: max-content;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.module_item_02 {
    background: #FFFFFF;
    border: 1px solid #E5ECFC;
    padding: 0 33px;
    margin: 20px;
    position: relative;
}

.module_item_02_tip {
    width: 60px;
    height: 4px;
    margin-bottom: 56px;
}

.module_item_02_block {
    width: 25px;
    height: 25px;
    border-radius: 5px;
    margin-right: 16px;
}

.module_item_02_link {
    position: absolute;
    font-size: 12px !important;
    color: #5F6E8E;
    text-decoration: underline;
    bottom: 12px;
    right: 30px;
}

.flex_line {
    display: flex;
    align-items: center;
}

.module_item_02 > p {
    font-size: 16px;
    line-height: 20px;
    color: #5F6E8E;
    margin-top: 30px;
}

.module_index_tab_item {
    width: 95px;
    height: 40px;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    margin: 10px;
    font-size: 14px;
    line-height: 40px;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    transition: .4s;
}

.module_index_tab_item:hover {
    background-color: #017CE0;
    border-color: #017CE0;
}

.module_index_tab_item_selected {
    background-color: #017CE0;
    border-color: #017CE0;
}

.module_data_item {
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.module_data_item > h3 {
    font-size: 50px;
    font-weight: 800;
    line-height: 70px;
    color: #2A344B;
}

.module_data_item > p {
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    color: #2A344B;
}

.swiper_3_inner {
    max-width: 1300px;
    height: 400px;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
}

.swiper_3_inner > img {
    height: 100%;
    width: 520px;
}

.swiper_3_inner > div {
    width: 680px;
    height: 100%;
    padding: 0 80px;
}

.swiper_3_inner > div > div {
    width: 98px;
    height: 1px;
    background: #E0E0E0;
    margin: 30px 0;
}

.swiper_3_inner > div > p {
    font-size: 14px;
    line-height: 24px;
    color: #5F6E8E;
}

.title_slip_01 {
    width: 120px;
    height: 3px;
    background: #48F1FF;
    margin: 30px 0;
}

.plan_tab_item_01 {
    width: max-content;
    height: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #2A344B;
    margin: 0 50px;
    cursor: pointer;
    position: relative;
    transition: .4s;
}

.plan_tab_item_01:hover {
    color: #017CE0;
}

.plan_tab_item_01_selected {
    color: #017CE0;
}

.plan_tab_item_01 > p {
    font-size: 20px;
    line-height: 42px;
}

.plan_tab_item_01:hover > div {
    width: 90px;
}

.plan_tab_item_01_selected > div {
    width: 90px !important;
}

.plan_tab_item_01 > div {
    position: absolute;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #017CE0;
    transition: .4s;
}

.plan_switch_info_01 {
    background: linear-gradient(306deg, #0048EA 0%, #0094E3 100%);
    padding: 60px;
    display: flex;
    align-items: center;
}

#plan_switch_text_01 {
    max-width: 500px;
    font-size: 20px;
    margin: 10px
}

.plan_tab_item_02 {
    display: flex;
    align-items: center;
    margin: 30px 0;
    width: 280px;
    cursor: pointer;
}

.plan_tab_item_02 > p {
    font-size: 18px;
    color: #2A344B;
    transition: .4s;
}

.plan_tab_item_02_selected > p {
    color: #017CE0;
}

.plan_tab_item_02 > div {
    width: 3px;
    height: 0;
    background: #017CE0;
    margin-right: 10px;
    transition: .4s;
}

.plan_tab_item_02_selected > div {
    height: 20px;
}

.plan_switch_list_03 {
    height: 100%;
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}

.plan_switch_list_03 > h3 {
    font-size: 30px;
    font-weight: 800;
    line-height: 42px;
    color: #FFFFFF;
}

.plan_switch_list_03 > p {
    font-size: 18px;
    line-height: 42px;
    color: #FFFFFF;
}

.plan_switch_item_03 {
    width: 100%;
    font-size: 24px;
    line-height: 120px;
    color: #A0A0A0;
    border-top: 1px solid #707070;
    cursor: pointer;
    transition: .4s;
}

.plan_switch_item_03_selected {
    color: #FFFFFF;
}

.plan_bottom_list_item {
    width: 800px;
    height: 135px;
    background: #FFFFFF;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 0 30px;
    margin: 15px;
}

.plan_bottom_list_item > img {
    width: 70px;
    height: 70px;
    margin-left: 40px;
}

.plan_bottom_list_item h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 42px;
    color: #2A344B;
}

.plan_bottom_list_item p {
    font-size: 16px;
    line-height: 20px;
    color: #6D6D6D;
}

.plan_bottom_list_item span {
    color: #017CE0;
    font-size: 18px;
}

.font_title {
    font-weight: bold;
    font-size: 48px;
}

.news_item {
    width: 1100px;
    display: flex;
    align-items: center;
    min-height: 154px;
    margin: 30px;
    cursor: pointer;
}

.news_item > img {
    width: 240px;
    height: 154px;
    margin-right: 30px;
}

.news_item > div {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.news_item > div > h3 {
    font-size: 28px;
    font-weight: bold;
    line-height: 40px;
    color: #2A344B;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.news_item > div > div {
    font-size: 16px;
    line-height: 28px;
    color: #5F6E8E;
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news_item > div > p {
    font-size: 14px;
    line-height: 30px;
    color: #5F6E8E;
}

.breadcrumb_container {
    width: 1200px;
    height: 80px;
    border-bottom: 1px solid #F1F1F1;
    display: flex;
    align-items: center;
}

.breadcrumb-item.active {
    color: #0B5AA2;
}

.article_title {
    font-size: 28px;
    font-weight: bold;
    line-height: 40px;
    color: #2A344B;
    margin-top: 40px;
    width: 100%;
}

.article_time {
    font-size: 18px;
    line-height: 40px;
    color: #5F6E8E;
    width: 100%;
}

.article_text {
    font-size: 16px;
    line-height: 30px;
    color: #5F6E8E;
    margin: 40px 0;
    width: 100%;
}

.detail_next_line > span {
    font-size: 14px;
    line-height: 24px;
    color: #616161;
}

.detail_next_line > a {
    font-size: 14px;
    line-height: 24px;
    color: #017CE0;
}

#video_container {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .7);
}

@keyframes fadeIn {
    from {
        transform: scale(.7, .7);
    }
    to {
        transform: scale(1, 1);
    }
}

.fadeIn {
    animation: fadeIn .4s;
}

.dot {
    width: 8px;
    height: 8px;
    background: #017CE0;
    border-radius: 50%;
}

.span_16 span {
    font-size: 16px !important;
}

.plan_03_top {
    position: relative;
}

.plan_03_top > img {
    position: absolute;
    z-index: 1;
}

.plan_03_top > div {
    position: relative;
    z-index: 2;
}

.plan_03_top > img:first-of-type {
    height: 438px;
    top: 0;
    left: 5%;
}

.plan_03_top > img:last-of-type {
    height: 327px;
    bottom: 0;
    right: 5%;
}

.module_info_title {
    font-size: 36px;
    font-weight: bold;
    line-height: 48px;
    color: #2A344B;
}

.module_info_text {
    font-size: 16px;
    line-height: 24px;
    color: #5F6E8E;
}

.swiper_container_about {
    width: 100%;
    height: 550px;
    position: relative;
    overflow: hidden;
}

.module_honor_item {
    height: 250px;
    width: 200px;
    margin: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.module_honor_item > img {
    height: 116px;
}

.module_honor_item > h3 {
    font-size: 20px;
    font-weight: 800;
    line-height: 28px;
    color: #2A344B;
}

.module_honor_item > p {
    font-size: 16px;
    line-height: 22px;
    color: #5F6E8E;
    text-align: center;
}

.swiper_container_honor {
    width: 1000px;
    height: 250px;
    position: relative;
    overflow: hidden;
}

.swiper_arrow {
    font-size: 32px;
    cursor: pointer;
}

.to_play_container_01 {
    width: max-content;
    height: 55px;
    border: 1px solid #FFFFFF;
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    font-size: 18px;
    color: #FFFFFF;
    cursor: pointer;
}

.home_video_container {
    position: relative;
}

.home_video_container > i {
    position: absolute;
    z-index: 999999;
    color: #FFFFFF;
    opacity: .7;
    top: -20px;
    right: -20px;
    font-size: 40px;
    cursor: pointer;
}

.mob_swiper_container_1 {
    width: 100%;
    height: 78vw;
    position: relative;
    overflow: hidden;
}

.type_border > .swiper-pagination-switch {
    border: 2px solid rgba(1, 124, 224, .5);
}

.type_border > .swiper-active-switch {
    border: 2px solid #017CE0;
}

.max_w_1600 {
    max-width: 1600px;
}

#module_mob_switch_index_01 {
    width: 100vw;
    height: 130vw;
    margin: 10vw 0;
}

.swiper_jijian {
    width: 100vw;
    height: 133vw;
    overflow: hidden;
    position: relative;
}

.mob_jijian_item_01 {
    width: 100vw;
    height: 80vw;
    background: linear-gradient(306deg, #0048EA 0%, #0094E3 100%);
    box-sizing: border-box;
    padding: 8vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.mob_jijian_item_01 > h2 {
    font-size: 6vw;
    color: #FFFFFF;
    margin-bottom: 3vw;
}

.mob_jijian_item_01 > p {
    font-size: 3.7vw;
    line-height: 6vw;
    color: #FFFFFF;
}

.mob_jijian_item_02 {
    width: 100%;
    text-align: center;
    font-size: 5vw;
    line-height: 10vw;
    margin-top: 6vw;
    color: #2A344B;
}

.mob_jijian_item_03 {
    font-size: 5vw;
    line-height: 16vw;
    height: 16vw;
    color: #A0A0A0;
    border-bottom: 1vw solid transparent;
    margin: 0 5vw;
}

.mob_jijian_item_03_selected {
    border-bottom: #FFFFFF 1vw solid;
    color: #FFFFFF;
}

.ad_card {
    width: 135px;
    height: max-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 55px;
}

.ad_card > img {
    width: 184px;
    height: 375px;
}

.ad_card > p {
    font-size: 17px;
    font-weight: bold;
    line-height: 36px;
    color: #FFFFFF;
    margin-top: 10px;
}

.yinxiao_swiper_container {
    height: 130vw;
    width: 100vw;
    position: relative;
    overflow: hidden;
}

.zp_cities {
    display: flex;
    height: 95px;
    width: max-content;
    align-items: center;
    justify-content: center;
}

.zp_cities > div {
    font-size: 14px;
    font-weight: 800;
    line-height: 42px;
    color: #2A344B;
}

.zp_cities p {
    font-size: 14px;
    line-height: 42px;
    color: #5F6E8E;
    margin: 0 20px;
}

.zp_table {
    width: 900px;
    background-color: #FFFFFF;
    height: max-content;
}

.zp_table_title {
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #DBEFFF;
    height: 50px;
    box-sizing: border-box;
    padding: 0 8px;
}

.zp_table_title > div {
    flex: 1;
    font-size: 14px;
    font-weight: 800;
    color: #2A344B;
    box-sizing: border-box;
    padding: 0 12px;
}

.zp_table_body {
    width: 100%;
    box-sizing: border-box;
    padding: 0 8px 8px 8px;
}

.zp_table_row {
    width: 100%;
    min-height: 50px;
    display: flex;
    align-items: center;
}

.zp_table_row div {
    flex: 1;
    box-sizing: border-box;
    padding: 0 12px;
}

.zp_title {
    width: 100%;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    color: #2A344B;
    margin-top: 30px;
}

.zp_contact {
    width: 100%;
    background-color: #F9FBFE;
    height: 50px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 0 20px;
    margin: 30px 0;
}

.zp_contact > p {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    color: #2A344B;
}

.zp_contact a {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    color: #017CE0;
}

.tshop_button_01 {
    width: 150px;
    height: 50px;
    border: 1px solid #FFFFFF;
    border-radius: 50px;
    box-sizing: border-box;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    margin: 35px 25px 0 0;
    cursor: pointer;
}
.tshop_button_09 {
    width: 150px;
    height: 50px;
    background: linear-gradient(245deg, #9375FF 0%, #1367FF 100%);
    /* border: 1px solid #FFFFFF; */
    border-radius: 50px;
    box-sizing: border-box;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    margin: 35px 25px 0 0;
    cursor: pointer;
}


.tshop_item_01 {
    width: 360px;
    height: 150px;
    background: rgba(255, 255, 255, 0.39);
    box-shadow: 0 2px 6px rgba(1, 124, 224, 0.2);
    box-sizing: border-box;
    padding: 37px 22px 0 30px;
    display: flex;
    margin: 20px 30px;
    border-top: 4px solid #017CE0;
}

.tshop_item_01 > img {
    width: 65px;
    height: 65px;
}

.tshop_item_01 > div {
    flex: 1;
}

.tshop_item_01 > div > div {
    font-size: 18px;
    line-height: 24px;
    color: #2A344B;
    margin-bottom: 10px;
}

.tshop_item_01 > div > p {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    color: #5F6E8E;
}

.tshop_item_02 {
    width: 220px;
    height: 267px;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #FFFFFF;
    margin: 12px;
    transition: .4s;
    background: transparent;
}

.tshop_item_02:hover {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid #FFFFFF;
}

.tshop_item_02 > img {
    margin-top: 45px;
    width: 65px;
    height: 65px;
}

.tshop_item_02 > div {
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    margin-bottom: 10px;
}

.tshop_item_02 > p {
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}

.tshop_button_02 {
    width: 140px;
    height: 40px;
    border: 1px solid #017CE0;
    border-radius: 5px;
    box-sizing: border-box;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #017CE0;
    margin-right: 25px;
    cursor: pointer;
}

.tshop_item_02_b {
    width: 275px;
    height: 316px;
}

.tshop_item_02_b > p {
    width: 225px;
    text-align: left;
}

.tshop_item_03 {
    width: 275px;
    height: 400px;
    background: rgba(255, 255, 255, 0.39);
    box-shadow: 0 0 10px rgba(38, 128, 235, 0.2);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 16px;
}

.tshop_item_03 > img {
    width: 140px;
    height: 110px;
    margin-top: 85px;
}

.tshop_item_03 > div {
    font-size: 20px;
    font-weight: 800;
    line-height: 28px;
    color: #2A344B;
    margin: 16px 0;
}

.tshop_item_03 > p {
    margin: 0;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    color: #5F6E8E;
}

.fade_in_item {
    opacity: 0;
}

@keyframes fade_in_up {
    from {
        opacity: 0;
        margin-top: 100px;
    }
    to {
        opacity: 1;
    }
}

.fade_in_up {
    animation: .6s fade_in_up;
    opacity: 1 !important;
}

.to_tshop_cover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.39);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    transition: .4s;
    opacity: 0;
}

.to_tshop_cover > a {
    width: 130px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    color: #017CE0;
    text-align: center;
}

.progress_icon {
    width: 80px;
    height: 80px;
    background: #F8F9FB;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.progress_icon > p {
    margin-top: 4px;
    font-size: 12px;
    color: #5F6E8E;
}

.progress_icon > img {
    width: 35px;
    height: 35px;
    margin-top: 12px;
}

.custom_item_01 {
    width: 375px;
    height: 425px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 20px;
    position: relative;
}

.custom_item_01 > img {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.custom_item_01 > p {
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
}

.custom_item_01 > div {
    width: 38px;
    height: 3px;
    background: #FFFFFF;
    margin-top: 15px;
}

.custom_item_02 {
    width: 275px;
    height: 400px;
    border: 1px solid transparent;
    box-shadow: 0 0 10px transparent;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: .4s;
    padding: 0 25px;
    margin: 16px;
}

.custom_item_02:hover {
    border: 1px solid #FFFFFF;
    box-shadow: 0 0 10px #FFFFFF;
}

.custom_item_02 > img {
    width: 65px;
    height: 65px;
    margin-top: 80px;
}

.custom_item_02 > h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 42px;
    color: #FFFFFF;
    margin: 16px 0;
}

.custom_item_02 > p {
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}

.custom_item_03 {
    flex: 1;
    height: 510px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 1px;
}

.custom_item_03 > p {
    font-size: 26px;
    line-height: 42px;
    color: #FFFFFF;
}

.custom_item_03 > p:nth-of-type(2), .custom_item_03 > h3, .custom_item_03 > div {
    display: none;
}

.custom_item_03:hover > p:nth-of-type(2), .custom_item_03:hover > h3, .custom_item_03:hover > div {
    display: block;
}

.custom_item_03 > h3 {
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    margin-top: 14px;
    text-align: center;
}

.custom_item_03 > div {
    width: 70px;
    height: 5px;
    background: #FFFFFF;
    border-radius: 5px;
    margin-top: 14px;
}

.custom_swiper_1 {
    width: 1200px;
    height: 410px;
    position: relative;
    overflow: hidden;
}
<!--耗时1753353643.8558秒-->