@charset "utf-8";
:root{
	--maincolor:#BC002B;
	--mainbg:#0072bc;
}
*{ margin:0; padding:0;}
html, body, div, span, iframe, map, font, img, a img, samp, strong, hr, h1, h2, h3, h4, h5, h6, b, p, blockquote, a, address, code, dl, dt, dd, ol, ul, li, form, label, table, tr, td, th {
	padding: 0;
	margin: 0;
	border: 0;
	font-weight: normal;
	font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
input,select{
	font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}
i {
    font-style: normal;
}
a {
	blr:expression(this.onFocus=this.blur());
}
a:focus {
	outline: none;
}
a.hidefocus {
	outline: none
}
input[type=text],input[type=submit], input[type=button] {
	-webkit-appearance: none; /*去除iPhone input默认样式}*/
}
input{
	outline: none
}
.wrapper{
	margin:12px 12px 75px 12px;
}
img {
	width: 100%;
	display: block;
}
body {
	min-width: 320px;
	position: relative;
	background-size: 100%;
	background: #fff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.flex{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.fles{
	display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
}
.flec{
	display: flex;
    display: -webkit-flex;
    align-items:center;
}
.line2{
	display:grid; 
	grid-template-columns: repeat(2, 1fr);
}
.line3{
	display:grid; 
	grid-template-columns: repeat(3, 1fr);
}
.line4{
	display:grid; 
	grid-template-columns: repeat(4, 1fr);
}
.line5{
	display:grid; 
	grid-template-columns: repeat(5, 1fr);
}
.clear{ 
	clear:both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}

.nav{
	background:#000;
	display: block;
	min-height:60px;
	line-height:60px;
}
.nav ul{
	padding:0 10px;
	margin:0;
}
.nav ul li{
	display: inline-block;
	line-height:60px;
	margin-right:20px;
}
.nav ul li a{
	text-decoration: none;
	color:#fff;
}
.menu{
	height: 40px;
	width: 56px;
	position: absolute;
	transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	cursor: pointer;
	z-index: 9999;
	display: none;
}
.menu a {
	background-color: #333;
	display: block;margin: 0 auto;
	height: 2px;
	margin-top: -1px;
	position: relative;
	top: 50%;
	transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	width: 30px;
	border-radius: 2px;
}
.menu a:after{
	width:30px;
}
.menu a:before{
	width:30px;
}
.menu a:after,
.menu a:before {
	background-color: #333;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}

.menu a:after {
	top: 10px;
}

.menu a:before {
	top: -10px;
}
.selected .menu {
	transform: rotate(90deg);
}

.selected .menu a:after,
.selected .menu a:before {
	top: 0;
}

.selected .menu a:before {
	transform: translateY(0px) rotate(-45deg);
	-webkit-transform: translateY(0px) rotate(-45deg);
	-ms-transform: translateY(0px) rotate(-45deg);
	background: #fff;
	width: 100%;
}

.selected .menu a:after {
	transform: translateY(0px) rotate(45deg);
	-webkit-transform: translateY(0px) rotate(45deg);
	-ms-transform: translateY(0px) rotate(45deg);
	background: #fff;
	width: 100%;
}

.selected .menu a {
	background-color: transparent !important;
}

@media screen and (max-width:960px){
	.menu{
		display: block;
		left: auto;
		right:15px;
		top: 10px;
	}
}

.pages{
    text-align: center;
    margin-top:30px;
}
.pages a{
    display: inline-block;
    width:30px;
    height:30px;
    line-height:30px;
    background:#999;
    color:#fff;
    border-radius:15px;
    margin:0 4px;
}
.pages a[title="Total record"]{
    display: none;
}
.pages b{
    width:30px;
    height:30px;
    line-height:30px;
    display: inline-block;
    background:var(--maincolor);
    color:#fff;
    border-radius:15px;
    margin:0 4px;
}
/* base.css - 基础样式 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f5f5f5;
}

.container {
    max-width: calc(1200px + 2rem);
    margin: 0 auto;
    padding: 0 1rem;
}

/* 通用按钮样式 */
.btn {
    display: inline-block;
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 0.25rem;
    cursor: pointer;
    text-decoration: none;
    font-size: 0.875rem;
    transition: all 0.3s ease;
}

/* 通用图标样式 */
.icon {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-size: contain;
    background-repeat: no-repeat;
}

/* 清除浮动 */
.clearfix::after {
    content: '';
    display: table;
    clear: both;
}
::-webkit-scrollbar-track {
  background: #f1f1f1; /* 轨道背景色 */
  height: 0; /* 滚动条高度 */
}

/* 横向滚动条滑块 */
::-webkit-scrollbar-thumb {
  background: #888; /* 滑块颜色 */
  border-radius: 4px; /* 滑块圆角 */
}

/* 横向滚动条滑块悬停状态 */
::-webkit-scrollbar-thumb:hover {
  background: #555; /* 悬停时的滑块颜色 */
}

/* 滚动条整体宽度 */
::-webkit-scrollbar {
  height: 0; /* 横向滚动条高度 */
}