.Min7 {
	overflow: hidden;
	background: #fff;
	padding: 20px 0 0 0;
}

.Min7 .item {
	width: 280px;
	height: 500px;
	border: 1px solid #E6E6E6;
	border-radius: 5px;
	float: left;
	margin: 12px 13px 0 0;
}

.Min7 .item:last-child {
	margin-right: 0
}

.Min7 .item .top_bg {
	width: 150px;
	height: 56px;
	margin: -26px auto 0;
	text-align: center;
	font-size: 18px;
	background: url(../img/ph_top.png) no-repeat;
	line-height: 49px;
}

.Min7 .item_1 .top_bg {
	background-position: 0 -56px;
	color: #19abff;
}

.Min7 .item_2 .top_bg {
	background-position: 0 -112px;
	color: #feaa48;
}

.Min7 .item_3 .top_bg {
	background-position: 0 -168px;
	color: #f25657;
}

.Min7 .item ul {
	width: 260px;
	margin: 0 auto;
	overflow: hidden;
}

.Min7 .item ul li {
	width: 100%;
	float: left;
}

.Min7 .item ul li .lis_a {
	width: 100%;
	height: 40px;
	line-height: 40px;
}

.Min7 .item ul li span,
.Min7 .item ul li span {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	border-radius: 3px;
	margin: 10px 10px 0;
	background: #f0f0f0;
	color: #fff;
}

.Min7 .item_0 ul li:nth-child(1) span {
	background: #6ee7cf;
	color: #fff;
}

.Min7 .item_0 ul li:nth-child(2) span {
	background: #8becd9;
	color: #fff;
}

.Min7 .item_0 ul li:nth-child(3) span {
	background: #a8f1e2;
	color: #fff;
}

.Min7 .item_1 ul li:nth-child(1) span {
	background: #19abff;
	color: #fff;
}

.Min7 .item_1 ul li:nth-child(2) span {
	background: #47bcff;
	color: #fff;
}

.Min7 .item_1 ul li:nth-child(3) span {
	background: #75cdff;
	color: #fff;
}

.Min7 .item_2 ul li:nth-child(1) span {
	background: #feaa48;
	color: #fff;
}

.Min7 .item_2 ul li:nth-child(2) span {
	background: #febb6d;
	color: #fff;
}

.Min7 .item_2 ul li:nth-child(3) span {
	background: #fecc91;
	color: #fff;
}

.Min7 .item_3 ul li:nth-child(1) span {
	background: #f25657;
	color: #fff;
}

.Min7 .item_3 ul li:nth-child(2) span {
	background: #f57879;
	color: #fff;
}

.Min7 .item_3 ul li:nth-child(3) span {
	background: #f79a9a;
	color: #fff;
}

.Min7 .item ul li a {
	display: block;
}

.Min7 .item ul li a img {
	display: none;
}

.Min7 .item ul li a div {
	float: left;
	height: 40px;
}

.Min7 .item ul li a div p {
	display: none;
}

.Min7 .item ul li a div p:nth-of-type(1) {
	display: block;
	height: 40px;
	line-height: 40px;
}

.Min7 .item ul li a div p span {
	background: #f0f0f0;
	color: #fff;
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	border-radius: 3px;
	margin: 10px;
}

.Min7 .item ul li.on a img {
	display: block;
	float: left;
	margin-right: 20px;
	width: 90px;
	height: 90px;
	border-radius: 18px;
}

.Min7 .item ul li.on a div {
	height: 90px;
}

.Min7 .item ul li.on a div p {
	display: block;
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	color: #737373;
}

.Min7 .item ul li.on a div p:nth-of-type(1) {
	display: block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #222;
}

.Min7 .item ul li.on a div p span {
	margin-left: 0;
}

.Min7 .item ul li:hover a div p:nth-of-type(1) {
	color: #19abff;
}

.logo {
	font-size: 25px;
	display: flex;
	align-items: center;
}

.logo img {
	height: 52px !important;
	margin-right: 12px;
}

.flex-1 {
	flex: 1;
}

.d-flex-center-between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.input-search-new {
	background: linear-gradient(90deg, rgba(0, 145, 237, .08), rgba(34, 210, 148, .1));
	border: 0;
	border-radius: 24px;
	box-sizing: border-box;
	color: #4d4d4d;
	font-family: Microsoft YaHei;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	height: 42px;
	line-height: 22px;
	padding: 10px 20px 10px 50px;
	position: relative;
	width: 350px;
}

.search_icon {
	height: 22px;
	left: 20px;
	position: absolute;
	top: 18px;
	width: 22px;
}

.search-new {
	height: 88px;
	position: relative;
}

.searchList {
	background: #fff;
	border: 1px #edf1f7 solid;
}

.searchList li a {
	padding: 20px;
	border-top: 1px #edf1f7 solid;
}

.searchList li:nth-child(1) a {
	border-top: none;
}

.searchList li a img {
	width: 70px;
	height: 70px;
	margin-right: 10px;
	border-radius: 10px;
}

.searchInnfo {
	width: 400px;
}

.searchInnfo p {
	color: #999;
}

.searchp1 {
	width: 160px;
	margin-left: 30px;
	color: #666;
	font-size: 15px;
}

.searchp3 {
	color: #999;
	width: 160px;
}

.searchp2 {
	color: #999;
	width: 200px;

}

