/* 公用 */

*{

	margin: 0; padding: 0;

}



body {

	/* background-color: #f7f9fa; */

	color: #262626;

	min-width: 1200px;

	font-size: 14px;

	font-family: "microsoft yahei";

}



h1,

h2,

h3,

h4,

h5,

h6 {

	font-size: 100%;

	font-weight: normal;

}



ol,

ul,

li {

	list-style-type: none;

}



a {

	color: #333;

	text-decoration: none;

	transition: color .2s, background .2s;

}



img {

	object-fit: cover;

}



input:focus,select:focus {

	outline: none;

}



a:hover {

	color:  #CC6699;

	text-decoration: none;

}



.mainbox {

	width: 1200px;

	margin: 0 auto;

}

.main_left{

	float: left;

}

.main_right{

	float: right;

}

.all_white {

	background-color: #FFFFFF;

}

.color_active{

	color: #CC6699;

}

@font-face {

	font-family: 'iconfont';

	src: url('http://www.qxfood.com/static/yimei2/web/font/iconfont.ttf?t=1631260854513') format('truetype');

}

.iconfont {

	font-family: "iconfont" !important;

	font-size: 16px;

	font-style: normal;

	-webkit-font-smoothing: antialiased;

	-moz-osx-font-smoothing: grayscale;

}

/* 头部 */

.topbar {

	background-color: #fafafa;

	height: 40px;

	line-height: 40px;

	border-bottom: 1px solid #dfdfdf;

}

.topbar_l {

	position: relative;

	font-size: 13px;

	color: #666666;

	width: 50%;

}

.topbar_l>span{

	cursor: pointer;

	margin-right: 20px;

}

.topbar_l>span>a{

	color:#666666 ;

}

.topbar_l>span>a>img,.topbar_l>span>img{

	margin-right: 10px;

}

.topbar_r {

	width: 50%;

	text-align: right;

}

.topbar_ditu{

	margin-left: 15px;

	font-size: 13px;

	color: #666666;

}

.topbar_posi{

	display: none;

	background: #ffffff;

	border-radius: 10px;

	position: absolute;

	padding: 10px;

	left: 110px;

	top: 40px;

	box-shadow:-1px 0px 5px #989696;

}

.topbar_wechat{

	left: 244px;

}

.topbar_imgtitle{

	font-size: 16px;

	text-align: center;

	margin-top: -15px;

}

.topbar_on .topbar_posi,.topbar_on .topbar_wechat{

	display: block;

}

/* 头部结束 */

/* logo */

.logo_main {

	height: 75px;

	padding: 20px 0;

}



.logo_img {

	float: left;

}



.logo_img>img {

	width: 250px;

	height: 73px;

}



.logo_form {

	float: right;

	margin-top: 5px;

	margin-left: 15%;

	position: relative;

}

.search_show .search_list {

	visibility: visible;

	opacity: 1;

}



.search_list>li {

	height: 36px;

	line-height: 36px;

	font-size: 14px;

	padding-left: 14px;

	width: 90px;

}



.search_list>li>a {

	display: inline-block;

	height: 32px;

	width: 73px;

}



.logo_input {

	height: 36px;

	position: relative;

	border: 1px solid  #dbdbdb;

	border-radius: 10px;

}



.search_text {

	height: 36px;

	width: 350px;

	float: left;

	padding-left: 10px;

	font-size: 14px;

	border: 0;

	background: transparent;

	border-left: 1px solid #e8edf2;

}



.search_btn {

	margin-top: 7px;

	height: 24px;

	width: 24px;

	border: 0;

	border-radius: 0 2px 2px 0;

	color: #fff;

	cursor: pointer;

	background: url(../image/search.png) no-repeat center;

}

.search_about{

	width: 407px;

	overflow: hidden;

	text-overflow: ellipsis;

	white-space: nowrap;

	font-size: 13px;

	margin-top: 10px;

	color: #CC6699;

}

.search_about>a{

	margin-right: 10px;

}

.logo_tel{

	margin-top: 10px;

	float: right;

}

.logo_tel>img{

	margin-right: 10px;

}

.logo_kefu{

	display: inline-block;

	color: #FF9D00;

}

.logo_kefu>span{

	display: block;

	font-size: 24px;

	font-weight: bold;

}

/* logo结束 */

/* 导航 */

.main_nav{

	background:#CC6699;

	height: 45px;

}

.nav_list{

	height: 45px;

	line-height: 44px;

}

.nav_list>li{

	padding: 0 36px;

	float: left;

}

.nav_list>li>a{

	font-size: 16px;

	color: #FFFFFF;

}

.nav_list_on{

	background:#e99da4 ;

	position: relative;

}

.nav_list_list{

	display: none;

	position: absolute;

	z-index: 9;

	left: 0;

	right: 0;

	text-align: center;

}

.nav_list_list>li{

	background: #CC6699;

}

.nav_list_list>li>a{

	color: #FFFFFF;

}

.nav_list_on .nav_list_list{

	display: block;

}
/* 友情链接开始 */

.yimei_link>a{
	font-size: 16px;
	margin-right: 20px;
	line-height: 24px;
}

/* 友情链接结束 */

/* 底部开始 */
.footer{
	padding: 20px 0px;
	background-color: #f0f0f0;
}
.yimei_footer{
	margin: 30px auto;
	/*width: 60%;*/
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	color: #999;
}
.yimei_footer>a{
	color: #999;
}
/* 分页 */

.pagination {

	display: inline-block;

	width: 100%;

	height: 50px;

	text-align: center;

	margin-top: 30px;

}



.pagination>li {

	display: inline-block;

	margin:0 3px

}



.pagination>li>span {

	color: #717171;

	border: 1px solid #e4e2e2;

	padding: 3px 10px;

}



.pagination>li>a {

	color: #717171;

	border: 1px solid #e4e2e2;

	padding: 3px 10px;

}

.pagination .active span{

	border: 1px solid #CC6699 !important;

	background-color: #CC6699 !important;

	color: #FFFFFF !important;

}



.pagination>li>a:hover {
	border: 1px solid #CC6699;
	background-color: #CC6699;

	color: #FFFFFF;

}