
.ls-dm {
    position: relative;
    padding: 0 0 10px;
    background: #fff;
    width: 600px;
    margin: 0 20px;
    height: 30px;
}
.ls-dm>em {
    color: #505050;
    font-size: 12px;
    float: left;
    height: 30px;
    line-height: 30px;
    font-style: normal;
}
.ls-dm>em>i {
    font-size: 14px;
    font-weight: 600;
    margin: 0 5px 0 0;
    font-style: normal;
}
.ls_dm_fs {
    height: 30px;
    width: 65px;
    line-height: 30px;
    text-align: center;
    border-radius: 0 2px 2px 0;
    color: #fff;
    background: var(--jinsom-color);
    font-size: 12px;
    letter-spacing: 2px;
    cursor: pointer;
    transition: .5s;
    float: right;
}
.ls_dm_fs:hover {
    opacity: .7;
}
.ls-dm>input {
    width: 200px;
    border-radius: 2px 0 0 2px;
    border: 1px solid #e7e7e7;
    line-height: 28px;
    height: 28px;
    color: #888;
    font-size: 12px;
    float: right;
    padding: 0 80px 0 30px;
}
.ls-dm>input::-webkit-input-placeholder {
    color: #888;
}
.ls-dm>a {
    position: absolute;
    line-height: 30px;
    height: 30px;
    font-size: 12px;
    color: #757575;
    transition: .5s;
    width: 70px;
    text-align: center;
    right: 65px;
}
.ls-dm>a:hover {
    color: var(--jinsom-color);
}
.ls-dm>a i {
    font-weight: bold;
    padding: 0 2px;
}
.ls-dmkg {
    height: 30px;
    float: right;
    margin-right: 10px;
}
.ls-dmkg .layui-form-switch {
    margin: 5px 0;
    height: 20px;
    width: 25px;
    min-width: 25px;
    line-height: 20px;
    overflow: hidden;
    background: #757575;
    z-index: 1;
    padding: 0 3px;
}
.ls-dmkg .layui-form-switch em {
    position: absolute;
    color: #757575!important;
    z-index: 1;
    transform: scale(0.8);
    margin: 0;
    width: 20px;
    left: 0;
}
.ls-dmkg .layui-form-switch i {
    margin: 0;
    left: 2px;
    top: 2px;
    background: #fff;
}
.ls-dmkg .layui-form-switch.layui-form-onswitch i {
    left: unset;
    right: 2px;
}
.ls-dmkg .layui-form-switch.layui-form-onswitch em {
    right: 0;
    color: var(--jinsom-color)!important;
    left: unset;
}
.xgplayer-danmu>div {
    font-size: 18px;
    cursor: pointer;
    margin: 5px 0;
    padding: 0 8px;
    border-radius: 3px;
}
.ls-dm-colorxz {
    position: absolute;
    right: 350px;
    width: 25px;
    height: 28px;
    cursor: pointer;
    z-index: 9;
    display: flex;
    justify-content: center;
}
.ls-dm-colorxz:after {
    content: "\f031";
    width: 13px;
    height: 2px;
    position: absolute;
    left: 5px;
    top: 7px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ls-dm-csdm {
    width: max-content;
    max-width: 155px;
    position: absolute;
    bottom: 35px;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 0 3px #607D8B;
    padding: 5px;
    flex-wrap: wrap;
    display: none;
}
.ls-dm-csdm li:hover {
    opacity: .7;
}
.ls-dm-csdm li {
    width: 25px;
    height: 25px;
    margin: 3px;
    cursor: pointer;
    position: relative;
    float: left;
}
.ls-dm-csdm li.vip i {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 12px;
    line-height: 16px;
    margin: auto;
    color: red;
    font-size: 20px;
    text-shadow: 0 0 5px #fff;
    text-align: center;
}
.ls-dm-csdm:after {
    bottom: -4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background: #FFFFFF;
    content: "";
    height: 6px;
    position: absolute;
    width: 6px;
    z-index: 999;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    left: 0;
    right: 0;
    margin: auto;
}
.jinsom-posts-list.video h1 {
    display: none;
}





