html {
    overflow-x: auto;
}

body,
input,
textarea,
select,
button {
    background-color: #fff;
    color: #111;
    font-size: 16px;
    font-family: Arial, "Microsoft Yahei";
}

body,
ul,
dl,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
div,
fieldset,
form,
textarea,
input {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
i,
em,
b {
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
}

img {
    border: 0 none;
}

input,
textarea {
    outline: none;
}

button::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0;
}

.bodyflex{
    display:flex;
    flex-direction:column;
    min-height:100vh
}
.flex1{
    flex: 1;
}

.clear {
    zoom: 1;
}

.clear:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

texearea {
    resize: none;
}

em,
cite,
th {
    font-style: normal;
    font-weight: normal;
}

table {
    border-collapse: collapse;
}

dl,
ol,
dt,
dd,
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    color: #111;
    text-decoration: none;
}

a:hover {
    color: #f66;
    text-decoration: none;
}

a.red,
.red {
    color: #F66;
    text-decoration: none;
}

a:hover.red {
    color: #F66;
    text-decoration: none;
}

/* =========== base =========== */
.fl {
    float: left;
}

.fr {
    float: right;
}

.flex {
    display: flex;
}

.flex_bet {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

.clearfix,
.clear {
    zoom: 1;
}

.block {
    clear: both;
    clear: both;
}

.bo0 {
    border: none;
}

.clear {
    display: block;
    clear: both;
    overflow: hidden;
    width: 100%;
}

.clear50 {
    display: block;
    clear: both;
    overflow: hidden;
    width: 100%;
    height: 50px;
}

.clear30 {
    display: block;
    clear: both;
    overflow: hidden;
    width: 100%;
    height: 30px;
}

.clear20 {
    display: block;
    clear: both;
    overflow: hidden;
    width: 100%;
    height: 20px;
}

.clear15 {
    display: block;
    clear: both;
    overflow: hidden;
    width: 100%;
    height: 15px;
}

.clear10 {
    display: block;
    clear: both;
    overflow: hidden;
    width: 100%;
    height: 10px;
}

.clear8 {
    display: block;
    clear: both;
    overflow: hidden;
    width: 100%;
    height: 8px;
}

.clear5 {
    display: block;
    clear: both;
    overflow: hidden;
    width: 100%;
    height: 5px;
}

.clear3 {
    display: block;
    clear: both;
    overflow: hidden;
    width: 100%;
    height: 3px;
}

.clear2 {
    display: block;
    clear: both;
    overflow: hidden;
    width: 100%;
    height: 2px;
}

.clear1 {
    display: block;
    clear: both;
    overflow: hidden;
    width: 100%;
    height: 1px;
}

.clearbg5 {
    display: block;
    clear: both;
    width: 100%;
    height: 8px;
    overflow: hidden;
    background-color: #eee;
}

.clearline {
    display: block;
    clear: both;
    width: 100%;
    height: 1px;
    border-top: 1px solid #eeeeee;
}

.clearline1 {
    display: block;
    clear: both;
    width: 100%;
    height: 1px;
    border-top: 1px solid #eeeeee;
}

.clearline5 {
    display: block;
    clear: both;
    width: 100%;
    height: 8px;
    background-color: #eee;
}

.bob01 {
    border-bottom: 1px solid #f3f3f3;
}

.m8 {
    margin: 8px 0;
}

.mt8 {
    margin: 8px 0 0;
}

.mb8 {
    margin: 0 0 8px;
}

.pad_15 {
    padding: 15px;
}

.pad_0_15 {
    padding: 0 15px;
}

.pad_15_0 {
    padding: 15px 0;
}

.pad_10 {
    padding: 10px;
}

.pad_0_10 {
    padding: 0 10px;
}

.pad_10_0 {
    padding: 10px 0;
}

.pad_12 {
    padding: 12px;
}

.pad_0_12 {
    padding: 0 12px;
}

.pad_12_0 {
    padding: 12px 0;
}

.col-px-2 {
    width: 48%;
}

.col-px-3 {
    width: 31.5%;
}

.col-px-4 {
    width: 23%;
}

.col-px-5 {
    width: 18.5%;
}

.col-px-8 {
    width: 11.33%;
}

.radius_4 {
    border-radius: 4px;
}

.radius_6 {
    border-radius: 6px;
}

.radius_10 {
    border-radius: 10px;
}

.font_16 {
    font-size: 16px;
}

.font_18 {
    font-size: 18px;
}

.font_20 {
    font-size: 20px;
}

/* =========== global =========== */
.mainBox {
    display: block;
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}

.cont_left {
    float: left;
    width: 760px;
    overflow: hidden;
}

.cont_right {
    float: right;
    width: 300px;
}

.empty {
    display: block;
    clear: both;
    width: 100%;
    padding: 50px 0;
    text-align: center;
    font-size: 18px;
    color: #aaa;
}


/* =========== header / footer =========== */

.topBar {
    display: block;
    clear: both;
    width: 100%;
    height: 36px;
    line-height: 36px;
    background-color: #222;
}

.topBar .logo {
    float: left;
    margin: 10px 10px 0 15px;
    width: 60px;
    height: 16px;
    background: #222 url(../img/yuepinmeishi_16.png) no-repeat left;
    line-height: 300px;
    overflow: hidden;
}

.topBar ul {
    float: left;
}

.topBar ul li {
    float: left;
    padding: 0 8px;
    font-size: 14px;
    font-weight: 400;
}

.topBar ul li:hover {
    background-color: #111;
}

.topBar ul li a {
    color: #ccc;
}

.topBar ul li:hover a {
    color: #fff;
}


.header {
    display: block;
    clear: both;
    width: 100%;
    padding-top: 10px;
}

.header .logo {
    float: left;
    width: 200px;
    height: 50px;
    background: #fff url(../img/yuepinmeishi.png) no-repeat left;
    line-height: 300px;
    overflow: hidden;
}

.header ul.topMenu {
    float: left;
    padding: 10px 0 0 40px;
}

.header ul.topMenu li {
    float: left;
    padding: 0 10px;
    line-height: 24px;
    font-size: 20px;
    font-weight: 400;
}

.header ul.topMenu li.one a {
    font-weight: bold;
    color: #f44;
}

.subMenu {
    float: left;
    width: 1098px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.subMenu ul {
    float: left;
    padding-left: 20px;
}

.subMenu ul li {
    float: left;
    padding: 0 12px;
    font-size: 16px;
}

.subMenu ul li.one a {
    font-weight: bold;
    color: #111;
}

.subMenu ul li.active a {
    font-weight: bold;
    color: #f44;
}

.subMenu span {
    float: right;
    padding-right: 20px;
    font-size: 14px;
}

.subMenu span a {
    padding-left: 20px;
}

.position {
    float: left;
    display: block;
    font-size: 12px;
    color: #bbb;
}

.position span {
    font-family: '宋体';
}

.position a {
    color: #999;
}

.position a:hover {
    color: #111;
}


.footer {
    width: 100%;
    display: block;
    clear: both;
    margin: 0 auto;
    background-color: #f7f7f7;
    border-top: 1px solid #eee;
    overflow: hidden;
    color: #999;
    text-align: center;
    font-size: 13px;
}

.footer .cont_left {
    padding: 15px 0;
    line-height: 24px;
    text-align: left;
}

.footer .cont_left p.link {
    display: block;
    clear: both;
    line-height: 20px;
    margin-top: -4px;
    padding-bottom: 6px;
    color: #ccc;
}

.footer .cont_left p.link a {
    padding: 0 4px;
}

.footer .cont_left b {
    font-weight: bold;
    color: #f44;
}

.footer .cont_right span {
    float: left;
    width: 70px;
    font-size: 12px;
    margin: 8px 15px 0 0;
    line-height: 12px;
}

.footer .cont_right span img {
    display: block;
    width: 100%;
    margin-bottom: 4px;
}


/* =========== title =========== */
.title_01 {
    display: block;
    clear: both;
    width: 100%;
    height: 44px;
    line-height: 44px;
    border-top: 1px solid #e3e3e3;
}

.title_01 h1,
.title_01 h2,
.title_01 h3 {
    float: left;
    font-size: 20px;
    font-weight: bold;
    background: #fff url(../img/title_icon.png) no-repeat left;
    padding-left: 30px;
    color: #333;
}

.title_01 span {
    float: right;
    font-size: 14px;
}

.title_01 span a {
    padding-left: 15px;
}

.title_01 span a.active {
    color: #f44;
    font-weight: bold;
}

.title_02 {
    display: block;
    clear: both;
    width: 100%;
    height: 40px;
    line-height: 39px;
    border-bottom: 1px solid #e3e3e3;
}

.title_02 h1,
.title_02 h2,
.title_02 h3 {
    float: left;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px solid #f44;
}

.title_02 span {
    float: right;
    font-size: 14px;
}

.title_02 span a {
    padding-left: 15px;
    color: #999
}

.title_03 {
    display: block;
    clear: both;
    width: 100%;
    height: 44px;
    line-height: 44px;
    border-top: 1px solid #e3e3e3;
}

.title_03 h1,
.title_03 h2,
.title_03 h3 {
    float: left;
    font-size: 18px;
    color: #999;
}

.title_03 .icon_list {
    padding-left: 32px;
    background: #fff url(../img/icon_list.png) no-repeat left;
}

.title_03 span {
    float: right;
    font-size: 14px;
}

.title_03 span a {
    padding-left: 15px;
}

.title_03 span a.active {
    color: #f44;
    font-weight: bold;
}

.title_shicai {
    display: block;
    clear: both;
    width: 100%;
    height: 44px;
    line-height: 43px;
    border-bottom: 1px solid #e3e3e3;
}

.title_shicai h1,
.title_shicai h2 {
    float: left;
    font-size: 22px;
    font-weight: 500;
    color: #f66;
    border-bottom: 2px solid #f66;
}

.title_shicai span {
    float: right;
    line-height: 34px;
    font-size: 14px;
    font-weight: bold;
    border-top: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    margin: 9px 0 0 0;
}

.title_shicai span a {
    float: left;
    padding: 0 15px;
    height: 34px;
    border-left: 1px solid #e3e3e3;
}

.title_shicai span a.active {
    color: #f44;
    font-weight: bold;
}


/* =========== list =========== */
.caipu_piclist5 {
    display: block;
    clear: both;
    width: 1130px;
    overflow: hidden;
}

.caipu_piclist5 a {
    float: left;
    width: 205px;
    height: 260px;
    margin-right: 20px;
}

.caipu_piclist5 span {
    display: block;
    clear: both;
    width: 100%;
    position: relative;
}

.caipu_piclist5 span img {
    display: block;
    width: 100%;
}

.caipu_piclist5 span .play_icon {
    width: 54px;
    height: 54px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -27px;
    margin-left: -27px;
}

.caipu_piclist5 h5 {
    display: block;
    clear: both;
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    text-align: center;
    background-color: #f3f3f3;
}

.caipu_piclist5 a:hover h5 {
    background-color: #ff4444;
    color: #fff;
}

.caipu_piclist5 a:hover {
    text-decoration: none;
}

.caipu_piclist4 {
    display: block;
    clear: both;
    width: 800px;
    overflow: hidden;
}

.caipu_piclist4 a {
    float: left;
    width: 175px;
    height: 230px;
    margin-right: 20px;
}

.caipu_piclist4 span {
    display: block;
    clear: both;
    width: 175px;
}

.caipu_piclist4 span img {
    display: block;
    width: 175px;
    height: 175px;
}

.caipu_piclist4 h5 {
    display: block;
    clear: both;
    width: 175px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    text-align: center;
    background-color: #f3f3f3;
}

.caipu_piclist4 a:hover h5 {
    background-color: #ff4444;
    color: #fff;
}

.caipu_piclist4 a:hover {
    text-decoration: none;
}


.shicai_lists {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background-color: #f7f7f7;
    margin-bottom: 20px;
    position: relative;
}

.shicai_lists h2 {
    float: left;
    width: 150px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    font-size: 22px;
    text-align: center;
    font-weight: 500;
    color: #666;
}

.shicai_lists p {
    float: right;
    width: 950px;
    background-color: #fff;
    margin-bottom: -1px;
}

.shicai_lists p a {
    float: left;
    width: 134px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 20px;
    margin-top: -1px;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.shicai_lists p a.more {
    color: #ccc;
}

.shicai_lists p a:hover {
    background-color: #f7f7f7;
}


.caipu_800_x4 {
    display: block;
    clear: both;
    width: 800px;
    overflow: hidden;
}

.caipu_800_x4 a {
    float: left;
    width: 175px;
    height: 230px;
    margin-right: 20px;
}

.caipu_800_x4 span {
    display: block;
    clear: both;
    width: 175px;
}

.caipu_800_x4 span img {
    display: block;
    width: 175px;
    height: 175px;
}

.caipu_800_x4 h5 {
    display: block;
    clear: both;
    width: 175px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    text-align: center;
    background-color: #f3f3f3;
}

.caipu_800_x4 a:hover h5 {
    background-color: #ff4444;
    color: #fff;
}

.caipu_800_x4 a:hover {
    text-decoration: none;
}

.caipu_300_x2 {
    display: block;
    clear: both;
    width: 310px;
    overflow: hidden;
    padding-top: 10px;
}

.caipu_300_x2 a {
    float: left;
    width: 145px;
    height: 125px;
    margin-right: 10px;
}

.caipu_300_x2 span {
    display: block;
    clear: both;
    width: 145px;
    height: 100px;
    overflow: hidden;
}

.caipu_300_x2 span img {
    display: block;
    width: 145px;
    height: 145px;
    margin-top: -22px;
}

.caipu_300_x2 h5 {
    display: block;
    clear: both;
    width: 145px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
}

.caipu_300_x2 a:hover h5 {
    color: #f44;
}

.caipu_300_x2 a:hover {
    text-decoration: none;
}

/* =========== tag =========== */

.tag_300_x4 {
    float: left;
    width: 320px;
    padding-top: 2px;
}

.tag_300_x4 a {
    float: left;
    width: 67px;
    height: 28px;
    line-height: 28px;
    margin: 8px 8px 0 0;
    font-size: 14px;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden;
}

.tag_300_x4 a:hover {
    background-color: #f44;
    background-color: #f44;
    color: #fff;
}

.tag_300_x3 {
    float: left;
    width: 320px;
    padding-top: 2px;
}

.tag_300_x3 a {
    float: left;
    width: 92.5px;
    line-height: 28px;
    margin: 8px 8px 0 0;
    font-size: 14px;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden;
}

.tag_300_x3 a:hover {
    background-color: #f44;
    background-color: #f44;
    color: #fff;
}

.tag_300_x2 {
    float: left;
    width: 320px;
    padding-top: 10px;
}

.tag_300_x2 a {
    float: left;
    width: 146px;
    height: 28px;
    line-height: 28px;
    margin: 0 8px 0 0;
    font-size: 14px;
    overflow: hidden;
}

.tag_300_x2 a:hover {
    color: #f00;
}

.shicai_tag_1100 {
    float: left;
    width: 1120px;
    padding-top: 2px;
}

.shicai_tag_1100 a {
    float: left;
    width: 64.8px;
    height: 28px;
    line-height: 28px;
    margin: 7px 7px 0 0;
    font-size: 14px;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden;
}

.shicai_tag_1100 a:hover {
    background-color: #f44;
    background-color: #f44;
    color: #fff;
}



/* =========== content =========== */
.videoBox {}

.videoBox .tit {
    display: block;
    clear: both;
    padding: 10px 0 20px;
    overflow: hidden;
}

.videoBox .tit h1 {
    float: left;
    font-size: 32px;
    font-weight: bold;
    color: #111;
}

.videoBox .digest {
    font-size: 16px;
    color: #333;
}

.videoBox .digest span {
    display: inline-block;
    width: 32px;
    height: 16px;
    line-height: 100%;
    font-size: 40px;
    font-family: 宋体, "Hiragino Sans GB", STHeiti, 微软雅黑, "Microsoft YaHei";
    color: #ccc;
    zoom: 1;
    overflow: hidden;
}

.videoBox .digest span.txt_tart {
    text-indent: -10px;
}

.videoBox .block_txt {
    margin: 15px 0;
}

.materials {
    border-radius: 10px;
    border: 1px solid #eee;
    padding: 0 0 5px 0;
    margin: 0 0 15px 0;
}

.materials legend {
    font-size: 16px;
    font-weight: 400;
    ;
    margin: 0 35px;
    padding: 0 10px;
    color: #999;
}

.materials ul {
    padding: 5px 0 0 15px;
}

.materials ul li {
    float: left;
    width: 120px;
    line-height: 22px;
    padding: 10px 0;
    text-align: center;
}

.materials ul li span.s1,
.materials ul li span.s2 {
    display: block;
    clear: both;
    text-align: center;
}

.materials ul li span.s1 {
    font-size: 18px;
    color: #111;
}

.materials ul li span.s2 {
    font-size: 14px;
    color: #aaa;
}

.cookingTips {
    border-radius: 10px;
    border: 1px solid #eee;
    padding: 0 0 10px 0;
    margin: 0 0 15px 0
}

.cookingTips legend {
    font-size: 16px;
    font-weight: 600;
    margin: 0 30px;
    padding: 0 10px;
}

.cookingTips p {
    clear: both;
    padding: 6px 20px 0px 20px;
    line-height: 30px;
}

.cookingStep ul li {
    display: block;
    clear: both;
    padding: 8px 0;
    overflow: hidden;
}

.cookingStep .num {
    float: left;
    width: 40px;
    height: 65px;
    line-height: 14px;
    padding: 15px 10px;
    background-color: #ffd800;
    text-align: right;
    border-radius: 12px 12px 0 12px;
}

.cookingStep .num strong {
    display: block;
    clear: both;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.cookingStep .num em {
    display: block;
    clear: both;
    padding-top: 2px;
    font-size: 12px;
    color: #666;
}

.cookingStep .num p {
    display: block;
    clear: both;
    padding-top: 15px;
    font-size: 30px;
    font-weight: 600;
    color: #111;
}

.cookingStep .img {
    float: left;
    padding: 0 15px;
}

.cookingStep .img img {
    width: 300px;
}

.cookingStep .txt {
    float: left;
    width: 360px;
    font-size: 20px;
    line-height: 36px;
}

/* =========== shicai =========== */
.shicai_box {
    line-height: 26px;
    font-size: 16px;
}

.shicai_box .digest {
    text-indent: 2em;
    line-height: 28px;
}

.shicai_box .texts {
    border-top: 1px solid #e3e3e3;
    margin-top: 15px;
}

.shicai_box .texts h2,
.shicai_box .dapei h2 {
    display: block;
    clear: both;
    margin: 20px 0 10px;
    font-size: 20px;
    line-height: 20px;
    height: 20px;
    font-weight: bold;
    border-left: 5px solid #f44;
    padding-left: 10px;
}

.shicai_box .texts p {
    display: block;
    clear: both;
    padding: 3px 0;
}

.texts p {
    width: 100%;
    padding: 5px 0;
}

.texts p span,
.texts p em {
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #333;
    color: #333;
    vertical-align: 0px;
    line-height: 17px;
    text-align: center;
    margin-right: 4px;
}

.texts p strong {
    display: inline-block;
    margin: 0 6px;
    padding: 0 8px;
    border-radius: 4px;
    background-color: #fff;
    color: #111;
    border: 1px solid #f99;
}


.shicai_box .dapei {}

.shicai_box .dapei ul {
    padding-top: 10px;
}

.shicai_box .dapei ul li {
    display: block;
    clear: both;
    line-height: 30px;
    font-size: 14px;
    padding: 4px 0;
}

.shicai_box .dapei ul li b {
    display: inline;
    height: 30px;
    line-height: 30px;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 14px;
}

.shicai_box .dapei ul li strong {
    font-size: 16px;
}

.shicai_box .dapei b.t1 {
    border: 1px solid #333;
    color: #111;
}

.shicai_box .dapei b a {
    color: #fff;
}

.shicai_box ul.dapei_yes b.t2 {
    background-color: #19A719;
    border: 1px solid #19A719;
    color: #fff;
    font-weight: bold;
    margin-left: 2px;
}

.shicai_box ul.dapei_no b.t2 {
    background-color: #c00;
    border: 1px solid #c00;
    color: #fff;
    font-weight: bold;
    margin-left: 2px;
}

dl.header_shicai {
    width: 760px;
    position: relative;
}

dl.header_shicai dt {
    float: left;
    width: 70px;
    height: 70px;
    border: 1px solid #f3f3f3;
    margin-right: 20px;
    border-radius: 2px;
    overflow: hidden;
}

dl.header_shicai dt img {
    display: block;
    width: 100%;
}

dl.header_shicai dd {
    float: left;
    width: 660px;
}

dl.header_shicai dd.tit {
    height: 36px;
    line-height: 36px;
    font-size: 36px;
    font-weight: 600;
}

dl.header_shicai dd.tit h1 {
    font-weight: 700;
}

dl.header_shicai dd.txt {
    position: absolute;
    left: 90px;
    bottom: 0;
    font-size: 14px;
    color: #aaa;
}

/* =========== ask =========== */

ul.answer_lists {
    display: block;
    clear: both;
}

ul.answer_lists li {
    display: block;
    clear: both;
    padding: 15px 0 12px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

ul.answer_lists h3 {
    float: left;
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 0 28px;
    background: url(../img/icon_wen.png) no-repeat left 4px;
}

ul.answer_lists p {
    display: block;
    clear: both;
    font-size: 16px;
    line-height: 24px;
    padding: 12px 20px 12px 28px;
}

ul.answer_lists span {
    float: left;
    font-size: 12px;
    color: #aaa;
    padding-left: 28px;
    line-height: 12px;
}

ul.answer_lists i {
    float: right;
    width: 140px;
}

ul.answer_lists i img {
    width: 100%;
}

.ask_cont {}

.ask_box {
    padding-top: 10px;
}

.ask_box h1 {
    display: block;
    clear: both;
    font-size: 30px;
    font-weight: 600;
    padding: 10px 0 20px;
}

.ask_box .ask_txt {
    display: block;
    clear: both;
    padding: 10px 0;
    line-height: 36px;
}

.ask_box .ask_info {
    display: block;
    clear: both;
    padding-bottom: 15px;
    color: #ccc;
    font-size: 14px;
}

.ask_box .ask_info i {
    display: inline;
    padding-left: 22px;
    margin-right: 20px;
}

.ask_box .ask_info a {
    color: #aaa;
    margin-right: 20px;
}

.answer_box {
    display: block;
    clear: both;
    line-height: 36px;
    margin-top: 15px;
}

.answer_box .answer_title {
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0;
}

.ask_cont .text {
    font-size: 18px;
    color: #111;
    padding-right: 20px;
    word-break: break-all;
}

.ask_cont .text img {
    max-width: 500px;
    margin: 0 auto;
}

.ask_cont .text p {
    padding: 8px 0;
}

.answer_icon {
    display: block;
    clear: both;
    line-height: 36px;
    margin: 20px 0 5px;
    font-size: 14px;
}

.answer_icon .left {
    float: left;
    border: 1px solid #eee;
    border-radius: 18px;
    padding: 0 5px 0 15px;
    margin-right: 20px;
}

.answer_icon a {
    padding-left: 22px;
    padding-right: 10px;
    cursor: pointer;
    color: #999;
}

.answer_icon a:hover {
    color: #f00;
}

.answer_icon a i {
    padding-left: 6px;
}

dl.answer_user {
    display: block;
    clear: both;
    line-height: 20px;
    padding-bottom: 6px;
}

dl.answer_user dt {
    float: left;
    width: 48px;
    height: 48px;
    overflow: hidden;
    border-radius: 24px;
    margin-right: 10px;
}

dl.answer_user dt img {
    width: 100%;
}

dl.answer_user dd {
    padding-top: 4px;
}

dl.answer_user dd.name {}

dl.answer_user dd.time {
    color: #ccc;
    font-size: 14px;
}

ul.ralate_ask_760 {
    display: block;
    clear: both;
}

ul.ralate_ask_760 li {
    float: left;
    width: 330px;
    line-height: 32px;
    font-size: 16px;
    padding-left: 32px;
    padding-right: 10px;
}

ul.ralate_ask_760 li i {
    float: right;
    font-size: 12px;
    color: #ccc;
}

ul.ralate_ask_760 li a {
    float: left;
}

ul.ralate_ask_760 li em {
    float: left;
    width: 40px;
    background: url(../img/icon_good2.png) no-repeat left 10px;
    font-size: 14px;
    color: #faa;
    padding-left: 16px;
}

/*.ralate_ask_760 a:before {content: ""; display: inline-block;float: left;width:5px;height:5px;margin: 11px 8px 0 2px;vertical-align: middle;border: 2px solid #ccc;border-radius: 50%;}*/


.icon_good {
    background: url(../img/icon_good.png) no-repeat left 1px;
}

.icon_bad {
    background: url(../img/icon_bad.png) no-repeat left 1px;
}

.icon_fav {
    background: url(../img/icon_fav.png) no-repeat left top;
}

.icon_share {
    background: url(../img/icon_share.png) no-repeat left top;
}

.icon_answer {
    background: url(../img/icon_answer.png) no-repeat left top;
}

/* =========== page =========== */

.pageBox {
    display: block;
    clear: both;
    width: 100%;
    text-align: center;
    margin: 15px 0 15px;
}

.pageBox a {
    padding: 10px 14px 10px 14px;
    font-size: 16px;
    font-family: arial, verdana, sans-serif;
    background-color: #f3f3f3;
    color: #333;
    margin: 0 2px;
    vertical-align: middle;
}

.pageBox a.current {
    background: #f33;
    color: #fff;
}

.pageBox a:hover {
    background: #333;
    color: #fff !important;
}

.bgline {
    background: url(../img/bgline.png) repeat-y;
}



/* 首页顶部改版 */
.index_search_box {
    display: flex;
    align-items: center;
    position: relative;
}

.index_search_box input {
    width: 246px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #E6E6E6;
    background: #F5F5F5;
    border-radius: 20px 0px 0px 20px;
    font-size: 14px;
    padding-left: 47px;
    box-sizing: border-box;
}

.index_search_box input::placeholder {
    font-size: 14px;
    color: #999999;
}

.index_search_box button {
    width: 80px;
    height: 40px;
    background: #FF4444;
    border-radius: 0px 20px 20px 0px;
    color: white;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    border: none;
    outline: none;
}

.index_search_box img {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 20px;
    top: 12px;
}

.index_top_blist {
    height: 260px;
    margin-top: -45px;

}

.right_arrow,
.left_arrow {
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -27px;
    display: block;
    width: 36px;
    height: 54px;
    cursor: pointer;
}

.right_arrow {
    left: auto;
    right: -10px;
}

.ms_scroll_box {
    display: flex;
    justify-content: space-between;
    width: max-content;
}

.index_top_blist a {
    display: block;
    width: 257px;
    height: 230px;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 20px;
    box-sizing: border-box;
}

.index_top_blist img {
    width: 100%;
    height: 175px;
    border-radius: 8px 8px 0px 0px;
}

.index_top_blist h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 44px;
    text-align: center;
}

.index_top_blist .label {
    padding: 0 8px;
    display: flex;
    justify-content: space-between;
    margin-top: 6px;
}

.index_top_blist .label div span {
    display: inline-block;
    width: 65px;
    height: 22px;
    border: 1px solid rgba(179, 179, 179, 0.5);
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    color: #808080;
    line-height: 22px;
    text-align: center;
    margin-right: 6px;
}

.index_top_blist .label>span {
    font-size: 14px;
    font-weight: 500;
    color: #808080;
    line-height: 22px;
}

.index_top_blist a:hover {
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.22);
}

.index_banner {
    height: 520px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.index_banner>.imgbox {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.index_banner img {
    height: 520px;
}

.newheader {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    height: 100px;
}

.index_menue {
    display: flex;
}

.index_menue li {
    font-size: 18px;
    font-weight: bold;
    padding: 0 20px;
    position: relative;
}

.index_menue li.active a {
    color: #FF4444;
}

.index_menue li.active::after {
    content: '';
    display: block;
    width: 20px;
    height: 4px;
    background: #FF4444;
    border-radius: 2px;
    position: absolute;
    top: 108%;
    left: 50%;
    margin-left: -10px
}

.newheader .logo {
    width: 200px;
    height: 50px;
    background: #fff url(../img/yuepinmeishi.png) no-repeat left;
    line-height: 300px;
    overflow: hidden;
}


/* 微信公众号板块 */
.wenxin_tips {
    width: 760px;
    height: 205px;
    border: 1px solid #EDEDED;
    border-radius: 10px;
    margin: 30px 0;
    box-sizing: border-box;
}

.wenxin_tips .title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 800;
    color: #FF6700;
    margin: 20px 0 0 0;
}

.wenxin_tips .title span {
    display: block;
    width: 270px;
    height: 2px;
    background: linear-gradient(90deg, #FFDC73 0%, #FFA500 100%);
    border-radius: 1px;
    opacity: 0.5;
}

.wenxin_tips .title p {
    margin: 0 45px;
}

.wenxin_tips .title span:nth-of-type(2) {
    background: linear-gradient(90deg, #FFA500 0%, #FFDC73 100%);
}

.wenxin_tips .content {
    display: flex;
    align-items: center;
    padding-left: 12px;
}

.wenxin_tips .content img {
    width: 372px;
    height: 143px;
    margin-right: 12px;
}

.wenxin_tips .content p {
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    line-height: 24px;
    padding-right: 25px;
    flex: 1;
}

.wenxin_tips .content p span {
    color: #FF6700;
    font-weight: bold;
}

/* 搜索结果 */
.search_left_box {
    width: 150px;
    float: left;
    margin-top: 20px;
}

.search_left_box>div {
    border: 1px solid #E6E6E6;
}

.search_left_box>div div {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: 18px;
}

.search_left_box .hot_caixi {
    padding-bottom: 15px;
}

.search_left_box .hot_caixi li {
    margin-top: 20px;
}

.search_left_box .hot_caixi li a {
    font-size: 14px;
    color: rgba(102, 102, 102, 1);
    display: flex;
    align-items: center;
    padding-left: 36px;
}

.search_left_box .hot_caixi li a img {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.search_left_box .hot_search {
    margin-top: 20px;
}

.search_left_box .hot_search li i {
    color: rgba(255, 68, 68, 1);
    font-size: 12px;
    font-style: italic;
    font-weight: 600;
    margin-right: 3px;
}

.search_left_box .hot_search li {
    padding-left: 22px;
}

.search_left_box .hot_search li a {
    font-size: 14px;
    color: #666666;
    line-height: 48px;
}

.search_middle_box {
    width: 620px;
    margin-left: 34px;
    float: left;
    margin-top: 20px;
}

.search_middle_box .result_title {
    width: 100%;
    border-bottom: 1px solid #E6E6E6;
    display: flex;
}

.search_middle_box .result_title h1 {
    font-size: 18px;
    font-weight: 400;
    color: #FF4444;
    margin-right: 10px;
    position: relative;
    padding-bottom: 8px;
}

.search_middle_box .result_title h1::after {
    content: '';
    display: block;
    width: 35px;
    height: 3px;
    background: #FF4444;
    border-radius: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.search_middle_box .result_title span {
    font-size: 14px;
    color: #999999;
    line-height: 26px;
}

.result_shicai a {
    width: 100%;
    height: 113px;
    background: #FAFAFA;
    margin-top: 20px;
    display: block;
    padding: 15px;
    box-sizing: border-box;
    padding-bottom: 0;
}

.result_shicai a div {
    font-size: 18px;
    font-weight: bold;
}

.result_shicai a div span {
    color: rgba(153, 153, 153, 1);
    font-size: 14px;
    margin-left: 6px;
}

.result_shicai a p {
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 10px;
}

.result_shipu_list li {
    width: 620px;
    height: 156px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    margin-top: 25px;
}

.result_shipu_list li:hover {
    box-shadow: 0px 5px 14px 2px rgba(0, 0, 0, 0.15);
}

.result_shipu_list li a {
    display: flex;
    align-items: center;
}

.result_shipu_list li .img_box {
    width: 156px;
    height: 155px;
    position: relative;
    margin-right: 20px;
}

.result_shipu_list li .img_box img {
    width: 100%;
    height: 100%;
}

.result_shipu_list li .img_box .play_icon {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
}

.result_shipu_list .list_content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 155px;
    padding: 10px 0;
    box-sizing: border-box;
    flex: 1;
}

.result_shipu_list .list_content h3 {
    font-size: 18px;
    line-height: 23px;
}

.result_shipu_list .list_content p,
.result_shipu_list .list_content span {
    font-size: 14px;
    color: #808080;
    line-height: 22px;
}

.search_right_box {
    width: 262px;
    float: right;
    margin-top: 20px;
}

.search_right_box .same_right_box .title {
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search_right_box .same_right_box .title span {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 8px;
    position: relative;
}

.search_right_box .same_right_box .title span::after {
    content: '';
    display: block;
    width: 35px;
    height: 3px;
    background: #FF4444;
    border-radius: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.search_right_box .same_right_box .title a {
    font-size: 14px;
    color: #999999;
}

.about_article_list li {
    margin-top: 15px;
    padding: 0 15px;
}

.about_article_list li img {
    width: 230px;
    height: 146px;
}

.about_article_list li p {
    font-size: 16px;
    text-align: center;
    margin-top: 12px;
}

.about_ask_list {
    padding-top: 10px;
}

.about_ask_list li {
    padding: 10px 0;
}

.about_ask_list li a {
    display: flex;
    align-items: center;
}

.about_ask_list li img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.about_ask_list li p {
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 顶部topbar */
.topbar_wapbox {
    float: right;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #CCCCCC;
    position: relative;
    width: max-content;
    margin-right: 21%;
    justify-content: flex-end;

}

.topbar_wapbox:hover .erweima_box {
    display: flex;
}

.topbar_wapbox>img {
    width: 12px;
    height: 18px;
    margin-right: 10px;
}

.erweima_box {
    width: 318px;
    height: 100px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    position: absolute;
    top: 104%;
    box-sizing: border-box;
    display: none;
    z-index: 999999;
}

.erweima_box div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #999999;
    position: relative;
}

.erweima_box div p {
    line-height: normal;
}

.erweima_box div img {
    width: 64px;
    height: 64px;
    margin-bottom: 7px;
}

.erweima_box span {
    display: block;
    width: 20px;
    height: 40px;
    background: #F5F5F5;
    border: 1px solid #E6E6E6;
    border-radius: 20px 0px 0px 20px;
    position: absolute;
    left: -12px;
    top: 12px;
    z-index: -1;
}

.erweima_box:before {
    box-sizing: content-box;
    width: 0px;
    height: 0px;
    position: absolute;
    top: -16px;
    ;
    right: 104px;
    padding: 0;
    border-bottom: 8px solid #FFFFFF;
    border-top: 8px solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    display: block;
    content: '';
    z-index: 12;
}

.erweima_box:after {
    box-sizing: content-box;
    width: 0px;
    height: 0px;
    position: absolute;
    top: -18px;
    ;
    right: 104px;
    padding: 0;
    border-bottom: 9px solid #cccccc;
    border-top: 9px solid transparent;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    display: block;
    content: '';
    z-index: 10
}


/* 专题 */
.zhuanti_daoyu {
    width: 99%;
    height: 128px;
    background: #FFFFFF;
    box-shadow: 0px 0px 17px 1px rgba(153, 153, 153, 0.14);
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding-left: 46px;
    padding-right: 14px;
    position: relative;
    box-sizing: border-box;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 30px;
}

.zhuanti_daoyu span {
    width: 30px;
    font-size: 30px;
    display: block;
}

.zhuanti_daoyu span::before {
    content: '';
    display: block;
    width: 10px;
    height: 51px;
    background: #FF6670;
    border-radius: 5px;
    position: absolute;
    left: 20px;
    top: 34px;
}

.zhuanti_daoyu p {
    width: 984px;
    height: 93px;
    background: #FAFAFA;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    padding: 10px;
    box-sizing: border-box;
}

.zhuanti_shicailist {
    border-top: 1px solid #ededed;
    border-left: 1px solid #ededed;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
}

.zhuanti_shicailist li {
    width: 78.5px;
    height: 53px;
    background: #FFFFFF;
    border-right: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
    text-align: center;
    line-height: 53px;
    box-sizing: border-box;
}

.zhuanti_shicailist li a {
    font-size: 16px;
    color: #666666;
}

.zt_about_articles {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zt_about_articles>a {
    display: block;
    position: relative;
    width: 340px;
    height: 215px;
}

.zt_about_articles>a div {
    height: 100%;
}

.zt_about_articles>a img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.zt_about_articles .icon_tj {
    width: 69px;
    height: 31px;
    position: absolute;
    left: 0;
    top: 0;
}

.zt_about_articles p {
    width: 339px;
    height: 50px;
    background: linear-gradient(rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.7));
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 54px;
    text-align: center;
    font-size: 16px;
    color: white;
}

.zt_articles_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.zt_articles_list li {
    width: 48%;
    margin-top: 40px;
}

.zt_articles_list li a {
    display: flex;
    align-items: center;
}

.zt_articles_list li img {
    width: 200px;
    height: 127px;
    margin-right: 10px;
}

.zt_articles_list li div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 127px;
    flex: 1;
}

.zt_articles_list li h3 {
    font-size: 18px;
    font-weight: bold;
}

.zt_articles_list li p {
    font-size: 14px;
    color: #999999;
    line-height: 22px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.zt_articles_list li span {
    font-size: 14px;
    color: #999999;
}

.zt_about_ask {
    padding-right: 30px;
    border-right: 1px solid #ededed;
}

.zt_about_ask a {
    display: block;
    width: 700px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 24px;
    margin-bottom: 15px;
}

.zt_about_ask a>div {
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zt_about_ask a h3 {
    display: flex;
    align-items: center;
}

.zt_about_ask a h3 img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.zt_about_ask a div>span {
    font-size: 14px;
    color: #999999;
}

.zt_about_ask a p {
    font-size: 14px;
    font-weight: 500;
    color: #999999;
    line-height: 24px;
    padding-left: 30px;
    margin-top: 18px;
}

.zt_ask_list {
    padding-left: 30px;
    flex: 1;
}

.zt_ask_list li a {
    display: flex;
    width: 340px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.zt_ask_list li i {
    font-weight: bold;
    font-style: italic;
    font-size: 22px;
    color: #FF4444;
    margin-right: 15px;
}

.zt_ask_list li h3 {
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.zt_ask_list li p {
    font-size: 14px;
    color: #999999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.zt_list_box a {
    width: 257px;
    height: 230px;
    border: 1px solid #EDEDED;
    border-radius: 8px;
    margin-bottom: 25px;
}

.zt_list_box h5 {
    line-height: 54px;
    height: 54px;
    background: white;
}

.zt_list_box a:hover {
    box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.22);
}

.zt_list_box span img {
    height: 176px;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}

.zt_list_box a:hover h5 {
    background: white;
    color: #333;
}


/* 首页改版 */
.menue_type_title {
    border-bottom: 1px solid #ededed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 770px;
}

.menue_type_title ul {
    display: flex;
    align-items: center;
}

.menue_type_title ul li {
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    width: 100px;
    margin-right: 15px;
    padding-bottom: 10px;
    text-align: center;
    cursor: pointer;
}

.menue_type_title ul li.active {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    border-bottom: 2px solid #ff4444;
}

.menue_type_title a {
    font-size: 14px;
    font-weight: 500;
    color: #999999;
    padding-bottom: 10px;
}

.index_banner .btnbox {
    position: absolute;
    bottom: 190px;
    left: 50%;
    margin-left: -320px;
    display: flex;
}

.index_banner .index_search_box {}

.index_banner .index_search_box img {
    width: 18px;
    left: 30px;
    top: 16px;
    height: 18px;
}

.index_banner .index_search_box input {
    width: 420px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px 0 0 25px;
    padding-left: 58px;
    font-size: 16px;
}

.index_banner .index_search_box button {
    height: 50px;
    line-height: 50px;
    width: 100px;
    border-radius: 0 25px 25px 0;
    font-size: 16px;
    cursor: pointer;
}

.index_banner .index_search_box input::placeholder {
    font-size: 16px;
}

.food_list_item {
    display: none;
    flex-wrap: wrap;
    width: 770px;
}

.food_list_item.active {
    display: flex;
}

.food_list_item li {
    margin: 30px 40px 0 0;
    box-sizing: border-box;
}

.food_list_item li:nth-of-type(3n) {
    margin-right: 0;
}

.food_list_item li img {
    width: 229px;
    height: 229px;
    object-fit: cover;
    vertical-align: middle;
}

.food_list_item li span {
    display: block;
    width: 229px;
    height: 39px;
    background: #F3F3F3;
    text-align: center;
    line-height: 39px;
    font-size: 18px;
    color: #111111;
}

.drink_swiper_box {
    width: 770px;
    height: 290px;
    background: #FFFFFF;
    box-shadow: 0px 1px 8px 0px rgba(102, 102, 102, 0.1);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.drink_swiper_box .drink_swiper {
    width: 460px;
    height: 100%;
    position: relative;
}

.drink_swiper_box .drink_swiper a {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 1s;
    width: 100%;
    height: 100%;
}

.drink_swiper_box .drink_swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.drink_swiper_box .drink_swiper a.active {
    opacity: 1;
    z-index: 55;
}

.drink_swiper_box .drink_swiper p {
    position: absolute;
    right: 20px;
    bottom: 16px;
    display: flex;
    align-items: center;
}

.drink_swiper_box .drink_swiper p span {
    display: block;
    width: 18px;
    height: 4px;
    background: #FFFFFF;
    opacity: 0.5;
    border-radius: 2px;
    margin-left: 10px;
    z-index: 66;
}

.drink_swiper_box .drink_swiper p span.active {
    opacity: 1;
}

.drink_swiper_box .drink_content {
    flex: 1;
}

.drink_swiper_box .drink_content p:nth-of-type(1) {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    padding-left: 28px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    position: relative;
}

.drink_swiper_box .drink_content p:nth-of-type(1)::before {
    content: '';
    width: 4px;
    height: 22px;
    background: #FF6670;
    border-radius: 2px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    margin-right: 9px;
}

.drink_swiper_box .drink_content p:nth-of-type(2) {
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    line-height: 20px;
    padding: 0 20px 0 28px;
}

.drink_swiper_box .drink_content a {
    color: rgba(255, 102, 112, 1);
}

.drink_swiper_box .drink_content a img {
    vertical-align: middle;
    position: relative;
    bottom: 2px;
    margin-left: 3px;
}

.drink_swiper_box .drink_content span {
    font-size: 14px;
    font-weight: 500;
    color: #999999;
    line-height: 20px;
    padding-left: 28px;
    margin-top: 30px;
    display: block;
}

.food_zixun_item {
    display: none;
    flex-wrap: wrap;
    width: 770px;
}

.food_zixun_item.active {
    display: flex;
}

.food_zixun_item li {
    margin-right: 38px;
    margin-top: 32px;
}

.food_zixun_item li:nth-of-type(3n) {
    margin-right: 0;
}

.food_zixun_item li img {
    width: 230px;
    height: 146px;
    vertical-align: middle;
    object-fit: cover;
}

.food_zixun_item li p {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    width: 228px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 35px;
}

.right_list_sametitle a {
    font-size: 14px;
    font-weight: 500;
    color: #999999;
}

.right_list_sametitle {
    width: 300px;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding-left: 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.right_list_sametitle span::before {
    box-sizing: border-box;
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 5px solid #FF6670;
    border-radius: 10px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 3px;
}

.week_hot_shipu {
    width: 300px;
    border: 1px solid #EDEDED;
    padding: 12px 0;
    margin-top: 15px;
}

.week_hot_shipu li {
    margin: 0 15px;
    margin-bottom: 25px;
}

.week_hot_shipu li a {
    display: flex;
}

.week_hot_shipu li a div:nth-of-type(1) {
    width: 110px;
    height: 74px;
    position: relative;
    margin-right: 15px;
}

.week_hot_shipu li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.week_hot_shipu li a .play_icon {
    width: 36px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -18px;
    margin-left: -18px;
    height: 36px;
}

.week_hot_shipu li a div:nth-of-type(2) {
    font-size: 14px;
    color: #999999;
    flex: 1;
}

.week_hot_shipu li a div:nth-of-type(2) h3 {
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
}

.week_hot_shipu li a div:nth-of-type(2) span {
    margin-right: 10px;
}

.week_hot_shipu li:nth-last-of-type(1) {
    margin-bottom: 0;
}

.usually_shicai_list {
    border: 1px solid #EDEDED;
    display: flex;
    flex-wrap: wrap;
    border-bottom: none;
    border-right: none;
    width: 300px;
    margin-top: 20px;
}

.usually_shicai_list li {
    width: 33.33%;
    height: 52px;
    text-align: center;
    line-height: 52px;
    border-right: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
    box-sizing: border-box;
}

.usually_shicai_list li a {
    font-size: 18px;
    color: #666;
    display: block;
}

.baby_food_list {
    width: 300px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.baby_food_list li img {
    width: 136px;
    height: 136px;
    vertical-align: middle;
    object-fit: cover;
}

.baby_food_list li {
    margin-top: 24px;
}

.baby_food_list li p {
    width: 136px;
    height: 23px;
    background: #F3F3F3;
    line-height: 23px;
    text-align: center;
    font-size: 14px;
    color: #111111;
}

.all_search_list {
    width: 300px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.all_search_list a {
    flex-grow: 1;
    border: 1px solid #EDEDED;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    height: 39px;
    line-height: 39px;
    display: block;
    text-align: center;
    margin-right: 9px;
    margin-bottom: 9px;
}

.ask_answer_list {
    width: 300px;
    margin-top: 20px;
}

.ask_answer_list li a {
    display: flex;
    align-items: center;
}

.ask_answer_list li a i {
    font-weight: bold;
    font-style: italic;
    color: #FF4444;
    line-height: 48px;
    font-size: 22px;
    margin-right: 15px;
}

.ask_answer_list li a p {
    flex: 1;
    font-size: 16px;
    font-weight: 500;
    line-height: 48px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    letter-spacing: 1.5px;
}

/* 二级页面头部改版 */
.second_head_search {
    float: left;
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.second_head_search img {
    width: 16px;
    position: absolute;
    left: 20px;
    top: 12px;
}

.second_head_search input {
    width: 245px;
    height: 40px;
    background: #F5F5F5;
    border: 1px solid #E6E6E6;
    border-radius: 20px 0px 0px 20px;
    padding-left: 47px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 40px;
}

.second_head_search input::placeholder {
    color: #999999;
}

.second_head_search button {
    width: 80px;
    height: 40px;
    background: #FF4444;
    border-radius: 0px 20px 20px 0px;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    border: none;
    outline: none;
}

.second_head_navlist {
    display: flex;
    align-items: center;
    margin: 5px 0 0 35px;
    float: left;
}

.second_head_navlist li {
    margin-right: 40px;
    height: 40px;
}

.second_head_navlist li a {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 40px;
}

.second_head_navlist li.active a {
    color: #FF4444;
    position: relative;
    display: block;
}

.second_head_navlist li.active a::after {
    content: '';
    display: block;
    width: 20px;
    height: 4px;
    background: #FF4444;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
}

.bd_line {
    box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
    margin-bottom: 27px;
    background: white;
    z-index: 9999;
}

.second_head_navlist li:nth-last-of-type(1) {
    margin-right: 0;
}

.erweima_fix_box {
    position: fixed;
    right: 20px;
    bottom: 50px;
    display: flex;
}

.erweima_fix_box .erweima_img_box {
    width: 172px;
    height: 172px;
    border: 1px solid #FF4444;
    margin-right: 12px;
}

.erweima_img_box .erweima_img {
    background: white;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #999999;
    font-weight: 500;
    position: relative;
    height: 100%;
}

.erweima_img_box .erweima_img.active {
    display: flex;
}

.erweima_img:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    border: 10px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #FF4444;
}

.erweima_img:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    border: 9px;
    border-style: dashed solid dashed dashed;
    border-color: transparent transparent transparent #fff;
    position: absolute;
}

.erweima_img:nth-of-type(1)::before {
    left: 172px;
    top: 32px;
}

.erweima_img:nth-of-type(1)::after {
    left: 171px;
    top: 33px;
}

.erweima_img:nth-of-type(2)::before {
    left: 172px;
    bottom: 32px;
}

.erweima_img:nth-of-type(2)::after {
    left: 171px;
    bottom: 33px;
}

.wx_icon_type>div {
    width: 88px;
    height: 88px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    border: 1px solid #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #999999;
    font-weight: 500;
    box-sizing: border-box;
    flex-direction: column;
    cursor: pointer;
}

.wx_icon_type>div.active {
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
    color: #666666
}

.wx_icon_type>div img {
    margin-bottom: 10px;
}

/* 热量查询 */
#relian {
    height: 50px;
    line-height: 50px;
    width: 100px;
    border-radius: 25px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    background: #ff4444;
    margin-left: 20px;
    border: none;
    outline: none;
    color: #fff;
}

.swbanner {
    height: 420px;
    background-image: url(../../reliang/img/rl_bg.png);
    border: 1px solid transparent;
}

.banxin {
    width: 1100px;
    margin: 0 auto;
    position: relative;
}

.swBox {
    min-height: 27vh;
}

.swBannerTitle {
    font-size: 46px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    color: #ffffff;
    line-height: 54px;
    letter-spacing: 4.6px;
    text-align: center;
    margin-top: 75px;
}

.swBannerTips {
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 54px;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 10px;
}

.swBannerSearchBox {
    text-align: center;
    position: relative;
}

.swBannerSearch {
    width: 800px;
    height: 56px;
    background: #f4f4f4;
    border: 1px solid #ffffff;
    border-radius: 5px;
    /* margin-left: 148px; */
    margin-top: 45px;
    padding-left: 30px;
    box-sizing: border-box;
    color: #999999;
    padding-right: 124px;
}

.swSearchButton {
    display: block;
    width: 110px;
    height: 46px;
    background-color: #12bbb7;
    border-radius: 5px;
    line-height: 46px;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    position: absolute;
    right: 157px;
    top: 50px;
    cursor: pointer;
}

.swSearchButton img {
    vertical-align: sub;
}

a.swSearchButton:hover {
    color: #fff !important;
}

.swContentTitle {
    margin-top: 47px;
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    color: #333333;
    line-height: 44px;
    letter-spacing: 0.9px;
}

.swfication {
    height: 118px;
    background: #f3f3f3;
    margin-top: 15px;
    border: 1px solid transparent;
    display: flex;
}

.swficationLeft {
    width: 165px;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: left;
    color: #333333;
    line-height: 34px;
    letter-spacing: 0.7px;
    margin-left: 12px;
    margin-top: 17px;
}

.swficationRight {
    margin-left: 21px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.swficationRightItems img {
    vertical-align: middle;
}

.swficationRightItems span {
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #333333;
}

.swficationRightItems {
    width: 155px;
}

.swContentItem {
    width: 354px;
    height: 112px;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    display: flex;
    align-items: center;
    margin-right: 16px;
}

.swContentItemTitle {
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #333333;
    line-height: 27px;
    letter-spacing: 0.8px;
    margin-left: 23px;
}

.swContentItemImg {
    width: 58px;
    height: 60px;
    margin-left: 10px;
}

.swContentItemImg img {
    width: 100%;
    height: 100%;
}

.swContentItemBottom {
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    color: #808080;
    line-height: 27px;
    letter-spacing: 0.7px;
}

.swContentItemTop {
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #333333;
    line-height: 27px;
    letter-spacing: 0.8px;
    width: 260px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.swContent {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

.swContentItem:nth-child(3n) {
    margin-right: 0px;
}

.swContentItem:nth-child(n+4) {
    margin-top: 19px;
}

.swContentItem:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.28);
}

.detailMianbao {
    width: 1100px;
    margin: 40px auto 0 auto;
    position: relative;
    /* color: #111;
    font: 14px Arial,"微软雅黑"; */
}

.detailMainBoxLeft {
    width: 776px;
    margin-right: 14px;
    border: 1px solid #dddddd;
    margin-top: 35px;
    margin-bottom: 40px;
}

.detailMainBoxRight {
    width: 298px;
}

.detailMainBox {
    display: flex;
    margin-top: 10px;
}

.ContentTitle {
    height: 50px;
    background-color: #f3f3f3;
    line-height: 50px;
    padding-left: 31px;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    color: #808080;
    letter-spacing: 0.8px;
}

.contentLeft {
    width: 200px;
    height: 200px;
    text-align: center;
}

.contentLeft img {
    margin-top: 30px;
    width: 140px;
    height: 140px;
}

.overbox {
    max-height: 86px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: inline-block;
}

.contentOutBox {
    display: flex;
    padding-bottom: 10px;
}

.contentRightItemTitle {
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: left;
    color: #333333;
    line-height: 45px;
    letter-spacing: 0.9px;
}

.contentRightItem span:nth-child(2) {
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    /* font-weight: 700; */
    text-align: left;
    color: #333333;
    line-height: 40px;
    letter-spacing: 0.9px;
}

.contentRightItem {
    border-bottom: 1px solid #dddddd;
    width: 550px;
    position: relative;
}

.contentRightItem .more {
    width: 70px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    text-align: center;
    color: #333333;
    letter-spacing: 0.9px;
    background: #ffffff;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.contentRight {
    padding-top: 20px;
}

.green {
    color: #12BBB7 !important;
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: left;
    color: #333333;
    line-height: 40px;
    letter-spacing: 0.9px;
}

.contentOutBoxItem {
    border-bottom: 1px solid #f6f6f6;
    display: flex;
}

.contentOutBoxItem div {
    width: 196.5px;
    /*text-align: center;*/
    height: 50px;
    line-height: 50px;
}

.contentOutBoxItem:nth-child(1) div {
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    color: #333333;
    line-height: 40px;
    letter-spacing: 0.8px;
}

.notFlex {
    display: inherit !important;
    padding-left: 32px;
    padding-right: 32px;
}

.contentOutBoxItem2 {
    width: 94px;
    margin-left: 55px;
    margin-top: 20px;
}

.contentOutBoxItem2 div {
    text-align: center;
}

.contentOutBoxItem2 img {
    width: 94px;
    height: 94px;
}