/*  footer_m  */
#footer_m {
    padding: 3% 0 8%;
    background: #ffffff;
}
#footer_m .connect_us ul{
    display: flex;
    flex-direction: row;
}
#footer_m .h2 {
    padding-top: 2%;
    width:100px;
}
#footer_m .h2 img {
    width:100%;
}
#footer_m .h3 {
    margin-top: 2%;
    margin-bottom: 2%;
    color:#0B0E17;
    font-size: 1.5rem;
}
#footer_m .btn {
    display: inline-block;
    text-align: center;
    width: 9rem;
    line-height: 33px;
    height: 32px;
    font-size: 1.2rem;
    background: #5b78b4;
    color: #ffffff;
    border-radius: 27px;
    margin-left: 2%;
    box-shadow: 0px 2px 3px 1px #4569b3;
}
#footer_m .list {
    display: flex;
    flex-direction: column;
}
#footer_m .list .item>a {
    color:#6B6C72;
}
#footer_m .list .item {
    line-height: 34px;
    font-size:14px;
}
#footer_m .list .item:hover a {
    color: #455C9D;
}
#footer_m .app {
    height: 50%;
    margin-top: 2%;
}
#footer_m .app .p {
    color:#6B6C72;
    line-height: 32px;
    font-size:14px;
}
#footer_m .app .app-img img {
    display: block;
    width: 95%;
}
#footer_m .app .app-img .wx {
    width: 50%;
}
#footer_m .app .app-img .wx p {
    text-align: center;
}
#footer_m .call .p {
    color:#6B6C72;
    line-height: 32px;
    font-size:14px;
}
#footer_m .call .p.number {
    font-size:21px;
}
#footer_m .icon-list {
    margin-top:20px;
    margin-left:-22px;
    display: flex;
    flex-wrap: wrap;
}
#footer_m .icon-list.mt10 {
    margin-top:10px;
}
#footer_m .icon-list .icon {
    margin-left:22px;
    flex: 0 0 20px;
    width:20px;
}
#footer_m .icon img {
    width:100%;
}
#footer_m .footer-inner {
    padding: 0 7%;
}
#footer_m .f-top {
    display: flex;
    flex-wrap: wrap;/* justify-content: space-around;*/
    justify-content: space-between;
}
#footer_m .t-item {
    min-width: 100%;
    padding-top: 1%;
    /*display: flex;!* justify-content: left;*!*/
    /*padding-top:32px;!* min-width: 150px;*!*/
}
#footer_m .f-bot {
    /*margin-top:20px;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#footer_m .f-b-left {
    color:#6B6C72;
    font-size:14px;
    padding-top: 23px;
}
#footer_m .f-b-right a {
    position: relative;
    color:#6B6C72;
    line-height: 20px;
    font-size:14px;
}
#footer_m .f-b-right a:hover {
    color: #455C9D;
}
#footer_m .f-b-right a.after {
    padding-right:20px;
}
#footer_m .f-b-right a.after::after {
    position: absolute;
    top:2px;
    right:10px;
    content: '';
    width:1px;
    height:12px;
}
#footer_m .f-b-right{
    margin: 0 auto;
}
#footer_m .f-b-right .f_item {
    display: flex;
    align-items: center;
    margin-top: 3%;
}
#footer_m .links{
    padding-top:20px;
}
#footer_m .links a{
    padding-right:10px;
}