.searchInnfo strong {
	display: block;
	font-size: 15px;
	margin-bottom: 10px;
}

.searchList li .abtn {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	border-radius: 10px;
	width: 150px;
	text-align: center;
	color: #fff;
	background: #22d294;
}

.searchList li .abtn:hover {
	background: #07ab71;
}

.searchBtn {
	position: absolute;
	right: 0;
	padding: 0 20px;
	border: none;
	color: #fff;
	height: 42px;
	font-size: 15px;
	border-radius: 0 24px 24px 0;
	background: #22d294;
	cursor: pointer;
}

.dlBtn {
	margin-left: 30px;
	color: #22d294;
	font-weight: bold;
	font-size: 16px;
	cursor: pointer;
}

.dlBox {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1000;
	background: rgba(0, 0, 0, .8);
}

.dlNRbox {
	width: 500px;
	background: #fff;
	padding: 30px 20px;
	position: relative;
	border-radius: 10px;
	height: 420px;
}

.close {
	width: 18px;
	position: absolute;
	right: 12px;
	top: 12px;
	opacity: .3;
	cursor: pointer;
	/* 旋转360度 */
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	transition: transform 0.5s ease;

}

.close:hover {
	transform: rotate(360deg);

	opacity: 1;
}

.dlTab .hd li {
	cursor: pointer;
	margin: 0 20px;
	font-size: 20px;
	position: relative;
	padding: 0 8px 8px 8px;
}

.dlTab .hd li::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 4px;
	background: #fff;
}


.dlTab .hd li.on {
	font-weight: bold;
	color: #22d294;
}

.dlTab .bd {
	padding: 20px;
}

.dlTab .bd ul {
	display: none;
}

.dlTab .hd li.on::after {
	background: #22d294;
}

.dlForm {
	background: #f2f3f7;
	padding: 10px;
	margin-bottom: 15px;
	border-radius: 10px;
}

.dlForm input {
	background: #f2f3f7;
	border: none;
	display: block;
	width: 100%;
	padding: 8px;
	font-size: 15px;
}

.button {
	border-radius: 10px;
	margin-top: 10px;
	display: block;
	width: 100%;
	height: 50px;
	border: none;
	background: #22d294;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}

.tip {
	display: block;
	font-size: 12px;
	color: #ff6600;
	display: none;
	margin-top: -6px;
	margin-bottom: 15px;
}

.user span {
	color: #22d294;
}

.user {
	font-size: 15px;
	margin-left: 20px;
}

.user .dlEm {
	background: #22d294;
	display: inline-block;
	color: #fff;
	height: 26px;
	line-height: 26px;
	padding: 0 14px;
	border-radius: 13px;
	font-size: 12px;
	margin-left: 8px;
	cursor: pointer;
}



.user .exitBtn {
	background: #22d294;
	display: inline-block;
	color: #fff;
	height: 26px;
	line-height: 26px;
	padding: 0 14px;
	border-radius: 13px;
	font-size: 12px;
	margin-left: 8px;
	cursor: pointer;
}

#exit {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1000;
	background: rgba(0, 0, 0, .8);
}

.exitBox {
	width: 280px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden
}

.exitBox h5 {
	text-align: center;
	padding: 28px 0;
	font-size: 18px;
}

.exitBoxBnt {
	border-top: 1px #e6e6e6 solid;
}

.exitBoxBnt div {
	font-size: 15px;
	padding: 13px 0;
	text-align: center;
	cursor: pointer;
}

.exitBoxBnt .cancellation {
	border-right: 1px #e6e6e6 solid;
	color: #333;
}

.exitBoxBnt .confirm {
	color: #22d294;
}

.exitBoxBnt .confirm:hover {
	background: #22d294;
	color: #fff;
}

.exitBoxBnt .cancellation:hover {
	background: rgba(0, 0, 0, .05);
}

.d-flex {
	display: flex;
}

.d-flex-center-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.leftBox {
	overflow: hidden;
}

.articleLeft {
	overflow: hidden;
}

.d-flex-center {
	display: flex;
	align-items: center;
}

.d-flex-en {
	display: flex;
	align-items: flex-end;
}

.d-flex-start {
	display: flex;
	align-items: flex-start;
}

.d-flex-end {
	display: flex;
	justify-content: flex-end;
}

.d-flex-between {
	display: flex;
	justify-content: space-between;
}

.d-flex-justify-center {
	display: flex;
	justify-content: center;
}

.d-flex-center-between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flex-row-reverse {
	flex-direction: row-reverse;
}

.flex-1 {
	flex: 1;
}

.flex-column {
	flex-direction: column;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-shrink {
	flex-shrink: 0;
}

.text-overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-overflow1 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.text-overflow2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.text-overflow3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.text-overflow4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

img {
	max-width: 100%;
}

.navbar .navbar_nav a.d {
	background: #22d294;
	color: #fff;
	height: 36px;
	line-height: 36px;
	border-radius: 18px;
	font-size: 20px;
	padding: 0 20px;
}

.hgame_list .hgame_list_right>a p:nth-child(2) {
	margin-top: -11px;
	background: #fff;
	padding-top: 5px;
	position: relative;
	z-index: 100;
}

.hgame_list .hgame_list_right>a {
	padding-bottom: 7px;
}

.hgame_list .hgame_list_left p:nth-child(3) {
	padding-bottom: 4px;
}