/* 头部 */

.navbar {
    padding: 0 .3rem;
}

.navbar ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: scroll;
    height: 0.9rem;
}
.navbar ul::-webkit-scrollbar {
    display: none;
}

.navbar ul li {
    flex-shrink: 0;
    margin-right: 0.8rem;
    text-align: center;
}

.navbar ul li a {
    font-size: 0.28rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    padding-bottom: 0.1rem;
}

.navbar .active a {
    font-weight: bold;
    border-bottom: 1px solid #fff;
}



/* 头部 */
.headerAll .header_title {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
    height: 0.88rem;
    background: #FFFFFF;
    padding: 0 0.3rem;
}
.headerAll .header_title .go_back {
	display: block;
	width: .18rem;
	height: .32rem;
	background: url('/kaifamei/images/go_back.png') no-repeat center;
	background-size: .18rem .32rem;
}
.headerAll .header_title p {
    flex: 1;
	/* width: 3.2rem; */
    height: 0.44rem;
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin: 0;
}
.headerAll .headerRight {
	display: flex;
    width: .32rem;
	height: .88rem;
    background: url('/kaifamei/images/share.png') no-repeat center;
    background-size: 100%;
}

.header {
	display: flex;
	width: 100%;
    height: 0.9rem;
    background: #F04040;
    justify-content: space-between;
    align-items: center;
    padding: 0 .3rem;
}
.logo {
	width: 1.88rem;
	height: .57rem;
	/* margin-left: 1.7rem;
    margin-right: 1.5rem; */
}
.logo a {
	display: flex;
	width: 1.66rem;
	height: .52rem;
}
.logo  img {
	width: 1.66rem;
	height: .52rem;
    border-radius: 0;
}
.topSearch {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	/* width: 3.4rem; */
}
.topSearch form {
	position: relative;
}
.topSearch input[type="text"]  {
	width: 95%;
	height: .28rem;
	color: #ffffff;
	font-size: .14rem;
	border: none;
	border-radius: .14rem;
	text-indent: .24rem;
	background:#82CCCF;
}
.por {
	position: relative;
	display: block;
	/* width: 100%; */
}
.por img {
    width: 0.41rem;
    height: 0.43rem;
}
/* input[type=submit], .por::before {
	content: '';
	position: absolute;
	top: .08rem;
	right: .24rem;
	width: .14rem;
	height: .14rem;
	border: none;
	background: url(/kaifamei/images/search.png) no-repeat center center/cover;
} */
/* @media (max-width: 376px) {
	.topSearch input[type="text"] {
		width: 95%;
		height: .28rem;
		color: #ffffff;
		border: none;
		border-radius: .14rem;
		text-indent: .24rem;
		padding-top: 0.01rem;
		background:#82CCCF;
	}
	.footer {
		height: 2.3rem;
	}
} */
/* .topSearch input::-webkit-input-placeholder {
	font-size: .14rem;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: .28rem;
	color: #FFFFFF;
} */
.flex {
	display: flex;
	align-items: center;
}
.search {
	display: flex;
	width: 100%;
	font-size: .16rem;
	margin-left: .1rem;
}
.search form {
	width: 100%;
	margin-left: .08rem;
}
.show {
	width: .42rem;
	height: .42rem;
	background: url('/kaifamei/images/secondMenu.png') no-repeat center;
	background-size: 100%;
}
.hide {
	/* position: absolute;
	top: -.8rem;
	right: .15rem; */
	z-index: 11;
	display: none;
	width: .14rem;
	height: .14rem;
	background: url('/kaifamei/images/close.png') no-repeat center;
	background-size: 100%;	
}


/* 二级菜单 */

.mask {
    position: relative;
    /* height: 8rem; */
}
.tran {
    display: none;
}
.tran::after {
    /* display: none; */
    position: absolute;
    top: -8px;
    left: 16px;
    content: "";
    width: 0;
    height: 0;
    border-width: 0 0.2rem 0.2rem;
    border-style: solid;
    border-color: transparent transparent #fff;
}

aside {
    position: absolute;
    top: 0.4rem;
    width: 7.50rem;
    height: 100%;
    background: #FFFFFF;
    z-index: 999;
    display: none;
    box-sizing: border-box;
    overflow-y: auto;
}

aside nav {
    position: fixed;
    top: 0;
    width: 100%;
}
aside .secondMenu {
    padding: 0 .3rem;
}

aside .secondMenu p {
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    margin-bottom: 0;
    background: url('/kaifamei/images/menu_default.png') center right no-repeat;
    background-size: 0.14rem 0.25rem;
}

aside .secondMenu ul li {
    height: 0.45rem;
    overflow: hidden;
    margin-bottom: 0.6rem;
}
aside .secondMenu ul li p:nth-child(1) a {
    width: 1rem;
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
}
aside .secondMenu ul li>p:nth-child(2) a {
    font-size: 0.24rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.34rem;
    color: #333333;
    margin-top: 0.3rem;
    margin-right: 0.45rem;
}
aside .secondMenu ul li>p:nth-child(2) a:nth-of-type(5n){
    margin-right: 0;
}
aside .secondMenu ul li>p:nth-child(2) {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    background: none;
}
aside .secondMenu ul li:nth-child(6) p:nth-child(2) a:nth-child(5) {
    margin-right: 0.45rem;
}
aside .secondMenu ul li>.rt{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-image:url('/kaifamei/images/menu_change.png');
    background-size: 0.25rem 0.14rem;
}
aside .secondMenu ul li>.active{
    display: flex;
}
aside .secondMenu .nav_list {
    display: flex;
    flex-wrap: wrap;
    transition:all  0.3s;
}

aside .secondMenu .nav_list a {
    font-size: 0.24rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    margin-top: 0.3rem;
    margin-right: 0.5rem;
}
aside .secondMenu .nav_list a:nth-of-type(5n){
    margin-right: 0;
}

aside .secondMenu .nav_content {
    flex: 1;
    background: #FFFFFF;
    box-shadow: 0px 5px 35px 11px rgba(78, 78, 78, 0.12);
    padding-top: 1.12rem;
    padding-left: 0.6rem;
    padding-right: 0.8rem;
}

aside .secondMenu .nav_content .nav_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

aside .secondMenu .nav_content .nav_list a {
    width: 2rem;
    height: 0.6rem;
    text-align: center;
    line-height: 0.6rem;
    background: #eee;
    border-radius: 0.05rem;
    color: #666;
    margin-bottom: 0.6rem;
}

aside .secondMenu .nav_content .nav_list {
    display: none;
}

aside .secondMenu .nav_content .active {
    display: flex;
}



/* 热游推荐标题部分 */
.publicTitle {
	justify-content: space-between;
	height: .5rem;
	background: url('/kaifamei/images/public_back.png') left center no-repeat;
    background-size: 0.2rem 0.3rem;
	margin-top: .3rem;
    margin-bottom: .3rem;
    text-indent: .3rem;
}
.publicTitle p:nth-child(1) {
    font-size: 0.36rem;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 0.5rem;
    color: #333333;
}
.publicTitle p:nth-child(2) {
    box-sizing: border-box;
    font-size: 0.24rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
	padding-right: .3rem	;
	background: url('/kaifamei/images/more.png') center right no-repeat;
	/* background-size: .06rem .11rem; */
    /* margin-right: .2rem; */
}
.publicTitle p:nth-child(2) a {
	color: #999999;
}




























