@import'font-awesome.min.css';
mgt/* 网站头部S */
/* 微信添加活动 */

html,
body {
    width: 100%;
    height: 100%;
    margin: auto 0px;
    padding: auto 0px;
}

body {
    background-color: #F5F5F5;

}

/* 禁用iPhone中Safari的字号自动调整 */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

/* 去除iPhone中默认的input样式 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input,
button {
    /* -webkit-appearance:none; */
    resize: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

button {

    border-radius: 6px !important;
}

* {
    -webkit-user-select: auto;
}

/* 设置HTML5元素为块 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

/* 图片自适应 */
img {
    object-fit: fill;
    border: none;
    vertical-align: middle;
    height: auto;
    max-width: 100%;
    /* ie8 */
    -ms-interpolation-mode: bicubic;
    /*为了照顾ie图片缩放失真*/
}

/* 初始化 */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /*取消链接高亮*/
}

body {
    font-family: Microsoft YaHei, simhei, Tahoma, Arial, sans-serif;
}

/* em,
i {
    font-style: normal;
} */
table {
    table-layout: fixed;
    text-align: center;
}

footer {
    position: relative;
}


a {
    color: #4d4d4d;
    text-decoration: none;
    font-family: Microsoft YaHei, Tahoma, Arial, sans-serif;
}

div,
p,
span,
a,
b {
    word-wrap: break-word;
    word-break: break-all
}

a,
a:hover,
a:active,
a:visited,
a:focus {
    text-decoration: none;
}



ul,
ol {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-family: Microsoft YaHei;
}


body,
html {
    width: 100%;
    margin: 0 auto;
    font-family: Microsoft YaHei;

}

body {
    font-size: 14px;
    color: #4D4D4D !important;
   
}

label {
    margin: 0px;
    font-weight: 500 !important;
}

.sanjiao .fa-caret-up {
    margin-bottom: -1.5px !important;
    color: #999999
}

.sanjiao .fa-caret-down {
    margin-top: -4.5px !important;
    margin: 0px;
    color: #999999
}


.pagination {
    margin: 0px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #D9383E;
    border-color: #D9383E;
}

.pagination>li>a {
    margin: 0px 3px;
    height: 28px;
    border: 1px solid rgba(230, 230, 230, 1);
    border-radius: 4px;
}

/* .pagination>li>a,
.pagination>li>span {
    color: #D9383E;
} */

.pagination li:nth-child(1) {
    display: none;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: rgba(227, 67, 59, 0.582);
}

.pagination .active a {
    color: #ffffff !important;
}

.layui-btn {
    line-height: 0px !important;

}

.layui-layer-shade {
    opacity: 0.6 !important;
}

.content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 16px 0px;
}

.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.au {
    text-decoration: underline;
}

/* .layui-table thead tr th:nth-child(1),
.layui-table tbody tr td:nth-child(1){
    text-align: left;
} */
#commonWeather {
    width: 28px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.commonWeather-red {
    background-image: url('../images/sun.gif');
}

.commonWeather-blue {
    background-image: url('../images/cloud.gif');
}

.commonWeather-green {
    background-image: url('../images/rain.gif');
}

.commonWeather-black {
    background-image: url('../images/bigrain.gif');
}

.layui-table td {
    padding: 9px 8px !important;
}

.layui-table th {
    padding: 12px 8px !important;
}

.commonAd {
    position: relative;
    width: 100%;
    min-height: 54px;
    max-height: 90px;
    background: rgba(179, 179, 179, 1);
}

.commonAd img {
    width: 100%;
}

.commonAd p {
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-size: 12px;
    padding: 2px;
    color: #fff;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.356);
    ;
}

.z-article {
    font-size: 14px;
}

.z-article-type li {
    margin: 6px 10px;
    margin-left: 0px;
}

.z-article-type li a {
    padding: 3px 8px;
    border-radius: 3px;
    background: rgba(245, 245, 245, 1);
}

table .option a {
    font-size: 20px;
    text-decoration: none;
}

.layui-table td,
.layui-table th {
    text-align: center;
}

.like-icon {
    font-size: 19px;
}

.like-icon:hover {
    text-decoration: none;
}

.layui-form-label {
    width: 70px;
    padding: 9px 0px;
}

.layui-input-block {
    margin-left: 86px;
}

/* 封装使用S */
.z-task-page {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #8590a6;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #8590a6;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #8590a6;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #8590a6;
}

.red {
    color: #D9383E !important;
}

.red:hover {
    color: #D9383E !important;
}

.pass {
    color: #089261;
}

.fail {
    color: #D9383E
}

.ing {
    color: #3871D9;
}

.layui-form-radio>i:hover,
.layui-form-radioed>i {
    color: #D9383E;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #D9383E;
    color: #ffffff;
}

.layui-laypage a:hover {
    color: #9B9B9B;
}

.red-btn {
    /* display: flex;
    justify-content: center;
    align-items: center; */
    border-radius: 6px;
    color: #ffffff;
    background-color: #D9383E
}

.green-btn {
    /* display: flex;
    justify-content: center;
    align-items: center; */
    border-radius: 6px;
    color: #ffffff;
    background-color: #089261
}

.red-btn a {
    color: #ffffff !important;
}

.red-btn a:hover {
    color: #ffffff;
}

.tr-btn {
    /* display: flex;
    justify-content: center;
    align-items: center; */
    border-radius: 6px;
    color: #D9383E !important;
    background-color: #ffffff !important;
    border: 1px solid #D9383E !important;
    background-color: transparent;
}

.tr-btn:hover {
    color: #D9383E;
    border: 1px solid #D9383E;
    background-color: transparent;
}

.tr-btn a {
    color: #D9383E !important;
}

.tr-btn a:hover {
    color: #D9383E;
}


.diver {
    margin-top: 282px;
}


.mgt15 {
    margin-top: 15px !important;
}

.mgt20 {
    margin-top: 20px !important;
}

.mgb20 {
    margin-bottom: 20px;
}
.mgb10 {
    margin-bottom: 10px;
}
.mgt30 {
    margin-top: 30px;
}
.mgt25 {
    margin-top: 25px;
}

.mgt10 {
    margin-top: 10px;
}

.mgt5 {
    margin-top: 5px;
}

.mgr5 {
    margin-right: 5px;
}

.mgr10 {
    margin-right: 10px;
}


.mgr20{
    margin-right: 20px;
}

.mgr30{
    margin-right: 30px;
}

.mgr25{
    margin-right: 25px;
}


.mgtb30 {
    margin: 30px 0px;
}

.mgb10 {
    margin-bottom: 10px;
}

.mgb15 {
    margin-bottom: 15px !important;
}

.mgl15{
	margin-left: 15px;
}
.mgl5{
	margin-left: 5px;
}
.mgl10{
	margin-left: 10px;
}
.mgl20{
	margin-left: 20px;
}
.mgl30{
	margin-left: 30px;
}
.mgl53{
	margin-left: 53px;
}

.pad15 {
    padding: 15px;
    box-sizing: border-box;
}

.padt35 {
    padding-top: 15px;
    box-sizing: border-box;
}

.pdt0 {
    padding-top: 0px;
}

.pdt01 {
    padding-top: 0.1px;
}


.pad20 {
    padding: 20px;
    box-sizing: border-box;
}

.pad10 {
    padding: 10px;
    box-sizing: border-box;
}

.pd0 {
    padding: 0px;
}

.pd10 {
    padding: 10px;
}

.pd15 {
    padding: 15px;
}

.pd20 {
    padding: 20px;
}
.pd25 {
    padding: 25px;
}
.pd30 {
    padding: 30px;
}

.pdb20 {
    padding-bottom: 20px;
}

.pdb15 {
    padding-bottom: 15px;
}

.pdlr20 {
    padding-left: 20px;
    padding-right: 20px;
}

.p-14 {
    font-size: 14px;
}

.p-15 {
    font-size: 15px;
}

.lh30 {
    line-height: 30px;
}

.lh8 {
    line-height: 8px;
}

.z-suoding {
    color: #FF8900;
}

.p-16 {
    font-size: 16px;
}

.p-white {
    color: #ffffff;
}

