* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
}
html,body {
	width: 100%;
	height: 100%;
	background-color: #f4f4f4
}
body {
	position: relative
}
ul,ol {
	list-style: none
}
a {
	text-decoration: none
}
h1,h2,h3,h4,h5,h6,p,span {
	font-weight: 500
}
button {
	border: none
}
.container {
	width: 1200px;
	margin-left: auto;
	margin-right: auto
}
header {
	background-color: #333;
	width: 100%;
	height: 70px;
	display: flex;
	align-items: center
}
header .container {
	display: flex;
	align-items: center
}
header .container .logo_img {
	width: 255px;
}
header .container .logo_img>img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover
}
header .container .search {
	position: relative;
	margin: 0 50px 0 168px
}
header .container .search>input {
	width: 560px;
	height: 40px;
	outline: none;
	border: none;
	text-indent: 1em
}
header .container .search>button {
	position: absolute;
	right: 0;
	top: 0;
	width: 73px;
	height: 40px;
	background-color: #01bfbf;
	outline: none;
	cursor: pointer
}
header .container .search>button .iconfont {
	color: #fff
}
header .container .gogle .addthis_inline_share_toolbox_b0mt .at-share-btn-elements>a: nth-child(3) {
	display: none
}
header .container .gogle .at-resp-share-element .at-share-btn {
	background-color: #333 !important
}
header .container .gogle .at-resp-share-element .at-share-btn .at-icon-wrapper {
	width: 24px !important;
	height: 24px !important
}
header .container .gogle .at-resp-share-element .at-share-btn .at-icon-wrapper>svg {
	width: 24px !important;
	height: 24px !important
}
.banner {
	width: 100%;
	height: 50px;
	background-color: #01bfbf;
	display: flex;
	align-items: center
}
.banner>.container>a {
	color: rgba(255,255,255,.6);
	font-size: 16px;
	font-weight: 600;
	border-left: 1px solid #fff;
	padding: 0 45px;
	position: relative;
	display: inline-block;
	height: 100%;
	transition: all .3s
}
.banner>.container>a: nth-child(3) {
	border-right: 1px solid #fff
}
.banner>.container>a.active,.banner>.container>a: hover {
	color: #fff
}
.banner>.container>a.active: : after,.banner>.container>a: hover: : after {
	background-color: #fff
}
.banner>.container>a: : after {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background-color: transparent;
	position: absolute;
	left: 0;
	top: 32px;
	transition: all .3s
}
footer {
	width: 100%;
	height: 137px;
	background-color: #333;
	margin-top: 60px
}
footer .footer_t {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid rgba(255,255,255,.2)
}
footer .footer_t .nav {
	padding: 25px 0
}
footer .footer_t .nav>a {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	margin-right: 50px;
	transition: all .3s
}
footer .footer_t .nav>a: hover {
	color: #01bfbf
}
footer .footer_t .gogle_b .addthis_inline_share_toolbox_b0mt .at-share-btn-elements>a: nth-child(3) {
	display: none
}
footer .footer_t .gogle_b .at-resp-share-element .at-share-btn {
	background-color: #333 !important
}
footer .footer_t .gogle_b .at-resp-share-element .at-share-btn .at-icon-wrapper {
	width: 24px !important;
	height: 24px !important
}
footer .footer_t .gogle_b .at-resp-share-element .at-share-btn .at-icon-wrapper>svg {
	width: 24px !important;
	height: 24px !important
}
footer .pp {
	margin-top: 20px;
	font-size: 14px;
	color: #fff;
	font-weight: 400
}
.main {
	min-height: calc(100% - 260px);
	margin-top: 20px
}
.main .recipes .recipe_t {
	display: flex;
	align-items: center;
	width: 100%;
	height: 50px;
	background-color: #fff;
	margin-bottom: 10px
}
.main .recipes .recipe_t>.top {
	border-left: 5px solid #01bfbf;
	width: 100%;
	height: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px 0 10px
}
.main .recipes .recipe_t>.top>h2 {
	color: #333;
	font-weight: 600;
	font-size: 18px
}
.main .recipes .recipe_t>.top>a {
	color: #333;
	font-weight: 600;
	font-size: 14px;
	transition: all .3s
}
.main .recipes .recipe_t>.top>a: hover {
	color: rgba(51,51,51,.6)
}
.main .recipes .recipe_cont {
	display: flex;
	width: calc(100% + 20px)
}
.main .recipes .recipe_cont>li {
	margin-right: 20px;
	margin-bottom: 20px;
	width: 224px;
	height: 360px;
	background-color: #fff
}
.main .recipes .recipe_cont>li>a {
	transition: all .3s
}
.main .recipes .recipe_cont>li>a .recipe_img {
	width: 100%;
	height: 224px;
	overflow: hidden
}
.main .recipes .recipe_cont>li>a .recipe_img>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: all .3s
}
.main .recipes .recipe_cont>li>a>dl {
	padding: 20px
}
.main .recipes .recipe_cont>li>a>dl>dt {
	color: #333;
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 16px
}
.main .recipes .recipe_cont>li>a>dl>dd {
	color: #666;
	line-height: 16px;
	font-weight: 600;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}
