.artallShop-footer {
    width: 100%;
}

.artallShop-footer-btn {
    width: 100%;
    background: #f6f6f6;
}

.artallShop-footer-links {
    width: 100%;
    height: 60px;
}

.artallShop-footer-btn-case {
    max-width: 1200px;
    height: 245px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-btn {
    width: 100%;
    height: 90%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.footer-contact {
    width: 319px;
    height: 100%;
    border-right: 1px solid #cccccc;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer-contact p {
    font-family: 微软雅黑;
    color: #666;
}

.footer-contact p:nth-child(1) {
    height: 50px;
    font-size: 20px;
    position: relative;
    line-height: 50px;
}

.footer-contact p:nth-child(1):after {
    display: block;
    content: "";
    width: 60%;
    height: 1px;
    background: #666;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.footer-contact p:nth-child(2) {
    line-height: 40px;
    font-size: 13px;
}

.footer-contact p:nth-child(3) {
    margin: 10px;
}

.footer-contact p:nth-child(3) a {
    text-decoration: none;
    margin: 0 10px;
}
.footer-btns{
    flex: 1;
    height: 100%;
}
.footer-btns ul{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-evenly;
}
.footer-btns ul li{
    margin-left:40px;
}
.footer-btns ul li h4{
    font-size: 16px;
    color: #666;
    line-height: 40px;
}
.footer-btns ul li p{
    line-height: 25px;
}
.footer-btns ul li p a{
    font-size: 14px;
    color: #666;
}
.artallShop-footer-links{
    color: #aaa;
    font-size: 14px;
    text-align: center;
   line-height: 60px;
}