.p-red {
    color: #D9383E;
}

.p-black {
    color: #292929;
}

.padding {
    box-sizing: border-box;
    padding: 20px;
}

.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;
}

.fs28 {
    font-size: 28px;
}

.middle {
    width: 1200px;
    margin: 0 auto;
}

@media screen and (max-width:1280px){
    .middle {
        width: 1080px;
        margin: 0 auto;
    }
}


.tc {
    text-align: center;
}

.layui-breadcrumb,
.layui-tree-btnGroup {
    visibility: visible !important;
}

.w200 {
    width: 200px;
}

.w20 {
    width: 20px;
}

.h20 {
    height: 20px;
}

.w100p {
    width: 100% !important;
}

.w85p {
    width: 85% !important;
}

/* 左右内容 */
.c-left {
    width: 71.5%;
}

.c-right {
    width: 27.5%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.border-e6 {
    border: 1px solid #e6e6ee;
}

.border-tb-e6 {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.border-top-e6 {
    border-top: 1px solid #e6e6e6;
}

.border-bottom-e6 {
    border-bottom: 1px solid #e6e6e6;
}

.hide {
    display: none;
}

.noHide {
    display: block;
}

/* 颜色切换S */
.color-red {
    color: #D9383E !important;
}

.color-blue {
    color: #3871D9 !important;
}

.color-green {
    color: #069261 !important;
}

.color-black {
    color: #292929 !important;
}

.color-white {
    color: #ffffff !important;
}

.red {
    color: #D9383E;
}

.active-bg img{
    display: none;
}

.active-bg-red {
    /* color:#ffffff !important; */
    background-color: rgba(255, 236, 237, 1) !important;
}

.active-bg-green {
    /* color:#ffffff !important; */
    background-color: #0692611f !important;
}

.active-bg-blue {
    /* color:#ffffff !important; */
    background-color: rgba(56, 112, 217, 0.137) !important;
}

.active-bg-black {
    color: #ffffff !important;
    background-color: rgba(58, 58, 58, 0.568) !important;
}

.active-bg:hover {

    text-decoration: none;
}

.bg-disable-color {
    background: #ccc;
    color: #ffffff;
}

.gray {
    color: #999999;
}

.bg-white {
    background-color: #ffffff;
}

.bg-gray {
    background-color: #F5F5F5;
}

.bg-red {
    background-color: #D9383E !important;
}

.bg-blue {
    background-color: #3871D9 !important;
}

.bg-green {
    background-color: #069261 !important;
}

.bg-black {
    background-color: #292929 !important;
}

.hover-red {
    color: #D9383E !important;
}

.hover-green {
    color: #069261 !important;
}

.hover-blue {
    color: #3871D9 !important;
}

.hover-black {
    color: #292929 !important;
}

.hover-white {
    color: #ffffff !important;
}
.white {
    color: #ffffff !important;
}

.z-name-red::after {
    background-color: #D9383E;
}

.z-name-green::after {
    background-color: #069261;
}

.z-name-blue::after {
    background-color: #3871D9;
}

.z-name-black::after {
    background-color: #292929;
}

.el {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 举报弹出框S */
.rc {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 30px;
}

.rc label {
    margin-right: 30px;
    font-size: 16px;
    font-weight: 500;
}

.rc .report-input {
    margin: 20px;
}

#modal-report .modal-dialog {
    width: 650px;

}

.cell-img {
    overflow: hidden;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    margin-right: 10px;
}

.modal-dialog {
    margin: 188px auto !important;
}

.modal-header {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px 5px 0px 0px;
    color: #000000;
}

.modal-header .close {
    font-size: 30px;
    color: #fff;
    text-shadow: none;
    filter: alpha(opacity=20);
    opacity: 1;
}

.modal-title {
    font-size: 18px;
}

#modal-report .modal-body {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 50px 20px 30px;
}

#modal-report .modal-body input,
#modal-report .modal-body textarea {
    width: 100%;
}

#modal-report .modal-body .layui-textarea {
    min-height: 188px;
}

#modal-report .modal-body .layui-form-item {
    margin: 20px 0px;
}

#modal-report .report-submit {
    margin: 0 auto;
    text-align: center;
}

#modal-report .report-submit button,
#modal-download .report-submit button {
    width: 116px;
    height: 42px;
    background: rgba(217, 56, 62, 1);
    border-radius: 8px;
    margin-right: 10px;
    margin-left: 0;
}

#modal-report .modal-body .layui-form-checked[lay-skin=primary] i {
    border-color: #D9383E !important;
    background-color: #D9383E;
    color: #fff;
}

.report-submit {
    padding-top: 20px;
    border-top: 1px dashed #ccc;
}

.download-sunmit {
    padding-top: 20px;
    border-top: 1px dashed #ccc;
}

#modal-download .z-content {
    flex-direction: column;
}

.download-value,
.user-coin {
    font-size: 16px;
    color: #D9383E;
}

.pan-first {
    line-height: 30px;
}

#modal-download .z-content .down-name {
    font-size: 17px;
    font-weight: 700;
}

#modal-download .z-content img {
    width: 77px;
}

#modal-download .z-content p {
    margin-bottom: 15px;
    font-size: 15px;
    text-align: center;
    line-height: 30px;
}

/* 举报弹出框E */
.z-task-page {
    margin-top: 40px;
}

.z-video-title {

    font-size: 18px;
    font-weight: 700;
    padding-left: 10px;
    height: 35px;
    margin-bottom: 20px;
    padding: 0px;
    background-color: #ffffff;
    border-bottom: 1px solid rgba(230, 230, 230, 1);
}

.z-video-title p {
    position: relative;

}

.banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swbtnp,
.swbtnn {
    display: none;
}

.z-ihs:hover .swbtnp,
.z-ihs:hover .swbtnn {
    display: block;
}

.z-commonTitle .z-name-color::after {
    position: absolute;
    content: "";
    bottom: -12px;
    left: 0px;
    width: 100%;
    height: 4px;
}

/* 颜色切换E */

