* {
	margin: 0;
	padding: 0;
}

html,
body {
	width: 100%;
	height: 100%;
	min-width: 1850px;
	/* overflow: hidden; */
}

body {
	background: url(../img/bg.png);
	background-size: cover;
}
body::-webkit-scrollbar {display:none}
iframe{
	border: none;
}
.header {
	width: 100%;
	height: 70px;
	background: url(../img/top.png);
	background-size: 100% 100%;
	text-align: center;
	padding: 15px 0;

}

.header img {
	width: 100%;
}

.header .title {
	width: 100%;
	font-size: 30px;
	font-weight: 600;
	color: white;
	cursor: pointer;
	
}

.header .date {
	width: 100%;
	text-align: right;
	color: white;
	padding-right: 40px;
	box-sizing: border-box;
	font-weight: 600;
}

.tabs {
	list-style: none;
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
	box-sizing: border-box;
}

.tabs li {
	width: 30%;
	height: 80px;
	background: url(../img/tab.png);
	background-size: 100% 100%;
	text-align: center;
}

.tabs li a {
	display: inline-block;
	width: 100%;
	text-decoration: none;
	font-size: 30px;
	line-height: 80px;
	color: #4667ca;
	font-weight: 600;
}

.tabs .active {
	background: url(../img/tabActive.png);
	background-size: 100% 100%;
}

.tabs .active a {
	color: white;
}
