@charset "UTF-8";
.case {
    width: 100%;
}

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

.case .content .left .detail .info {
    padding: 10px;
}

.case .content .right .list .item .name {
    padding: 10px;
    background: #f2eded;
    font-size: 14px;
}

.case .content .right .list .item .block {
    height: 2px;
    background: #c00301;
}

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

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

.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: 100%;
    display: block;
    color: #fff;
}

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

.case .content .left .tips {
    width: 95%;
    margin-left: 2.5%;
    height: 50px;
    border-bottom: 1px solid #1a1a1a;
    display: flex;
    margin-top: 10px;
    position: relative;
}

.case .content .left .tips span {
    position: absolute;
    left: 0;
    bottom: -1px;
    display: block;
    width: 70px;
    height: 2px;
    background: #c00301;
}

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

.case .content .left .html {
    margin: 20px 10px;
}

.case .content .right {
    margin: 10px;
}

.case .content .right .title {
    margin-left: 10px;
    font-size: 18px;
}

.case .content .right .list {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}

.case .content .right .list .item {
    margin: 10px 1%;
    width: 48%;
    position: relative;
}

.case .content .right .list .item img {
    width: 100%;
    height: 100px;
    image-rendering: revert;
}

.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 {
    display: flex;
    justify-content: space-between;
    margin-top: 50px
}

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

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

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