*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
	color: inherit;
	font-family: "Microsoft YaHei","simsun","Helvetica Neue",Arial,Helvetica,sans-serif;
}

html{
	/* 不适配移动端 */
	min-width: 1190px;
}

.header{
	height: 30px;
	background-color: #f5f5f5;
	border: 1px solid #dbdcdd;
}

.wrap{
	height: 50px;
	width: 1190px;
	margin: 0 auto;
}

.wrap p{

	height: 30px;
	line-height: 30px;
	color: #999999;
}
.tab{
	width: 1200px;
	height: 100px;
	margin: 0 auto;
}
.tab-left{
	float: left;
}
/* 搜索框开始 */
.search input{
	width: 415px;
	height: 45px;
	border: 1px solid #61abaa;
	padding: 0 10px;
	box-sizing: border-box;
	border-right: none;
	float: left;
	/* 去掉input的外边框 */
	outline: none;
	transition: all .2s;
	margin-left: 150px;
	margin-top: 20px;
	font-size: 17px;
}
.search div{
	width: 55px;
	height: 43px;
	border: 1px solid #61abaa;
	float: left;
	font-size: 24px;
	color: #616161;
	cursor: pointer;
	transition: all .2s;
	margin-top: 20px;
	background-color: #61abaa;
}
.search img{
	width: 40px;
	height: 40px;
}
.my{
	font-size: 2em;
	display: inline-block;
	width: 0.4em;
	height: 0.4em;
	box-sizing: content-box;
	border: 0.1em solid #ffffff;
	position: relative;
	margin-left: 10px;
	margin-top: 3px;
	text-align:center;
	border-radius: 0.35em;
}
.my:before {
	content: "";
	display: inline-block;
	position: absolute;
	right: -0.23em;
	bottom: -0.13em;
	border-width: 0;
	background: #fffefe;
	width: 0.35em;
	height: 0.08em;
	transform: rotate(45deg);

}
/* 搜索框结束 */
/* 列表部分开始 */
.lists{
	height: 50px;
}

.lists li{
	list-style: none;
	float: left;
	width: 170px;
	font-size: 15px;
	text-align: center;
	line-height: 30px;
	border-bottom: 1.5px solid black;
}

.lists li:hover{
	border-bottom: 1.5px solid #d47e74;
	color:#d47e74;
}
/* 列表部分结束 */
/* 底部部分开始 */
.layout{
	height: 70px;
	background: #f5f5f5;
	border: 1px solid #dbdcdd;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer{
	color: #adadad;
	
}

.text{
	font-size: 13px;
	line-height: 30px;
}

.text>span{
	margin-left: 10px;
}

.footer-left a {
	padding: 5px 8px;
}
.footer-main{
	height: 20px;
	width: 500px;
	margin:10px auto;
	font-size: 13px;
	color: #adadad;
}
.footer-left{
	height: 20px;
	width: 500px;
	margin: 0 auto;
	font-size: 13px;
	color: #adadad;
}

.lists li.active{
	border-bottom: 1.5px solid #d47e74;
	color:#d47e74 ;
}