*{
    padding: 0;
    margin: 0;
}
[v-cloak]{
    display: none
}
a{
    color: #333333;
}
p.pre{
    white-space: pre;
}
a:hover{
    color: #ffa42f;
}
body{
    padding: 0;
    margin: 0;
}
.main-header .row{
    display: flex;
    justify-content: space-between;
}
.footer-black{
    background: #383838;
    width: 100%;
    padding: 16px 43px;
    box-sizing: border-box;
}
.footer-black p{
    text-align: center;

}
.footer-black p a{
    font-size: 10px;
    font-family: PingFang SC Medium, PingFang SC Medium-Medium;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    letter-spacing: 1px;
    line-height: 16px;
}
@media (min-width: 1200px){
    .footer_comment{
        width: 100%;
        min-height: 210px;
        /*padding-bottom: 20px;*/
        background: #f7f7f7;
    }
    .footer_content{
        width: 61%;
        height: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
    }
    .footer_left{
        width: 100%;
        /*height: 100%;*/
        display: flex;
        flex-direction: column;
    }
    .logo_footer{
        width: 100%;
        min-height: 130px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }
    .logo_img img {
        width: 185px!important;
        height: 45px!important;
    }
    .logo_right{
        width: 100%;
        height: 44px;
        display: flex;
        flex-direction: column;
        line-height: 22px;
        padding-left: 20px;
        padding-top: 6px;
        font-size: 14px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        font-weight: 500;
        text-align: left;
        color: #333333;
        letter-spacing: 1px;
    }
    .footer_right{
        width: 100%;
        height: 210px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
    }
    .footer_right img{
        width: 105px;
        height: 105px;
    }
    .footer_right span{
        display: inline-block;
        width: 105px;
        text-align: center;
    }
    /*.banner_top_body{*/
    /*    height: 100%;*/
    /*}*/
    .banner_top_item_div{
        width: 100%;
        height: 100%;
    }
    .banner_top_item_div img{
        width: 100%;
        height: 100%;
    }
    .footer-black p span{
        /*display: inline-block;*/
        line-height: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .footer_comment{
        width: 100%;
        min-height: 210px;
        /*padding-bottom: 20px;*/
        background: #f7f7f7;
    }
    .footer_content{
        width: 61%;
        height: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
    }
    .footer_left{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        padding: 0 6px;
        box-sizing: border-box;
    }
    .logo_footer{
        width: 100%;
    }
    .logo_img{
        width: 94px;
        height: 24px;
        margin: 20px 0 16px;
    }
    .logo_right{
        font-size: 12px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        font-weight: 500;
        color: #333333;
        line-height: 24px;
        letter-spacing: 1px;
    }
    .logo_right span{
        display: inline-block;
        width: 100%;
    }
    .friendLink{
        margin-top: 14px;
    }
    .friendLink a{
        display: inline-block;
        width: 100%;
        font-size: 12px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        text-align: left;
        color: #2F8CFF;
        line-height: 24px;
        letter-spacing: 1px;
    }
    .friendLink .title{
        display: inline-block;
        width: 100%;
        font-size: 12px;
        font-family: PingFang SC Medium, PingFang SC Medium-Medium;
        text-align: left;
        color: #333333;
        line-height: 24px;
        letter-spacing: 1px;
    }
    .footer_right{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        margin-top: 17px;
        margin-bottom: 20px;
    }
    .footer_right img{
        width: 105px!important;
        height: 105px!important;
    }
    .footer_right span{
        font-size: 12px;
        display: inline-block;
        width: 105px;
        text-align: center;
    }
    /*.banner_top_body{*/
    /*    height: 100%;*/
    /*}*/
    .banner_top_item_div{
        width: 100%;
        height: 100%;
    }
    .banner_top_item_div a{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }
    .banner_top_item_div img{
        width: auto;
        height: 100%;
    }

}
.footer-black{
    background: #383838;
    width: 100%;
    padding: 16px 43px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-black p{
    font-size: 10px;
    font-family: PingFang SC Medium, PingFang SC Medium-Medium;
    text-align: center;
    color: #ffffff;
    line-height: 20px;
    letter-spacing: 1px;
}
.footer-black p span{
    width: 100%;
    display: inline-block;
    line-height: 16px;
}
