@import "animate.css";
@import "iconfont.css";
@import "yindaostyle.css";
/*css 初始化 */
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
    margin: 0;
    padding: 0;
}

html {
    min-width: 1088px;
}

fieldset,
img,
input,
button {
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}

ul,
ol {
    list-style: none;
}

input {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "Microsoft yahei", "微软雅黑";
}

select,
input {
    vertical-align: middle;
}

input,
textarea {
    font-size: 12px;
    margin: 0;
    outline: none
}

textarea {
    /*防止放大缩小*/
    resize: none !important;
}

img {
    /*  去掉图片低测默认的3像素空白缝隙*/
    border: 0;
    vertical-align: middle;
    object-fit: cover;
}

table {
    border-collapse: collapse;
}

button {
    border: none;
}

body {
    font: 14px "Helvetica Neue", Helvetica, "Microsoft YaHei", Arial, "sans-serif";
    color: #333;
    background-color: #161e21;
}

pre {
    font: 14px "Helvetica Neue", Helvetica, "Microsoft YaHei", Arial, "sans-serif";
    display: block;
    padding: 0px;
    line-height: 25px;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background: none;
    border: none;
    border-radius: 0px;
}

a:hover,
a:focus {
    color: #509524;
    text-decoration: none;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

a {
    color: #333;
    text-decoration: none;
}

a,
a:hover {
    transition: all .3s ease-out 0s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}

s,
i,
em {
    font-style: normal;
    text-decoration: none;
}

.font14 {
    font-size: 14px;
}

.font16 {
    font-size: 16px;
}

.fontweight {
    font-weight: 600;
}

.middle {
    width: 1088px;
    margin: 0 auto;
}

.fl {
    float: left !important;
}
.z-fl i:nth-child(1){
    position: relative;
    top: 2px;
}

.fr {
    float: right !important;
}

.al {
    text-align: left !important;
}

.ac {
    text-align: center !important;
}

.ar {
    text-align: right !important;
}

.hide {
    display: none
}

.black {
    display: block;
}

.green {
    color: #509524 !important;
}

.bggreen {
    background-color: #509524 !important;
}

.white {
    color: #FFF !important;
}

.bgwhite {
    background: #FFF;
}

.sceneLeft,
.content_let,
.content_middle {
    margin-right: 18px;
}

.sceneLeft {
    width: 825px;
}

.sceneRight {
    width: 245px;
}

.songLeft {
    width: 845px;
}

.songRight {
    width: 240px;
}

.marginA {
    margin: 10px 0 !important;
}

.marginTop {
    margin-top: 18px;
}

.marginTop10 {
    margin-top: 10px;
}

.marginRight15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mt18 {
    margin-top: 18px;
}

.mb12 {
    margin-bottom: 12px;
}

.ml10 {
    margin-left: 10px;
}
.ml20 {
    margin-left: 20px;
}

.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}

.mr40 {
    margin-right: 40px;
}
.mt30{
    margin-top: 30px;
}

.padBotttom {
    padding-bottom: 5px;
}

.Padding8 {
    padding: 0 8px;
}

.pd10 {
    padding: 10px;
}

.Padding15 {
    padding: 0 15px;
}

.paddingLR {
    padding: 10px 0;
}

.pr10 {
    padding-right: 10px;
}