/*封装使用E */
.z-search-content .nodata {
    width: 100%;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.z-search-content .nodata img {
    width: 253px;
}

.nodata {
    margin-top: 20px;
    width: 100%;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.nodata p,
.nodata .sorry {
    color: #ccc;
    font-size: 16px;
    margin: 10px 0px;
    text-align: center;
}

.nodata-sm {
    margin: 20px 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.nodata-sm img {
    /*width: 117px;*/
    height: 133px;
    margin-bottom: 10px;
}

.nodata-sm p {
    font-size: 16px;
    color: #ccc;
}

.nocomment {
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.nocomment img {
    width: 198px;
    height: 162px;
}

/* 头部样式S */
header {
    width: 100%;
    height: 42px;
    background: rgba(245, 245, 245, 1);
    color: #4D4D4D;
}

.header-ul {
    position: relative;
    height: 42px;
}


.header-touxiang {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 42px;
}

.header-touxiang:hover .login-option {
    display: block;
}

.header-touxiang a {
    position: relative;
}

.header-touxiang .maozi {
    position: absolute;
    top: -6px;
    left: 25px;
    width: 20px;
    height: 20px;

}

.header-touxiang .touxiang-icon {
    width: 35px;
    height: 35px;
    border-radius: 45px;
    margin-right: 8px;
    object-fit: cover;
}

.header-msg {
    position: relative;
    margin-right: 22px;
    z-index: 1200;
    cursor: pointer;
}

.header-msg .icon {
    font-size: 20px;

}

.header-msg .num {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 9px !important;
    border-radius: 45px;
    color: #ffffff;
    background-color: #D9383E;
}

.header-msg .num:hover {
    color: #ffffff !important
}

.header-msg .icon:hover {
    color: #4D4D4D !important
}

.header-touxiang .login-option {
    display: none;
    position: absolute;
    top: 42px;
    right: 5px;
    width: 93px;
    padding-top: 5px;
    background: url('../images/border.png') no-repeat;
    background-size: 100% 100%;
    transition: 0.2s ease;
    z-index: 111111;
}

.header-touxiang .login-option ul li {
    height: 30px;
    text-align: center;
}

.header-touxiang .login-option ul {
    margin-top: 15px;
    margin-bottom: 5px;
}

.header-touxiang .login-option ul li a {
    display: block;
    color: #000;
    width: 98%;
    height: 100%;
}

.header-touxiang .login-option ul li a:hover {
    color: #a5a5a5dc !important;
}

#commonWeather {
    margin-right: 8px;
}

.left .header-ul .first {
    display: none;
    margin-right: 15px;
}

.right .header-ul .first {
    margin-right: 14px;
}
.right .header-ul .first p span{
    display: inline-block;
    max-width: 72px;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: bottom;
    text-overflow: ellipsis;
}

.header-wrap .left{
    width: 55%;
}
.header-wrap .right{
    width: 45%;
}

/* 
.right .header-ul .thire {
    width: 100px;
} */

.header-login {
    position: relative;
    margin-right: 33px;
}

.header-login::after {
    position: absolute;
    content: "";
    top: 0px;
    left: 45px;
    width: 1px;
    height: 100%;
    background-color: #4d4d4d;
}

/* 头部样式E */


/* 底部样式S */
footer {
    margin-top: 30px;
    background-color: #292929;
}

footer .z-title {
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(230, 230, 230, 1);
}

footer .z-title h1 {
    font-size: 18px;
    font-weight: 700;
}

footer .z-content {
    margin: 20px 0px;
}

footer .z-content li:not(:last-child) {
    margin-right: 30px;
}

footer .footer-bottom {
    margin: 0 auto;
    width: 100%;
    padding: 30px 0;
    box-sizing: border-box;
    background:#292929;
}

.footer-item{
    width: 12%;
    text-align: center;
}

.footer-item h2{
    font-size: 16px;
    color: #838383;
}

.footer-item ul>li{
    position: relative;
    margin-top: 10px;
    height: 25px;
    line-height: 25px;
}

.footer-contact{
    position: absolute;
    top: 0;
    left: 35px;
    white-space: nowrap;
}

.footer-item ul>li a{
    color: #ffffff;
}

.footer-item ul>li a:hover{
    color: #ffffff!important;
}

.footer-erweima{
    width: 14.5%;
    text-align: right;
}

.footer-erweima p{
    padding-right: 7px;
    color: #ffffff;
    margin-top: 3px;
    font-weight: 600;
    font-size: 14px;
}

.footer-bot{
    color: #B4B0B0;
    border-top: 1px solid #3D3D3D;
}

.footer-bot a{
    color: #B4B0B0;
}

.footer-bot a:hover{
    color: #B4B0B0!important;
}




/* 底部样式E */
.z-if-cell .z-title {
    width: 100%;
    /* margin-left: -3px; */
    background: #ffffff;
}

.z-if-cell .z-title .z-name {
    display: inline;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    padding-left: 10px;
}

/* 个人中心右侧样式宽度 */
.user-right {
    width: 82.3%;
}

.layui-table {
    border: none !important;
}

.title-nav {
    margin-top: 20px;
}
.title-nav a{
    color: #999999;
    font-size: 14px;
}
.el2{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.royalblue{
    color: #4068C1;
}

/* 发布公式模态框S */
#modal-index-release .modal-dialog {
    width: 600px;
    margin: 50px auto !important;
}

#modal-index-release .modal-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px dashed #e5e5e5;
}

#modal-index-release .modal-body {
    padding-left: 30px;
    padding-right: 30px;
}

#modal-index-release .modal-header img {
    width: 40px;
    height: 47px;
}

#modal-index-release .modal-header h1 {
    margin-left: 10px;
    margin-top: 3px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(217, 56, 62, 1);
    line-height: 28px;
}

#modal-index-release .layui-form-item {
    border: 1px solid #e6e6e6;
    width: 536px;
}

#modal-index-release .layui-form-item .img {
    margin: 0px 10px;
}

#modal-index-release .layui-form-item input {
    border: none;
    width: 90%;
}

#modal-index-release .layui-form-checkbox[lay-skin="primary"]:hover i {
    border-color: #D9383E;
}

#modal-index-release .layui-form-checked[lay-skin="primary"] i {
    border-color: #D9383E !important;
    background-color: #D9383E;
    color: #fff;
}

#modal-index-release .id-photo {
    width: 446px;
}

#modal-index-release .id-photo input {
    width: 350px;
}

#modal-index-release .id-butotn {
    position: relative;
    left: 90px;
    width: 84px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    color: #089261;
    background-color: #f3fdf9;
    padding: 0px;
}

#modal-index-release .id-butotn:hover {
    color: #089261;
}

#modal-index-release .argement-content {
    width: 100%;
    padding: 20px 0px;
    color: #999999;
    margin: 0 auto;
}

#modal-index-release .argement-content .argement {
    text-align: center;
}

/* 发布公式模态框E */


/* 公用选择S */
.c_switchContent_wrap table th {
    text-align: center !important
}

.c-expert-filter {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 0px 20px;
}

.c-expert-filter .c-expert-filterItem {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    height: 47px;

}

.c-expert-filter .c-expert-filterItem:last-child {
    margin-bottom: 0px;
}

.c-expert-filterName {
    width: 80px;
    text-align: right;
    font-weight: 600;
}

.c-expert-filterName span {
    text-align: right;
}

.c-expert-filterValue {
    width: 94%;
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-content: center;
}

.c-expert-filterValue ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

.c-expert-filterValue ul>li {
    margin-right: 5px;
}

.c-expert-filterValue ul>li a {
    padding: 3px 10px;
    border-radius: 3px;
    font-size: 14px;
    color: #4D4D4D;
}

.c-expert-tab {
    display: flex;
    width: 100%;
}

.c-expert-item {
    display: flex;
    width: 88px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    align-items: center;
    margin-right: 4%;
    justify-content: center;
    border: 1px solid #e5e5e5;
    color: #999;
}

.c-expert-item a {
    font-size: 15px;
    color: #999;
}

/* 公共选择E */

.z-ifcl-select a {
    height: 30px;
    text-decoration: none;
    margin-right: 10px;
    padding: 2px 23px;
    border: 1px solid #999999;
}

.z-ifcl-select a .sanjiao {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-left: 4px;
    font-size: 12px !important
}

.z-ifcl-select a .fa-caret-up,
.z-ifcl-select a .fa-caret-down {
    color: #999999;
}

.z-download-content ul {
    width: 100%;
}

.z-download-content ul li {
    position: relative;
    width: 100%;
}

.z-download-content ul li a {
    width: 100%;
    font-size: 15px;
}

/* app S */
.z-app-content {
    width: 100%;
    height: 900px;
    background: no-repeat;
    background-size: 100% 100%;
}

.z-app-content .c-user-headerWrap {
    background-color: #ffffff;
}

.z-app-content .c-user-headerWrap h2 {
    color: #ffffff;
}

.z-app-content .c-user-headerWrap li a {
    color: #282828;
}

.z-app-content .c-user-headerWrap li a:hover {
    color: #282828 !important;
}

.z-app-content .z-left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    color: #ffffff;
}

.z-app-content .z-left h1 {
    font-size: 48px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: rgba(245, 245, 245, 1);
    line-height: 72px;
}

.z-app-content .z-left h2 {

    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: rgba(245, 245, 245, 1);
    line-height: 72px;
}

.z-app-content .z-left .cell {
    width: 592px;
    height: 304px;
    padding: 40px;
    background: rgba(8, 8, 8, 0.153);
    border: 4px solid rgba(7, 7, 7, 0.207);
    border-radius: 20px;
}

.z-app-content .z-left .cell .circle {
    position: relative;
    margin-left: 20px;
}

.z-app-content .z-left .cell .circle::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 45px;
    top: 5px;
    left: -20px;
    background-color: #ffffff;
}

.z-app-content .z-left .cell .z-left {
    padding-right: 80px;
}

.z-app-content .z-left .cell .android-btn {
    width: 218px;
    height: 65px;
    border: 1px solid rgba(251, 231, 232, 1);
    border-radius: 12px;
    font-size: 19px;
    margin-top: 20px;
}

