	@charset "utf-8";
/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family: "PingFang SC", "Helvetica Neue" ,Helvetica, "Droid Sans Fallback", "Microsoft Yahei", sans-serif;
}

body{
	width: 100%;
	background: url("http://www.aibotiyu.com/ImgFiles/ABSports/matchwin/web/cover.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	z-index: -1;
	}

.wrapper {
	width: 100%;
	height: auto;
	min-height: 1000px;
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
}

.header {
	width: 100%;
	height: 80px;
	position: fixed;
	top: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	background: rgba(0,0,0,0);
	z-index: 10;
	color: white;
}

.header-title {
	width: auto;
	height: 50px;
	line-height: 50px;
	display: flex;
	flex-direction: row;
	margin: 0 0 0 5%;
}

.header-logo {
	width: 50px;
	height: 50px;
	background: url("../images/logo.png") no-repeat;
	background-size: cover;
	background-position: center;
	
}

.header-name {
	width: auto;
	height: 50px;
	line-height: 50px;
	padding: 0 0 0 20px;
	font-size: 2em;
}

.header-menu {
	width: auto;
	height: 40px;
	line-height: 40px;
	display: flex;
	flex-direction: row;
	margin: 0 5% 0 0
}

.menu-item {
	display: block;
	width: auto;
	height: 40px;
	line-height: 40px;
	padding:  0 0 0 40px;
	text-decoration: none;
	font-size: 1em;
	color: white;
}

.menu-item:hover {
	font-size: 1.1em;
}

.main {
	width: 100%;
	height: auto;
}

.top {
	width: 100%;
	height: auto;
	min-height: 600px;
}

.top-title {
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 2.8em;
	color: white;
	padding: 300px 0 50px 0
}

.top-button {
	display:block;
	width: 200px;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	border: 2px solid white;
	background: rgba(255,255,255,1);
	color: rgba(0,0,0,0.9);
	margin: 0 auto 0 auto;
	font-size: 1.5em;
	box-shadow: 0px 00px 20px rgba(0,0,0,0.5);
	text-decoration: none;
}

.top-button:hover {
	width: 210px;
	height: 50px;
	font-size: 1.6em;
}

.recent-match {
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	margin: 100px auto 0px auto;
	background: rgba(255,255,255,0.8);
	padding: 30px 0 60px 0
}

.recent-match-title {
	width: 100%;
	color: rgba(0,0,0,0.9);
	line-height: 40px;
	font-size: 2em;
}

.match-area {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	margin: 10px 0 0 0;
}

.more-match {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 22%;
	width: 280px;
	height: 100px;
	margin: 20px 20px 20px 20px;
	padding: 20px 0 20px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: rgba(0,0,0,0.8);
}

.more-match-buttom {
	width: 100px;
	height: 100px;
	background: white;
	border-radius: 50%;
	line-height: 100px;
	box-shadow: 0px 10px 30px rgba(0,0,0,0.1);
}

.match-card {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 22%;
	display: flex;
	margin: 20px 20px 20px 20px;
	padding: 20px 0 20px 0;
	width: 280px;
	height: auto;
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 0px;
	background: white;
	box-shadow: 0px 10px 30px rgba(0,0,0,0.1);
	flex-direction: column;
	align-items: center;
}


	.match-detail {
		display: flex;
		width: 85%;
		height: 40px;
		flex-direction: row;
		justify-content: flex-start;
	}

	.match-detail-no {
		width: 40px;
		height: 40px;
		border-radius: 50%;
		background: rgba(208, 233, 255, 0.6);
		color: rgba(0,52,63,0.5);
		text-align: center;
		font-weight: bolder;
		font-size: 1em;
		line-height: 40px;
	}

	.match-detail-info {
		display: flex;
		width: auto;
		height: 40px;
		padding: 0 0 0 10px;
		flex-direction: column;
		align-items: center;
		justify-content: space-around;
	}

	.maatch-detail-name {
		height: auto;
		color: rgba(0,0,0,0.8);
		font-size: 1em;
		line-height: 20px;
	}

	.match-set {
		display: flex;
		margin: 10px 0 0px 0;
		width: 85%;
		height: 100px;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: space-around;
		justify-content: space-around;
	}

	.match-set-teama {
		display: -webkit-flex;
		display: flex;
		width: 70%;
		height: 40px;
		border-radius: 0px;
		background: rgba(37, 198, 252, 0.6);
		flex-direction: row;
		align-items: center;
		justify-content: flex-end;
	}

	.teama-name {
		overflow: hidden;
		width: 70%;
		padding: 0 0px 0 0;
		text-align: center;
		text-overflow: ellipsis;
		white-space: nowrap;
		line-height: 40px;
	}

	.teama-set {
		width: 30px;
		height: 30px;
		border-radius: 50%;
		background: rgba(255,83,77,0.8);
		color: white;
		text-align: center;
		line-height: 30px;
		margin: 0 10px 0 0;
	}

	.match-set-teamb {
		display: flex;
		margin-left: 30%;
		width: 70%;
		height: 40px;
		border-radius: 0px;
		background: rgba(255,83,77,0.6);
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
	}

	.teamb-name {
		overflow: hidden;
		width: 70%;
		padding: 0 0px 0 0;
		text-align: center;
		text-overflow: ellipsis;
		white-space: nowrap;
		line-height: 40px;
	}

	.teamb-set {
		width: 30px;
		height: 30px;
		border-radius: 50%;
		background: rgba(37, 198, 252, 0.8);
		color: white;
		text-align: center;
		line-height: 30px;
		margin: 0 0 0 10px;
	}

	.match-score {
		width: 85%;
		height: 30px;
		color: rgba(0, 0, 0, 0.7);
		text-align: center;
		font-size: 1em;
		line-height: 30px;
		display: flex;
		flex-direction: row;
		justify-content: center;
	}

	.match-statistic {
		width: 85%;
		height: 40px;
		border-radius: 0px;
		background: rgba(241,124,103,0.5);
		color: rgba(255, 255, 255, 1);
		text-align: center;
		font-size: 1em;
		line-height: 40px;
		text-decoration: none;
		display: block;
	}

	.match-ref {
		width: 85%;
		height: 30px;
		color: rgba(0, 0, 0, 0.7);
		text-align: left;
		font-size: 1em;
		line-height: 30px;
	}

	.match-location {
		display: flex;
		width: 85%;
		height: 30px;
		line-height: 30px;
		flex-direction: row;
		align-items: center;
	}

	.match-location-images {
		width: 20px;
		height: 20px;
	}

	.match-location-detail {
		padding: 10px;
		width: 200px;
		height: 60px;
		color: rgba(0, 0, 0, 0.7);
		text-align: left;
		font-size: 1em;
		line-height: 60px;
	}

.download {
	width: 100%;
	height: auto;
	background: url("http://www.aibotiyu.com/ImgFiles/ABSports/matchwin/web/cover2.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	min-height: 300px;
	padding: 0 0 100px 0
}

.download-title {
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 2em;
	color: white;
	padding: 80px 0 50px 0
}

.download-area {
	width: 90%;
	margin: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}

.download-item {
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: 22%;
	display: flex;
	margin: 20px 0px;
	padding: 20px 0 20px 0;
	width: 20%;
	height: auto;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 0px;
	background: white;
	flex-direction: column;
	align-items: center;
	box-shadow: 0px 10px 30px rgba(0,0,0,0.2);
}

.download-item a {
	text-decoration: none;
}

.download-item-icon {
	width: auto;
	height: 60px;
}

.download-item-title {
	width: auto;
	height: 40px;
	color: rgba(0, 0, 0, 1);
	text-align: center;
	font-size: 1.1em;
	line-height: 40px;
}

.download-item-button {
	display: block;
	width: 80%;
	height: 40px;
	background: rgba(37,198,252,0.9);
	color: rgba(255, 255, 255, 1);
	border-radius: 20px;
	text-align: center;
	font-size: 1em;
	line-height: 40px;
}

.download-item-button:hover {
	width: 77%;
	font-size: 1.1em;
}

.no-download {
	background: gray;
}

.help {
	width: 100%;
	height: auto;
	background: white;
	min-height: 300px;
	padding: 0 0 100px 0
}

.help-title {
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 2em;
	color: rgba(0,0,0,0.9);
	padding: 80px 0 50px 0
}

.help-area {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.help-menu {
	width: 90%;
	height: 40px;
	line-height: 40px;
	display: flex;
	flex-direction: row;
	margin: 0 0 30px 0;
	box-shadow: 0px 10px 20px rgba(0,0,0,0.2);
	justify-content: center;
}

.help-item {
	width: 100px;
	height: 40px;
	line-height: 40px;
	padding:  0;
	font-size: 1em;
	text-align: center;
	color: rgba(0,0,0,0.9);
	text-decoration: none;
}

.help-menu a:hover {
	background: rgba(0,0,0,0.1) !important;
}

.help-content {
	width: 90%;
	height: auto;
	box-shadow: 0px 10px 20px rgba(0,0,0,0.2);
}

.help-content-pic {
	width: 100%;
	height: 100%;
}

.footer {
	height: auto;
	width: 100%;
	background: #4F5155;
	display: flex;
	flex-direction: row;
	padding: 50px 0 50px 0;
}

.footer-left {
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-right: 4px dashed rgba(0,0,0,0.2);
}

.footer-left-title {
	height: auto;
	width: 90%;
	line-height: 50px;
	font-size: 2em;
	color: white;
	text-align: left;
	margin: 0 0 20px 0;
}

.footer-left-commentarea {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer-left-inputarea {
	width: 86%;
	height: 160px;
	padding: 2%;
	resize:none;
	border: none;
	border-radius: 20px;
	text-align: left;
	font-size: 1.1em;
	line-height: 30px;
	margin: 0 0 20px 0;
}

.footer-left-bar {
	width: 90%;
	height: 30px;
	display: flex;
	-ms-flex-direction: row;
	justify-content: space-between;
}

.footer-left-input {
	width: 78%;
	padding-left: 2%;
	height: 30px;
	border: none;
	border-radius: 20px;
	text-align: left;
	font-size: 1.1em;
	line-height: 20px;
}

.footer-ledt-button {
	width: 16%;
	height: 30px;
	resize:none;
	border: none;
	border-radius: 20px;
	font-size: 1.1em;
	line-height: 20px;
	background: cyan;
	color: white;
}

.footer-right {
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	border: 0;
}

.footer-right-title {
	height: auto;
	width: 90%;
	line-height: 50px;
	font-size: 2em;
	color: white;
	text-align: left;
	margin: 0 0 20px 0;
}

.footer-right-information{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer-right-aboutus{
	width: 86%;
	height: 160px;
	padding: 2%;
	border: none;
	text-align: left;
	font-size: 1em;
	margin: 0 0 20px 0;
	display: flex;
	flex-direction: column;
}

.footer-right-aboutus-item {
	color: white;
	font-size: 1em;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: left;
}

.footer-right-buttom {
	width: 86%;
	height: 30px;
	color: white;
	font-size: 1em;
	line-height: 30px;
	text-align: left;
	padding:0 2%;
	border: none;
}

.comment-tip {
	width: 30%;
	height: 150px;
	line-height: 150px;
	font-size: 2em;
	color: white;
	background: aqua;
	position: fixed;
	top: 30%;
	left: 35%;
}


.qcode-box {
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.95);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
.qcode-box a {
	text-decoration: none;
}

.qcode {
	width: auto;
	height: 400px;
	margin: 100px auto 100px auto;
}

.qcode-close {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	line-height: 50px;
	background: #4F5155;
	color: white;
	font-size: 2em;
	font-weight: bold;
	margin: auto;
}

.pc-hidden {
	display: none;
}

