html,
body {
    width: 100%;
    margin: 0px;
    font-family: 'Microsoft YaHei';
    line-height: 1.7;
}

a {
    display: block;
    text-decoration: none;
}

* {
    padding: 0;
    margin: 0;
}

/* (\d+)px

calc(100vw * $1 / 1200)
*/

.bule_color {
    color: #2A82E4;
}


/* 头部菜单 */
.nav.has_select_nav,
.nav.has_select_nav_v {
    position: relative;
    cursor: pointer;
    height: 100%;
    /* padding: 10px 30px; */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999999999999;
}

.has_select_nav:hover .nav_product_ol,
.has_select_nav .nav_product_ol:hover,
.has_select_nav_v:hover .nav_product_ol_v,
.has_select_nav_v .nav_product_ol_v:hover {
    display: block;
    position: absolute;
    z-index: 99999999999999;
}

.nav_product_ol::after,
.nav_product_ol_v::after {
    content: '';
    width: 13px;
    height: 13px;
    background-color: #FFFFFF;
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
}


.nav .nav_product_ol,
.nav .nav_product_ol_v {
    display: none;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #FFFFFF;
    padding: 20px;
    white-space: nowrap;
    box-shadow: 1px 1px 13px 0px rgba(0, 40, 72, 0.19);
    animation-duration: 300ms;
    color: #000;
}


.nav .nav_product_ol li,
.nav .nav_product_ol_v li {
    margin-bottom: 10px;
    /* border-bottom: 1px solid transparent; */
}

.nav .nav_product_ol li:last-child,
.nav .nav_product_ol_v li:last-child {
    margin-bottom: 0;
}

li {
    list-style-type: none;
}


/*包含以下五种的链接*/
a {
    text-decoration: none;
    color: unset;
    display: block;
    text-decoration: none;
}

/*正常的未被访问过的链接*/
a:link {
    text-decoration: none;
}

/*已经访问过的链接*/
a:visited {
    text-decoration: none;
}

/*鼠标划过(停留)的链接*/
a:hover {
    text-decoration: none;
}

/* 正在点击的链接，鼠标在元素上按下还没有松开*/
a:active {
    text-decoration: none;
}

/* 获得焦点的时候 鼠标松开时显示的颜色*/
a:focus {
    text-decoration: none;
}

.nav_product_ol_v {
    top: 70px;
}

#content {
    display: none;
}















/* 竖向弹性布局 */

