@charset "utf-8";
:root{
	--maincolor:#BC002B;
}
*{ 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,li {
	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;
}
.container{
    width:1200px;
    margin:0 auto;
}
.flex{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.fles{
	display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
}
.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;
}

.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="总数"],
.pages a[title="Total record"]{
    display: none;
}
.pages a.currentPage,
.pages b{
    width:30px;
    height:30px;
    line-height:30px;
    display: inline-block;
    background:var(--maincolor);
    color:#fff;
    border-radius:15px;
    margin:0 4px;
}

footer{
    margin-top:30px;
    background:#1b1b1b;
    padding:40px 0;
    line-height:1.8;
}
footer li>a{
    color:#f4f5fa;
}

footer dd>a{
    color:#999;
}
.bottom{
    background:#000;
    padding:20px 0;
    text-align: center;
}
.bottom .copyright,
.bottom a,
.bottom span{
    color:#999;
}
.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: 24px;
	border-radius: 2px;
}
.menu a:after{
	width:24px;
}
.menu a:before{
	width:24px;
}
.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: 8px;
}

.menu a:before {
	top: -8px;
}
.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: #333;
	width: 100%;
}

.selected .menu a:after {
	transform: translateY(0px) rotate(45deg);
	-webkit-transform: translateY(0px) rotate(45deg);
	-ms-transform: translateY(0px) rotate(45deg);
	background: #333;
	width: 100%;
}

.selected .menu a {
	background-color: transparent !important;
}
.search-icon{
    width:36px;
    height:36px;
    background:url(../images/search.png) #c8002f center center no-repeat;
    background-size:18px;
    border-radius:18px;
    cursor:pointer;
}
.search-container{
    padding:10px;
    background:#fff;
    position: fixed;
    top:121px;
    left: 0;
    right: 0;
    line-height:70px;
    display: none;
    z-index:9;
}
.search-container input#keyboard{
    border:1px solid #efefef;
    line-height:45px;
    width:calc(100% - 108px);
    text-indent:15px;
}
.search-container .search-btn{
    border:1px solid #efefef;
    line-height:45px;
    width:100px;
    background: #c8002f;
    color: #fff;
}
@media screen and (max-width:960px){
    .menu{
		display: block;
		left: auto;
		right:0;
		top: 15px;
	}
	/*.qd-header-right,*/
	/*.qd-search{*/
	/*    display: none!important;*/
	/*}*/
	.search-container{
        line-height:50px;
	}
    .search-container input#keyboard{
        border:1px solid #efefef;
        line-height:45px;
        width:calc(100% - 90px);
        text-indent:15px;
    }
    .search-container .search-btn{
        border:1px solid #efefef;
        line-height:45px;
        width:80px;
        background: #c8002f;
        color: #fff;
    }
	.qd-search{
        width:50%;
    }
    .qd-header-right{
        position: absolute;
        right:50px;
        gap:10px!important;
    }
    .qd-header-inner .qd-nav{
        margin:0!important;
        position:absolute;
        left:0;
        right:0;
        top:64px;
        background:#fff;
        display: none;
        padding-bottom:10px;
        box-shadow:0 2px 4px rgba(0,0,0,.05);
        z-index:999;
    }
    .qd-nav-item{
        display: block;
        width: calc(100% - 40px);
        text-align: center;
        line-height:50px!important;
    }
    
    footer{
        padding:20px 10px;
    }
    footer dl{
        margin-bottom:10px;
    }
    footer dl dd{
        display: inline-block;
        margin-right:10px;
    }
}