﻿/*.foot-dw{ 
    width:100%;
    position:absolute;
    bottom:0.9rem;
}*/
a{ color:black;}
.copyright {
    width: 100%;
    font-size:0.28rem;
    padding-bottom:0.2rem;
    padding-top:0.2rem;
}
.copyright p {
    text-align: center;
}
.bot-div {
    width: 100%;
    height: 0.9rem;
    background:white;
}
.foot_about {
    width: 100%;
    height: 0.6rem;
    background: #F8F8F8;
    line-height: 0.6rem;
    font-size: 0.3rem;
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.26rem;
}

    .foot_about .foot_btn {
        width: 2.12rem;
        height: 0.59rem;
        color: #fff;
        font-weight: 500;
        text-align: center;
        font-size: 0.28rem;
        background: #AEAEAE;
        border-radius: 0.08rem
    }

        .foot_about .foot_btn a {
            color: #fff;
        }

.orange {
    /*color: #FE5510;*/
    background: #FE552E !important;
    display: flex;
    justify-content: center;
    position: relative;
}

    .orange::after {
        content: '';
        width: 0.2rem;
        height: 0.2rem;
        transform: rotate(45deg);
        background: #FE552E;
        border-radius: 0.04rem;
        position: absolute;
        bottom: -0.08rem;
    }