.z-app-content .z-left .cell .ios-btn {
    width: 218px;
    height: 65px;
    border: 1px solid rgba(251, 231, 232, 1);
    border-radius: 12px;
    background: transparent;
    font-size: 19px;
    margin-top: 20px;
}

.z-app-content .z-left .cell .code {
    width: 160px;
    height: 160px;
    margin-top: 17px;
}

.focus-btn {
    width: 85px;
    height: 30px;
    background-color: #D9383E;
    color: #fff;
}

.un-focus-btn {

    width: 85px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #D9383E;
    color: #D9383E;
    background-color: #fff;
    border-radius: 5px;
}

.un-focus-btn:hover {
    color: #D9383E;
}

.hu-focus-btn {

    width: 85px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #089261;
    color: #fff;
    border-radius: 5px;
}

.hu-focus-btn:hover {
    color: #fff;
}

.disable-btn {
    color: #ffffff !important;
    background-color: #ccc !important
}

/* app E  */
.z-indx-new-video {}

.z-indx-new-video a p {
    margin-top: 10px;
}

/* .z-fuwenben-content {
    font-size: 16px;
    line-height: 30px;
    font-family: "microsoft sans serif"!important;
} */

/* .z-fuwenben-content span,
.z-fuwenben-content p,
.z-fuwenben-content a,
.z-fuwenben-content div,
.z-fuwenben-content font,
.z-fuwenben-content strong{
    font-family: "microsoft sans serif"!important;
} */


/* 图片保持16：9 */

.img_wrap {
    position: relative;
    width: 100%;
    text-align: center;
}

.img_wrap img {
    max-width: 100%;
    /* height: 100%; */
}


.z-if-cell .z-otherCommonTitle .z-name {
    font-size: 18px;
    font-weight: 700;
    position: relative;
}

.z-article-tuijian li {
    width: 100%;
}

.z-article-tuijian li a {
    width: 100%;
    font-size: 15px;
}

.z-article-content li::before {
    position: absolute;
    content: "";
    bottom: 6px;
    left: -18px;
    width: 4px;
    height: 4px;
    border-radius: 45px;
    background-color: #4d4d4d;
}

.layui-table tbody tr .z-td-img {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    transition: transform 0.3s ease-in-out;
}

.tdFirstImg {
    position: relative;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    margin-right: 10px;
}

table tbody tr td:hover .z-td-img {
    transform: scale(1.1);
}

.title-content {
    flex: 1;
    font-size: 15px;
}

.title-content h2 {
    text-align: left;
}

.title-content-tips {
    margin-top: 5px;
    text-align: left;
    text-decoration: none;
    font-size: 12px;
    color: #b3b3b3;
}

.title-content-tips p:nth-child(1),
.title-content-tips p:nth-child(2) {
    margin-right: 10px;
}

.z-tct-img img {
    width: 16px;
    height: 16px;
}

.layui-table tr td:nth-child(1):hover a {
    text-decoration: none;
}

.layui-table tr td:nth-child(1) a {
    text-align: left;
    overflow: hidden;
}


.cebian {
    position: fixed;
    bottom: 5%;
    right: 2%;
    z-index: 9999;
}

#back-top {
    position: relative;
}

.cebianV2 p {
    position: relative;
    z-index: 99;
}

.cebianV2 .one {
    font-size: 22px;
}

.cebianV2 .two {
    display: none;
}

.cebianV2 .top-sanjiao {
    display: none;
    position: absolute;
    top: -20px;
    left: 8px;
    width: 40px;
    height: 40px;
    transform: rotate(45deg);
    z-index: 9;
}

.cebianV2 #back-top:hover .top-sanjiao {
    display: block;
}

.cebianV2 li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    padding: 10px;
    margin: 10px 0px;
    background-color: #fff;

}

.cebianV2 li a {
    display: block;
}

.cebianV2 li:hover {
    color: #ffffff;
    background-color: #D9383E;
}

.cebianV2 li:hover .one {
    display: none;
}

.cebianV2 li:hover .two {
    display: block;
}

.cebianV2 li:hover .two a{
    color: #ffffff;
}

/* 侧边栏E */
.header-thire {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}




.z-index-nav {
    width: 100%;
    height: 46px;
}

.z-index-nav ul {
    width: 100%;
    height: 100%;
}

.z-index-nav .z-index-ul .z-index-ul-li {
    position: relative;
    width: 10%;
    height: 100%;
}

.z-index-nav .z-index-ul .z-index-ul-li .z-index-ul-li-a{
    width: 100%;
    position: relative;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #ffffff !important;
}

.z-index-nav ul li .z-index-ul-li-a:hover {
    color: #ffffff !important;
    text-decoration: none;
}

.z-index-nav .z-index-ul .z-index-ul-li:last-child {
    margin-right: 15px;
}

.z-index-nav .z-index-ul .z-index-ul-li .z-index-ul-li-a:hover::after {
    position: absolute;
    content: "";
    bottom: 0px;
    width: 0;
    height: 0;
    border: 7px solid;
    border-color: transparent transparent #ffffff;
}

.z-index-search-btn {
    border-radius: 0px !important;
    margin-left: -1px;
}

.z-index-nav .z-index-ul .z-index-ul-li .active::after {
    position: absolute;
    content: "";
    bottom: 0px;
    width: 0;
    height: 0;
    border: 7px solid;
    border-color: transparent transparent #ffffff;
}

.z-index-nav .z-index-ul .z-index-ul-li-noActive .active::after {
    position: absolute;
    display: none;
    content: "";
    bottom: 0px;
    width: 0;
    height: 0;
    border: 7px solid;
    border-color: transparent transparent #ffffff;
}

.herader-nav-list{
    position: absolute;
    top: 45px;
    left: 3px;
    z-index: 999999;
}

.z-index-nav .z-index-ul .z-index-ul-li:hover .herader-nav-list ul{
    display: block;
}

.herader-nav-list ul{
    z-index: 99999;
    display: none;
    width: 108px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.herader-nav-list ul>li .active a{
    background-color: #000;
}

.herader-nav-list ul>li{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #ffffff;
}

.z-index-nav .herader-nav-list ul>li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #000;
    font-size: 14px;
    text-align: center;
}

.z-index-nav .herader-nav-list .active a{
    color: #ffffff!important;
}

.z-index-nav .herader-nav-list ul>li:hover a{
    color: #ffffff!important;
}

.z-index-nav .herader-nav-list ul li .active::after {
    position: absolute;
    display: none;
    content: "";
    bottom: 0px;
    width: 0;
    height: 0;
    border: 7px solid;
    border-color: transparent transparent #ffffff;
}


.tc {
    text-align: center;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.r-head-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.r-color {
    color: #b3b3b3;
}

.r-color a {
    color: #b3b3b3;
}

.down-name {
    margin-top: 5px;
    font-size: 16px;
    font-weight: 700;
}

#modal-write-renzheng img,
#modal-downIcon img,
#modal-articleDel img {
    width: 77px;
}

.z-ue-content {
    min-height: 920px;
}


.z-ur-shenheIng {
    flex-direction: column;
    height: 400px;
}

.z-ur-result {
    flex-direction: column;
    height: 400px;
}

.c-renzheng-wrap .tips {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-top: 30px;
}

.z-ur-shenheIng p,
.z-ur-result p {
    line-height: 40px;
}

.z-ur-result .btn {
    width: 100%;
    text-align: center;
}

.z-ur-result .z-success {
    flex-direction: column;
}

.dpg {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9999;
    width: 100%;
    background-color: #26292c;
}

.dpg .z-dpb-content {
    color: #ffffff !important;
}

/* 查看大图S */

/* 查看大图E */


.z-hr-header {
    width: 100%;

}

.z-hr-header .zhongjian {
    height: 120px;
}

.z-hr-header .web-logo {
    width: 240px;
    height: 50px;
}

.z-hr-header .z-btn-list button {
    border: 1px solid #e6e6e6;
    color: #999999;
    background-color: #ffffff;
    height: 32px;
    font-size: 12px;
}

.z-hr-header .z-btn-list button:hover {
    border: 1px solid #D9383E;
    color: #D9383E;
}

.z-hr-header .z-btn-list a+a {
    margin-left: 40px;
}

