/*****************************************
* 作 者：哆啦B梦
* 版 本：1.0 
* 概 要：网站公共样式
*****************************************/

/*-----------------------------------------公共样式-----------------------------------------*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	background-color: #fff;
}

body {
	display: flex;
	align-items: center;
	justify-content: center;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: inherit;
}

.page_link {
	height: 2.7rem;
	line-height: 2.6rem;
	border-radius: 2px;
	font-size: 1rem;
	text-align: center;
	font-weight: normal;
	font-style: normal;
	border: 1px solid #1188dd;
	color: #1188dd;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 23.2%;
	margin-bottom: 1.25rem;
}

/* 头部 */
.index {
	width: 38.75rem;
}

.top_ad {
	width: 38.75rem;
	height: 3.25rem;
}

.top_ad img {
	width: 100%;
	height: 100%;
}

.nav {
	border-bottom: 1px solid #ececec;
}

.nav ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	overflow: hidden;
}


.nav ul li {
	float: left;
	padding: 0 5px;
	list-style: none;
}

.nav ul li a {
	line-height: 2.5rem;
	font-size: 1.2rem;
	text-align: center;
	display: block;
	color: #888;
	border-bottom: 2px solid #fff;
}

.nav .on {
	color: #1188dd;
	font-weight: bold;
	border-bottom: 0.1rem solid #1188dd;
}

.g_wrap_p {
	background-color: #ffffff;
	padding: 10px 2.5%;
	border-bottom: 1px solid #ececec;
}

#wd {
	width: 84%;
	height: 2.7rem;
	line-height: 2.7rem;
	font-size: .65rem;
	background-color: #f0f0f0;
	color: #333;
	border: 0;
	border-radius: 2px 0 0 2px;
	-webkit-appearance: none;
	outline: none;
	padding: 0 2.5%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.search-button {
	float: right;
	display: block;
	width: 16%;
	height: 2.7rem;
	line-height: 2.7rem;
	background-size: .8rem;
	background-position: center;
	background-color: #1188dd;
	color: #fff;
	border: 0;
	border-radius: 0 2px 2px 0;
	-webkit-appearance: none;
	outline: none;
}

.tip {
	padding: .6rem 2.5%;
	background-color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	font-size: .75rem;
	line-height: 1.1rem;
	color: #FF0000;
	border-bottom: 1px solid #efefef;
	overflow: hidden;
}

/* 列表 */
.new-list {
	padding: 1rem 0 0 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.list-item {
	width: 48.7%;
	margin-bottom: 0.625rem;
}

.play-img {
	width: 100%;
	height: 170px;
}

.list-item h4 {
	font-size: 1rem;
	font-weight: normal;
	width: 100%;
	height: 2.7rem;
	line-height: 1.2rem;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.page_info {
	display: flex;
	justify-content: space-between;
}

/* 播放页 */
.play-tip {
	text-align: center;
	font-size: 1rem;
	font-weight: bold;
	line-height: 2rem;
	color: #FF0000;
}

.ewave-player {
	height: 16.25rem;
}

/* 搜索页 */
.search-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.search-list-item {
	height: 2.7rem;
	line-height: 2.6rem;
	border-radius: 2px;
	font-size: 1rem;
	text-align: center;
	font-weight: normal;
	font-style: normal;
	border: 1px solid #1188dd;
	color: #1188dd;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 23.2%;
	margin-bottom: 0.625rem;
}