.case {
    width: 100%;
    margin-bottom: 50px
}

.case .banner img {
    width: 100%;
    border: 0;
    vertical-align: bottom
}

.case .path {
    font-size: 14px;
    display: flex;
    padding: 100px 230px 0 230px
}

.case .path .item {
    display: flex;
    padding-left: 30px
}

.case .path .item:first-child {
    padding-left: 0px
}

.case .path .item p {
    padding-left: 30px;
    color: #333
}

.case .path .red {
    color: #c00301
}

.case .content {
    display: flex;
    padding: 0 230px;
    margin-top: 20px
}

.case .content .left {
    width: 75%
}

.case .content .left .detail {
    display: flex
}

.case .content .left .detail .img {
    margin-right: 20px
}

.case .content .left .detail .img img {
    width: 100%
}

.case .content .left .detail .title {
    color: #000000;
    font-size: 24px
}

.case .content .left .detail .describe {
    display: flex;
    margin-top: 25px;
    font-size: 14px;
    width: 80%
}

.case .content .left .detail .describe .describe-left {
    white-space: nowrap;
    color: #a6a6a6;
    line-height: 30px
}

.case .content .left .detail .describe .describe-right {
    color: #737373;
    line-height: 30px
}

.case .content .left .detail .consult {
    cursor: pointer;
    margin-top: 20px;
    background: #c00301;
    padding: 10px 0;
    text-align: center;
    width: 150px;
    display: block;
    color: #fff
}

.case .content .left .detail .consult span {
    margin-left: 20px
}

.case .content .left .tips {
    width: 95%;
    height: 65px;
    background: #fafafa;
    display: flex;
    margin-top: 60px
}

.case .content .left .tips span {
    display: block;
    width: 2px;
    height: 65px;
    background: #c00301
}

.case .content .left .tips p {
    line-height: 65px;
    margin-left: 20px;
    color: #1a1a1a;
    font-size: 16px
}

.case .content .left .html {
    margin-top: 20px
}

.case .content .right {
    width: 25%;
    border-left: 1px solid #ededed
}

.case .content .right .title {
    margin-left: 5%
}

.case .content .right .list {
    margin-bottom: 20px
}

.case .content .right .list .item {
    margin: 25px 5% 0 5%;
    width: 90%;
    position: relative;
    overflow: hidden;
}

.case .content .right .list .item img {
    height: 250px;
}

.case .content .right .list .item .pop {
    position: absolute;
    width: 0%;
    height: 100%;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    transition: 0.5s width
}

.case .content .right .list .item .pop a {
    color: #fff;
    font-size: 16px
}

.case .content .right .list .item .pop .tips {
    display: none
}

.case .content .right .list .item .pop .tips .title {
    margin: 0;
    padding: 30px 0 0 20px;
    font-size: 18px;
    font-weight: 600
}

.case .content .right .list .item .pop .tips .path {
    padding: 0;
    padding-left: 20px;
    margin-top: 50%
}

.case .content .right .list .item:hover .pop {
    width: 100%;
    color: #fff
}

.case .content .right .list .item:hover .pop .tips {
    display: block
}

.case .content .right .button {
    display: flex;
    justify-content: center
}

.case .content .right .button .pick {
    width: 50px;
    height: 50px;
    border: 1px solid #ededed;
    cursor: pointer
}

.case .content .right .button .pick:hover {
    border: 1px solid #c00301;
    background: #c00301
}

.case .content .right .button .pick img {
    margin: 21px 18px;
    width: 14px;
    height: 8px
}

.case .content .right .skip .left {
    margin-top: 20px;
    width: 100%;
    display: flex;
    font-size: 14px;
    justify-content: center;
}

.case .content .right .skip .left .btn {
    width: 50px;
    height: 50px;
    border: 1px solid #000000;
    background: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    cursor: pointer
}

.case .content .right .skip .left .btn:hover {
    background: #c00301;
    border: 1px solid #c00301;
    color: #fff
}

.case .skip .left .btn {
    width: 50px;
    height: 50px;
    border: 1px solid #000000;
    background: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    cursor: pointer;
}

.swiper-button-next,
.swiper-button-prev {
    position: static !important;
}