.main .recipes .recipe_cont>li>a: hover>dl>dt {
	text-decoration: underline
}
.main .recipes .recipe_cont>li>a: hover .recipe_img {
	overflow: hidden
}
.main .recipes .recipe_cont>li>a: hover .recipe_img>img {
	transform: scale(1.2)
}
.main .latest {
	display: flex;
	justify-content: space-between;
	align-items: stretch
}
.main .latest .latest_l {
	width: 880px;
	display: flex;
	flex-direction: column
}
.main .latest .latest_l .latset_t {
	display: flex;
	align-items: center;
	width: 100%;
	height: 50px;
	background-color: #fff;
	margin-bottom: 10px
}
.main .latest .latest_l .latset_t .top {
	border-left: 5px solid #01bfbf;
	width: 100%;
	height: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px 0 10px
}
.main .latest .latest_l .latset_t .top>h2 {
	color: #333;
	font-weight: 600;
	font-size: 18px
}
.main .latest .latest_l .latset_t .top>a {
	color: #333;
	font-weight: 600;
	font-size: 14px;
	transition: all .3s
}
.main .latest .latest_l .latset_t .top>a: hover {
	color: rgba(51,51,51,.6)
}
.main .latest .latest_l .latest_cont {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.main .latest .latest_l .latest_cont>li {
	width: 430px;
	background-color: #fff;
	margin-bottom: 20px
}
.main .latest .latest_l .latest_cont>li>a .latest_img {
	width: 100%;
	height: 430px;
	position: relative;
	overflow: hidden
}
.main .latest .latest_l .latest_cont>li>a .latest_img>img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	overflow: hidden;
	transition: all .3s
}
.main .latest .latest_l .latest_cont>li>a .latest_img .tag {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #01bfbf;
	padding: 7px 13px;
	font-size: 12px;
	color: #fff;
	font-weight: 600
}
.main .latest .latest_l .latest_cont>li>a>dl {
	padding: 20px
}
.main .latest .latest_l .latest_cont>li>a>dl>dt {
	color: #333;
	font-size: 20px;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}
.main .latest .latest_l .latest_cont>li>a>dl>dd {
	margin: 16px 0;
	font-size: 12px;
	color: #666;
	line-height: 16px;
	font-weight: 600
}
.main .latest .latest_l .latest_cont>li>a>dl>dd: nth-child(2) {
	height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}
.main .latest .latest_l .latest_cont>li>a>dl>dd: nth-child(3) {
	color: #01bfbf;
	margin: 0;
	transition: all .3s
}
.main .latest .latest_l .latest_cont>li>a: hover .latest_img {
	overflow: hidden
}
.main .latest .latest_l .latest_cont>li>a: hover .latest_img>img {
	transform: scale(1.2)
}
.main .latest .latest_l .latest_cont>li>a: hover>dl dd: nth-child(3) {
	color: rgba(1,191,191,.6)
}
.main .latest .latest_r {
	width: calc(100% - 900px)
}
.main .latest .latest_r .featured {
	margin-top: 20px
}
.main .latest .latest_r .featured .featured_t {
	display: flex;
	align-items: center;
	width: 100%;
	height: 50px;
	background-color: #fff;
	margin-bottom: 10px
}
.main .latest .latest_r .featured .featured_t .top {
	border-left: 5px solid #01bfbf;
	width: 100%;
	height: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px 0 10px
}
.main .latest .latest_r .featured .featured_t .top>h2 {
	color: #333;
	font-weight: 600;
	font-size: 18px
}
.main .latest .latest_r .featured .latest_cont {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 10px
}
.main .latest .latest_r .featured .latest_cont>li {
	width: 145px;
	height: 195px;
	background-color: #fff;
	margin-bottom: 10px
}
.main .latest .latest_r .featured .latest_cont>li>a .latest_img {
	width: 100%;
	height: 145px;
	position: relative;
	overflow: hidden
}
.main .latest .latest_r .featured .latest_cont>li>a .latest_img>img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	overflow: hidden;
	transition: all .3s
}
.main .latest .latest_r .featured .latest_cont>li>a>dl {
	padding: 10px
}
.main .latest .latest_r .featured .latest_cont>li>a>dl>dt {
	color: #333;
	font-size: 12px;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}
.main .latest .latest_r .featured .latest_cont>li>a: hover .latest_img {
	overflow: hidden
}
.main .latest .latest_r .featured .latest_cont>li>a: hover .latest_img>img {
	transform: scale(1.2)
}
.more {
	margin-top: 20px;
	min-height: calc(100% - 260px)
}
.more .curmb {
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	background-color: #fff
}
.more .curmb .curmb_top {
	border-left: 5px solid #01bfbf;
	width: 100%;
	height: 20px;
	display: flex;
	align-items: center;
	padding: 0 20px 0 10px;
	color: #666;
	font-size: 14px;
	font-weight: 600
}
.more .curmb .curmb_top>a {
	color: #666
}
.more .more_recipe>h2 {
	display: flex;
	justify-content: center;
	font-size: 30px;
	color: #333;
	margin: 30px 0
}
.more .recipe_cont {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 20px)
}
.more .recipe_cont>li {
	width: 285px;
	height: 421px;
	background-color: #fff;
	margin-bottom: 20px;
	margin-right: 20px
}
.more .recipe_cont>li>a {
	transition: all .3s
}
.more .recipe_cont>li>a .recipe_img {
	width: 100%;
	height: 285px;
	overflow: hidden
}
.more .recipe_cont>li>a .recipe_img>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: all .3s
}
.more .recipe_cont>li>a>dl {
	padding: 20px
}
.more .recipe_cont>li>a>dl>dt {
	color: #333;
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 16px
}
.more .recipe_cont>li>a>dl>dd {
	color: #666;
	line-height: 16px;
	font-weight: 600;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}
