/* 底部信息 */
.main-box-footer{
    background-color: #2c2c2c;
}
.main-box-footer-content{
    display: flex;
    flex-direction: column;
}
.main-box-footer-content .top{
    background-color: #ff5000;
    text-align: center;
}
.main-box-footer-content .top .logo-img{
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-box-footer-content .top .logo-img img{
    width: 10.2667rem;
    height: 2.6667rem;
}

.main-box-footer-content .top .phone-list{
    color: #fff;
    background-color: #454545;
    overflow: hidden;
    /* height: 32rem; */
    padding-bottom: 2rem;
}
.phone-list .phone-list-fan-wei{
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #525252;
}
.phone-list .phone-list-fan-wei .fan-wei-top{
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin-bottom: 2rem;
}
.phone-list .phone-list-fan-wei .fan-wei-top span{
    margin: 0 .5rem;
    font-size: 1.6rem;
    font-weight: bold;
    font-style: italic;
    color: #FFF60B;
}
.phone-list .phone-list-fan-wei .fan-wei-bottom{
    text-align: left;
    font-size: .8667rem;
    line-height: 2rem;
}
.main-box-footer-content .top .phone-list .qr{
    margin: 2rem 0;
}
.main-box-footer-content .top .phone-list .qr img{
    width: 8rem;
}
.main-box-footer-content .top .phone-list .list{
    display: flex;
    margin-top: 1rem;
    margin-left: 4rem;
}
.main-box-footer-content .top .phone-list .list img{
    width: 1rem;
    display: none;
}
.main-box-footer-content .top .phone-list .list .list-right{
    /* margin-left: 1rem; */
    display: flex;
}
.main-box-footer-content .top .phone-list .list .list-right .title{
    font-size: .8rem;
    line-height: 1.5rem;
}
.main-box-footer-content .top .phone-list .list .list-right .number{
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 800;
    color: #fff;
    margin-left: 1rem;
}

.main-box-footer-content .bottom{
    display: none;
}

/* 底部版权 */
.main-box-footer-ban-quan{
    background-color: #2c2c2c;
    text-align: center;
    overflow: hidden;
}
.main-box-footer-ban-quan .address{
    margin-top: .6667rem;
    font-size: .6667rem;
    line-height: 4;
    color: rgba(255, 255, 255,.3);
}
.main-box-footer-ban-quan .ban-quan{
    font-size: .6667rem;
    line-height: 1;
    color: rgba(255, 255, 255,.3);
    padding-bottom: 2rem;
    display: flex;
    flex-direction: column;
}
.main-box-footer-ban-quan .ban-quan a{
    color: rgba(255, 255, 255,.6);
    margin-top: .6667rem;
}
