@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-background {
	width: 100%;
	height: 100%;
	position: fixed;
	background: url("http://www.aibotiyu.com/ImgFiles/ABSports/matchwin/web/cover.jpg") no-repeat center;
	background-size: cover;
	z-index: -1;
}

.wrapper {
	width: 100%;
	height: auto;
	min-height: 1000px;
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
}

.header {
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	display: flex;
	flex-direction:column;
	align-items: center;
	justify-content: space-around;
	background: rgba(0,0,0,0);
	z-index: 10;
	color: white;
}

.header-title {
	width: 100%;
	height: 70px;
	line-height: 50px;
	display: flex;
	flex-direction: row;
	align-items: center;
	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: 100%;
	height: 40px;
	line-height: 40px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	margin: 0 0 0 0
}

.menu-item {
	display: block;
	width: auto;
	height: 40px;
	line-height: 40px;
	padding:  0 0 0 20px;
	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: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	margin: 10px 0 0 0;
}

.more-match {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 100%;
	width: 90%;
	height: 50px;
	margin: 20px 20px 20px 20px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: rgba(0,0,0,0.8);
}

.more-match-buttom {
	width: 100%;
	height: 50px;
	background: white;
	border-radius: 0%;
	line-height: 50px;
	font-size: 1.1em;
	box-shadow: 0px 10px 30px rgba(0,0,0,0.1);
}

.match-card {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 100%;
	display: flex;
	margin: 20px 20px 20px 20px;
	padding: 20px 0 20px 0;
	width: 90%;
	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: 95%;
	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: 95%;
	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: 95%;
	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: 95%;
	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: 95%;
	height: 30px;
	color: rgba(0, 0, 0, 0.7);
	text-align: left;
	font-size: 1em;
	line-height: 30px;
}

.match-location {
	display: flex;
	width: 95%;
	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;
	min-height: 300px;
	padding: 0 0 100px 0;
	background: url("http://www.aibotiyu.com/ImgFiles/ABSports/matchwin/web/cover2.jpg") no-repeat fixed center;
	background-size: cover;
}

.download-title {
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 2em;
	color: white;
	padding: 110px 0 20px 0
}

.download-area {
	width: 90%;
	margin: auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.download-item {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 22%;
	display: flex;
	margin: 20px 0px;
	padding: 20px 0 20px 0;
	width: 100%;
	height: 160px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 0px;
	background: white;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	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: 110px 0 20px 0
}

.help-area {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.help-menu {
	width: 90%;
	height: 50px;
	line-height: 50px;
	display: flex;
	flex-direction: row;
	margin: 0 0 40px 0;
	box-shadow: 0px 10px 20px rgba(0,0,0,0.2);
	justify-content: center;
}

.help-item {
	width: 100px;
	height: 50px;
	line-height: 50px;
	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: column;
	padding: 110px 0 50px 0;
}

.footer-left {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-bottom: 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;
	margin: 0 0 30px 0;
}

.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: 100%;
	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: 20px 0 20px 0;
}

.footer-right-information{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer-right-aboutus{
	width: 90%;
	height: 160px;
	padding: 0;
	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: 90%;
	height: 30px;
	color: white;
	font-size: 1em;
	line-height: 30px;
	text-align: left;
	padding:0;
	border: none;
}

.comment-tip {
	width: 60%;
	height: 150px;
	line-height: 150px;
	font-size: 2em;
	color: white;
	background: aqua;
	position: fixed;
	top: 200px;
	left: 20%;
}

.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: 80px auto 50px auto;
	border-radius: 0%;
}

.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;
}

.moblie-hidden {
	display: none;
}

.share-pic {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
}