html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
    margin: 0;
    padding: 0;
}

header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th {
    text-align: left;
    font-weight: normal;
}

html, body, fieldset, img, iframe, abbr {
    border: 0;
}

i, cite, em, var, address, dfn {
    font-style: normal;
}

[hidefocus], summary {
    outline: 0;
}

li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6, small {
    font-size: 100%;
}

sup, sub {
    font-size: 83%;
}

pre, code, kbd, samp {
    font-family: inherit;
}

q:before, q:after {
    content: none;
}

textarea {
    overflow: auto;
    resize: none;
}

label, summary {
    cursor: default;
}

a, button {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6, em, strong, b {
    font-weight: bold;
}

del, ins, u, s, a, a:hover {
    text-decoration: none;
}

body, button, input, select, textarea {
    font: 16px/1.5  Pingfang sc,Helvetica Neue, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
}

a {
    text-decoration: none;
    color: #222;
}

a:hover {
    color: #1B77FF;
}

button, input, select, textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clfix:after {
    display: table;
    clear: both;
    content: "";
}

.hide {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
.text-rt{
    text-align: right;
}

input:focus, select:focus {
    outline: none;
}

::-webkit-input-placeholder {
    color: #acacac;
    font-size: 12px;
}

:-moz-placeholder {
    color: #acacac;
    font-size: 12px;
}

::-moz-placeholder {
    color: #acacac;
    font-size: 12px;
}

:-ms-input-placeholder {
    color: #acacac;
    font-size: 12px;
}

sub, sup {
    font-size: 20%;
    line-height: 0;
    vertical-align: super;
}



/*弹窗样式重置*/
body .layui-layer-title {
    height: 50px;
    line-height: 50px;
    background: #fff;
    border-color: #e2e2e2;
    font-weight: bold;
}

body .layui-layer-setwin .layui-layer-close1 {
    background-position: 1px -39px;
}

body .layui-layer-page .layui-layer-btn {
    padding: 8px 5px;
    border-top: 1px solid #e6ecf2;
}

body .layui-layer-btn a {
    margin-right: 15px;
    height: 32px;
    line-height: 32px;
    padding: 0 30px;
    font-weight: bold;
    margin-top: 0;
    color: #666;
}

body .layui-layer-btn a:hover {
    background: #f2f2f2;
}

body .layui-layer-btn a.layui-layer-btn0 {
    border-color: #e30202;
    background-color: #e30202;
}

body .layui-layer-btn a.layui-layer-btn0:hover {
    border-color: #d10202;
    background-color: #d10202;
}

.w-1200{
    width: 1200px;
    margin: 0 auto;
}
.ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mt20{
    margin-top: 20px;
}

img.interactive {
    transition: all 0.3s ease-in;
}
img.interactive:hover{
    transform: scale(1.08);
}

.text-ellipsisTwo {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 限制在一个块元素显示的文本的行数 */
    -webkit-box-orient: vertical; /* 必须结合的属性，用于设置或检索伸缩盒对象的子元素的排列方式 */
    overflow: hidden; /* 隐藏超出部分 */
    word-break: break-all; /* 允许在单词内换行 */
}
.category-box{
    display: none;
}

#page{
    width: 1200px;
    margin: 40px auto 0 auto;
    text-align: center;
}

#page .layui-box{
    margin: 0;
}
#page .layui-laypage a,#page .layui-laypage span{
    height: 43px;
    line-height: 43px;
    margin:0 8px 0 0;
    padding: 0 18px;
    border-radius: 5px;
    border: 1px solid #E2E2E2;
    background: #fff;
    font-size: 16px;
}
#page span.layui-laypage-count{
    background: none;
    font-size: 16px;
    border: none;
    line-height: 45px;
    height: 45px;
    padding: 0;
}
#page .layui-laypage .layui-laypage-curr .layui-laypage-em{
    border-radius: 5px;
    background: #142de0;
    border-color: #142de0;
}
#page .layui-laypage a:hover{
    color: #142de0;
}
#page span.layui-laypage-skip{
    background: none;
    border:0;
    height: 45px;
    line-height: 45px;
    color: #222;
}
#page .layui-laypage button, #page .layui-laypage input{
    height: 45px;
}
#page .layui-laypage input:focus, #page .layui-laypage select:focus{
    border: 2px solid #0268FF !important;
    border-radius: 5px;
    background: #fff;
}
#page .layui-laypage button {
    margin-left: 10px;
    padding: 0 15px;
    cursor: pointer;
    border-radius: 5px;
}