/* 全部tags页 */


.z-all-tags {
    min-height: 600px;
}

.z-all-tags .z-tags-title {
    width: 100%;
    border-bottom: 1px solid #f5f5f5;

}

.z-all-tags .z-tags-title h1 {
    font-size: 18px;
    display: inline-block;
    padding-bottom: 3px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
}

.z-all-tags .tags-cell ul {
    margin: 10px 0px;
    flex-wrap: wrap;
}

.z-all-tags .tags-cell li {
    margin: 10px;
    margin-left: 0px;
    margin-right: 15px;
}

.z-all-tags .tags-cell li a {
    display: block;
    padding: 5px 10px;
    background: #f5f5f5;
    border-radius: 6px;
}



/* 标签E */

/* 字体颜色 */

.colorff0000 {
    color: #ff0000;
}

.colorff6600 {
    color: #ff6600;
}

.colorcc0099 {
    color: #cc0099;
}

.colorff7bff {
    color: #ff7bff;
}

.color009966 {
    color: #009966;
}

.color00ccff {
    color: #00ccff;
}

.color669900 {
    color: #669900;
}

.color3c9dff {
    color: #3c9dff;
}



/* 关于S */

/* 关于E */
@-webkit-keyframes bounce-down {
    25% {
        -webkit-transform: translateY(-5px);
    }

    50%,
    100% {
        -webkit-transform: translateY(0);
    }

    75% {
        -webkit-transform: translateY(5px);
    }
}

@keyframes bounce-down {
    25% {
        transform: translateY(-5px);
    }

    50%,
    100% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(5px);
    }
}

.tongzhi-icon {
    -webkit-animation: bounce-down 1.5s linear infinite;
    animation: bounce-up 1.5s linear infinite;
}


/* 变色公告S */
#colorTips {
    display: none;
    position: fixed;
    top: 0px;
    right: 7%;
    width: 195px;
    z-index: 999;
    color: #7a3d03;
    font-weight: 700;
}

#colorTips .box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#colorTips #close {
    position: absolute;
    font-size: 22px;
    color: #ef562e;
    right: 5px;
    bottom: 130px;
    cursor: pointer;
}

.z-ct-header {
    position: relative;
    width: 100%;
    height: 342px;
    background: url('../images/ct-header.png') no-repeat;
    background-size: 100% 100%;
}

.z-ct-header p {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 14px;
    bottom: 35px;
    left: 0px;
    right: 0px;
}

.z-ct-content {
    width: 176px;
    min-height: 20px;
    background: url('../images/ct-middle.png') no-repeat;
    background-size: 100% 100%;
}

.z-ct-footer {
    width: 176px;
    height: 20px;
    background: url('../images/ct-footer.png') no-repeat;
    background-size: 100% 100%;
}

.liaojie {
    cursor: pointer;
}

#colorTips .box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#colorTips .two {
    display: none;
    margin: 10px 12px;
    height: 200px;
    overflow-y: scroll;

}

#colorTips .three {
    display: none;
}

#colorTips .three p {
    margin: 0px 10px;
    cursor: pointer;
}

#colorTips .three p:hover {
    margin: 0px 10px;
    color: #ffaa02;
}

#colorTips .two::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(217, 217, 217, 0.3);
    border-radius: 6px;
}


#colorTips .two::-webkit-scrollbar-thumb {
    background-color: #ffaa02;
    border-radius: 6px;
}

#colorTips .two::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(217, 217, 217, 0.3);
    border-radius: 6px;
    background-color: rgba(217, 217, 217, 0.3);
}

#colorTips #cancel {
    padding: 3px;
    margin-top: 5px;
    margin-bottom: -5px;
    color: #D9383E;
    border-radius: 6px;
    cursor: pointer;
}

#colorTips .goReturn {
    display: none;
    margin-top: -5px;
    cursor: pointer;
}

/* 悬挂样式 */
.xuangua {
    position: absolute;
    right: 7%;
    top: 0;
    z-index: 100;
    width: 200px;
    transform: translateY(-500px);
    transition: ease-in-out 1000ms;
}

.xuangua-top {
    position: relative;
    z-index: 100;
}

.xuangua-tip {
    position: absolute;
    bottom: 25px;
    left: 42px;
    color: #7a5d3b;
    font-weight: 600;
}

.c-close-x {
    position: absolute;
    right: 0;
    top: 200px;
    cursor: pointer;
}

.xuangua-bot {
    background-image: url('../images/cbgg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: -21px;
    z-index: 80;
}

.c-content-tip {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    cursor: pointer;
    color: #7a5d3b;
    font-weight: 600;
}


.xuangua-active {
    animation: down 1s ease-in-out 0s 1 alternate forwards;
    animation-iteration-count: 1;
}

@keyframes down {
    75% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-66px);
    }
}

.xuangua-active_1 {
    animation: down_1 1s ease-in-out 0s 1 alternate forwards;
    animation-iteration-count: 1;
}

@keyframes down_1 {
    0% {
        transform: translateY(-66px);
    }

    75% {
        transform: translateY(-36px);
    }

    100% {
        transform: translateY(-666px);
    }
}

/* 网盘下载 ｓ*/
.c-Pan {
    width: 80%;
    margin: 0 auto 20px auto;
    text-align: left;
    padding: 20px;
    box-sizing: border-box;
    background-color: #f2f2f2;
}

.c-Pan input {
    background-color: transparent;
    border: none;
}

.pan_show {
    font-size: 15px;
}

/* 网盘下载弹窗ｅ　 */

/* 头部信息列表ｓ */



.c-message-wrap {
    position: absolute;
    top: 20px;
    left: -20px;
    display: none;
    background-color: transparent;
    width: 300px;
    height: 255px;
    padding: 15px;
    box-sizing: border-box;
}
.header-msg:hover .c-message-wrap{
    display: block;
}

.c-message-list {
    width: 100%;
    min-height: 60px;
    border: 1px solid #f2f2f2;
    box-shadow: 0 0 1px rgba(0, 0, 0, .2);
    background-color: #ffffff;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
}

.c-message-list ul {
    width: 100%;
}

.c-message-list ul>li {
    width: 100%;
    margin-bottom: 5px;
}

.c-message-list ul>li:last-child {
    margin-bottom: 0;
}

/* .c-message-list ul>li a {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 12px;
    box-sizing: border-box;
} */
.c-message-info>span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.c-notRead {
    position: relative;
    display: inline-block;
}

.c-notRead::before {
    position: absolute;
    top: 9px;
    left: -9px;
    content: '';
    width: 5px;
    height: 5px;
    background-color: #D9383E;
    border-radius: 50%;

}

.c-message-btn {
    width: 100%;
    font-size: 14px;
}

.c-message-btn a:first-child {
    color: #999999;
}

.c-message-info p {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

/* 头部信息列表ｅ */

.wenxintishi {
    margin-top: 12px;
    line-height: 21px;
}

/* 头部信息列表ｅ */

/* 404页面开始 */
.c-notFound-page {
    position: fixed;
    width: 100%;
    height: 100%;
}

.c-notFound {
    position: absolute;
    width: 80%;
    margin: auto;
    top: 0%;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}

.c-notFound img {
    margin-right: 2%;
}

.c-noPage-info {
    position: relative;
    margin-top: -200px;
    color: #000000;
    text-align: left;
}

.c-noPage-info h1 {
    font-size: 36px;
    font-weight: 400;

}

.c-noPage-info h1 strong {
    font-size: 48px;
    font-weight: 600;
    margin-right: 8px;
}

.c-noPage-info p {
    font-size: 28px;
}

.c-notFound-btn {
    position: absolute;
    top: 188%;
}

.c-notFound-btn a {
    display: inline-block;
    width: 233px;
    height: 76px;
    line-height: 76px;
    border-radius: 12px;
    border: 2px solid #D9383E;
    text-align: center;
    font-size: 24px;
}

.c-notFound-btn a:first-child {
    background-color: #D9383E;
    color: #ffffff;
    margin-right: 50px;
}

.c-notFound-btn a:nth-child(2) {
    color: #D9383E;
}


#web-tips {
    width: 390px;
    height: 19px;
    overflow: hidden;
}