.more .recipe_cont>li>a: hover>dl>dt {
	text-decoration: underline
}
.more .recipe_cont>li>a: hover .recipe_img {
	overflow: hidden
}
.more .recipe_cont>li>a: hover .recipe_img>img {
	transform: scale(1.2)
}
.more .pageNum {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px
}
.more .pageNum>a {
	width: 70px;
	height: 40px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #666
}
.more .pageNum>a .iconfont {
	font-size: 14px
}
.more .pageNum>a: hover {
	background-color: #01bfbf;
	color: #fff
}
.more .pageNum .pageLi {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 10px
}
.more .pageNum .pageLi>li {
	margin: 0 5px
}
.more .pageNum .pageLi>li>a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	font-weight: 600;
	background-color: #fff;
	color: #666;
	font-size: 14px;
	transition: all .3s
}
.more .pageNum .pageLi>li>a.active,.more .pageNum .pageLi>li>a: hover {
	background-color: #01bfbf;
	color: #fff
}
.more .pageNum .disabled {
	cursor: not-allowed;
	color: #ccc;
	transition: all .3s
}
.more .pageNum .disabled: hover {
	background-color: #fff;
	color: #ccc
}
.menu_detail {
	margin-top: 20px;
	min-height: calc(100% - 260px)
}
.menu_detail .menu_cont {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-top: 20px
}
.menu_detail .menu_cont .menu_l {
	width: 880px
}
.menu_detail .menu_cont .menu_l .curmb {
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	background-color: #fff
}
.menu_detail .menu_cont .menu_l .curmb .curmb_top {
	border-left: 5px solid #01bfbf;
	width: 100%;
	height: 20px;
	display: flex;
	align-items: center;
	padding: 0 20px 0 10px;
	color: #999;
	font-size: 14px;
	font-weight: 600
}
.menu_detail .menu_cont .menu_l .curmb .curmb_top>a {
	color: #666
}
.menu_detail .menu_cont .menu_l .menu_intro {
	margin-top: 10px;
	background-color: #fff;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 40px
}
.menu_detail .menu_cont .menu_l .menu_intro>h2 {
	color: #333;
	font-size: 30px
}
.menu_detail .menu_cont .menu_l .menu_intro>h3 {
	margin: 20px 0;
	color: #999;
	font-weight: 400;
	font-size: 14px
}
.menu_detail .menu_cont .menu_l .menu_intro>p {
	color: #333;
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 20px
}
.menu_detail .menu_cont .menu_l .menu_intro .menu_img {
	width: 680px;
	height: 450px;
	margin: 20px 0
}
.menu_detail .menu_cont .menu_l .menu_intro .menu_img>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center
}
.menu_detail .menu_cont .menu_l .ingredients {
	margin-top: 20px
}
.menu_detail .menu_cont .menu_l .ingredients .ingredients_top {
	display: flex;
	align-items: center;
	width: 100%;
	height: 50px;
	background-color: #fff;
	margin-bottom: 10px
}
.menu_detail .menu_cont .menu_l .ingredients .ingredients_top>.top {
	border-left: 5px solid #01bfbf;
	width: 100%;
	height: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px 0 10px
}
.menu_detail .menu_cont .menu_l .ingredients .ingredients_top>.top>h2 {
	color: #333;
	font-weight: 600;
	font-size: 18px
}
.menu_detail .menu_cont .menu_l .ingredients .ingredients_main {
	display: flex;
	background-color: #fff;
	justify-content: space-between;
	width: 100%;
	border-radius: 10px;
	margin-bottom: 10px
}
.menu_detail .menu_cont .menu_l .ingredients .ingredients_main .m_l {
	width: 160px;
	border-radius: 10px;
	background-color: #01bfbf;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center
}
.menu_detail .menu_cont .menu_l .ingredients .ingredients_main .m_r {
	width: calc(100% - 190px);
	padding-top: 40px;
	display: flex;
	flex-wrap: wrap
}
.menu_detail .menu_cont .menu_l .ingredients .ingredients_main .m_r>li {
	margin-right: 30px;
	width: 200px;
	display: flex;
	flex-direction: column;
	align-items: center
}
.menu_detail .menu_cont .menu_l .ingredients .ingredients_main .m_r>li>dl {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}
.menu_detail .menu_cont .menu_l .ingredients .ingredients_main .m_r>li>dl>dt {
	font-size: 18px;
	color: #333;
	font-weight: 400
}
.menu_detail .menu_cont .menu_l .ingredients .ingredients_main .m_r>li>dl>dd {
	font-size: 14px;
	color: #999;
	margin: 12px 0 30px 0
}
.menu_detail .menu_cont .menu_l .steps {
	margin-top: 20px
}
.menu_detail .menu_cont .menu_l .steps .ingredients_top {
	display: flex;
	align-items: center;
	width: 100%;
	height: 50px;
	background-color: #fff
}
.menu_detail .menu_cont .menu_l .steps .ingredients_top>.top {
	border-left: 5px solid #01bfbf;
	width: 100%;
	height: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px 0 10px
}
.menu_detail .menu_cont .menu_l .steps .ingredients_top>.top>h2 {
	color: #333;
	font-weight: 600;
	font-size: 18px
}
.menu_detail .menu_cont .menu_l .steps .ingredients_main {
	display: flex;
	background-color: #fff;
	justify-content: space-between;
	width: 100%;
	border-radius: 10px;
	margin: 10px 0
}
.menu_detail .menu_cont .menu_l .steps .ingredients_main .m_l {
	width: 160px;
	border-radius: 10px;
	background-color: #01bfbf;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center
}
.menu_detail .menu_cont .menu_l .steps .ingredients_main .m_r {
	width: calc(100% - 190px);
	padding: 40px 40px 40px 0
}
.menu_detail .menu_cont .menu_l .steps .ingredients_main .m_r>dt {
	color: #333;
	font-size: 18px;
	margin-bottom: 12px;
	line-height: 20px
}
.menu_detail .menu_cont .menu_l .steps .ingredients_main .m_r>dd {
	color: #999;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 12px
}
.menu_detail .menu_cont .menu_l .steps .ingr_img {
	width: 100%;
	height: 546px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px
}
.menu_detail .menu_cont .menu_l .steps .ingr_img>img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover
}
.menu_detail .menu_cont .menu_l .steps .ad {
	display: flex;
	justify-content: center;
	align-items: center
}
.menu_detail .menu_cont .menu_r {
	width: calc(100% - 900px)
}
.menu_detail .menu_cont .menu_r .featured .featured_t {
	display: flex;
	align-items: center;
	width: 100%;
	height: 50px;
	background-color: #fff;
	margin-bottom: 10px
}
.menu_detail .menu_cont .menu_r .featured .featured_t .top {
	border-left: 5px solid #01bfbf;
	width: 100%;
	height: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px 0 10px
}
.menu_detail .menu_cont .menu_r .featured .featured_t .top>h2 {
	color: #333;
	font-weight: 600;
	font-size: 18px
}
.menu_detail .menu_cont .menu_r .featured .latest_cont {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 10px
}
.menu_detail .menu_cont .menu_r .featured .latest_cont>li {
	width: 145px;
	height: 195px;
	background-color: #fff;
	margin-bottom: 10px
}
.menu_detail .menu_cont .menu_r .featured .latest_cont>li>a .latest_img {
	width: 100%;
	height: 145px;
	position: relative;
	overflow: hidden
}
.menu_detail .menu_cont .menu_r .featured .latest_cont>li>a .latest_img>img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	overflow: hidden;
	transition: all .3s
}
.menu_detail .menu_cont .menu_r .featured .latest_cont>li>a>dl {
	padding: 10px
}
.menu_detail .menu_cont .menu_r .featured .latest_cont>li>a>dl>dt {
	color: #333;
	font-size: 12px;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}
