/* 侧边栏样式 */
.side-bar {
    position: fixed;
    right: 0;
    top: 90%;
    transform: translateY(-50%);
    z-index: 999;
    display: flex;
    align-items: center;
    transition: right 0.3s ease-in-out;
}

.side-bar-content {
    transition: opacity 0.3s ease, transform 0.3s ease;
    width: 4.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.side-bar .qr-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1.54rem;
    height: 1.84rem;
    background: url(../../../../images/pc/code-bg.png) no-repeat;
    background-size: cover;
}

.side-bar .qr-title {
    font-size: 0.19rem;
    color: #fff;
    white-space: nowrap;
    line-height: 0.35rem;
}

.side-bar .qr-item img {
    width: 1.44rem;
    height: 1.44rem;
    object-fit: contain;
    border: 0.01rem solid #cfe2f8;
}

.side-bar-toggle {
    cursor: pointer;
    transition: transform 0.3s ease;

}



.side-bar-toggle img {
    width: 0.58rem;
    height: auto;
    display: block;
    transform: rotate(180deg);
}
.side-bar.collapsed {
    right: 0;
    top: 50%;
}

.side-bar.collapsed .side-bar-content {
    opacity: 0;
    pointer-events: none;
    transform: translateX(0.5rem);
}

.side-bar.collapsed .side-bar-toggle img {
    transform: rotate(0deg);
}

.jl_webet {
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 1.4rem;
    background: url(../../../../images/pc/main/index-bg.jpg);
    background-size: cover;
}

.jl-body {
    padding-left: 4.3rem;
}

.index-title {
    color: #000 !important;
    font-size: .34rem !important;
    margin-bottom: 0.2rem;
}

.jl-body-top {
    display: flex;
    align-items: center;
    color: #000;
    font-size: .14rem;
    margin-bottom: .25rem;
}

.jl-top-a1 {
    display: inline-block;
    color: #000;
    font-size: .14rem;
    margin-left: .05rem;
    margin-right: .08rem;
}

.jl-body-top>.jl-top-a2 {
    display: inline-block;
    color: #000;
    font-size: .14rem;
    margin-left: .08rem;
}

.jl-body-view {
    margin-top: .23rem;
    display: flex;
}

.jl-body-view>div {
    width: 2.01rem;
    height: 1.21rem;
    background-color: #ff725c;
    margin-right: .3rem;
}

.jl-down-p {
    color: #000;
    font-size: .14rem;
    margin-top: .1rem;
    margin-bottom: .2rem;
    line-height: 1.7;
}

.jl-body-conf>img {
    display: block;
    width: 8.76rem;
    height: 1.72rem;
}

.jl-body-conf>img:nth-child(1) {
    margin-bottom: .26rem;
}

.jl-body-p {
    margin-top: .2rem;
}

.jl-body-p>p {
    margin-top: .2rem;
    font-size: .14rem;
    color: #000;
}

.jl-body-p>p>a {
    color: #f56161;
}
