﻿* {
	margin: 0;
	padding: 0;
}

body {
	min-width: 1200px;
	margin: 0 auto;
	font-size: 14px;
	font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
	background: #fff;
	text-align: justify;
	color: #010000;
	position: relative;
}

h1,
h2,
h3 {
	font-weight: 500;
}

img {
	border: none;
}

a {
	cursor: pointer;
	color: #333;
	text-decoration: none;
	outline: none;
}

ul {
	list-style-type: none;
}

em {
	font-style: normal;
}

.lt {
	float: left;
}

.rt {
	float: right;
}

table {
	border-collapse: collapse;
}

table td,
table th {
	padding: 0;
}

div.clear {
	font: 0px Arial;
	line-height: 0;
	height: 0;
	overflow: hidden;
	clear: both;
}

.wrapin {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

body {
	background: url(../images/bg.jpg) no-repeat center;
	background-size: cover;
}

.banner {
	width: 100%;
	display: block;
}

.banner img {
	width: 100%;
	display: block;
}

.header {
	background: #FFF;
	height: 60px;
	width: 100%;
	border-bottom: 1px solid #ddd;
}

.nav {
	line-height: 60px;
}

.nav li {
	text-align: center;
	width: 140px;
	display: inline-block;
}

.nav li a {
	font-size: 16px;
	color: #333;
}

.con {
	min-height: 500px;
	background: rgba(255, 255, 255, 1);
	padding: 15px;
}

.title {
	margin: 20px 0;
	font-weight: bold;
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	background: #73C73E;
	padding: 1px 10px;
}

.con_t {
	padding: 30px 0 0;
}

.con_t .pic {
	float: right;
	width: 400px;
	border: 1px solid #ccc;
	padding: 10px;
	box-sizing: border-box;
}

.con_t .pic img {
	width: 100%;
}

.con_t .text {
	float: left;
	width: 740px;
	font-size: 14px;
	line-height: 28px;
	color: #333;
}

.con_t .text h3 {
	font-size: 22px;
	margin-bottom: 10px;
	margin-top: 30px;
}

.players_box {}

.players_box li {
	width: 300px;
	margin-right: 20px;
	float: left;
	text-align: center;
	margin-bottom: 20px;
	border: 1px solid #73C73E;
}

.players_box li .pic {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	height: 195px;
}

.players_box li p {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	display: block;
	margin: 0 auto;
	background: #fff;
	position: relative;
	z-index: 1;
}

.players_box li img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.players_box li img:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	/*兼容-webkit-引擎浏览器*/
	-moz-transform: scale(1.1);
}

.rules h2 {
	color: #000;
	font-weight: bold;
	margin: 10px 0;
}

.rules p {
	font-size: 16px;
	color: #333;
	line-height: 28px;
	margin-bottom: 10px;
}

footer {
	height: 60px;
	line-height: 60px;
	margin-top: 20px;
	text-align: center;
	color: #333;
	background: #fff;
}

.nba {
	margin: 15px -15px;
}

.nba li {
	float: left;
	width: 33.33%;
	padding: 15px;
	box-sizing: border-box;
}

.nba li .box {
	width: 100%;
	height: 210px;
	overflow: hidden;
}

.nba li p {
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
}

.nba li .box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.nba li .box img:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	/*兼容-webkit-引擎浏览器*/
	-moz-transform: scale(1.1);
}

.text_nab {
	font-size: 16px;
	line-height: 28px;
}

.msg>div {
	padding: 10px
}

.msg .tin {
	height: 30px;
	width: 400px;
}

.msg textarea {
	width: 400px;
	height: 300px;
}

.msg .btn {
	width: 400px;
	height: 35px;
	border: none;
	color: #fff;
	margin-left: 50px;
	background: #73C73E;
}