/* 公共样式 */
html,
body {
    margin: 0;
    height: 100%;
    position: relative;
   // font-size: 14px;
}


body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: PingFang SC,
    Helvetica Neue,
    Helvetica,
    Hiragino Sans GB,
    Microsoft YaHei,
    Arial,
    sans-serif;
    line-height: 1.5;
    background-color: #f3f3f3;
}


html {
    height: 100%;
    box-sizing: border-box;
}

#app {
    min-height: 100%;
    position: relative;
    padding-bottom: 264px;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

a:focus,
a:active {
    outline: none;
}

a,
a:focus,
a:hover {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
}

div:focus {
    outline: none;
}

body,
ul ul,
ul ol,
ol ul,
ol ol,
dd,
th,
td {
    margin: 0;
}

p,
ul,
ol,
dl,
table,
pre,
hr,
blockquote,
figure,
fieldset,
address {
    margin: 0 0 1rem;
    list-style-type: none;

    &:last-child {
        margin-bottom: 0;
    }
}

p{
    margin: 0;
}



.x-space {
    margin-right: 0.375rem;
}

.x-move {
    margin-left: 1rem;
}

.x-ml5 {
    margin-left: 5px;
}

.x-mr5 {
    margin-right: 5px;
}

.x-mr10 {
    margin-right: 10px;
}

.x-ml10 {
    margin-left: 10px;
}

.x-blank {
    margin-bottom: 1rem;
}

.x-left {
    float: left;
}

.x-right {
    float: right;
}

.x-clear {
    &:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }
}

.x-hide {
    display: none;
}

.x-middle {
    vertical-align: middle;
}

.x-center {
    margin: auto;
    text-align: center;
}

.x-block {
    display: block !important;
    box-sizing: border-box;
    width: 100% !important;
}

.x-ellipsis {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.x-ellipsis-more {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.b10{clear: both;height: 10px;}
.b5{clear: both;height: 5px;}
.b16{clear: both;height: 16px;}
.b20{clear: both;height: 20px;}
.b30{clear: both;height: 30px;}
.b40{clear: both;height: 40px;}
.b46{clear: both;height: 46px;}
.b50{clear: both;height: 50px;}
.b60{clear: both;height: 60px;}
.b70{clear: both;height: 70px;}
.b80{clear: both;height: 80px;}
.b100{clear: both;height: 100px;}
.zx-pagenation{text-align: center;}
.zx-pagenation .el-pager li.active {
    background-color: #EA0029 !important;
}
.empty-boder{position: absolute;bottom: 0;left: 0;width:32px;height: 4px;background: #EA0029;}
.empty-boder128{position: absolute;bottom: 0;left: 0;width:128px;height: 4px;background: #EA0029;}
.app .hyzx002 .zx-daohang{font-weight: normal;line-height: 36px;color: #333333;display: flex;align-items: center;}
.app .hyzx002 .zx-daohang .youjian{margin: 0 12px;font-size: 36px;}
.app .hyzx001{width: 100%;min-width: 1500px;height: 350px;background: url('http://zhongxi20250408.oss-cn-hongkong.aliyuncs.com/images/banner-hy.png') no-repeat top center; background-size: cover;}


