.l_sidenav.on {
    display: none;
}

.casedet_ban_info {
    justify-content: space-between;
}

.cbis_icon_li {
    background: unset;
}

.praiseCont {
    text-align: center;
}

.praiseImg {
    background-image: url(/jszl/RJ-img/praise.svg);
    background-position: 0 0;
    width: 68px;
    height: 68px;
    margin: 0 auto;
    cursor: pointer;
}

.praiseImg:not(.active):hover {
    background-position: 0 -68px;
}

.praiseImg.active {
    background-position: 0 -136px;
    pointer-events: none;
}

.praiseNum {
    margin-top: 8px;
}

.relatedCont {
    width: 1400px;
    margin: 0 auto;
}

.relatedList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.relatedInfo {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    border-radius: 4px;
    background: #F7F9FA;
}

.relatedInfo a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.relatedInfo h3 {
    color: #2A2B2E;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.shareIcon {
    flex-shrink: 0;
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(/jszl/RJ-img/share.svg);
    background-size: cover;
    margin-left: 8px;
}

.relatedCont {
    margin-bottom: 60px;
}

.relatedTitle {
    color: #2A2B2E;
    font-size: 32px;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 32px;
}

.phoneSubmit {
    border-radius: 4px;
    background: #F1F3F5;
    padding: 24px;
}

.phoneSubmitTitle {
    color: #2A2B2E;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
}

.phoneSubmit p {
    color: #2A2B2E;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    margin-top: 12px;
    margin-bottom: 32px;
}

.phoneSubmit label {
    display: block;
    color: #2A2B2E;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
}

.phoneSubmitInputCont {
    display: flex;
    margin-top: 12px;
}

.phoneSubmit input {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #D5D5D5;
    background: #FFF;
    padding: 0 12px;
    height: 46px;
}

.phoneSubmit input::placeholder {
    color: #C1C6CF;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.phoneSubmitBtn {
    border-radius: 4px;
    background: #E60039;
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    padding: 12px 24px;
    flex-shrink: 0;
    margin-left: 12px;
    cursor: pointer;
}

.phoneSubmit i {
    display: block;
    margin-top: 12px;
    color: #6A6B6D;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    font-style: normal;
}

.phoneSubmit i a {
    color: #0175E8;
    text-decoration-line: underline;
}

.ccer_pro {
    display: block;
    position: sticky;
    top: 160px;
    left: 0;
}

.phoneSubmitBtn {
    position: relative;
}

.phoneSubmitBtn.ing {
    color: transparent;
    background: #D5D5D5;
    pointer-events: none;
}

.phoneSubmitBtn.ing::before {
    content: '';
    display: block;
    background-image: url(/jszl/RJ-img/loading.svg);
    background-size: cover;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: rotateAni .5s linear infinite;
}

.phoneSubmitBtn.end {
    color: transparent;
    pointer-events: none;
}

.phoneSubmitBtn.end::before {
    content: '';
    display: block;
    background-image: url(/jszl/RJ-img/end.svg);
    background-size: cover;
    width: 26px;
    height: 26px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.ys_cont1400 .casedet_cont_editor_ri,
.ys_cont1400 .actidet_cont_main_ri {
    width: 450px;
}

.ys_cont1400 .casedet_cont_editor_le,
.ys_cont1400 .actidet_cont_main_le {
    width: calc(100% - 450px);
    padding-right: 24px;
}

.casedet_cont_editor .ys_cont1400 {
    display: flex;
    flex-wrap: wrap;
}

.verCode {
    margin-top: 12px;
    display: flex;
}

.verCode input {
    width: 50%;
    margin-right: 12px;
}

@keyframes rotateAni {
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@media screen and (max-width:1440px) {
    .relatedTitle {
        font-size: 28px;
    }
    .relatedCont {
        width: 82.5%;
    }
    .ys_cont1400 .casedet_cont_editor_le,
    .ys_cont1400 .actidet_cont_main_le {
        width: calc(100% - 350px);
    }
    .ys_cont1400 .casedet_cont_editor_ri,
    .ys_cont1400 .actidet_cont_main_ri {
        width: 350px;
    }
    .relatedList {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width:1200px) {
    .relatedInfo h3 {
        font-size: 14px;
    }
    .relatedTitle {
        font-size: 24px;
    }
    .relatedCont {
        width: 100%;
        padding: 0 40px;
    }
}

@media screen and (max-width:991px) {
    .ys_cont1400 .casedet_cont_editor_ri,
    .ys_cont1400 .actidet_cont_main_ri {
        width: 100%;
    }
    .phoneSubmit {
        margin-bottom: 60px;
    }
    .relatedCont {
        margin-bottom: 0;
    }
    .ys_cont1400 .casedet_cont_editor_le,
    .ys_cont1400 .actidet_cont_main_le {
        width: 100%;
    }
    .ccer_pro {
        position: unset;
    }
}

@media screen and (max-width:600px) {
    .relatedList {
        grid-template-columns: repeat(1, 1fr);
        margin-bottom: 40px;
    }
    .ccer_list_ul .ccer_list_ul_li {
        width: 100%;
    }
}