.overflow-hidden {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.font16 {
    font-size: 16px;
}

/*面包屑导航*/
.navbar {
    line-height: 42px;
    background: #fff;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1)
}

.navigation a {
    font-size: 16px;
    line-height: 50px;
}

.navigation span {
    font-size: 16px;
    margin-left: 2px;
}

/*.layui-breadcrumb a:hover {
    color: #509524!important;
}*/

/*分页*/
.page_new {
    width: auto;
    float: right;
    margin: 25px 10px 25px 0;
}

.page_new>li {
    padding: 0;
    margin: 0;
    float: left;
    margin: 0 2px;
}

.page_new>li>a {
    padding: 5px 10px;
    float: left;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    color: #656d78;
    font-size: 12px;
}

.page_new>li>a:hover {
    background: #eee;
}

.page_new>li>a span {
    font-size: 12px;
}

.page_new>li.active {
    display: inline;
}

.page_new>li.active>a {
    background: #509524;
    padding: 6px 11px;
    border: none;
    color: #fff;
}

.page_new>li.active>a:hover {
    cursor: default;
    background: #509524;
}

.page_new>li.disabled {
    background: #eee;
    cursor: no-drop;
}

.page_new>li.disabled>a:hover {
    cursor: no-drop;
}

.page_new>li.disabled>a:focus {
    cursor: no-drop;
}

/*字体图标大小*/
.change-after .icon-CD {
    font-size: 24px;
}

.music_name img {

    width: 100%;
}

.z-hai-friend {
    width: 100%;
    height: 50px;
	padding: 0 10px;
	box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #CCC;
}

.z-hai-friend-title {
    font-size: 20px;
}

.user_list {
    width: 100%;
    cursor: pointer;
    display: flex;
    justify-content: center;
}

.user_list_right_right {
    margin-left: 5px;

}

.user_list .user_list_left img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

.user_list .user_list_span span {
    margin-left: 5px;
    width: 100px;
    height: 20px;
    line-height: 16px;
    color: #333;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    white-space: nowrap;
    overflow: hidden;
}

.z-hai-friend a,
.z-hai-friend a:hover,
.z-hai-friend a:active {
    font-size: 15px;
    text-decoration: none !important;
}

.user_list_right_img_hover {
    display: none;
}

.user_list p {
    margin-top: 5px;
    color: #333;

}

.user_list .user_list_right .such_data {
    color: #509524;
}

/* .user_list .user_list_right{
    margin-top: 5px;
} */
.user_list_right {
    display: flex;
    justify-content: center;
}

.user_list_right_ronghu {
    width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.user_list_right_ronghu_topic {
    width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.user_list .user_list_right a {
    display: block;
    margin: 0px 10px 0px 0px;
    width: 65px;
    height: 25px;
    line-height: 25px;
    border-radius: 5px;
    border: 1px solid rgb(226, 226, 226);
    text-align: center;
}

.user_list_right a i {
    padding-right: 5px;
}

.user_list_right_img_hover {
    display: none;
}
/* 
.user_list_right_a:hover {
    color: #ffffff !important;
    background-color: #509524;
} */

.user_list_right a img {
    margin-bottom: 3px;
}

.user_list p {
    margin-top: 5px;
    color: #333;
    max-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}


.display_none {
    width: 100%;
	text-align: center;
	padding: 30px ;
}

.layui-layer-setwin a:hover,.layui-layer-setwin a{
    transition:none;
}
.mgt40{
    margin-top: 40px;
}

.mgt20{
    margin-top: 20px;
}

.mgt30{
    margin-top: 30px;
}

.mgt10{
    margin-top: 10px;
}

/* 404页面 */
.noPage-body{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}
.noPage-wrap{
    margin-top: 10%;
    display: flex;
    align-items: center;
}

.nopage-left{
    width: 46%;
}
.nopage-left img{
    width: 100%;
}
.noPage-right{
    width: 49%; 
    margin-left: 4%;
}

.noPage-right strong{
    font-size: 48px;
    color: #509525;
}

.noPage-right p span{
    font-size: 36px;
    color: #000000;
}

.noPage-right p{
    font-size: 28px;
    color: #000000;
}

.nopage-btn-1{
    display: inline-block;
    width: 233px;
    height: 76px;
    background-color: #509524;
    color: #ffffff;
    border-radius: 12px;
    text-align: center;
    line-height: 76px;
    font-size: 24px;
    margin-right: 55px;
}
.nopage-btn-1:hover{
    color: #ffffff;
}
.nopage-btn-2{
    display: inline-block;
    width: 233px;
    height: 76px;
    color: #509524;
    border: 2px solid #509524;
    border-radius: 12px;
    text-align: center;
    line-height: 76px;
    font-size: 24px;
}


.pad10{
	padding: 10px;
	box-sizing: border-box;
}
.pad15{
	padding: 15px;
	box-sizing: border-box;
}
.pad20{
	padding: 20px;
	box-sizing: border-box;
}
.bg-white{
    background-color: #ffffff;
}

.al {
    text-align: left !important;
}

.ac {
    text-align: center !important;
}

.ar {
    text-align: right !important;
}


.bg-white{
    background-color: #ffffff;
}

.fs {
    display: flex;
    justify-content: flex-start;
    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;
}

.flex {
    display: flex;
}
.one-line{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}


.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;
}

/* 定义我们自己的分页的样式 */
.dataTables_paginate {
    width: 100%;
    background-color: #ffffff;
    text-align: right;
    padding:10px 20px;
    box-sizing: border-box;
 }


 .dataTables_paginate ul >li{
     display: inline-block;
     border-radius: 2px;
     border: 1px solid #e2e2e2;
     vertical-align: middle;
     height: 30px;
     line-height: 30px;
     padding: 0px 10px;
     box-sizing: border-box;
     margin: 0 5px;
 }

 /* 隐藏分页最先的无意义的数据 */
 .dataTables_paginate ul >li:first-child{
    display: none;
}
.dataTables_paginate ul .active{
    background-color: #559426;
    color: #ffffff;
    border: 1px solid #559426;
}

.dataTables_paginate ul .active a{
    color: #ffffff;
}

/* 隐藏分页最先的无意义的数据 */

/* 拓展layui按钮 */

.layui-btn-keke{
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background-color: #5C9B33!important;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}

.layui-btn-5C9B33{
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background-color: #fff!important;
    color: #5C9B33!important;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    border: 1px solid #5C9B33!important;
}

.color5C9B33{
    color: #5C9B33!important;
}
.colorFF5722{
    color: #FF5722;
}

.colorbfbfbf{
    color: #bfbfbf;
}

.color2237FF{
    color: #2237FF;
}
.z-stv-tips {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