.head_box,
.top_box,
.center_box,
.bottom_box,
.bottom_box_us,
.footer {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bottom_box {
    /* padding: 40px 0; */
    position: relative;
}


/* 横向弹性布局 */

.head_box .inner,
.logo,
.nav_list,
.btn_group,
.demo_btn {
    box-sizing: border-box;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.inner {
    box-sizing: border-box;
    min-width: 620px;
    width: 1200px;
    /* max-width: 100vw; */
    margin: 0 auto;
}

.inner_text {
    font-size: 36px;
    color: #ffffff;
    flex: none;
}

.point {
    display: flex;
    margin-bottom: 20px;
    /* height: 20px; */
    align-items: center;
    font-size: 14px;
}

.correct_icon {
    margin-right: 10px;
    margin-top: 4px;
    width: 20px;
}

.core,
.case {
    min-width: 600px;
}

.head_box {
    /* background-color: #ffffff; */
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); */
    background-color: #001952;
    height: 85px;
    position: sticky;
    top: 0px;
    z-index: 99999999999999;
    border-bottom: 1px solid #5A74AF;
}

.head_box .inner {
    justify-content: space-between;
}

.logo_text {
    color: #000028;
    display: block;
    font-size: 20px;
    font-weight: bold;
    /* line-height: 1.5; */
    text-decoration: none;
}

.logo_img {
    display: block;
    height: 30px;
    margin-right: 16px;
}

.nav,
.login_btn {
    /* color: #252C3F; */
    color: #ffffff;
    font-size: 14px;
    /* line-height: 1.5; */
}

.nav_list {
    /* padding-right: 90px; */
    margin-left: -306px;
    width: 343px;
    justify-content: space-between;
}

.nav {
    /* margin-right: 48px; */
    display: block;
    outline: none;
    text-decoration: none;
}

.demo_btn {
    color: #ffffff;
    /* height: 40px; */
    font-size: 14px;
    /* width: 120px; */
    /* background: #2A82E4; */
    /* border-radius: 5px; */
    cursor: pointer;
}

.login_btn {
    margin-left: 23px;
}

.top_box {
    /* background: url('../img/banner_bg.png') no-repeat center; */
    background-size: cover;
    height: 478px;
    background: #001952;
    position: relative;
}

.top_box_about {
    background: url('../img/banner_bg_about.png') no-repeat center;
    background-size: cover;
    height: 300px;
}

.top_box_contact {
    background: url('../img/banner_bg_contact.png') no-repeat center;
    background-size: cover;
    height: 300px;
}

.top_box .intro_text_white {
    font-size: 18px;
}

.top_box .blue_btn {
    margin-top: 71px;
}

.center_box {
    min-height: 400px;
}

.bottom_box_us {
    background-color: #002949;
    height: 500px;
}

.bottom_box_us {
    height: 300px;
}

.bottom_box_us {
    background: url('../img/banner_bg_us.png') no-repeat center;
    background-size: cover;
}

.bottom_box_us .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bottom_box_us_text {
    font-size: 36px;
    color: #ffffff;
}


/* 蓝色按钮 */

.blue_btn {
    width: 180px;
    height: 40px;
    background: #2A82E4;
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 51px;
}

.blue_btn .arrow_icon {
    margin-left: 10px;
}

.bottom_box .inner {
    display: flex;
    flex-direction: row;
}

.bottom_box .title {
    color: #ffffff;
    margin-top: 15px;
}

.bottom_box .bottom_right {
    margin-left: 100px;
}

.bottom_right_text_box {
    margin: 73px 0px 0px 0;
}

.bottom_box .bottom_img {
    width: 540px;
    margin-left: 40px;
}

.orange_btn {
    box-sizing: border-box;
    padding-left: 36px;
    color: #ffffff;
    font-size: 14px;
    width: 180px;
    height: 40px;
    margin-top: 40px;
    display: flex;
    align-items: center;
    background: #FF8D1A;
    border-radius: 5px;
}

.arrow_icon {
    width: 15px;
    margin-left: 40px;
}


/* 白色介绍文字 */

.intro_text_white {
    color: #ffffff;
    font-size: 14px;
    /* line-height: 1.5; */
    margin-bottom: 30px;
}


/* 黑色介绍文字 */

.intro_text_black {
    color: #383838;
    font-size: 14px;
    min-width: 200px;
    margin-bottom: 20px;
}

.footer {
    background-color: #ffffff;
    /* height: 400px; */
}

.footer .inner {
    padding: 0px 5px 0px 5px;
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    justify-content: space-between;
    height: 100%;
    width: 1191px;
}


.right_box {
    margin-top: 49px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.title {
    font-size: 24px;
    margin-bottom: 13px;
    flex: none;
}

.footer .title {
    /* color: #252C3F; */
    color: #383838;
    font-size: 18px;
    margin-bottom: 24px;
}

.company {
    color: #252C3F;
    font-size: 18px;
}

.vice_title {
    /* color: #252C3F; */
    /* font-size: 16px; */
    /* margin: 24px 0px 23px 0px; */
    color: #383838;
    font-size: 14px;
    /* line-height: 1.5; */
    margin-bottom: 8px;
}

.normal_text {
    /* color: #252C3F; */
    color: #383838;
    font-size: 14px;
    display: flex;
    align-items: center;
    /* margin-top: 8px; */
}

.qr_code {
    width: 150px;
    height: 150px;
    /* margin-top: 27px; */
    transform: translateX(9px);
}

.pre_title {
    font-size: 26px;
    font-weight: 600;
    /* line-height: 1.5; */
}

.vic_title {
    font-size: 20px;
    font-weight: 500;
    /* line-height: 1.5; */
}

.pre_text {
    /* font-size: 18px;
    font-weight: 400;
    line-height: 1.5; */
    font-size: 20px;
    font-weight: 500;
    /* line-height: 1.5; */
}

.footer .inner .left_box {
    display: flex;
    margin-top: 49px;
}


.chirld_title_one {
    margin-right: 114px;
}

.footer_bottom_inner {
    border-top: 1px solid #CCCCCC;
    margin-top: 38px;
}

.personal_center .footer_bottom_inner {
    margin-top: 0;
}

.personal_center .footer{
    padding-bottom: 38px;
}

.footer .inner .bottom_text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 23px 0;
    color: #383838;
    font-size: 12px;
}



.swiper-container {
    width: 100%;
    height: 478px;
    margin: 0 auto;
    /* background: #001952; */
    overflow: hidden;
    /* --swiper-theme-color: #fff; */
    position: relative;
}

/* .swiper-slide img {
    width: 100%;
    height: 529px;
    background: #345200;
    object-fit: cover;
} */
.title_biao {
    width: 100%;
    height: 85px;
    background: #001952;
}

.banner_1t {
    position: absolute;
    top: 165px;
    left: 0px;
    font-size: 51px;
    color: #fff;
    font-weight: bold;
    /* margin-left: 20px; */
}

.banner_img {
    position: absolute;
    top: 118px;
    right: 0px;
    width: 418px;
    height: 307px;
    /* margin-right: 20px; */
}

.banner2_wenzi1 {
    position: absolute;
    top: 132px;
    left: 0px;
    font-size: 36px;
    font-weight: bold;
    color: #FFFFFF;
}

.banner2_wenzi2 {
    position: absolute;
    top: 256px;
    left: 0px;
    font-size: 18px;
    color: #FFFFFF;
    height: 19px;
}

.banner2_wrap {
    position: absolute;
    top: 327px;
    left: 0px;
    width: 425px;
    height: 55px;
    color: #FFFFFF;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ban_kuang {
    width: 180px;
    height: 55px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.ban_kuang_border {
    border: 1px solid #8793AE;
}

.banner2_img {
    position: absolute;
    top: 63px;
    right: 100px;
    width: 433px;
    height: 375px;
}

.banner3_img {
    position: absolute;
    top: 120px;
    right: 0px;
    width: 675px;
    height: 364px;
}

.banner4_img {
    position: absolute;
    top: 153px;
    right: 0px;
    width: 448px;
    height: 270px;
}

.banner4_wenzi2 {
    position: absolute;
    top: 240px;
    left: 0px;
    font-size: 18px;
    color: #FFFFFF;
}

.pagination_locat {
    position: absolute;
    top: 565px;
}

.margin_48 {
    margin-left: 48px;
}

.margin_31 {
    width: 9px;
    height: 15px;
    margin-left: 31px;
}


.bg_3 {
    width: 100%;
    height: 700px;
    background: #fff;
}

.icon_1 {
    padding-top: 60px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon_2 {
    width: 47px;
    height: 46px;
}

.icon_2_text {
    font-size: 30px;
    padding-left: 16px;
}

.zhineng_wrap {
    margin-top: 57px;
    height: 509px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zhineng_kuang {
    box-shadow: 0px 0px 20px 0px rgba(4, 0, 0, 0.1);
    width: 384px;
    height: 509px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 10px;
}

.title_zn1 {
    /* height: 24px; */
    font-size: 24px;
    font-weight: bold;
    color: #0D4BDE;
}

.zn_line {
    width: 300px;
    height: 1px;
    background-color: #E5E5E5;
}

.title_zn2 {
    /* height: 39px; */
    font-size: 14px;
    color: #383838;
    /* line-height: 28px; */
    text-align: center;
}

.img_zn1 {
    width: 247px;
    height: 140px;
    margin: 20px 0;
    margin-bottom: 15px;
}

.title_zn3 {
    width: 260px;
    height: 44px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.zn3_wrap1 {
    width: 140px;
    height: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.zn3_wrap2 {
    width: 120px;
    height: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.zn3_img {
    width: 15px;
    height: 15px;
}

.zn3_txt {
    padding-left: 5px;
    /* height: 15px; */
    font-size: 14px;
    color: #383838;
}

.btn_zn {
    width: 180px;
    height: 55px;
    background: #0D4BDE;
    font-size: 16px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image_k {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zn_wrap3 {
    /* height: 272px; */
    margin-top: 68px;
    display: flex;
    justify-content: space-around;
    /* align-items: center; */
    text-align: center;
    width: 100%;
    padding-bottom: 34px;
}

.kuang_wrap3 {
    /* height: 272px; */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.blue_wrap {
    position: relative;
    /* margin-top: 43px; */
    height: 380px;
    width: 100%;
}

.blue_wrap_01 {
    position: relative;
    /* margin-top: 43px; */
    height: 380px;
}

.blue_wenzi {
    position: absolute;
    top: 71px;
    left: 90px;
    /* height: 124px; */
    color: #fff;
    font-size: 36px;
    text-align: center;
}

.blue_img {
    position: absolute;
    top: 56px;
    right: 132px;
    width: 340px;
    height: 284px;
}

.blue_btn {
    position: absolute;
    top: 254px;
    left: 211px;
    width: 180px;
    height: 55px;
    background: #FFED62;
    /* display: flex;
    justify-content: space-around;
    align-items: center; */
}

.btn_wenzi {
    /* position: absolute; */
    /* top: 19px; */
    /* left: 48px; */
    /* width: 64px; */
    /* height: 17px; */
    font-size: 16px;
    color: #001952;
}

.blue_wenzi_16y {
    font-size: 16px;
}

.bottom_box_bg_01 {
    width: 100%;
    height: 380px;
    position: absolute;
    top: 0px;
    left: 0px
}

.btn_img {
    /* position: absolute; */
    /* top: 20px; */
    /* left: 143px; */
    width: 9px;
    height: 15px;
    margin-left: 20px;
}

.zn3_wrap1_w100 {
    width: 100px;
}

.zn3_wrap1_w160 {
    width: 160px;
}

.img_zn22 {
    width: 160px;
    height: 140px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.img_zn33 {
    width: 337px;
    height: 180px;
    margin-top: 2px;
    margin-bottom: 0px;
}

.zhineng_kuang:hover {
    background-color: #001952;
}

.zhineng_kuang:hover .zn3_txt, .zhineng_kuang:hover .title_zn2 {
    color: #ffffff;
}

.zhineng_kuang:hover .btn_zn {
    background-color: #FFEC62;
    color: black;
}

.zhineng_kuang:hover .title_zn1 {
    color: #ffffff;
}


.bg_2 {
    width: 100%;
    height: 875px;
    background: #F3F6FB;
}

.yingyong_flex_wrap {
    height: 680px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
    margin-top: 30px;
}

.show-on-hover {
    display: none;
    width: 380px;
    /* height: 201px; */
    position: relative;
}

.changjing_img:hover .show-on-hover {
    display: block;
    width: 380px;
    /* height: 201px; */
    position: absolute;
    top: 0px;
    left: 0px;
}

.changjing_img {
    width: 380px;
    /* height: 201px; */
    position: relative;
    z-index: 0;
}

.txt_changjing {
    position: absolute;
    top: 145px;
    left: 39px;
    /* height: 25px; */
    color: #fff;
    font-size: 24px;
}

.img_corn_64 {
    width: 64px;
    height: 37px;
}

.yingyonmg_pad_16 {
    font-size: 24px;
    padding-left: 16px;
}

.icon_yingyong {
    padding-top: 41px;
}

.icon_yingyong_texte {
    padding-top: 17px;
    height: unset;
}


.btn_zn {
    width: 180px;
    height: 55px;
    background: #0D4BDE;
    font-size: 16px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kuang_wrap3_176 {
    width: 176px;
}

.kuang_wrap3_fo1 {
    width: 84px;
    height: 80px;
}

.kuang_wrap3_text {
    font-size: 30px;
    margin-top: 20px;
    color: #000000;
}

.kuang_wrap3_text_p {
    font-size: 16px;
    margin-top: 20px;
    /* line-height: 1.5; */
}

.kuang_wrap3_240 {
    width: 240px;
}

.kuang_wrap3_208 {
    width: 208px;
}

.kuang_wrap3_272 {
    width: 272px;
}

.kuang_wrap3_fo2 {
    width: 79px;
    height: 62px;
}

.kuang_wrap3_fo3 {
    width: 72px;
    height: 73px;
}

.kuang_wrap3_fo4 {
    width: 67px;
    height: 75px;
}

.kuang_wrap3_fo5 {
    width: 55px;
    height: 70px;
}

.icon_wufu {
    padding-top: 38px;
}

.icon_wufu>img {
    width: 44px;
    height: 45px;
}

.icon_wufu>p {
    font-size: 30px;
    padding-left: 16px;
}

.nav_img_kai {
    display: none;
    width: 15px;
    height: 9px;
    margin-left: 10px;
}

.has_select_nav .nav_img_kai {
    display: block;
}

.top_text_box {
    display: flex;
    flex-direction: column;
    font-size: 36px;
    font-weight: bold;
    color: #FFFFFF;
}

.top_text_chirld {
    font-size: 18px;
    color: #FFFFFF;
    margin-top: 33px;
    margin-bottom: 68px;
    font-weight: normal;
}

.top_textmargin_48 {
    width: 180px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0D4BDE;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: normal;
}



.img_list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.img_box .intro_text_black {
    text-align: center;
}

.app_img {
    width: 380px;
    margin-bottom: 16px;
}

.core {
    /* background-color: #F0F0F0; */
    box-sizing: border-box;
    padding-top: 50px;
    padding-bottom: 52px;
    /* height: 500px; */
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card_list {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 36px;
}

.card {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    font-size: 14px;
    height: 300px;
    margin-right: 27px;
    padding: 30px 20px 34px 20px;
    width: 230px;
    flex: none;
    color: #666666;
    /* color: #383838; */
    /* line-height: 1.7; */
}

.card_top {
    border-bottom: 1px solid rgba(229, 229, 229, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 54px; */
    padding-bottom: 18px;
    width: 100%;
    font-size: 16px;
    color: #383838;
}

.card_center {
    margin-top: 18px;
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
    height: 77px;
    text-align: justify;
}

.point {
    display: flex;
    margin-bottom: 20px;
    /* height: 20px; */
    align-items: center;
}

.correct_icon {
    margin-right: 10px;
    width: 20px;
}

.yunzhanting_box_waiceng {
    height: 80px;
    display: flex;
    justify-content: center;
    box-shadow: 0px 0px 20px 0px rgba(4, 0, 0, 0.1);
    width: 100%;
    position: sticky;
    /* top: 85px; */
    top: 0px;
    left: 0;
    background: #fff;
    z-index: 999999;
    margin-bottom: 50px;
}

.yunzhanting_box {
    width: 326px;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000000;
    cursor: pointer;
}

.title_30fo {
    font-size: 30px;
    margin-bottom: 64px;
}

.title_30_t {
    font-size: 30px;
}

.card300 {
    width: 310px;
    /* height: 300px; */
}

.inner_about {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.slove_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 95px;
}

.slove_box_item1 {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
}

.slove_box_item1 .slove_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 32.5%;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    text-align: justify;
    /* line-height: 1.5; */
}

.slove_box_item1 .slove_item .title {
    font-size: 30px;
    color: #000000;
    margin-top: 40px;
    margin-bottom: 48px;
}

.slove_box_item1 .slove_item .text {
    max-width: 83%;
}

.center_box .slove_inner {
    padding-top: 46px !important;
}

.slove_box_item2 {
    width: 100%;
    padding: 111px 0 57px;
    box-sizing: border-box;
    justify-content: center;
}

.slove_box_item2+.slove_box_item2 {
    margin-left: 80px;
}

.core_color {
    background-color: #F0F0F0;
    padding-bottom: 62px;
}

.card_list_slove {
    margin-top: 55px;
}

.card_list_slove .card_slove {
    width: 273px;
    height: 330px;
    position: relative;
    font-weight: 300;
    font-size: 21px;
    color: #000000;
    margin-right: 36px;
}

.card_list_slove .card_slove:nth-child(4n) {
    margin-right: 0px;
}

.slove_bottom_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}

.card_slove_item {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    box-sizing: border-box;
    padding: 45px 35px 40px;
    text-align: justify;
    align-items: center;
    justify-content: space-between;

}

.slove_label .top_box .top_text_box+img {
    width: 595px;
}


.card_slove_item .title {
    font-weight: 400;
    font-size: 30px;
    color: #000000;
}

.card_slove_item .slove_bottom_img {
    flex: none;
}

.pagination_locat {
    top: unset;
    bottom: 20px;
}

.label_chain .point_5 {
    margin-bottom: 5px;
}

.label_chain .card_center {
    height: 86px;
}

.card_list_micro .card_slove {
    width: 349px;
    height: 330px;
    margin-right: 76px;
}

.card_list_micro .card_slove_item {
    padding: 45px 48px 68px;
    box-sizing: border-box;
}

.card_list_micro .card_slove:nth-child(3n) {
    margin-right: 0;
}

.intro_box_right171 {
    margin-right: 171px;
}

.microcourse .intro_box_left425_chain {
    width: 425px;
    height: 236px;
}

.microcourse .intro_box_left_fang {
    width: 62px;
    height: 39px;
    top: -18px;
    right: -36px;
}

.microcourse .intro_box_left_long {
    top: 208px;
    left: -35px;
}

.microcourse .intro_box_right397 {
    width: 397px !important;
    height: 224px;
}

.microcourse .intro_box_left_fang_two {
    width: 90px;
    height: 29px;
    bottom: 46px;
    left: -78px;
    right: unset;
    top: unset;
}

.microcourse .intro_box_left310_chain {
    width: 310px;
    height: 258px;
    position: relative;
}

.intro_box_left310_chain .circle_blue {
    right: -158px;
    top: -29px
}

.intro_box_left310_chain .intro_box_left_long {
    top: 0px;
    left: 18px;
}

.label_slove .intro_box_right324 {
    margin-right: 324px;
}

.label_slove .intro_box_left370_label {
    width: 370px;
    height: 243px;
    border: 2px solid #F0F0F0;
    box-sizing: border-box;
    margin-left: 30px;
}

.label_slove .weikelian {
    width: 100%;
    height: 100%;
}

.label_slove .intro_box_right477 {
    width: 477px;
    height: 205px;
    border: 2px solid #F0F0F0;
    box-sizing: border-box;
}

.label_slove .intro_box_right171 {
    margin-left: 171px;
}

.label_slove .intro_box_right429 {
    width: 429px;
    height: 285px;
    border: 2px solid #F0F0F0;
    box-sizing: border-box;
}

.label_slove .intro_box_right240 {
    margin-right: 240px;
}

.head_box_white {
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(4, 0, 0, 0.1);
    border-bottom: 0;
}

.nav_black {
    color: #000000;
}

.body_white {
    background-color: #E8ECF0
}


.login_user_box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login_box {
    width: 600px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(4, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 135px;
    padding-top: 40px;
    padding-bottom: 77px;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 24px;
    color: #000000;

}

.register_box {
    width: 523px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(4, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    /* padding: 0 104px; */
    padding-top: 71px;
    padding-bottom: 78px;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 24px;
    color: #000000;
    position: relative;
}

.login_box .form_item_user {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    border-bottom: 1px solid #DBDBDB;
    padding: 21px 0;
    width: 100%;
}

.login_box .form_item_user .left {
    display: flex;
    align-items: center;
    flex: none;
}

button {
    margin: 0;
    padding: 0;
    outline: none;
    border-radius: 0;
    background-color: transparent;
    line-height: inherit;
    width: max-content;
}

button:after {
    border: none;
}

/*取消button点击的默认样式*/
button:focus {
    border: 0 none;
    outline: none !important;
}

input {
    outline: none;
    background-color: none;
}

.login_box .form_item_user .form_input {
    width: 100%;
    height: 100%;
    border: 0;
}

.login_box .sub_btn {
    width: 160px;
    height: 55px;
    background: #0D4BDE;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 34px;
    border: 0;
    outline: none;
}

.login_box .look_for, .register_box .look_for {
    margin-top: 54px;
    font-weight: 400;
    font-size: 14px;
    color: #2A82E4;
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 48%;
    justify-content: space-between;
}

.register_box .tips {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    margin-top: 20px;
}

.register_box .form_item_user {
    width: 314px;
    height: 37px;
    border: 1px solid #C3C4CD;
    display: flex;
    align-items: center;
    padding: 0 12px;
    font-weight: 300;
    font-size: 14px;
    color: #000000;
    margin-top: 13px;
    box-sizing: border-box;
    position: relative;
}

.register_box .form_item_user .left {
    flex: none;
}

.register_box .form_item_user .form_input {
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    background: transparent;
    padding-left: 10px;
    box-sizing: border-box;
    /* padding-bottom: 3px; */
    background: transparent !important;
    background: none !important;
}

input {
    background: none !important;
}

.register_box .sub_btn {
    width: 314px;
    height: 37px;
    background: #0D4BDE;
    border-radius: 18px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    outline: none;
}

.form_item_user_xieyi {
    display: flex;
    align-items: center;
}

.register_box .agree {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    margin-top: 31px;
    cursor: pointer;
    /* padding-left: 18px; */
}

.register_box .agree_lable {
    margin-right: 5px;
}

.remain_time_show {
    width: 142px;
    height: 37px;
    background: #0D4BDE;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    margin-left: 7px;
    cursor: pointer;
}

.later_yun {
    display: flex;
    flex-direction: column;
}

.lianxiwm_fu {
    position: fixed;
    /* right: calc((100vw - 1200px) / 2); */
    bottom: 60px;
    z-index: 999;
    right: 30px;
}

.lianxi_bg {
    width: 80px;
    height: 260px;
    position: relative;
}

.lianxi_one {
    position: absolute;
    top: 21px;
    left: 14px;
    z-index: 10;
}

.lianxi_two {
    position: absolute;
    top: 105px;
    left: 14px;
    z-index: 10;
}

.lianxi_three {
    position: absolute;
    top: 173px;
    left: 0px;
    z-index: 10;
    width: 100%;
    height: 33%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top_nav_user_img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #0d4bde;
    color: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}






/* component/companyname.wxss */



.think_input_box {
    background-color: #E5E5E5;
    z-index: 10;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto !important;
    max-height: 400px;
    overflow: hidden;
    padding: 10px;
    transform: translateY(100%);
    background-color: #eee;
    border-radius: 0px 0px 4px 4px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.think_option {
    width: 100%;
    min-height: 30px;
    /* font-size: 28px; */
    display: flex;
    align-items: center;
    border-bottom: 2px solid #b9c6d2;
    margin: 0;
    color: #000;
}







.about_us_ctn {
    width: 100%;
    padding: 19px 165px 70px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.img_map {
    width: 398px;
    height: 104px;
}

.about_lianxi_wm_desc {
    font-size: 14px;
    color: #383838;
    margin-bottom: 22px;
    line-height: 1.5;
}

.about_yewu_fanwei_desc {
    font-size: 14px;
    color: #383838;
    margin-bottom: 22px;
    line-height: 1.5;
}

.mobile_header {
    display: none;
}

.top_big_swiper_container .swiper-button-prev::after, .top_big_swiper_container .swiper-button-next::after {
    font-size: 30px;
}

.top_big_swiper_container .swiper-button-prev, .top_big_swiper_container .swiper-button-next {
    width: 20px;
    /* height: 20px; */
}

.top_big_swiper_container .swiper-button-prev {
    left: 60px;
}

.top_big_swiper_container .swiper-button-next {
    right: 60px;
}

.slove_laber_banner_srcm {
    max-width: 590px;
}

.tiaozhuan_phone_v {
    display: none !important;
}