#web-tips li {
    width: 100%;
    margin-bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.nowrap{
    white-space: nowrap;
}


#videoBox {
    position: relative;
}

.videoLogin {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 300px;
    height: 150px;
    border-radius: 5px;
    margin: auto;
    background-color: #fff;
    z-index: 99999;
}

.videoLogin .box {
    width: 100%;
    height: 100%;
    flex-direction: column;
}

.videoLogin p {
    font-size: 18px;
    color: rgb(88, 88, 88);
    line-height: 24px;
}

.videoLogin button {
    margin: 10px;

}



/* 手机邀请S */
.wap-content {
    position: relative;
}

.wap-bg,
.pc-bg {
    position: absolute;
    top: 0px;
    left: 0px;
}

.wap-bg img,
.pc-bg img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.wap-content-box {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.wap-content .first-box {
    flex-direction: column;
}

.first-box,
.second-box.third-box {
    position: absolute;
    top: 0px;
    width: 100%;
}

.wap-content .touxiang {
    width: 30%;
    margin-top: 2%;
}

.wap-content .touxiang img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.wap-title {
    margin-top: 10px;
    font-size: 35px;
    font-weight: bold;
    color: rgba(253, 208, 0, 1);
    line-height: 43px;
}

.wap-web-title {
    font-size: 30px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 60px;
}

.wap-web-title2 {
    width: 70%;
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
}

.wf-bottom {
    position: relative;
    bottom: -10%;
    z-index: 999;

}

.wf-bottom .tuandui {
    font-weight: 700;
    color: #FDD000;
}

.wf-bottom .tuandui img {
    width: 25px;
    height: 25px;
    margin-right: 5px;
}

.wf-bottom .tuandui {
    margin: 0 14%;
}

.wfb-font {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.yellow {
    color: #FDD000;
}

.fs12 {
    font-size: 12px;
}

.fs13 {
    font-size: 13px;
}


.fs14 {
    font-size: 14px;
}

.fs15 {
    font-size: 15px;
}

.fs17 {
    font-size: 17px;
}

.bold{
    font-weight: 600;
}

.fs16 {
    font-size: 16px;
}
.fs17{
    font-size: 17px;
}
.fs18{
    font-size: 18px;
}
.fs20{
    font-size: 20px;
}

.fs25{
    font-size: 25px;
}



.dateNum {
    color: #FDD000;
    font-size: 16px;
    font-weight: 700;
    margin: 0 5px;
}

.wfb-font img {
    width: 25px;
    height: 14px;
    margin-left: 5px;
}

.wfb-font3 {
    margin-top: 15%;
}


.ws-content {
    position: relative;
    top: 5%;
}

.wsc-one {
    width: 90%;
    margin: 0 auto;
    padding: 15px;
    border-radius: 10px;
    background-color: #fff;
    z-index: 999;
    color: rgba(191, 191, 191, 1);
}

.wsc-title {
    font-size: 19px;
    font-family: Microsoft YaHei;
    font-weight: 400;

    line-height: 30px;
    margin-bottom: 10px;
}

.ws-content li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 15px;
    margin-bottom: 10px;
}

.ws-content li img {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

.wsc-one {
    z-index: 999;
}

.wsc-two {
    position: relative;
    top: -20px;
    width: 85%;
    height: 30px;
    margin: 0 auto;
    border-radius: 15px;
    background-color: #fff;
    opacity: 0.4;
    z-index: 998;
}

.wsc-three {
    position: relative;
    top: -40px;
    width: 80%;
    height: 30px;
    margin: 0 auto;
    border-radius: 15px;
    background-color: #fff;
    opacity: 0.2;
    z-index: 997;
}

.wt-touxiang {
    position: absolute;
    margin: 0 auto;
    left: 50%;
    top: -5%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
}

.wt-touxiang img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.wt-content p {
    text-align: center;
}

.third-box .wt-content {
    position: relative;
    top: -22%;
    width: 90%;
    margin: 0 auto;
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
    z-index: 999;
    color: rgba(191, 191, 191, 1);
}

.wap-pc-content .z-wpc-top{
    position: relative;
}
.wap-pc-content .z-wpc-top .return-btn{
    position: absolute;
    top:0px;
    right:0px;
    color:#edd26c;
    font-size: 16px;
    background-color: transparent;
    border: 2px solid #edd26c;
    border-radius: 5px;
}
.wap-pc-content .left {
    font-size: 16px;
    font-weight: 700;
}

.wap-pc-content .left ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 900px;
    margin-top: 20px;
}

.wap-pc-content .left ul img {
    width: 40px;
    height: 40px;
    margin-right: 20px;
}

.wap-pc-content .left ul li {
    display: flex;
    justify-content: flex-start;
    width: 45%;
    margin: 0 15px;
}

.wap-pc-content .left span,
.wap-pc-content .left p {
    color: #fff;
    margin-bottom: 10px;
}

.wt-pc-tips {
    width: 490px;
    padding: 10px;
    margin-bottom: 20px !important;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.pc-dateNum {
    font-size: 17px;
}

.wt-pc-title {
    margin-bottom: 20px;
}

.wt-pc-title .yellow-title {
    font-size: 19px;
    font-weight: bold;
    color: #EDD26C !important;
    line-height: 25px;
}

.nextPage {
    position: relative;
    display: flex;
    justify-content: center;
    align-self: center;
    text-align: center;
    left: 0px;
    right: 0px;
    margin-top: 40px;
    z-index: 999;
}

.nextPage img {
    width: 30px;
    height: 30px;
    ;
}

@media (max-height: 700px) {
    .wf-bottom {
        bottom: -10%;
    }
}

@media (min-height: 770px) {
    .wf-bottom {
        bottom: -30%;
    }
}

@media (min-width: 500px) {
    .third-box {
        display: block;
    }
   

    .second-box,
    .first-box {
        display: none;
    }

    .wap-bg {
        display: none;
    }

    .pc-bg {
        display: block;
    }

    .wt-touxiang {
        display: none;
    }

    .third-box .wt-content {
        width: 440px;
        background-color: #fff;
        padding: 30px
    }

    .wt-content .input-icon {
        display: none;
    }

    .wfb-font-pc {
        display: block;
        font-size: 24px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: rgba(41, 41, 41, 1);
        line-height: 24px;
        text-align: center;
    }

    .wfb-font-wap {
        display: none;
    }

    .wfb-font-pc {
        display: block;
    }

    .wt-content .submit-btn {
        width: 100%;
        height: 50px;
    }

    .wt-content .z-get-code {
        width: 108px !important;
        margin-left: 30px;
    }

    .wt-content .c-get-check {
        width: 108px;
        margin-left: 30px;
    }

    .wap-pc-content {
        align-items: flex-start;
        padding: 100px 190px;
    }
}

@media (max-width: 500px) {
    .first-box {
        display: block;
    }
    .third-box .wt-content {
        top: 15% !important;
    }
    .wfb-font-wap {
        display: block;
    }

    .wfb-font-pc {
        display: none;
    }

    .second-box,
    .third-box {
        display: none;
    }

    .wap-bg {
        display: block;
    }

    .pc-bg {
        display: none;
    }

    .wap-pc-content {
        padding: 0px;
    }

    .wap-pc-content .z-wpc-top,
    .wap-pc-content .left {
        display: none;
    }

    .wap-pc-content .right {
        width: 100%;
        height: 100%;
        position: relative;
        top: 15%;
    }

    .wt-touxiang {
        display: block;
    }



    .wt-content .wfb-font {
        font-size: 17px;
        font-weight: bold;
        color: rgba(243, 56, 67, 1);
    }

    .wt-content .c-phone-check {
        width: 60%;
    }

    .wt-content .z-get-code {
        width: 110px;
    }

    .wt-content .c-get-check {
        width: 28%;
    }

    .wt-content .submit-btn {
        width: 100%;
        height: 60px;
        font-size: 17px;
        font-weight: 700;
        padding-top: -5px;
        background-color: transparent;
        /* background: url('../images/wap-btn.png') no-repeat; */
        background-size: 100% 100%;
    }

    .wt-content .layui-form-item {
        position: relative;
    }

    .wt-content input {
        padding-left: 35px !important;
    }

    .wt-content .input-icon {
        position: absolute;
        top: 9px;
        left: 9px;
        width: 15px;
        height: 20px;
    }
}

/* 手机邀请E */

.impowerBox {
    display: flex;
    justify-content: center;
    align-items: center;
}

.z-bcr-wenzi {
    font-size: 16px;
    line-height: 24px;
    color: rgba(77, 77, 77, 1);
    margin-bottom: 10px;
}



/* 首页邀请进s群浮窗S */
.activity-pop {
    position: fixed;
    top: 79%;
    left: 2%;
    display: none;
    width: 145px;
    height: 130px;
    background: url('../images/qq-activity.png') no-repeat;
    background-size: 100% 100%;

    z-index: 999;
}

@keyframes mymove {
    0% {
        transform: scale(1);
        /*开始为原始大小*/
    }

    25% {
        transform: scale(1.05);
        /*放大1.05倍*/
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.05);
    }

}

@-webkit-keyframes mymove

/*Safari and Chrome*/
    {
    0% {
        transform: scale(1);
        /*开始为原始大小*/
    }

    25% {
        transform: scale(1.05);
        /*放大1.05倍*/
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.05);
    }
}

