*{
	
}
map area{
	outline:none;
}
/*头部*/
.header {
    border-bottom: 2px solid rgba(0, 0, 0, 0.4);
}
.header .layui-container{
    width:1300px;
}
.header .layui-container .layui-col-xs4{
    line-height: 85px;
}
.logo {
    height: 70px;
}
.header ul.layui-nav {
    background: #fff;
    text-align: right;
}
.header .layui-nav .layui-nav-item a:hover {
    color: #F00;
}
.header .layui-nav .layui-nav-item a {
    color: #000;
	font-size:24px;
	letter-spacing:2px;
}
.header .layui-nav-bar,.header .layui-nav .layui-nav-item:nth-child(2):after{
    width:0 !important;
}
.header .layui-nav-bar, .header .layui-nav .layui-nav-item:first-child:after {
    content: "";
    position: absolute;
    width: 2px;
    right: 0;
    left: inherit;
    height: 38%;
    top: 0 !important;
    bottom: 0 !important;
    margin: auto 0;
    background: #000;
}
.header ul.layui-nav .layui-nav-item:first-child a{
    color: #f00;
}
.header ul.layui-nav .layui-nav-item{
	line-height:85px;
	bolder-right:1px solid #000;
}
form.layui-form.wenti {
    margin-top: 15px;
}

/*内容*/
.xi-game {
    overflow: hidden;
    background: url(../images/game-bg.png);
    padding: 10px;
    width: 1389px;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
}
.xi-game .layui-row {
    border: 2px solid rgba(255, 255, 255, 0.5);
    padding: 15px 30px;
}
.xi-game .game-row {
    overflow: hidden;
}
.xi-game .game-row .game-coll {
    width: 30%;
    float: left;
    position: relative;
}
.xi-game .layui-row .game-coll img {
    width: 200px;
    float: left;
}
.xi-game .layui-row .game-coll div.name {
    position: absolute;
    left: 200px;
    right: 0;
    height: 100%;
}
.xi-game .layui-row .game-coll div.name:after {
    content: "";
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.xi-game .layui-row .game-coll div.name p {
    text-align: center;
    color: #ff855a;
    font-size: 36px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.xi-game .layui-row .game-coll div.name p span {
    display: block;
    color: #fff;
    font-size: 20px;
    margin-top: 15px;
}
.game-coll-line {
    width: 5%;
    height: 200px;
    float: left;
    text-align: center;
}
.game-coll-line p {
    border-left: 1px solid #000;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    width: 1px;
    height: 100%;
    display: inline-block;
}
.game-row-line {
    width: 100%;
    overflow: hidden;
    padding: 15px 0;
}
.game-row-line p {
    width: 100%;
    height: 1px;
    border-top: 1px solid #000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

/*联系*/
.xk-contact{
	margin-top:64px;
}
.xk-contact p {
    font-size: 18px;
    letter-spacing: 2px;
	margin-bottom:30px;
}
.xk-contact p img{
    margin-right:25px;
}
.erweima {
    text-align: center;
    font-size: 27px;
}
.erweima h3{
    margin-bottom: 20px;
}

/*服务协议*/
.fuwu h1{
    text-align: center;
    margin-top: 30px;
    font-size: 32px;
	font-weight:bold;
}
.fuwu h3{
    margin: 10px 0px 10px 0px;
	font-size: 19px;
	font-weight:bold;
}
.fuwu p{
	font-size: 15px;
}

/*未成年*/
.wcn-k{
    margin-bottom: 30px;
}
.wcn-left ul{
	text-align: center;
	border-bottom-width: 0;
}
.wcn-left ul li{
    font-weight: bold;
    font-size: 23px;
	width:20%;
	margin:0 5%;
	padding:0;
	border: 3px solid #feba0900;
	border-radius: 25px;
}
.wcn-left ul li.layui-this{
    border: 3px solid #feba09;
    border-radius: 25px;
    color: #fd6a0d !important;
}
.wcn-left ul li:after{
    border-bottom-width: 0 !important;
}

.wcn-right h3 {
    font-size: 17px;
    margin-top: 28px;
    margin-bottom: 20px;
    letter-spacing: 2px;
}
.wcn-right p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 2px;
}
.wcn-dong{
	width: 18%;
	float: left;
	margin-right: 2%;
}
.wcn-dp{
	float: left;
	font-size: 16px;
	line-height: 22px;
	color: #333333;
	width: 80%;
}

.fuwu.layui-container {
    margin-bottom: 30px;
}

/*尾部*/
.footer {
    background-color: #1f2021;
    line-height: 116px;
    padding: 24px 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.footer-container {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
	width:1386px;
}
.footer p {
    line-height: 29px;
    color: #9fa0a4;
}
.footer p a {
    color: #9fa0a4;
}
@media screen and (min-width: 1200px){
.jiufen {
	position:fixed;
	left:0;
	right:0;
	bottom:0;
}
}
@media screen and (max-width: 1386px){
.footer-container,.xi-game,.header .layui-container {
	width:100%;
}
}
@media screen and (max-width: 768px){
.footer .layui-col-md3,.footer .layui-col-md1{
	display:none;
}
.footer .layui-col-md8 p:nth-child(2){
	display:none;
}
h1.xk-title {
    margin: 25px 0;
}
.footer p {
    line-height: 24px;
}
}
@media screen and (max-width: 750px){
.header .layui-container{
    padding: 0;
}
.logo {
    width: 100%;
    height: auto;
    margin-top: -5px;
}
.header ul.layui-nav .layui-nav-item,.header .layui-container .layui-col-xs4{
    line-height: 60px;
}
}
@media screen and (max-width: 480px){
.header .layui-nav{
    padding: 0;
}
.header .layui-nav .layui-nav-item a {
	padding: 0 15px;
}
.header .layui-nav .layui-nav-item a {
    font-size: 21px;
}
.xi-game .layui-row .xkg-list {
    padding: 15px 0;
}
.xi-game .layui-row .xkg-list img {
    margin-bottom: 5px;
}
.xi-game .layui-row .layui-col-sm4 .xkg-list p {
    font-size: 18px;
}
.footer .layui-col-md8{
	text-align:center;
}
.footer .layui-col-md8 p:first-child a:last-child {
	display:block;
}
.footer .layui-col-md8 p:nth-child(3) span {
	display:block;
}
h1.xk-title,.fuwu h1{
    font-size: 27px;
}
h1.xk-title p {
    font-size: 18px;
}
.wcn-left ul li{
	font-size: 18px;
    line-height: 30px;
}
.wcn-k{
	padding:0;
}
.wcn-dong{
	display:none;
}
.wcn-dp{
	width:100%;
}
}
@media screen and (max-width: 425px){
.wcn-left ul li {
    font-size: 16px;
    line-height: 24px;
}
}
@media screen and (max-width: 360px){
.header .layui-col-xs4{
    width: 41.66666667%;
}
.header .layui-col-xs8{
    width: 58.33333333%;
}
.header .layui-nav .layui-nav-item a {
    font-size: 18px;
	padding: 0 10px;
}
}
@media screen and (max-width: 320px){
.wcn-left ul li {
    font-size: 14px;
}
}