html,body {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	height:100%;
	width:100%;
	margin: 0;
	padding: 0;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.content{
	width:100%;
	height:100%;
	min-height:1000px;
}
.content>div{
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.search{
	width:500px;
	padding-top:700px;
	margin-bottom:50px;
}
.search .input{
	position:relative;
	border: 2px solid #d61a1a;
    height: 50px;
    width: 100%;
    border-radius: 20px;
    background-color: #fff;
    padding: 3px 20px 3px 20px;
}
.search .input input{
	border: 0;
    height: 100%;
    width: 100%;
	font-size:18px;
	outline: none;
}
.search .btn{
	position: relative;
    display: flex;
    flex-direction: row;
}
.search .btn>div{
	flex: 1;
	padding: 0 20px 0 20px;
	cursor:pointer;
}
.search .btn1{
	background-image: url(images/btn1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
	height: 70px;
    
}
.search .btn2{
	background-image: url(images/btn2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
	height: 70px;
}
.win,.resultwin{
	position:absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background-color: rgb(0,0,0,0.7);
	display:none;
}
.win>div,.resultwin>div{
	position:relative;
	width:100%;
	height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;
}
.win .b{
	width: 700px;
    background-color: #fff;
    max-height: 500px;
    border-radius: 10px;
    padding: 10px;
	overflow:auto;
}
.win .close{
	margin-top: 20px;
    padding: 5px 10px;
    border-radius: 50%;
    border: 2px solid #fff;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}
.win table { border-collapse: collapse; border-spacing: 0;
    width: 100%;
    margin-bottom: 10px;
}
.win th {
	font-weight: normal;
    border: 1px solid #3c2416;
    padding: 5px;
    text-align: center;
    background-color: #890209;
    color: #fff;
}
.win td{
	border: 1px solid #3c2416;
    padding: 5px;
    text-align: center;
}
.win .result{display:none}
.load{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    color: #fff;
    background-color: rgb(0,0,0,0.7);
	display:none;
}
.load>div{
	display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.resultwin .b{
	position: relative;
	height: 456px;
    width: 450px;
    background: url(images/popbg.png) no-repeat;
    background-size: 100%;
}
.resultwin .b #amount,.resultwin .b #re{
	position: absolute;
    bottom: 120px;
    left: 42%;
    font-weight: bold;
    font-size: 50px;
    width: 120px;
    display: block;
    text-align: center;
}
.resultwin .b #re{
	bottom: 53px;
    color: #fff;
    left: 30%;
    font-size: 40px;
}
.resultwin .b .close{
	height: 60px;
    width: 240px;
    background: url(images/popbtn.png?v=2) no-repeat;
    background-size: 100%;
    position: absolute;
	bottom: -50px;
    left: 23.5%;
	cursor:pointer;
}
.total{
	position:relative;
    width: 1000px;
	height:100px;
    border-radius: 10px;
    background-color: rgb(0,0,0,0.7);
    color: #fff;
    padding: 20px;
    display: flex;
	margin-bottom:20px;
}
.total>div{
	position: relative;
	flex:1;
	height: 60px;
    font-size: 14px;
}
.total .l{
	background: url(images/total0.gif) no-repeat;
    background-size: 100% 100%;
}
.total .r{
	background: url(images/total1.gif) no-repeat;
    background-size: 100% 100%;
	margin-left: 10px;
}
.total .t{
	margin: -5px 0 0 8%;
}
.total .l .amount{
	color:#ff79f2
}
.total .r .amount{
	color:#79f7ff
}
.total .amount{
	height: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
}
.total .time{
	position: absolute;
    right: 9%;
    bottom: -5px;
}
header {
	width: 100%;
    max-height: 100px;
    height: 60px;
    background: #001529;
    box-sizing: border-box;
    box-shadow: 0 2px 3px rgb(0 0 0 / 20%);
    animation: fadeDown_In 1s;
    transition: .5s;
    z-index: 3;
    position: fixed;
    top: 0;
}

header .container {
	width: 1300px;
	margin: 0 auto;
}

.logo {
	display: inline-block;
    margin: 5px auto 0 80px;
    transition: .2s;
}

.logo img {
    display: inline-block;
    width: 160px;
    margin: 0 auto;
}

.nav {
	float: right;
	display: inline-block;
	margin: 0;
	text-align: justify;
}

.nav ul {
	text-align: justify;
    height: 48px;
    padding: 0;
    margin: 5px 0;
}

.nav ul::after {
	content: '';
	display: inline-block;
	width: 100%;
}

.nav li {
	display: inline-block;
	width: calc(((1300px - 300px) / 6) - 20px);
	max-width: 110px;
	height: 50px;
	vertical-align: top;
	margin: 0 0 0 30px;
	transition: .2s;
}

.nav li:nth-child(3) {
	margin: 0 0 0 1vw;
}

.nav li:nth-child(4) {
	margin: 0 0 0 1vw;
}

.nav li a {
	color: #32a8ff;
	font-size: 1.3vw;
	line-height: 2vw;
	display: inline-block;
	height: 100%;
	width: 100%;
	transition: .1s;
}

.nav li:nth-child(1) a {
	background: url(images/nav1.png) 0% 50% no-repeat;
	background-size: contain;
}

.nav li:nth-child(1) a:hover {
	background: url(images/nav1_h.png) 0% 50% no-repeat;
	background-size: contain;
}

.nav li:nth-child(2) a {
	background: url(images/nav2.png) 0% 50% no-repeat;
	background-size: contain;
}

.nav li:nth-child(2) a:hover {
	background: url(images/nav2_h.png) 0% 50% no-repeat;
	background-size: contain;
}

.nav li:nth-child(3) a {
	background: url(images/nav5.png) 0% 50% no-repeat;
	background-size: contain;
}

.nav li:nth-child(3) a:hover {
	background: url(images/nav5_h.png) 0% 50% no-repeat;
	background-size: contain;
}

.nav li:nth-child(4) a {
	background: url(images/nav3.png) 0% 50% no-repeat;
	background-size: contain;
	position: relative;
}

.nav li:nth-child(4) a:hover {
	background: url(images/nav3_h.png) 0% 50% no-repeat;
	background-size: contain;
}

.nav li:nth-child(5) a {
	background: url(images/nav4.png) 0% 50% no-repeat;
	background-size: contain;
}

.nav li:nth-child(5) a:hover {
	background: url(images/nav4_h.png) 0% 50% no-repeat;
	background-size: contain;
}

.nav li a i {
	font-size: .8vw;
	line-height: 1vw;
	display: block;
	font-style: normal;
	color: #a7c3d7;
}
footer{display:none;}
a {
    outline: none;
    text-decoration: none;
}
.win .button{
	display: inline-block;
	width: 20%;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 10px;
    cursor: pointer;
    margin: 5px;
    background-color: #d9a8a8;
}
.win .button.act{
	background-color: #d14848;
    color: #fff;
}
.win .buttonList{
	height: 50px;
    line-height: 40px;
    text-align: center;
}
.win .qsList{
	margin-bottom:10px;
}
header .chaxun{display:none;}
.total .amount img{width:25px;}
p{margin:0;padding:0}
.inputClear{
	position: absolute;
    right: 20px;
    top: 13px;
    z-index: 2;
    color: #828282;
    font-weight: bold;
    border-radius: 50%;
    border: 1px solid #585858;
    width: 20px;
    text-align: center;
    cursor: pointer;
	display:none;
}
@media screen and (max-width: 700px) {
	.nav{display:none;}
	.logo {
		margin: 5px auto 0;
	}
	header .container {
		width: 100%;
		margin: 0;
		text-align: center;
	}
	.content{
		align-items:start;
		min-height: 37rem;
	}
	.content>div{
		width:100%;
	}
	.search{
		width:300px;
		padding-top:95%;
		margin-bottom: 2rem;
	}
	.search .input{
		height:40px;
	}
	.search .btn1,.search .btn2{
		height:50px;
	}
	.search .btn>div
	{
		padding: 0 10px 0 10px;
	}
	
	.win .b{
		width: 95%;
		font-size:0.9rem;
	}
	.resultwin .b {		
		width: 20rem;
		height: 21rem;
	}
	.resultwin .b .close {
		height: 2.4rem;
		width: 11rem;
		left: 22.5%;
		bottom: -20px;
	}
	.resultwin .b #amount {
		bottom: 5.5rem;
    	left: 35%;
	}
	.resultwin .b #re {
		bottom: 50px;
		color: #fff;
		left: 24%;
		font-size: 1.7rem;
	}
	.total{
		width: 98%;
    	padding: 0.7rem 0.5rem;
		height: 4.4rem;
	}
	.total>div{
		font-size: 0.7rem;
		height: 3rem;
	}
	.total .l{
		background: url(images/mtotal0.gif) no-repeat;
		background-size: 100% 100%;
	}
	.total .r{
		background: url(images/mtotal1.gif) no-repeat;
		background-size: 100% 100%;
		margin-left: 5px;
	}
	.total .t{
		margin: -3px 0 0 0;
   		text-align: center;
	}
	.total .amount{
		font-size: 1rem;
		height:50%;
	}
	.total .time{
		bottom: -2px;
		text-align: center;
		width: 100%;
		right: 0;
	}
	.total .amount img{width:1rem;}
	footer {
		display:block;
		position: fixed;
		width: 100%;
		height: 80px;
		background: #0c1936;
		bottom: 0;
		transition: .2s;
		border-radius: 40px 40px 0 0;
		z-index: 1;
	}
	.menu {
		padding: 0;
		font-size: 0;
		height: 100%;
		text-align: center;
		display: grid;
		grid-template-columns: 25% 25% 25% 25%;
	}
	
	.menu li {
		display: inline-block;
		height: 100%;
	}
	
	.menu li a {
		display: inline-block;
		width: 100%;
		font-size: 12.8px;
		padding: 4.5em 0 0.5em;
		color: #fff;
	}
	
	.menu li:nth-of-type(1) a {
		background: url(images/menu01.png) 50% 10% no-repeat;
		background-size: auto 60%;
	}
	
	.menu li:nth-of-type(2) a {
		background: url(images/menu02.png) 50% 10% no-repeat;
		background-size: auto 60%;
	}
	
	.menu li:nth-of-type(3) a {
		background: url(images/menu03.png) 50% 10% no-repeat;
		background-size: auto 60%;
	}
	
	.menu li:nth-of-type(4) a {
		background: url(images/menu04.png) 50% 10% no-repeat;
		background-size: auto 60%;
	
	}
	header .chaxun {
		width: 0.78rem;
		display: block;
		position: absolute;
		right: 1.5rem;
		top: 1rem;
	}
	.inputClear{
		top:8px;
	}
}