.jinqun-btn {
    width: 83px;
    height: 30px;
    position: absolute;
    bottom: 5%;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    background: url('../images/qq-button.png') no-repeat;
    background-size: 100% 100%;
    animation: jinqunBtn 2s infinite;
    -webkit-animation: jinqunBtn 2s infinite;
    /*Safari and Chrome*/
    animation-direction: alternate;
    /*轮流反向播放动画。*/
    animation-timing-function: ease-in;
    /*动画的速度曲线*/
    /* Safari 和 Chrome */
    -webkit-animation: jinqunBtn 2s infinite;
    -webkit-animation-direction: alternate;
    /*轮流反向播放动画。*/
    -webkit-animation-timing-function: ease-in;
    /*动画的速度曲线*/
}

@keyframes jinqunBtn {
    0% {
        transform: scale(1);
        /*开始为原始大小*/
    }

    25% {
        transform: scale(1.1);
        /*放大1.1倍*/
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.1);
    }

}

@-webkit-keyframes jinqunBtn

/*Safari and Chrome*/
    {
    0% {
        transform: scale(1);
        /*开始为原始大小*/
    }

    25% {
        transform: scale(1.1);
        /*放大1.1倍*/
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.1);
    }
}

/* 首页邀请进群浮窗E */

.wf-bottom .line {
    width: 80%;
    height: 1px;
    margin: 0 auto;
    text-align: center;
    background-color: #D9383E;
}

.wsc-one .line {
    width: 100%;
    border-bottom: 2px dashed #999;
}

.z-wsco-bottom {
    font-size: 19px;
    font-weight: 700;

    text-align: center;
}

.z-wscob-tips {
    margin-top: 10px;
    color: #BFBFBF
}

.z-wpc-top {
    color: #EDD26C;
    margin-bottom: 30px;
}

.z-wpct-title {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 20px;
}

.z-wpct-content ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.z-wpct-content ul .cell {
    width: 123px;
    height: 123px;
    margin-right: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #EDD26C;
}

.z-wpct-content ul .cell .num {
    font-size: 30px;
}

.z-wpct-content ul .cell .line {
    width: 90px;
    height: 1px;
    margin: 10px 0px;
    background-color: #EDD26C;
}

.z-wpct-content ul .cell .wenzi {
    font-size: 19px;
}

.header-gongshi {
    font-size: 14px;
    margin-right: 15px;
}

.header-reg {
    color: #D9383E;
    font-weight: 600;
}
.header-login{
    color: #D9383E;
    font-weight: 600;
}

.pore{
    position: relative;
}

/* 帮助中心a 标签样式 */
.c-helpCenter-link:hover p{
    color: #ffffff!important;
}

/* app 下载头部 */
.header-app-down {
    margin-right: 8px;
    width: 12px;
    height: 16px;
}
.header-app .wenzi{
    margin-right: 12px;
}
#ieTips{
   
    width: 100%;
    height: 50px;
    padding:10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #e96240;
    color:#282828;
}
.isIEbox{
    display: none;
}
#ieTips span{
  margin-left: 40px;
} 

/* 右侧精品公式s */

.c-jingping-side{
	width: 100%;
}

.c-jingping-side ul{
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}

.c-jingping-side ul>li{
	width: 100%;
	padding-bottom: 10px;
}
.c-jingping-side ul>li:not(:last-child) {
    margin-bottom: 10px;
}


.c-jingping-fengmian{
    display: block;
    width: 100%;
    height: 180px;
	overflow: hidden;
	margin-bottom: 5px;
}

.c-jingping-fengmian img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.c-jingping-side ul>li h2 a{
	width: 100%;
	height: 40px;
	color: #000000;
	padding: 0;
	box-sizing: border-box;
	line-height: 20px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.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 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.four-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}



.show_image {
    display: inline-block;
    vertical-align: top;
    font-size: 0 !important;
    width: 31px;
    height: 30px;
    background-image: url('../images/showimg.png');
    background-repeat: no-repeat;
    flex: none;
    cursor: pointer;
}

.mgl10{
    margin-left: 10px;
}

/* 评论模块 */

.z-book-comment-title .z-name {
    position: relative;
    padding-left: 10px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(41, 41, 41, 1);
    line-height: 24px;
}

.z-book-comment-textarea::-webkit-input-placeholder {
    color: #999;
}

.z-book-comment-textarea:-moz-placeholder {
    color: #999;
}

.z-book-comment-textarea:-ms-input-placeholder {
    color: #999;
}

.z-bc-form {
    margin-top: 10px;
}

.z-book-comment-textarea {
    width: 100%;
}

.book-release-comment {
    margin-top: 10px;
    color: #999999;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.book-release-comment button {
    margin-left: 20px;
    width: 70px;
    height: 28px;
    background: rgba(217, 56, 62, 1);
    border-radius: 6px;
}

.z-book-comment-content .z-bcc-type {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 24px;
}

.z-book-comment-content .z-bcc-type li {
    color: #4d4d4d;
    cursor: pointer;
}

.z-book-comment-content .z-bcc-type li:nth-child(1) {
    margin-right: 36px;
}

.z-book-comment-content .z-bcc-list li {
	
    display: flex;
    justify-content: flex-start;
    margin: 10px 0px;

}

.z-bcc-list li .z-touxiang .img {
    text-align: center;
    width: 60px;
    /*height: 80px;*/
    margin-right: 5px;
}

.z-bcc-list li .z-touxiang .img p {
    width: 70px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    margin-top: 10px;
    
}