.menu_detail .menu_cont .menu_r .featured .latest_cont>li>a: hover .latest_img {
	overflow: hidden
}
.menu_detail .menu_cont .menu_r .featured .latest_cont>li>a: hover .latest_img>img {
	transform: scale(1.2)
}
.menu_detail .recipes {
	margin-top: 20px
}
.menu_detail .recipes .recipe_t {
	display: flex;
	align-items: center;
	width: 100%;
	height: 50px;
	background-color: #fff;
	margin-bottom: 10px
}
.menu_detail .recipes .recipe_t>.top {
	border-left: 5px solid #01bfbf;
	width: 100%;
	height: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px 0 10px
}
.menu_detail .recipes .recipe_t>.top>h2 {
	color: #333;
	font-weight: 600;
	font-size: 18px
}
.menu_detail .recipes .recipe_t>.top>a {
	color: #333;
	font-weight: 600;
	font-size: 14px;
	transition: all .3s
}
.menu_detail .recipes .recipe_t>.top>a: hover {
	color: rgba(51,51,51,.6)
}
.menu_detail .recipes .recipe_cont {
	display: flex;
	width: calc(100% + 20px)
}
.menu_detail .recipes .recipe_cont>li {
	width: 285px;
	height: 421px;
	background-color: #fff;
	margin-right: 20px;
	margin-bottom: 20px
}
.menu_detail .recipes .recipe_cont>li>a {
	transition: all .3s
}
.menu_detail .recipes .recipe_cont>li>a .recipe_img {
	width: 100%;
	height: 285px;
	overflow: hidden
}
.menu_detail .recipes .recipe_cont>li>a .recipe_img>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: all .3s
}
.menu_detail .recipes .recipe_cont>li>a>dl {
	padding: 20px
}
.menu_detail .recipes .recipe_cont>li>a>dl>dt {
	color: #333;
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 16px
}
.menu_detail .recipes .recipe_cont>li>a>dl>dd {
	color: #666;
	line-height: 16px;
	font-weight: 600;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}
.menu_detail .recipes .recipe_cont>li>a: hover>dl>dt {
	text-decoration: underline
}
.menu_detail .recipes .recipe_cont>li>a: hover .recipe_img {
	overflow: hidden
}
.menu_detail .recipes .recipe_cont>li>a: hover .recipe_img>img {
	transform: scale(1.2)
}
.menu {
	margin-top: 20px;
	min-height: calc(100% - 260px)
}
.menu .curmb {
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	background-color: #fff
}
.menu .curmb .curmb_top {
	border-left: 5px solid #01bfbf;
	width: 100%;
	height: 20px;
	display: flex;
	align-items: center;
	padding: 0 20px 0 10px;
	color: #666;
	font-size: 14px;
	font-weight: 600
}
.menu .curmb .curmb_top>a {
	color: #666
}
.menu .menu_list {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap
}
.menu .menu_list>a {
	display: inline-block;
	background-color: #fff;
	padding: 15px 20px;
	color: #333;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 20px;
	margin-right: 22px;
	transition: all .3s;
	border: 1px solid transparent
}
.menu .menu_list>a.actives,.menu .menu_list>a: hover {
	color: #01bfbf;
	border: 1px solid #01bfbf
}
.menu .recipe_cont {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 20px)
}
.menu .recipe_cont>li {
	width: 285px;
	height: 421px;
	background-color: #fff;
	margin-bottom: 20px;
	margin-right: 20px
}
.menu .recipe_cont>li>a {
	transition: all .3s
}
.menu .recipe_cont>li>a .recipe_img {
	width: 100%;
	height: 285px;
	overflow: hidden
}
.menu .recipe_cont>li>a .recipe_img>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: all .3s
}
.menu .recipe_cont>li>a>dl {
	padding: 20px
}
.menu .recipe_cont>li>a>dl>dt {
	color: #333;
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 16px
}
.menu .recipe_cont>li>a>dl>dd {
	color: #666;
	line-height: 16px;
	font-weight: 600;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}
