@charset "UTF-8";

* {
	font-family: "微软雅黑";
	margin: 0;
	padding: 0
}

body {
	width: 100%;
	height: 100%
}

.toggleClass {
	width: 11px;
	height: 18px;
	position: absolute;
	top: 4px;
	line-height: 48px
}

.toggleClass img {
	width: 100%
}

.Online_game {
	font-size: 16px;
	color: #333;
	position: absolute;
	margin-left: 25px;
	line-height: 48px
}

.my_width_2 {
	width: 100%;
	height: 37px;
	border-bottom: 1px solid #f3f3f3
}

.nav_n {
	background-color: white
}

.myNav {
	height: 37px;
	margin: 0 15px 0 15px;
	position: relative;
	background-color: white
}

.myNav div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.myNav>div>p {
	font-size: 14px;
	display: inline-block;
	font-weight: 500
}

.myNav>div>img {
	width: 7px;
	height: 4px;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	transition: all .1s linear
}

.u-arrow-left {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg)
}

.myNav div:nth-child(1) {
	position: absolute;
	left: 0;
	line-height: 37px
}

.myNav div:nth-child(2) {
	position: absolute;
	left: 100px;
	line-height: 37px
}

.myNav div:nth-child(3) {
	position: absolute;
	right: 0;
	line-height: 37px
}

.bgc {
	width: 100%;
	height: 10px;
	background-color: #f8f8f8
}

.tj_game {
	height: 80px;
	margin: 0 15px 0 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}

.icn_img {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	margin-top: -30px
}

.tj_game>div>img {
	width: 100%;
	height: 60px;
	-webkit-border-radius: 10px;
	border-radius: 10px
}

.tj_game div:nth-child(2) {
	height: 80px;
	position: absolute;
	left: 78px;
	right: 0;
	border-bottom: 1px solid #f3f3f3
}

.wb_text {
	width: 70%;
	height: 60px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.tj_game>div>div>p:nth-child(1) {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 15px;
	color: #333;
	font-weight: 500
}

.tj_game>div>div>p:nth-child(2) {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: 0;
	font-size: 12px;
	color: #999
}

.tj_game>div>div>p:nth-child(3) {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
	color: #666
}

.tj_game button {
	position: absolute;
	width: 66px;
	height: 30px;
	font-size: 12px;
	color: #ff6e00;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	right: 0;
	top: 50%;
	outline: 0;
	margin-top: -15px;
	line-height: 30px;
	text-align: center;
	background-color: #f8f8f8
}

.besides {
	position: relative
}

.download button {
	border: 0;
	position: absolute;
	width: 72px;
	height: 30px;
	font-size: 12px;
	color: #ff6e00;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	right: 15px;
	top: 50%;
	outline: 0;
	margin-top: -15px;
	line-height: 30px;
	text-align: center;
	background-color: #f8f8f8
}

.section_1 {
	position: relative
}

.zhe_cen {
	width: 100%;
	position: fixed;
	z-index: 99;
	background-color: rgba(0,0,0,0.5);
	top: 96px;
	height: 100%
}

.submenu>div>div>.switch {
	color: #fe8540;
	border: 1px solid #fe8540
}

.submenu {
	position: absolute;
	width: 100%;
	background-color: white;
	z-index: 100;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.submenu>div {
	width: 95%;
	margin: 15px auto;
	height: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.submenu>div>div:nth-of-type(1) {
	width: 100%;
	height:auto;
}

.submenu>div>div:nth-of-type(2) {
	width: 90px;
	height: 195px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.submenu>div>div:nth-of-type(3) {
	width: 90px;
	height: 195px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.submenu>div>div>a {
    width: 25%;
    height: 32px;
	margin-bottom: 5px;
    font-size: 12px;
    float: left;
}
.submenu>div>div>a>b{
	float: left;
    width: 90%;
    height: 30px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    outline: 0;
    background-color: white;
    border: 1px solid #b6b6b6;
    font-size: 12px;
    margin-left: 5%;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
}
.submenu>div>div>a>b.switch{
	color: #fe8540;
	border: 1px solid #fe8540
}
.yy_submenu {
	position: absolute;
	width: 100%;
	height: 120px;
	background-color: white;
	z-index: 100
}

.yy_submenu>div>div>.switch_1 {
	color: #fe8540;
	border: 1px solid #fe8540
}

.yy_submenu>div>div>.switch {
	color: #fe8540;
	border: 1px solid #fe8540
}

.yy_submenu>div {
	width: 95%;
	height: 92px;
	margin: 15px auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.yy_submenu>div>div:nth-of-type(1) {
	width: 90px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.yy_submenu>div>div:nth-of-type(2) {
	width: 90px;
	height: 58px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.yy_submenu>div>div:nth-of-type(3) {
	width: 90px;
	height: 58px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.yy_submenu>div>div>button {
	width: 90px;
	height: 24px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	outline: 0;
	background-color: white;
	border: 1px solid #b6b6b6;
	font-size: 12px
}

.zr_submenu {
	width: 100%;
	position: fixed;
	z-index: 99;
	top: 96px;
	height: 100%
}

.zr_submenu>div>.switch_2 {
	color: #fe8540
}

.zr_submenu>div>.switch {
	color: #fe8540
}

.zr_submenu div:nth-child(2) {
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 2px 4px rgba(102,102,102,0.27);
	background: white;
	right: 0;
	top: 0;
	width: 67px;
	height: 78px
}

.hen_x {
	width: 100%;
	border: 1px solid black
}

.zr_submenu>div>p,.zr_submenu>div>a {
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	color: #333;
	background-color: #fff
}

.zr_submenu>div>a {
	border: 0
}

.zr_submenu>div>p:nth-child(1),.zr_submenu>div>a:nth-child(1) {
	border-bottom: 1px solid #f3f3f3
}

.zr_submenu div:nth-child(1) {
	position: absolute;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid white;
	right: 10px
}

.outline_border {
	position: relative;
	z-index: 111
}

section {
	width: 100%
}

.tui_jan {
	margin: 0 15px 0 15px
}

.tui_jan p {
	font-size: 15px;
	color: #666;
	padding: 14px 0 6px 0
}

.bear {
	width: 100%;
	height: 185px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #f8f8f8
}

.bear div {
	width: 94px;
	height: 70px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.bear>div>div {
	width: 50px;
	height: 43px
}

.bear>div>div>img {
	width: 100%;
	height: auto
}

.bear>div>p {
	font-size: 12px
}

.xl_cd1 {
	display: none
}

.xl_cd2 {
	display: none
}

.xl_cd3 {
	display: none
}

.xl_cd4 {
	display: none
}

.more_m {
	height: 37px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.more_m>div {
	width: 65px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.classIco img {
	width: 12px;
	height: 12px
}

.more_m a {
	font-size: 12px;
	color: #999
}

div:after {
	display: none
}

div.curr:after {
	display: block
}

.myNav>div i {
	display: inline-block;
	width: 7px;
	height: 4px;
	background: url("../image/gmzx_dow.png") no-repeat center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%
}

.myNav>div.curr {
	color: #fe8540
}

.myNav>div.curr i {
	background: url("../image/gmzx_up.png") no-repeat center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%
}

.section_1 .x_cd.curr {
	display: block
}