.z-bcc-list li .z-touxiang .img img {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.z-bcc-list .right {
    position: relative;
    width: 760px;
}

.z-bcc-list .right .repley_handle{
    position: absolute;
    right: 0;
}

.z-bcc-list .right p {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.z-bcc-list li {
    /*height: 100px;*/
    padding: 0px 0px 25px 0px;
}

.z-index-ul .logo a:hover{
    color: #ffffff!important;
}

.c-reply-form{
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background-color: #f2f2f2;
}

.c-reply-form .c-avatar{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.c-reply-form input{
    width: 90%;
    margin: 0 10px;
}

.c-reply-content{
    position: relative;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background-color: #f5f5f5; 
}

.c-reply-content .c-avatar{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.c-reply-content .c-delete{
    cursor: pointer;
}

.layui-layer-btn .layui-layer-btn0{
    background-color: #D9383E !important;
    border-color: #D9383E !important;
}

.r-recomment-title{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.c-reply-content .c-repley-time{
    white-space: nowrap;
}

.c-repley-wrap{
    white-space: nowrap;
    position: absolute;
    right: 10px;
    top: 15px;
}

.c-repley-wrap .c-delete{
    margin-left: 10px;
}

.c-leaveMessage-name .c-delete{
    right: 50px;
}

.c-reply-content .n-reply-name{
    display: flex;
    justify-content: space-between;
    align-items: start;
}

@media screen and (max-width: 1280px) {
    .middle{
        width: 990px;
    }

    .xuangua-active{
        display: none!important;
    }

    .layui-layer-setwin .layui-layer-close2{
        right:-13px!important;
        top:-13px!important;
    }

    .z-ifcl-select a{
        padding: 3px 12px;
    }

    #web-tips{
        width: 273px;   
    }

    .un-focus-btn{
        width: 66px;
    }

    .focus-btn{
        width: 66px;
    }

    .right .header-ul .first{
        display: none;
    }
}

.img_wrap{
    position: relative;
}
.img_wrap:hover::after{
    position: absolute;
    content: '点击查看大图';
    right: 0;
    top: 0;
    display: block;
    padding: 2px 5px;
    color: #ffffff;
    background-color: red;
    font-size: 12px;
}

#facebox {
    width: 380px;
    box-shadow: 1px 2px 5px 0px black;
    background-color: #fff;
}

/* 评论模块 */
.group-detail-comment{
    width: 100%;
}

.group-detail-comment textarea{
    width: 93%;
    border: 1px solid #e6e6e6;
    /*background-color: #f6f7f8;*/
}

.group-detail-comment .avatar{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}


.group-detail-comment ul>li{
    position: relative;
    width: 66px;
    height: 50px;
    margin-right: 10px;
}

.group-detail-comment ul>li .layui-upload-img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.group-detail-comment ul>li img{
    object-fit: cover;
}

.group-detail-comment ul>li .n-del{
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

#n-share{
    cursor: pointer;
}

.n-conten-two .cursor-pointer{
    margin-left: 32px;
    margin-right: 20px;
}

.cursor-pointer{
    cursor: pointer;
}

.cursor{
    cursor: pointer;
}
.n-article-conten{
    position: relative;
}


.r-banquan{
	margin-top:70px;
	font-size:15px;
	line-height:28px
}

/* 查看大图，上下图片按钮 */
.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;
}


/* 推荐高手 */
.tuijian-gaoshou{
    width: 100%;
}

.tuijian-gaoshou .c-title{
    text-align: center;
    background-color: #f2f2f2;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
    margin-right: 20px;
}

.tuijian-right{
    width: 94%;
    display: flex;
    align-content: center;
    justify-content: space-between;
}

.tuijian-right a{
    display: flex;
    align-items: center;
    width: 23%;
}

.tuijian-right a:last-child{
    width: 28%;
}

.tuijian-right a img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.tuijian-right a ul{
    flex-wrap: wrap;
}

.tuijian-right a ul>li{
    margin-top: 2px;
    color: #b1adad;
}

.tuijian-right .tuijian-info{
    margin-left: 10px;
    width: calc(100% - 56px);
}

.weidusuxin{
    position: absolute;
    left: -190px;
    top: 12px;
    white-space: normal;
    background-color: #f39800;
    color: #ffffff;
    width: 168px;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 7px;
}

.weidusuxin::after{
    position: absolute;
    right: -9px;
    top: 7px;
    content: '';
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-left: 20px solid #f39800;
    border-bottom: 16px solid transparent;
    display: block;
}

/* 详情页查看大图 */
.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;
}	


/* 公式侧栏导航 */
.scrollFiexd{
    width: 324px;
}

.fixed_top{
    position: fixed;
    top: 0;
}

.bg-blues{
    background: #e6f1fb;
    color: #0066CC;
    padding: 1px 8px;
}
.bg-grays{
    background: #f9f9f9;
    color: #999999;
    padding: 1px 8px;
}
.z-tips span{
    display: inline-block !important;
}
.z-tips a{
    font-size: 14px !important;
    display: inline !important;
}

/* 公告 */
.cfchi-push{
    width: 294px;
    background: #ffffff;
    position: fixed;
    bottom: 0%;
    right: 2%;
    z-index: 9999;
    max-height: 220px;
}
.cfcpush-con h2{
    font-size: 14px;
    font-weight: 700;
    color: #5c5857;
    line-height: 32px;
}
.cfcpush-con{
    padding: 0px 15px 15px 15px;
}
.cfcpush-con p{
    font-size: 13px;
    color: #5c5857;
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.cfcpush-title{
    width: 294px;
    padding: 10px 15px 0px 15px;
    background: linear-gradient(180deg,#f7c9ca 0%, #ffffff 100%);
}
.cfcpush-title .fa-times{
    color: #D9383E;
    cursor: pointer;
}
.cfchi-mask{
    animation: animate 5s ease infinite;
    overflow: hidden;
    animation-iteration-count:1;
}
@keyframes animate{
   from {
        height: 0px;
        top : 294px;
   }
   to {
       height: 294px;
       top : 0px;
   }
}
.cfcpush-title .n-cfctitlw span{
    font-size: 13px;
    color: #f15930;
    line-height: 30px;
}
.n-cfctitlw img{
    vertical-align: middle;
}
.n-cfctitlw span{
    vertical-align: middle;
}
.cfcpush-check{
    border-top: 1px solid #f2f2f2;
    text-align: center;
}
.cfcpush-check span{
    line-height: 45px;
}
.cfcpush-con span a{
    color: #314FD3;
    font-size: 12px;
}
.cfcpush-con span a:hover{
    color: #314FD3;
}
.lxkefu p{
font-size: 15px;
    color: #4d4d4d;
    line-height: 33px;
    font-family: Microsoft YaHei;
}
.lxkefu .one-ques{
    border-bottom: 1px solid #DDDDDD;
    padding: 10px 0px;
}
.lxkefu div a{
    color: #286BBE;
}

.lxkefu{
    padding: 0px 15px;
}
.layui-textarea{
    width: 100%;
    resize:none;
}
.layui-form .lianxi-btn button{
    width: 99px;
    border-radius: 0%;
    color: #fff;
    line-height: 38px!important;
}
.lxkefu .three-ques{
    padding: 10px 0px;
}

/* 搜索股票数据时候的下拉 */
.c-search-list{
    z-index: 999;
    position: absolute;
    top: 39px;
    left: 93px;
    display: none;
    width: 78%;
    background-color: #ffffff;
    padding: 15px;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.c-search-list .c-tag{
    color: #ff0000;
}

.c-search-list a span:not(:last-child){
    margin-right: 10px;
}
.c-search-list ul>li:not(:last-child){
    margin-bottom: 10px;
}
.c-search-list a span{
    display: inline-block;
    min-width: 58px;
}

.c-search-list a span:last-child{
    text-align: center;
}


.n-pic{
    display: flex;
    align-items: center;
}

.n-pic img{
    margin-right: 5px;
}

.n-update-tp .emotions{
    display: flex;
    align-items: center;
}

.n-update-tp .emotions img{
    margin-right: 5px;
}


/* 控制评论表情包图片大小 */
.g-msg-info img{
    max-width: 28px;
}


.z-index-ul .z-index-ul-li a .vipmainfei{
    display: inline-block;
    font-size: 12px;
    background-image: linear-gradient(to right, #d93680 , #9575f3);
    white-space: nowrap;
    color: #ffffff;
    padding: 4px 5px;
    border-radius: 5px;
    opacity: 1;
    position: absolute;
    left: 92px;
    top: -8px;
}
.z-index-ul .z-index-ul-li a .vipmainfei::before{
    position: absolute;
    content: '';
    display: block;
    left: 6px;
    top: 18px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 8px solid #cc4398;
    border-bottom: 6px solid transparent;
}

.z-index-ul .z-index-ul-li a .shizhan{
    display: inline-block;
    font-size: 12px;
    background-color: #f5f51f;
    white-space: nowrap;
    color: #eb5134;
    padding: 0px 5px;
    opacity: 1;
    position: absolute;
    left: 98px;
    top: 6px;
}
.z-index-ul .z-index-ul-li a .shizhan::before{
    position: absolute;
    content: '';
    display: block;
    left: 3px;
    top: 12px;
    width: 0;
    height: 0;
    border-top: 2px solid transparent;
    border-left: 7px solid #f5f51f;
    border-bottom: 6px solid transparent;
}



.n-niusan-more{
    display: none;
}