.menu .recipe_cont>li>a: hover>dl>dt {
	text-decoration: underline
}
.menu .recipe_cont>li>a: hover .recipe_img {
	overflow: hidden
}
.menu .recipe_cont>li>a: hover .recipe_img>img {
	transform: scale(1.2)
}
.menu .pageNum {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px
}
.menu .pageNum>a {
	width: 70px;
	height: 40px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #666
}
.menu .pageNum>a .iconfont {
	font-size: 14px
}
.menu .pageNum>a: hover {
	background-color: #01bfbf;
	color: #fff
}
.menu .pageNum .pageLi {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 10px
}
.menu .pageNum .pageLi>li {
	margin: 0 5px
}
.menu .pageNum .pageLi>li>a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	font-weight: 600;
	background-color: #fff;
	color: #666;
	font-size: 14px;
	transition: all .3s
}
.menu .pageNum .pageLi>li>a.active,.menu .pageNum .pageLi>li>a: hover {
	background-color: #01bfbf;
	color: #fff
}
.menu .pageNum .disabled {
	cursor: not-allowed;
	color: #ccc;
	transition: all .3s
}
.menu .pageNum .disabled: hover {
	background-color: #fff;
	color: #ccc
}
.seasoning {
	margin-top: 20px;
	min-height: calc(100% - 260px)
}
.seasoning .curmb {
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	background-color: #fff
}
.seasoning .curmb .curmb_top {
	border-left: 5px solid #01bfbf;
	width: 100%;
	height: 20px;
	display: flex;
	align-items: center;
	padding: 0 20px 0 10px;
	color: #666;
	font-size: 14px;
	font-weight: 600
}
.seasoning .curmb .curmb_top>a {
	color: #666
}
.seasoning .seasoning_con {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px
}
.seasoning .seasoning_con>li {
	width: 590px;
	height: 180px;
	background-color: #fff;
	margin-bottom: 20px
}
.seasoning .seasoning_con>li>a {
	display: flex
}
.seasoning .seasoning_con>li>a .seasoning_img {
	width: 180px;
	height: 180px;
	overflow: hidden
}
.seasoning .seasoning_con>li>a .seasoning_img>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: all .3s
}
.seasoning .seasoning_con>li>a>dl {
	width: calc(100% - 180px);
	padding: 37px 30px;
	color: #666;
	font-weight: 600;
	font-size: 12px
}
.seasoning .seasoning_con>li>a>dl>dt {
	color: #333;
	font-size: 20px;
	margin-bottom: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}
.seasoning .seasoning_con>li>a>dl>dd {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}
.seasoning .seasoning_con>li>a>dl>dd: nth-child(3) {
	color: #01bfbf;
	margin-top: 16px;
	transition: all .3s
}
.seasoning .seasoning_con>li>a: hover .seasoning_img {
	overflow: hidden
}
.seasoning .seasoning_con>li>a: hover .seasoning_img>img {
	transform: scale(1.2)
}
.seasoning .seasoning_con>li>a: hover>dl>dd: nth-child(3) {
	color: rgba(1,191,191,.6)
}
.seasoning .pageNum {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px
}
.seasoning .pageNum>a {
	width: 70px;
	height: 40px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #666
}
.seasoning .pageNum>a .iconfont {
	font-size: 14px
}
.seasoning .pageNum>a: hover {
	background-color: #01bfbf;
	color: #fff
}
.seasoning .pageNum .pageLi {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 10px
}
.seasoning .pageNum .pageLi>li {
	margin: 0 5px
}
.seasoning .pageNum .pageLi>li>a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	font-weight: 600;
	background-color: #fff;
	color: #666;
	font-size: 14px;
	transition: all .3s
}
.seasoning .pageNum .pageLi>li>a.active,.seasoning .pageNum .pageLi>li>a: hover {
	background-color: #01bfbf;
	color: #fff
}
.seasoning .pageNum .disabled {
	cursor: not-allowed;
	color: #ccc;
	transition: all .3s
}
.seasoning .pageNum .disabled: hover {
	background-color: #fff;
	color: #ccc
}
.seasoning_detail {
	margin-top: 20px;
	min-height: calc(100% - 260px)
}
.seasoning_detail .menu_cont {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-top: 20px
}
.seasoning_detail .menu_cont .menu_l {
	width: 880px
}
.seasoning_detail .menu_cont .menu_l .curmb {
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	background-color: #fff
}
.seasoning_detail .menu_cont .menu_l .curmb .curmb_top {
	border-left: 5px solid #01bfbf;
	width: 100%;
	height: 20px;
	display: flex;
	align-items: center;
	padding: 0 20px 0 10px;
	color: #999;
	font-size: 14px;
	font-weight: 600
}
.seasoning_detail .menu_cont .menu_l .curmb .curmb_top>a {
	color: #666
}
.seasoning_detail .menu_cont .menu_l .menu_intro {
	margin-top: 10px;
	background-color: #fff;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 40px
}
.seasoning_detail .menu_cont .menu_l .menu_intro>h2 {
	color: #333;
	font-size: 30px
}
.seasoning_detail .menu_cont .menu_l .menu_intro>h3 {
	margin: 20px 0;
	color: #999;
	font-weight: 400;
	font-size: 14px
}
.seasoning_detail .menu_cont .menu_l .menu_intro>p {
	color: #333;
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 20px
}
.seasoning_detail .menu_cont .menu_l .menu_intro .menu_img {
	width: 680px;
	height: 450px;
	margin: 20px 0
}
.seasoning_detail .menu_cont .menu_l .menu_intro .menu_img>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center
}
.seasoning_detail .menu_cont .menu_l .ingredients {
	margin-top: 20px
}
.seasoning_detail .menu_cont .menu_l .ingredients .ingredients_top {
	display: flex;
	align-items: center;
	width: 100%;
	height: 50px;
	background-color: #fff;
	margin-bottom: 10px
}
.seasoning_detail .menu_cont .menu_l .ingredients .ingredients_top>.top {
	border-left: 5px solid #01bfbf;
	width: 100%;
	height: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px 0 10px
}
.seasoning_detail .menu_cont .menu_l .ingredients .ingredients_top>.top>h2 {
	color: #333;
	font-weight: 600;
	font-size: 18px
}
.seasoning_detail .menu_cont .menu_l .ingredients .ingredients_main {
	display: flex;
	background-color: #fff;
	justify-content: space-between;
	width: 100%;
	border-radius: 10px;
	margin-bottom: 10px
}
.seasoning_detail .menu_cont .menu_l .ingredients .ingredients_main .m_l {
	width: 160px;
	border-radius: 10px;
	background-color: #01bfbf;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center
}
.seasoning_detail .menu_cont .menu_l .ingredients .ingredients_main .m_r {
	width: calc(100% - 190px);
	padding-top: 40px;
	display: flex;
	flex-wrap: wrap
}
.seasoning_detail .menu_cont .menu_l .ingredients .ingredients_main .m_r>li {
	margin-right: 30px;
	width: 200px;
	display: flex;
	flex-direction: column;
	align-items: center
}
.seasoning_detail .menu_cont .menu_l .ingredients .ingredients_main .m_r>li>dl {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}
.seasoning_detail .menu_cont .menu_l .ingredients .ingredients_main .m_r>li>dl>dt {
	font-size: 18px;
	color: #333;
	font-weight: 400
}
.seasoning_detail .menu_cont .menu_l .ingredients .ingredients_main .m_r>li>dl>dd {
	font-size: 14px;
	color: #999;
	margin: 12px 0 30px 0
}
.seasoning_detail .menu_cont .menu_l .steps {
	margin-top: 20px
}
.seasoning_detail .menu_cont .menu_l .steps .ingredients_top {
	display: flex;
	align-items: center;
	width: 100%;
	height: 50px;
	background-color: #fff
}
.seasoning_detail .menu_cont .menu_l .steps .ingredients_top>.top {
	border-left: 5px solid #01bfbf;
	width: 100%;
	height: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px 0 10px
}
.seasoning_detail .menu_cont .menu_l .steps .ingredients_top>.top>h2 {
	color: #333;
	font-weight: 600;
	font-size: 18px
}
.seasoning_detail .menu_cont .menu_l .steps .ingredients_main {
	display: flex;
	background-color: #fff;
	justify-content: space-between;
	width: 100%;
	border-radius: 10px;
	margin: 10px 0
}
.seasoning_detail .menu_cont .menu_l .steps .ingredients_main .m_l {
	width: 160px;
	border-radius: 10px;
	background-color: #01bfbf;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center
}
.seasoning_detail .menu_cont .menu_l .steps .ingredients_main .m_r {
	width: calc(100% - 190px);
	padding: 40px 40px 40px 0
}
.seasoning_detail .menu_cont .menu_l .steps .ingredients_main .m_r>dt {
	color: #333;
	font-size: 18px;
	margin-bottom: 12px;
	line-height: 20px
}
.seasoning_detail .menu_cont .menu_l .steps .ingredients_main .m_r>dd {
	color: #999;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 12px
}
.seasoning_detail .menu_cont .menu_l .steps .ingr_img {
	width: 100%;
	height: 546px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px
}
.seasoning_detail .menu_cont .menu_l .steps .ingr_img>img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover
}
.seasoning_detail .menu_cont .menu_l .steps .ad {
	display: flex;
	justify-content: center;
	align-items: center
}
.seasoning_detail .menu_cont .menu_r {
	width: calc(100% - 900px)
}
.seasoning_detail .menu_cont .menu_r .featured .featured_t {
	display: flex;
	align-items: center;
	width: 100%;
	height: 50px;
	background-color: #fff;
	margin-bottom: 10px
}
.seasoning_detail .menu_cont .menu_r .featured .featured_t .top {
	border-left: 5px solid #01bfbf;
	width: 100%;
	height: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px 0 10px
}
.seasoning_detail .menu_cont .menu_r .featured .featured_t .top>h2 {
	color: #333;
	font-weight: 600;
	font-size: 18px
}
.seasoning_detail .menu_cont .menu_r .featured .latest_cont {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 10px
}
.seasoning_detail .menu_cont .menu_r .featured .latest_cont>li {
	width: 145px;
	height: 195px;
	background-color: #fff;
	margin-bottom: 10px
}
.seasoning_detail .menu_cont .menu_r .featured .latest_cont>li>a .latest_img {
	width: 100%;
	height: 145px;
	position: relative;
	overflow: hidden
}
.seasoning_detail .menu_cont .menu_r .featured .latest_cont>li>a .latest_img>img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	overflow: hidden;
	transition: all .3s
}
.seasoning_detail .menu_cont .menu_r .featured .latest_cont>li>a>dl {
	padding: 10px
}
.seasoning_detail .menu_cont .menu_r .featured .latest_cont>li>a>dl>dt {
	color: #333;
	font-size: 12px;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}
