.page-title {
    width: 100%;
    height: 560px;
    background-image: url(../images/aftersaleBgImg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page-title h3 {
    font-weight: bold;
    font-size: 60px;
    color: #FFFFFF;
}

.page-title p {
    font-size: 25px;
    color: #FFFFFF;
    margin-top: 40px;
}

.tabsCard {
    width: 100%;
    background-color: #fff;
}
.tabsCard > ul {
    display: flex;
    height: 70px;
    padding: 10px 0;
    justify-content: center;
}
.tabsCard > ul li {
    height: 50px;
    width: 216px;
    line-height: 50px;
    text-align: center;
    background-color: #F6F6F6;
    color: #222;
    cursor: pointer;
}
.tabsCard > ul li > a {
    display: block;
    height: 50px;
    width: 216px;
}
.tabsCard > ul li.active {
    background-color: #E21824;
    color: #fff;
}
.tabsCard .content {
    background-color: #F6F6F6;
}
.tabsCard .server.show {
    display: block;
}
.tabsCard .server {
    display: none;
    border: 1px solid transparent;
}
.tabsCard .server h4 ,
.tabsCard .salePoint h4 {
    font-weight: bold;
    font-size: 32px;
    color: #222222;
    text-align: center;
    padding-top: 60px;
    margin-bottom: 52px;
}
.tabsCard .server ol li {
    margin-bottom: 32px;
}
.tabsCard .server ol li .tit {
    background-color: #E21824;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 20px;
    display: inline-block;
}
.tabsCard .server ol li p {
    line-height: 30px;
}
.tabsCard .shop.show {
    display: block;
}
.tabsCard .shop {
    display: none;
}
.tabsCard .salePoint.show {
    display: block;
}
.tabsCard .salePoint {
    padding-bottom: 100px;
    display: none;
}
.tabsCard .salePoint .cardList {
    display: flex;
    margin-bottom: 40px;
}
.tabsCard .salePoint .cardList li {
    width: 406px;
    padding: 40px 46px 40px 40px;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.1);
}
.tabsCard .salePoint .cardList li:nth-of-type(n + 2) {
    margin-left: 40px;
}
.tabsCard .salePoint .cardList .area {
    margin-bottom: 30px;
}
.tabsCard .salePoint .cardList .area span {
    font-size: 22px;
    color: #E21824;
}

.tabsCard .salePoint .cardList .address {
    line-height: 30px;
    color: #222 !important;
}

.tabsCard .salePoint .pagination {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.tabsCard .salePoint .pagination > div {
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    color: #222;
    height: 38px;
    line-height: 36px;
    text-align: center;
    margin-right: 10px;
}
.tabsCard .salePoint .pagination .item {
    width: 38px;
    cursor: pointer;
}
.tabsCard .salePoint .pagination .item.active {
    background-color: #E21824;
    border-color: #E21824;
    color: #fff;
}

.tabsCard .salePoint .prev ,
.tabsCard .salePoint .next {
    width: 74px;
    cursor: pointer;
}
.tabsCard .salePoint .disabled {
    color: #999999 !important;
    cursor: not-allowed;
}