#container {
    width: 1200px;
 
    margin: 0 auto;
	
}

footer {
    border-top: 4px solid #ca3544;
    height: 300px;
    background-color: #fff;
	
} 

footer #container {
    display: flex;
    padding-top: 60px;
}

footer #container .code {
    display: flex;
    border-right: 1px solid #D8D8D8;
}

footer #container .code>div {
    padding-right: 60px;
    text-align: center;
}

footer #container .service {
    padding-left: 60px;
}

footer #container .service p {
    font-size: 14px;
    color: #3D3D3D;
}

footer #container .service .title {
    font-size: 24px;
}

footer img {
    width: 162px;
    height: 162px;
}

.copyright {
    border-top: 1px solid #D8D8D8;
    text-align: center;
    font-size: 12px;
    line-height: 45px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    border: 2px solid #FFF;
    border-radius: 50%;
}

.swiper-pagination-bullet-active {
    background: #fff;
}

button {
    outline: none;
}