.seasoning_detail .menu_cont .menu_r .featured .latest_cont>li>a: hover .latest_img {
	overflow: hidden
}
.seasoning_detail .menu_cont .menu_r .featured .latest_cont>li>a: hover .latest_img>img {
	transform: scale(1.2)
}
.search {
	margin-top: 20px;
	min-height: calc(100% - 260px)
}
.search .curmb {
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	background-color: #fff
}
.search .curmb .curmb_top {
	border-left: 5px solid #01bfbf;
	width: 100%;
	height: 20px;
	display: flex;
	align-items: center;
	padding: 0 20px 0 10px;
	color: #666;
	font-size: 14px;
	font-weight: 600
}
.search .curmb .curmb_top>a {
	color: #666
}
.search .search_nav {
	margin: 30px 0 15px 20px
}
.search .search_nav>a {
	color: #333;
	font-weight: 600;
	font-size: 20px;
	margin-right: 40px;
	transition: all .3s
}
.search .search_nav>a.active,.search .search_nav>a: hover {
	color: #01bfbf
}
.search .search_cont {
	display: flex;
	justify-content: space-between;
	align-items: stretch
}
.search .search_cont .cont_l {
	width: 880px
}
.search .search_cont .cont_l .search_A {
	width: 100%;
	position: relative
}
.search .search_cont .cont_l .search_A>input {
	width: 100%;
	height: 60px;
	outline: none;
	border: none;
	text-indent: 1em
}
.search .search_cont .cont_l .search_A>button {
	position: absolute;
	right: 0;
	top: 0;
	width: 126px;
	height: 60px;
	background-color: #01bfbf;
	outline: none;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	font-weight: 500
}
.search .search_cont .cont_l .search_c {
	margin-top: 20px
}
.search .search_cont .cont_l .search_c>li {
	margin-bottom: 20px
}
.search .search_cont .cont_l .search_c>li>a {
	display: flex
}
.search .search_cont .cont_l .search_c>li>a .food_img {
	width: 180px;
	height: 180px;
	overflow: hidden
}
.search .search_cont .cont_l .search_c>li>a .food_img>img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	transition: all .3s
}
.search .search_cont .cont_l .search_c>li>a>dl {
	width: calc(100% - 180px);
	padding: 37px 30px;
	color: #666;
	font-size: 12px;
	font-weight: 600
}
.search .search_cont .cont_l .search_c>li>a>dl>dt {
	color: #333;
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}
.search .search_cont .cont_l .search_c>li>a>dl>dd {
	line-height: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 16px 0
}
.search .search_cont .cont_l .search_c>li>a>dl>dd: nth-child(3) {
	color: #01bfbf;
	margin: 0
}
.search .search_cont .cont_l .search_c>li>a: hover .food_img {
	overflow: hidden
}
.search .search_cont .cont_l .search_c>li>a: hover .food_img>img {
	transform: scale(1.2)
}
.search .search_cont .cont_l .search_c>li>a: hover>dl>dd: nth-child(3) {
	color: rgba(1,191,191,.6)
}
.search .search_cont .cont_l .pageNum {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 20px
}
.search .search_cont .cont_l .pageNum>a {
	width: 70px;
	height: 40px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #666
}
.search .search_cont .cont_l .pageNum>a .iconfont {
	font-size: 14px
}
.search .search_cont .cont_l .pageNum>a: hover {
	background-color: #01bfbf;
	color: #fff
}
.search .search_cont .cont_l .pageNum .pageLi {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 10px
}
.search .search_cont .cont_l .pageNum .pageLi>li {
	margin: 0 5px
}
.search .search_cont .cont_l .pageNum .pageLi>li>a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	font-weight: 600;
	background-color: #fff;
	color: #666;
	font-size: 14px;
	transition: all .3s
}
.search .search_cont .cont_l .pageNum .pageLi>li>a.active,.search .search_cont .cont_l .pageNum .pageLi>li>a: hover {
	background-color: #01bfbf;
	color: #fff
}
.search .search_cont .cont_l .pageNum .disabled {
	cursor: not-allowed;
	color: #ccc;
	transition: all .3s
}
.search .search_cont .cont_l .pageNum .disabled: hover {
	background-color: #fff;
	color: #ccc
}
.search .search_cont .cont_l .no_search {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 540px;
	flex-direction: column
}
.search .search_cont .cont_l .no_search>p {
	color: #666;
	font-size: 18px
}
.search .search_cont .cont_r {
	width: calc(100% - 900px)
}
.search .recipes {
	margin-top: 40px
}
.search .recipes .recipe_t {
	display: flex;
	align-items: center;
	width: 100%;
	height: 50px;
	background-color: #fff;
	margin-bottom: 10px
}
.search .recipes .recipe_t>.top {
	border-left: 5px solid #01bfbf;
	width: 100%;
	height: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px 0 10px
}
.search .recipes .recipe_t>.top>h2 {
	color: #333;
	font-weight: 600;
	font-size: 18px
}
.search .recipes .recipe_cont {
	display: flex;
	width: calc(100% + 20px);
	flex-wrap: wrap
}
.search .recipes .recipe_cont>li {
	width: 285px;
	height: 421px;
	background-color: #fff;
	margin-right: 20px;
	margin-bottom: 20px
}
.search .recipes .recipe_cont>li>a {
	transition: all .3s
}
.search .recipes .recipe_cont>li>a .recipe_img {
	width: 100%;
	height: 285px;
	overflow: hidden
}
.search .recipes .recipe_cont>li>a .recipe_img>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: all .3s
}
.search .recipes .recipe_cont>li>a>dl {
	padding: 20px
}
.search .recipes .recipe_cont>li>a>dl>dt {
	color: #333;
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 16px
}
.search .recipes .recipe_cont>li>a>dl>dd {
	color: #666;
	line-height: 16px;
	font-weight: 600;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}
