html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
vertical-align: baseline;
font-family: "Source Han Sans CN";
}
body{overflow-x:hidden;}

li{list-style: none;}
/*要显示外边距，请把div替换成comment即可*/
/*comment,*/
div{
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
vertical-align: baseline;
}
/*去掉高亮*/
:focus{
outline: none;  
}
/*清除浮动*/
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden
}
.clearfix{
*zoom:1;/*IE/7/6*/
}
/*所有链接无下划线*/
a {
text-decoration:none;  
}
/*表格样式重置*/
table {
border-collapse:collapse;
border-spacing:0;  
}
/*分页*/
.easysite_pages{ display: flex;justify-content: center; align-items: center;  padding:70px 0;}
.easysite-page-wrap1 span{ display: flex;}
.easysite-total-page{ display: initial;}
.easysite-page-wrap{ line-height: 40px; border: 1px solid #cfdce5; border-radius: 5px; margin-right: 8px; font-size: 14px; color: #484848; padding: 0 15px; margin-top: 0;}
.NormalRed{background: #e02020; border: 1px solid #e02020; border-radius: 5px; margin-right: 8px; font-size: 14px; color: #fff; width: 40px; text-align: center; height: 40px; line-height: 40px;}
.pagingNormal{border: 1px solid #cfdce5; color: #484848; border-radius: 5px; margin-right: 8px; font-size: 14px; width: 40px; text-align: center; height: 40px; line-height: 40px;}

.tab_x_n{visibility: hidden;position: absolute;z-index: -1;}
.tab_x_y{visibility: visible;z-index: 1;}