/* 滚动条美化 */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-button,
::-webkit-scrollbar-button:vertical {
    display: none;
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-track:vertical {
    background-color: black;
}

::-webkit-scrollbar-track-piece {
    background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb:vertical {
    margin-right: 10px;
    background-color: #a6a6a6;
}

::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-thumb:vertical:hover {
    background-color: #aaa;
}

::-webkit-scrollbar-corner,
::-webkit-scrollbar-corner:vertical {
    background-color: #535353;
}

::-webkit-scrollbar-resizer,
::-webkit-scrollbar-resizer:vertical {
    background-color: #ff6e00;
}

/* 滚动条美化 */

/*隐藏弹窗图片中查看原图链接*/
.layer-layer-photos-main .layui-layer-photos-toolbar a {
    display: none;
}

/*隐藏弹窗图片中查看原图链接*/

/*鼠标经过图片放大*/
.imgTransformBox {
    overflow: hidden;
}

.imgTransform {
    transform-origin: center; /* 从中心点放大 */
    transition: transform 0.3s ease;
}

.imgTransform:hover {
    transform: scale(1.2);
}

.divUp {
    transition: transform 0.3s ease;
}

.divUp:hover {
    transform: translateY(-10px);
}

.divUpSm {
    transition: transform 0.3s ease;
}

.divUpSm:hover {
    transform: translateY(-6px);
}

.divUpMini {
    transition: transform 0.3s ease;
}

.divUpMini:hover {
    transform: translateY(-3px);
}

/*鼠标经过图片放大*/

/*.layui-menu .layui-menu-item-checked,*/
/*.layui-menu .layui-menu-item-checked2 {*/
/*    color: #245DF4 !important;*/
/*}*/

/*色值*/
.layui-menu .layui-menu-item-checked a,
.layui-menu .layui-menu-item-checked2 a {
    color: #245DF4 !important;
}

.layui-menu .layui-menu-item-checked:after {
    border-right: 3px solid #245DF4;
}

.layui-form-radio:hover > *, .layui-form-radioed, .layui-form-radioed > i {
    color: #245DF4 !important;
}

/*色值*/

body {
    background-color: #F8F8F8;
}

.layui-bg-blue {
    background-color: #245DF4 !important;
}

.layui-text-blue {
    color: #245DF4 !important;
}

.layui-input-blockInfo {
    display: flex;
    align-items: center;
}

.layui-input-blockInfo .edit {
    color: #245DF4;
    margin-left: 10px;
    min-width: 100px;
}

.layui-form-select dl dd.layui-this {
    color: #245DF4;
}

.layui-form .layui-input:focus, .layui-form .layui-textarea:focus {
    border-color: #245DF4 !important;
}

i {
    font-style: normal;
}

.flex-div {
    display: flex;
}

.flex-div-justify-center {
    justify-content: center;
}

.flex-div-align-center {
    align-items: center;
}


.flex-div .flex-item {
    flex: 1;
}

.iframe-base {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

/*背景*/
.bg-white {
    background-color: #FFFFFF;
}

.bg-gray {
    background-color: #DDDDDD;
}

.bg-black {
    background-color: #000000;
}

/*背景*/
.border-radius {
    border-radius: 5px;
    overflow: hidden;
}

.border-radius-lg {
    border-radius: 10px;
    overflow: hidden;
}

.border-radius-xl {
    border-radius: 15px;
    overflow: hidden;
}

.border-radius-xxl {
    border-radius: 20px;
    overflow: hidden;
}

.box-shadow {
    box-shadow: 0 0 6px #CCCCCC;
}

.solid-bottom {
    border-bottom: 1px solid #EEEEEE;
}

/*文本*/
.text-xl {
    font-size: 18px;
}

.text-lg {
    font-size: 16px;
}

.text-sm {
    font-size: 14px;
}

.text-xs {
    font-size: 12px;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-white {
    color: #FFFFFF;
}

.text-red {
    color: #ff0000;
}

.text-gray {
    color: gray;
}

.text-blue {
    color: #245DF4;
}

.text-bold {
    font-weight: bold;
}

.text-lg {
    font-size: 16px;
}

.text-sm {
    font-size: 12px;
}

/*文本*/

.cursor-pointer {
    cursor: pointer;
}

.border-right {
    border-right: 1px solid #CCCCCC;
}

/*边距*/
.margin {
    margin: 20px;
}

.margin-sm {
    margin: 10px;
}

.margin-top {
    margin-top: 20px;
}

.margin-top-important {
    margin-top: 20px !important;
}

.margin-top-sm {
    margin-top: 10px;
}

.margin-bottom {
    margin-bottom: 20px;
}

.margin-bottom-sm {
    margin-bottom: 10px;
}

.margin-left {
    margin-left: 20px;
}

.margin-right {
    margin-right: 20px;
}

.margin-right-sm {
    margin-right: 10px;
}

.margin-right-xs {
    margin-right: 5px;
}

.padding {
    padding: 20px;
}

.padding-sm {
    padding: 10px;
}

.padding-top {
    padding-top: 20px;
}

.padding-top-sm {
    padding-top: 10px;
}

.padding-right {
    padding-right: 20px;
}

.padding-right-sm {
    padding-right: 10px;
}

.padding-left {
    padding-left: 20px;
}

.padding-left-sm {
    padding-left: 10px;
}

.padding-left-xs {
    padding-left: 5px;
}

.padding-bottom-xs {
    padding-bottom: 5px;
}

.padding-bottom-sm {
    padding-bottom: 10px;
}

.padding-bottom {
    padding-bottom: 20px;
}

.padding-bottom-lg {
    padding-bottom: 30px;
}

.padding-bottom-xl {
    padding-bottom: 40px;
}

.padding-bottom-xxl {
    padding-bottom: 50px;
}

/*边距*/

/*表单*/
.layui-form-block .layui-form-label {
    float: unset;
    padding-left: 0;
    text-align: left;
}

.layui-form-block .layui-input-block {
    margin-left: 0;
}

/*表单*/

/*上传图片*/
.LAY_imageDiv {
    position: relative;
    display: inline-block;
}

.LAY_imageClose {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    cursor: pointer;
}

/*上传图片*/

/*当前位置*/
.addressView {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #666666;
}

.addressView a {
    font-size: 14px;
    color: #666666;
}

/*当前位置*/

.contentView {
    padding-bottom: 30px;
}

.contentView .title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 0;
}

.contentView .date {
    text-align: center;
    color: #999999;
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 10px;
}

.contentView .content {
    line-height: 1.5em;
}


/*选项卡*/
.myTabDiv {
    padding-bottom: 10px;
}

.myTabDiv .item {
    padding: 0 10px;
    display: inline-block;
    line-height: 30px;
    border-bottom: 2px solid #FFFFFF;
}

.myTabDiv .item.selected {
    color: #245DF4;
    border-bottom: 2px solid #245DF4;
}

/*选项卡*/

/*选项卡 全部/个人可见*/
.myTabDiv2 {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #cccccc;
    background-color: #EEEEEE;
    display: inline-block;
    height: 30px;
}

.myTabDiv2 .item {
    display: inline-block;
    line-height: 30px;
    width: 100px;
    text-align: center;
}

.myTabDiv2 .item.selected {
    background-color: #000000;
    color: #ffffff;
    border-radius: 10px;
}

/*选项卡 全部/个人可见*/

/*选项卡 和 时间、热度筛选*/
.layui-tabIndex > .layui-tab-title .layui-this {
    color: #000000;
    font-weight: bold;
}

.layui-tabIndex > .layui-tab-title .layui-this:after {
    border-bottom: 2px solid #000000;
}

.layui-tabIndex > .layui-tab-title li {
    min-width: auto;
    padding: 0;
    margin: 0 8px;
}

.layui-tabIndex > .layui-tabAbsolute {
    position: absolute;
    right: 10px;
    top: 20px;
    cursor: pointer;
}

/*选项卡 和 时间、热度筛选*/

/*悬浮窗*/
.fixedDiv {
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.fixedContainer {
    position: relative;
    width: 800px;
    height: 450px;
    top: 50%;
    margin: -300px auto 0 auto;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 5px #cccccc;
}

.fixedClose {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    font-size: 30px;
}

/*悬浮窗*/
/*音频旋转动画*/
.myMusicDiv {
    display: block;
    text-align: right;
    padding-bottom: 20px;
}

.myMusicDiv .myMusicImage {
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.myMusicDivAbsolute {
    position: absolute;
    top: 20px;
    right: 20px;
}

.myRotate {
    /* 应用动画 */
    animation: myRotateAnimation 2s linear infinite;
}

/* 定义关键帧 */
@keyframes myRotateAnimation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/*音频旋转动画*/

.categoryDiv {
    padding: 10px;
    clear: both;
    display: flex;
    align-items: center;
}

.categoryDiv .name {
    font-size: 16px;
    font-weight: bold;
    flex: 1;
}

.categoryDiv .more {
}