﻿html,
body,
div{
    margin: 0px;
    padding: 0px;
    font-family: Source Han Sans CN;
}

a{
    color: white;
    text-decoration: none;
}

a:link{
    color: white;
}

body{
    width: 100%;
    min-width: 1200px;
    font-size: 16px;
}

/* 公用头部 */
#navigation{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    justify-content:center;
    z-index: 1000;
    min-width: 1055px;
}
.navigations_children{
    position: absolute;
    top: 36px;
    left:calc(-135px);
    right: 0;
    background-color: #FFFFFF;
    color: #252631;
    border-radius: 4px;
    box-shadow: 0 10px 20px 0 rgba(119, 140, 162, 0.13);
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    width: calc(475px);
    overflow: hidden;
    height: 0px;
    opacity: 0;
    transition: opacity 1s 0.5;
    border:none;
    z-index: 500;
}
.navigations_children_explain{
    left: calc(-55px);
    width: calc(165px);
    box-sizing: border-box;
}
.header_navigation_item:hover .navigations_children{
    opacity: 1;
    height: auto;
    transition: opacity 0.5s;
    padding: 10px 0px;
}
.header_navigation_item:hover .navigations_children_explain{
    padding: 0 0 0 4px;
}

.navigations_children_item{
    width: calc(120px);
    display: flex;
    padding: 7px 14px;
    margin: 5px;
    align-items: center;
    font-size: 14px;
}
.navigations_children_item:hover{
    background-color: #F5F7FD;
}
.navigations_children_item .icon{
    margin-right: 8px;
    width: 20px;
    height: 20px;
}
.navigations_children_item a{
    color: #000000;
}
.navigation_roll_up{
    animation: up 0.25s linear;
    opacity:1;
}
.navigation_roll_out{
    animation: out 0.25s linear;
    opacity:1;
}
.navigation_roll{
    background-color: #FFFFFF !important;
    box-shadow: 0px 10px 20px rgba(119, 140, 162, 0.1);
}
.navigation_roll .header_navigation_item a{
    color: #000000 !important;
}
.navigation_roll .header_navigation_item:hover{
    border-bottom: 2px #3e6ef1 solid !important;
    padding: 6px 0px !important;
}
.navigation_roll .header_relation_title{
    color: #252631;
}
.navigation_roll .header_relation_number{
    color: #e57607 !important;
}
.navigation_roll .header_product_login{
    border: 1px solid #3e6ef1 !important;
    color: #3e6ef1 !important;
}
.navigation_roll .header_product_try{
    background: linear-gradient(135deg, #26E8E6 0%, #2CA7EA 26%, #5A3CF8 100%);
    box-shadow: 0px 5px 10px rgba(62, 110, 241, 0.4);
    color: #FFFFFF;
    border: none;
}

/* 头部 */
.header{
    background-color: transparent;
    width: 100%;
    max-width: 1200px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_logo,
.header_logo img{
    width: 123.23px;
    height: 34.62px;
}

.header_navigation{
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_navigation_item{
    margin: 0px 15px;
    padding: 8px 0px;
    cursor: pointer;
    color: white;
    border-bottom: 2px transparent solid;
    position: relative;
}

.header_navigation_item:hover{
    border-bottom: 2px white solid;
}

.header_relation{
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
}

.header_relation_title{
    color: #FFFFFF;
    opacity: 0.5;
    font-size: 12px;
}

.header_relation_number{
    color: #FFFFFF;
    font-size: 14px;
}

.header_product{
    display: flex;
    align-items: center;
}
.header_product > div{
    color: white;
    margin: 0px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
}
.header_product_try{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 104px;
    height: 34px;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid #FFFFFF;
    border-radius: 18px;
}

.header_product_login{
    width: 72px;
    height: 34px;
    border: 1px solid #FFFFFF;
    border-radius: 18px;
}
/* 布局 */
#content{
    min-height: 60vh;
}
.flex{
    display: flex;
}
.flex_center_l{
    display: flex;
    align-items: center;
}
.flex_center_r{
    display: flex;
    justify-content: center;
}
.row{
    display: flex;
    align-items: center;
}
.col{
    display: flex;
    flex-direction: column;
}
.warp{
    display: flex;
    flex-wrap: wrap;
}

.fill{
    display: flex;
    justify-content: space-between;
}
.fill_auto{
    display: flex;
    justify-content: space-around;
}
.row_start{
    display: flex;
    justify-content:flex-start !important;
}

.row_end{
    display: flex;
    justify-content: flex-end !important;
}

.col_start{
    display: flex;
    align-items: flex-start !important;
}

.col_end{
    display: flex;
    align-items: flex-end !important;
}

/* 距离到位 */
 .padding_10_0{
    padding: 10px 0px;
 }
 .padding_15_0{
    padding: 15px 0px;
 }
.padding_top_100{
    padding-top: 100px;
}
.padding_bottom_100{
    padding-bottom: 100px;
}
 .margin_l_30{
     margin-left: 30px;
 }
 .margin_bottom_100{
     margin-bottom: 100px;
 }
 .margin_bottom_80{
    margin-bottom: 80px;
}
.margin_bottom_60{
    margin-bottom: 60px;
}
.margin_bottom_20{
    margin-bottom: 20px;
}
.margin_bottom_24{
    margin-bottom: 24px;
}
.margin_top_100{
    margin-top: 100px;
}
.margin_top_80{
    margin-top: 80px;
}
/* 颜色 */
.theme_font_color{
    color: #3E6EF1;
}

.theme_font_color_hover:hover{
    color: #3E6EF1;
}

.theme_bg_color{
    background-color: #3E6EF1;
}

.theme_auxiliary_bg_color{
    background-color: #F5F7FD;
}

.theme_title_color{
    color: #252631;
}

.theme_auxiliary_font_color{
    color: #778CA2;
}

/* 字体 */
.size74{
    font-size: 74px;
}
.size48{
    font-size: 48px;
}
.size40{
    font-size: 40px;
}

.size36{
    font-size: 36px;
}

.size30{
    font-size: 30px;
}

.size22{
    font-size: 22px;
}

.size24{
    font-size: 24px;
}

.size28{
    font-size: 28px;
}

.size20{
    font-size: 20px;
}

.size18{
    font-size: 18px;
}

.size16{
    font-size: 14px;
}

.size14{
    font-size: 16px;
}

.size12{
    font-size: 12px;
}

.weight500{
    font-weight: 500;
}

.weightBold{
    font-weight: bold;
}

.line_height20{
    line-height: 20px
}

.line_height30{
    line-height: 30px
}

/* 容器样式 */
.col-line{
    border-radius: 28px;
    width: 8px;
    height: 100%;
}

.shadow{
    box-shadow: 0px 3px 15px rgba(119, 140, 162, 0.13);
    opacity: 1;
    border-radius: 20px;
}
.radius72{
    border-radius: 72px;
}

.content_white{
    display: flex;
    justify-content: center;
    background-color: white;
}
.content_gray{
    display: flex;
    justify-content: center;
    background-color: #F5F7FD;
    padding-bottom: 18px;
    box-sizing: border-box;
}

.content_box{
    width: 1200px;
}
.container-content{
    width: 1200px;
    margin: auto;
    box-sizing: border-box;
}

/* 字体图标 */
.icon {
    width: 16px;
    height: 16px;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

/* 公用底部 */
.footer{
    color: #778CA2;
}

.footer_header .icon{
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.footer_logo {
    margin-top: 35px;
    margin-bottom: 35px;
}

.footer_title{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    margin-bottom: 20px;
}

.footer_content{
    font-size: 12px;
    line-height: 2;
}

.footer-header{
    width: 600px;
    height: 80px;
    border-bottom: 2px solid #E9ECF5;
}
.footer-nav-item{
    position: relative;
    cursor: pointer;
}
.footer-nav-item img{
    width: 42px;
    height: 42px;
    margin-right: 8px;
}
.footer-nav-item div p {
    text-align: center;
    margin: 0;
}
.footer-item-active p {
    font-size: 16px;
    color: #3E6EF1;
}
.footer-item-active::after{
    content: '';
    position: absolute;
    bottom: -21px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #3E6EF1;
}
.footer-app-list{
    padding-top: 20px;
    display: none;
}
.footer-app-list:first-child{
    display: block;
}

.footer-app-code{
    width: 140px;
    height: 146px;
    background: url('../image/footer_menu_bg.png') no-repeat;
    background-size: 100% 100%;
    align-items: flex-end;
    overflow: hidden;
}
.footer_code > div{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
}
.footer-app-code img{
    width: 120px;
    height: 120px;
    margin-bottom: 16px;
}
.footer-app-text{
    width: 140px;
    height: 32px;
    border: 1px solid #DCE1EF;
    border-radius: 40px;
    margin-top: 8px;
}
.footer-app-text img{
    width: 17px;
    height: 20px;
    margin-right: 6px;
}
.footer-app-text .wx-public{
    width: 20px;
    height: 16px;
}
#footerSearch{
    display: flex;
    align-items: center;
}
#footerSearch a{
    color: #778CA2;
    font-size: 12px;
    margin: 0px 5px;
}

.footer_search{
    border-bottom: 1px #E9ECF5 solid;
}
.footer .record a{
    color: #778ca2;
}

.footer .record a:hover{
    text-decoration:underline;
}

.footer-share{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 188px;
    background: url('../image/footer_share.png') no-repeat;
    background-size: 100% 100%;
    z-index: 5;
    transition: all 0.5s;
}
.hidde-share{
    bottom: -190px;
}
.hidde-footer-share{
    display: none;
}
.footer-share .cancel-marketion{
    position: absolute;
    right: 53px;
    bottom: 86px;
    z-index: 5;
    width: 26px;
    height: 34px;
    cursor: pointer;
}
.footer-share-but{
    width: 1200px;
    height: 100%;
    margin: auto;
    padding-bottom: 8px;
    box-sizing: border-box;
}
.footer-share-but img{
    width: 157px;
    height: 61px;
    margin-right: -9px;
    cursor: pointer;
}


.side{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    background-color: #3E6EF1;
}
.side .side_line{
    margin: 0px !important;
    padding: 0px !important;
    width: 35px !important;
    height: 0px !important;
    border-top: 1px solid #FFFFFF;
}
.side .side_item_content{
    width: calc(166px - 34px);
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    z-index: 1000;
    color: #3E6EF1;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    padding: 10px 17px;
    position: relative;
    text-align: center;
    margin: 10px 0px;
}
.side_item_content > div{
    white-space: nowrap;
}

.side_item_content_box{
    width: 0px;
    overflow: hidden;
    transition: opacity 0.2s;
    opacity: 0;
    position: absolute;
    right: 47px;
    display: flex;
    justify-content: center;
}

.side .side_item_content::after{
    content:'';
    width:0;
    height:0;
    position:absolute;
    top: 50%;
    right:-8px;
    transform: translateY(-50%);
    border-left:8px solid #fff;
    border-top:8px solid transparent;
    border-bottom:6px solid transparent;
}
.side > div:hover{
    color: rgba(255, 255, 255, 0.58);
}
.side > div:hover .side_item_content_box{
    transition: opacity 0.5s;
    opacity: 1;
    width: 202px;
}

.side_item_content img{
    width: 100px;
    height: 100px;
    margin-bottom:15px;
}

.side > div{
    width: 48px;
    height: 90px;
    color: #FFFFFF;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    cursor: pointer;
}

.side > div .icon{
    width: 18px;
    height: 18px;
}

.side .side_item_phone{
    background-color: #3E6EF1;
}

.side .side_item_code{
    background-color: #2EC1CB;
}
.side .side_item_icon img{
    display: block;
    width: 18px;
    height: 18px;
    margin-bottom: 4px;
}
.back-top{
    height: auto !important;
    box-sizing: border-box;
    position: relative;
    display: none !important;
}
.show-back-top{
    display: block !important;
}
.back-top::after{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 35px;
    height: 1px;
    background: #fff;
}
.back-top img{
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.back-top img:hover ~ .back-msg{
    transition: opacity 0.5s;
    opacity: 1;
    width: 166px;
}
.back-msg{
    width: 0px;
    overflow: hidden;
    transition: opacity 0.2s;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 47px;
    display: flex;
    justify-content: center;
}
.back-msg p{
    width: calc(136px - 34px);
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    z-index: 1000;
    color: #3E6EF1;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 16%);
    border-radius: 4px;
    padding: 10px 17px;
    position: relative;
    text-align: center;
    margin: 10px 0px;
}
.back-msg p::after{
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: -8px;
    transform: translateY(-50%);
    border-left: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 6px solid transparent;
}

/* #newBridge .nb-icon-base{
    top: 620px !important;
} */
.min-marketing{
    position: fixed;
    right: 28px;
    top: -60%;
    z-index: 5;
    cursor: pointer;
    width: 114px;
    height: 105px;
    transform: scale(0);
    transition: all 0.5s;
    filter: drop-shadow(0px 6px 6px rgba(24,32,74,0.2));
}
.show-min-marketing{
    transform: scale(1);
}

@keyframes up {
    0% { opacity: 0}
    10% { opacity: 0.1}
    20% { opacity: 0.2}
    30% { opacity: 0.3}
    40% { opacity: 0.4}
    50% { opacity: 0.5 }
    60% { opacity: 0.6 }
    70% { opacity: 0.7 }
    80% { opacity: 0.8 }
    90% { opacity: 0.9 }
    100% { opacity: 1 }
}


@keyframes out {
    0% { opacity: 0}
    10% { opacity: 0.1}
    20% { opacity: 0.2}
    30% { opacity: 0.3}
    40% { opacity: 0.4}
    50% { opacity: 0.5 }
    60% { opacity: 0.6 }
    70% { opacity: 0.7 }
    80% { opacity: 0.8 }
    90% { opacity: 0.9 }
    100% { opacity: 1 }
}

/* 页码 */
.pageBox{
    display: flex;
    align-items: center;
    justify-content: center;
}
.firstBtn,.lastBtn{
    width: 56px;
    height: 30px;
    border: 1px solid #E9ECF5;
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    color: #778CA2;
    cursor: pointer;
    margin-right: 13px;
}
.lastBtn{
    margin-right: 0;
}
.pageNum{
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    height: 30px;
    border: 1px solid #E9ECF5;
    border-radius: 4px;
    font-size: 18px;
    color: #778CA2;
    cursor: pointer;
    margin-right: 13px;
    padding: 0 5px;
    box-sizing: border-box;
}
.pageNum > a{
    color: #778CA2;
}
.dots{
    width: 30px;
    height: 30px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #E9ECF5;
    border-radius: 4px;
    font-size: 18px;
    color: #778CA2;
    cursor: pointer;
    margin-right: 13px;
    padding: 0 5px;
    box-sizing: border-box;
}
.pageActive{
    background: #647AF6;
    color: #fff;
}