html,body {
	width: 100%;
	height: 100%;
	background: white;
}
		/*game_banner*/
		.game_banner {
			width: 100%;
			height: 200px;
			background: url(../images/banner_v6.jpg) no-repeat center;
			background-size: cover;
		}
		/*join*/
		.join {
			position: relative;
			width: 100%;
			height: 2520px;
			background: url(../images/planbg.png) no-repeat center;
			background-size: 100%;
		}
			.join_tab_main {
				position: inherit;
				top: 30px;
				width: 930px;
				height: 600px;
			}
				.join-infro {
					width: 100%;
					border-bottom: 1px solid #D5D5D5;
					font-weight: bold;
					padding-bottom: 6px;
				}
				.join-infro_title {
					display: inline-block;
					color: #5E5E5E;
					font-size: 24px;
				}
				.join-infro_title2 {
					padding-left: 8px;
					color: #DEDEDE;
					font-size: 18px;
				}
				.plan_frist_title {
					font-size: 24px;
					margin-top: 30px;
					font-weight: bold;
				}
				.plan_infro {
					padding-top: 30px;
					font-size: 20px;
					font-weight: bold;
					color: #0C91E2;
				}
					.plan_infro_infro {
						color: #737373;
						line-height: 26px;
						margin-top: 15px;
					}
				.plan_table1 table {
					margin-top: 15px;
					height: 400px;
					width: 100%;
					background: #EFEFEF;
					color: #838383;
					text-align: center;
				}
				.plan_table1 table tr td {
					border: 1px solid white;
				}
					.plan_td {
						background: #0EA5EE;
						color: white;
						width: 210px;
						font-size: 18px;
					}
					.plan_td:nth-of-type(1),.plan_td:nth-of-type(2) {
						height: 60px;
					}
					.plan_td:nth-of-type(3) {
						height: 170px;
					}
					.plan_tr {
						height: 120px;
					}
						.plan_tr div {
							line-height: 24px;
							text-align: left;
							margin-left: 200px;
						}
					.plan_infro3 {
						margin-top: 60px;
					}
					.plan_ul {
						margin-top: 30px;
						width: 100%;
						height: 55px;
						list-style: none;
					}
						.plan_ul li {
							position: relative;
							float: left;
							width: 31%;
							margin-left: 2%;
							height: 55px;
							background: #0FA2EF;
							border-radius: 90px;
						}
							.plan_ul_circle {
								position: absolute;
								left: 8px;
								top: 8px;
								font-size: 24px;
								line-height: 40px;
								width: 40px;
								height: 40px;
								background: white;
								text-align: center;
								border-radius: 90%;
							}
							.plan_ul li .plan_font {
								margin-top: 8px;
								margin-left: 60px;
								color: white;
								font-weight: bold;
								text-shadow: 1px 2px 6px black;
								font-size: 15px;
							}
						.plan_table2 {
							margin-top: 20px;
							color: #767676;
						}
						.plan_table2 table {
							width: 100%;
							height: 560px;
							background: #EFEFEF;
							text-align: center;
						}
							.plan_table2 table tr td{
								/*border-bottom: 2px solid white;*/
							}
							.p_td1 {
								border-right: 3px solid white;
								border-bottom: 3px solid white;
							}
							.p_td2 {
								line-height: 30px;
								border-top: 2px solid white;
								border-bottom: 2px solid white;
								border-right: 2px solid white;
							}
							.p_td3 {
								border-top: 2px solid white;
								border-bottom: 1px dashed white;
							}
							.p_td4 {
								border-bottom: 3px solid white;
							}
							.p_td5 {
								border-bottom: 1px dashed white;
								border-left: 1px dashed white;
							}
					.plan_ul_last {
						height: 650px;
						width: 100%;
					}
						.plan_ul_last li {
							position: relative;
							margin-top: 35px;
							height: 165px;
							width: 100%;
							border-radius: 10px;
						}
						.plan_ul_last li:nth-of-type(1) {
							border: 1px solid #F1C40F;
						}
						.plan_ul_last li:nth-of-type(2) {
							border: 1px solid #2FAFB7;
						}
						.plan_ul_last li:nth-of-type(3) {
							border: 1px solid #E67E22;
						}
							.plan_pic {
								position: absolute;
								left: 50px;
								top: 25px;
							}
							.plan_last_font {
								position: absolute;
								top: 25px;
								right: 50px;
								width: 75%;
								color: #676767;
							}
								.plan_last_title {
									font-size: 20px;
								}
								.plan_last_infro {
									font-size: 14px;
									margin-top: 10px;
									line-height: 28px;
								}
		@media screen and (max-width: 1250px){
			.game_banner,.contact_us,.join {
				width: 1250px;
			}
		}