@charset "UTF-8";
@import "../css/font-awesome/css/font-awesome.min.css";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

body {
    background: transparent;
    color: #515365;
    font-size: 14px;
    font-family: "Microsoft YaHei", "Arial", "黑体", "宋体", sans-serif;
    -webkit-appearance: none;
    word-break: break-all;
}

/* 登入頁面特殊樣式 */
body.login-page {
    background: transparent !important;
    margin: 0;
    padding: 0;
    min-height: 100vh;
}

td,
th,
caption {
    font-size: 14px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
}

a {
    color: #515365;
    text-decoration: none
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
    max-width: 100%;
    border-radius: 6px;
}

ol,
ul,
li {
    list-style: none
}

input,
textarea,
select,
button {
    font: 14px "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif
}

table {
    border-collapse: collapse
}

html {
    overflow-y: scroll
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    *zoom: 1
}

input {
    outline: 0
}

select {
    outline: 0
}

.fl {
    float: left
}

.fr {
    float: right
}

.tl {
    text-align: left
}

.tc {
    text-align: center
}

.tr {
    text-align: right
}

.hide {
    display: none
}


.mgt10 {
    margin-top: 10px !important
}

.mgt15 {
    margin-top: 15px !important
}


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

.mgt5 {
    margin-top: 5px !important
}

.margin0_10 {
    margin: 0 10px !important
}

.mgt10 {
    margin-top: 10px !important
}

.mgt30 {
    margin-top: 30px !important
}

.mgt40 {
    margin-top: 40px !important
}

.mgt42 {
    margin-top: 42px !important
}

.mgt50 {
    margin-top: 50px !important
}

.mgt60 {
    margin-top: 60px !important
}

.mgt80 {
    margin-top: 80px !important
}

.mgt108 {
    margin-top: 108px !important
}

.mgt120 {
    margin-top: 120px
}

.mgt110 {
    margin-top: 18vh !important
}

.mgt15 {
    margin-top: 15px
}

.mgt150 {
    margin-top: 21vh
}

.mgt160 {
    margin-top: 160px
}

.mgl5{
    margin-left: 5px;
}

.mgr5{
    margin-right: 5px;
}

.mgr10{
    margin-right: 10px;
}

.mgr20{
    margin-right: 20px;
}

.mgr30{
    margin-right: 30px;
}

.mgl10{
    margin-left: 10px;
}

.mgl20{
    margin-left: 20px;
}

.bg-white {
    background-color: #ffffff
}

.cursor {
    cursor: pointer
}

.fs {
    display: flex;
    align-items: center
}

