html,body {
	width: 100%;
	height: 100%;
	background: white;
}
		/*game_banner*/
		.game_banner {
			width: 100%;
			height: 200px;
			background: url(../images/banner_v2.jpg) no-repeat center;
			background-size: cover;
		}
		/*join*/
		.join {
			position: relative;
			width: 100%;
			height: 1400px;
			background: url(../images/planbg.png) no-repeat center;
			background-size: 100%;
		}
			.join_tab_main {
				position: inherit;
				top: 30px;
				width: 930px;
				height: 100%;
			}
				.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: 60px;
					font-size: 20px;
					font-weight: bold;
					color: #0C91E2;
				}
				.infro2 {
					padding-top: 30px;
				}
				.process_pic {
					font-size: 14px;
					margin-top: 20px;
					color: #7c7c7c;
				}
				.faq_title1 {
					margin-top: 10px;
					font-weight: bold;
				}
				.faq_font {
					margin-top: 5px;
					line-height: 22px;
				}
					.plan_infro_infro {
						color: #737373;
						line-height: 26px;
						margin-top: 15px;
					}
		@media screen and (max-width: 1250px){
			.nav,.game_banner,.contact_us,.join {
				width: 1250px;
			}
		}