/* 重置标签样式 */
*{padding: 0;margin: 0;font-family: Inter, -apple-system, BlinkMacSystemFont, PingFang SC, Hiragino Sans GB, noto sans, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;}
ul,li,ol,li{list-style: none;}
a{text-decoration: none;}
body{line-height: 1.5;}
.w1400{
    min-width: 1200px;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    width: auto;
    box-sizing: border-box;
}
.footer_v9{
    padding: 32px 0px 16px;
    background: #E5E7EB;
    box-sizing: border-box;
    font-size: 14px;
    min-width: 1200px;
    margin-top: 80px;
}
.footer_v9 .footer_top{
    display: flex;
    justify-content: space-between;
    padding-bottom: 24px;
    border-bottom: 1px solid #C9CDD4;
}
.footer_v9 a{color: #86909C;cursor: pointer;}
.footer_v9 span>a{color: #4B5667;}
.footer_v9 a:hover{color: #2386EE;}
.footer_v9 .footer_top .footer_top_left{
    display: flex;
    flex: 1;
}
.footer_v9 .footer_top .footer_top_item{
    display: flex;
    flex-direction: column;
    color: #86909C;
    margin-right: 40px;
    flex: 1;
}
.footer_v9 .footer_top .footer_top_item h4{
    font-weight: 700;
    font-size: 18px;
    color: #4B5667;
    margin-bottom: 24px;
}

.footer_v9 .footer_top .footer_top_item>a,
.footer_v9 .footer_top .footer_top_item>span{margin-bottom: 16px;width: max-content;white-space: nowrap;}
.footer_v9 .footer_top .footer_top_item>a:last-child,
.footer_v9 .footer_top .footer_top_item>span:last-child{margin-bottom: 0;}
.footer_top_right{margin-left: 160px;}
.footer_top_right .follow_code{margin-top: 16px;}
.footer_top_right .download_tab{display: flex;justify-content: center;}
.footer_top_right .download_tab li{
    background-color: #F8F9FC;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: block;
    margin-left: 12px;
    cursor: pointer;
}
.footer_top_right .download_tab li:first-child{margin-left: 0;}
.footer_top_right .download_tab li.weixin_icon_v9{background-image: url(../images-v9/weixin_icon_normal.svg);}
.footer_top_right .download_tab li.scm_icon_v9{background-image: url(../images-v9/scm_icon_normal.svg);}
.footer_top_right .download_tab li.active{background-color: #fff;}
.footer_top_right .download_tab li.active.weixin_icon_v9{background-image: url(../images-v9/weixin_icon.svg);}
.footer_top_right .download_tab li.active.scm_icon_v9{background-image: url(../images-v9/scm_icon.svg);}
.footer_top_right .code_wrap_v9{background-color: #fff;padding: 8px;}
.footer_top_right .code_wrap_v9 img{width: 80px;display: block;}
.footer_top_right .triangle_code{
    position: absolute;
    top: -20px;
    left: 16px;
    border-top: 10px solid transparent;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-bottom: 10px solid #fff;
}
.footer_top_right .follow_code_con{position: relative;display: block;}
.footer_top_right .download_scm_code .triangle_code{left: auto;right: 14px;}
.footer_top_right p{margin-top: 10px;font-size: 13px;color: #86909C;text-align: center;}
.download_scm .triangle_code{left: auto;right: 8px;}
.footer_v9 .footer_bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
    font-size: 14px;
}
.footer_v9 .footer_bottom .footer_bottom_left{display: flex;align-items: center;}
.footer_v9 .footer_bottom .footer_bottom_left img{height: 21px;}
.footer_v9 .footer_bottom .footer_bottom_left .line{
    height: 21px;
    width: 1px;
    background: #C9CDD4;
    margin: 0 8px;
}
.footer_v9 .footer_bottom .footer_bottom_left h1{
    font-size: 20px;
    font-weight: normal;
    color: #0D1C28;
    flex-shrink: 0;
}
.footer_v9 .footer_bottom .footer_bottom_right{color: #86909C;}
.footer_v9 .footer_bottom .footer_bottom_right a{margin-left: 24px;}
.footer_v9 .footer_bottom .footer_bottom_right a:hover{color: #2386EE;}