.search .recipes .recipe_cont>li>a: hover>dl>dt {
	text-decoration: underline
}
.search .recipes .recipe_cont>li>a: hover .recipe_img {
	overflow: hidden
}
.search .recipes .recipe_cont>li>a: hover .recipe_img>img {
	transform: scale(1.2)
}
.company {
	margin-top: 15px;
	min-height: calc(100% - 260px);
	margin-bottom: 30px
}
.company h2 {
	font-size: 24px;
	margin-bottom: 15px;
	color: #333;
	font-weight: bold
}
.company .mainBox {
	background-color: #fff;
	padding: 20px
}
.company .mainBox h3 {
	font-size: 1.1em;
	margin-bottom: 15px;
	color: #01bfbf
}
.company .mainBox p {
	font-size: .9em;
	margin-bottom: 15px;
	line-height: 1.6em;
	color: #516375
}
.company .mainBox form {
	padding: 20px 0
}
.company .mainBox form .formItem {
	display: flex;
	align-items: flex-start;
	margin-bottom: 25px;
	position: relative
}
.company .mainBox form .formItem input {
	width: 370px;
	height: 50px;
	text-indent: 1em;
	color: #516375;
	border: none;
	outline: none;
	background-color: #f8f8f8
}
.company .mainBox form .formItem .why {
	width: 100%
}
.company .mainBox form .formItem #comcom {
	width: 100%;
	resize: none;
	border: none;
	outline: none;
	color: #516375;
	background-color: #f8f8f8;
	text-indent: 1em;
	padding-top: 15px
}
.company .mainBox form input[type=submit] {
	width: 90px;
	height: 40px;
	border: none;
	outline: none;
	border-radius: 4px;
	color: #fff;
	background-color: #01bfbf;
	margin-top: 15px;
	cursor: pointer
}
.company .mainBox form input[type=submit]: hover {
	background-color: rgba(1,191,191,.8)
}
/*# sourceMappingURL=main.css.map */
.game_ul_bg {
	width: 100%;
	height: 181.25px;
	background-color: #fff;
}

.game_ul {	
	padding: 20px 0;
	width: 100%;
	display: flex;
	margin-top: -201.25px;
}

.game_ul li {
	width: calc((100%-70px)/8);
	height: 141.25px;
	background-color: red;
	margin-right: 10px;
}