.fse {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.fc {
    display: flex;
    justify-content: center;
    align-items: center
}

.fsb {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.fsc {
    display: flex;
    justify-content: center;
    align-items: center
}

.flex{
    display: flex;
}

.colorB7B7B7{
    color: #B7B7B7;
}

.color9e9e9e{
    color: #9e9e9e;
}

.color513365{
    color: #515365;
}


.nowrap{
    white-space: nowrap;
}

.one-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.two-line {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical
}

.three-line {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical
}

.four-line {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp:4;
    -webkit-box-orient: vertical
}

.fs18 {
    font-size: 18px
}

.fs20 {
    font-size: 20px!important
}

.fs30 {
    font-size: 30px
}


.fs15 {
    font-size: 15px
}

.fs16 {
    font-size: 16px
}

.fs13 {
    font-size: 13px
}

.fs12 {
    font-size: 12px
}

.bold {
    font-weight: 700
}

.pad10{
    padding: 10px;
    box-sizing: border-box;
}

.pad15{
    padding: 15px;
    box-sizing: border-box;
}

.pad20{
    padding: 20px;
    box-sizing: border-box;
}

.pad30{
    padding: 30px;
    box-sizing: border-box;
}

.pad40{
    padding: 40px;
    box-sizing: border-box;
}

.color999999{
    color: #999999;
}

.middle{
    width: 1200px;
    margin: 0 auto;
}


@media (min-width:576px) {
    .middle {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .middle {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .middle {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .middle {
        max-width: 1140px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row-cols-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.row-cols-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}







.colord2d2d2{
    color: #D2D2D2;
}

.block{
    display: block;
}

.color9d9d9d{
    color: #9D9D9D!important;
}

.colorffffff{
    color: #ffffff;
}

.mgr15{
    margin-right: 15px;
}

/* 分页样式 */
.pageNavigation>li:first-child {
    display: none
}

.pageNavigation>li:last-child {
    display: none
}



.pageNavigation {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.pageNavigation li {
  
    box-sizing: border-box;
    margin-right: 10px;
    border: 1px solid #F2F2F3;
    font-size: 12px;
    border-radius: 3px;
    background-color:#F2F2F3;
}

.pageNavigation li a{
    display: block;
    text-align: center;
    white-space: nowrap;
    padding: 5px 10px;
}

.colorFA6342{
    color: #3cb46e;
}

.color92929E{
    color: #92929E;
}

.pageNavigation .active {
    color: #fff;
    background-color: #3cb46e;
    border: 1px solid #3cb46e;
}

.pageNavigation .active a {
    color: #fff
}

.mgr40{
    margin-right: 40px;
}

.nodataImg{
    width: 36%;
}

.borderRadio6{
    border-radius: 6px;
}

/* 表情包样式 */
#facebox {
    width: 380px;
    box-shadow: 1px 2px 5px 0px black;
    background-color: #fff;
}

.comment-model{
    display: none;
}

.comment-third-wrap{
    margin-left: 56px;
}

/* 上传进度条 */
.process-class{
    width: 80%;
    height: 10px;
    background-color: #6c6b7c;
    border-radius: 30px;
    overflow: hidden;
    margin: 0 auto;
}

.progress-bar{
    background-color: #F98F1D;
    width: 0%;
    height: 10px;
}
.webuploader-pick{
    padding: 0!important;
}

/* 动态的图片上传样式 */
#prompt3 .layui-upload-img{
    margin-left: 5px;
    cursor: pointer;
    border-radius: 6px;
    object-fit: cover;
}
/* .layui-upload{
    padding: 0px 10px 5px 10px;
} */

.c-expre-top .layui-upload-list .n-del{
    position: absolute;
    right: 0px;
    top: 5px;
    width: 20px;
    height: 20px;
}

.c-expre-top .layui-upload-list .n-del img{
    width: 20px;
    height: 20px;
    cursor: pointer;
}

#prompt3>li{
    position: relative;
    width: 80px;
    height: 60px;
    margin-right: 10px;
    margin-bottom: 9px;
}

#prompt3>li .layui-upload-img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}

.c-expre-top .layui-upload-list{
    flex-wrap: wrap;
}

.ht-hover-list{
    z-index: 999;
    position: absolute;
    top: 33px;
    left: -53px;
    width: 132px;
    display: none;
    line-height: 17px;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 100);
    color: rgba(16, 16, 16, 100);
    font-size: 12px;
    text-align: center;
    box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 40%);
}

.ht-hover-list ul{
    width: 100%;
}

.ht-hover-list ul>li{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    box-sizing: border-box;
}

/* .ht-hover-list ul>li:hover {
    background-color: rgba(0, 0, 0, 0.1);
} */

.ht-hover-list::after{
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #ffffff;
}

.ht-hover:hover .ht-hover-list{
    display: block;
}

/* 返回顶部 */
.back-top{
    z-index: 999;
    position: fixed;
    right: 80px;
    bottom: 60px;
    cursor: pointer;
}

.back-top img{
    width: 60px;
}

/* 右侧推荐DJ */
.fixed-rightBar{
    position: fixed;
    background: #fff none repeat scroll 0 0;
    height: 100vh;
    right: 0;
    padding-bottom: 30px;
    padding-top: 30px;
    position: fixed;
    top: 59px;
    width: 70px;
    z-index: 9;
}

.fixed-rightBar ul{
    width: 100%;
}

.fixed-rightBar ul>li{
    width: 100%;
    margin-bottom: .9375rem;
}

.fixed-rightBar a{
    position: relative;
    display: block;
    text-align: center;
}

.fixed-rightBar .side-right-fengmian{
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50%;
    object-fit: cover;
}

.fixed-rightBar .side-right-tag{
    position: absolute;
    top: 1.875rem;
    right: .3125rem;
    width: 1.25rem;
    height:1.25rem;
}

.fixed-rightBar span{
    color: #101010;
    font-size: .875rem;
    font-weight: 600;
}

/* 图片放大查看 */
.cover-img-wrap {
    width: 72%;
    height: 72%;
    position: absolute;
    top: 5%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 10px solid #ffffff;
    background-color: #ffffff;
    resize: both;
}

.img_wrap img {
    cursor: pointer;
}

.cover{
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
}

.cover-dongtai{
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
}

.cover-close{
    z-index: 1200;
    position: absolute;
    right: -3px;
    top: -10px;
    font-size: 28px;
    cursor: pointer;
    padding: 4px;
    background-color: #ffffff;
}


.cover-close-dongtai{
    z-index: 1200;
    position: absolute;
    right: -3px;
    top: -10px;
    font-size: 28px;
    cursor: pointer;
    padding: 4px;
    background-color: #ffffff;
}

.c-pic-wrapper{
    margin-top: 10vh;
    border: 2px solid #ff0000;
}

.cover-img{
    width: 70%;
    height: 70%;
    position: absolute;
    top: 5%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 10px solid #ffffff;
    background-color: #ffffff;
    resize: both;
}

.cover-img-dongtai{
    width: 81%;
    height: 85%;
    position: absolute;
    top: 5%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 10px solid #ffffff;
    background-color: #ffffff;
    resize: both;
}

.coverImg{
    max-width: 100%;
    cursor:move!important;
}	

.coverImg-dongtai{
    max-width: 100%;
    cursor:move!important;
}	

.scale-img-last{
    z-index: 99;
    position: absolute;
    left: 20px;
    top: 45%;
    cursor: pointer;
}

.scale-img-next{
    z-index: 99;
    position: absolute;
    right: 20px;
    top: 45%;
    cursor: pointer;
}

.au{
    text-decoration: underline!important;
}