::before, ::after,*{
    padding: 0;
    margin: 0;
    /*宽度以边框开始计算*/
    -moz-box-sizing: border-box; /* firefox*/
    -webkit-box-sizing: border-box; /* chrome safari*/
    -ms-box-sizing: border-box;/* IE8以下 */
    -o-box-sizing: border-box; /* presto opera*/
    box-sizing: border-box;
    touch-action: none;
}
/** {*/
/*    touch-action: pan-y;*/
/*}*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: normal;
    font: unset;
    /*设置备用字体*/
    font-family: "SF Pro Display", "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    -webkit-font-smoothing: antialiased;
}
h3{line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
@font-face{
    font-family:myFontSy_b;
    src:url('./font/SourceHanSerifCN-Bold.ttf');
}
@font-face{
    font-family:myFontSy;
    src:url('./font/SourceHanSerifCN-Bold.ttf');
}
/*浮动*/

.f-left {
    float: left;
}

.f-right {
    float: right;
}
/*清除浮动*/
.clearfix::after,
.clearfix::before {
    content: " ";
    line-height: 0;
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

a:hover {
    color: inherit;
}
.hide{
    display: none;
}
/* 超出隐藏 */
.o1{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.o2{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.o3{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}
.o4{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:4;
}
.o5{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:5;
}
.o6{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:6;
}
.o7{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:7;
}
.o9{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:9;
}
/*图片裁切*/
.imgcover {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
/*弹出框*/
/*.layui-layer {*/
/*    left: 50% !important;*/
/*    transform: translateX(-50%) !important;*/
/*    -webkit-transform: translateX(-50%) !important;*/
/*    -moz-transform: translateX(-50%) !important;*/
/*    -ms-transform: translateX(-50%) !important;*/
/*    -o-transform: translateX(-50%) !important;*/
/*}*/
.layui-layer-border{
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.2) !important;
    border-radius: 8px !important;
    border: none !important;
}
.layui-layer-title{
    border: none !important;
    font-weight: 500 !important;
    font-size: 20px !important;
    color: #9CA3AF !important;
}
.layui-layer-setwin{
    top: 12px !important;
}
.layui-layer-ico{
    width: 20px !important;
    height: 20px !important;
    background: url(../images/layerClose_icon.png) no-repeat !important;
}
.layui-layer-setwin .layui-layer-close1:hover {
    opacity: 1 !important;
}
/*分页*/
.page{
    text-align: center;
    margin-top: 24px;
}
.layer{
    margin: 30px 0;
    text-align: center;
}
.layui-laypage{
    /*background: #F5F5F5;*/
}
.layui-laypage a, .layui-laypage .layui-laypage-curr,.layui-laypage .layui-laypage-spr{
    width: 26px;
    height: 26px;
    background: #F4F5F7;
    border: 1px solid #D1D5DB;
    border-radius: 2px;
    line-height: 26px;
    padding: 0;
    text-align: center;
    margin: 0 2px;
    color: #374151;
    font-weight: 400;
    font-size: 12px;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
    background: #12368F;
    border-radius: 2px;
}
.layui-laypage .layui-laypage-curr{
    border: none !important;
}
.layui-laypage>a:first-child, .layui-laypage>a:first-child em{
    border-radius: 2px;
}
.layui-laypage{
    margin: 0;
}
.layui-laypage .layui-laypage-skip{
    /*width: 26px;*/
    height: 26px;
    /*background: #F4F5F7;*/
    /*border: 1px solid #D1D5DB;*/
    /*border-radius: 2px;*/
    line-height: 26px;
    color: #374151;
    font-weight: 400;
    font-size: 12px;
    margin: 0;
    margin-left: 14px;
}

.layui-laypage .layui-laypage-count{
    padding: 0 10px;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    margin: 0 10px 0 0;
    border-radius: 4px;
    border:1px solid #e2e2e2;
}
.layui-laypage input{
    font-weight: 400;
    font-size: 12px;
    color: #374151;
    width: 40px;
    height: 26px;
    line-height: 26px;
    background: #F4F5F7;
    border: 1px solid #D1D5DB;
    border-radius: 2px;
    margin: 0 4px;
}
.layui-laypage button{
    width: 40px;
    height: 26px;
    background: #F4F5F7;
    border: 1px solid #12368F;
    border-radius: 2px;
    font-weight: 400;
    font-size: 12px;
    color: #12368F;
    line-height: 26px;
    padding: 0;
    margin: 0;
    margin-left: 8px;
}
.layui-laypage a:hover{
    border: 1px solid #12368F;
    color:#12368F;
}
.layui-laypage input:focus, .layui-laypage select:focus{
    border-color:#e2e2e2!important;
}
.layui-box, .layui-box * {
    box-sizing: border-box;
}
.layui-layer-shade{
    background-color: transparent !important;/*背景透明*/
}
/*滚动条样式*/
::-webkit-scrollbar { /*滚动条整体样式*/
    width: 8px;
    height: 8px;
    margin-right: 5px;
}

::-webkit-scrollbar-thumb { /*滚动条里面小方块样式*/
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 5px rgba(151, 151, 151, 0.2);
    background: rgba(0, 0, 0, 0.4);
}

::-webkit-scrollbar-track { /*滚动条里面轨道样式*/
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.05);
}


