* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

li {
    list-style: none;
}

a {
    text-decoration: none
}
html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif,"SimSun" !important;
}

/*flex布局*/
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.up-center,
.left-center,
.all-center {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.up-center {
    -webkit-align-items: center;
    align-items: center;
}

.left-center {
    -webkit-justify-content: center;
    justify-content: center;

}
.all-center {
    -webkit-justify-content: center;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}

/*禁止拷贝*/
.no-copy {

    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*浮动*/
.float-l {
    float: left;
}

.float-r {
    float: right;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
}

/*超出显示...*/
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.content {
    width: 100%;
    min-width: 1180px;
}

.fixed-content {
    width: 1180px;
    margin: 0 auto;
    position: relative;
}

iframe {
    float: left;
}

iframe:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
}

/* 更多样式 */
.pub-more {
    text-align: right;
    /* font-family: PingFangSC-Medium; */
    font-size: 14px;
    color: #B2B2B2;
    cursor: pointer;
    margin-left: 48px;
}

.pub-more > span {
    font-size: 12px;
    padding-left: 4px;
}

.pub-more:hover {
    opacity: 0.8;
}

/*tilte 样式*/
.pub-title {
    flex: 2;
}

.pub-title span {
    color: #4AB0E1;
    font-size: 32px;
    margin-right: 15px;
}

.pub-title p {
    /* font-family: PingFangSC-Semibold; */
    margin-top: -2px;
    font-size: 24px;
    color: #333333;
    line-height: 24px;
}

/* 模板二nav激活样式 */
.active {
    color: #4AB0E1;
    /* font-family: PingFangSC-Medium; */
    font-size: 18px;
    line-height: 18px;
    border-bottom: 1px solid #4AB0E1;
}

.active-ul li {
    cursor: pointer;
    /* font-family: PingFangSC-Medium; */
    font-size: 18px;
    line-height: 18px;
}

.active-ul li:hover {
    color: #4AB0E1;
    border-bottom: 1px solid #4AB0E1;
}

/*模块灰色背景*/
.pub-bg {
    width: 100%;
    min-width: 1180px;
    background: #F3F5F9;
}

/* 大模块之间间距50px */
.margin-bottom-50 {
    margin-bottom: 50px;
}
/* 大模块之间间距50px */
.margin-bottom-40 {
    margin-bottom: 40px;
}

/*placeholder样式修改，多浏览器兼容*/
input::-webkit-input-placeholder {
    /* font-family: PingFangSC-Regular; */
    font-size: 14px;
    color: #999999;
}

input::-moz-placeholder {
    /* font-family: PingFangSC-Regular; */
    font-size: 14px;
    color: #999999;
}

input:-ms-input-placeholder {
    /* font-family: PingFangSC-Regular; */
    font-size: 14px;
    color: #999999;
}
/* 列表无数据 */
.list-no-data {
    height: 100%;
    position: relative;
    box-sizing: border-box;
}
.list-no-data::before {
    content: "暂无数据";
    position: absolute;
    color: #999;
    font-size: 16px;
    top: calc(50% + 123px);
    left: 50%;
    transform: translateX(-50%);

}

.list-no-data_c {
    min-height: 390px;
    height: 100%;
    margin-bottom: 0 !important;
    background-image: url("../img/img1/no-data.png");
    background-repeat: no-repeat;
    background-size: 260px 167px;
    background-position: 50% 50%;
    background-color: #fff;
    position: relative;
    box-sizing: border-box;
    font-size: 16px !important;
}
.list-no-data_c::before {
    content: "暂无数据";
    position: absolute;
    color: #666;
    top: calc(50% + 83px);
    left: 50%;
    transform: translateX(-50%);
}
.tableBox {
    width: 95%;
    margin: 20px auto 20px !important;
}

.margin-bottom-30{
    margin-bottom: 30px;
}