.game_ul li:nth-child(8n) {
	margin-right: 0;
}

.game_ul img {
	width: 100%;
	height: 100%;
}
.menu_detail .menu_cont .menu_l .details {
	display: flex;
	padding: 20px;
	background-color: #fff;
	margin: 10px 0;
}
.menu_detail .menu_cont .menu_l .details .ad {
	width: 336px;
	height: 280px;
	margin-right: 20px;
}
.ad p {
	width: 100%;
	margin-top: -15px;
	text-align: center;
	font-size: 12px;
	color: #666;
}
.menu_detail .menu_cont .menu_l .details .img {
	width: 110px;
	height: 110px;
	margin-right: 15px;
}
.menu_detail .menu_cont .menu_l .details .img img {
	width: 100%;
	height: 100%;
}
.menu_detail .menu_cont .menu_l .details .content .game {
	display: flex;
}
.menu_detail .menu_cont .menu_l .details .content .game h2 {
	font-size: 30px;
	color: #333;
	height: 80px;
	overflow: hidden;
}
.menu_detail .menu_cont .menu_l .details .content .game h3 {
	color: #999;
	font-weight: 400;
	font-size: 14px;
	margin-top: 11px;
}
.menu_detail .menu_cont .menu_l .ingredients {
	margin-top: 10px;
}
.menu_detail .menu_cont .menu_l .ingredients .ingredients_main {
	margin-top: 10px;
	margin-bottom: 0;
	background-color: #f4f4f4;
}
.menu_detail .menu_cont .menu_l .ingredients .ingredients_main .m_l {
	width: 110px;
}
.menu_detail .menu_cont .menu_l .ingredients .ingredients_main .m_r {
	width: calc(100% - 125px);
	padding-top: 0;
}
.menu_detail .menu_cont .menu_l .ingredients .ingredients_main .m_r>li>dl>dt {
	font-size: 14px;
	margin-top: 5px;
}
.menu_detail .menu_cont .menu_l .ingredients .ingredients_main .m_r>li>dl>dd {
	margin: 2px 0 5px 0;
}
.menu_detail .menu_cont .menu_l .ingredients .ingredients_main .m_r>li {
	width: 119px;
	overflow: hidden;
	margin-right: 0;
}
.menu_detail .menu_cont .menu_l>.ad {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	padding: 5px 0 20px;
	background-color: #fff;
	margin: 10px 0;
}
.menu_detail .menu_cont .menu_l>.ad p {
	margin-top: 0;
	margin-bottom: -15px;
}
.comments>ul{
	margin-top: 20px;
	background-color: #fff;
	padding: 20px;
}
.comments ul li {
	border-bottom: 2px solid rgba(245, 245, 245, 1);
}
.comments ul li:nth-child(1+n) {
	margin-top: 10px;
}
.comments ul li p {
	background-color: rgba(242, 242, 242, 1);
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	font-size: 14px;
	text-indent: 1em;
	font-weight: 400;
}
.comments ul li dl {
	width: 100%;
	display: flex;
	justify-content: space-between;
	color: #BDBDBD;
	margin: 5px 0 10px;
}
.comments ul li dl dd {
	font-size: 12px;
	line-height: 16px;
}
.comments .pageNum {
	display: flex;
	    align-items: center;
	    justify-content: center;
	    margin-top: 20px;
}
.comments .pageNum>a {
    width: 70px;
    height: 40px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
}
.comments .pageNum .disabled {
    cursor: not-allowed;
    color: #ccc;
    transition: all .3s;
}
.comments .pageNum .pageLi {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
}
.comments .pageNum .pageLi>li {
    margin: 0 5px;
}
.comments .pageNum .pageLi>li>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-weight: 600;
    background-color: #fff;
    color: #666;
    font-size: 14px;
    transition: all .3s;
}
.menu_detail .menu_cont .menu_r .featured .latest_rank {
	padding: 25px;
	background-color: #fff;
}
.menu_detail .menu_cont .menu_r .featured .latest_rank li{
	margin-bottom: 15px;
}
.menu_detail .menu_cont .menu_r .featured .latest_rank li a{
	display: flex;
}
.menu_detail .menu_cont .menu_r .featured .latest_rank li .icon_rk{
	width: 25px;
	height: 25px;
	line-height: 25px;
	background-color: #e5e5e5;
	text-align: center;
	font-size: 12px;
	position: absolute;
	border-radius: 6px;
	color: #333;
}

.menu_detail .menu_cont .menu_r .featured .latest_rank li:nth-child(1) .icon_rk:before{content: "1";}
.menu_detail .menu_cont .menu_r .featured .latest_rank li:nth-child(2) .icon_rk:before{content: "2";}
.menu_detail .menu_cont .menu_r .featured .latest_rank li:nth-child(3) .icon_rk:before{content: "3";}
.menu_detail .menu_cont .menu_r .featured .latest_rank li:nth-child(4) .icon_rk:before{content: "4";}
.menu_detail .menu_cont .menu_r .featured .latest_rank li:nth-child(5) .icon_rk:before{content: "5";}
.menu_detail .menu_cont .menu_r .featured .latest_rank li:nth-child(6) .icon_rk:before{content: "6";}
.menu_detail .menu_cont .menu_r .featured .latest_rank li:nth-child(7) .icon_rk:before{content: "7";}
.menu_detail .menu_cont .menu_r .featured .latest_rank li:nth-child(8) .icon_rk:before{content: "8";}
.menu_detail .menu_cont .menu_r .featured .latest_rank li:nth-child(9) .icon_rk:before{content: "9";}
.menu_detail .menu_cont .menu_r .featured .latest_rank li:nth-child(10) .icon_rk:before{content: "10";}

.menu_detail .menu_cont .menu_r .featured .latest_rank li:nth-last-child(n+8) .icon_rk{
	background-color: #01bfbf;
	color: #fff;
}
.menu_detail .menu_cont .menu_r .featured .latest_rank li p{
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 25px;
	height: 25px;
	padding-left: 30px;
	color: #333;
}