/* pc样式 */
@media screen and (min-width: 1024px){
    .content-right{
        padding-left: 0;
    }
    .content-right-content {
        position: relative;
        padding: 0.5rem 0.6rem;
    }

    .lxwm-left {
        height: 6.5rem;
        width: 9.8rem;
        box-sizing: border-box;
        padding: 0.2rem 2.6rem 0 0.6rem;
        background-color: var(--zt_color--);
        background-image: url(../imgs/lxwm_bg.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: 100% auto;
    }

    .lxwm-title{
        height: 0.6rem;
        display: flex;
        align-items: center;
        width: 6.6rem;
        border-bottom: 1px solid rgba(255, 255, 255,.4);
    }

    .lxwm-title p {
        font-size: 0.24rem;
        line-height: 0.58rem;
        color: #fff;
        border-bottom: 3px solid #fff;
    }

    .lxwm-item {
        box-sizing: border-box;
        padding: 0.1rem 0;
        min-height: 1rem;
        display: flex;
        align-items: center;
        border-bottom: 1px solid rgba(255, 255, 255,.4);
    }
    .lxwm-item-left {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 0.5rem;
        height: 0.5rem;
        border: solid 1px rgba(255, 255, 255,0.4);
    }
    .lxwm-item-left img {
        width: 0.25rem;
    }

    .lxwm-item-right {
        flex: 1;
        padding-left: 0.15rem;
    }

    .lxwm-item-right h2{
        font-weight: 400;
        font-size: 0.16rem;
        color: rgba(255, 255, 255,.6);
    }
    .lxwm-item-right p{
        margin-top: 0.05rem;
        font-size: 0.18rem;
        color: #fff;
    }

    .lxwm-box {
        display: flex;
    }
    .lxwm-box .lxwm-item {
        width: 50%;
    }



    .lxwm-right {
width: 8rem;
        height: 6.5rem;
        overflow: hidden;
        position: absolute;
        right: 0.6rem;
        top: 50%;
        transform: translate(0,-50%);
border: #808080 1px solid;
    }

    .lxwm-right img {
        width: 8rem;
    }
    
}

/* 移动端样式 */
@media screen and (max-width: 1024px) {

    .content-right-content {
        position: relative;
        padding: 0.5rem 0.6rem;
    }

    .lxwm-left {
        height: 6.5rem;
        width: 9.8rem;
        box-sizing: border-box;
        padding: 0.2rem 2.6rem 0 0.6rem;
        background-color: var(--zt_color--);
        background-image: url(../imgs/lxwm_bg.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: 100% auto;
    }

    .lxwm-title{
        height: 0.6rem;
        display: flex;
        align-items: center;
        width: 6.6rem;
        border-bottom: 1px solid rgba(255, 255, 255,.4);
    }

    .lxwm-title p {
        font-size: 0.24rem;
        line-height: 0.58rem;
        color: #fff;
        border-bottom: 3px solid #fff;
    }

    .lxwm-item {
        box-sizing: border-box;
        padding: 0.1rem 0;
        min-height: 1rem;
        display: flex;
        align-items: center;
        border-bottom: 1px solid rgba(255, 255, 255,.4);
    }
    .lxwm-item-left {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 0.5rem;
        height: 0.5rem;
        border: solid 1px rgba(255, 255, 255,0.4);
    }
    .lxwm-item-left img {
        width: 0.25rem;
    }

    .lxwm-item-right {
        flex: 1;
        padding-left: 0.15rem;
    }

    .lxwm-item-right h2{
        font-weight: 400;
        font-size: 0.16rem;
        color: rgba(255, 255, 255,.6);
    }
    .lxwm-item-right p{
        margin-top: 0.05rem;
        font-size: 0.18rem;
        color: #fff;
    }

    .lxwm-box {
        display: flex;
    }
    .lxwm-box .lxwm-item {
        width: 50%;
    }



    .lxwm-right {
width: 8rem;
        height: 6.5rem;
        overflow: hidden;
        position: absolute;
        right: 0.6rem;
        top: 50%;
        transform: translate(0,-50%);
border: #808080 1px solid;
    }

    .lxwm-right img {
        width: 8rem;
    }
}

@media screen and (max-width: 800px) {
    .content-right-content {
        padding: 0.2rem;
    }
    .lxwm-left {
        height: 100%;
        width: 100%;
        padding: 0.2rem 0.6rem;
    }

    .lxwm-title {
        height: 40px;
        width: 100%;
    }

    .lxwm-title p {
        line-height: 38px;
        font-size:16px;
    }
    .lxwm-item {
        padding: 10px 0;
        height: auto;
        height: auto;
        min-height: 70px;
    }

    .lxwm-item-left{
        width: 40px;
        height: 40px;
    }
    .lxwm-item-left img {
        width: 20px;
    }
    .lxwm-item-right h2{
        font-size: 14px;
    }
    .lxwm-item-right p{
        font-size: 14px;
    }

    .lxwm-right {
        width: 100%;
        height: 4rem;
        margin-top: 30px;
        transform: translate(0);
        position: static;
    }
    .lxwm-right img {
        width: 100%;
    }
}