body {
			font-family: 'PingFangSC-Medium','Microsoft Yahei', '微软雅黑', 'Helvetica Neue','Hiragino Sans GB','WenQuanYi Micro Hei',sans-serif;
			width: 100%;
			min-width: 1360px;
			overflow-y: auto;
		}

		.header {
			width: 100%;
		}

		.navigation {
			background-color: rgba(0, 0, 0, 0.50);
			position: fixed;
			top: 0px;
			z-index: 9999;
			margin: 0 auto;
			width:100%;
			min-width: 1360px;
		}

		.top {
			margin: 0 auto;
			width: 1200px;
			line-height: 64px;
			height: 64px;
		}

		.top_item {
			display: inline-block;
			opacity: 1;
		}

		#logo {
			width: 161px;
			height: 44px;
			color: white;
			font-size: 44px;
			position: relative;
			top: 10px;
			right: 200px;
			background-image: url("../images/official/logo.png");
			background-size: contain;
			background-repeat: no-repeat;
		}

		.content_banner {
			width: 100%;
			min-width: 1360px;
			position: absolute;
			top: 0px;
			background-color: white;
		}

		a {
			text-decoration: none;
		}

		#top_menu a {
			color: white;
			font-size: 20px;
			position: relative;
			bottom: 4px;
			margin-left: 38px;
		}

		#top_account a {
			color: white;
			font-size: 18px;
			position: relative;
			bottom: 4px;
			margin-left: 20px;
			left: 200px;
		}

		.btn {
			border: 1px solid rgba(255,255,255,.3);
			padding: 3px 16px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			-khtml-border-radius: 5px;
			border-radius: 5px;
		}

		.btn:hover {
			background-color: rgba(238, 238, 238, 0.5);
		}

		a:link {

		}

		a:visited {

		}

		a:hover {
			color: #F58623;
		}

		a:active {

		}

		.swiper-slide {
			text-align: center;
			font-size: 18px;
			background: #fff;
			display: -webkit-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			-webkit-justify-content: center;
			justify-content: center;
			-webkit-box-align: center;
			-ms-flex-align: center;
			-webkit-align-items: center;
			align-items: center;
		}

		.functions {
			height: 130px;
			background-color: #efefef;
			margin: 0 auto;
			text-align: center;
			width: 100%;
			min-width: 1360px;
		}

		.function_items, .sale_point_items, .mihu_items, .bottom_item, .cooperation_item {
			width: 1240px;
			margin:0 auto;
		}

		.combo_items {
			width: 1360px;
			margin:0 auto;
		}

		.function_item {
			display: inline-block;
			width: 300px;
			margin-top: 20px;
		}


		.sale_points {
			width: 100%;
			min-width: 1360px;
			height: 460px;
			background-color: #ffffff;
			margin: 0 auto;
			text-align: center;
		}

		.mihu {
			width: 100%;
			min-width: 1360px;
			height: 500px;
			background-color: #efefef;
			margin: 0 auto;
			text-align: center;
		}

		.combos {
			width: 100%;
			min-width: 1360px;
			height: 560px;
			background-color: #ffffff;
			margin: 0 auto;
			text-align: center;
		}

		.cooperation {
			width: 100%;
			min-width: 1360px;
			height: 100px;
			background-color: #efefef;
			margin: 0 auto;
			text-align: center;
		}

		.bottom {
			width: 100%;
			min-width: 1360px;
			height: 300px;
			background-color: #333;
			margin: 0 auto;
			text-align: center;
		}

		.ui-state-active {
			border: none;
			background: white;
		}


		.display_inline_block {
			display: inline-block;
		}

		.purchase_button {
			width: 91px;
			vertical-align: middle;
			background-color:#F58623;
			border:none;
			color:white;
			margin-bottom: 4px;
			margin-right: 20px;
			height: 30px;
			cursor: pointer;
		}

		.about {
			margin: 30px 0;
		}

		.fix_left_bar {
			position: fixed;
			z-index: 1000;
			font-size: 14px;
			right: 0;
			top: 30%;
			margin: 5px;
			padding: 20px 10px 37px 10px;
			width: 80px;
			background: #12b7f5;
			color: #fff;
			height: 260px;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			-webkit-border-top-left-radius: 4px;
			-moz-border-radius-topleft: 4px;
			border-top-left-radius: 4px;
			-webkit-border-bottom-left-radius: 4px;
			-moz-border-radius-bottomleft: 4px;
			border-bottom-left-radius: 4px;
			margin-right: 1px;
			-webkit-transition: opacity 0.5s,right 0.5s;
			-moz-transition: opacity 0.5s,right 0.5s;
			transition: opacity 0.5s,right 0.5s;
			cursor: pointer;
		}

		.menu {
			margin: 12px 0px;
			font-size: 14px;
			line-height: 1.4em;
		}