﻿.zxbox
{
    display: flex;
    flex-direction: column;
    background: #333;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    transition: all ease .3s;
    position: relative;
    right: 0;
}
.zx_btm_o
{
    background: var(--c);
    width: 45px;
    height: 45px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    cursor: pointer;
    background-image: url(../png/6q1ddb.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: -50px;
    right: 0;
    transition: all ease .3s;
}
.zx_right
{
    right: -45px;
}
.zx_right+.zx_btm_o
{
    width: 30px;
    height: 30px;
    bottom: -35px;
}
.zx_xjie
{
    position: absolute;
    right: 55px;
    top: 0;
    background: #fff;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    transition: all ease .3s;
    padding: 0;
    -webkit-box-shadow: 0 1px 3px rgb(18 18 18/10%);
    box-shadow: 0 1px 3px rgb(18 18 18/10%);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.zx_xjie img
{
    min-width: 150px;
}
.zxbox>div:hover .zx_xjie
{
    z-index: 3;
    opacity: 1;
    pointer-events: visible;
    right: 45px;
}
.zxbox>div>p a
{
    font-size: 0;
    display: block;
    width: 45px;
    height: 45px;
    margin: 0 auto;
    transition: all ease .3s;
}
.zxbox a:hover
{
    opacity: 1;
}
.zx_type
{
    line-height: normal;
}
.zx_type.vpHide:not([nd_deleted])
{
    display: none!important;
}
.zx_zh
{
    text-align: left;
    background: var(--c);
    font-size: 16px;
    white-space: nowrap;
    min-height: 45px;
    line-height: 45px;
    padding: 0 15px;
    text-align: center;
    color: #fff;
}
.zx_zh a
{
    font-size: 16px;
    color: #fff;
}
.zx_zh a:hover
{
    color: #fff;
}
.zx_6 .zx_xjie .zx_zh
{
    text-align: left;
    background: none;
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    min-height: 24px;
    line-height: 24px;
    padding: 10px 15px;
    padding-top: 0;
    text-align: center;
}
.zx_type
{
    display: none;
}
.zx_ts
{
    font-size: 14px;
    color: #a7aeb5;
    line-height: 1;
    margin-bottom: 10px;
}
.zx_6 .zx_zh a
{
    font-size: 14px;
    color: var(--theme-color);
}
.zx_6 .zx_ts
{
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    min-height: 24px;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 0;
}
.zx_6 .zx_ts:nth-child(2)
{
    display: none;
}
.p_backtop
{
    background-image: url(../png/wn0zxp.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 45px;
    height: 0;
    cursor: pointer;
    transition: all ease .3s;
    opacity: 0;
}
.p_backtop.zx_hi
{
    height: 45px;
    opacity: 1;
}
.p_backbottom
{
    background-image: url(../png/wn0zxp.png);
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);
    width: 45px;
    height: 45px;
    cursor: pointer;
    transition: all ease .3s;
}
.zx_btm_o:hover, .zxbox>.p_loopItem:hover, .p_backbottom:hover, .p_backtop:hover
{
    background-color: var(--c);
}
@media screen and (max-width: 768px)
{
    .p_backbottom
    {
        width: 35px;
        height: 35px;
    }
    .zxbox>div>p a
    {
        width: 35px;
        height: 35px;
        pointer-events: none;
    }
    .p_backtop
    {
        width: 35px;
    }
    .p_backtop.zx_hi
    {
        height: 35px;
        opacity: 1;
    }
    .zx_btm_o
    {
        width: 35px;
        height: 35px;
        bottom: -40px;
    }
    .zx_zh
    {
        font-size: 16px;
        min-height: 35px;
        line-height: 35px;
    }
    .zxbox>div:hover .zx_xjie
    {
        right: 35px;
    }
    .zx_ts
    {
        font-size: 12px;
        margin-bottom: 4px;
    }
    .zx_6 .zx_bts
    {
        font-size: 12px;
        margin-bottom: 4px;
        margin-top: 0;
    }
    .zx_6 .zx_ts
    {
        font-size: 12px;
        margin-bottom: 0;
        margin-top: 0;
    }
    .zx_xjie img
    {
        min-width: 90px;
        max-width: 100px;
    }
    .zx_6 .zx_xjie
    {
        min-height: 190px;
        min-width: 130px;
    }
}