body {
    background-color: #f8f8f8 !important
}

.brandcooperation-box {
    width: 100%;
    background-color: #fff
}

.brandcooperation {
    width: 1200px;
    margin: auto;
    padding-bottom: 30px;
    padding-top: 40px
}

.brandcooperation .brandcooperation-headner {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.brandcooperation .brandcooperation-headner .title img {
    width: 142px;
    height: 48px
}

.brandcooperation .brandcooperation-headner nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.brandcooperation .brandcooperation-headner nav ul li a {
    text-decoration: none;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #999999;
    margin-right: 25px
}

.brandcooperation .brandcooperation-headner nav ul li .active {
    font-size: 16px;
    font-weight: bold;
    color: #333333
}

.brandcooperation .brandcooperation-body {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-items: center
}

.brandcooperation .brandcooperation-body .item-card {
    width: 175px;
    height: 364px;
    margin-bottom: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.brandcooperation .brandcooperation-body .item-card:nth-child(1) {
    background: url("../images/card_1.png") no-repeat center;
    background-size: 100% 100%
}

.brandcooperation .brandcooperation-body .item-card:nth-child(2) {
    background: url("../images/card_2.png") no-repeat center;
    background-size: 100% 100%
}

.brandcooperation .brandcooperation-body .item-card:nth-child(3) {
    background: url("../images/card_3.png") no-repeat center;
    background-size: 100% 100%
}

.brandcooperation .brandcooperation-body .item-card:nth-child(4) {
    background: url("../images/card_4.png") no-repeat center;
    background-size: 100% 100%
}

.brandcooperation .brandcooperation-body .item-card:nth-child(5) {
    background: url("../images/card_5.png") no-repeat center;
    background-size: 100% 100%
}

.brandcooperation .brandcooperation-body .item-card:nth-child(6) {
    background: url("../images/card_10.png") no-repeat center;
    background-size: 100% 100%
}

.brandcooperation .brandcooperation-body .item-card:nth-child(7) {
    background: url("../images/card_9.png") no-repeat center;
    background-size: 100% 100%
}

.brandcooperation .brandcooperation-body .item-card:nth-child(8) {
    background: url("../images/card_8.png") no-repeat center;
    background-size: 100% 100%
}

.brandcooperation .brandcooperation-body .item-card:nth-child(9) {
    background: url("../images/card_7.png") no-repeat center;
    background-size: 100% 100%
}

.brandcooperation .brandcooperation-body .item-card:nth-child(10) {
    background: url("../images/card_6.png") no-repeat center;
    background-size: 100% 100%
}

.brandcooperation .brandcooperation-body .item-card .item-card-logo img {
    width: 44px;
    height: 44px
}

.brandcooperation .brandcooperation-body .item-card .item-card-title {
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #333333;
    margin-top: 13px
}

.brandcooperation .brandcooperation-body .item-card .item-card-text {
    width: 130px;
    text-align: center;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    line-height: 1.5;
    color: #999999;
    margin-top: 25px
}

.brandcooperation .brandcooperation-body .item-card .item-card-add {
    margin-top: 86px
}

.brandcooperation .brandcooperation-body .item-card .item-card-add img {
    width: 38px;
    height: 38px
}

.brandcooperation .brandcooperation-body .item-card:hover {
    background: #eb0017 !important;
    color: #fff !important
}

.brandcooperation .brandcooperation-body .item-card:hover .item-card-title {
    color: #fff !important
}

.brandcooperation .brandcooperation-body .item-card:hover .item-card-text {
    color: #fff !important
}

.process {
    margin-top: 41px;
    padding-bottom: 62px
}

.process .process-title {
    margin-bottom: 30px
}

.process .process-title img {
    width: 154px;
    height: 47px
}

.process .process-card {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
    justify-items: center
}

.process .process-card .item-card {
    width: 244px;
    height: 244px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.process .process-card .item-card .card-img img {
    width: 68px;
    height: 68px
}

.process .process-card .item-card .card-text {
    display: flex;
    align-items: center;
    margin-top: 34px
}

.process .process-card .item-card .card-text .num {
    width: 21px;
    height: 21px;
    background-color: #333333;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    margin-right: 13px
}

.process .process-card .item-card .card-text span {
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333
}

.process .process-card .item-card:hover {
    background: #eb0017 !important;
    color: #fff !important
}

.process .process-card .item-card:hover .card-text .num {
    background-color: #fff !important;
    color: #eb0017 !important
}

.process .process-card .item-card:hover .card-text span {
    color: #fff
}
