@charset "UTF-8";
/* ---------------------------------------------- /*
 *  import css
/* ---------------------------------------------- */
@import url(font/iconfont/iconfont.css);
@import url(font/AkzidenzGroteskBQ.css);
@import url(font/Speedee_W/speedee.css);
@import url(swiper.css);
@import url(cms.css?v=20190227);

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

/* ---------------------------------------------- /*
 *  reset
/* ---------------------------------------------- */
html.lock {
  overflow: hidden;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
iframe,
fieldset,
legend,
label,
button,
input,
textarea,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
strong,
b,
i {
  font-weight: normal;
  font-style: normal;
}

a,
a:hover,
a:visited,
a:focus {
  text-decoration: none;
  outline: none;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
button,
select,
textarea {
  outline: none;
}

textarea {
  resize: none;
}

button {
  background: none;
  border: none;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

body {
  position: relative;
  background: #fff;
  color: #2d2d2d;
  font: normal 12px/1.5 "speedee", -apple-system, "Helvetica Neue", Helvetica,
    "PingFang SC", "Source Han Sans SC", "Noto Sans CJK SC", "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

/* ---------------------------------------------- /*
 *  general
/* ---------------------------------------------- */
.center-align {
  text-align: center;
}

.group {
  zoom: 1 *;
}

.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.bg-grey {
  background: #333;
  background: #f7f7f7;
}

a.disabled {
  cursor: default;
}

/* ---------------------------------------------- /*
 *  Z-index
/* ---------------------------------------------- */
header {
  z-index: 6000;
}

.sidebar {
  z-index: 5000;
}

footer {
  z-index: 3000;
}

.page-wrap {
  z-index: 3000;
}

.full-banner {
  z-index: 10;
}

.loudspeaker {
  z-index: 4000;
}

#landscape {
  z-index: 9999;
}

.wechat-box {
  z-index: 8000;
}

.full-gallery-box {
  z-index: 8500;
}

.mobile-bottom-bar {
  z-index: 5000;
}

.wifi-box {
  z-index: 7000;
}

.food-safety-search {
  z-index: 4500;
}

.food-iframe-box {
  z-index: 7000;
}

.media-box {
  z-index: 7000;
}

.loading-box {
  z-index: 7100;
}

/* ---------------------------------------------- /*
 *  backgroud image
/* ---------------------------------------------- */

/* ---------------------------------------------- /*
 *  full-banner
/* ---------------------------------------------- */
.full-banner {
  display: block;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}

.full-banner .img-wrap {
  display: block;
  position: absolute;
  width: 5000px;
  height: 5000px;
  left: 50%;
  top: 50%;
  margin: -2500px 0 0 -2500px;
  text-align: center;
  font-size: 0;
  z-index: 50;
}

.full-banner .img-wrap:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.full-banner .img-wrap img {
  display: inline-block;
  position: relative;
  width: auto;
  height: auto;
  vertical-align: middle;
  -moz-transition: -moz-transform 1s linear;
  -webkit-transition: -webkit-transform 1s linear;
  -ms-transition: -ms-transform 1s linear;
  transition: transform 1s linear;
}

.full-banner .img-wrap img.tablet,
.full-banner .img-wrap img.mobile {
  display: none;
}

.full-banner.leave .img-wrap img {
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.full-banner button {
  display: none;
  position: absolute;
  width: 60px;
  height: auto;
  left: 50%;
  bottom: 30px;
  margin-left: -30px;
  text-align: center;
  z-index: 100;
}

.full-banner button .target {
  display: block;
  width: 52px !important;
  height: 52px !important;
  margin: 0 auto;
}

.full-banner button .hand {
  display: block;
  position: relative;
  width: 40px !important;
  height: 51px !important;
  left: 4px;
  margin: -20px auto 10px auto;
  -webkit-animation: fadeBottom 2s ease-out 1s infinite;
  animation: fadeBottom 2s ease-out 1s infinite;
}

.full-banner button span {
  display: block;
  font-size: 12px;
  color: #000;
}

.brace {
  position: relative;
  width: 100%;
  z-index: 9;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.header-mask {
  display: block;
  position: fixed;
  width: 100%;
  height: 120px;
  left: 0;
  bottom: 0;
  z-index: 4000;
  cursor: pointer;
}

.page-wrap {
  position: relative;
  background: #191919;
  background: #fff;
}

/* ---------------------------------------------- /*
 *  header
/* ---------------------------------------------- */
header {
  display: block;
  position: relative;
  width: 100%;
  height: 120px;
  background: #fff;
}

header .inner-wrap {
  display: block;
  position: relative;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #717171;
  border-bottom: 1px solid #d9d9d9;
  z-index: 7000;
}

.hasAd header .inner-wrap {
  overflow: hidden;
}

header.shrink .inner-wrap,
header.shrink-fix .inner-wrap {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

header .inner {
  display: block;
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  z-index: 9999;
}

header h1 {
  display: block;
  position: absolute;
  width: 224px;
  width: 60px;
  width: 70px;
  height: 120px;
  height: 100%;
  left: 50%;
  top: 50%;
  top: 0;
  margin: 0 0 0 -112px;
  margin: 0;
  z-index: 100;
  transform: translateX(-50%);
  -moz-transition: margin 0.3s ease-out;
  -webkit-transition: margin 0.3s ease-out;
  -ms-transition: margin 0.3s ease-out;
  transition: margin 0.3s ease-out;
}

.hasAd header h1 {
  margin: 0 0 0 -112px;
}

header h1 a {
  display: block;
  position: relative;
  height: 120px;
  height: 100% !important;
  overflow: hidden;
  -moz-transition: margin 0.3s ease-out;
  -webkit-transition: margin 0.3s ease-out;
  -ms-transition: margin 0.3s ease-out;
  transition: margin 0.3s ease-out;
}

header.shrink h1 a,
.hasAd header h1 a,
header.shrink-fix h1 a {
  height: 90px;
}

header h1 img {
  display: block;
  position: relative;
  width: 224px;
  height: 120px;
}

header h1 .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 36px;
  font-size: 39.5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 2px;
}

@media (min-width: 769px) {
  header h1 .icon {
    font-size: 57px;
    font-size: 62px;
  }

  header.shrink h1 a .icon,
  .hasAd header h1 a .icon,
  header.shrink-fix h1 a .icon {
    font-size: 40px;
    font-size: 44px;
  }
}

.hasAd header h1 img {
  top: -30px;
}

header .main-nav {
  display: block;
  position: relative;
  width: 100%;
}

@media (min-width: 769px) {
  header .inner {
    display: flex;
    justify-content: flex-end;
    padding: 0 20px;
  }

  header h1 {
    left: 0;
    margin: 0 90px 0 0;
    margin: 0 90px 0 -6px;
    transform: none;
  }

  .hasAd header h1 {
    margin: 0 90px 0 0;
  }

  header .main-nav {
    display: inline-block;
    width: calc(100% - 60px - 90px) !important;
    /* flex: 1; */
  }

  header .main-nav > ul > li {
    width: 25% !important;
    display: block;
    position: static !important;
    float: left !important;
  }
}

@media (min-width: 769px) {
  header h1 {
    left: 20px;
  }
}

@media (min-width: 1025px) {
  header h1 {
    left: 0;
  }
}

header .main-nav:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

header .main-nav > ul > li {
  display: block;
  position: relative;
  width: 20%;
  line-height: 120px;
  text-align: center;
  -moz-transition: line-height 0.1s ease-out;
  -webkit-transition: line-height 0.1s ease-out;
  -ms-transition: line-height 0.1s ease-out;
  transition: line-height 0.1s ease-out;
}

header.shrink .main-nav > ul > li,
.hasAd header .main-nav > ul > li,
header.shrink-fix .main-nav > ul > li {
  line-height: 60px;
}

header .main-nav > ul > li.fl {
  float: left;
}

header .main-nav > ul > li.fr {
  float: right;
}

header .main-nav > ul > li.menu-3 {
  position: absolute;
  right: 20%;
  top: 0;
}

header .main-nav > ul > li > a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #000;
  text-align: center;
  font-size: 0;
  z-index: 500;
}

header .main-nav > ul > li > a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000;
  background: #fff;
  left: 0;
  bottom: -1px;
  z-index: 501;
  visibility: hidden;
}

header .main-nav > ul > li:hover > a {
  background: #000;
  background: #fff;
  border-left: 1px solid #717171;
  border-right: 1px solid #717171;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}

.hasAd header .main-nav > ul > li:hover > a {
  border: none;
}

header .main-nav > ul > li:hover > a:before {
  visibility: visible;
}

header .main-nav > ul > li:hover > a,
header .main-nav > ul > li .submenu .sub-inner a:hover {
  color: #ffbc0d;
  color: #db0007;
}

header .main-nav > ul > li .submenu .sub-inner a.disabled {
  cursor: default !important;
}

header .main-nav > ul > li .submenu .sub-inner a.disabled:hover {
  color: #2d2d2d !important;
  color: #595959 !important;
}

header .main-nav > ul > li .submenu .sub-inner a.disabled:hover:before {
  background: #595959 !important;
}

header .main-nav > ul > li .submenu .sub-inner > ul > li > a.disabled:hover {
  color: #fff !important;
  color: #000 !important;
}

/*header .main-nav > ul > li.menu-2:hover > a,
header .main-nav > ul > li.menu-2 .submenu .sub-inner a:hover  {
	color: #82bc00;
}
header .main-nav > ul > li.menu-4:hover > a,
header .main-nav > ul > li.menu-4 .submenu .sub-inner a:hover {
	color: #ef6e51;
}
header .main-nav > ul > li.menu-3:hover > a,
header .main-nav > ul > li.menu-3 .submenu .sub-inner a:hover {
	color: #74cbc8;
}*/
header .main-nav > ul > li > a:after {
  content: "";
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

header .main-nav > ul > li > a span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 14px;
  font-weight: 800;
}

header .main-nav > ul > li > a i,
header .main-nav > ul > li > a .icon {
  display: block;
  margin-bottom: 10px;
  font-size: 48px;
  font-size: 36px;
  line-height: 40px;
  margin: 0 auto 10px auto;
}

header .main-nav .header-moblie-bg {
  display: none;
}

@media (max-width: 768px) {
  header .main-nav > ul > li > a .icon {
    margin-right: 25px !important;
    font-size: 38px !important;
  }

  header .main-nav .header-moblie-bg {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
  }

  header .main-nav .header-moblie-bg img {
    width: 100%;
  }
}

header .main-nav > ul > li.menu-1 > a i,
header .main-nav > ul > li.menu-4 > a i,
header .main-nav > ul > li.menu-1 > a .icon,
header .main-nav > ul > li.menu-4 > a .icon {
  position: relative;
  /* top: 5px; */
}

header.shrink .main-nav > ul > li > a i,
.hasAd header .main-nav > ul > li > a i,
header.shrink-fix .main-nav > ul > li > a i,
header.shrink .main-nav > ul > li > a .icon,
.hasAd header .main-nav > ul > li > a .icon,
header.shrink-fix .main-nav > ul > li > a .icon {
  display: inline-block;
  position: relative;
  top: 0px;
  margin: 0 5px 0 0;
  vertical-align: middle;
}

header.shrink .main-nav > ul > li.menu-1 > a i,
.hasAd header .main-nav > ul > li.menu-1 > a i,
header.shrink-fix .main-nav > ul > li.menu-1 > a i {
  font-size: 30px;
}

header.shrink .main-nav > ul > li > a .icon,
.hasAd header .main-nav > ul > li > a .icon,
header.shrink-fix .main-nav > ul > li > a .icon {
  font-size: 22px;
}

@media (min-width: 769px) {
  header.shrink .main-nav > ul > li > a .icon,
  .hasAd header .main-nav > ul > li > a .icon,
  header.shrink-fix .main-nav > ul > li > a .icon {
    margin-top: -4px;
  }
}

header.shrink .main-nav > ul > li.menu-2 > a i,
.hasAd header .main-nav > ul > li.menu-2 > a i,
header.shrink-fix .main-nav > ul > li.menu-2 > a i {
  font-size: 26px;
}

header.shrink .main-nav > ul > li.menu-4 > a i,
.hasAd header .main-nav > ul > li.menu-4 > a i,
header.shrink-fix .main-nav > ul > li.menu-4 > a i {
  font-size: 24px;
}

header.shrink .main-nav > ul > li.menu-3 > a i,
.hasAd header .main-nav > ul > li.menu-3 > a i,
header.shrink-fix .main-nav > ul > li.menu-3 > a i {
  font-size: 26px;
}

header .main-nav > ul > li .submenu {
  display: block;
  position: fixed;
  width: 100%;
  left: 0;
  top: 119px;
  background: rgba(0, 0, 0, 0.9);
  background: rgba(255, 255, 255, 0.97);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#E5000000', endColorstr='#E5000000');
  border: solid #717171;
  border: solid #d9d9d9;
  border-width: 1px 0;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  -moz-transition: top 0.1s ease-out;
  -webkit-transition: top 0.1s ease-out;
  -ms-transition: top 0.1s ease-out;
  transition: top 0.1s ease-out;
}

.hasAd header .main-nav > ul > li .submenu {
  display: none;
}

header.shrink .main-nav > ul > li .submenu,
header.shrink-fix .main-nav > ul > li .submenu {
  top: 59px;
}

header .main-nav > ul > li:hover .submenu {
  z-index: 400;
  opacity: 1;
  visibility: visible;
}

header .main-nav > ul > li .submenu .sub-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 40px 0 35px 0;
  font-size: 0;
  line-height: 14px;
  text-align: left;
}

header .main-nav > ul > li.menu-3 .submenu .sub-inner,
header .main-nav > ul > li.menu-4 .submenu .sub-inner {
  text-align: right;
}

header .main-nav > ul > li .submenu .sub-inner > ul > li {
  display: inline-block;
  width: 140px;
  padding-right: 10px;
  line-height: 14px;
  vertical-align: top;
}

header .main-nav > ul > li.fr .submenu .sub-inner > ul > li {
  text-align: left;
}

header .main-nav > ul > li .submenu .sub-inner > ul > li > span {
  display: none !important;
}

header .main-nav > ul > li .submenu .sub-inner > ul > li > a {
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  color: #000;
  font-weight: 800;
}

header .main-nav > ul > li .submenu .sub-inner > ul > li > ul > li {
  display: block;
  font-size: 12px;
  color: #2d2d2d;
  color: #595959;
}

header .main-nav > ul > li .submenu .sub-inner > ul > li > ul > li:hover {
  color: #ffbc0d;
}

header .main-nav > ul > li .submenu .sub-inner > ul > li > ul > li a {
  display: block;
  position: relative;
  font-size: 12px;
  line-height: 26px;
  color: #2d2d2d;
  color: #595959;
}

header .main-nav > ul > li .submenu .sub-inner > ul > li > ul > li a {
  padding-left: 10px;
}

header .main-nav > ul > li .submenu .sub-inner > ul > li > ul > li a:before {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 3px;
  left: 0;
  top: 12px;
  background: #2d2d2d;
  background: #595959;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

header
  .main-nav
  > ul
  > li
  .submenu
  .sub-inner
  > ul
  > li
  > ul
  > li
  a:hover:before {
  background: #ffbc0d;
  background: #db0007;
}

/* header .main-nav > ul > li .submenu .sub-inner > ul > li > ul > li a.disabled:hover:before {
	background: #595959;
} */
header .menu-toggle {
  display: none;
  position: absolute;
  width: 53px;
  height: 53px;
  left: 0;
  top: 0;
  padding: 14px 0;
  box-sizing: border-box;
}

header .menu-toggle span {
  display: block;
  width: 25px;
  height: 3px;
  margin: 0 auto 5px auto;
  background: #7f7f7f;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

header .menu-toggle span:last-child {
  margin: 0 auto;
}

header .other-toggle {
  display: none;
  position: absolute;
  width: 53px;
  height: 53px;
  right: 0;
  top: 0;
  padding: 14px 0;
  box-sizing: border-box;
}

header .other-toggle:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #7f7f7f;
  margin: 0 auto 5px auto;
}

header .other-toggle:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #7f7f7f;
  margin: 0 auto;
}

header .other-toggle span {
  display: block;
  width: 5px;
  height: 5px;
  background: #7f7f7f;
  margin: 0 auto 5px auto;
}

header .main-nav .close,
.sidebar .close {
  display: none;
  position: absolute;
  float: none;
  width: 120px;
  height: 120px;
  width: 60px;
  height: 60px;
  color: #fff;
  right: 0;
  top: 0;
  z-index: 9100;
  text-align: center;
  line-height: 120px;
  line-height: 60px;
  font-weight: normal;
  opacity: 1;
  -moz-text-shadow: none;
  -webkit-text-shadow: none;
  -ms-text-shadow: none;
  text-shadow: none;
}

header .main-nav .close i,
.sidebar .close i {
  font-size: 40px;
  font-size: 30px;
  color: #7f7f7f;
  color: #fff;
}

/* ---------------------------------------------- /*
 *  sidebar
/* ---------------------------------------------- */
.sidebar {
  position: fixed;
  top: 160px;
  right: 0;
  -moz-transition: all 0s ease-out;
  -webkit-transition: all 0s ease-out;
  -ms-transition: all 0s ease-out;
  transition: all 0s ease-out;
}

.sidebar li {
  display: block;
  margin-bottom: 2px;
}

.sidebar li a {
  display: block;
  width: 70px;
  height: 70px;
  padding-top: 13px;
  background: #333;
  background: #f9f9f9;
  text-align: center;
  color: #fff;
  color: #000;
  font-size: 12px;
  font-weight: 800;
}

.sidebar li a i {
  font-weight: 400;
}

.sidebar li a:hover {
  /* background: #db0007; */
  color: #fff;
  background-color: #ffbc0d;
}

.sidebar li:nth-child(1) a:hover {
  /* background: #D9272D; */
}

.sidebar li:nth-child(2) a:hover {
  /* background: #853592; */
}

.sidebar li:nth-child(3) a:hover {
  /* background: #ffbc0d; */
}

.sidebar li:nth-child(4) a:hover {
  /* background: #dc8523; */
}

.sidebar li a i,
.sidebar li a .icon {
  display: block;
  margin: 0 auto;
  font-size: 32px;
  line-height: 30px;
}

.sidebar li a .icon .icon-org {
  display: block;
}

.sidebar li a .icon .icon-new {
  display: none;
}

.sidebar li a:hover .icon .icon-org {
  display: none;
}

.sidebar li a:hover .icon .icon-new {
  display: block;
}

.sidebar .back img {
  display: block;
  width: 28px;
  height: 28px;
  margin: 0 auto 3px auto;
}

.mobile-bottom-bar {
  display: none;
  position: fixed;
  width: 100%;
  height: 80px;
  left: 0;
  bottom: 0;
  font-size: 0;
  background: #1a1a1a;
  background: #fff;
}

.mobile-bottom-bar li {
  display: inline-block;
  width: 20%;
  vertical-align: top;
  height: 80px;
  text-align: center;
}

.mobile-bottom-bar li a {
  display: block;
  height: 80px;
  font-size: 14px;
  color: #808080;
  color: #000;
  padding: 10px 0 5px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-weight: 800;
}

.mobile-bottom-bar li a:hover {
  color: #fff;
}

.mobile-bottom-bar li a i,
.mobile-bottom-bar li a .icon {
  display: block;
  position: relative;
  top: -5px;
  margin: 0 auto -13px auto;
  font-size: 45px;
}

.mobile-bottom-bar li a .icon .icon-org {
  display: block;
}

.mobile-bottom-bar li a .icon .icon-new {
  display: none;
}

.mobile-bottom-bar li a:hover .icon .icon-org {
  display: none;
}

.mobile-bottom-bar li a:hover .icon .icon-new {
  display: block;
}

@media (max-width: 576px) {
  .mobile-bottom-bar li a {
    padding: 7px 0 3px 0 !important;
  }
}

.mobile-bottom-bar li:nth-child(2) a .icon {
  font-size: 38px;
}

.mobile-bottom-bar li:nth-child(3) a .icon {
  font-size: 40px;
}

.mobile-bottom-bar li:nth-child(4) a .icon {
  font-size: 38px;
}

.mobile-bottom-bar li:nth-child(5) a .icon {
  font-size: 35px;
}

.mobile-bottom-bar li a .icon {
  top: auto !important;
  margin: 0 0 3px 0 !important;
}

.mobile-bottom-bar li:nth-child(1) a i {
  font-size: 50px;
  top: -10px;
  margin-bottom: -21px;
}

.mobile-bottom-bar li a:hover {
  /* background: #db0007; */
  background-color: #ffbc0d;
}

.mobile-bottom-bar li:nth-child(1) a:hover {
  /* background: #D9272D; */
}

.mobile-bottom-bar li:nth-child(2) a:hover {
  /* background: #853592; */
}

.mobile-bottom-bar li:nth-child(4) a:hover {
  /* background: #ffbc0d; */
}

.mobile-bottom-bar li:nth-child(5) a i {
  font-size: 40px;
  top: 3px;
  margin-bottom: -5px;
}

.mobile-bottom-bar li:nth-child(3) a {
  /* padding-top: 14px; */
}

.mobile-bottom-bar li:nth-child(5) a:hover {
  /* background: #dc8523; */
}

.mobile-bottom-bar li:nth-child(6) a:hover {
  /* background: #00A8CE; */
}

.mobile-bottom-bar li a img {
  display: block;
  width: 33px;
  height: 33px;
  margin: 0 auto 7px auto;
}

/* ---------------------------------------------- /*
 *  footer
/* ---------------------------------------------- */
footer {
  position: relative;
  width: 100%;
  padding: 70px 0 70px 0 !important;
  background: #333;
  background: #ffbc0d;
  color: #2d2d2d;
  color: #000;
  background: url(../css/img/footer-bg.jpg);
  /* background-size: cover; */
}

footer .footer-bg {
  background: #ffbc0d;
  padding: 40px 15px 80px 15px !important;
  padding: 40px 15px 50px 15px !important;
}

footer .inner {
  position: relative;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0;
}

footer .description {
  font-size: 12px;
  line-height: 18px;
}

footer .description > div {
  position: relative;
}

footer .description p {
  display: inline-block;
  vertical-align: top;
}

footer .description p.mcd {
  margin-right: 40px;
}

footer .description p.icp {
  margin-right: 40px;
}

footer .description p.icp:before {
  /*content:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAC+lBMVEUAAAD59d/s2Jf48tT48Nf8/u/cqm7Vl1Tz5abernv277/378j27ML6+OP7+OL47uLz5tvgvoPdtnfeqmL48svv26zjxHnv4JLo0JLmxXLerGvs2qXkvX7QlnrgrH3nwprx48Xt2Kr699Xgwa/y4Yfjxn7UrXXpyYrmwYfqzoK7b1fy56/r15D59tn05aLx25zx357lyaPLmobRp6MNFG4HE3DSCxDREhLUAw7w3HzcnEvVEBILGXnVPiPnx27t0GfqymbZk0PPezoMHn3t0XABDG/ju2PnwV3ZpFXjrFPlrEnz4oHnvmDkulzrvVPisVPeqE/eo0zPgTvKdDXRGRYNFnMCCWrqxmLmtlPlsU7Qi0jWjkPOiEHXZjbQLRrUFRTLEBDQBQ399qMDGn3pxWrmwmTfsF3tx1ndr1jQlVTqs07irE3ipkniokbcl0banETShjvu1Xjet240L23lw2ry1GjtzGggFmThs2Lftl3pxVzWn1ziuFrjtljswVXgpFLqt07EeEHTjUDZkD3WhDnIbTLRXTDOTCj6857v3ovw23QeIXTZtG7w2G3ium3hvmbSml99XVzhrlbXjE3OkEncoUfXeULfnkHJgUHBYiq7WCnHQCLWNB/TJBzY0Zb05olmYH/p0HhbUHMnIGsMEmndq2RTPWHTo2DdplrWm07WlkvfmEDBajPWWDLIZizJNB/WHhf9+az585T57YyBfoxzbYbt24P5531RTnoXHnnnw3USGXPhvnHgrm6wi2oPE2rXpmE+K2BnR1zlvFbenVOpckdXEkNnE0LZczbLejLScy6PHyy+HSWkQSG9FhPJBQ3q5aPr04yqoYmpjXoADnh8Y2xqVmTuy2G9l17HlVqrfVrFhUueZUq4d0WMUEXWhULWckB1FDfKNTCzVC3OWSaiGR2wRhy8JxnHIBi+AAmppJy0rZfFwZS8s4mXlIWZi358cXebf2Y3I18vE1okEVZ3SlXRnVS5hVJ6R0t8REqVTDq6YyzJIxStDQrhOw/YAAAANHRSTlMATMRfQhP8+7WjoYp8NioiC/7x6INu+Ozo58zKxKuJgHFVVD/179rZ2dnW1K6rpJqSiVUdYNb7+QAABQJJREFUOMt9lGNwY3EUxde2bRvJS/Ji22ljNXZq27bbtdm1bdu2bc1stunsZqfdvR/f/Ob97zn33tOscbXqMLFl46+NqR4VFd9KctqN+B/VutfoxMrrexeQ99xckZjTofM/sOYtLMJ7Xz5cT6QvN5+7sPdrqqVfxybBPiU33+65IUgl4I/w2JjuG8I/J+a0boJrWfLmfGGSULgqbXV6+i1z/tadqNeWXk301+dacKFLIETD4RolXPu4II9yDlIxt2ujBnvILi5yKwQiAFDdZx8WAacSMXkbFsn6df4b6ysTXDz/yb1CpV2p1t6X1wCrNU8Wbu8O2ZsUPbC5D9gr6GqwLjhJoYSr4kWwWk0NUKkEHm3Pm0MOPlAwyQecFjAPhSoEFWhABIhUMLhKBFPBnkRjdpKhkDXtfMCpGR7wKl5Yi0QCIjpaTViJhMFOJRqDyFD/gBa/sW7DB2VsRuluVAq0MCRS7dGtqvWA2nshW6EQ/4zxrbo1gNMV+Ix5RF2VTAGokUh0TQ0ajQZggLYqKDDb88fIwLEN4BgZfu0clO7AsqV1SDUs9ejRlPJSNIDUpuZv3QXZtSZybk6Dm4tL3GvXE4mFZoWyrq5a7l7u4BrKAJjGHHOZDA1eQ8PkeB3qcqVtKvOsjrgnNlJw4uFD4apVR1N4yXwuGE25AIXOCXBF7x7mdfuKhaCfpSOiDpQIKqqr09LSVipvK5WyiMWR8/3IL9eBCz92qgd7FAgwzoBsInHRkdsKJRKuSU/zCEcvKy4r9IieRTLHL+3Z+tfWLC4gyOXr5qCIxGPqtKWy9Cqh3L3ysKVMfTccAgkO4OHB3UGtPGDHgjY0ASH0GWqL7pgGQJcdWbE6vZhethqJPA6FkNevdctpeUvq9yvasj+JgM/IRhEf1J3UwOE11em1WjhMdFwE3eU/K7Yiib+wf32P4ywL8TuKEev9UHc0jx9VVZ1YUSmMXxJ9/O5JyILN6xRnaHSzd4odaUWzEWfA01v8th38cfIB7NR3lRpefaL2WPgC/1nsoMxMksGrujnhcDwYUsx8CvXzCw9fcPDQoYN3DoW/f+eRvGGTey6V7yDU3/mw7juWpDhBY3HAZjLEw0K3zZ+/BeoH8VR2piuiyIXnYsJ+vT15+442bRbv37+MdfoVzekPyZ6XYOUs8uBk8nOTnOugxLBxYfUzHJgXtLvtknh+CjYzmZq/aRNLarNeO3uZs/NFaDJI54FcnLidd9aYEFpb2jIwJSV3Y6nVamXY6HR7GE6iz0p28pJ4SyPFYQ3b00msp9OKhPLUZGwggxEXJaFTWTgJKctxC08wmmPE2N+Z1QF3KSqGIqtctdyU6WBYpbY4OwOBdRAIIIWlD9zoNcdrZWgujloUCebbOYgIm1TKEQeapCER7BDMRoyht+9hD3ZF7cuNLeXguAmXEDESUiinNIZuZ4eQDEUTuvqEYpsICoXF5/Ht0jiqlBOaG2fl8vG2eBKJkm/Akv5E5RTEbARiLkaPw2Gx+0opkgSuHeRTo8RiaiyVxET8OewuHi4QE2E08l12RoKRyeExyp0unpFCw2UhmEyf+Ok8KgtL3WfjsllUFtsZt9zJ1hv0rFgWjsmc3bdLM9/q3T9KEhVnMjHKy5M5DnwCIyEMG4ZlIloMbxSQI9u3LWfYJKZYaahJgs0libMMg3p3azrFZ84Y0r794AE9ew5oP3TI0JF/UT8Bn/Pwav25S/MAAAAASUVORK5CYII=');
	display: inline-block;
	width: 20px;
	height: 20px;*/
}

footer .description p.icp a {
  display: inline-block;
  padding-left: 24px;
  margin: -1px 0;
  line-height: 20px;
  text-decoration: none;
  color: #fff;
  color: #2d2d2d;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAC+lBMVEUAAAD59d/s2Jf48tT48Nf8/u/cqm7Vl1Tz5abernv277/378j27ML6+OP7+OL47uLz5tvgvoPdtnfeqmL48svv26zjxHnv4JLo0JLmxXLerGvs2qXkvX7QlnrgrH3nwprx48Xt2Kr699Xgwa/y4Yfjxn7UrXXpyYrmwYfqzoK7b1fy56/r15D59tn05aLx25zx357lyaPLmobRp6MNFG4HE3DSCxDREhLUAw7w3HzcnEvVEBILGXnVPiPnx27t0GfqymbZk0PPezoMHn3t0XABDG/ju2PnwV3ZpFXjrFPlrEnz4oHnvmDkulzrvVPisVPeqE/eo0zPgTvKdDXRGRYNFnMCCWrqxmLmtlPlsU7Qi0jWjkPOiEHXZjbQLRrUFRTLEBDQBQ399qMDGn3pxWrmwmTfsF3tx1ndr1jQlVTqs07irE3ipkniokbcl0banETShjvu1Xjet240L23lw2ry1GjtzGggFmThs2Lftl3pxVzWn1ziuFrjtljswVXgpFLqt07EeEHTjUDZkD3WhDnIbTLRXTDOTCj6857v3ovw23QeIXTZtG7w2G3ium3hvmbSml99XVzhrlbXjE3OkEncoUfXeULfnkHJgUHBYiq7WCnHQCLWNB/TJBzY0Zb05olmYH/p0HhbUHMnIGsMEmndq2RTPWHTo2DdplrWm07WlkvfmEDBajPWWDLIZizJNB/WHhf9+az585T57YyBfoxzbYbt24P5531RTnoXHnnnw3USGXPhvnHgrm6wi2oPE2rXpmE+K2BnR1zlvFbenVOpckdXEkNnE0LZczbLejLScy6PHyy+HSWkQSG9FhPJBQ3q5aPr04yqoYmpjXoADnh8Y2xqVmTuy2G9l17HlVqrfVrFhUueZUq4d0WMUEXWhULWckB1FDfKNTCzVC3OWSaiGR2wRhy8JxnHIBi+AAmppJy0rZfFwZS8s4mXlIWZi358cXebf2Y3I18vE1okEVZ3SlXRnVS5hVJ6R0t8REqVTDq6YyzJIxStDQrhOw/YAAAANHRSTlMATMRfQhP8+7WjoYp8NioiC/7x6INu+Ozo58zKxKuJgHFVVD/179rZ2dnW1K6rpJqSiVUdYNb7+QAABQJJREFUOMt9lGNwY3EUxde2bRvJS/Ji22ljNXZq27bbtdm1bdu2bc1stunsZqfdvR/f/Ob97zn33tOscbXqMLFl46+NqR4VFd9KctqN+B/VutfoxMrrexeQ99xckZjTofM/sOYtLMJ7Xz5cT6QvN5+7sPdrqqVfxybBPiU33+65IUgl4I/w2JjuG8I/J+a0boJrWfLmfGGSULgqbXV6+i1z/tadqNeWXk301+dacKFLIETD4RolXPu4II9yDlIxt2ujBnvILi5yKwQiAFDdZx8WAacSMXkbFsn6df4b6ysTXDz/yb1CpV2p1t6X1wCrNU8Wbu8O2ZsUPbC5D9gr6GqwLjhJoYSr4kWwWk0NUKkEHm3Pm0MOPlAwyQecFjAPhSoEFWhABIhUMLhKBFPBnkRjdpKhkDXtfMCpGR7wKl5Yi0QCIjpaTViJhMFOJRqDyFD/gBa/sW7DB2VsRuluVAq0MCRS7dGtqvWA2nshW6EQ/4zxrbo1gNMV+Ix5RF2VTAGokUh0TQ0ajQZggLYqKDDb88fIwLEN4BgZfu0clO7AsqV1SDUs9ejRlPJSNIDUpuZv3QXZtSZybk6Dm4tL3GvXE4mFZoWyrq5a7l7u4BrKAJjGHHOZDA1eQ8PkeB3qcqVtKvOsjrgnNlJw4uFD4apVR1N4yXwuGE25AIXOCXBF7x7mdfuKhaCfpSOiDpQIKqqr09LSVipvK5WyiMWR8/3IL9eBCz92qgd7FAgwzoBsInHRkdsKJRKuSU/zCEcvKy4r9IieRTLHL+3Z+tfWLC4gyOXr5qCIxGPqtKWy9Cqh3L3ysKVMfTccAgkO4OHB3UGtPGDHgjY0ASH0GWqL7pgGQJcdWbE6vZhethqJPA6FkNevdctpeUvq9yvasj+JgM/IRhEf1J3UwOE11em1WjhMdFwE3eU/K7Yiib+wf32P4ywL8TuKEev9UHc0jx9VVZ1YUSmMXxJ9/O5JyILN6xRnaHSzd4odaUWzEWfA01v8th38cfIB7NR3lRpefaL2WPgC/1nsoMxMksGrujnhcDwYUsx8CvXzCw9fcPDQoYN3DoW/f+eRvGGTey6V7yDU3/mw7juWpDhBY3HAZjLEw0K3zZ+/BeoH8VR2piuiyIXnYsJ+vT15+442bRbv37+MdfoVzekPyZ6XYOUs8uBk8nOTnOugxLBxYfUzHJgXtLvtknh+CjYzmZq/aRNLarNeO3uZs/NFaDJI54FcnLidd9aYEFpb2jIwJSV3Y6nVamXY6HR7GE6iz0p28pJ4SyPFYQ3b00msp9OKhPLUZGwggxEXJaFTWTgJKctxC08wmmPE2N+Z1QF3KSqGIqtctdyU6WBYpbY4OwOBdRAIIIWlD9zoNcdrZWgujloUCebbOYgIm1TKEQeapCER7BDMRoyht+9hD3ZF7cuNLeXguAmXEDESUiinNIZuZ4eQDEUTuvqEYpsICoXF5/Ht0jiqlBOaG2fl8vG2eBKJkm/Akv5E5RTEbARiLkaPw2Gx+0opkgSuHeRTo8RiaiyVxET8OewuHi4QE2E08l12RoKRyeExyp0unpFCw2UhmEyf+Ok8KgtL3WfjsllUFtsZt9zJ1hv0rFgWjsmc3bdLM9/q3T9KEhVnMjHKy5M5DnwCIyEMG4ZlIloMbxSQI9u3LWfYJKZYaahJgs0libMMg3p3azrFZ84Y0r794AE9ew5oP3TI0JF/UT8Bn/Pwav25S/MAAAAASUVORK5CYII=")
    left center no-repeat;
  background-size: 20px;
}

.ie8 footer .description p.icp a {
  background-image: url("http://www.beian.gov.cn/img/ghs.png");
}

footer .description p.icp a:hover {
  color: #db0007;
}

footer .description .logo a {
  display: inline-block;
  height: 136px;
  margin: -56px 0 -44px 0;
  overflow: hidden;
}

footer .description .logo a i {
  display: inline-block;
  position: relative;
  left: -10px;
  font-size: 136px;
  line-height: 136px;
  color: #2d2d2d;
  color: #000;
}

footer .description .logo a:hover i,
footer .description .follow-us a:hover i,
footer .description .follow-us a:hover {
  color: #db0007;
}

footer .description .follow-us .normal {
  display: inline-block;
  position: relative;
  margin-right: 5px;
  padding-right: 8px;
  font-size: 12px;
  color: #2d2d2d;
  color: #000;
}

footer .description .follow-us .normal:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 14px;
  top: 2px;
  right: 0px;
  background: #b2b2b2;
  background: #000;
}

footer .description .follow-us .sns {
  display: inline-block;
  margin-left: 14px;
}

footer .description .follow-us .sns i {
  position: relative;
  top: -2px;
  font-size: 26px;
  color: #2d2d2d;
  color: #000;
  vertical-align: middle;
}

footer .back {
  position: absolute;
  top: 50%;
  right: 0;
  text-align: right;
  font-size: 14px;
  transform: translateY(-50%);
}

footer .back a {
  display: inline-block;
  overflow: visible;
  color: initial;
}
footer .back a:hover {
  color: #db0007;
}

footer .back a i {
  display: inline-block;
  margin-left: 15px;
  margin-top: -1px;
  font-size: 33px;
  vertical-align: middle;
}
.loudspeaker {
  display: block;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #000;
  background: #f9f9f9;
}

.loudspeaker .inner {
  position: relative;
  width: 100%;
  height: 40px;
  max-width: 1120px;
  margin: 0 auto;
}

.loudspeaker .inner button {
  display: block;
  position: absolute;
  z-index: 100;
}

.loudspeaker .inner .speaker {
  width: 40px;
  height: 40px;
  left: 0;
  top: 0;
  text-align: left;
  line-height: 40px;
}

.loudspeaker .inner .speaker i {
  font-size: 32px;
  color: #ffbc0d;
  /* color: #000; */
}

.loudspeaker .inner .next {
  width: 40px;
  height: 40px;
  right: 40px;
  top: 0;
  text-align: right;
  line-height: 40px;
}

.loudspeaker .inner .next i {
  font-size: 25px;
  color: #ffbc0d;
  /* color: #000; */
}

.loudspeaker .inner .off {
  width: 40px;
  height: 40px;
  right: 0;
  top: 0;
  text-align: right;
  line-height: 40px;
}

.loudspeaker .inner .off i {
  font-size: 31px;
  color: #2d2d2d;
  /* color: #000; */
}

.loudspeaker .inner article {
  display: block;
  padding: 0 90px 0 60px;
  line-height: 40px;
  font-size: 0;
}

.loudspeaker .inner article h5 {
  display: inline-block;
  width: 20%;
  font-size: 14px;
  color: #fff;
  color: #2d2d2d;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.loudspeaker .inner article div {
  display: inline-block;
  width: 80%;
  font-size: 12px;
  color: #2d2d2d;
  color: #595959;
  vertical-align: middle;
  overflow: hidden;
}

.loudspeaker .inner p {
  margin-left: 30px;
  white-space: nowrap;
}

/* ---------------------------------------------- /*
 *  content
/* ---------------------------------------------- */
.main-content {
  position: relative;
  width: 100%;
  padding: 40px 0 90px 0;
}

.content-box {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0;
}

.block-wall {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}

.block-wall .row-wrap {
  overflow: hidden;
}

.block-wall .row {
  margin: 0 -10px 0 -10px;
}

.block-wall .block {
  position: relative;
  margin: 0 0 20px 0;
  padding: 0 10px 0 10px;
  overflow: hidden;
}

.block-wall .tag {
  display: block;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 100;
}

.block-wall .tag i {
  font-size: 22px;
  line-height: 22px;
  color: #fff;
}

.block-wall time {
  display: block;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
}

.block-wall .col-md-3.col-sm-4 time {
  color: #7f7f7f;
  color: #333;
}

.block-wall .col-md-6.col-sm-8 .inner {
  display: block;
  position: relative;
  height: 343px;
  /*height: 0;
	padding-top: 62%;*/
  background: #333;
}

.block-wall a > img {
  display: block;
  width: 100%;
  height: auto;
}

.block-wall .adv a > img {
  height: 100%;
}

.block-wall .col-md-6.col-sm-8 .inner a > img,
.coupon-list a > img {
  height: 100%;
}

.block-wall .col-md-3.col-sm-4 .inner,
.related-box .food-safety .inner {
  display: block;
  position: relative;
  height: 343px;
  /*height: 0;
	padding-top: 129.6792452830189%;
	padding-top: 129.4%;*/
  background: #333;
  background: #f7f7f7;
}

.block-wall .hot-list.col-md-3.col-sm-4 .inner {
  background: #fff;
}

.block-wall .text-news.col-md-3.col-sm-4 .inner,
.related-box .text-news.food-safety .inner,
.block-wall .news.col-md-3.col-sm-4 .inner,
.related-box .news.food-safety .inner,
.block-wall .event-text-news.col-md-3.col-sm-4 .inner,
.related-box .event-text-news.food-safety .inner,
.block-wall .media-block.col-md-3.col-sm-4 .inner,
.related-box .media-block.food-safety .inner {
  background: #ffbc0d;
}

.related-box .food-safety .inner {
  padding-bottom: 0 !important;
}

.block-wall .block .inner > a,
.related-box .food-safety .inner a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  cursor: pointer;
}

.block-wall .block .inner > a.disabled,
.related-box .food-safety .inner a.disabled {
  cursor: default;
}

.block-wall .image-news .info {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 17px;
  background: rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}

.block-wall .image-news .info h4 {
  max-height: 60px;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 1.4;
  color: #fff;
  font-weight: 800;
}

.block-wall .news .info {
  display: block;
  padding: 20px;
}

.block-wall .text-news .info {
  padding: 60px 20px 20px 20px;
}

.block-wall .text-news .info h4 {
  max-height: 200px;
  font-size: 28px;
  line-height: 38px;
  color: #2d2d2d;
  color: #000;
}

.block-wall .text-news .info time,
.block-wall .news .info time {
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.block-wall .news .info h4 {
  max-height: 69px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.3;
  color: #000;
  font-weight: 800;
}

.block-wall .company-news .inner {
  display: block;
  position: relative;
  height: 0;
  padding-top: 94%;
  background: #333;
  background: #f7f7f7;
  background: #ffbc0d;
}

.block-wall .company-news a {
  display: block;
  padding: 20px;
  color: #7f7f7f;
  color: #333;
}

.block-wall .company-news .type {
  display: block;
  margin-bottom: 7px;
  font-size: 12px;
  line-height: 18px;
}

.block-wall .company-news .type i {
  display: inline-block;
  margin-right: 5px;
  font-size: 18px;
  vertical-align: middle;
}

.block-wall .company-news h4 {
  font-size: 18px;
  line-height: 26px;
  color: #2d2d2d;
  color: #2d2d2d;
}

.block-wall .company-news time {
  display: block;
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 12px;
  color: #808080;
  color: #333;
}

.block-wall .company-news p {
  display: block;
  position: relative;
  max-height: 160px;
  font-size: 12px;
  line-height: 20px;
  overflow: hidden;
}

.block-wall .company-news .more {
  display: inline-block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #2d2d2d;
  font-size: 12px;
}

.block-wall .food-safety .dialogue,
.related-box .food-safety .dialogue {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 90%;
}

.block-wall .food-safety .dialogue:after,
.related-box .food-safety .dialogue:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  left: 5px;
  bottom: -19px;
  border: 20px solid transparent;
}

.block-wall .food-safety.bread .dialogue,
.related-box .food-safety.bread .dialogue {
  background: #ffbc0d;
  background: #ffbc0d;
}

.block-wall .food-safety.bread .dialogue:after,
.related-box .food-safety.bread .dialogue:after {
  border-right-color: #ffbc0d;
  border-right-color: #ffbc0d;
}

.block-wall .food-safety .dialogue p,
.related-box .food-safety .dialogue p {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 20px;
  font-size: 28px;
  line-height: 38px;
  color: #333;
  color: #000;
  box-sizing: border-box;
}

.block-wall .food-safety .food,
.related-box .food-safety .food {
  display: block;
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-size: 14px;
  color: #2d2d2d;
  color: #808080;
}

.block-wall .food-safety .food:before,
.related-box .food-safety .food:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  vertical-align: bottom;
}

.block-wall .food-safety.bread .food:before,
.related-box .food-safety.bread .food:before {
  width: 42px;
  height: 40px;
  background: url(img/bread.png);
  background-size: 42px 40px;
}

.block-wall .food-safety .hook,
.related-box .food-safety .hook {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 54px;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  color: #333;
  background: #fff;
  text-align: center;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
}

.related-slide-list .related-product-safety-swiper .swiper-slide a {
  display: block;
  position: relative;
  height: 341px;
  background: #333;
  background: #f7f7f7;
}

.ie8 .related-slide-list .related-product-safety-swiper .swiper-slide {
  width: 265px !important;
  height: 341px !important;
  margin-right: 20px;
}

.related-box .related-item.food-video .inner,
.related-box .related-item.food-img-text .inner,
.related-box .related-item.food-text {
  margin-bottom: 0 !important;
}

.related-box .related-item.food-video .inner,
.related-box .related-item.food-img-text .inner,
.related-box .related-item.food-text .inner {
  position: relative;
  height: 341px;
}

.block-wall .food-video .inner .pic,
.block-wall .food-img-text .inner .pic,
.related-slide-list .related-product-safety-swiper .swiper-slide .pic,
.related-box .related-item.food-video .pic,
.related-box .related-item.food-img-text .pic {
  position: relative;
}

.block-wall .food-video .inner .pic img,
.block-wall .food-img-text .inner .pic img,
.related-slide-list .related-product-safety-swiper .swiper-slide .pic img,
.related-box .related-item.food-video .pic img,
.related-box .related-item.food-img-text .pic img {
  display: block;
  width: 100%;
  height: auto;
}

.block-wall .food-img .inner .pic {
  height: 100%;
}

.block-wall .food-img .inner .pic img {
  display: block;
  width: 100%;
  height: 100%;
}

.block-wall .food-video .inner .pic:before,
.related-slide-list
  .related-product-safety-swiper
  .swiper-slide.food-video
  .pic:before,
.related-box .related-item.food-video .pic:before {
  content: "";
  display: block;
  position: absolute;
  width: 52px;
  height: 52px;
  top: 50%;
  left: 50%;
  margin: -26px 0 0 -26px;
  background: url(img/video_play.png) no-repeat;
  background-image: -webkit-image-set(
    url(img/video_play.png) 1x,
    url(img/video_play@2x.png) 2x
  );
  background-image: -moz-image-set(
    url(img/video_play.png) 1x,
    url(img/video_play@2x.png) 2x
  );
  background-image: -o-image-set(
    url(img/video_play.png) 1x,
    url(img/video_play@2x.png) 2x
  );
  background-image: -ms-image-set(
    url(img/video_play.png) 1x,
    url(img/video_play@2x.png) 2x
  );
  background-size: cover;
}

.block-wall .food-video .inner .info,
.block-wall .food-img-text .inner .info,
.block-wall .food-text .inner .info,
.related-slide-list .related-product-safety-swiper .swiper-slide .info,
.related-box .related-item.food-video .info,
.related-box .related-item.food-img-text .info,
.related-box .related-item.food-text .info {
  padding: 15px;
}

.block-wall .food-video .inner .info h4,
.block-wall .food-img-text .inner .info h4,
.related-slide-list .related-product-safety-swiper .swiper-slide .info h4,
.related-box .related-item.food-video .info h4,
.related-box .related-item.food-img-text .info h4 {
  font-size: 14px;
  line-height: 20px;
  color: #d9d9d9;
  color: #2d2d2d;
  max-height: 40px;
  overflow: hidden;
}

.related-slide-list .related-product-safety-swiper .swiper-slide .info h4 {
  line-height: 20px;
  max-height: 44px;
}

.block-wall .food-text .inner .info h4,
.related-slide-list
  .related-product-safety-swiper
  .swiper-slide.food-text
  .info
  h4,
.related-box .related-item.food-text .info h4 {
  font-size: 28px;
  line-height: 38px;
  color: #d9d9d9;
  color: #2d2d2d;
  max-height: 190px;
  overflow: hidden;
}

.block-wall .food-video .inner .bottom,
.block-wall .food-img-text .inner .bottom,
.block-wall .food-text .inner .bottom,
.related-slide-list
  .related-product-safety-swiper
  .swiper-slide.food-video
  .bottom,
.related-slide-list
  .related-product-safety-swiper
  .swiper-slide.food-img-text
  .bottom,
.related-slide-list
  .related-product-safety-swiper
  .swiper-slide.food-text
  .bottom,
.related-box .related-item.food-video .bottom,
.related-box .related-item.food-img-text .bottom,
.related-box .related-item.food-text .bottom {
  display: block;
  position: absolute;
  width: 100%;
  height: 74px;
  left: 0;
  bottom: 0;
  background: #ffbc0d;
  background: #ffbc0d;
  overflow: hidden;
}

/*.related-box .related-item.food-video .bottom,
.related-box .related-item.food-img-text .bottom,
.related-box .related-item.food-text .bottom {
	bottom: -50px;
}*/
.block-wall .food-video .inner .bottom:before,
.block-wall .food-img-text .inner .bottom:before,
.block-wall .food-text .inner .bottom:before,
.related-slide-list
  .related-product-safety-swiper
  .swiper-slide.food-video
  .bottom:before,
.related-slide-list
  .related-product-safety-swiper
  .swiper-slide.food-img-text
  .bottom:before,
.related-slide-list
  .related-product-safety-swiper
  .swiper-slide.food-text
  .bottom:before,
.related-box .related-item.food-video .bottom:before,
.related-box .related-item.food-img-text .bottom:before,
.related-box .related-item.food-text .bottom:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: -15px;
  left: 0;
  border: 15px solid transparent;
  border-right-color: #333;
  border-right-color: #f7f7f7;
}

.block-wall .food-video .inner .bottom i,
.block-wall .food-img-text .inner .bottom i,
.block-wall .food-text .inner .bottom i,
.related-slide-list
  .related-product-safety-swiper
  .swiper-slide.food-video
  .bottom
  i,
.related-slide-list
  .related-product-safety-swiper
  .swiper-slide.food-img-text
  .bottom
  i,
.related-slide-list
  .related-product-safety-swiper
  .swiper-slide.food-text
  .bottom
  i,
.related-box .related-item.food-video .bottom i,
.related-box .related-item.food-img-text .bottom i,
.related-box .related-item.food-text .bottom i {
  display: block;
  position: absolute;
  width: 45px;
  height: 45px;
  left: 12px;
  bottom: 12px;
  text-align: center;
  font-size: 45px;
  line-height: 45px;
  color: #333;
}

.block-wall .food-video .inner .bottom strong,
.block-wall .food-img-text .inner .bottom strong,
.block-wall .food-text .inner .bottom strong,
.related-slide-list
  .related-product-safety-swiper
  .swiper-slide.food-video
  .bottom
  strong,
.related-slide-list
  .related-product-safety-swiper
  .swiper-slide.food-img-text
  .bottom
  strong,
.related-slide-list
  .related-product-safety-swiper
  .swiper-slide.food-text
  .bottom
  strong,
.related-box .related-item.food-video .bottom strong,
.related-box .related-item.food-img-text .bottom strong,
.related-box .related-item.food-text .bottom strong {
  display: block;
  position: absolute;
  left: 68px;
  bottom: 20px;
  font-size: 12px;
  line-height: 1;
  color: #4d4c4d;
  color: #333;
}

.block-wall .food-video .inner .bottom span,
.block-wall .food-img-text .inner .bottom span,
.block-wall .food-text .inner .bottom span,
.related-slide-list
  .related-product-safety-swiper
  .swiper-slide.food-video
  .bottom
  span,
.related-slide-list
  .related-product-safety-swiper
  .swiper-slide.food-img-text
  .bottom
  span,
.related-slide-list
  .related-product-safety-swiper
  .swiper-slide.food-text
  .bottom
  span,
.related-box .related-item.food-video .bottom span,
.related-box .related-item.food-img-text .bottom span,
.related-box .related-item.food-text .bottom span {
  display: block;
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 52px;
  height: 21px;
  line-height: 21px;
  font-size: 12px;
  color: #333;
  background: #fff;
  text-align: center;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
}

.related-slide-list .related-product-safety-swiper .swiper-slide.food-img img {
  height: 100%;
}

.block-wall .food-img .inner .bottom,
.related-slide-list
  .related-product-safety-swiper
  .swiper-slide.food-img
  .bottom {
  display: none;
  position: absolute;
  left: 5px;
  bottom: 13px;
  font-size: 0;
  -moz-transform: scale(0.75);
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
}

.block-wall .food-img .inner .bottom i,
.related-slide-list
  .related-product-safety-swiper
  .swiper-slide.food-img
  .bottom
  i {
  display: inline-block;
  position: relative;
  width: 23px;
  height: 23px;
  margin-right: 11px;
  background: #000;
  color: #e9c82b;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.block-wall .food-img .inner .bottom i:before,
.related-slide-list
  .related-product-safety-swiper
  .swiper-slide.food-img
  .bottom
  i:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 21px;
  top: 1px;
  right: -6px;
  background: #000;
}

.block-wall .food-img .inner .bottom span,
.related-slide-list
  .related-product-safety-swiper
  .swiper-slide.food-img
  .bottom
  span {
  display: inline-block;
  position: relative;
  height: 20px;
  top: -1px;
  padding: 0 5px;
  line-height: 20px;
  font-size: 12px;
  background: #ffbc0d;
  color: #000;
}

.block-wall .food-img .inner .bottom span:before,
.related-slide-list
  .related-product-safety-swiper
  .swiper-slide.food-img
  .bottom
  span:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  bottom: -5px;
  left: 0;
  border: 5px solid transparent;
  border-right-color: #ffbc0d;
  z-index: 0;
}

.block-wall .hot-list .wrap {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.block-wall .hot-list h5 {
  padding: 0 20px;
  color: #fff;
  overflow: hidden;
}

.block-wall .hot-list h5 i:first-child {
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
}

.block-wall .hot-list h5 i:last-child {
  position: relative;
  top: -10px;
  font-size: 120px;
  vertical-align: middle;
}

.block-wall .hot-list li a {
  display: block;
  position: relative;
  padding-left: 50px;
  padding-right: 20px;
  font-size: 0;
}

.block-wall .hot-list li a:before {
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  text-align: center;
  left: 14px;
  top: 50%;
  font-size: 14px;
  line-height: 34px;
  margin-top: -16px;
  color: #fff;
  z-index: 30;
}

.block-wall .hot-list li.h01 a:before {
  content: "1";
}

.block-wall .hot-list li.h02 a:before {
  content: "2";
}

.block-wall .hot-list li.h03 a:before {
  content: "3";
}

.block-wall .hot-list li.h04 a:before {
  content: "4";
}

.block-wall .hot-list li.h05 a:before {
  content: "5";
}

.block-wall .hot-list li a:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.block-wall .hot-list li i {
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  text-align: center;
  left: 14px;
  top: 50%;
  font-size: 32px;
  line-height: 32px;
  margin-top: -16px;
  z-index: 20;
}

.block-wall .hot-list li span {
  display: inline-block;
  max-height: 34px;
  font-size: 12px;
  line-height: 17px;
  color: #191919;
  color: #000;
  vertical-align: middle;
}

.block-wall .event-image-news .info {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 20px 20px 20px 10px;
  background: rgba(0, 0, 0, 0.3);
  font-size: 0;
  box-sizing: border-box;
}

.block-wall .event-image-news .info .wrap {
  position: relative;
  height: 60px;
  padding-left: 160px;
  font-size: 0;
}

.block-wall .event-image-news .info.long-term .wrap {
  padding-left: 0;
}

.block-wall .event-image-news .info .wrap:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.block-wall .event-image-news .info .time {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 140px;
  height: 60px;
  padding-right: 10px;
  border-right: 1px solid #fff;
  font-size: 0;
}

.block-wall .event-image-news .info .time:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.block-wall .event-image-news .info .time time {
  display: inline-block;
  position: relative;
  width: 50%;
  text-align: center;
  font-size: 12px;
  vertical-align: middle;
}

.block-wall .event-image-news .info .time time:first-child:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 3px;
  background: #fff;
  top: 50%;
  margin-top: 4px;
  right: -4px;
}

.block-wall .event-image-news .info .time time .day {
  display: block;
  font-size: 38px;
  line-height: 1;
  margin: 0 auto;
}

.block-wall .event-image-news .info h4 {
  display: inline-block;
  max-height: 60px;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  vertical-align: middle;
}

.block-wall .event-text-news .info {
  padding: 60px 20px 20px 20px;
}

.block-wall .event-text-news .info h4 {
  max-height: 200px;
  font-size: 28px;
  line-height: 38px;
  color: #2d2d2d;
  color: #2d2d2d;
}

.block-wall .event-text-news .info .time {
  margin-bottom: 15px;
}

.block-wall .event-text-news .info .time time {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  padding-right: 10px;
  font-size: 12px;
  vertical-align: top;
  color: #fff;
  color: #333;
}

.block-wall .event-text-news .info .time time:first-child:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 3px;
  background: #fff;
  background: #333;
  top: 50%;
  margin-top: 4px;
  right: -4px;
}

.block-wall .event-text-news .info .time time .day {
  display: block;
  font-size: 38px;
  line-height: 1;
  margin: 0 auto;
}

.block-wall .event-text-news .info h4 {
  max-height: 152px;
  font-size: 28px;
  line-height: 38px;
}

.block-wall .weather.purple .inner {
  background: #853592;
}

.block-wall .weather.red .inner {
  background: #d6272d;
  /* background: #af0808; */
}

.block-wall .weather.coral .inner {
  background: #ef6e51;
}

.block-wall .weather.orang .inner {
  background: #ffbc0d;
}

.block-wall .weather.yellow .inner {
  background: #ffbc0d;
}

.block-wall .weather.green .inner {
  background: #8dc63f;
  background: #bbc700;
}

.block-wall .weather.light-blue .inner {
  background: #74cbc8;
}

.block-wall .weather.dark-blue .inner {
  background: #00a8ce;
}

.block-wall .weather .refresh {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  left: 18px;
  bottom: 16px;
  font-size: 30px;
  line-height: 1;
  color: #fff;
  z-index: 200;
}

.block-wall .weather .icon {
  display: block;
  position: absolute;
  width: 72px;
  height: 72px;
  top: 15px;
  right: 15px;
  text-align: center;
  line-height: 72px;
}

.block-wall .weather .icon i {
  font-size: 72px;
  color: #fff;
}

.block-wall .weather img {
  display: block;
  position: absolute;
  width: 56.604%;
  height: auto;
  right: 5px;
  bottom: 10px;
}

.block-wall .weather .info {
  display: block;
  position: absolute;
  left: 20px;
  right: 20px;
  top: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
}

.block-wall .weather .info .temperature {
  display: block;
  height: 0.692em;
  padding-bottom: 0.1em;
  font-size: 60px;
  text-indent: -0.04em;
  font-family: "AkzidenzGroteskBQ";
  line-height: 0.692;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.block-wall .weather .info .temperature.iconfont {
  text-indent: -0.07em;
}

.block-wall .weather .info .temperature sup {
  display: inline-block;
  position: relative;
  top: -0.66em;
  left: -5px;
  margin-left: 10px;
  font-size: 0.4em;
  vertical-align: middle;
  line-height: 1;
}

.block-wall .weather .info time,
.block-wall .weather .info .day {
  display: block;
  font-size: 1em;
  line-height: 1.4;
  color: #fff;
}

.block-wall .weather .info .day {
  display: block;
}

.block-wall .weather .info .title {
  display: block;
  margin-top: 15px;
  margin-bottom: 7px;
  font-size: 1em;
  white-space: nowrap;
}

.block-wall .weather .info p {
  font-size: 22px;
  width: 5.5em;
  line-height: 1.22;
}

.block-wall .media-block .pic {
  position: relative;
}

.block-wall .media-block .pic img {
  display: block;
  width: 100%;
  height: auto;
}

.block-wall .media-block .pic.video:after {
  content: "";
  display: block;
  position: absolute;
  width: 52px;
  height: 52px;
  top: 50%;
  left: 50%;
  margin: -26px 0 0 -26px;
  background: url(img/video_play.png) no-repeat;
  background-image: -webkit-image-set(
    url(img/video_play.png) 1x,
    url(img/video_play@2x.png) 2x
  );
  background-image: -moz-image-set(
    url(img/video_play.png) 1x,
    url(img/video_play@2x.png) 2x
  );
  background-image: -o-image-set(
    url(img/video_play.png) 1x,
    url(img/video_play@2x.png) 2x
  );
  background-image: -ms-image-set(
    url(img/video_play.png) 1x,
    url(img/video_play@2x.png) 2x
  );
  background-size: cover;
}

.block-wall .media-block .info {
  padding: 20px;
}

.block-wall .media-block .info h4 {
  max-height: 69px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.3;
  color: #d9d9d9;
  color: #000;
}

.block-wall .media-block .info span {
  display: block;
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-size: 12px;
  line-height: 1;
  color: #808080;
  color: #333;
}

.block-wall .media-block .info i {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 18px;
  font-size: 24px;
  line-height: 1;
}

@media (min-width: 768px) and (max-width: 1159px) {
  .block-wall .weather .refresh {
    width: 24px;
    height: 24px;
    left: 18px;
    bottom: 16px;
    font-size: 24px;
  }

  .block-wall .weather .icon {
    width: 64px;
    height: 64px;
    top: 15px;
    right: 15px;
    line-height: 64px;
  }

  .block-wall .weather .icon i {
    font-size: 64px;
  }

  .block-wall .weather .info {
    font-size: 12px;
  }

  .block-wall .weather .info .temperature {
    font-size: 53px;
  }

  .block-wall .weather .info .title {
    margin-top: 11px;
    margin-bottom: 5px;
  }

  .block-wall .weather .info p {
    font-size: 20px;
  }

  .block-wall .weather img {
    width: 55.82%;
  }
}

@media (max-width: 767px) {
  .block-wall .weather .icon {
    width: 50px;
    height: 50px;
    right: 7px;
    top: 7px;
    line-height: 50px;
  }

  .block-wall .weather .icon i {
    font-size: 50px;
  }

  .block-wall .weather .refresh {
    font-size: 20px;
    left: 4px;
    bottom: 2px;
  }

  .block-wall .weather .info {
    left: 10px;
    right: 10px;
    top: 10px;
    font-size: 10px;
  }

  .block-wall .weather .info .temperature {
    font-size: 39px;
  }

  .block-wall .weather .info .title {
    margin-top: 7px;
    margin-bottom: 3px;
  }

  .block-wall .weather .info p {
    font-size: 15px;
  }

  .block-wall .weather img {
    width: 56.65%;
    right: 0;
    bottom: 5px;
  }

  .block-wall .media-block .info {
    padding: 13px;
  }

  .block-wall .media-block .info span {
    left: 13px;
    bottom: 13px;
  }

  .block-wall .media-block .info i {
    right: 13px;
    bottom: 11px;
  }
}

@media (max-width: 359px) {
  .block-wall .weather .icon {
    width: 44px;
    height: 44px;
    right: 7px;
    top: 7px;
    line-height: 44px;
  }

  .block-wall .weather .icon i {
    font-size: 44px;
  }

  .block-wall .weather .info {
    font-size: 9px;
  }

  .block-wall .weather .info .temperature {
    font-size: 32px;
  }

  .block-wall .weather .info .title {
    margin-top: 5px;
    margin-bottom: 2px;
  }

  .block-wall .weather .info p {
    font-size: 12px;
  }

  .block-wall .weather img {
    width: 54%;
  }
}

/*index*/
.main-content.index .block-wall .hot-list li.h01 {
  background: #ffde17;
}

.main-content.index .block-wall .hot-list li.h02 {
  background: #f39c23;
}

.main-content.index .block-wall .hot-list li.h03 {
  background: #f15b33;
}

.main-content.index .block-wall .hot-list li.h04 {
  background: #d32d52;
}

.main-content.index .block-wall .hot-list li.h05 {
  background: #b22d52;
}

.main-content.index .block-wall .hot-list li.h01 i {
  color: #f39c23;
}

.main-content.index .block-wall .hot-list li.h02 i {
  color: #f15b33;
}

.main-content.index .block-wall .hot-list li.h03 i {
  color: #d32d52;
}

.main-content.index .block-wall .hot-list li.h04 i {
  color: #b22d52;
}

.main-content.index .block-wall .hot-list li.h05 i {
  color: #8d2d51;
}

/*news*/
.main-content.news_list .block-wall .hot-list li.h01 {
  background: #b0e553;
}

.main-content.news_list .block-wall .hot-list li.h02 {
  background: #9dd348;
}

.main-content.news_list .block-wall .hot-list li.h03 {
  background: #8dc63f;
}

.main-content.news_list .block-wall .hot-list li.h04 {
  background: #7ab52d;
}

.main-content.news_list .block-wall .hot-list li.h05 {
  background: #6faa11;
}

.main-content.news_list .block-wall .hot-list li.h01 i {
  color: #9dd348;
}

.main-content.news_list .block-wall .hot-list li.h02 i {
  color: #8dc63f;
}

.main-content.news_list .block-wall .hot-list li.h03 i {
  color: #7ab52d;
}

.main-content.news_list .block-wall .hot-list li.h04 i {
  color: #6faa11;
}

.main-content.news_list .block-wall .hot-list li.h05 i {
  color: #64910c;
}

.main-content.news_list .block-wall .hot-list h5 {
  padding: 0;
  font-size: 0;
  border-bottom: 1px solid #191919;
  border-bottom: 1px solid #b0e553;
}

.main-content.news_list .block-wall .hot-list h5 a {
  display: inline-block;
  width: 33.3333333%;
  text-align: center;
  font-size: 14px;
  color: #fff;
  color: #000;
  border-right: 1px solid #191919;
  border-right: 1px solid #fff;
  background: #f7f7f7;
}

.main-content.news_list .block-wall .hot-list h5 a.active {
  color: #000;
}

.main-content.news_list .block-wall .hot-list h5 a:last-child {
  border-right: 0;
}

/* ---------------------------------------------- /*
 *  cms
/* ---------------------------------------------- */
.content-box .row > .col-md-9 {
  padding: 0 10px 0 20px;
}

.content-box .row > .col-md-9 > .inner,
.content-box .row > .col-md-12 > .inner,
.news-detail .content-box .row > .col-md-12 > .inner,
.image-news-detail .content-box .row > .col-md-12 > .inner,
.product-safety-detail .content-box .row > .col-md-12 > .inner,
.product-list .content-box .row > .col-md-12 > .inner,
.product-detail .content-box .row > .col-md-12 > .inner,
.page-detail .content-box .row > .col-md-9 > .inner,
.page-detail .content-box .row > .col-md-12 > .inner {
  margin-bottom: 20px;
  padding-bottom: 50px;
  background: #333;
  background: #f7f7f7;
}

.food-safety.bread .inner {
  background: #333 !important;
  background: #f7f7f7 !important;
}

.content-box .row.aside-right-box > .col-md-12 > .inner,
.content-box .row > .col-md-12 > .inner {
  background: #333;
  background: #f7f7f7;
}

.page-nav {
  border-bottom: 1px solid #191919;
  border-bottom: 1px solid #fff;
}

.page-nav:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.page-nav a {
  display: block;
  position: relative;
  height: 50px;
  background: #333;
  background: #ffbc0d;
  color: #b2b2b2;
  color: #2d2d2d;
  font-size: 0;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.page-nav a:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.page-nav a:hover {
  color: #fff;
}

.page-nav .prev,
.page-nav .next {
  padding: 0;
}

.page-nav .prev {
  border-right: 1px solid #191919;
  border-right: 1px solid #fff;
}

.page-nav a span {
  display: inline-block;
  width: 100%;
  font-size: 12px;
  line-height: 19px;
  vertical-align: middle;
  box-sizing: border-box;
}

.page-nav .prev span,
.page-nav .next span {
  font-weight: bold;
}

.page-nav .prev span {
  padding: 0 50px 0 22.4%;
  text-align: left;
}

.page-nav .next span {
  padding: 0 22.4% 0 50px;
  text-align: right;
}

.page-nav a i {
  display: block;
  position: absolute;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 40px;
  color: #2d2d2d;
  color: #2d2d2d;
}

.page-nav a:hover i {
  color: #fff;
}

.page-nav .prev a i {
  left: 5%;
}

.page-nav .next a i {
  right: 5%;
}

.article-cover img {
  display: block;
  width: 100%;
  height: auto;
}

.title-box {
  max-width: 645px;
  margin: 0 auto;
  padding: 50px 20px 0 20px;
  box-sizing: content-box;
}

.title-box-clear {
  max-width: initial;
  padding: 0;
}

.image-news-detail {
  padding: 0 0 90px 0;
}

.image-news-detail .title-box {
  padding: 30px 20px 0 20px;
}

.title-box .tag {
  font-size: 12px;
  line-height: 20px;
  color: #7f7f7f;
  color: #808080;
}

.title-box .tag i {
  display: inline-block;
  margin-right: 5px;
  font-size: 20px;
  line-height: 20px;
  vertical-align: bottom;
}

.title-box .bdsharebuttonbox {
  position: relative;
  width: 100%;
  text-align: right;
}

.title-box .bdsharebuttonbox a {
  display: inline-block;
  position: static;
  float: none;
  width: 22px;
  height: 22px;
  font-size: 22px;
  margin: 0 15px 0 0;
  text-align: center;
  line-height: 20px;
  color: #999;
  color: #808080;
  background: none;
  text-indent: 0;
  vertical-align: top;
}

.title-box .bdsharebuttonbox button {
  display: inline-block;
  position: relative;
  top: -5px;
  vertical-align: top;
}

.title-box .bdsharebuttonbox button.active i,
.bottom-share.bdsharebuttonbox button.active i,
.product-cover .like.active i,
.food-list .like.active i {
  -webkit-animation: popOutB 1s ease-out 1;
  animation: popOutB 1s ease-out 1;
}

.title-box .bdsharebuttonbox button i {
  display: inline-block;
  margin-right: 2px;
  font-size: 20px;
  color: #999;
  color: #808080;
  vertical-align: middle;
}

.title-box .bdsharebuttonbox button span {
  display: inline-block;
  font-size: 12px;
  color: #7f7f7f;
}

.title-box h3 {
  margin-bottom: 10px;
  padding-top: 5px;
  font-size: 30px;
  font-weight: 900;
  line-height: 38px;
}

.title-box time {
  display: block;
  font-size: 14px;
  line-height: 21px;
  color: #999;
  color: #808080;
}

.cmsPage {
  max-width: 645px;
  margin: 0 auto;
  padding: 25px 20px;
  box-sizing: content-box;
}

.cmsPage .gallery {
  width: 100%;
  position: relative;
}

/*.cmsPage .gallery:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    padding-top: 67%;
    background: #191919;
    z-index: 20;
}*/
.cmsPage .gallery .cms-swiper {
  position: relative;
  width: 100%;
  z-index: 50;
}

.cmsPage .gallery .cms-swiper .swiper-slide {
  position: relative;
  width: 100%;
  z-index: 50;
}

.cmsPage .gallery .cms-swiper .swiper-slide .pic {
  width: 100%;
  background: #fff;
  border-bottom: none;
  text-align: center;
  font-size: 0;
}

.cmsPage .gallery .cms-swiper .swiper-slide .pic:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.cmsPage .gallery .cms-swiper .swiper-slide .pic img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.cmsPage .gallery .cms-swiper .swiper-slide .caption {
  height: 60px;
  padding: 0 70px 0 0 !important;
  opacity: 1;
  font-size: 0 !important;
}

.cmsPage .gallery .cms-swiper .swiper-slide .caption:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.cmsPage .gallery .cms-swiper .swiper-slide .caption p {
  display: inline-block !important;
  min-height: 20px !important;
  font-size: 14px !important;
  line-height: 20px !important;
  color: #999 !important;
  /* color: #808080 !important; */
  vertical-align: middle;
  text-align: center !important;
}

.cmsPage .gallery .cms-button-prev,
.cmsPage .gallery .cms-button-next {
  display: block;
  position: absolute;
  width: 56px;
  height: 112px;
  z-index: 100;
  cursor: pointer;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.cmsPage .gallery .cms-button-prev {
  left: 0;
}

.cmsPage .gallery .cms-button-next {
  right: 0;
}

.cmsPage .gallery .cms-button-prev i,
.cmsPage .gallery .cms-button-next i {
  display: block;
  width: 56px;
  height: 112px;
  line-height: 112px;
  text-align: center;
  font-size: 60px;
  color: #fff;
  /* color: #ffbc0d; */
  -moz-text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -ms-text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .cmsPage .gallery .cms-button-prev.hidden-xs,
  .cmsPage .gallery .cms-button-next.hidden-xs {
    display: block !important;
    width: 46px;
  }
  .cmsPage .gallery .cms-button-prev i,
  .cmsPage .gallery .cms-button-next i {
    width: 46px;
    font-size: 38px;
  }
}

.cmsPage .gallery .swiper-button-disabled {
  opacity: 0.3 !important;
  cursor: default !important;
}

.cmsPage .gallery .full-screen {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  text-align: center;
  line-height: 50px;
  color: #ffbc0d;
  cursor: pointer;
  z-index: 100;
  overflow: hidden;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.cmsPage .gallery .full-screen i {
  font-size: 30px;
}

.cmsPage .gallery .pagination {
  display: block;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: absolute;
  top: -3px;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  padding-top: 67%;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  border-radius: 0;
}

.cmsPage .gallery .pagination span {
  display: block;
  height: 3px;
  background: #ffbc0d;
  opacity: 1;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.bd_weixin_popup {
  box-sizing: content-box;
}

.bottom-share.bdsharebuttonbox {
  position: relative;
  max-width: 645px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: left;
  font-size: 14px;
  color: #7f7f7f;
  box-sizing: content-box;
}

.bottom-share.bdsharebuttonbox > span {
  display: inline-block;
  margin-right: 15px;
}

.bottom-share.bdsharebuttonbox a {
  display: inline-block;
  position: static;
  float: none;
  width: 22px;
  height: 22px;
  margin: 0 15px 0 0;
  font-size: 22px;
  text-align: center;
  line-height: 20px;
  color: #999;
  background: none;
  text-indent: 0;
  vertical-align: top;
}

.bottom-share.bdsharebuttonbox button {
  display: inline-block;
  position: relative;
  top: -5px;
  vertical-align: top;
}

.bottom-share.bdsharebuttonbox button i {
  display: inline-block;
  margin-right: 2px;
  font-size: 20px;
  color: #999;
  vertical-align: middle;
}

.bottom-share.bdsharebuttonbox button span {
  display: inline-block;
  font-size: 12px;
  color: #7f7f7f;
}

.related-box {
  position: relative;
}

.related-box .related-item {
  margin-bottom: 20px;
  padding: 0 20px 0 10px;
}

.related-box .related-item > a {
  display: block;
  width: 100%;
  position: relative;
  background: #333;
  background: #ffbc0d;
}

.related-box .related-item a > img,
.related-box .related-item a .pic > img {
  display: block;
  width: 100%;
  height: auto;
}

.related-box .related-item.food-img .inner {
  height: auto;
  padding-bottom: 0;
}

.related-box .related-item .type {
  display: block;
  padding: 15px 20px;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  color: #000;
}

.related-box .related-item .type i {
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
}

.related-box .related-topics .info {
  padding: 20px;
}

.related-box .related-topics h5 {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 26px;
  color: #000;
  font-weight: 800;
}

.related-box .related-text-news .info {
  padding: 20px 20px 50px 20px;
}

.related-box .related-text-news .info h4 {
  max-height: 200px;
  font-size: 28px;
  line-height: 38px;
  color: #000;
  font-weight: 800;
}

.related-box .related-text-news .info time {
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.related-box .related-image-news img {
  display: block;
  width: 100%;
  height: auto;
}

.related-box .related-image-news .info {
  display: none;
}

.related-box .related-text-news .inner,
.related-box .related-image-news .inner {
  margin: 0 !important;
  padding: 0 !important;
}

.related-box time {
  display: block;
  font-size: 12px;
  line-height: 21px;
  color: #333;
}

.related-box .related-news li {
  display: block;
  max-height: 73px;
  border-bottom: 1px solid #ebebec;
  background: #f7f7f7;
  color: #2d2d2d;
}
.related-box .related-news li a {
  color: initial;
}
.related-box .related-news li a:hover {
  color: #db0007;
}

.related-box .related-news li:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.related-box .related-news li img {
  display: block;
  float: left;
  width: 95px;
  height: 72px;
  margin-right: 10px;
}

.related-box .related-news .info {
  padding: 10px 12px;
}

.related-box .related-news p {
  max-height: 42px;
  font-size: 12px;
  line-height: 14px;
}

.related-box .related-news time {
  font-size: 12px;
  line-height: 21px;
}

.related-box .related-product a {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 62%;
  background: #191919;
  background: #ffbc0d;
}

.related-box .related-product a.purple {
  background: #853592;
}

.related-box .related-product a.red {
  background: #d6272d;
}

.related-box .related-product a.coral {
  background: #ef6e51;
}

.related-box .related-product a.orange {
  background: #ffbc0d;
}

.related-box .related-product a.yellow {
  background: #ffbc0d;
}

.related-box .related-product a.green {
  background: #8dc63f;
}

.related-box .related-product a.light-blue {
  background: #74cbc8;
}

.related-box .related-product a.dark-blue {
  background: #00a8ce;
}

.related-box .related-product .type {
  position: absolute;
  top: 20px;
  left: 20px;
  background: none !important;
  padding: 0 !important;
}

.related-box .related-product .pic {
  display: block;
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  text-align: center;
  font-size: 0;
}

.related-box .related-product .pic:after,
.related-box .related-product p:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.related-box .related-product .pic img {
  display: inline-block !important;
  width: 100% !important;
  height: auto !important;
  vertical-align: middle !important;
}

.related-box .related-product p {
  display: block;
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 40px 0 20px 20px;
  font-size: 0;
}

.related-box .related-product p span {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}

.related-box .related-event a {
  display: block;
  position: relative;
  width: 100%;
  height: 340px;
  overflow: hidden;
  background: #323232;
  background: #ffbc0d;
}

.related-box .related-event .type {
  position: absolute;
  left: 20px;
  top: 20px;
  margin: 0;
  padding: 0;
  background: none !important;
  z-index: 10;
}

.related-box .related-event img {
  display: block;
  width: 100%;
  height: auto;
  z-index: 0;
}

.related-box .related-event .info {
  display: block;
  width: 100%;
  padding: 14px 20px;
}

.related-box .related-event .info h5 {
  max-height: 78px;
  overflow: hidden;
  font-size: 18px;
  line-height: 26px;
  color: #2d2d2d;
  color: #2d2d2d;
}

.related-box .related-event .text .info {
  position: relative;
  padding: 60px 20px 20px 20px;
  background: none;
}

.related-box .related-event .info time {
  display: block;
  position: absolute;
  left: 20px;
  bottom: 14px;
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
  color: #333;
}

.related-box .related-event .news-side-swiper {
  background: #333;
  background: #f7f7f7;
}

.related-box .related-event .news-side-swiper .text .info {
  position: static;
}

.related-box .related-event .news-side-swiper .text .info time {
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.related-box .related-event .text .info .time {
  margin-bottom: 15px;
}

.related-box .related-event .text .info .time time {
  display: inline-block;
  position: relative;
  left: 0;
  bottom: 0;
  margin-right: 10px;
  padding-right: 10px;
  font-size: 12px;
  vertical-align: top;
  color: #fff;
}

.related-box .related-event .text .info .time time:first-child:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 3px;
  background: #fff;
  top: 50%;
  margin-top: 4px;
  right: -4px;
}

.related-box .related-event .text .info .time time .day {
  display: block;
  font-size: 38px;
  line-height: 1;
  margin: 0 auto;
}

.related-box .related-event .text .info h4 {
  max-height: 190px;
  font-size: 28px;
  line-height: 38px;
  color: #fff;
  color: #2d2d2d;
}

.related-box .related-event .text .info p {
  font-size: 12px;
  line-height: 1.5;
  max-height: 36px;
}

.related-box .related-event .text .info p {
  font-size: 12px;
  line-height: 20px;
  max-height: 60px;
}

.related-box .related-event .news-side-swiper + .pagination {
  position: relative;
  float: none;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0;
  background: #323232;
  background: #f7f7f7;
  font-size: 0;
  line-height: 50px;
  text-align: center;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.related-box .related-event .news-side-swiper + .pagination span {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  background: #1a1a1a;
  background: #f7f7f7;
  background: #808080;
}

.related-box
  .related-event
  .news-side-swiper
  + .pagination
  span.swiper-pagination-bullet-active {
  background: #fff;
  background: #808080;
}

.related-box .related-item.media-contact .bottom {
  position: relative;
  font-size: 0;
  overflow: hidden;
}

.related-box .related-item.media-contact .bottom img {
  display: block;
  position: absolute;
  width: 95px;
  height: 72px;
  left: 0;
  top: 0;
}

.related-box .related-item.media-contact .bottom p {
  height: 72px;
  padding: 10px 0 10px 105px;
  font-size: 12px;
  line-height: 12px;
  color: #d9d9d9;
  color: #2d2d2d;
  box-sizing: border-box;
}

.image-news-slide {
  position: relative;
  width: 100%;
  background: #000;
  background: #fff;
  overflow: hidden;
}

.image-news-slide .swiper-container {
  position: relative;
  width: 100%;
  min-height: 300px !important;
  margin: 0 auto;
  z-index: 100;
}

.image-news-slide .swiper-container .swiper-slide {
  position: relative;
  width: 100%;
  min-height: 300px !important;
  overflow: hidden;
}

.image-news-slide .swiper-container .swiper-slide .pic {
  display: block;
  position: absolute;
  width: 5000px;
  height: 5000px;
  left: 50%;
  top: 50%;
  margin: -2500px 0 0 -2500px;
  font-size: 0;
  text-align: center;
}

.image-news-slide .swiper-container .swiper-slide .pic:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.image-news-slide .swiper-container .swiper-slide .pic img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.image-news-slide .swiper-container .swiper-slide .info {
  position: absolute;
  width: 100%;
  height: 58px;
  left: 0;
  bottom: 0;
  text-align: center;
  font-size: 0;
  opacity: 0;
  background: rgba(51, 51, 51, 0.8);
  /* background:rgba(255,188,13,0.8); */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#CC333333', endColorstr='#CC333333');
  -moz-transform: translate(0, 100%);
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.image-news-slide .swiper-container .swiper-slide.swiper-slide-active .info {
  -moz-transform: translate(0);
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  opacity: 1;
  -moz-transition: all 0.5s ease-out 0.5s;
  -webkit-transition: all 0.5s ease-out 0.5s;
  -ms-transition: all 0.5s ease-out 0.5s;
  transition: all 0.5s ease-out 0.5s;
}

.image-news-slide .swiper-container .swiper-slide .info:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.image-news-slide .swiper-container .swiper-slide .info p {
  display: inline-block;
  max-width: 645px;
  padding: 0 20px;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  vertical-align: middle;
}

.image-news-slide .swiper-container .swiper-slide .info span {
  display: block;
  position: absolute;
  height: 12px;
  right: 58px;
  bottom: 23px;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  vertical-align: middle;
}

.image-news-slide .image-news-button-prev,
.image-news-slide .image-news-button-next {
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  top: 50%;
  margin-top: -32px;
  text-align: center;
  line-height: 64px;
  color: #fff;
  color: #ffbc0d;
  cursor: pointer;
  z-index: 1000;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.image-news-slide .image-news-button-prev i,
.image-news-slide .image-news-button-next i {
  font-size: 60px;
  opacity: 0;
}

.image-news-slide:hover .image-news-button-prev i,
.image-news-slide:hover .image-news-button-next i {
  opacity: 1;
}

.image-news-slide .swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
}

.image-news-slide .swiper-button-disabled i,
.image-news-slide .swiper-button-disabled:hover i {
  color: #ccc !important;
}

.image-news-slide .full-screen {
  display: block;
  position: absolute;
  width: 58px;
  height: 58px;
  right: 0;
  bottom: 0;
  z-index: 2000;
}

.image-news-slide .full-screen i {
  display: inline-block;
  font-size: 24px;
  line-height: 58px;
  color: #fff;
  vertical-align: middle;
}

.list-title {
  position: relative;
  max-width: 1120px;
  height: 50px;
  margin: 0 auto 15px auto;
  color: #fff;
  color: #2d2d2d;
  z-index: 500;
}

.list-title .row {
  padding: 0 20px;
}

.list-title h3 {
  padding: 0;
  font-size: 24px;
  line-height: 50px;
}

.list-title .filter {
  padding: 0;
  font-size: 0;
  text-align: right;
  vertical-align: top;
}

.list-title .filter button {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  color: #2d2d2d;
  vertical-align: top;
}

.list-title .filter button i {
  font-size: 25px;
}

.filter .select-box {
  display: inline-block !important;
  position: relative;
  text-align: center;
  width: 115px;
}

.filter .select-box span {
  display: block;
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  cursor: pointer;
}

.filter .select-box span i {
  display: inline-block;
  position: relative;
  top: -2px;
  margin-right: 5px;
  vertical-align: middle;
}

.filter .select-box span i.arrow {
  position: relative;
  top: -1px;
  margin-right: 0;
  margin-left: 5px;
  font-size: 14px;
}

.filter .select-box .option {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50px;
  border-top: 1px solid #191919;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
}

.filter .select-box.show .option {
  visibility: visible;
  opacity: 1;
}

.filter .select-box .option li {
  padding: 8px 20px;
  text-align: left;
  line-height: 16px;
  font-size: 12px;
  color: #b2b2b2;
  color: #2d2d2d;
  background: #333;
  background: #fff;
  border-bottom: 1px solid #191919;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.filter .select-box .option li:hover {
  background: #191919;
  background: #db0007;
  color: #fff;
  border-bottom: 1px solid #191919;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.filter .select-box .option li i {
  display: inline-block;
  margin-right: 5px;
}

button.loadMore {
  display: block;
  position: relative;
  width: 100%;
  height: 90px;
  line-height: 90px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #333;
  background: #f9f9f9;
  color: #7f7f7f;
}

button.loadMore:hover {
  background: #292929;
  background: #f8f8f8;
  color: #db0007;
}

button.loadMore i {
  position: relative;
  top: -4px;
  top: -3px;
  font-size: 48px;
  font-size: 33px;
  color: #ffbc0d;
}

button.loadMore:hover i {
  color: #db0007;
}

button.loadMore img {
  display: none;
  position: absolute;
  width: 48px;
  height: 48px;
  left: 50%;
  top: 50%;
  margin: -24px 0 0 -24px;
  z-index: 100;
}

button.loadMore.loading i {
  display: none;
}

button.loadMore.loading img {
  display: block;
}

/*.page-detail .content-box .row > .col-md-12 > .inner {
	margin-bottom: 100px;
}*/
.related-slide-list {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 100px;
  padding: 50px 0;
  border: solid #333;
  border: solid #d9d9d9;
  border-width: 2px 0;
}

.related-slide-list .list-nav {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  top: -50px;
  text-align: center;
  font-size: 0;
}

.related-slide-list .list-nav li {
  display: inline-block;
  width: 145px;
  height: 50px;
  margin: 0 1px;
  background: #333;
  background: #f7f7f7;
  border: 2px solid #333;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid #f7f7f7;
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  color: #2d2d2d;
  cursor: pointer;
}

.related-slide-list .list-nav li:hover,
.related-slide-list .list-nav li.active {
  background: #191919;
  background: #fff;
  color: #db0007 !important;
  border-bottom: 1px solid #fff;
}

.related-slide-list .list-nav li i {
  display: inline-block;
  margin-right: 5px;
  font-size: 20px;
}

.related-swiper-wrap {
  width: 100%;
  overflow: hidden;
}

.related-swiper {
  display: block;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 0;
}

.related-swiper.active {
  position: relative;
  z-index: 100;
  opacity: 1;
  filter: alpha(opacity=100);
}

.related-swiper > h4 {
  display: block;
  height: 40px;
  padding: 0 10px;
  line-height: 40px;
  font-size: 14px;
  color: #323232;
}

.related-swiper > h4 i {
  display: inline-block;
  margin-right: 6px;
  font-size: 19px;
  color: #323232;
  vertical-align: middle;
}

.related-slide-list .prev,
.related-slide-list .next {
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  top: 50%;
  margin-top: -32px;
  text-align: center;
  line-height: 64px;
  cursor: pointer;
}

.related-slide-list .prev {
  left: -64px;
}

.related-slide-list .next {
  right: -64px;
}

.related-slide-list .prev i,
.related-slide-list .next i {
  font-size: 40px;
  color: #2d2d2d;
}

.related-slide-list .swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
}

.related-slide-list .swiper-button-disabled:hover i {
  color: #2d2d2d !important;
}

.related-slide-list .pagination {
  display: none;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 30px 0 0 0;
  font-size: 0;
  text-align: center;
}

.related-slide-list .pagination span {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 4px;
  background: #333;
}

.related-slide-list .pagination span.swiper-pagination-bullet-active {
  background: #fff;
}

.related-slide-list .swiper-slide {
  width: 550px;
  overflow: hidden;
}

.related-slide-list .swiper-slide a {
  display: block;
  position: relative;
}

.related-slide-list .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}

.related-series-list .info {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 20px;
  background: rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}

.related-series-list .info h4 {
  max-height: 62px;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 1.4;
  color: #fff;
}

.related-news-list .swiper-slide,
.related-event-list .swiper-slide {
  width: 265px;
  min-height: 300px;
}

.related-news-list .swiper-slide a,
.related-event-list .swiper-slide a {
  background: #333;
  background: #ffbc0d;
}

.related-news-list .info,
.related-event-list .info {
  display: block;
  padding: 20px;
}

.related-news-list .info time,
.related-event-list .info time {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #7f7f7f;
  color: #333;
}

.related-news-list .info h4,
.related-event-list .info h4 {
  max-height: 71px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.3;
  color: #2d2d2d;
  color: #000;
}

.related-news-list .text {
  height: 100%;
}

.related-news-list .text a {
  min-height: 293px;
}

.related-news-list .text .info {
  padding: 60px 20px 20px 20px;
}

.related-news-list .text .info h4 {
  max-height: 180px;
  font-size: 28px;
  line-height: 38px;
  color: #2d2d2d;
  color: #2d2d2d;
}

.related-news-list .text time {
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.related-event-list .text .info {
  padding: 60px 20px 20px 20px;
}

.related-event-list .text .info h4 {
  max-height: 200px;
  font-size: 28px;
  line-height: 38px;
  color: #2d2d2d;
}

.related-event-list .text .info .time {
  margin-bottom: 15px;
}

.related-event-list .text .info .time time {
  display: inline-block;
  position: relative;
  left: 0;
  bottom: 0;
  margin-right: 10px;
  padding-right: 10px;
  font-size: 12px;
  vertical-align: top;
  color: #fff;
}

.related-event-list .text .info .time time:first-child:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 3px;
  background: #fff;
  top: 50%;
  margin-top: 4px;
  right: -4px;
}

.related-event-list .text .info .time time .day {
  display: block;
  font-size: 38px;
  line-height: 1;
  margin: 0 auto;
}

.related-event-list .text .info h4 {
  max-height: 152px;
  font-size: 28px;
  line-height: 38px;
}

.related-slide-list .tag {
  display: block;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 100;
}

.related-slide-list .tag i {
  font-size: 25px;
  line-height: 25px;
  color: #fff;
}

.related-slide-list time {
  display: block;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
}

.related-product-list .swiper-slide {
  width: 265px;
}

.related-product-list a {
  padding-bottom: 30px;
  border: 1px solid #333;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.related-product-list .pic {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}

.related-product-list .pic p {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  font-size: 0;
  text-align: center;
}

.related-product-list .pic p:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.related-product-list .pic p img {
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.related-product-list .name {
  display: block;
  padding: 0 20px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}

.product-cover {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 30%;
  overflow: hidden;
}

.product-cover .bg {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  z-index: 0;
}

.product-cover .product {
  display: block;
  position: absolute;
  width: 30%;
  height: 100%;
  top: 0;
  left: 35%;
  z-index: 10;
  font-size: 0;
  text-align: center;
}

.product-cover .product:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.product-cover .product img {
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.product-cover .like {
  display: block;
  position: absolute;
  top: 10%;
  left: 60%;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  z-index: 20;
}

.product-cover .like i {
  display: inline-block;
  font-size: 30px;
  vertical-align: middle;
  color: #7f7f7f;
  color: #808080;
}

.product-info {
  max-width: 645px;
  margin: 0 auto;
  padding: 40px 0 20px;
}

.product-info.mw780 {
  max-width: 780px;
}

@media (max-width: 767px) {
  .product-info {
    padding: 40px 20px 20px;
  }
}

.product-info h3 {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 38px;
  font-weight: 800;
}

.product-info p {
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 22px;
  color: #2d2d2d !important;
  color: #2d2d2d !important;
}

.product-info p.detail {
  margin-bottom: 30px;
}

.product-info p.availability {
  margin-bottom: 25px;
}

.product-info .link {
  margin-bottom: 20px;
}

.product-info .link a {
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
}

.product-info .link a i {
  display: inline-block;
  margin-right: 3px;
  font-size: 28px;
  vertical-align: middle;
}

.classified-table {
  position: relative;
  padding: 30px 0;
  border-top: 1px solid #2e2e2e;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.classified-table:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background: #4c4c4c;
  background: rgba(0, 0, 0, 0.1);
}

.classified-table h4 {
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 1;
}

.classified-table .table-nav {
  position: relative;
  width: 100%;
  height: 42px;
  margin-bottom: 30px;
  text-align: center;
  border-bottom: 1px solid #4c4c4c;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0;
}

.classified-table .table-nav li {
  display: inline-block;
  position: relative;
  top: 1px;
  margin: 0 1px;
  padding: 0 20px;
  font-size: 14px;
  line-height: 40px;
  color: #7f7f7f;
  color: #000;
  background: #4c4c4c;
  background: #fff;
  border: 1px solid #4c4c4c;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 0;
  cursor: pointer;
  z-index: 20;
}

.classified-table .table-nav li.active,
.classified-table .table-nav li.active:hover {
  color: #fff !important;
  color: #db0007 !important;
  background: #333 !important;
  background: #f7f7f7 !important;
  border-bottom: 1px solid #333;
  border-bottom: 1px solid #f7f7f7;
}

.classified-table .table-nav li:hover {
  background: #fff !important;
}

.classified-table .table-box {
  margin-bottom: 30px;
}

.classified-table table {
  table-layout: fixed;
  width: 100%;
  margin: 0;
  border: none;
  border-collapse: collapse;
}

@media (max-width: 767px) {
  .classified-table table.sm {
    display: none;
  }
}

.classified-table table th {
  padding: 8px 0;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  border: 1px solid #4c4c4c;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #262626;
  background: #fff;
  color: #7f7f7f;
  color: #2d2d2d;
}

.classified-table table.sm th {
  font-size: 12px;
  line-height: 18px;
}

.classified-table table td {
  padding: 30px 0;
  border: 1px solid #4c4c4c;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}

.classified-table table td strong {
  font-size: 28px;
  font-family: "AkzidenzGroteskBQCnd";
  line-height: 28px;
  color: #2d2d2d;
  color: #2d2d2d;
  text-align: center;
}

.classified-table table td strong i {
  display: block;
  font-size: 12px;
  color: #7f7f7f;
  color: #808080;
  text-align: center;
}

.classified-table table td strong b {
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  line-height: 28px;
  vertical-align: middle;
}

.classified-table table td span {
  display: none;
}

.classified-table table td.expand {
  display: none;
}

@media (max-width: 767px) {
  .classified-table table td.expand {
    display: block;
  }

  .classified-table table td.expand i {
    font-size: 20px;
    color: #2d2d2d;
  }
}

.classified-table p {
  margin-bottom: 30px;
  font-size: 14px;
  color: #7f7f7f;
}

.classified-table p.tips:after {
  content: "";
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: top;
}

.classified-table p.tips i {
  margin-top: -1px;
  display: inline-block;
  vertical-align: top;
  color: #ffbc0d;
}

.classified-table .add-calculator {
  display: block;
  margin: 0 auto 35px;
  padding: 0 23px 0 18px;
  height: 50px;
  font-size: 16px;
  color: #000;
  background: #ffbc0d;
}

.classified-table .add-calculator:after {
  content: "";
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.classified-table .add-calculator i {
  margin-right: 10px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  display: inline-block;
  vertical-align: middle;
  font-size: 34px;
}

.classified-table .add-calculator span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}

.product-detail p.tips {
  font-size: 12px;
  color: #7f7f7f !important;
  color: #808080 !important;
}

.product-detail p.tips.light-tips {
  color: #d9d9d9 !important;
  color: #2d2d2d !important;
}

.product-detail p.tips a {
  color: #7f7f7f !important;
  color: #808080 !important;
  cursor: pointer;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .classified-table .add-calculator {
    width: 100%;
  }

  .product-detail .tips-wrap {
    padding: 0 20px;
  }

  .product-detail p.tips {
    font-size: 10px;
  }
}

.product-detail .cmsPage {
  position: relative;
  padding: 30px 20px;
  border-top: 1px solid #2e2e2e;
}

.product-detail .cmsPage:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background: #4c4c4c;
}

.recommend-list {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 90px;
}

.recommend-list .inner {
  max-width: 1120px;
  margin: 0 auto;
}

.recommend-list .inner .row {
  margin: 0 -10px;
}

.recommend-list .inner .col-md-1,
.recommend-list .inner .col-md-2,
.recommend-list .inner .col-md-3,
.recommend-list .inner .col-md-4,
.recommend-list .inner .col-md-5,
.recommend-list .inner .col-md-6,
.recommend-list .inner .col-md-7,
.recommend-list .inner .col-md-8,
.recommend-list .inner .col-md-9,
.recommend-list .inner .col-md-10,
.recommend-list .inner .col-md-11,
.recommend-list .inner .col-md-12 {
  padding: 0 10px;
}

.recommend-list h4 {
  margin-bottom: 30px;
  font-size: 28px;
  line-height: 1;
}

.recommend-list.mayLike li {
  text-align: center;
  overflow: hidden;
}

.recommend-list.mayLike li a {
  display: block;
  position: relative;
  padding: 30px 0;
  border: 1px solid #333;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.recommend-list.mayLike li .pic {
  display: block;
  width: 100%;
  height: 200px;
  font-size: 0;
  text-align: center;
}

.recommend-list.mayLike li .pic:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.recommend-list.mayLike li a img {
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.recommend-list.mayLike li a p {
  font-size: 14px;
  line-height: 22px;
  color: #2d2d2d;
  color: #2d2d2d;
}

.recommend-list.recommend li a {
  display: block;
  position: relative;
  height: 0;
  padding-top: 62%;
  text-align: left;
}

.recommend-list.recommend li a .pic {
  display: block;
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  text-align: center;
  font-size: 0;
}

.recommend-list.recommend li a .pic:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.recommend-list.recommend li a img {
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.recommend-list.recommend li a p {
  display: block;
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 40px 0 40px 40px;
  font-size: 0;
}

.recommend-list.recommend li a p:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.recommend-list.recommend li a p span {
  display: inline-block;
  font-size: 32px;
  color: #fff;
  line-height: 1.5;
  vertical-align: middle;
}

.recommend-list.recommend li a.purple {
  background: #853592;
}

.recommend-list.recommend li a.red {
  background: #d6272d;
  background: #db0007;
}

.recommend-list.recommend li a.coral {
  background: #ef6e51;
}

.recommend-list.recommend li a.orange {
  background: #ffbc0d;
}

.recommend-list.recommend li a.yellow {
  background: #ffbc0d;
}

.recommend-list.recommend li a.green {
  background: #8dc63f;
}

.recommend-list.recommend li a.light-blue {
  background: #74cbc8;
}

.recommend-list.recommend li a.dark-blue {
  background: #00a8ce;
}

.recommend-list.recommend li a.map img {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
}

/* 营养计算器 */
.calculator-info {
  margin: 0 auto;
  max-width: 780px;
}

.calculator-info h4 {
  font-size: 28px;
  font-weight: 800;
}

.calculator-info .classified-table {
  padding-bottom: 0;
  border-top: 0;
}

.calculator-info .classified-table:before {
  content: none;
}

@media (max-width: 768px) {
  .calculator-info {
    max-width: 587px;
  }

  /* .calculator-info .classified-table {
		max-width: 587px;
		margin: 0 auto;
	} */
}

@media (max-width: 767px) {
  .calculator-info .classified-table {
    padding: 25px 20px 0;
  }
}

.switch-box-wrapper .tool-tit {
  padding-bottom: 20px;
  overflow: hidden;
  position: relative;
}

.switch-box-wrapper .tit-result {
  float: left;
  font-size: 14px;
  color: #7f7f7f;
}

.switch-box-wrapper .tit-result i {
  margin: 0 5px;
  font-size: 28px;
  font-family: "AkzidenzGroteskBQCnd";
  color: #ffbc0d;
}

.switch-box-wrapper .view-product-btn {
  float: right;
  height: 50px;
  padding: 0 40px;
  font-size: 0;
  background-color: #ffbc0d;
}

.switch-box-wrapper .view-product-btn.active {
  display: block;
}

.switch-box-wrapper .view-product-btn:after {
  content: "";
  widows: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle;
}

.switch-box-wrapper .view-product-btn i {
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin-right: 15px;
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
}

.switch-box-wrapper .view-product-btn span {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 768px) {
  /* .switch-box-wrapper .tool-tit {
		max-width: 587px;
		margin: 0 auto;
	} */
}

@media (max-width: 767px) {
  .switch-box-wrapper .tool-tit {
    padding: 0 20px 10px;
  }

  .switch-box-wrapper .view-product-btn {
    padding: 0 10px;
    border: none;
  }

  .switch-box-wrapper .view-product-btn i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
  }

  .switch-box-wrapper .view-product-btn span {
    font-size: 14px;
  }
}

.calculator-info .switch-content {
  position: relative;
}

.calculator-info .product-sort {
  position: relative;
  padding-top: 30px;
  border-top: 1px solid #484848;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  /* .calculator-info .product-sort {
		max-width: 587px;
		margin: 0 auto;
	} */
}

@media (max-width: 767px) {
  .calculator-info .product-sort {
    margin: 0 20px;
  }
}

.calculator-info .product-sort.hide {
  display: none;
}

.switch-box-wrapper .product-sort:before,
.switch-box-wrapper .product-list-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 100%;
  height: 1px;
  background: #2e2e2e;
  background: rgba(0, 0, 0, 0.1);
}

.switch-box-wrapper .product-sort h3 {
  margin-bottom: 30px;
  font-size: 22px;
  color: #ffbc0d;
}

.switch-box-wrapper .product-sort ul,
.switch-box-wrapper .product-list ul {
  font-size: 0;
}

.switch-box-wrapper .product-sort ul:after,
.switch-box-wrapper .product-list ul:after {
  content: "";
  display: block;
  clear: both;
}

.switch-box-wrapper .product-sort li,
.switch-box-wrapper .product-list li {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  padding-right: 10px;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .switch-box-wrapper .product-sort li,
  .switch-box-wrapper .product-list li {
    width: 33.333%;
    padding-right: 10px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .switch-box-wrapper .product-sort li,
  .switch-box-wrapper .product-list li {
    width: 50%;
    padding-right: 10px;
  }
}

.switch-box-wrapper .product-sort li a,
.switch-box-wrapper .product-list li a {
  padding-top: 10px;
  display: block;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

.switch-box-wrapper .product-sort li .pic,
.switch-box-wrapper .product-list li .pic {
  width: 100%;
  height: 130px;
  margin-bottom: 10px;
}

.switch-box-wrapper .product-sort li .pic:after,
.switch-box-wrapper .product-list li .pic:after {
  content: "";
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: bottom;
}

@media (max-width: 768px) {
  .switch-box-wrapper .product-sort li .pic,
  .switch-box-wrapper .product-list li .pic {
    height: 162px;
  }
}

@media (max-width: 767px) {
  .switch-box-wrapper .product-sort li .pic,
  .switch-box-wrapper .product-list li .pic {
    height: 140px;
  }
}

.switch-box-wrapper .product-sort li .pic img,
.switch-box-wrapper .product-list li .pic img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: bottom;
}

.switch-box-wrapper .product-sort li .info,
.switch-box-wrapper .product-list li .info {
  font-size: 14px;
  color: #2d2d2d;
  color: #2d2d2d;
}

.switch-box-wrapper .product-list-wrapper {
  padding-top: 30px;
  border-top: 1px solid #484848;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  /* .switch-box-wrapper .product-list-wrapper {
		max-width: 587px;
		margin: auto;
	} */
}

@media (max-width: 767px) {
  .switch-box-wrapper .product-list-wrapper {
    margin: 0 20px;
  }
}

.product-list-wrapper .return {
  display: none;
  margin-bottom: 30px;
  font-size: 0;
  color: #7f7f7f;
}

.product-list-wrapper .return span {
  display: inline-block;
  font-size: 16px;
}

.product-list-wrapper .return i {
  line-height: 1;
  font-size: 22px;
  color: #ffbc0d;
}

.product-list-wrapper.active .return {
  display: inline-block;
  cursor: pointer;
}

.product-list-wrapper .product-list {
  display: none;
}

.product-list-wrapper .product-list.active {
  display: block;
}

.product-list-wrapper .product-list li a {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 2px solid transparent;
}

.product-list-wrapper .product-list .info {
  /* min-height: 42px; */
  padding: 0 5px;
  margin-bottom: 10px;
}

.product-list-wrapper .product-list .tips {
  opacity: 0;
  visibility: hidden;
  font-size: 0;
  min-height: 18px;
  -webkit-transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
  transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
}

.product-list-wrapper .product-list .tips:after {
  content: "";
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: top;
}

.product-list-wrapper .product-list .tips i {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #ffbc0d;
  line-height: 1;
}

.product-list-wrapper .product-list .tips span {
  display: inline-block;
  vertical-align: top;
  font-size: 11px;
  color: #7f7f7f;
}

.product-list-wrapper .product-list li.active a {
  border-color: #ffbc0d;
}

.product-list-wrapper .product-list li .tips.active {
  opacity: 1;
  visibility: visible;
}

/* 已选商品 */
.product-result-box {
  display: none;
  margin-bottom: 30px;
}

.product-result-box.active {
  display: block;
}

.product-result-box > ul {
  margin-bottom: 30px;
}

.product-result-box > ul > li {
  height: 90px;
  padding: 0 30px 0 25px;
  font-size: 0;
  background-color: #fff;
  border-bottom: 2px solid #f7f7f7;
}

.product-result-box > ul > li .popover {
  z-index: 1;
}

@media (max-width: 768px) {
  .product-result-box > ul {
    /* max-width: 587px; */
    margin: 0 auto 30px;
  }

  .product-result-box > ul > li {
    height: 120px;
    padding: 15px 35px 0 20px;
  }
}

@media (max-width: 767px) {
  .product-result-box > ul > li {
    height: 90px;
    padding: 12px 13px 0;
  }
}

.product-result-box > ul > li:after,
.product-result-box > ul > li .pic:after,
.product-result-box > ul > li .tool-box:after {
  content: "";
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.product-result-box > ul > li:last-child {
  border-bottom: 0;
}

.product-result-box > ul > li .check-box {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}

/* checkbox 覆盖原生样式 */
.product-result-box > ul > li .check-box input {
  display: none;
}

.product-result-box > ul > li .check-box label {
  position: relative;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background: #eee;
  cursor: pointer;
}

.product-result-box > ul > li .check-box label:after {
  content: "\e65e";
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  line-height: 18px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  color: #000;
}

.product-result-box > ul > li .check-box .m-check:checked + label {
  background-color: #ffbc0d;
}

.product-result-box > ul > li .check-box .m-check:checked + label:after {
  display: block;
}

@media (max-width: 768px) {
  .product-result-box > ul > li .check-box {
    margin-right: 13px;
    margin-top: 8px;
    vertical-align: top;
  }
}

@media (max-width: 767px) {
  .product-result-box > ul > li .check-box label {
    width: 18px;
    height: 18px;
    line-height: 18px;
  }

  .product-result-box > ul > li .check-box label:after {
    width: 14px;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
  }
}

.product-result-box > ul > li .pic {
  display: inline-block;
  vertical-align: middle;
  margin-right: 23px;
  width: 53px;
  height: 100%;
}

.product-result-box > ul > li .pic a {
  display: inline-block;
}

.product-result-box > ul > li .pic img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

@media (min-width: 769px) {
  .product-result-box > ul > li .info .popover {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .product-result-box > ul > li {
    position: relative;
  }

  .product-result-box > ul > li .pic {
    vertical-align: top;
    margin-right: 15px;
  }

  .product-result-box > ul > li .pic a {
    vertical-align: top;
  }

  .product-result-box > ul > li .info .popover {
    left: 130px !important;
  }

  .product-result-box > ul > li .info .popover-content {
    padding: 5px 10px;
  }

  .product-result-box > ul > li .info .popover .iconfont {
    color: #ffbc0d;
  }

  .product-result-box > ul > li .info .popover.bottom > .arrow {
    left: 15% !important;
  }
}

@media (max-width: 767px) {
  .product-result-box > ul > li .info .popover-content {
    padding: 2px 5px;
  }

  .product-result-box > ul > li .info .popover {
    left: 100px !important;
  }

  .product-result-box > ul > li .info .popover.bottom {
    margin-top: 10px;
  }
}

.product-result-box > ul > li .info {
  display: inline-block;
  vertical-align: middle;
  max-width: 250px;
  font-size: 16px;
  color: #2d2d2d;
}

.product-result-box > ul > li .info p {
  font-size: 16px;
  color: #2d2d2d;
}

.product-result-box > ul > li .info p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (max-width: 768px) {
  .product-result-box > ul > li .info {
    vertical-align: top;
  }
}

@media (max-width: 767px) {
  .product-result-box > ul > li .info {
    max-width: 140px;
    font-size: 12px;
    color: #fff;
  }

  .product-result-box > ul > li .info p {
    font-size: 12px;
  }
}

.product-result-box > ul > li .tool-box {
  float: right;
  font-size: 0;
  height: 100%;
}

.product-result-box .tool-box .tips-btn {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  cursor: pointer;
}

.product-result-box .tool-box .tips-btn i {
  font-size: 20px;
  color: #ffbc0d;
}

@media (max-width: 768px) {
  .product-result-box .tool-box .tips-btn {
    display: none;
  }
}

/* 提示弹出重置 */
.popover {
  z-index: 3000;
  background: #ffbc0d;
  border-radius: 0;
  border: none;
}

.popover .popover-content {
  padding: 3px 10px;
  font-size: 12px;
  color: #000;
}

.popover.bottom > .arrow {
  top: -8px;
  margin-left: -8px;
  border-bottom-color: #ffbc0d;
}

.popover.bottom > .arrow:after {
  border-bottom-color: #ffbc0d;
}

.popover > .arrow {
  border-width: 8px;
}

/* 选择大中小 */
.product-result-box .tool-box .select-box {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}

@media (max-width: 768px) {
  .product-result-box > ul > li .tool-box {
    position: relative;
  }

  .product-result-box .tool-box .select-box {
    position: absolute;
    right: 0;
    top: 55px;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .product-result-box .tool-box .select-box {
    top: 35px;
  }
}

.product-result-box .tool-box .dropmenu {
  position: relative;
  width: 80px;
}

.product-result-box .tool-box .select-btn {
  width: 100%;
  padding-left: 10px;
  height: 25px;
  font-size: 11px;
  color: #2d2d2d;
  text-align: center;
  border: 1px solid #4d4d4d;
}

.product-result-box .tool-box .caret {
  position: absolute;
  top: 50%;
  left: 8px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: 7px solid #ffbc0d;
  border-right-width: 6px;
  border-left-width: 6px;
}

.product-result-box .tool-box .mobile-select > .caret {
  display: none;
}

.product-result-box .tool-box .dropdown-menu {
  position: absolute;
  z-index: 1;
  padding: 0;
  min-width: auto;
  width: 100%;
  border-radius: 0;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  border: 1px solid #4d4d4d;
  border-top-width: 0;
}

.product-result-box .tool-box .dropdown-menu li {
  border-bottom: 1px solid #4d4d4d;
}

.product-result-box .tool-box .dropdown-menu li a {
  padding: 0;
  padding-left: 10px;
  height: 25px;
  line-height: 24px;
  text-align: center;
  font-size: 11px;
  color: #2d2d2d;
  background: #252525;
  background: #f9f9f9;
}

.product-result-box .tool-box .dropdown-menu li:hover a {
  color: #ffbc0d;
  color: #fff;
  background: #191919;
  background: #db0007;
}

.product-result-box .tool-box .dropdown-menu li:last-child {
  border-bottom: none;
}

.product-result-box .tool-box .select-box .mobile-select {
  position: relative;
  width: 80px;
  height: 25px;
}

.product-result-box .dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: none;
  border-bottom: 0;
}

.product-result-box .tool-box .select-box .mobile-select select {
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 45%;
  width: 100%;
  height: 100%;
  font-size: 11px;
  color: #2d2d2d;
  border: none;
  background: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.product-result-box .bootstrap-select {
  width: 100% !important;
}

.product-result-box .bootstrap-select > button {
  padding: 0;
  padding-left: 10px;
  min-width: auto;
  width: 100%;
  height: 25px;
  line-height: 25px;
  border-radius: 0;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  color: #2d2d2d;
  outline: none;
  border: 1px solid #4d4d4d;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  font-size: 0;
}

.product-result-box .bootstrap-select > button:after {
  content: "";
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.product-result-box
  .bootstrap-select.btn-group
  .dropdown-toggle
  .filter-option {
  text-align: center;
  font-size: 12px;
  height: 100%;
  line-height: 23px;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .product-result-box
    .bootstrap-select.btn-group
    .dropdown-toggle
    .filter-option {
    line-height: 38px;
  }
}

@media (max-width: 767px) {
  .product-result-box
    .bootstrap-select.btn-group
    .dropdown-toggle
    .filter-option {
    line-height: 23px;
  }
}

.product-result-box .btn-group.open .dropdown-toggle {
  background: none;
  color: #2d2d2d;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 1px solid #4d4d4d;
}

.product-result-box .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}

@media (max-width: 768px) {
  .product-result-box .tool-box .select-box .mobile-select {
    width: 127px;
  }

  .product-result-box .bootstrap-select > button {
    height: 40px;
  }

  .product-result-box .tool-box .dropdown-menu li a {
    height: 40px;
    line-height: 39px;
  }
}

@media (max-width: 767px) {
  .product-result-box .tool-box .select-box .mobile-select {
    width: 80px;
  }

  .product-result-box .bootstrap-select > button {
    height: 25px;
  }

  .product-result-box .tool-box .dropdown-menu {
    display: none !important;
  }

  .product-result-box .tool-box .mobile-select > .caret {
    display: block;
  }

  .product-result-box .tool-box .select-box .mobile-select select {
    border: 1px solid #4d4d4d;
    border-radius: 0;
  }
}

/* 商品数量 */
.product-result-box .tool-box .choose-amount {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
  height: 25px;
  font-size: 0;
  border: 1px solid #4d4d4d;
}

.product-result-box .tool-box .choose-amount:after {
  content: "";
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: top;
}

.product-result-box .tool-box .choose-amount a {
  display: inline-block;
  vertical-align: top;
  width: 23px;
  height: 100%;
  line-height: 23px;
  text-align: center;
  font-size: 16px;
  color: #4c4c4c;
}

.product-result-box .tool-box .choose-amount a:hover {
  color: #f5f5f5;
  color: #db0007;
}

.product-result-box .tool-box .choose-amount a.disabled:hover {
  color: #4c4c4c;
  cursor: not-allowed;
}

.product-result-box .tool-box .choose-amount input {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 100%;
  text-align: center;
  font-size: 12px;
  color: #fff;
  color: #000;
  background: none;
  border: 1px solid #4d4d4d;
  border-top: none;
  border-bottom: none;
}

.product-result-box .tool-box .delete-btn {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.product-result-box .tool-box .delete-btn i {
  color: #ccc;
}

.product-result-box .tool-box .delete-btn:hover {
  background-color: #db0007;
}

.product-result-box .tool-box .delete-btn:hover i {
  color: #fff;
}

@media (max-width: 768px) {
  .product-result-box .tool-box .delete-btn {
    display: none;
  }

  .product-result-box .tool-box .choose-amount {
    vertical-align: top;
    margin-right: 0;
    height: 40px;
  }

  .product-result-box .tool-box .choose-amount a {
    width: 40px;
    line-height: 40px;
  }

  .product-result-box .tool-box .choose-amount input {
    width: 45px;
  }
}

@media (max-width: 767px) {
  .product-result-box .tool-box .choose-amount {
    height: 25px;
  }

  .product-result-box .tool-box .choose-amount a {
    width: 24px;
    line-height: 24px;
  }

  .product-result-box .tool-box .choose-amount input {
    width: 30px;
  }
}

/* 清除和添加 */
.product-result-box > .btn-group {
  display: block;
  text-align: center;
  font-size: 0;
}

.product-result-box > .btn-group:after,
.product-result-box > .btn-group button:after {
  content: "";
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.product-result-box > .btn-group button {
  display: inline-block;
  vertical-align: middle;
  margin-right: 40px;
  width: 300px;
  height: 50px;
  border: 2px solid #ffbc0d;
  font-size: 0;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}

.product-result-box > .btn-group button.add-more {
  background: #ffbc0d;
}

.product-result-box > .btn-group button.add-more span,
.product-result-box > .btn-group button.add-more i {
  color: #000;
}

.product-result-box > .btn-group .clear-result {
  border-color: #db0007;
}

.product-result-box > .btn-group .clear-result span,
.product-result-box > .btn-group .clear-result i {
  color: #db0007;
}

.product-result-box > .btn-group .clear-result.disabled {
  border-color: #ddd;
}

.product-result-box > .btn-group .clear-result.disabled span,
.product-result-box > .btn-group .clear-result.disabled i {
  color: #ddd;
}

.product-result-box > .btn-group .clear-result.disabled:hover {
  cursor: not-allowed;
  background: transparent;
}

@media (max-width: 768px) {
  .product-result-box > .btn-group button {
    width: 50%;
    margin-right: 0;
  }
}

.product-result-box > .btn-group button:last-child {
  margin-right: 0;
}

.product-result-box > .btn-group button i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
  line-height: 1;
  font-size: 15px;
  color: #ffbc0d;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.product-result-box > .btn-group button span {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #ffbc0d;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.product-result-box > .btn-group button.add-more i {
  margin-top: -2px;
  font-size: 22px;
  font-weight: bold;
}

/* 悬浮营养计算器 */
.fix-calculator {
  position: fixed;
  z-index: 1;
  top: 60px;
  left: 0;
  width: 100%;
  height: 100px;
  background: #ffbc0d;
  -webkit-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

@media (max-width: 767px) {
  .fix-calculator {
    top: 53px;
    height: 90px;
  }
}

.fix-calculator.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.fix-calculator-content {
  max-width: 1120px;
  height: 100%;
  padding: 0 20px;
  margin: 0 auto;
  font-size: 0;
}

.fix-calculator-content:after,
.fix-calculator-content .tit:after {
  content: "";
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.fix-calculator-content .tit {
  display: inline-block;
  vertical-align: middle;
  height: 42px;
  cursor: pointer;
}

.fix-calculator-content .tit i {
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 42px;
}

.fix-calculator-content .tit span {
  display: inline-block;
  vertical-align: middle;
  padding-top: 3.5%;
  margin-left: 3px;
  height: 42px;
  font-size: 18px;
  line-height: 1.1;
}

@media (max-width: 767px) {
  .fix-calculator-content {
    padding: 0 10px;
  }

  .fix-calculator-content .tit {
    height: 38px;
  }

  .fix-calculator-content .tit i {
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 38px;
  }

  .fix-calculator-content .tit span {
    display: none;
  }
}

.fix-calculator-content ul {
  display: inline-block;
  width: calc(100% - 104px);
  height: 100%;
  padding: 12px 0;
  font-size: 0;
}

.fix-calculator-content li {
  display: inline-block;
  vertical-align: middle;
  width: 16.666%;
  height: 100%;
  padding: 0 15px;
  text-align: center;
}

.fix-calculator-content li span {
  display: block;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 8px;
}

.fix-calculator-content li span.num {
  font-size: 32px;
  font-family: "AkzidenzGroteskBQCnd";
}

.fix-calculator-content li span:last-child {
  font-size: 12px;
}

@media (max-width: 768px) {
  .fix-calculator-content li:nth-of-type(5),
  .fix-calculator-content li:nth-of-type(6) {
    display: none;
  }

  .fix-calculator-content li {
    width: 25%;
    padding: 2px 5px;
  }
}

@media (max-width: 767px) {
  .fix-calculator-content ul {
    width: calc(100% - 38px);
    padding: 7px 0 3px;
  }

  .fix-calculator-content li {
    padding: 2px 0;
  }

  .fix-calculator-content li span {
    font-size: 13px;
  }

  .fix-calculator-content li span.num {
    font-size: 27px;
  }
}

.product-list .content-box {
  margin-bottom: 75px;
}

.product-category-cover {
  position: relative;
  display: block;
  max-width: 1160px;
  margin: 0 auto 40px auto;
  padding: 0 20px;
  overflow: hidden;
}

.product-category-cover img {
  display: block;
  width: 100%;
  height: auto;
}

.full-list-nav {
  display: block;
  position: relative;
  max-width: 1160px;
  margin: 0 auto -1px auto;
  padding: 0 20px;
  text-align: center;
  font-size: 0;
  overflow: hidden;
}

.full-list-nav li {
  display: inline-block;
  margin: 0 1px;
}

.full-list-nav li a {
  display: block;
  height: 50px;
  padding: 0 35px;
  font-size: 14px;
  line-height: 50px;
  background: #000;
  background: #fff;
  border: solid #333;
  border: solid #f7f7f7;
  color: #7f7f7f;
  color: #2d2d2d;
  border-width: 1px 1px 0 1px;
}

.full-list-nav li.active a,
.full-list-nav li a:hover {
  background: #333;
  background: #f7f7f7;
}

.food-list {
  position: relative;
  max-width: 645px;
  margin: 0 auto;
  padding-top: 30px;
  border-top: 1px solid #2e2e2e;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.food-list:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background: #4c4c4c;
  background: rgba(0, 0, 0, 0.1);
}

.food-list .row {
  margin: 0 -10px;
}

.food-list .col-md-3 {
  margin-bottom: 30px;
  padding: 0 10px;
  text-align: center;
}

.food-list .pic {
  display: block;
  height: 138px;
  margin: 0 auto 5px auto;
  text-align: center;
  font-size: 0;
}

.food-list .pic:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: bottom;
}

.food-list img {
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.food-list .name {
  display: block;
  height: 14px;
  text-align: center;
  color: #7f7f7f;
  font-size: 14px;
  line-height: 16px;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.food-list .like {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 20px auto 0 auto;
  text-align: center;
  line-height: 20px;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.food-list .col-md-3:hover .like {
  opacity: 1;
  visibility: visible;
}

.food-list .like i {
  font-size: 20px;
  color: #7f7f7f;
  color: #808080;
}

.food-list .like span {
  display: block;
  position: absolute;
  height: 20px;
  top: 0;
  left: 25px;
  font-size: 12px;
  line-height: 20px;
}

.event-detail .title-group {
  position: relative;
  min-height: 135px;
  padding-left: 96px;
  font-size: 0;
}

.event-detail .title-group.long-term {
  padding-left: 0;
}

.event-detail .title-group:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  min-height: 135px;
  vertical-align: middle;
}

.event-detail .title-group .time {
  display: block;
  position: absolute;
  width: 76px;
  left: 0;
  top: 0;
  border-right: 1px solid #808080;
}

.event-detail .title-group .time time {
  display: block;
  position: relative;
  padding-right: 20px;
  font-size: 14px;
}

.event-detail .title-group .time time:first-child {
  margin-bottom: 6px;
  padding-bottom: 6px;
}

.event-detail .title-group .time time:first-child:after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 3px;
  background: #fff;
  bottom: -1px;
  left: 50%;
  margin-left: -14px;
}

.event-detail .title-group .time time .day {
  display: block;
  font-size: 45px;
  line-height: 1;
}

.event-detail .title-group .content {
  display: inline-block;
  vertical-align: middle;
}

.event-detail .title-group .content .status {
  font-size: 14px;
  line-height: 1;
  color: #7f7f7f;
}

.event-detail .brief-intro {
  max-width: 685px;
  margin: 30px auto 0 auto;
  padding: 0 20px;
}

.event-detail .brief-intro p {
  padding: 30px 20px;
  background: #fff;
  font-size: 14px;
  line-height: 22px;
  color: #808080;
}

.block-wall .col-md-6 .inner a.disabled,
.block-wall .col-md-3 .inner a.disabled {
  cursor: default;
}

.coupon-list .list-title h3,
.event-list .list-title h3 {
  width: 100%;
}

.coupon-list .block-wall .block .inner > a.disbaled {
  cursor: default;
}

.coupon-list .block-wall .block .inner .info,
.block-wall .coupon .info {
  display: block;
  position: absolute;
  width: 90px;
  height: 36px;
  right: 20px;
  bottom: 20px;
  text-align: center;
  font-size: 16px;
  line-height: 36px;
  color: #000;
  background: #fff;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  -moz-box-shadow: 1px 1px 3px rgba(198, 198, 198, 0.75);
  -webkit-box-shadow: 1px 1px 3px rgba(198, 198, 198, 0.75);
  -ms-box-shadow: 1px 1px 3px rgba(198, 198, 198, 0.75);
  box-shadow: 1px 1px 3px rgba(198, 198, 198, 0.75);
}

.coupon-cover {
  position: relative;
  max-width: 1120px;
  height: 340px;
  margin: 0 auto;
  overflow: hidden;
}

.coupon-cover .inner {
  display: block;
  position: absolute;
  width: 500%;
  height: 100%;
  left: -200%;
  top: 0;
}

.coupon-cover .inner img {
  display: block;
  height: 100%;
  width: auto;
  margin: 0 auto;
}

.coupon-wrap {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  padding: 40px 20px 0 20px;
  background: #333;
  background: #f7f7f7;
}

.coupon-nav {
  position: relative;
  width: 645px;
  height: 235px;
  margin: 0 auto;
  padding-left: 185px;
  padding-bottom: 35px;
  border-bottom: 1px solid #484848;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0;
}

.coupon-nav:after,
.all .coupon-content .desktop:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #2e2e2e;
  background: rgba(0, 0, 0, 0.1);
}

.all .coupon-nav:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.coupon-nav img {
  display: block;
  position: absolute;
  width: 91px;
  height: auto;
  left: 44px;
  top: 0;
}

.coupon-nav h3 {
  width: 152px;
  margin-bottom: 30px;
  font-size: 38px;
  line-height: 45px;
  color: #2d2d2d;
  color: #2d2d2d;
}

.all .coupon-nav .info {
  display: inline-block;
  vertical-align: middle;
}

.all .coupon-nav .info h3 {
  width: 270px;
}

.coupon-nav button {
  display: inline-block;
  width: 190px;
  height: 48px;
  margin-right: 20px;
  text-align: center;
  line-height: 48px;
  background: #7f7f7f;
  color: #333;
  font-size: 24px;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.coupon-nav button:hover,
.coupon-nav button.active {
  color: #fff;
  background: #e82227;
}

.coupon-content .desktop {
  position: relative;
  width: 100%;
  max-width: 645px;
  margin: 0 auto;
  padding-top: 70px;
}

.all .coupon-content .desktop {
  margin-bottom: 55px;
  padding: 55px 0 45px 0;
  border-bottom: 1px solid #484848;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.all .coupon-content .desktop h4,
.all .coupon-content .mobile h4 {
  font-size: 28px;
  line-height: 1;
  color: #d9d9d9;
  color: #2d2d2d;
  text-align: center;
}

.all .coupon-content .mobile h4 {
  margin-bottom: 20px;
}

.all .coupon-content .desktop h4 {
  margin-bottom: 10px;
}

.coupon-content .desktop img {
  display: block;
  width: 100%;
  height: auto;
}

.coupon-content .desktop .link {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
}

.all .coupon-content .desktop .link {
  position: static;
}

.coupon-content .desktop .link .inner {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 36%;
}

.all .coupon-content .desktop .link .inner {
  padding-top: 0;
  height: auto;
}

.coupon-content .desktop .link .inner .link-wrap {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  font-size: 0;
}

.all .coupon-content .desktop .link .inner .link-wrap {
  position: static;
}

.coupon-content .desktop .link .inner .link-wrap:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.coupon-content .desktop .link .inner .link-wrap .link-content {
  display: inline-block;
  vertical-align: middle;
}

.coupon-content .desktop .general {
  display: inline-block;
  color: #2d2d2d;
  font-size: 14px;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.coupon-content .desktop .link-content .general {
  color: #fff;
}

.coupon-content .desktop .general i {
  display: block;
  font-size: 74px;
  line-height: 60px;
  color: #fff;
  color: #ffbc0d;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.all .coupon-content .desktop .general i {
  font-size: 84px;
}

.coupon-content .desktop .general:hover,
.coupon-content .desktop .general:hover i {
  color: #ffbc0d;
  color: #dd0007;
}

.coupon-content .desktop .general.disabled {
  cursor: default;
}

.coupon-content .desktop .general.disabled:hover,
.coupon-content .desktop .general.disabled:hover i {
  color: #fff;
  color: #ffbc0d;
}

.coupon-content .desktop .link-list {
  display: block;
  padding-top: 30px;
  text-align: center;
  font-size: 0;
}

.all .coupon-content .desktop .link-list {
  max-width: 370px;
  margin: 0 auto -10px auto;
}

.coupon-content .desktop .link-list a {
  display: inline-block;
  height: 34px;
  margin: 0 3px 3px 3px;
  padding: 0 20px;
  line-height: 34px;
  font-size: 17px;
  background: #ffbc0d;
  color: #333;
}

.coupon-content .desktop .link-list a:hover {
  background: #db0007;
  color: #fff;
}

.all .coupon-content .desktop .link-list a {
  padding: 0 30px;
  margin: 0 10px 20px 10px;
}

.coupon-content .mobile {
  width: 100%;
  max-width: 645px;
  margin: 0 auto;
  padding-bottom: 100px;
}

.coupon-content .mobile section {
  position: relative;
  height: 360px;
  padding: 35px 0;
  border-bottom: 1px solid #484848;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  zoom: 1;
}

.coupon-content .mobile section:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #2e2e2e;
  background: rgba(0, 0, 0, 0.1);
}

.coupon-content .mobile section:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.coupon-content .mobile section p {
  font-size: 14px;
  line-height: 22px;
  color: #2d2d2d;
  color: #2d2d2d;
}

.coupon-content .mobile section .num {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  left: -3px;
  margin-bottom: 15px;
  text-align: center;
  line-height: 50px;
}

.coupon-content .mobile section .num i {
  display: block;
  position: absolute;
  left: -4px;
  top: -2px;
  font-size: 60px;
  color: #e82227;
  color: #db0007;
  z-index: 10;
}

.coupon-content .mobile section .num span {
  display: inline-block;
  position: relative;
  font-size: 20px;
  color: #fff;
  z-index: 20;
}

.coupon-content .mobile section .image {
  position: relative;
  width: 60%;
}

.coupon-content .mobile section.step-1 .image {
  float: right;
  text-align: right;
}

.coupon-content .mobile section.step-1 .qr {
  display: inline-block;
  width: 193px;
  height: auto;
  margin-left: 40px;
  vertical-align: middle;
}

.coupon-content .mobile section.step-1 .man {
  display: inline-block;
  width: 142px;
  height: auto;
}

.coupon-content .mobile section.step-1 .text {
  padding-top: 50px;
  width: 33%;
}

.coupon-content .mobile section.step-2 .image {
  float: left;
  text-align: left;
}

.coupon-content .mobile section.step-2 .phone {
  display: inline-block;
  position: relative;
  top: -34px;
  width: 205px;
  height: auto;
  margin-right: 35px;
}

.coupon-content .mobile section.step-2 .man {
  display: inline-block;
  width: 126px;
  height: auto;
}

.coupon-content .mobile section.step-2 .text {
  float: right;
  padding-top: 60px;
  width: 32%;
}

.coupon-content .mobile section.step-3 .image {
  float: right;
  text-align: right;
}

.coupon-content .mobile section.step-3 .phone {
  display: inline-block;
  position: relative;
  bottom: -24px;
  width: 208px;
  height: auto;
  margin-left: 50px;
}

.coupon-content .mobile section.step-3 .man {
  display: inline-block;
  width: 86px;
  height: auto;
}

.coupon-content .mobile section.step-3 .text {
  padding-top: 80px;
  width: 22%;
}

.coupon-content .mobile section.step-4 .image {
  float: left;
  text-align: left;
}

.coupon-content .mobile section.step-4 .phone {
  display: inline-block;
  position: relative;
  bottom: -17px;
  width: 207px;
  height: auto;
  margin-right: 50px;
}

.coupon-content .mobile section.step-4 .man {
  display: inline-block;
  width: 104px;
  height: auto;
}

.coupon-content .mobile section.step-4 .text {
  float: right;
  padding-top: 80px;
  width: 28%;
}

.announcement-box {
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
  padding: 180px 0;
  font-size: 0;
}

.announcement-box img {
  display: inline-block;
  width: 98px;
  height: 120px;
  margin-right: 70px;
  vertical-align: top;
}

.announcement-box .text {
  display: inline-block;
  width: 462px;
  vertical-align: top;
}

.announcement-box h4 {
  margin-bottom: 25px;
  font-size: 28px;
  line-height: 38px;
  color: #2d2d2d;
  color: #2d2d2d;
}

.announcement-box p {
  font-size: 14px;
  line-height: 22px;
  color: #2d2d2d;
  color: #2d2d2d;
}

.announcement-box p span,
.announcement-box p a {
  color: #ffbc0d;
}

.announcement-box p a:hover {
  text-decoration: underline;
}

.food-safety-search {
  display: block;
  position: relative;
  width: 100%;
  height: 213px;
}

.food-safety-search .wrap {
  display: block;
  position: fixed;
  width: 100vw;
  left: 0;
  top: 120px;
  -moz-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.food-safety-search .wrap {
  width: 100%\9;
}

.food-safety-search.shrink .wrap {
  top: 60px;
}

.food-safety-search .wrap > section {
  position: relative;
  background: #ffbc0d;
  z-index: 200;
}

.food-safety-search .inner {
  display: block;
  position: relative;
  height: 163px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 25px 285px 0 285px;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.food-safety-search.shrink .inner {
  position: relative;
  height: 100px;
  padding: 25px 285px 0 285px;
  z-index: 200;
}

.food-safety-search .slogen {
  display: block;
  position: absolute;
  width: 229px;
  left: 0;
  top: 33px;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.food-safety-search .slogen img {
  display: block;
  width: 100%;
  height: auto;
}

.food-safety-search.shrink .slogen {
  width: 128px;
  left: 83px;
  top: 24px;
}

.food-safety-search p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.food-safety-search.shrink p {
  height: 0;
  margin: 0;
  opacity: 0;
}

.food-safety-search .search {
  display: block;
  position: relative;
}

.food-safety-search .search label {
  display: block;
  width: 100%;
  height: 50px;
  background: #333;
  background: #fff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

.food-safety-search .search label input {
  display: block;
  width: 100%;
  height: 50px;
  padding: 15px 65px 15px 15px;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  color: #b2b2b2;
  color: #2d2d2d;
  border: none;
  background: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

.food-safety-search .search button {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 50px;
  color: #ffbc0d;
  color: #2d2d2d;
  font-size: 30px;
  z-index: 100;
}

.food-safety-search .search .result-box {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  top: 60px;
  background: #333;
  background: #fff;
  border: 1px solid #808080;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.food-safety-search .search .result-box ul {
  display: block;
  max-height: 350px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.food-safety-search .search .result-box ul::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background: #333;
  background: #fff;
}

.food-safety-search .search .result-box ul::-webkit-scrollbar-thumb {
  background: #ffbc0d;
}

.food-safety-search .search .result-box ul::-webkit-scrollbar-thumb:hover {
  background: #ffbc0d;
}

.food-safety-search .search .result-box ul::-webkit-scrollbar-thumb:active {
  background: #ffbc0d;
}

.food-safety-search .search .result-box ul li {
  display: block;
  border-bottom: 1px solid #808080;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.food-safety-search .search .result-box ul li a {
  display: block;
  height: 49px;
  padding: 20px 15px;
  color: #d9d9d9;
  color: #2d2d2d;
  font-size: 16px;
  line-height: 19px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.food-safety-search .search .result-box ul li a:hover {
  background: #808080;
  background: #f9f9f9;
  color: #1a1a1a;
  color: #db0007;
}

.food-safety-search .search .result-box > a {
  display: inline-block;
  float: right;
  padding-right: 15px;
  text-align: right;
  line-height: 50px;
  font-size: 12px;
  color: #b2b2b2;
  color: #2d2d2d;
}

.food-safety-search .search .result-box > a:hover {
  color: #db0007;
}

.food-safety-search .search .result-box > a i {
  display: inline-block;
  margin-left: 5px;
}

.food-safety-search .sns {
  position: absolute;
  right: 0;
  bottom: 25px;
  text-align: right;
}

.food-safety-search.shrink .sns {
  padding-top: 0;
}

.food-safety-search.shrink .sns span {
  display: inline-block;
  font-size: 14px;
  line-height: 32px;
  vertical-align: middle;
}

.food-safety-search .sns .bdsharebuttonbox {
  display: inline-block;
  position: relative;
  top: -3px;
  vertical-align: middle;
}

.food-safety-search .sns .bdsharebuttonbox a {
  display: inline-block;
  margin-left: 10px;
  line-height: 32px;
  color: #333;
  font-size: 32px;
  background: none;
}

.food-safety-search .sns .bdsharebuttonbox a:hover {
  color: #b2b2b2;
  color: #db0007;
}

.product_safety_list.main-content {
  padding-top: 140px;
}

.food-safety-search .list-title {
  width: 100%;
  max-width: 100%;
  margin: 0;
  background: #333;
  background: #f9f9f9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 100;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.food-safety-search .list-title.fold {
  opacity: 0;
  visibility: hidden;
  -moz-transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}

.food-safety-search .list-title .row {
  max-width: 1160px;
  margin: 0 auto;
}

.list-title .filter.hasText {
  text-align: left;
  white-space: nowrap;
}

.list-title .filter.hasText button {
  width: auto;
  margin-right: 12px;
  font-size: 14px;
  color: #808080;
  color: #2d2d2d;
}

.list-title .filter.hasText button.prev,
.list-title .filter.hasText button.next {
  display: none;
}

.food-safety-search .list-title .filter button.active,
.food-safety-search .list-title .filter button:hover {
  color: #db0007 !important;
  background: #f9f9f9 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.list-title .filter.hasText button i {
  display: inline-block;
  margin-right: 3px;
  vertical-align: middle;
}

.list-title .filter button.article i {
  position: relative;
  top: 2px;
}

.product_safety_list .empty-box {
  width: 100%;
  height: 400px;
  text-align: center;
  font-size: 0;
}

.product_safety_list .empty-box:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.product_safety_list .empty-box p {
  display: inline-block;
  position: relative;
  max-width: 590px;
  padding: 0 20px 0 160px;
  font-size: 24px;
  line-height: 38px;
  color: #808080;
  vertical-align: middle;
  text-align: left;
}

.product_safety_list .empty-box p i {
  display: block;
  position: absolute;
  width: 110px;
  height: 110px;
  left: 25px;
  top: -10px;
  font-size: 105px;
  line-height: 1;
}

.product-safety-detail .bottom-tag {
  display: block;
  position: relative;
  height: 75px;
  padding: 0 20px;
  line-height: 75px;
  background: #ffbc0d;
}

.product-safety-detail .bottom-tag:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  left: 5px;
  top: -16px;
  border: 16px solid transparent;
  border-right-color: #333;
  border-right-color: #f7f7f7;
}

.product-safety-detail .content-box .row > .col-md-12 {
  float: none;
  max-width: 865px;
  margin: 0 auto;
}

.product-safety-detail .content-box .row > .col-md-12 > .inner {
  margin-bottom: 0;
}

.product-safety-detail .bottom-tag i {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-right: 12px;
  font-size: 42px;
  color: #333;
}

.product-safety-detail .bottom-tag span {
  display: inline-block;
  position: relative;
  top: -2px;
  font-size: 14px;
  color: #333;
}

.product-safety-detail .related-slide-list {
  margin-top: 50px;
  padding-top: 0;
  border: none;
}

.product-safety-detail .related-slide-list h3 {
  display: block;
  position: relative;
  width: 129px;
  /*height: 50px;*/
  margin: 0 auto 50px auto;
  /*background: #fff;
	text-align: center;
	line-height: 50px;
	font-size: 24px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;*/
}

.product-safety-detail .related-slide-list h3 img {
  display: block;
  width: 100%;
  height: auto;
}

/*.product-safety-detail .related-slide-list h3:after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	left: 5px;
	bottom: -16px;
	border: 16px solid transparent;
	border-right-color: #fff;
}*/
.product-safety-detail .related-product-safety-list {
  position: relative;
  max-width: 875px;
}

.product-safety-detail .related-slide-list .related-product-safety-list .prev {
  left: -44px;
}

.product-safety-detail .related-slide-list .related-product-safety-list .next {
  right: -44px;
}

.product_safety_list .announcement-box img {
  width: 105px;
  height: auto;
  vertical-align: middle;
}

.product_safety_list .announcement-box .text {
  width: 455px;
  vertical-align: middle;
}

html.iframe,
html.iframe body {
  background: transparent;
}

html.iframe header,
html.iframe footer,
html.iframe .sidebar {
  display: none;
}

header.float {
  position: fixed;
  left: 0;
  top: 0;
}

header.float .inner-wrap {
  width: 100vw;
}

header.float .inner-wrap {
  width: 100%\9;
}

header.float.shrink {
  height: 61px;
}

.mds-info {
  padding-top: 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #2d2d2d;
  color: #2d2d2d;
}

.mds-info p {
  margin-bottom: 30px;
}

.mds-info .city {
  text-align: left;
}

.mds-info .city label {
  display: inline-block;
  position: relative;
  width: 312px;
  height: 42px;
  background: #000;
  background: #fff;
  color: #fff;
  color: #2d2d2d;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  box-sizing: border-box;
}

.mds-info .city label select {
  width: 312px;
  height: 42px;
  padding: 0 15px;
  line-height: 42px;
  font-size: 16px;
  border: none;
  background: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

.mds-info .city label select option {
  background: #000;
  background: #fff;
  line-height: 42px;
  font-size: 16px;
}

.mds-info .city label i {
  display: block;
  position: absolute;
  width: 42px;
  height: 42px;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 40px;
  font-size: 23px;
  pointer-events: none;
}

#full-img {
  z-index: 9000;
}

#full-img .inner {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-align: center;
  font-size: 0;
  box-sizing: border-box;
  z-index: 9001;
  pointer-events: none;
}

#full-img .inner:after,
#full-img .inner .img-wrap:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

#full-img .inner .img-wrap {
  display: inline-block;
  width: 100%;
  height: 100%;
  max-width: 1024px;
  max-height: 768px;
  vertical-align: middle;
}

#full-img .inner img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

#full-img .inner button {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  background: #000;
  color: #fff;
  font-size: 30px;
  z-index: 9001;
}

.page-pagination {
  max-width: 645px;
  margin: 0 auto 50px auto;
  padding-bottom: 30px;
  text-align: center;
}

.page-pagination li {
  display: inline-block;
  margin: 0 7px;
  font-size: 16px;
  line-height: 24px;
  color: #2d2d2d;
  color: #2d2d2d;
}

.page-pagination li a {
  font-size: 16px;
  line-height: 24px;
  color: #2d2d2d;
  color: #2d2d2d;
}

.page-pagination li.active a {
  cursor: default;
}

.news-center-list {
  max-width: 675px;
  margin: 0 auto;
  padding: 70px 15px 50px 15px;
}

.news-center-list li {
  display: block;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 48px;
  border-bottom: 1px solid #474747;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.news-center-list li:last-child {
  border-bottom: none;
}

.news-center-list li:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #2e2e2e;
  background: rgba(0, 0, 0, 0.1);
}

.news-center-list li:last-child:after {
  display: none;
}

.news-center-list li .type {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 24px;
  color: #808080;
}

.news-center-list li .type i {
  display: inline-block;
  margin-right: 3px;
  font-size: 20px;
}

.news-center-list li h4 {
  font-size: 18px;
  line-height: 26px;
}

.news-center-list li h4 a {
  color: #d9d9d9;
  color: #2d2d2d;
}

.news-center-list li time {
  display: block;
  margin-top: 6px;
  color: #808080;
  font-size: 12px;
  line-height: 1;
}

.news-center-list li p {
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 20px;
  color: #808080;
}

.news-center-list li > a {
  display: inline-block;
  float: right;
}

.media-center-list {
  position: relative;
  max-width: 645px;
  margin: 0 auto 60px;
  padding: 30px 0 15px;
  border: solid #474747;
  border-width: 1px 0;
  box-sizing: border-box;
}

.media-center-list:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  top: -2px;
  left: 0;
  background: #2e2e2e;
}

.media-center-list:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #2e2e2e;
}

.media-center-list .row {
  margin: 0 -10px;
  font-size: 0;
}

.media-center-list .col-sm-6 {
  display: inline-block;
  float: none;
  margin-bottom: 25px;
  padding: 0 10px;
  vertical-align: top;
}

.media-center-list a:hover {
  text-decoration: none;
}

.media-center-list img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
}

.media-center-list h3 {
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 1;
}

.media-center-list p {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 22px;
  color: #d9d9d9;
}

.media-center-list span {
  display: block;
  text-align: right;
  font-size: 12px;
  line-height: 1;
}

/* ---------------------------------------------- /*
 *  popup
/* ---------------------------------------------- */
.wechat-box {
  display: block;
  position: fixed;
  width: 245px;
  height: 280px;
  left: 50%;
  top: 50%;
  margin: -140px 0 0 -123px;
  padding: 30px;
  background: #191919;
  background: #fff;
  border: 1px solid #2d2d2d;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.wechat-box .close {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: -15px;
  right: -15px;
  text-align: center;
  opacity: 1;
}

.wechat-box .close:before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  left: 50%;
  top: 50%;
  margin: -12px 0 0 -12px;
  background: #2d2d2d;
  background: #ffbc0d;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: 10;
}

.wechat-box .close i {
  display: block;
  position: relative;
  width: 14px;
  height: 14px;
  margin: 2px 0 0 8px;
  margin: 0 0 0 8px;
  font-size: 14px;
  line-height: 1;
  color: #191919;
  color: #fff;
  z-index: 20;
}

.wechat-box .close:hover:before {
  background: #ffbc0d;
  background: #dd0007;
}

.wechat-box .close:hover i {
  color: #fff;
}

.wechat-box img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 24px;
}

.wechat-box p {
  color: #2d2d2d;
  text-align: center;
  font-size: 12px;
  white-space: nowrap;
}

.wifi-box {
  display: block;
  position: fixed;
  width: 100%;
  height: 50px;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#B2000000', endColorstr='#B2000000');
}

.wifi-box p {
  font-size: 14px;
  line-height: 50px;
  color: #d9d9d9;
  /* color: #2d2d2d; */
}

.wifi-box p i {
  display: inline-block;
  margin-right: 7px;
  font-size: 30px;
  vertical-align: middle;
}

.wifi-box p span {
  color: #ffbc0d;
}

.wifi-box .close {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0;
  top: 0;
  opacity: 1;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #d9d9d9;
}

.wifi-box .close:hover {
  color: #ffbc0d;
}

.media-box {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  font-size: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#B2000000', endColorstr='#B2000000');
}

.media-box.full {
  background: #000;
  background: #f7f7f7;
}

.media-box:after,
.media-box .img-container:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.media-box .inner {
  display: inline-block;
  position: relative;
  width: 605px;
  padding: 80px;
  background: #333;
  background: #fff;
  vertical-align: middle;
}

.media-box.full .inner {
  width: 66%;
  padding: 0;
  background: none;
}

.media-box.img .inner {
  padding: 50px 100px;
}

.media-box .close {
  display: block;
  position: absolute;
  width: 56px;
  height: 56px;
  top: 5px;
  right: 5px;
  text-align: center;
  line-height: 56px;
  font-size: 20px;
  color: #808080;
  opacity: 1;
  -moz-text-shadow: none;
  -webkit-text-shadow: none;
  -ms-text-shadow: none;
  text-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

.media-box.full .close {
  position: fixed;
  top: 40px;
  right: 40px;
}

.media-box.img .close {
  top: 0;
  right: 0;
}

.media-box .close i {
  font-size: 25px;
}

.media-box h4 {
  margin-bottom: 20px;
  font-size: 28px;
  text-align: left;
  color: #ffbc0d;
  color: #000;
}

.media-box.img h4 {
  margin-bottom: 30px;
}

.media-box .img-container {
  width: 405px;
  height: 405px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 0;
}

.media-box .img-container img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.media-box .video-container {
  position: relative;
  width: 100%;
  height: 290px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 0;
}

.media-box.full .inner .video-container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  .media-box.full .inner {
    width: calc(100vw - 20px);
  }

  .media-box.full .close {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    right: 12px;
    top: 12px;
  }
}

.media-box .video-container iframe {
  width: 100% !important;
  height: 100% !important;
}

.media-box .info {
  text-align: left;
}

.media-box .info p {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 22px;
  color: #d9d9d9;
  color: #2d2d2d;
  text-align: left;
  vertical-align: middle;
}

.media-box .info a {
  display: inline-block;
  width: 50%;
  text-align: right;
  font-size: 50px;
  vertical-align: bottom;
  color: #ffbc0d;
}

.media-box .info .label {
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
  margin-top: 20px;
  border: 1px solid #808080;
  box-sizing: border-box;
}

.media-box .info .label input {
  display: block;
  width: 100%;
  height: 48px;
  padding: 10px 110px 10px 15px;
  font-size: 14px;
  line-height: 28px;
  color: #d9d9d9;
  color: #2d2d2d;
  border: none;
  outline: none;
  background: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

.media-box .info .label button {
  display: block;
  position: absolute;
  width: 98px;
  height: 50px;
  top: -1px;
  right: -1px;
  background: #ffbc0d;
  text-align: center;
  line-height: 50px;
  font-size: 23px;
  font-weight: normal;
  color: #000;
}

.media-box .tips {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  background: rgba(0, 0, 0, 0.7);
  color: #d9d9d9;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  z-index: 10;
}

.media-box .tips.succes {
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  text-align: center;
  font-size: 23px;
}

.media-box .tips.succes i {
  display: block;
  font-size: 65px;
}

.media-box .tips.fail {
  width: 420px;
  height: 120px;
  margin: -60px 0 0 -210px;
  padding: 30px 40px;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}

@media (max-width: 767px) {
  .media-box .inner {
    width: 100vw;
    height: 100vh;
    padding: 103px 25px 50px;
    box-sizing: border-box;
  }

  .media-box.img .inner {
    width: 100vw;
    height: 100vh;
    padding: 45px 25px 0;
    box-sizing: border-box;
  }

  .media-box h4 {
    margin-bottom: 15px;
  }

  .media-box .img-container {
    width: 100%;
    height: calc(100vw - 50px);
    margin-bottom: 20px;
  }

  .media-box .video-container {
    width: 100%;
    height: calc(56.25vw - 28.125px);
  }

  .media-box .tips.succes {
    padding-top: 3px;
    width: 75px;
    height: 75px;
    margin: -37px 0 0 -37px;
    font-size: 14px;
  }

  .media-box .tips.succes i {
    font-size: 30px;
  }

  .media-box .tips.fail {
    width: 210px;
    height: 60px;
    margin: -30px 0 0 -105px;
    padding: 15px 20px;
    text-align: center;
    font-size: 10px;
    line-height: 15px;
  }
}

/* ---------------------------------------------- /*
 *  full-slide
/* ---------------------------------------------- */
.full-gallery-box {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #191919;
}

.full-gallery-box iframe {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 50;
}

.full-gallery-box .close {
  display: block;
  position: absolute;
  width: 44px;
  height: 44px;
  right: 0px;
  top: 0px;
  text-align: center;
  line-height: 44px;
  opacity: 1;
  z-index: 100;
}

.full-gallery-box .close i {
  font-size: 30px;
  color: #fff;
}

.thumbnail-slide {
  display: block;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 20px 0;
  background: #000;
  background: #fff;
}

.thumbnail-slide .inner {
  position: relative;
  width: 100%;
  max-width: 1160px;
  height: 108px;
  padding: 0 20px;
  margin: 0 auto;
}

.thumbnail-slide .prev,
.thumbnail-slide .next {
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  top: 50%;
  margin-top: -32px;
  text-align: center;
  line-height: 64px;
  cursor: pointer;
}

.thumbnail-slide .prev {
  left: -44px;
}

.thumbnail-slide .next {
  right: -44px;
}

.thumbnail-slide .prev i,
.thumbnail-slide .next i {
  font-size: 40px;
  color: #2d2d2d;
  color: #ffbc0d;
}

.thumbnail-slide .prev:hover i,
.thumbnail-slide .next:hover i {
  color: #db0007;
}

.thumbnail-slide .swiper-container {
  width: 100%;
  height: 108px;
  padding: 4px;
}

.thumbnail-slide .swiper-container .swiper-slide {
  position: relative;
  width: auto;
  height: 100px;
  text-align: center;
  font-size: 0;
}

.thumbnail-slide .swiper-container .swiper-slide.swiper-slide-active {
  outline: 4px solid #fff;
  outline: 4px solid #ffbc0d;
}

.thumbnail-slide .swiper-container .swiper-slide:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.thumbnail-slide .swiper-container .swiper-slide img {
  display: inline-block;
  width: auto;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.pswp__caption__center {
  max-width: 1120px;
  padding: 10px 80px;
}

.pswp__top-bar {
  background: #323232;
}

.pswp__button--zoom,
.pswp__button--fs,
.pswp__button--share,
.pswp__button--close {
  display: none !important;
}

.pswp__counter {
  position: static;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: rgba(51, 51, 51, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#CC333333', endColorstr='#CC333333');
  opacity: 1;
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
  width: 64px;
  height: 64px;
  margin-top: -32px;
  text-align: center;
  line-height: 64px;
  font-size: 40px;
  color: #fff;
  color: #ffbc0d;
  opacity: 1;
}

.pswp__button--arrow--left:hover,
.pswp__button--arrow--right:hover {
  width: 64px;
  color: #db0007;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  display: none;
}

.loading-box {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
}

.loading-box img {
  display: block;
  position: absolute;
  width: 46px;
  height: 46px;
  left: 50%;
  top: 50%;
  margin: -23px 0 0 -23px;
}

/* ---------------------------------------------- /*
 *  map
/* ---------------------------------------------- */

.main-content.comming-soon {
  padding: 0;
}

.comming-soon .map {
  position: relative;
  width: 100%;
  min-height: 300px;
  z-index: 100;
  overflow: hidden;
}

.comming-soon .map .inner {
  display: block;
  position: absolute;
  width: 300%;
  height: 300%;
  left: -100%;
  top: -100%;
  text-align: center;
  font-size: 0;
}

.comming-soon .map .inner:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.comming-soon .map img {
  display: none;
  vertical-align: middle;
}

.comming-soon .map img.desktop {
  display: inline-block;
}

.comming-soon .info {
  display: block;
  position: fixed;
  width: 600px;
  height: 180px;
  left: 50%;
  top: 50%;
  margin: 0 0 0 -300px;
  z-index: 200;
  text-align: center;
}

.comming-soon .info h3 {
  margin-bottom: 55px;
  font-size: 78px;
  font-family: arial;
  font-weight: bold;
  color: #ffbc0d;
  line-height: 1;
}

.comming-soon .info a {
  display: block;
  width: 226px;
  height: 48px;
  margin: 0 auto;
  line-height: 48px;
  background: #ffbc0d;
  background: #ffbc0d;
  font-size: 24px;
  color: #000;
}

.main-content.map {
  position: relative;
  min-height: 600px !important;
  padding: 0;
  overflow: hidden;
}

.main-content.map .map-wrap,
.main-content.map .map-wrap #baiduMap {
  min-height: 600px !important;
}

.main-content.map .map-wrap:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.7);
  z-index: 300;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.main-content.map .map-wrap.dark:after {
  visibility: visible;
  opacity: 1;
}

.main-content.map .search-bar {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  top: 33px;
  z-index: 200;
}

.main-content.map .search-bar .inner {
  position: relative;
  max-width: 645px;
  margin: 0 auto;
  padding-right: 275px;
  text-align: center;
  font-size: 0;
  box-sizing: border-box;
}

.main-content.map .search-bar .input-box {
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
}

.main-content.map .search-bar .input-box label {
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
  padding: 10px 20px;
  vertical-align: top;
  border: solid #808080;
  border: solid rgba(0, 0, 0, 0.1);
  border-width: 1px 0 1px 1px;
  background: #333;
  background: #fff;
}

.main-content.map .search-bar .input-box input {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: normal;
  line-height: 16px;
  color: #808080;
  border: none;
  outline: none;
  background: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

.main-content.map .search-bar .input-box .result-box {
  display: none;
  position: absolute;
  width: 100%;
  max-height: 250px;
  left: 0;
  top: 50px;
  border-bottom: 1px solid #808080;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

/*.main-content.map .search-bar .input-box .result-box::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    background: #2b2b2b;
}
.main-content.map .search-bar .input-box .result-box::-webkit-scrollbar-thumb {
    background: #ec6c00;
}
.main-content.map .search-bar .input-box .result-box::-webkit-scrollbar-thumb:hover {
    background: #ec6c00;
}
.main-content.map .search-bar .input-box .result-box::-webkit-scrollbar-thumb:active {
    background: #ec6c00;
}*/
.main-content.map .search-bar .input-box .result-box li {
  display: block;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 20px;
  color: #d9d9d9;
  color: #2d2d2d;
  text-align: left;
  background: #333;
  background: #fff;
  border: solid #808080;
  border: solid rgba(0, 0, 0, 0.1);
  border-width: 0 1px 1px 1px;
  cursor: pointer;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.main-content.map .search-bar .input-box .result-box li:hover {
  background: #db0007;
  color: #fff;
}

.main-content.map .search-bar button {
  display: block;
  position: absolute;
  top: 0;
  height: 50px;
  line-height: 50px;
  background: #ffbc0d;
  color: #000;
  vertical-align: top;
}

.main-content.map .search-bar .submit {
  right: 178px;
  width: 97px;
  font-size: 23px;
}

.main-content.map .search-bar .current-location {
  width: 160px;
  right: 0;
  font-size: 16px;
}

.main-content.map .search-bar .current-location i {
  display: inline-block;
  position: relative;
  top: -2px;
  margin-right: 10px;
  font-size: 26px;
  vertical-align: middle;
}

.main-content.map .show-filter {
  display: none !important;
}

.main-content.map .close {
  display: none;
}

.main-content.map .filter-box {
  display: block;
  position: absolute;
  width: 71px;
  height: 541px;
  left: 0;
  top: 50%;
  margin-top: -270px;
  z-index: 400;
  border: solid #808080;
  border: solid rgba(0, 0, 0, 0.1);
  border-width: 1px 1px 0 0;
}

.main-content.map .filter-box li {
  display: block;
  width: 70px;
  height: 60px;
  text-align: center;
  border-bottom: 1px solid #808080;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.main-content.map .filter-box li a {
  display: block;
  width: 100%;
  height: 59px;
  font-size: 12px;
  color: #fff;
  /* color: #000; */
  background: #000;
  /* background: #fff; */
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

/*.main-content.map .filter-box li a:hover,*/
.main-content.map .filter-box li.active a {
  background: #fff;
  color: #000;
}

.main-content.map .filter-box li.disabled a {
  background: #000 !important;
  /* background: #fff!important; */
  color: #fff !important;
  /* color: #000 !important; */
  cursor: default;
  -webkit-filter: grayscale(100%) brightness(30%);
  -moz-filter: grayscale(100%) brightness(30%);
  -ms-filter: grayscale(100%) brightness(30%);
  filter: grayscale(100%) brightness(30%);
}

.main-content.map .filter-box li.all a {
  line-height: 59px;
}

.main-content.map .filter-box li span {
  display: block;
  width: 60px;
  height: 40px;
  margin: 0 auto;
  background: url(img/shop_icon.png) no-repeat;
  background-image: -webkit-image-set(
    url(img/shop_icon.png) 1x,
    url(img/shop_icon@2x.png) 2x
  );
  background-image: -moz-image-set(
    url(img/shop_icon.png) 1x,
    url(img/shop_icon@2x.png) 2x
  );
  background-image: -o-image-set(
    url(img/shop_icon.png) 1x,
    url(img/shop_icon@2x.png) 2x
  );
  background-image: -ms-image-set(
    url(img/shop_icon.png) 1x,
    url(img/shop_icon@2x.png) 2x
  );
  background-size: 480px 80px;
}

.main-content.map .filter-box li.opt1 span,
.main-content.map .filter-box li.opt1.disabled.active span {
  background-position: 0 0;
}

.main-content.map .filter-box li.opt2 span,
.main-content.map .filter-box li.opt2.disabled.active span {
  background-position: -60px 0;
}

.main-content.map .filter-box li.opt3 span,
.main-content.map .filter-box li.opt3.disabled.active span {
  background-position: -120px 0;
}

.main-content.map .filter-box li.opt4 span,
.main-content.map .filter-box li.opt4.disabled.active span {
  background-position: -180px 0;
}

.main-content.map .filter-box li.opt5 span,
.main-content.map .filter-box li.opt5.disabled.active span {
  background-position: -240px 0;
}

.main-content.map .filter-box li.opt6 span,
.main-content.map .filter-box li.opt6.disabled.active span {
  background-position: -300px 0;
}

.main-content.map .filter-box li.opt7 span,
.main-content.map .filter-box li.opt7.disabled.active span {
  background-position: -360px 0;
}

.main-content.map .filter-box li.opt8 span,
.main-content.map .filter-box li.opt8.disabled.active span {
  background-position: -420px 0;
}

/*.main-content.map .filter-box li.opt1 a:hover span,*/
.main-content.map .filter-box li.opt1.active a span {
  background-position: 0 -40px;
}

/*.main-content.map .filter-box li.opt2 a:hover span,*/
.main-content.map .filter-box li.opt2.active a span {
  background-position: -60px -40px;
}

/*.main-content.map .filter-box li.opt3 a:hover span,*/
.main-content.map .filter-box li.opt3.active a span {
  background-position: -120px -40px;
}

/*.main-content.map .filter-box li.opt4 a:hover span,*/
.main-content.map .filter-box li.opt4.active a span {
  background-position: -180px -40px;
}

/*.main-content.map .filter-box li.opt5 a:hover span,*/
.main-content.map .filter-box li.opt5.active a span {
  background-position: -240px -40px;
}

/*.main-content.map .filter-box li.opt6 a:hover span,*/
.main-content.map .filter-box li.opt6.active a span {
  background-position: -300px -40px;
}

/*.main-content.map .filter-box li.opt7 a:hover span, */
.main-content.map .filter-box li.opt7.active a span {
  background-position: -360px -40px;
}

/*.main-content.map .filter-box li.opt8 a:hover span,*/
.main-content.map .filter-box li.opt8.active a span {
  background-position: -420px -40px;
}

.main-content.map .no-result {
  display: block;
  position: absolute;
  width: 265px;
  height: 265px;
  left: 50%;
  top: 136px;
  margin-left: -132px;
  background: #1a1a1a;
  z-index: 300;
}

.main-content.map .no-result .inner {
  position: relative;
  padding: 40px 20px 0 20px;
}

.main-content.map .no-result .inner img {
  display: block;
  width: 70px;
  height: 80px;
  margin: 0 auto 40px auto;
}

.main-content.map .no-result .inner p {
  font-size: 14px;
  line-height: 22px;
  color: #d9d9d9;
}

.main-content.map .no-result .close {
  display: block !important;
  position: absolute;
  float: none;
  width: 24px;
  height: 24px;
  top: -12px;
  right: -12px;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 22px;
  font-size: 0;
  background: #d9d9d9;
  opacity: 1;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.main-content.map .no-result .close i {
  position: relative;
  font-size: 14px;
  color: #1a1a1a;
  z-index: 100;
}

.main-content.map .map-load {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#B2000000', endColorstr='#B2000000');
  z-index: 3000;
}

.main-content.map .map-load .load-inner {
  display: block;
  position: fixed;
  width: 70px;
  height: 98px;
  left: 50%;
  top: 50%;
  margin: -49px 0 0 -35px;
}

.main-content.map .map-load .load-bg {
  display: block;
  width: 70px;
  height: 98px;
}

.main-content.map .map-load .load-circle {
  display: block;
  position: absolute;
  left: 11px;
  top: 12px;
  width: 49px;
  height: 49px;
}

.BMap_pop img {
  display: none;
}

.BMap_pop div {
  overflow: visible !important;
}

.BMap_top,
.BMap_center,
.BMap_bottom,
.BMap_shadow,
.BMap_pop > div:first-child,
.BMap_pop > div:nth-child(3),
.BMap_pop > div:nth-child(5),
.BMap_pop > div:nth-child(7) {
  display: none;
}

.BMap_pop > div:nth-child(9) {
  height: auto !important;
}

/*.BMap_pop,.location-tag {
	width: 300px !important;
	height: 500px !important;
}*/
.location-tag {
  padding: 20px;
  background: #1a1a1a;
  border: 1px solid #808080;
}

.map-close {
  display: block !important;
  position: absolute;
  width: 24px;
  height: 24px;
  top: -12px;
  right: -12px;
  z-index: 500;
  background: url(img/map_close.png) no-repeat;
  background-image: -webkit-image-set(
    url(img/map_close.png) 1x,
    url(img/map_close@2x.png) 2x
  );
  background-image: -moz-image-set(
    url(img/map_close.png) 1x,
    url(img/map_close@2x.png) 2x
  );
  background-image: -o-image-set(
    url(img/map_close.png) 1x,
    url(img/map_close@2x.png) 2x
  );
  background-image: -ms-image-set(
    url(img/map_close.png) 1x,
    url(img/map_close@2x.png) 2x
  );
  background-size: 24px 24px;
}

.map-bottom-arrow {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  bottom: -39px;
  left: 50%;
  margin-left: -20px;
  border: 20px solid transparent;
  border-top-color: #808080;
}

.map-bottom-arrow:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  left: -19px;
  top: -21px;
  border: 19px solid transparent;
  border-top-color: #1a1a1a;
}

.location-tag .inner {
  color: #d9d9d9;
}

.location-tag .inner h4 {
  position: relative !important;
  margin-bottom: 15px !important;
  font-family: "微软雅黑", sans-serif !important;
  font-size: 18px !important;
  line-height: 28px !important;
  color: #fec74f !important;
}

.location-tag .inner .address {
  font-size: 14px !important;
  line-height: 22px !important;
  color: #d9d9d9 !important;
}

.location-tag .inner .tel {
  color: #d9d9d9;
}

.location-tag .inner .option {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #808080;
  font-size: 0;
  text-align: left;
}

.location-tag .inner .option div {
  display: inline-block;
  width: 25%;
  height: 40px;
  text-align: center;
  font-size: 0;
}

.location-tag .inner .option div:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.location-tag .inner .option div img {
  display: inline-block;
  vertical-align: middle;
}

.location-tag .inner .option div.opt1 img {
  width: 32px;
  height: 31px;
}

.location-tag .inner .option div.opt2 img {
  width: 27px;
  height: 27px;
}

.location-tag .inner .option div.opt3 img {
  width: 45px;
  height: 18px;
}

.location-tag .inner .option div.opt4 img {
  width: 43px;
  height: 13px;
}

.location-tag .inner .option div.opt5 img {
  width: 22px;
  height: 25px;
}

.location-tag .inner .option div.opt6 img {
  width: 33px;
  height: 25px;
}

.location-tag .inner .option div.opt7 img {
  width: 24px;
  height: 30px;
}

.location-tag .inner .option div.opt8 img {
  width: 16px;
  height: 38px;
}

.anchorBL {
  display: none;
}

.BMap_Marker {
  width: 43px !important;
  height: 90px !important;
}

.food-iframe-box {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.food-iframe-box.show {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.food-iframe-box button {
  display: block;
  position: fixed;
  width: 50px;
  height: 50px;
  top: 30px;
  right: 50px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  z-index: 200;
}

.food-iframe-box button:before,
.food-iframe-box button:after {
  content: "";
  display: block;
  position: fixed;
  height: 100%;
  top: 0;
  cursor: default;
  z-index: 100;
}

.food-iframe-box button:before {
  width: calc(50vw - 470px);
  left: 0;
}

.food-iframe-box button:after {
  width: calc(50vw - 485px);
  right: 15px;
}

.food-iframe-box .inner {
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate(0, -20px);
  -webkit-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  transform: translate(0, -20px);
  -moz-transition: all 0.5s 0.5s ease-out;
  -webkit-transition: all 0.5s 0.5s ease-out;
  -ms-transition: all 0.5s 0.5s ease-out;
  transition: all 0.5s 0.5s ease-out;
}

.food-iframe-box.show .inner {
  opacity: 1;
  visibility: visible;
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.food-iframe-box iframe {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  /*overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;*/
  z-index: 500;
}

/*.food-iframe-box iframe::-webkit-scrollbar {
    width: 4px;
    height: 2px;
    background: rgba(0,0,0,0.7);
}
.food-iframe-box iframe::-webkit-scrollbar-thumb {
    background: #ffbc0d;
}
.food-iframe-box iframe::-webkit-scrollbar-thumb:hover {
    background: #ffbc0d;
}
.food-iframe-box iframe::-webkit-scrollbar-thumb:active {
    background: #ffbc0d;
}*/

/* ---------------------------------------------- /*
 *  map new
/* ---------------------------------------------- */
header.shrink-fix {
  height: 60px;
}

.map-page {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.map-page .map-side-bar {
  position: absolute;
  width: 33%;
  height: 100%;
  left: 0;
  top: 0;
  background: #333;
  background: #f9f9f9;
  color: #d4d4d4;
  color: #000;
  z-index: 10;
}

.map-page .map-side-bar .search-bar {
  position: relative;
  height: 95px;
  padding: 25px 0 25px 34px;
}

.map-page .map-side-bar .search-bar label {
  display: block;
  position: relative;
  height: 45px;
  margin-right: 65px;
  padding-left: 40px;
  border-bottom: 1px solid #808080;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.map-page .map-side-bar .search-bar label:before {
  content: "\e70a";
  display: block;
  position: absolute;
  left: 0;
  top: -4px;
  font-size: 28px;
  font-weight: normal;
  font-family: "iconfont";
  color: #ffbc0d;
}

.map-page .map-side-bar .search-bar label input {
  display: block;
  width: 100%;
  height: 45px;
  border: none;
  outline: none;
  font-size: 14px;
  color: #d4d4d4;
  color: #2d2d2d;
  line-height: 45px;
  background: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.map-page .map-side-bar .search-bar button {
  display: block;
  position: absolute;
  width: 40px;
  height: 60px;
  top: 10px;
  right: 20px;
  text-align: center;
  line-height: 60px;
  font-size: 26px;
  color: #d4d4d4;
  color: #808080;
  -moz-transition: color 0.3s ease-out;
  -webkit-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

.map-page .map-side-bar .search-bar button:hover {
  color: #ffbc0d;
  /* color: #db0007; */
}

.map-page .map-side-bar .search-bar button.icon-map-close {
  font-size: 15px;
}

.map-page .map-side-bar .result-box {
  display: block;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.map-page .map-side-bar .result-box > p {
  font-size: 14px;
  text-align: center;
}

.map-page .map-side-bar .result-box::-webkit-scrollbar,
.map-page .map-side-bar .search-box::-webkit-scrollbar,
.map-page .map-side-bar .filter-box ul::-webkit-scrollbar {
  width: 4px;
  background: rgba(0, 0, 0, 0);
}

.map-page .map-side-bar .result-box::-webkit-scrollbar-thumb,
.map-page .map-side-bar .search-box::-webkit-scrollbar-thumb,
.map-page .map-side-bar .filter-box ul::-webkit-scrollbar-thumb {
  background: #ffbc0d;
}

.map-page .map-side-bar .result-box::-webkit-scrollbar-thumb:hover,
.map-page .map-side-bar .search-box::-webkit-scrollbar-thumb:hover,
.map-page .map-side-bar .filter-box ul::-webkit-scrollbar-thumb:hover {
  background: #ffbc0d;
}

.map-page .map-side-bar .result-box::-webkit-scrollbar-thumb:active,
.map-page .map-side-bar .search-box::-webkit-scrollbar-thumb:active,
.map-page .map-side-bar .filter-box ul::-webkit-scrollbar-thumb:active {
  background: #ffbc0d;
}

.map-page .map-side-bar .result-box > ul > li {
  display: block;
  position: relative;
  padding: 20px 62px 20px 34px;
  cursor: pointer;
  font-size: 0;
  -moz-transition: background 0.3s ease-out;
  -webkit-transition: background 0.3s ease-out;
  -ms-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}

.map-page .map-side-bar .result-box > ul > li:hover {
  background: #4d4d4d;
  background: #fff;
}

.map-page .map-side-bar .result-box > ul > li.active,
.map-page .map-side-bar .result-box > ul > li.active:hover {
  background: #000;
  background: #fff;
}

.map-page .map-side-bar .result-box > ul > li:after {
  content: "\e70c";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 20px;
  right: 25px;
  text-align: center;
  line-height: 20px;
  font-size: 20px;
  color: #808080;
  font-family: "iconfont";
}

.map-page .map-side-bar .result-box > ul > li .info {
  display: inline-block;
  width: 77%;
  padding-right: 20px;
  vertical-align: top;
}

.map-page .map-side-bar .result-box > ul > li .info strong {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
}

.map-page .map-side-bar .result-box > ul > li.active .info strong,
.map-page .map-side-bar .result-box > ul > li:hover .info strong,
.map-page .map-side-bar .result-box > ul > li.active .distance a,
.map-page .map-side-bar .result-box > ul > li:hover .distance a {
  color: #db0007;
}

.map-page .map-side-bar .result-box > ul > li .info span {
  display: block;
  font-size: 12px;
  line-height: 1.5;
}

.map-page .map-side-bar .result-box > ul > li .distance {
  display: inline-block;
  position: relative;
  top: -1px;
  width: 23%;
  padding-left: 20px;
  vertical-align: top;
  font-size: 12px;
  line-height: 1.5;
  text-align: right;
  color: #aaa;
  color: #2d2d2d;
}

.map-page .map-side-bar .result-box > ul > li .distance span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #d4d4d4;
  color: #808080;
}

.map-page .map-side-bar .result-box > ul > li .distance a {
  display: block;
  position: absolute;
  z-index: 20;
  width: 22px;
  height: 22px;
  right: 0;
  bottom: -20px;
  font-size: 22px;
  color: #ffbc0d;
  opacity: 0;
  -moz-transition: opacity 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.map-page .map-side-bar .result-box > ul > li.active .distance a {
  /*opacity: 1;
	-moz-transition: opacity .2s ease-out .2s;
	-webkit-transition: opacity .2s ease-out .2s;
	-ms-transition: opacity .2s ease-out .2s;
	transition: opacity .2s ease-out .2s;*/
}

.map-page .map-side-bar .result-box > ul > li .detail {
  /* margin-top: 30px; */
}

.map-page .map-side-bar .result-box > ul > li .detail ul {
  display: block;
  padding: 9px 0 0;
  border: solid #666;
  border: solid rgba(0, 0, 0, 0.1);
  border-width: 1px 0 0 0;
  margin-top: 30px;
  margin-bottom: -10px;
}

.map-page .map-side-bar .result-box > ul > li .detail li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  vertical-align: top;
  text-align: center;
  font-size: 12px;
}

.map-page .map-side-bar .result-box > ul > li .detail li i {
  display: block;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  font-size: 28px;
}

.map-page .map-side-bar .result-box > ul > li .detail li i.icon-dls,
.map-page .map-side-bar .result-box > ul > li .detail li i.icon-mccafe {
  font-size: 40px;
}

.map-page .map-side-bar .result-box > ul > li em {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  font-style: initial;
}
.map-page .map-side-bar .result-box > ul > li em:first-of-type {
  margin-top: 5px;
}
.map-page .map-side-bar .result-box > ul > li .tel-list {
  margin-top: 5px;
  margin-bottom: -10px;
}
.map-page .map-side-bar .result-box > ul > li .tel {
  /* padding-top: 14px; */
  display: inline-block;
  font-size: 12px;
  line-height: 1.5;
  color: #000;
  /* margin-top: 5px; */
  /* margin-bottom: -10px; */
  /* border-top: 1px solid rgba(0, 0, 0, .1); */
}

.map-page .map-side-bar .result-box > ul > li .tel:before {
  content: "\e71c";
  display: inline-block;
  font-family: "iconfont";
  margin-right: 4px;
}

.map-page .map-side-bar .search-box {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  top: 95px;
  background: #333;
  background: #f9f9f9;
  overflow: auto;
  z-index: 10;
}

.map-page .map-side-bar .search-box > p {
  display: block;
  padding: 18px 34px;
  font-size: 14px;
  color: #ffbc0d;
  line-height: 18px;
  color: #d4d4d4;
}

.map-page .map-side-bar .search-box li {
  display: block;
  padding: 18px 34px;
  font-size: 14px;
  font-weight: bold;
  color: #ffbc0d;
  line-height: 18px;
  cursor: pointer;
  -moz-transition: background 0.3s ease-out;
  -webkit-transition: background 0.3s ease-out;
  -ms-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}

.map-page .map-side-bar .search-box li:hover {
  background: #4d4d4d;
  background: #fff;
  color: #db0007;
}

.map-page .map-side-bar .search-box li.disabled {
  background: none;
  cursor: default;
}

.map-page .map-side-bar .search-box li span {
  display: inline-block;
  margin-left: 16px;
  font-weight: normal;
  color: #d4d4d4;
  color: #2d2d2d;
}

.map-page .map-side-bar .search-box li.disabled span {
  margin: 0;
}

.map-page .map-side-bar .filter-box {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background: #333;
  background: #f9f9f9;
  z-index: 21;
}

.map-page .map-side-bar .filter-box p {
  height: 95px;
  padding: 0 34px;
  line-height: 95px;
  font-size: 14px;
}

.map-page .map-side-bar .filter-box button {
  display: block;
  position: absolute;
  width: 95px;
  height: 95px;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 95px;
  font-size: 15px;
  color: #ffbc0d;
  /* color: #db0007; */
}

.map-page .map-side-bar .filter-box ul {
  display: block;
  overflow: auto;
}

.map-page .map-side-bar .filter-box ul li {
  display: block;
  padding: 20px 34px;
  font-size: 14px;
  line-height: 36px;
  cursor: pointer;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.map-page .map-side-bar .filter-box ul li:hover,
.map-page .map-side-bar .filter-box ul li.active {
  color: #db0007;
  background: #fff;
}

.map-page .map-side-bar .filter-box ul li i {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 25px;
  font-size: 36px;
  vertical-align: middle;
  text-align: center;
}

.map-page .map-side-bar .filter-box ul li i.icon-map-logo {
  font-size: 30px;
}

.map-page .map-side-bar .filter-box ul li i.icon-mccafe {
  font-size: 48px;
}

.map-page .map-side-bar .filter-box ul li i.icon-dls {
  font-size: 48px;
}

.map-page .map-wrap {
  position: absolute;
  width: 67%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 2;
}

.map-page .map-wrap #baiduMap {
  display: block;
  width: 100%;
}

.map-page .map-btn-group {
  display: block;
  position: fixed;
  top: 105px;
  left: 33%;
  margin-left: 40px;
  z-index: 20;
}

.map-page .map-search-tip {
  display: none;
}
@media (max-width: 767px) {
  .map-page .map-search-tip {
    display: inline-block;
    padding: 9px 10px;
    font-size: 14px;
    line-height: 1.2;
    position: absolute;
    left: calc(100% + 10px);
    background: rgba(0, 0, 0, 0.6);
    white-space: nowrap;
    border-radius: 4px;
    color: #fff;
    opacity: 1;
    pointer-events: initial;
    transition: opacity 0.5s ease;
  }
  .map-page .map-search-tip.fade {
    opacity: 0;
    pointer-events: none;
  }
  .map-page .map-search-tip:after {
    width: 8px;
    height: 8px;
    position: absolute;
    left: -4px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    content: "";
    display: inline-block;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.6) 50%, transparent 0%);
    background-size: 8px 8px;
    border-top-left-radius: 2px;
  }
}

.map-page .map-btn-group button {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  background: #ffbc0d;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  overflow: hidden;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  transition: color 0.3s ease-out;
}

.map-page .map-btn-group button:before {
  position: relative;
  z-index: 2;
}

.map-page .map-btn-group button:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  background: #db0007;
  -moz-transition: transform 0.3s ease-out;
  -webkit-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

@media (min-width: 1025px) {
  .map-page .map-btn-group button:hover {
    color: #fff;
  }
}

.map-page .map-btn-group button:hover:after {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.map-page .map-btn-group button.icon-check,
.map-page .map-btn-group button.icon-map-filter {
  display: none;
}

.map-page .map-bottom-bar {
  display: block;
  position: fixed;
  width: 100%;
  height: 235px;
  left: 0;
  bottom: 0;
  background: #333;
  background: #f9f9f9;
  color: #d4d4d4;
  color: #2d2d2d;
  z-index: -1;
  visibility: hidden;
  -moz-transition: transform 0.4s ease-out;
  -webkit-transition: transform 0.4s ease-out;
  -ms-transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  -moz-transform: translateY(118px);
  -webkit-transform: translateY(118px);
  -ms-transform: translateY(118px);
  transform: translateY(118px);
}

.map-page .map-bottom-bar.active {
  height: auto;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.map-page .map-bottom-bar .hook {
  display: block;
  position: relative;
  width: 100%;
  height: 28px;
}

.map-page .map-bottom-bar .hook.seize:after,
.map-page .map-bottom-bar .hook.seize:before {
  display: none;
}

.map-page .map-bottom-bar .hook:before,
.map-page .map-bottom-bar .hook:after {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 2px;
  top: 50%;
  left: 50%;
  margin-top: -2px;
  background: #808080;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
}

.map-page .map-bottom-bar .hook:before {
  margin-left: -18px;
  -moz-transform: rotate(-25deg);
  -webkit-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  transform: rotate(-25deg);
}

.map-page .map-bottom-bar.active .hook:before {
  -moz-transform: rotate(25deg);
  -webkit-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  transform: rotate(25deg);
}

.map-page .map-bottom-bar .hook:after {
  margin-left: -3px;
  -moz-transform: rotate(25deg);
  -webkit-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  transform: rotate(25deg);
}

.map-page .map-bottom-bar.active .hook:after {
  -moz-transform: rotate(-25deg);
  -webkit-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  transform: rotate(-25deg);
}

.map-page .map-bottom-bar > p {
  font-size: 15px;
  text-align: center;
}

.map-page .map-bottom-bar .swiper-container,
.map-page .map-bottom-bar .swiper-slide {
  width: 100%;
  height: 217px;
}

.map-page .map-bottom-bar .swiper-slide {
  position: relative;
  padding: 0 15px;
  font-size: 0;
}

.map-page .map-bottom-bar .swiper-slide .info {
  display: inline-block;
  width: 66%;
  height: 89px;
  vertical-align: top;
}

.map-page .map-bottom-bar .swiper-slide .info strong {
  display: block;
  max-height: 38px;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: bold;
  line-height: 19px;
  color: #ffbc0d;
}

.map-page .map-bottom-bar .swiper-slide .info span {
  display: block;
  max-height: 34px;
  font-size: 13px;
  line-height: 17px;
}

.map-page .map-bottom-bar .swiper-slide .distance {
  display: inline-block;
  position: relative;
  height: 89px;
  top: -1px;
  width: 34%;
  padding-left: 20px;
  vertical-align: top;
  font-size: 12px;
  line-height: 1.5;
  text-align: right;
  color: #aaa;
  color: #2d2d2d;
}

.map-page .map-bottom-bar .swiper-slide .distance span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #d4d4d4;
  color: #808080;
}

.map-page .map-bottom-bar .swiper-slide .distance a {
  display: block;
  margin-top: 3px;
  font-size: 25px;
  color: #ffbc0d;
}

.map-page .map-bottom-bar .swiper-slide .detail ul {
  display: block;
  padding: 5px 0 0 0;
  border: solid #666;
  border-width: 1px 0 0 0;
  white-space: nowrap;
  /* margin-top: 15px; */
  /* margin-bottom: 15px; */
}

.map-page .map-bottom-bar .swiper-slide .detail li {
  display: inline-block;
  width: 16.66%;
  padding-right: 5px;
  vertical-align: top;
  text-align: center;
  font-size: 12px;
}

.map-page .map-bottom-bar .swiper-slide .detail li i {
  display: block;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  font-size: 28px;
}

.map-page .map-bottom-bar .swiper-slide .detail li i.icon-dls,
.map-page .map-bottom-bar .swiper-slide .detail li i.icon-mccafe {
  font-size: 40px;
}

.map-page .map-bottom-bar .swiper-slide .tel-list {
  margin-bottom: 15px;
}
.map-page .map-bottom-bar .swiper-slide .tel {
  /* margin-top: 7px; */
  /* padding-top: 12px; */
  font-size: 13px;
  line-height: 1.5;
  color: #000;
  /* border-top: 1px solid #666; */
}

.map-page .map-bottom-bar .swiper-slide .tel:before {
  content: "\e71c";
  display: inline-block;
  font-family: "iconfont";
  margin-right: 2px;
}

.map-page .map-mobile-search,
.map-page .map-mobile-filter,
.map-page .map-bottom-pagination {
  display: none;
}

.map-page-load {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  z-index: 3000;
}

.map-page-load .load-inner {
  display: block;
  position: fixed;
  width: 50px;
  height: 70px;
  left: 50%;
  top: 50%;
  margin: -35px 0 0 -25px;
}

.map-page-load .load-bg {
  display: block;
  width: 50px;
  height: 70px;
}

.map-page-load .load-circle {
  display: block;
  position: absolute;
  left: 9px;
  top: 9px;
  width: 33px;
  height: 33px;
}

@media (max-width: 768px) {
  .map-page .map-side-bar {
    display: none;
  }

  .map-page .map-wrap {
    width: 100%;
    left: 0;
  }

  .map-page .map-bottom-bar {
    visibility: visible;
    z-index: 20;
  }

  .map-page .map-btn-group button:after {
    display: none;
  }

  .map-page .map-bottom-pagination {
    display: block;
    position: fixed;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 0;
    background: #4d4d4d;
    background: rgba(0, 0, 0, 0.1);
    font-size: 0;
    z-index: 30;
  }

  .map-page .map-bottom-bar .swiper-slide .info strong {
    line-height: 18px;
  }

  .map-page .map-bottom-bar .swiper-slide .info span {
    line-height: 16px;
  }

  .map-page .map-bottom-pagination span {
    display: inline-block;
    height: 3px;
    background: #ffbc0d;
    -moz-transition: transform 0.3s ease-out;
    -webkit-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }

  .map-page .map-mobile-search,
  .map-page .map-mobile-filter {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #333;
    background: #f9f9f9;
    z-index: 50;
  }

  .map-page .map-mobile-search .search-bar {
    position: relative;
    padding: 15px 64px 20px 15px;
  }

  .map-page .map-mobile-search .search-bar label {
    display: block;
    position: relative;
    width: 100%;
    height: 35px;
    padding: 0 35px;
    border: 1px solid #ffbc0d;
    overflow: hidden;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    -ms-border-radius: 17px;
    border-radius: 17px;
  }

  .map-page .map-mobile-search .search-bar label:before {
    content: "\e70a";
    display: block;
    position: absolute;
    width: 35px;
    height: 35px;
    left: 1px;
    top: 0;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    font-family: "iconfont";
    color: #d4d4d4;
    color: #2d2d2d;
  }

  .map-page .map-mobile-search .search-bar label input {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: none;
    border: none;
    outline: none;
    font-size: 14px;
    color: #d4d4d4;
    color: #2d2d2d;
  }

  .map-page .map-mobile-search .search-bar label button {
    display: block;
    position: absolute;
    width: 35px;
    height: 35px;
    right: 0;
    top: 0;
    text-align: center;
    line-height: 35px;
    font-size: 10px;
    font-family: "iconfont";
    color: #666;
    color: #2d2d2d;
  }

  .map-page .map-mobile-search .close,
  .map-page .map-mobile-filter .close {
    display: block;
    position: absolute;
    width: 35px;
    height: 35px;
    right: 15px;
    top: 15px;
    font-size: 15px;
    line-height: 35px;
    background: #ffbc0d;
    color: #000;
    opacity: 1;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    -ms-text-shadow: none;
    text-shadow: none;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
  }

  .map-page .map-mobile-search .search-box {
    overflow: auto;
  }

  .map-page .map-mobile-search .search-box > p {
    display: block;
    padding: 13px 15px;
    font-size: 15px;
    line-height: 18px;
    color: #d4d4d4;
    color: #2d2d2d;
  }

  .map-page .map-mobile-search .search-box li {
    display: block;
    padding: 13px 15px;
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    color: #ffbc0d;
  }

  .map-page .map-mobile-search .search-box li span {
    margin-left: 15px;
    font-weight: normal;
    color: #d4d4d4;
    color: #2d2d2d;
  }

  .map-page .map-mobile-search .search-box li.disabled span {
    margin-left: 0;
  }

  .map-page .map-mobile-filter {
    padding: 0 23px;
  }

  .map-page .map-mobile-filter p {
    font-size: 15px;
    font-weight: bold;
    line-height: 72px;
    color: #d4d4d4;
    color: #2d2d2d;
  }

  .map-page .map-mobile-filter ul {
    font-size: 0;
    line-height: 0;
  }

  .map-page .map-mobile-filter ul li {
    display: inline-block;
    position: relative;
    width: 33.3333%;
    height: 0;
    margin-bottom: 0;
    padding-top: 33.3333%;
    vertical-align: top;
  }

  .map-page .map-mobile-filter ul li.active {
    background: #000;
    background: #fff;
  }

  .map-page .map-mobile-filter ul li.disabled {
    background: none !important;
  }

  .map-page .map-mobile-filter ul li.disabled span {
    color: #808080 !important;
  }

  .map-page .map-mobile-filter ul li span {
    display: block;
    position: absolute;
    width: 100%;
    height: 65px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    font-size: 15px;
    line-height: 1;
    color: #d4d4d4;
    color: #2d2d2d;
  }

  .map-page .map-mobile-filter ul li span i {
    display: block;
    width: 55px;
    height: 45px;
    margin: 0 auto 5px;
    text-align: center;
    line-height: 45px;
    font-size: 35px;
  }

  .map-page .map-mobile-filter ul li span i.icon-dls,
  .map-page .map-mobile-filter ul li span i.icon-mccafe {
    font-size: 50px;
  }

  .map-page .map-mobile-filter ul li.active span {
    color: #fac34f;
    color: #db0007;
  }

  .map-page .map-bottom-bar .swiper-slide .distance {
    line-height: 1.4;
  }

  .map-page .map-bottom-bar .swiper-slide .distance a {
    margin-top: 0;
    font-size: 30px;
  }
}

@media (width: 768px) {
  header.shrink-fix {
    height: 60px;
  }

  .map-page .map-btn-group {
    top: 84px;
    left: 30px !important;
    margin: 0;
  }

  .map-page .map-btn-group button.icon-check,
  .map-page .map-btn-group button.icon-map-filter {
    display: block;
  }

  .map-page .map-btn-group button.icon-check {
    margin-bottom: 15px;
  }

  .map-page .map-btn-group button.icon-map-filter {
    position: fixed;
    left: 30px;
    bottom: 156px;
  }
}

@media (max-width: 767px) {
  header.shrink-fix {
    height: 53px;
  }

  .map-page .map-btn-group {
    left: 15px;
    top: 70px;
    margin: 0;
  }

  .map-page .map-btn-group button {
    width: 35px;
    height: 35px;
    font-size: 17px;
    line-height: 35px;
  }

  .map-page .map-btn-group button.icon-check {
    margin-bottom: 16px;
  }

  .map-page .map-btn-group button.icon-check,
  .map-page .map-btn-group button.icon-map-filter {
    display: block;
  }

  .map-page .map-btn-group button.icon-compass {
    position: fixed;
    left: 15px;
    bottom: 131px;
  }
}

@media (max-width: 320px) {
  .map-page .map-bottom-bar .swiper-slide .info {
    width: 70%;
    padding-right: 15px;
  }

  .map-page .map-bottom-bar .swiper-slide .distance {
    width: 30%;
    padding-left: 15px;
  }
}

/* ---------------------------------------------- /*
 *  Theme
/* ---------------------------------------------- */

/*绿色*/
.theme-green .page-nav a:hover,
.theme-green .cmsMainBox .table th,
.theme-green .related-box .related-item .type,
.theme-green .list-title,
.theme-green .related-swiper > h4,
.theme-green .classified-table .table-nav li:hover,
.theme-green
  .cmsPage
  .gallery
  .pagination
  span.swiper-pagination-bullet-active {
  background: #87bc49;
}

.theme-green .filter .select-box.show span,
.theme-green .list-title .filter button:hover {
  background: #6b9930;
}

.theme-green.main-content.news_list .block-wall .hot-list h5 a.active {
  background: #b0e553;
}

.theme-green .title-box h3,
.theme-green .cmsMainBox h4,
.theme-green .title-box .bdsharebuttonbox a:hover,
.theme-green .title-box .bdsharebuttonbox button:hover i,
.theme-green .title-box .bdsharebuttonbox button:hover span,
.theme-green .title-box .bdsharebuttonbox button.active i,
.theme-green .title-box .bdsharebuttonbox button.active span,
.theme-green .bottom-share.bdsharebuttonbox button.active i,
.theme-green .bottom-share.bdsharebuttonbox button.active span,
.theme-green .cmsMainBox h5,
.theme-green .cmsMainBox a,
.theme-green .cmsMainBox .double-list ul li h5,
.theme-green .cmsMainBox .link a i,
.theme-green .cmsMainBox .link a:hover,
.theme-green .cmsPage .gallery .cms-button-prev:hover i,
.theme-green .cmsPage .gallery .cms-button-next:hover i,
.theme-green .cmsPage .gallery .full-screen:hover i,
.theme-green .bottom-share.bdsharebuttonbox a:hover,
.theme-green .image-news-slide .full-screen:hover i,
.theme-green .image-news-slide .image-news-button-prev:hover i,
.theme-green .image-news-slide .image-news-button-next:hover i,
.theme-green .related-slide-list .list-nav li:hover,
.theme-green .related-slide-list .list-nav li.active,
.theme-green .related-slide-list .prev:hover i,
.theme-green .related-slide-list .next:hover i,
.theme-green .cmsMainBox .double-list ul li a span,
.theme-green .product-cover .like.active i,
.theme-green .product-cover .like.active,
.theme-green .product-info h3,
.theme-green .product-info p.availability,
.theme-green .product-info .link a i,
.theme-green .classified-table h4,
.theme-green .classified-table .table-nav li.active,
.theme-green .recommend-list h4,
.theme-green .recommend-list.mayLike li a:hover p,
.theme-green .full-list-nav li.active a,
.theme-green .full-list-nav li a:hover,
.theme-green .food-list .like.active i,
.theme-green .food-list .like.active span,
.theme-green .food-list a:hover .name,
.theme-green .title-box .tag:hover,
.theme-green .title-box .tag:hover i,
.theme-green .related-product-list a:hover .name,
.theme-green .news-center-list li > a,
.theme-green .news-center-list li h4 a:hover,
.theme-green .media-center-list h3,
.theme-green .media-center-list span,
.theme-green .block-wall .media-block .info i {
  color: #87bc49;
}

/*黄色*/
.page-nav a:hover,
.cmsMainBox .table th,
.related-box .related-item .type,
.list-title,
.related-swiper > h4,
.classified-table .table-nav li:hover,
.cmsPage .gallery .pagination span.swiper-pagination-bullet-active {
  background: #ffbc0d;
  background: #db0007;
}

.list-title,
.related-box .related-item .type,
.related-swiper > h4 {
  background: #ffbc0d;
  font-weight: bold;
}

.filter .select-box:hover span,
.list-title .filter button:hover {
  color: #ffbc0d;
  color: #fff;
  background: #fff;
  background: #db0007;
}

.main-content.news_list .block-wall .hot-list h5 a.active {
  background: #b0e553;
}

.title-box h3,
.cmsMainBox h4,
.title-box .bdsharebuttonbox a:hover,
.title-box .bdsharebuttonbox button:hover i,
.title-box .bdsharebuttonbox button:hover span,
.title-box .bdsharebuttonbox button.active i,
.title-box .bdsharebuttonbox button.active span,
.bottom-share.bdsharebuttonbox button.active i,
.bottom-share.bdsharebuttonbox button.active span,
.cmsMainBox h5,
.cmsMainBox a,
.cmsMainBox .double-list ul li h5,
.cmsMainBox .link a i,
.cmsMainBox .link a:hover,
.cmsPage .gallery .cms-button-prev:hover i,
.cmsPage .gallery .cms-button-next:hover i,
.cmsPage .gallery .full-screen:hover i,
.bottom-share.bdsharebuttonbox a:hover,
.image-news-slide .full-screen:hover i,
.image-news-slide .image-news-button-prev:hover i,
.image-news-slide .image-news-button-next:hover i,
.related-slide-list .list-nav li:hover,
.related-slide-list .list-nav li.active,
.related-slide-list .prev:hover i,
.related-slide-list .next:hover i,
.cmsMainBox .double-list ul li a span,
.product-cover .like.active i,
.product-cover .like.active,
.product-info h3,
.product-info p.availability,
.product-info .link a i,
.classified-table h4,
.classified-table .table-nav li.active,
.recommend-list h4,
.recommend-list.mayLike li a:hover p,
.full-list-nav li.active a,
.full-list-nav li a:hover,
.food-list .like.active i,
.food-list .like.active span,
.food-list a:hover .name,
.title-box .tag:hover,
.title-box .tag:hover i,
.related-product-list a:hover .name,
.list-title .filter.hasText button.active,
.mds-info .city label select option,
.mds-info .city label i,
.page-pagination li.active a,
.page-pagination li a:hover,
.news-center-list li > a,
.news-center-list li h4 a:hover,
.media-center-list h3,
.media-center-list span,
.block-wall .media-block .info i {
  color: #ffbc0d;
  color: #db0007;
}

.title-box h3,
.block-wall .media-block .info i {
  color: #2d2d2d;
}

.cmsMainBox a {
  color: #ffbc0d;
}

.cmsMainBox a:hover {
  color: #db0007;
}

/*橙色*/
.theme-orange .page-nav a:hover,
.theme-orange .cmsMainBox .table th,
.theme-orange .related-box .related-item .type,
.theme-orange .list-title,
.theme-orange .related-swiper > h4,
.theme-orange .classified-table .table-nav li:hover,
.theme-orange
  .cmsPage
  .gallery
  .pagination
  span.swiper-pagination-bullet-active {
  background: #ffbc0d;
}

.theme-orange .filter .select-box:hover span,
.theme-orange .list-title .filter button:hover {
  background: #6b9930;
}

.theme-orange.main-content.news_list .block-wall .hot-list h5 a.active {
  background: #b0e553;
}

.theme-orange .title-box h3,
.theme-orange .cmsMainBox h4,
.theme-orange .title-box .bdsharebuttonbox a:hover,
.theme-orange .title-box .bdsharebuttonbox button:hover i,
.theme-orange .title-box .bdsharebuttonbox button:hover span,
.theme-orange .title-box .bdsharebuttonbox button.active i,
.theme-orange .title-box .bdsharebuttonbox button.active span,
.theme-orange .bottom-share.bdsharebuttonbox button.active i,
.theme-orange .bottom-share.bdsharebuttonbox button.active span,
.theme-orange .cmsMainBox h5,
.theme-orange .cmsMainBox a,
.theme-orange .cmsMainBox .double-list ul li h5,
.theme-orange .cmsMainBox .link a i,
.theme-orange .cmsMainBox .link a:hover,
.theme-orange .cmsPage .gallery .cms-button-prev:hover i,
.theme-orange .cmsPage .gallery .cms-button-next:hover i,
.theme-orange .cmsPage .gallery .full-screen:hover i,
.theme-orange .bottom-share.bdsharebuttonbox a:hover,
.theme-orange .image-news-slide .full-screen:hover i,
.theme-orange .image-news-slide .image-news-button-prev:hover i,
.theme-orange .image-news-slide .image-news-button-next:hover i,
.theme-orange .related-slide-list .list-nav li:hover,
.theme-orange .related-slide-list .list-nav li.active,
.theme-orange .related-slide-list .prev:hover i,
.theme-orange .related-slide-list .next:hover i,
.theme-orange .cmsMainBox .double-list ul li a span,
.theme-orange .product-cover .like.active i,
.theme-orange .product-cover .like.active,
.theme-orange .product-info h3,
.theme-orange .product-info p.availability,
.theme-orange .product-info .link a i,
.theme-orange .classified-table h4,
.theme-orange .classified-table .table-nav li.active,
.theme-orange .recommend-list h4,
.theme-orange .recommend-list.mayLike li a:hover p,
.theme-orange .full-list-nav li.active a,
.theme-orange .full-list-nav li a:hover,
.theme-orange .food-list .like.active i,
.theme-orange .food-list .like.active span,
.theme-orange .food-list a:hover .name,
.theme-orange .title-box .tag:hover,
.theme-orange .title-box .tag:hover i,
.theme-orange .related-product-list a:hover .name,
.theme-orange .news-center-list li > a,
.theme-orange .news-center-list li h4 a:hover,
.theme-orange .media-center-list h3,
.theme-orange .media-center-list span,
.theme-orange .block-wall .media-block .info i {
  color: #ffbc0d;
  color: #ffbc0d;
}

.theme-orange .product-cover .like.active i,
.theme-orange .product-cover .like.active {
  color: #db0007;
}

/*蓝色*/
.theme-blue .page-nav a:hover,
.theme-blue .cmsMainBox .table th,
.theme-blue .related-box .related-item .type,
.theme-blue .list-title,
.theme-blue .related-swiper > h4,
.theme-blue .classified-table .table-nav li:hover,
.theme-blue .cmsPage .gallery .pagination span.swiper-pagination-bullet-active {
  background: #74cbc8;
  background: #ffbc0d;
}

.theme-blue .filter .select-box:hover span,
.theme-blue .list-title .filter button:hover {
  background: #6b9930;
}

.theme-blue.main-content.news_list .block-wall .hot-list h5 a.active {
  background: #74cbc8;
}

.theme-blue .title-box h3,
.theme-blue .cmsMainBox h4,
.theme-blue .title-box .bdsharebuttonbox a:hover,
.theme-blue .title-box .bdsharebuttonbox button:hover i,
.theme-blue .title-box .bdsharebuttonbox button:hover span,
.theme-blue .title-box .bdsharebuttonbox button.active i,
.theme-blue .title-box .bdsharebuttonbox button.active span,
.theme-blue .bottom-share.bdsharebuttonbox button.active i,
.theme-blue .bottom-share.bdsharebuttonbox button.active span,
.theme-blue .cmsMainBox h5,
.theme-blue .cmsMainBox a,
.theme-blue .cmsMainBox .double-list ul li h5,
.theme-blue .cmsMainBox .link a i,
.theme-blue .cmsMainBox .link a:hover,
.theme-blue .cmsPage .gallery .cms-button-prev:hover i,
.theme-blue .cmsPage .gallery .cms-button-next:hover i,
.theme-blue .cmsPage .gallery .full-screen:hover i,
.theme-blue .bottom-share.bdsharebuttonbox a:hover,
.theme-blue .image-news-slide .full-screen:hover i,
.theme-blue .image-news-slide .image-news-button-prev:hover i,
.theme-blue .image-news-slide .image-news-button-next:hover i,
.theme-blue .related-slide-list .list-nav li:hover,
.theme-blue .related-slide-list .list-nav li.active,
.theme-blue .related-slide-list .prev:hover i,
.theme-blue .related-slide-list .next:hover i,
.theme-blue .cmsMainBox .double-list ul li a span,
.theme-blue .product-cover .like.active i,
.theme-blue .product-cover .like.active,
.theme-blue .product-info h3,
.theme-blue .product-info p.availability,
.theme-blue .product-info .link a i,
.theme-blue .classified-table h4,
.theme-blue .classified-table .table-nav li.active,
.theme-blue .recommend-list h4,
.theme-blue .recommend-list.mayLike li a:hover p,
.theme-blue .full-list-nav li.active a,
.theme-blue .full-list-nav li a:hover,
.theme-blue .food-list .like.active i,
.theme-blue .food-list .like.active span,
.theme-blue .food-list a:hover .name,
.theme-blue .title-box .tag:hover,
.theme-blue .title-box .tag:hover i,
.theme-blue .related-product-list a:hover .name,
.theme-blue .news-center-list li > a,
.theme-blue .news-center-list li h4 a:hover,
.theme-blue .media-center-list h3,
.theme-blue .media-center-list span,
.theme-blue .block-wall .media-block .info i {
  color: #74cbc8;
}

/*红色*/
.theme-red .page-nav a:hover,
.theme-red .cmsMainBox .table th,
.theme-red .related-box .related-item .type,
.theme-red .list-title,
.theme-red .related-swiper > h4,
.theme-red .classified-table .table-nav li:hover,
.theme-red .cmsPage .gallery .pagination span.swiper-pagination-bullet-active {
  background: #e82227;
  background: #db0007;
}

.theme-red .filter .select-box:hover span,
.theme-red .list-title .filter button:hover {
  background: #e82227;
  background: #db0007;
}

.theme-red.main-content.news_list .block-wall .hot-list h5 a.active {
  background: #e82227;
  background: #db0007;
}

.theme-red .title-box h3,
.theme-red .cmsMainBox h4,
.theme-red .title-box .bdsharebuttonbox a:hover,
.theme-red .title-box .bdsharebuttonbox button:hover i,
.theme-red .title-box .bdsharebuttonbox button:hover span,
.theme-red .title-box .bdsharebuttonbox button.active i,
.theme-red .title-box .bdsharebuttonbox button.active span,
.theme-red .bottom-share.bdsharebuttonbox button.active i,
.theme-red .bottom-share.bdsharebuttonbox button.active span,
.theme-red .cmsMainBox h5,
.theme-red .cmsMainBox a,
.theme-red .cmsMainBox .double-list ul li h5,
.theme-red .cmsMainBox .link a i,
.theme-red .cmsMainBox .link a:hover,
.theme-red .cmsPage .gallery .cms-button-prev:hover i,
.theme-red .cmsPage .gallery .cms-button-next:hover i,
.theme-red .cmsPage .gallery .full-screen:hover i,
.theme-red .bottom-share.bdsharebuttonbox a:hover,
.theme-red .image-news-slide .full-screen:hover i,
.theme-red .image-news-slide .image-news-button-prev:hover i,
.theme-red .image-news-slide .image-news-button-next:hover i,
.theme-red .related-slide-list .list-nav li:hover,
.theme-red .related-slide-list .list-nav li.active,
.theme-red .related-slide-list .prev:hover i,
.theme-red .related-slide-list .next:hover i,
.theme-red .cmsMainBox .double-list ul li a span,
.theme-red .product-cover .like.active i,
.theme-red .product-cover .like.active,
.theme-red .product-info h3,
.theme-red .product-info p.availability,
.theme-red .product-info .link a i,
.theme-red .classified-table h4,
.theme-red .classified-table .table-nav li.active,
.theme-red .recommend-list h4,
.theme-red .recommend-list.mayLike li a:hover p,
.theme-red .full-list-nav li.active a,
.theme-red .full-list-nav li a:hover,
.theme-red .food-list .like.active i,
.theme-red .food-list .like.active span,
.theme-red .food-list a:hover .name,
.theme-red .title-box .tag:hover,
.theme-red .title-box .tag:hover i,
.theme-red .related-product-list a:hover .name,
.theme-red .news-center-list li > a,
.theme-red .news-center-list li h4 a:hover,
.theme-red .media-center-list h3,
.theme-red .media-center-list span,
.theme-red .block-wall .media-block .info i {
  color: #e82227;
  color: #db0007;
}

.theme-red .title-box h3 {
  color: #2d2d2d;
}

/* ---------------------------------------------- /*
 *  Landscape
/* ---------------------------------------------- */
#landscape,
#ipad-portrait {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  background: #532c50;
  background: #333;
}

#landscape:after,
#ipad-portrait:after {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffbc0d;
}

#landscape img,
#ipad-portrait img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (width: 768px) {
  #ipad-portrait {
    display: block;
    z-index: 9999;
  }
}

/* ---------------------------------------------- /*
 *  @media
/* ---------------------------------------------- */
@media (min-width: 1160px) {
  body.product-safety {
    margin-left: calc(100vw - 100%);
  }
}

@media (max-width: 1160px) {
  header .main-nav > ul > li .submenu .sub-inner {
    padding: 40px 20px;
  }

  footer .description .follow-us {
    width: 100%;
    padding-top: 12px;
    text-align: left;
  }

  .recommend-list .inner {
    padding: 0 20px;
  }

  .list-title {
    margin: 0 20px 15px 20px;
  }

  .food-safety-search .slogen {
    left: 20px;
  }

  .food-safety-search .sns {
    right: 20px;
  }

  .food-safety-search .list-title .row {
    padding: 0 10px;
  }

  .food-safety-search .list-title .filter button {
    width: 40px;
  }

  .list-title .filter.hasText button {
    display: none;
  }

  .list-title .filter.hasText button.active {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  .list-title .filter.hasText button.prev,
  .list-title .filter.hasText button.next {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    margin: 0;
    top: 0;
    line-height: 50px;
    font-size: 20px;
    color: #d9d9d9;
  }

  .list-title .filter.hasText button.prev.disabled,
  .list-title .filter.hasText button.next.disabled {
    color: #808080;
  }

  .list-title .filter.hasText button.prev {
    left: -5px;
    text-align: left;
  }

  .list-title .filter.hasText button.next {
    right: -5px;
    text-align: right;
  }

  .list-title .filter.hasText button.prev i,
  .list-title .filter.hasText button.next i {
    position: relative;
    top: -3px;
    margin: 0;
  }
}

@media (max-width: 1160px) and (min-width: 900px) {
  .food-safety-search .inner {
    padding: 25px 26vw 0 26vw;
  }
}

@media (max-width: 900px) and (min-width: 769px) {
  .food-safety-search .inner {
    padding: 25px 20vw 0 33vw;
  }
}

@media (min-width: 1024px) {
  .related-news-list .swiper-slide a,
  .related-event-list .swiper-slide a,
  .related-product-list .swiper-slide a {
    height: 341px;
  }
}

/*iPad landscape*/
@media (max-width: 1024px) {
  .main-content.news-detail {
    padding: 20px 0;
  }

  .main-content.news-detail.image-news-detail {
    padding: 0;
  }

  .block-wall .hot-list li span {
    max-height: 28px;
    font-size: 10px;
    line-height: 14px;
  }

  .block-wall .news .info h4 {
    font-size: 16px;
  }

  .block-wall .food-safety .dialogue p,
  .block-wall .text-news .info h4,
  .related-box .food-safety .dialogue p {
    font-size: 26px;
  }

  .related-box .related-item .type {
    font-size: 12px;
    padding: 10px;
  }

  .related-box .related-item .type i {
    margin-right: 5px;
  }

  .related-box .related-topics .info {
    padding: 15px;
  }

  .related-box .related-news p {
    font-size: 10px;
  }

  .related-box .related-news time {
    font-size: 10px;
  }

  .page-nav .next a i {
    right: 0;
  }

  .page-nav .prev a i {
    left: 0;
  }

  .page-nav .prev span {
    padding-right: 20px;
  }

  .page-nav .next span {
    padding-left: 20px;
  }

  .image-news-slide:hover .image-news-button-prev,
  .image-news-slide:hover .image-news-button-next {
    background: rgba(51, 51, 51, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#CC333333', endColorstr='#CC333333');
  }

  .block-wall .company-news p {
    max-height: 80px;
  }

  .content-box {
    padding: 0 15px;
  }

  .related-slide-list {
    padding: 26px 0;
  }

  .related-slide-list .prev,
  .related-slide-list .next {
    display: none;
  }

  .related-slide-list .pagination {
    display: block;
  }
}

/*iPad landscape only*/
@media (width: 1024px) {
  header .main-nav > ul > li:hover .submenu {
    z-index: 400;
    opacity: 0;
    visibility: hidden;
  }

  header .main-nav > ul > li.show .submenu {
    z-index: 400;
    opacity: 1;
    visibility: visible;
  }

  header .main-nav > ul > li:hover > a {
    background: #000;
    border-left: none;
    border-right: none;
  }

  header .main-nav > ul > li:hover > a:before {
    visibility: hidden;
  }

  header .main-nav > ul > li.show > a:before {
    visibility: visible;
  }

  header .main-nav > ul > li.show > a {
    background: #000;
    border-left: 1px solid #717171;
    border-right: 1px solid #717171;
  }

  header .main-nav > ul > li:hover > a {
    color: #7f7f7f !important;
  }

  header .main-nav > ul > li.show > a {
    color: #ffbc0d !important;
  }

  .block-wall .col-md-3.col-sm-4 .inner,
  .block-wall .col-md-6.col-sm-8 .inner {
    height: 297px !important;
  }

  .main-content.map .map-wrap,
  .main-content.map .map-wrap #baiduMap {
    min-height: 400px !important;
  }

  .block-wall .food-video .inner .info h4,
  .block-wall .food-img-text .inner .info h4,
  .related-slide-list .related-product-safety-swiper .swiper-slide .info h4,
  .related-box .related-item.food-video .info h4,
  .related-box .related-item.food-img-text .info h4 {
    font-size: 12px;
    line-height: 20px;
  }

  .block-wall .food-video .inner .info,
  .block-wall .food-img-text .inner .info,
  .block-wall .food-text .inner .info,
  .related-slide-list .related-product-safety-swiper .swiper-slide .info,
  .related-box .related-item.food-video .info,
  .related-box .related-item.food-img-text .info,
  .related-box .related-item.food-text .info {
    padding: 10px;
  }

  .block-wall .food-video .inner .bottom,
  .block-wall .food-img-text .inner .bottom,
  .block-wall .food-text .inner .bottom,
  .related-slide-list
    .related-product-safety-swiper
    .swiper-slide.food-video
    .bottom,
  .related-slide-list
    .related-product-safety-swiper
    .swiper-slide.food-img-text
    .bottom,
  .related-slide-list
    .related-product-safety-swiper
    .swiper-slide.food-text
    .bottom,
  .related-box .related-item.food-video .bottom,
  .related-box .related-item.food-img-text .bottom,
  .related-box .related-item.food-text .bottom {
    height: 64px;
  }

  .block-wall .food-video .inner .bottom i,
  .block-wall .food-img-text .inner .bottom i,
  .block-wall .food-text .inner .bottom i,
  .related-slide-list
    .related-product-safety-swiper
    .swiper-slide.food-video
    .bottom
    i,
  .related-slide-list
    .related-product-safety-swiper
    .swiper-slide.food-img-text
    .bottom
    i,
  .related-slide-list
    .related-product-safety-swiper
    .swiper-slide.food-text
    .bottom
    i,
  .related-box .related-item.food-video .bottom i,
  .related-box .related-item.food-img-text .bottom i,
  .related-box .related-item.food-text .bottom i {
    bottom: 5px;
  }

  .block-wall .food-video .inner .bottom strong,
  .block-wall .food-img-text .inner .bottom strong,
  .block-wall .food-text .inner .bottom strong,
  .related-slide-list
    .related-product-safety-swiper
    .swiper-slide.food-video
    .bottom
    strong,
  .related-slide-list
    .related-product-safety-swiper
    .swiper-slide.food-img-text
    .bottom
    strong,
  .related-slide-list
    .related-product-safety-swiper
    .swiper-slide.food-text
    .bottom
    strong,
  .related-box .related-item.food-video .bottom strong,
  .related-box .related-item.food-img-text .bottom strong,
  .related-box .related-item.food-text .bottom strong {
    bottom: 14px;
  }

  .block-wall .food-video .inner .bottom span,
  .block-wall .food-img-text .inner .bottom span,
  .block-wall .food-text .inner .bottom span,
  .related-slide-list
    .related-product-safety-swiper
    .swiper-slide.food-video
    .bottom
    span,
  .related-slide-list
    .related-product-safety-swiper
    .swiper-slide.food-img-text
    .bottom
    span,
  .related-slide-list
    .related-product-safety-swiper
    .swiper-slide.food-text
    .bottom
    span,
  .related-box .related-item.food-video .bottom span,
  .related-box .related-item.food-img-text .bottom span,
  .related-box .related-item.food-text .bottom span {
    bottom: 12px;
  }

  .block-wall .food-text .inner .info h4,
  .related-slide-list
    .related-product-safety-swiper
    .swiper-slide.food-text
    .info
    h4,
  .related-box .related-item.food-text .info h4 {
    font-size: 24px;
  }

  .block-wall .food-video .inner .pic:before,
  .related-slide-list
    .related-product-safety-swiper
    .swiper-slide.food-video
    .pic:before,
  .related-box .related-item.food-video .pic:before {
    width: 46px;
    height: 46px;
    margin: -23px 0 0 -23px;
  }
}

@media (max-width: 993px) {
  .content-box .row > .col-md-9 {
    padding: 0 20px;
  }

  .related-box {
    margin: 0 -5px;
  }

  .related-box .related-item {
    padding: 0 10px;
  }
}

@media (max-width: 970px) and (min-width: 750px) {
  .food-list .pic {
    height: 191px !important;
  }
}

@media (min-width: 971px) {
  .food-list .pic {
    height: 138px !important;
  }
}

/*iPad portrait*/
@media (width: 768px) {
  header {
    height: 110px;
  }

  header .inner-wrap {
    position: fixed;
    left: 0;
    top: 0;
  }

  header .inner-wrap,
  header .inner-wrap .inner {
    height: 110px;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }

  header.shrink .inner-wrap,
  header.shrink .inner-wrap .inner,
  header.shrink-fix .inner-wrap,
  header.shrink-fix .inner-wrap .inner {
    height: 60px;
  }

  header .menu-toggle

	/*,
	header .other-toggle*/ {
    display: block;
    width: 110px;
    height: 110px;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }

  header.shrink-fix .menu-toggle {
    width: 60px;
    height: 60px;
  }

  header.shrink .menu-toggle {
    width: 60px;
    height: 60px;
  }

  header h1 a {
    height: 114px;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }

  header.shrink h1 a,
  header.shrink-fix h1 a {
    height: 89px;
  }

  header.shrink .menu-toggle,
  header.shrink .other-toggle,
  header.shrink-fix .menu-toggle {
    width: 53px;
    height: 53px;
  }

  .related-slide-list {
    margin-top: 40px;
  }

  .cmsMainBox .cmsMainBoxCon .double-list {
    width: 665px !important;
  }

  .product-cover {
    height: 297px;
    padding-top: 0;
  }

  .product-cover .bg {
    width: auto;
    height: 297px;
    left: 50%;
    top: 0;
    margin-left: -490px;
  }

  .product-cover .like {
    left: 80%;
  }

  .product-category-cover {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    height: 297px;
    margin: 0 15px 20px 15px;
    padding: 0;
  }

  .product-category-cover div {
    display: block;
    position: absolute;
    width: 300%;
    height: 100%;
    top: 0;
    left: -100%;
    text-align: center;
  }

  .product-category-cover img {
    display: inline-block;
    height: 100%;
    width: auto;
  }

  .full-list-nav li a {
    padding: 0 30px;
  }

  .related-event-list .text a {
    min-height: 249px;
  }

  .block-wall .col-md-3.col-sm-4 .inner,
  .block-wall .col-md-6.col-sm-8 .inner {
    height: 294px;
  }

  .main-content.coupon-detail {
    padding-top: 0;
  }

  .coupon-nav {
    width: 587px;
    padding-left: 175px;
  }

  .coupon-nav img {
    left: 35px;
  }

  .coupon-nav button.mobile {
    margin-right: 0;
  }

  .coupon-content .desktop {
    max-width: 587px;
  }

  .coupon-content .mobile {
    max-width: 587px;
  }

  .coupon-content .mobile section.step-1 .image,
  .coupon-content .mobile section.step-2 .image,
  .coupon-content .mobile section.step-3 .image,
  .coupon-content .mobile section.step-4 .image {
    width: 65%;
  }

  .coupon-content .mobile section.step-1 .qr {
    width: 173px;
    margin-left: 35px;
  }

  .coupon-content .mobile section.step-1 .man {
    width: 143px;
  }

  .coupon-content .mobile section.step-2 .phone {
    width: 200px;
    margin-right: 30px;
  }

  .coupon-content .mobile section.step-2 .text {
    width: 30%;
  }

  .coupon-content .mobile section.step-3 .phone {
    width: 183px;
    bottom: -57px;
    margin-left: 50px;
  }

  .coupon-content .mobile section.step-3 .text {
    width: 24%;
  }

  .coupon-content .mobile section.step-4 .phone {
    width: 186px;
    bottom: -45px;
    margin-right: 60px;
  }

  .coupon-content .mobile section.step-4 .text {
    width: 30%;
  }

  .related-news-list .swiper-slide a,
  .related-event-list .swiper-slide a,
  .related-product-list .swiper-slide a {
    height: 249px !important;
  }

  .related-box .related-event a {
    display: block;
    position: relative;
    width: 100%;
    height: 340px;
    overflow: hidden;
    background: #323232;
  }

  .related-box .related-event .text .info {
    padding-top: 40px;
  }

  .related-box .related-event .text .info h4 {
    font-size: 24px;
    line-height: 30px;
    max-height: 120px;
  }

  .comming-soon .map img.desktop {
    display: none;
  }

  .comming-soon .map .inner {
    position: static;
    width: 100% !important;
    height: auto !important;
  }

  .comming-soon .map img.tablet {
    display: block;
    width: 100% !important;
    height: auto !important;
  }

  .comming-soon .info {
    margin: -100px 0 0 -300px;
  }

  .comming-soon .info a {
    display: block;
    width: 226px;
    height: 48px;
    margin: 0 auto;
    line-height: 48px;
    background: #ffbc0d;
    font-size: 24px;
    color: #000;
  }

  .main-content.map .search-bar .inner {
    width: 540px;
    padding-right: 168px;
  }

  .main-content.map .search-bar .submit {
    right: 71px;
  }

  .main-content.map .search-bar .current-location {
    width: 50px;
    font-size: 0;
  }

  .main-content.map .search-bar .current-location i {
    margin: 0;
    top: 0;
  }

  .main-content.map .filter-box {
    top: 0;
    margin: 0;
  }

  .food-safety-search .inner {
    height: 183px;
    padding: 25px 90px 0 268px;
  }

  .food-safety-search.shrink .inner {
    height: 100px;
    padding: 25px 90px 0 268px;
  }

  .food-safety-search .slogen {
    width: 158px;
    left: 25px;
    top: 50px;
  }

  .food-safety-search.shrink .slogen {
    top: 25px;
    left: 78px;
    width: 107px;
  }

  .food-safety-search p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
  }

  .food-safety-search .sns {
    display: none;
  }

  .list-title .filter.hasText button {
    display: none;
  }

  .list-title .filter.hasText button.active {
    display: block;
    margin: 0 auto;
  }

  .list-title .filter.hasText button.prev,
  .list-title .filter.hasText button.next {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    margin: 0;
    top: 0;
    line-height: 50px;
    font-size: 20px;
    color: #d9d9d9;
  }

  .list-title .filter.hasText button.prev.disabled,
  .list-title .filter.hasText button.next.disabled {
    color: #808080;
  }

  .list-title .filter.hasText button.prev {
    left: -5px;
    text-align: left;
  }

  .list-title .filter.hasText button.next {
    right: -5px;
    text-align: right;
  }

  .block-wall .food-video .inner .bottom,
  .block-wall .food-img-text .inner .bottom,
  .block-wall .food-text .inner .bottom,
  .related-slide-list
    .related-product-safety-swiper
    .swiper-slide.food-video
    .bottom,
  .related-slide-list
    .related-product-safety-swiper
    .swiper-slide.food-img-text
    .bottom,
  .related-slide-list
    .related-product-safety-swiper
    .swiper-slide.food-text
    .bottom,
  .related-box .related-item.food-video .bottom,
  .related-box .related-item.food-img-text .bottom,
  .related-box .related-item.food-text .bottom {
    height: 64px;
  }

  .block-wall .food-video .inner .info,
  .block-wall .food-img-text .inner .info,
  .block-wall .food-text .inner .info,
  .related-slide-list .related-product-safety-swiper .swiper-slide .info,
  .related-box .related-item.food-video .info,
  .related-box .related-item.food-img-text .info,
  .related-box .related-item.food-text .info {
    padding: 10px;
  }

  .block-wall .food-video .inner .info h4,
  .block-wall .food-img-text .inner .info h4,
  .related-slide-list .related-product-safety-swiper .swiper-slide .info h4,
  .related-box .related-item.food-video .info h4,
  .related-box .related-item.food-img-text .info h4 {
    font-size: 12px;
    line-height: 20px;
    max-height: 40px;
  }

  .block-wall .food-video .inner .bottom i,
  .block-wall .food-img-text .inner .bottom i,
  .block-wall .food-text .inner .bottom i,
  .related-slide-list
    .related-product-safety-swiper
    .swiper-slide.food-video
    .bottom
    i,
  .related-slide-list
    .related-product-safety-swiper
    .swiper-slide.food-img-text
    .bottom
    i,
  .related-slide-list
    .related-product-safety-swiper
    .swiper-slide.food-text
    .bottom
    i,
  .related-box .related-item.food-video .bottom i,
  .related-box .related-item.food-img-text .bottom i,
  .related-box .related-item.food-text .bottom i {
    font-size: 30px;
    left: 8px;
    bottom: 5px;
  }

  .block-wall .food-video .inner .bottom strong,
  .block-wall .food-img-text .inner .bottom strong,
  .block-wall .food-text .inner .bottom strong,
  .related-slide-list
    .related-product-safety-swiper
    .swiper-slide.food-video
    .bottom
    strong,
  .related-slide-list
    .related-product-safety-swiper
    .swiper-slide.food-img-text
    .bottom
    strong,
  .related-slide-list
    .related-product-safety-swiper
    .swiper-slide.food-text
    .bottom
    strong,
  .related-box .related-item.food-video .bottom strong,
  .related-box .related-item.food-img-text .bottom strong,
  .related-box .related-item.food-text .bottom strong {
    left: 60px;
    bottom: 16px;
  }

  .block-wall .food-video .inner .bottom span,
  .block-wall .food-img-text .inner .bottom span,
  .block-wall .food-text .inner .bottom span,
  .related-slide-list
    .related-product-safety-swiper
    .swiper-slide.food-video
    .bottom
    span,
  .related-slide-list
    .related-product-safety-swiper
    .swiper-slide.food-img-text
    .bottom
    span,
  .related-slide-list
    .related-product-safety-swiper
    .swiper-slide.food-text
    .bottom
    span,
  .related-box .related-item.food-video .bottom span,
  .related-box .related-item.food-img-text .bottom span,
  .related-box .related-item.food-text .bottom span {
    width: 45px;
    height: 18px;
    right: 12px;
    bottom: 12px;
    line-height: 18px;
  }

  .block-wall .food-img .inner .bottom,
  .related-slide-list
    .related-product-safety-swiper
    .swiper-slide.food-img
    .bottom {
    left: 4px;
    bottom: 10px;
  }

  .block-wall .food-video .inner .pic:before,
  .related-slide-list
    .related-product-safety-swiper
    .swiper-slide.food-video
    .pic:before {
    width: 45px;
    height: 45px;
    margin: -22px 0 0 -22px;
  }

  .food-safety-search .wrap {
    top: 110px;
  }

  .product_safety_list.main-content {
    padding-top: 150px;
  }

  .product_safety_list .empty-box p {
    max-width: 420px;
    padding: 0;
    font-size: 24px;
    line-height: 38px;
  }

  .product_safety_list .empty-box p i {
    display: block;
    position: static;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    font-size: 110px;
  }

  .product-safety-detail .content-box > .row {
    margin: 0;
  }

  .product-safety-detail .content-box > .row > .col-md-12 {
    padding: 0;
  }

  .related-slide-list .related-product-safety-swiper .swiper-slide a {
    height: 294px;
  }

  .product-safety-detail .bottom-tag {
    padding: 0 60px;
  }

  .product-safety-detail .bottom-tag:before {
    left: 46px;
  }

  .related-box .related-item.media-contact .bottom img {
    width: 124px;
    height: 97px;
    left: -12px;
  }

  .related-box .related-item.media-contact .bottom p {
    height: 97px;
    padding: 10px 0 10px 112px;
    font-size: 10px;
    line-height: 14px;
  }

  .related-box .related-item.media-contact .bottom p:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 100%;
    left: 100px;
    top: 0;
    background: #333;
  }
}

@media (max-width: 768px) {
  .hasAd header .inner-wrap,
  header .inner-wrap,
  header .inner-wrap .inner {
    overflow: visible;
  }

  .full-banner .img-wrap img {
    -moz-transiton: all 0s ease-out;
    -webkit-transiton: all 0s ease-out;
    -ms-transiton: all 0s ease-out;
    transiton: all 0s ease-out;
  }

  .full-banner .img-wrap img.tablet {
    display: inline-block;
  }

  .full-banner .img-wrap img.desktop,
  .full-banner .img-wrap img.mobile {
    display: none;
  }

  .full-banner button {
    display: block;
    width: 110px;
    height: 49px;
    bottom: 60px;
    margin-left: -55px;
    text-align: center;
    line-height: 49px;
    background: rgba(0, 0, 0, 0.3);
  }

  .full-banner button img {
    display: none !important;
  }

  .full-banner button span {
    font-size: 20px;
    color: #fff;
  }

  .header-mask {
    display: none;
  }

  header .main-nav {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.9);
    background: #fff;
    visibility: hidden;
    overflow: hidden;
    z-index: 8000;
    -moz-transition: all 0.8s ease-out;
    -webkit-transition: all 0.8s ease-out;
    -ms-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
    -moz-transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }

  header .main-nav.show {
    height: 100% !important;
    visibility: visible;
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  header .main-nav > ul > li {
    opacity: 0;
    -moz-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
  }

  header .main-nav.show > ul > li {
    opacity: 1;
    -moz-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }

  header .main-nav > ul > li.menu-1 {
    -moz-transition: all 0.3s ease-out 0.3s;
    -webkit-transition: all 0.3s ease-out 0.3s;
    -ms-transition: all 0.3s ease-out 0.3s;
    transition: all 0.3s ease-out 0.3s;
  }

  header .main-nav > ul > li.menu-2 {
    -moz-transition: all 0.3s ease-out 0.2s;
    -webkit-transition: all 0.3s ease-out 0.2s;
    -ms-transition: all 0.3s ease-out 0.2s;
    transition: all 0.3s ease-out 0.2s;
  }

  header .main-nav > ul > li.menu-3 {
    -moz-transition: all 0.3s ease-out 0.1s;
    -webkit-transition: all 0.3s ease-out 0.1s;
    -ms-transition: all 0.3s ease-out 0.1s;
    transition: all 0.3s ease-out 0.1s;
  }

  header .main-nav > ul > li.menu-4 {
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  header .main-nav.show > ul > li.menu-1 {
    -moz-transition: all 0.3s ease-out 0.5s;
    -webkit-transition: all 0.3s ease-out 0.5s;
    -ms-transition: all 0.3s ease-out 0.5s;
    transition: all 0.3s ease-out 0.5s;
  }

  header .main-nav.show > ul > li.menu-2 {
    -moz-transition: all 0.3s ease-out 0.6s;
    -webkit-transition: all 0.3s ease-out 0.6s;
    -ms-transition: all 0.3s ease-out 0.6s;
    transition: all 0.3s ease-out 0.6s;
  }

  header .main-nav.show > ul > li.menu-3 {
    -moz-transition: all 0.3s ease-out 0.7s;
    -webkit-transition: all 0.3s ease-out 0.7s;
    -ms-transition: all 0.3s ease-out 0.7s;
    transition: all 0.3s ease-out 0.7s;
  }

  header .main-nav.show > ul > li.menu-4 {
    -moz-transition: all 0.3s ease-out 0.8s;
    -webkit-transition: all 0.3s ease-out 0.8s;
    -ms-transition: all 0.3s ease-out 0.8s;
    transition: all 0.3s ease-out 0.8s;
  }

  header .main-nav > ul {
    position: absolute;
    width: 100%;
    max-height: 80%;
    top: 50%;
    left: 0;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    /* margin-top: 100px; */
  }

  header .main-nav > ul > li {
    display: block !important;
    position: static !important;
    float: none !important;
    width: 100%;
    text-align: center;
  }

  header .main-nav > ul > li > a {
    display: block;
    margin: 0 auto;
    padding: 40px 0 40px 70px;
    max-width: 480px;
    border-bottom: 1px solid #b3b3b3;
    border-bottom: 1px solid rgba(128, 128, 128, 0.2);

    display: flex;
    /* justify-content: center; */
    align-items: center;
  }

  header .main-nav > ul > li:hover > a {
    color: #2d2d2d !important;
  }

  header .main-nav > ul > li.show > a {
    color: #2d2d2d !important;
  }

  header .main-nav > ul > li.show > a:after {
    transform: translateY(-50%) rotate(-180deg);
  }

  header .main-nav > ul > li span.show {
    transform: rotate(-180deg);
  }

  header .main-nav > ul > li:last-child > a,
  header .main-nav > ul > li:last-child > a:hover,
  header .main-nav > ul > li:last-child:hover > a {
    border-bottom: none !important;
  }

  header .main-nav > ul > li > a:before {
    display: none !important;
  }

  header .main-nav > ul > li > a:hover,
  header .main-nav > ul > li:hover > a {
    background: none;
    border-bottom: 1px solid #b3b3b3 !important;
    border-bottom: 1px solid rgba(128, 128, 128, 0.2) !important;
    border-left: none;
    border-right: none;
  }

  header .main-nav > ul > li > a > span {
    font-size: 20px;
    line-height: 20px;
  }

  header .main-nav > ul > li > a > span i {
    display: block !important;
    margin: 0 auto !important;
    font-size: 70px !important;
    line-height: 70px !important;
  }

  header .main-nav > ul > li .submenu {
    display: none;
    position: static;
    height: auto;
    background: none;
    border: none;
    visibility: visible;
    opacity: 1;
  }

  header .main-nav > ul > li .submenu .sub-inner {
    max-width: 480px;
    margin: 0 auto;
    padding: 0;
    font-size: 0;
    text-align: left;
  }

  header .main-nav > ul > li .submenu .sub-inner > ul > li {
    display: block;
    position: relative;
    width: 100%;
    padding: 0;
  }

  header .main-nav > ul > li .submenu .sub-inner > ul > li > span {
    display: block !important;
    position: absolute;
    width: 70px;
    height: 70px;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 70px;
    z-index: 10;
  }

  header .main-nav > ul > li .submenu .sub-inner > ul > li.no-children > span {
    display: none !important;
  }

  header .main-nav > ul > li .submenu .sub-inner > ul > li > span i {
    font-size: 25px;
    color: #2d2d2d;
    color: #ffbc0d;
  }

  header .main-nav > ul > li .submenu .sub-inner > ul > li > a {
    display: block;
    position: relative;
    padding: 22px 22px;
    font-size: 21px;
    line-height: 25px;
    margin: 0;
    text-align: left !important;
  }

  header .main-nav > ul > li .submenu .sub-inner li {
    /* border-top: 1px solid #232a29;
		border-top: 1px solid rgba(128,128,128,.2); */
    border-bottom: 1px solid #3d4342;
    border-bottom: 1px solid rgba(128, 128, 128, 0.2);
  }

  header .main-nav > ul > li .submenu .sub-inner ul li:first-child {
    border-top: none;
  }

  header .main-nav > ul > li .submenu .sub-inner > ul > li > ul {
    display: none;
  }

  header .main-nav > ul > li .submenu .sub-inner > ul > li > ul > li a {
    position: relative;
    padding: 25px 22px 25px 33px !important;
    font-size: 18px !important;
    line-height: 20px !important;
    color: #2d2d2d;
    color: #595959;
    text-align: left !important;
  }

  header .main-nav > ul > li .submenu .sub-inner > ul > li > ul > li a:before {
    content: "";
    display: block;
    position: absolute;
    width: 5px !important;
    height: 5px !important;
    left: 23px !important;
    top: 50% !important;
    background: #2d2d2d !important;
    background: #595959 !important;
    margin-top: -2px !important;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    z-index: 10;
  }

  header .main-nav > ul > li .submenu .sub-inner > ul > li > ul > li a:hover,
  header .main-nav > ul > li .submenu .sub-inner > ul > li > a:hover {
    color: #000 !important;
    color: #db0007 !important;
  }

  header
    .main-nav
    > ul
    > li
    .submenu
    .sub-inner
    > ul
    > li
    > ul
    > li
    a:hover:before {
    background: #000;
    background: #db0007 !important;
  }

  header .main-nav > ul > li.menu-1 .submenu .sub-inner > ul > li > ul > li {
    display: block !important;
    list-style: none !important;
    border-bottom: 0;
    border-top: 1px solid rgba(128, 128, 128, 0.2);
  }

  header
    .main-nav
    > ul
    > li.menu-1
    .submenu
    .sub-inner
    > ul
    > li
    > ul
    > li
    a:hover,
  header .main-nav > ul > li.menu-1 .submenu .sub-inner > ul > li > a:hover {
    /* background: #ffbc0d;
		background: #db0007; */
  }

  header
    .main-nav
    > ul
    > li.menu-2
    .submenu
    .sub-inner
    > ul
    > li
    > ul
    > li
    a:hover,
  header .main-nav > ul > li.menu-2 .submenu .sub-inner > ul > li > a:hover {
    /*background: #82bc00;*/
    /* background: #ffbc0d;
		background: #db0007; */
  }

  header
    .main-nav
    > ul
    > li.menu-3
    .submenu
    .sub-inner
    > ul
    > li
    > ul
    > li
    a:hover,
  header .main-nav > ul > li.menu-3 .submenu .sub-inner > ul > li > a:hover {
    /*background: #74cbc8;*/
    /* background: #ffbc0d;
		background: #db0007; */
  }

  header
    .main-nav
    > ul
    > li.menu-4
    .submenu
    .sub-inner
    > ul
    > li
    > ul
    > li
    a:hover,
  header .main-nav > ul > li.menu-4 .submenu .sub-inner > ul > li > a:hover {
    /*background: #ef6e51;*/
    /* background: #ffbc0d;
		background: #db0007; */
  }

  header .main-nav .close

	/*,
	.sidebar .close*/ {
    display: block;
  }

  footer {
    display: none !important;
  }

  .sidebar {
    display: none !important;
  }

  .mobile-bottom-bar {
    display: block !important;
  }

  /*.sidebar {
		display: none !important;
		position: fixed;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		background: rgba(0,0,0,0.9);
		overflow: hidden;
		visibility: hidden;
		z-index: 8000;
		-moz-transition: all .8s ease-out;
		-webkit-transition: all .8s ease-out;
		-ms-transition: all .8s ease-out;
		transition: all .8s ease-out;
		-moz-transform: translate(0,-100%);
		-webkit-transform: translate(0,-100%);
		-ms-transform: translate(0,-100%);
		transform: translate(0,-100%);
	}
	.sidebar.show {
		height: 100% !important;
		visibility: visible;
		-moz-transform: translate(0,0);
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
	}
	.sidebar ul {
		display: block;
		position: absolute;
		width: 100%;
		left: 0;
		top: 50%;
		text-align: center;
		-moz-transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	.sidebar ul li {
		display: block;
		margin: 0 auto 15px auto;
		opacity: 0;
		-moz-transform: scaleX(0);
		-webkit-transform: scaleX(0);
		-ms-transform: scaleX(0);
		transform: scaleX(0);
	}
	.sidebar ul li:nth-child(1) {
		-moz-transition: all .8s ease-out .1s;
		-webkit-transition: all .8s ease-out .1s;
		-ms-transition: all .8s ease-out .1s;
		transition: all .8s ease-out .1s;
	}
	.sidebar ul li:nth-child(2) {
		-moz-transition: all .8s ease-out .3s;
		-webkit-transition: all .8s ease-out .3s;
		-ms-transition: all .8s ease-out .3s;
		transition: all .8s ease-out .3s;
	}
	.sidebar ul li:nth-child(3) {
		-moz-transition: all .8s ease-out .5s;
		-webkit-transition: all .8s ease-out .5s;
		-ms-transition: all .8s ease-out .5s;
		transition: all .8s ease-out .5s;
	}
	.sidebar.show ul li:nth-child(1) {
		-moz-transition: all .3s ease-out .6s;
		-webkit-transition: all .3s ease-out .6s;
		-ms-transition: all .3s ease-out .6s;
		transition: all .3s ease-out .6s;
	}
	.sidebar.show ul li:nth-child(2) {
		-moz-transition: all .3s ease-out .7s;
		-webkit-transition: all .3s ease-out .7s;
		-ms-transition: all .3s ease-out .7s;
		transition: all .3s ease-out .7s;
	}
	.sidebar.show ul li:nth-child(3) {
		-moz-transition: all .3s ease-out .8s;
		-webkit-transition: all .3s ease-out .8s;
		-ms-transition: all .3s ease-out .8s;
		transition: all .3s ease-out .8s;
	}
	.sidebar.show ul li {
		opacity: 1;
		-moz-transform: scaleX(1);
		-webkit-transform: scaleX(1);
		-ms-transform: scaleX(1);
		transform: scaleX(1);
	}
	.sidebar ul li a {
		width: auto;
		height: auto;
		margin: 0 auto;
		background: none;
		font-size: 28px;
		color: #fff;
	}
	.sidebar ul li a i {
		display: none;
	}
	.sidebar ul li a:before {
		content: "";
		display: block;
		width: 120px;
		height: 120px;
		margin: 0 auto 14px auto;
		background-size: 120px 120px;
	}
	.sidebar ul li:nth-child(1) a:before {
		background-image: url(img/sidebar_1.png);
	}
	.sidebar ul li:nth-child(2) a:before {
		background-image: url(img/sidebar_2.png);
	}
	.sidebar ul li:nth-child(3) a:before {
		background-image: url(img/sidebar_3.png);
	}*/
  .main-content {
    padding: 0 0 80px 0;
  }

  .content-box {
    padding: 0;
  }

  .content-box > .row {
    margin: 0;
  }

  .cmsPage {
    padding: 25px 10px;
  }

  .content-box .row > .col-md-9 {
    padding: 0;
  }

  .block-wall .tag {
    left: 15px;
    top: 15px;
  }

  .block-wall .image-news .info,
  .block-wall .news .info,
  .block-wall .food-safety .dialogue p,
  .related-box .food-safety .dialogue p {
    padding: 15px;
  }

  .block-wall .text-news .info {
    padding: 60px 15px 15px 15px;
  }

  .block-wall .hot-list h5 {
    padding: 0 15px;
  }

  .block-wall .image-news .info h4 {
    max-height: 68px;
    font-size: 26px;
    line-height: 34px;
  }

  .block-wall .news .info h4,
  .block-wall .media-block .info h4 {
    font-size: 16px;
  }

  .block-wall .food-safety .dialogue p,
  .related-box .food-safety .dialogue p {
    font-size: 26px;
  }

  .block-wall .text-news .info h4 {
    font-size: 26px;
  }

  .block-wall .hot-list li span {
    max-height: 28px;
    font-size: 10px;
    line-height: 14px;
  }

  .block-wall .hot-list li a {
    padding-left: 45px;
    padding-right: 15px;
  }

  .block-wall .hot-list li i,
  .block-wall .hot-list li a:before {
    left: 10px;
  }

  .block-wall .text-news .info time,
  .block-wall .news .info time,
  .block-wall .food-safety .food,
  .related-box .food-safety .food {
    left: 15px;
    bottom: 15px;
  }

  .block-wall .food-safety .hook,
  .related-box .food-safety .hook {
    right: 15px;
    bottom: 15px;
  }

  .related-box {
    margin: 0 -5px;
  }

  .related-box .related-item {
    padding: 0 10px;
  }

  .related-box .related-topics .info {
    padding: 15px;
  }

  .related-box .related-topics h5 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .image-news-slide .swiper-container {
    min-height: 0 !important;
  }

  .image-news-slide .swiper-container .swiper-slide {
    min-height: 0 !important;
  }

  .image-news-slide .swiper-container .swiper-slide .info p {
    max-width: 70%;
  }

  .block-wall .company-news h4 {
    font-size: 14px;
    line-height: 18px;
  }

  .block-wall .company-news time {
    margin-bottom: 5px;
  }

  .block-wall .company-news .type {
    margin-bottom: 3px;
  }

  .block-wall .company-news p {
    max-height: 60px;
  }

  .page-detail .content-box .row > .col-md-12 > .inner {
    margin-bottom: 30px;
  }

  /*首页大图*/
  .full-banner {
    z-index: 8300;
    height: 100% !important;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }

  .full-banner.leave {
    visibility: hidden !important;
    opacity: 0 !important;
  }

  .full-banner.leave .img-wrap img {
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }

  .brace {
    display: none;
  }

  .hasAd header h1 {
    left: 50%;
    top: 50%;
    margin: 0 0 0 -112px;
    margin: 0;
    transform: translate(-50%, -50%);
  }

  .hasAd header h1 a {
    height: 112px;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }

  .hasAd header.shrink h1 a {
    height: 89px;
  }

  .hasAd header h1 a img {
    top: 0;
  }

  .filter .select-box:hover .option {
    visibility: hidden;
    opacity: 0;
  }

  .filter .select-box.show .option {
    visibility: visible !important;
    opacity: 1 !important;
  }

  .theme-green .filter .select-box.show span {
    background: #6b9930;
  }

  .theme-green .filter .select-box:hover span {
    background: none;
  }

  .recommend-list.recommend li a p {
    padding: 30px 0 30px 30px;
  }

  .recommend-list.recommend li a p span {
    font-size: 24px;
  }

  .food-list .like {
    display: none;
  }

  .product-list .content-box {
    margin-bottom: 45px;
  }

  .block-wall .event-text-news .info h4 {
    max-height: 120px;
    font-size: 22px;
    line-height: 30px;
  }

  .related-box .related-product .type,
  .related-box .related-event .type {
    left: 18px;
    top: 16px;
    padding: 0;
  }

  .related-box .related-product p {
    padding: 30px 0 20px 20px;
  }

  .related-box .related-product p span {
    font-size: 18px;
    line-height: 24px;
  }

  .related-box .related-event .text .info {
    top: 45px;
  }

  .related-box .related-event .text .info time {
    margin-bottom: 5px;
  }

  .related-box .related-event .text .info p {
    overflow: hidden;
  }

  .related-news-list .swiper-slide {
    min-height: 249px;
  }

  .related-news-list .text .info h4 {
    max-height: 150px;
    font-size: 20px;
    line-height: 30px;
  }

  .related-news-list .text a {
    min-height: 249px;
  }

  .related-event-list .text .info {
    padding-bottom: 0;
  }

  .related-event-list .text .info .time {
    white-space: nowrap;
    margin-bottom: 10px;
  }

  .related-event-list .text .info .time time .day {
    font-size: 30px;
  }

  .related-event-list .text .info h4 {
    max-height: 150px;
    font-size: 18px;
    line-height: 24px;
  }

  .announcement-box {
    width: 504px;
    margin: 0 auto;
    padding: 180px 0;
    font-size: 0;
  }

  .announcement-box img {
    display: block;
    width: 98px;
    height: 120px;
    margin: 0 auto 70px auto;
  }

  .announcement-box .text {
    display: block;
    width: 100%;
  }

  .product_safety_list .announcement-box {
    padding: 120px 0;
  }

  .product_safety_list .announcement-box .text {
    display: block;
    width: 100%;
  }

  .product_safety_list .announcement-box img {
    width: 105px;
    height: auto;
  }

  .main-content.announcement {
    background: #333;
    background: #fff;
    padding: 0 !important;
  }

  .sidebar .back {
    display: none;
  }

  .sidebar li a:hover {
    background: transparent;
  }

  .food-iframe-box {
    display: none;
  }
}

@media (max-width: 576px) {
  header .main-nav > ul > li .submenu .sub-inner > ul > li > span i {
    font-size: 14px;
  }
}

/*Normal cellphone*/
@media (max-width: 767px) {
  .p-xs-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .full-banner .img-wrap img.mobile {
    display: inline-block;
  }

  .full-banner .img-wrap img.desktop,
  .full-banner .img-wrap img.tablet {
    display: none;
  }

  .full-banner button {
    width: 76px;
    height: 34px;
    bottom: 30px;
    margin-left: -38px;
    line-height: 34px;
  }

  .full-banner button span {
    font-size: 14px;
  }

  header {
    height: 53px;
  }

  header .inner-wrap {
    position: fixed;
    left: 0;
    top: 0;
  }

  header .inner {
    height: 53px;
    overflow: hidden;
  }

  header h1 {
    display: block;
    position: absolute;
    width: 224px;
    height: 53px;
    height: 100%;
    left: 50%;
    top: 50%;
    top: 0;
    margin: 0 0 0 -112px;
    margin: 0;
    transform: translateX(-50%);
    z-index: 100;
  }

  header h1 a {
    height: 86.5px !important;
    height: 100% !important;
  }

  header .main-nav > ul {
    padding: 0 36px;
  }

  header .main-nav > ul > li > a {
    padding: 25px 0;
    padding: 50px 0 50px 70px !important;
    position: relative;
  }

  header .main-nav > ul > li:nth-child(1) > a {
    padding-top: 0;
  }

  header .main-nav > ul > li:nth-child(4) > a {
    padding-bottom: 0;
  }

  header .main-nav > ul > li > a > span {
    font-size: 14px;
    line-height: 14px;

    /* line-height: 70px; */
    font-weight: 800;
    display: flex;
    justify-content: center;
  }

  header .main-nav > ul > li > a > span i {
    font-size: 45px !important;
    float: left;
    margin: 0 25px 0 0 !important;
    /* line-height: 1.4em!important; */
  }

  header .main-nav > ul > li .submenu .sub-inner > ul > li > a {
    font-size: 14px;
    line-height: 16px;
    padding: 15px 12px;
  }

  header .main-nav > ul > li .submenu .sub-inner > ul > li > span {
    width: 46px;
    height: 46px;
    line-height: 46px;
    transition: transform 0.35s ease;
  }

  header .main-nav > ul > li .submenu .sub-inner > ul > li > ul > li a {
    font-size: 12px !important;
    line-height: 16px !important;
    padding: 15px 22px !important;
  }

  header .main-nav > ul > li .submenu .sub-inner > ul > li > ul > li a:before {
    width: 3px !important;
    height: 3px !important;
    left: 15px !important;
    margin-top: -1px !important;
  }

  header .menu-toggle

	/*,
	header .other-toggle*/ {
    display: block;
  }

  header .menu-toggle .icon {
    font-size: 22px;
  }

  header .main-nav .close,
  .sidebar .close {
    width: 50px;
    height: 34px;
    line-height: 34px;
    right: 0;
  }

  header .main-nav .close i,
  .sidebar .close i {
    font-size: 35px;
    font-size: 18px;
  }

  .sidebar ul li a {
    font-size: 14px;
  }

  .sidebar ul li a:before {
    width: 80px;
    height: 80px;
    background-size: 80px 80px;
  }

  .mobile-bottom-bar {
    height: 54px;
    height: 58px;
  }

  .mobile-bottom-bar li {
    height: 54px;
    height: 58px;
  }

  .mobile-bottom-bar li a {
    height: 54px;
    height: 100%;
    font-size: 10px;
  }

  .mobile-bottom-bar li a i,
  .mobile-bottom-bar li a .icon {
    display: block;
    position: relative;
    top: -5px;
    margin: 0 auto -10px auto;
    font-size: 30px;
  }

  .mobile-bottom-bar li:nth-child(2) a .icon {
    font-size: 28px;
  }

  .mobile-bottom-bar li:nth-child(3) a .icon {
    font-size: 30px;
  }

  .mobile-bottom-bar li:nth-child(4) a .icon {
    font-size: 27px;
  }

  .mobile-bottom-bar li:nth-child(5) a .icon {
    font-size: 28px;
  }

  .mobile-bottom-bar li:nth-child(1) a i {
    font-size: 32px;
    top: -5px;
    margin-bottom: -13px;
  }

  .mobile-bottom-bar li:nth-child(5) a i {
    font-size: 26px;
    top: 1px;
    margin-bottom: -4px;
  }

  .mobile-bottom-bar li:nth-child(3) a {
    padding-top: 7px;
  }

  .mobile-bottom-bar li a img {
    display: block;
    width: 26px;
    height: 26px;
    margin: 0 auto 2px auto;
  }

  .main-content {
    padding: 63px 0 10px 0;
  }

  .block-wall {
    padding: 0 10px;
  }

  .block-wall .row {
    margin: 0 -5px 0 -5px;
  }

  .block-wall .block {
    margin: 0 0 10px 0;
    padding: 0 5px;
  }

  .block-wall .tag {
    left: 10px;
    top: 10px;
  }

  .block-wall .image-news .info,
  .block-wall .news .info,
  .block-wall .food-safety .dialogue p,
  .related-box .food-safety .dialogue p {
    padding: 10px;
  }

  .block-wall .text-news .info {
    padding: 36px 10px 10px 10px;
  }

  .block-wall .hot-list h5 {
    padding: 0 10px;
  }

  .block-wall .image-news .info h4 {
    max-height: 54px;
    font-size: 22px;
    line-height: 27px;
  }

  .block-wall .news .info h4,
  .block-wall .media-block .info h4 {
    max-height: 40px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 19px;
  }

  .block-wall .food-safety .dialogue p,
  .related-box .food-safety .dialogue p {
    max-height: 126px;
    font-size: 17px;
    line-height: 21px;
  }

  .block-wall .text-news .info h4 {
    max-height: 84px;
    font-size: 17px;
    line-height: 21px;
  }

  .block-wall .image-news time {
    display: block;
  }

  .block-wall .hot-list h5 i:first-child {
    font-size: 26px;
  }

  .block-wall .hot-list h5 i:last-child {
    font-size: 150px;
  }

  .block-wall .hot-list li span {
    max-height: 44px;
    font-size: 16px;
    line-height: 22px;
  }

  .block-wall .hot-list li a {
    padding-left: 60px;
    padding-right: 25px;
  }

  .block-wall .hot-list li i {
    width: 40px;
    height: 36px;
    font-size: 40px;
    line-height: 36px;
    margin-top: -18px;
    margin-left: -2px;
  }

  .block-wall .hot-list li a:before {
    width: 36px;
    height: 36px;
    font-size: 18px;
    line-height: 38px;
    margin-top: -18px;
  }

  .block-wall .food-safety .hook,
  .related-box .food-safety .hook {
    right: 10px;
    bottom: 10px;
  }

  .block-wall .food-safety .food,
  .related-box .food-safety .food {
    left: 10px;
    bottom: 10px;
  }

  .block-wall .food-safety.bread .food:before,
  .related-box .food-safety.bread .food:before {
    width: 21px;
    height: 20px;
    background-size: 21px 20px;
  }

  .block-wall .food-safety .hook,
  .related-box .food-safety .hook {
    width: 40px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
  }

  .block-wall .food-safety .dialogue:after,
  .related-box .food-safety .dialogue:after {
    border-width: 15px;
    left: 0;
    bottom: -15px;
  }

  .content-box .row > .col-md-9 > .inner,
  .content-box .row > .col-md-12 > .inner {
    margin-bottom: 10px;
  }

  .product-detail .content-box,
  .product-list .content-box {
    padding: 0;
  }

  .product-detail .content-box > .row,
  .product-list .content-box > .row {
    width: 100%;
    margin: 0;
  }

  .product-detail .content-box > .row > .col-md-12,
  .product-list .content-box > .row > .col-md-12 {
    padding: 0;
  }

  .product-detail .content-box > .row > .col-md-9 > .inner,
  .product-detail .content-box > .row > .col-md-12 > .inner {
    margin-bottom: 20px;
  }

  .main-content {
    padding: 0 0 70px 0 !important;
  }

  .content-box .row > .col-md-9,
  .image-news-detail > .content-box > .row > .col-md-12 {
    padding: 0;
  }

  .related-box {
    margin: 0 -10px;
  }

  .related-box .related-item {
    margin-bottom: 10px;
  }

  .page-nav a {
    height: 45px;
    line-height: 45px;
  }

  .page-nav a i {
    height: 45px;
    width: 45px;
    line-height: 45px;
  }

  .page-nav .prev span {
    display: block;
    float: none;
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding-right: 20px;
    padding-left: 0;
    padding-top: 0;
    text-align: center;
  }

  .page-nav .next span {
    display: block;
    float: none;
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding-left: 20px;
    padding-right: 0;
    padding-top: 0;
    text-align: center;
  }

  .title-box .tag {
    font-size: 14px;
  }

  .cmsMainBox h4 {
    font-size: 23px;
  }

  .cmsMainBox .double-list ul li {
    width: 100% !important;
    padding: 0 !important;
  }

  .cmsMainBox .caption,
  .cmsMainBox .caption p {
    min-height: 18px !important;
    font-size: 12px !important;
    line-height: 18px !important;
  }

  .cmsPage .gallery .cms-swiper .swiper-slide .caption {
    padding: 14px 10px !important;
  }

  .cmsMainBox .link a {
    margin-bottom: 10px;
  }

  .cmsMainBox .table thead {
    display: none;
  }

  .cmsMainBox .table td {
    display: block;
    position: relative;
    width: 100%;
    padding: 0 20px 0 40% !important;
    border: none !important;
  }

  .cmsMainBox .table tr td:first-child {
    padding: 10px 20px 0 40% !important;
  }

  .cmsMainBox .table tr td:last-child {
    padding: 0 20px 10px 40% !important;
  }

  .cmsMainBox .table td span {
    display: block;
    position: absolute;
    max-height: 44px;
    width: 30%;
    left: 20px;
    top: 0;
    font-weight: bold;
  }

  .cmsMainBox .table tr td:first-child span {
    top: 10px;
  }

  .cmsMainBox .table tr {
    border: solid #7f7f7f;
    border: solid rgba(0, 0, 0, 0.1);
    border-width: 1px 0;
  }

  .cmsMainBox .cmsMainBoxCon .fr,
  .cmsMainBox .cmsMainBoxCon .fl {
    float: none !important;
    width: 100% !important;
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
  }

  .cmsMainBox .cmsMainBoxCon .fl .caption,
  .cmsMainBox .cmsMainBoxCon .fr .caption {
    text-align: center !important;
  }

  .related-box .related-item .type {
    padding: 10px;
  }

  .related-box .related-topics .info {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 10px;
    background: rgba(0, 0, 0, 0.3);
  }

  .related-box .related-topics h5 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 27px;
    color: #fff;
  }

  .related-box time {
    font-size: 15px;
    color: #fff;
  }

  .related-box .related-news li {
    padding: 10px;
    max-height: 93px;
  }

  .related-box .related-news .info {
    padding: 0 12px 0 0;
  }

  .related-box .related-news p {
    max-height: 36px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .related-box .related-news time {
    font-size: 14px;
  }

  .related-box .food-safety .inner {
    /* padding-top: ; */
  }

  .related-box .food-safety .dialogue p {
    padding: 25px;
    font-size: 37px;
    line-height: 50px;
  }

  .related-box .food-safety .dialogue:after {
    border-width: 50px;
    left: -25px;
    bottom: -50px;
  }

  .related-box .food-safety .food {
    left: 25px;
    bottom: 25px;
    font-size: 19px;
  }

  .block-wall .food-safety.bread .food:before,
  .related-box .food-safety.bread .food:before {
    width: 63px;
    height: 60px;
    background-size: 63px 60px;
  }

  .related-box .food-safety .hook {
    width: 70px;
    height: 30px;
    right: 25px;
    bottom: 25px;
    line-height: 30px;
    font-size: 16px;
  }

  .image-news-slide {
    background: none;
  }

  .image-news-slide .swiper-container .swiper-slide {
    background: #191919;
  }

  .image-news-slide .swiper-container .swiper-slide .info p {
    font-size: 10px;
    max-width: 100%;
    padding: 0 40px;
  }

  .image-news-slide .swiper-container .swiper-slide .info span {
    right: 10px;
  }

  .block-wall .company-news a {
    padding: 10px;
  }

  .block-wall .company-news h4 {
    font-size: 18px;
    line-height: 26px;
  }

  .block-wall .company-news time {
    margin-bottom: 10px;
  }

  .block-wall .company-news .type {
    margin-bottom: 5px;
  }

  .block-wall .company-news p {
    max-height: 100px;
  }

  .block-wall .company-news .more {
    bottom: 10px;
    right: 10px;
  }

  .related-slide-list .pagination {
    display: block;
    padding: 25px 0;
  }

  .related-slide-list .pagination span {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 0 3px;
    background: #191919;
    background: #808080;
  }

  .related-slide-list {
    border: none;
    margin: 0;
    padding: 0 10px;
  }

  .related-swiper {
    display: block;
    position: relative;
    visibility: visible;
    opacity: 1;
    margin: 0 0 10px 0;
    padding: 0;
    background: #333;
  }

  .related-slide-list .pagination span.swiper-pagination-bullet-active {
    background: #fff;
  }

  .page-detail .content-box .row > .col-md-12 > .inner {
    margin-bottom: 10px;
  }

  .page-detail .content-box > .row > .col-md-12 {
    padding: 0;
  }

  .recommend-list.mayLike li.hidden-xs,
  .recommend-list.mayLike li.hidden-sm {
    display: none;
  }

  .recommend-list {
    margin-bottom: 20px;
  }

  .recommend-list h4 {
    font-size: 23px;
    line-height: 1;
    margin-bottom: 20px;
  }

  .recommend-list .inner {
    padding: 0 10px;
  }

  .recommend-list.recommend li {
    margin-bottom: 20px;
  }

  .product-cover {
    height: 250px;
    padding-top: 0;
  }

  .product-cover .bg {
    width: auto;
    height: 250px;
    left: 50%;
    top: 0;
    margin-left: -411px;
  }

  .product-cover .like {
    left: auto;
    right: 35px;
  }

  .product-cover .product {
    width: 250px;
    left: 50%;
    margin-left: -125px;
  }

  .classified-table table thead {
    display: none;
  }

  .classified-table table td {
    display: block;
    position: relative;
    width: 100%;
    text-align: right;
    line-height: 45px;
    padding: 0 5% 0 50% !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-bottom: 1px solid #4c4c4c !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  }

  .classified-table table td:last-child {
    border-bottom: none !important;
  }

  .classified-table table tr td:nth-child(even) {
    background: #262626;
    background: #fff;
  }

  .classified-table table td strong {
    position: relative;
    font-size: 26px;
    line-height: 45px;
  }

  .classified-table table td strong b {
    line-height: 32px;
  }

  .classified-table table td strong i {
    display: inline-block;
    margin-left: 5px;
    font-size: 14px;
    min-width: 45px;
    text-align: right;
  }

  .classified-table table td span {
    display: block;
    position: absolute;
    width: 40%;
    height: 100%;
    left: 0;
    top: 0;
    padding-left: 15px;
    font-weight: bold;
    text-align: left;
    font-size: 14px;
    line-height: 50px;
    color: #2d2d2d;
  }

  .classified-table table tr {
    border: solid #7f7f7f;
    border: solid rgba(0, 0, 0, 0.1);
    border-width: 1px 0;
  }

  .classified-table .table-nav li {
    display: none;
    position: relative;
    width: 100%;
    text-align: center;
    top: 0;
    margin: 0 1px;
    padding: 0;
    font-size: 14px;
    line-height: 45px;
    color: #7f7f7f;
    background: #4c4c4c;
    border: solid #000;
    border: solid rgba(0, 0, 0, 0.1);
    border-width: 1px 0;
    cursor: pointer;
    z-index: 20;
  }

  .classified-table .table-nav li.active,
  .classified-table .table-nav li.active:hover {
    display: block;
    border-bottom: 1px solid #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .classified-table .table-nav .prev,
  .classified-table .table-nav .next,
  .full-list-nav .prev,
  .full-list-nav .next {
    display: block;
    position: absolute;
    width: 45px;
    height: 45px;
    top: 0;
    line-height: 45px;
    z-index: 1000;
  }

  .classified-table .table-nav .prev,
  .full-list-nav .prev {
    left: 0;
    text-align: left;
  }

  .classified-table .table-nav .next,
  .full-list-nav .next {
    right: 0;
    text-align: right;
  }

  .classified-table .table-nav .prev i,
  .classified-table .table-nav .next i,
  .full-list-nav .prev i,
  .full-list-nav .next i {
    position: relative;
    font-size: 36px;
    color: #2d2d2d;
  }

  .classified-table .table-nav .prev.disabled i,
  .classified-table .table-nav .next.disabled i,
  .full-list-nav .prev.disabled i,
  .full-list-nav .next.disabled i {
    color: #7f7f7f;
  }

  .classified-table .table-nav .prev i {
    left: -7px;
  }

  .classified-table .table-nav .next i {
    right: -7px;
  }

  .main-content.product-list {
    padding: 0 0 10px 0 !important;
  }

  .product-list .content-box {
    padding: 0;
  }

  .product-category-cover {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .product-category-cover div {
    display: block;
    position: static;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    text-align: center;
  }

  .product-category-cover div img {
    display: block;
    width: 100%;
    height: auto;
  }

  .full-list-nav {
    padding: 0;
  }

  .full-list-nav li {
    display: none;
    position: relative;
    width: 100%;
  }

  .full-list-nav li.active {
    display: block;
  }

  .full-list-nav li a {
    display: block;
    height: 45px;
    padding: 0 45px;
    font-size: 14px;
    line-height: 45px;
    background: #333;
    /* border: solid #191919;
		border-width: 1px 0; */
    border: none;
  }

  .food-list {
    margin: 0 20px;
  }

  .food-list .row {
    padding: 0 -5px;
  }

  .food-list .col-md-3 {
    padding: 0 5px;
  }

  .event-detail .title-group {
    padding-left: 78px;
  }

  .event-detail .title-group .time {
    width: 63px;
  }

  .event-detail .title-group .time time {
    padding-right: 20px;
    font-size: 11px;
  }

  .event-detail .title-group .time time:first-child {
    margin-bottom: 6px;
    padding-bottom: 6px;
  }

  .event-detail .title-group .time time:first-child:after {
    height: 2px;
    margin-left: -10px;
  }

  .event-detail .title-group .time time .day {
    font-size: 34px;
  }

  .event-detail .title-group .content h3 {
    font-size: 22px;
    line-height: 27px;
  }

  .event-detail .title-group .content .status {
    font-size: 11px;
  }

  .event-detail .brief-intro {
    margin: 25px auto 0 auto;
  }

  .event-detail .brief-intro p {
    padding: 20px;
    font-size: 14px;
    line-height: 23px;
  }

  .list-title {
    margin: 0 10px 15px 10px;
  }

  .block-wall .event-image-news .info {
    padding: 10px 5px;
  }

  .block-wall .event-image-news .info .wrap {
    padding-left: 120px;
  }

  .block-wall .event-image-news .info .time {
    width: 110px;
    height: 52px;
    padding-right: 5px;
  }

  .block-wall .event-image-news .info .time time {
    font-size: 10px;
  }

  .block-wall .event-image-news .info .time time .day {
    font-size: 33px;
  }

  .block-wall .event-image-news .info h4 {
    font-size: 19px;
    line-height: 26px;
    max-height: 52px;
  }

  .related-box .related-product .type {
    left: 10px;
    top: 25px;
  }

  .related-box .related-product p {
    padding: 40px 0 20px 10px;
  }

  .related-box .related-product p span {
    font-size: 28px;
    line-height: 36px;
  }

  .related-box .related-event a {
    height: 600px;
  }

  .related-box .related-event a img {
    width: 100%;
    height: auto;
  }

  .related-box .related-event .type {
    left: 10px;
    top: 12px;
    padding: 0;
  }

  .related-box .related-event .text .info {
    top: 60px;
    padding: 0 10px 14px 10px;
  }

  .related-box .related-event .news-side-swiper .text .info {
    padding: 50px 10px 14px 10px;
  }

  .related-box .related-event .info {
    padding: 15px;
  }

  .related-box .related-event .text .info time {
    font-size: 24px;
  }

  .related-box .related-event .text .info p {
    max-height: 78px;
    font-size: 18px;
    line-height: 26px;
  }

  .cmsPage .gallery .pagination {
    z-index: 200;
    opacity: 1;
  }

  .related-event-list .text .info h4 {
    max-height: 200px;
    font-size: 30px;
    line-height: 38px;
  }

  .coupon-list .block-wall .block .inner .info,
  .block-wall .coupon .info {
    right: 15px;
    bottom: 15px;
    width: 85px;
    height: 34px;
    line-height: 34px;
    font-size: 15px;
  }

  .main-content.coupon-detail {
    padding-top: 0 !important;
    padding-bottom: 40px !important;
  }

  .coupon-wrap {
    width: 100%;
    overflow: hidden;
  }

  .coupon-cover {
    width: 100%;
    height: auto;
  }

  .coupon-cover .inner {
    position: static;
    width: 100%;
    height: auto;
    margin: 0;
  }

  .coupon-cover .inner img {
    display: block;
    width: 100%;
    height: auto;
  }

  .coupon-nav {
    width: auto;
    height: auto;
    margin: 0 15px;
    padding-left: 0;
    padding-bottom: 25px;
    text-align: center;
  }

  .all .coupon-nav {
    width: 100%;
    margin: 0;
  }

  .coupon-nav img {
    display: inline-block;
    position: static;
    width: 64px;
    left: 18px;
    margin-right: 35px;
    vertical-align: top;
  }

  .all .coupon-nav img {
    vertical-align: middle;
  }

  .coupon-nav .info {
    display: inline-block;
    width: auto;
    vertical-align: top;
  }

  .all .coupon-nav .info {
    width: 155px;
  }

  .coupon-nav h3 {
    width: 100%;
    font-size: 22px;
    line-height: 1;
    white-space: nowrap;
  }

  .all .coupon-nav .info h3 {
    width: 155px;
    margin: 0;
    font-size: 22px;
    line-height: 26px;
    text-align: left;
    white-space: normal;
  }

  .coupon-nav button {
    display: block;
    width: 165px;
    height: 40px;
    line-height: 40px;
    margin: 0 0 10px 0;
    font-size: 20px;
  }

  .all .coupon-content .desktop h4 {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .all .coupon-content .mobile h4 {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .coupon-content .desktop {
    padding: 30px 15px 0 15px;
  }

  .all .coupon-content .desktop {
    padding: 30px 0;
  }

  .coupon-content .desktop .link .inner {
    padding-top: 50%;
  }

  .coupon-content .desktop .general i {
    font-size: 50px;
    line-height: 40px;
  }

  .all .coupon-content .desktop .general i {
    margin-bottom: 16px;
    font-size: 60px;
  }

  .coupon-content .desktop .link-list {
    padding-top: 15px;
  }

  .coupon-content .desktop .link-list a {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    padding: 0 14px;
  }

  .all .coupon-content .desktop .link-list a {
    height: 40px;
    padding: 0 25px;
    line-height: 40px;
    font-size: 12px;
    margin: 0 5px 10px 5px;
  }

  .coupon-content .mobile {
    width: auto;
    margin: 0 15px;
  }

  .coupon-content .mobile section {
    height: auto;
  }

  .coupon-content .mobile section .image,
  .coupon-content .mobile section .text {
    display: block !important;
    float: none !important;
    width: 100% !important;
  }

  .coupon-content .mobile section .image {
    text-align: center !important;
    margin-bottom: 25px !important;
  }

  .coupon-content .mobile section .text {
    padding: 0 25px !important;
  }

  .coupon-content .mobile section .image img {
    display: inline-block;
    position: static !important;
    float: none;
    vertical-align: middle;
  }

  .coupon-content .mobile section.step-1 .man {
    width: 98px;
  }

  .coupon-content .mobile section.step-1 .qr {
    width: 125px;
    margin-left: 45px;
  }

  .coupon-content .mobile section .num {
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }

  .coupon-content .mobile section .num i {
    font-size: 40px;
    left: 0;
    top: 0;
  }

  .coupon-content .mobile section p {
    padding-top: 10px;
  }

  .coupon-content .mobile section.step-2 .phone {
    width: 140px;
    margin-right: 29px;
    margin-bottom: 0;
  }

  .coupon-content .mobile section.step-2 .man {
    width: 82px;
  }

  .coupon-content .mobile section.step-3 .man {
    width: 55px;
    margin-right: 60px;
  }

  .coupon-content .mobile section.step-3 .phone {
    width: 140px;
    margin-left: 0;
  }

  .coupon-content .mobile section.step-4 .phone {
    width: 135px;
    margin-right: 45px;
  }

  .coupon-content .mobile section.step-4 .man {
    width: 70px;
  }

  .announcement-box {
    width: 100%;
    max-width: auto;
    margin: 0 auto;
    padding: 40px 80px;
  }

  .announcement-box img {
    display: block;
    width: 66px;
    height: 80px;
    margin: 0 auto 40px auto;
  }

  .announcement-box .text {
    display: block;
    width: 100%;
  }

  .product_safety_list .announcement-box {
    padding: 60px 80px;
  }

  .product_safety_list .announcement-box .text {
    display: block;
    width: 100%;
  }

  .product_safety_list .announcement-box img {
    width: 75px;
    height: auto;
    margin-bottom: 25px;
  }

  .announcement-box h4 {
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 31px;
  }

  .product_safety_list .announcement-box h4 {
    font-size: 17px;
  }

  .announcement-box p {
    font-size: 14px;
    line-height: 22px;
    color: #2d2d2d;
  }

  .product-detail .related-slide-list {
    margin-top: 0;
    padding-top: 0;
  }

  .pswp__caption__center {
    padding: 15px 30px;
    background: rgba(51, 51, 51, 0.5);
  }

  .comming-soon .map .inner {
    position: static;
    width: 100% !important;
    height: 100% !important;
  }

  .comming-soon .map img.desktop,
  .comming-soon .map img.tablet {
    display: none;
  }

  .comming-soon .map img.mobile {
    display: block;
    width: 100% !important;
    height: auto !important;
  }

  .comming-soon .info {
    width: 100%;
    left: 0;
    height: 180px;
    margin: -90px 0 0 0;
  }

  .comming-soon .info h3 {
    font-size: 50px;
    width: 185px;
    margin: 0 auto 25px auto;
    text-align: left;
  }

  .comming-soon .info a {
    width: 185px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }

  .news_list .list-title .filter {
    position: relative;
    white-space: nowrap;
    z-index: 50;
  }

  .main-content.map .search-bar {
    width: 100%;
    top: 0;
  }

  .main-content.map {
    min-height: 200px !important;
    padding: 60px 0 0 0 !important;
  }

  .main-content.map .search-bar .inner {
    width: 100%;
    padding: 10px 140px 10px 10px;
    background: #333;
    background: #f9f9f9;
  }

  .main-content.map .search-bar .input-box {
    height: 40px;
  }

  .main-content.map .search-bar .input-box label {
    height: 40px;
    padding: 0;
  }

  .main-content.map .search-bar .input-box label button {
    display: block;
    position: absolute;
    width: 40px;
    height: 38px;
    right: 0;
    top: 0;
    text-align: center;
    line-height: 36px;
    background: none;
  }

  .main-content.map .search-bar .input-box label button i {
    font-size: 28px;
    color: #808080;
  }

  .main-content.map .search-bar .input-box input {
    font-size: 14px;
    padding: 10px;
  }

  .main-content.map .search-bar button {
    height: 40px;
    line-height: 40px;
  }

  .main-content.map .search-bar .submit {
    width: 80px;
    right: 60px;
    top: 10px;
    font-size: 18px;
  }

  .main-content.map .search-bar .current-location {
    width: 40px;
    top: 10px;
    right: 10px;
    font-size: 0;
  }

  .main-content.map .search-bar .current-location i {
    margin: 0;
    top: 0;
    font-size: 23px;
  }

  .main-content.map .search-bar .input-box .result-box {
    left: -10px;
    top: 49px;
    max-height: 200px;
    border: none;
  }

  .main-content.map .search-bar .input-box .result-box li {
    padding: 10px 20px;
    font-size: 14px;
    border-width: 0 0 1px 0;
  }

  .main-content.map .filter-box {
    display: none;
    position: absolute;
    width: 265px;
    height: 264px;
    left: 50%;
    top: 50%;
    margin: -160px 0 0 -132px;
    font-size: 0;
    border-width: 1px 0 0 1px;
  }

  .main-content.map .filter-box li {
    display: inline-block;
    width: 88px;
    height: 88px;
    vertical-align: top;
    border: solid #808080;
    border-width: 0 1px 1px 0;
  }

  .main-content.map .filter-box li a {
    height: 87px;
    padding-top: 17px;
  }

  .main-content.map .filter-box li.all a {
    padding: 0;
    line-height: 87px;
    font-size: 17px;
  }

  .main-content.map .filter-box li span {
    margin: 0 auto 3px auto;
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }

  .main-content.map .filter-box button {
    display: block;
    position: absolute;
    width: 78px;
    height: 40px;
    left: 50%;
    bottom: -55px;
    margin-left: -39px;
    background: #ffbc0d;
    font-size: 18px;
    line-height: 40px;
    color: #1a1a1a;
    text-align: center;
  }

  .main-content.map .show-filter {
    display: block;
    position: absolute;
    width: 38px;
    height: 38px;
    top: 81px;
    right: 50%;
    margin-right: -176px;
    background: #d9d9d9;
    background: #ffbc0d;
    font-size: 28px;
    text-align: center;
    line-height: 38px;
    opacity: 1;
    z-index: 450;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
  }

  .main-content.map .close {
    display: none !important;
  }

  .main-content.map .show-filter {
    display: block !important;
    visibility: hidden;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  .main-content.map .show-filter.show {
    visibility: visible;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .main-content.map .show-filter {
    left: 10px;
    right: auto;
    margin: 0;
  }

  .main-content.map .close i {
    position: relative;
    top: -1px;
    font-size: 28px;
    color: #000;
  }

  .main-content.map .show-filter i {
    position: relative;
    top: 2px;
    font-size: 28px;
    color: #000;
  }

  .main-content.map .map-wrap,
  .main-content.map .map-wrap #baiduMap {
    min-height: 200px !important;
  }

  .main-content.map .filter-box li a:hover {
    background: #000;
    color: #fff;
  }

  .main-content.map .filter-box li.opt1 a:hover span {
    background-position: 0 0;
  }

  .main-content.map .filter-box li.opt2 a:hover span {
    background-position: -60px 0;
  }

  .main-content.map .filter-box li.opt3 a:hover span {
    background-position: -120px 0;
  }

  .main-content.map .filter-box li.opt4 a:hover span {
    background-position: -180px 0;
  }

  .main-content.map .filter-box li.opt5 a:hover span {
    background-position: -240px 0;
  }

  .main-content.map .filter-box li.opt6 a:hover span {
    background-position: -300px 0;
  }

  .main-content.map .filter-box li.opt7 a:hover span {
    background-position: -360px 0;
  }

  .main-content.map .filter-box li.opt8 a:hover span {
    background-position: -420px 0;
  }

  .main-content.map .filter-box li.active a {
    background: #fff;
    color: #000;
  }

  .main-content.map .filter-box li.opt1.active a span {
    background-position: 0 -40px;
  }

  .main-content.map .filter-box li.opt2.active a span {
    background-position: -60px -40px;
  }

  .main-content.map .filter-box li.opt3.active a span {
    background-position: -120px -40px;
  }

  .main-content.map .filter-box li.opt4.active a span {
    background-position: -180px -40px;
  }

  .main-content.map .filter-box li.opt5.active a span {
    background-position: -240px -40px;
  }

  .main-content.map .filter-box li.opt6.active a span {
    background-position: -300px -40px;
  }

  .main-content.map .filter-box li.opt7.active a span {
    background-position: -360px -40px;
  }

  .main-content.map .filter-box li.opt8.active a span {
    background-position: -420px -40px;
  }

  .main-content.map .no-result {
    width: 226px;
    height: 226px;
    left: 50%;
    top: 100px;
    margin-left: -113px;
  }

  .main-content.map .no-result .inner {
    padding: 30px 15px 0 15px;
  }

  .main-content.map .no-result .inner img {
    margin: 0 auto 30px auto;
  }

  .main-content.map .no-result .inner p {
    font-size: 12px;
    line-height: 22px;
  }

  .main-content.map .no-result .close {
    width: 38px;
    height: 38px;
    top: -19px;
    right: -19px;
    line-height: 36px;
  }

  .main-content.map .no-result .close i {
    position: relative;
    font-size: 28px;
    color: #1a1a1a;
    z-index: 100;
  }

  .main-content.map .map-load .load-inner {
    width: 35px;
    height: 49px;
    margin: -25px 0 0 -17px;
  }

  .main-content.map .map-load .load-bg {
    width: 35px;
    height: 49px;
  }

  .main-content.map .map-load .load-circle {
    left: 5.5px;
    top: 6px;
    width: 25px;
    height: 25px;
  }

  .wifi-box {
    height: 40px;
  }

  .wifi-box p {
    font-size: 13px;
    line-height: 40px;
  }

  .wifi-box p i {
    margin-right: 4px;
    font-size: 26px;
  }

  .wifi-box p span {
    color: #ffbc0d;
  }

  .wifi-box .close {
    width: 40px;
    height: 41px;
    top: -1px;
    line-height: 40px;
  }

  header.float.shrink {
    height: 53px;
  }

  .product_safety_list.main-content {
    padding-top: 73px !important;
  }

  .food-safety-search {
    height: 180px;
  }

  .food-safety-search .inner {
    height: 140px;
    padding: 17px 10px 0 10px;
    -moz-transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }

  .food-safety-search.shrink .inner {
    height: 60px;
    padding: 10px;
  }

  .food-safety-search .wrap {
    top: 53px !important;
    font-size: 0;
  }

  .food-safety-search .slogen {
    position: relative;
    display: inline-block;
    width: 79px;
    height: auto;
    top: 0;
    left: 0;
    margin-right: 20px;
    vertical-align: middle;
  }

  .food-safety-search p {
    display: inline-block;
    width: calc(100% - 125px);
    height: auto;
    margin-bottom: 0;
    font-size: 10px;
    line-height: 16px;
    vertical-align: middle;
    opacity: 1;
  }

  .food-safety-search.shrink .slogen,
  .food-safety-search.shrink p {
    display: none;
    /*position: absolute;
		height: 0;
		margin: 0;
		opacity: 0;
		visibility: hidden;*/
  }

  .food-safety-search .sns {
    display: none;
  }

  .food-safety-search .search {
    margin-top: 10px;
  }

  .food-safety-search.shrink .search {
    margin-top: 0;
  }

  .food-safety-search .search label {
    height: 40px;
  }

  .food-safety-search .search label input {
    height: 40px;
    font-size: 14px;
    line-height: 18px;
    padding: 11px 51px 11px 11px;
  }

  .food-safety-search .search button {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 26px;
  }

  .food-safety-search .search .result-box {
    top: 45px;
  }

  .food-safety-search .search .result-box ul {
    max-height: 200px;
  }

  .food-safety-search .search .result-box ul li a {
    height: 40px;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .block-wall .food-video .inner .bottom,
  .block-wall .food-img-text .inner .bottom,
  .block-wall .food-text .inner .bottom {
    height: 50px;
  }

  .related-slide-list
    .related-product-safety-swiper
    .swiper-slide.food-video
    .bottom,
  .related-slide-list
    .related-product-safety-swiper
    .swiper-slide.food-img-text
    .bottom,
  .related-slide-list
    .related-product-safety-swiper
    .swiper-slide.food-text
    .bottom {
    height: 100px;
  }

  .block-wall .food-video .inner .info,
  .block-wall .food-img-text .inner .info,
  .block-wall .food-text .inner .info {
    padding: 6px 10px;
  }

  .related-slide-list .related-product-safety-swiper .swiper-slide .info {
    padding: 15px 20px;
  }

  .block-wall .food-video .inner .info h4,
  .block-wall .food-img-text .inner .info h4 {
    font-size: 9px;
    line-height: 15px;
    max-height: 30px;
  }

  .related-slide-list .related-product-safety-swiper .swiper-slide .info h4 {
    font-size: 18px;
    line-height: 30px;
    max-height: 60px;
  }

  .block-wall .food-text .inner .info h4 {
    font-size: 17px;
    line-height: 25px;
    max-height: 125px;
  }

  .related-product-safety-swiper .swiper-slide.food-text .info h4 {
    font-size: 37px;
    line-height: 50px;
    max-height: 250px;
  }

  .block-wall .food-video .inner .bottom i,
  .block-wall .food-img-text .inner .bottom i,
  .block-wall .food-text .inner .bottom i {
    width: 30px;
    height: 30px;
    font-size: 30px;
    left: 10px;
    bottom: 10px;
  }

  .related-slide-list
    .related-product-safety-swiper
    .swiper-slide.food-video
    .bottom
    i,
  .related-slide-list
    .related-product-safety-swiper
    .swiper-slide.food-img-text
    .bottom
    i,
  .related-slide-list
    .related-product-safety-swiper
    .swiper-slide.food-text
    .bottom
    i {
    width: 50px;
    height: 50px;
    font-size: 50px;
    left: 15px;
    bottom: 15px;
  }

  .block-wall .food-video .inner .bottom strong,
  .block-wall .food-img-text .inner .bottom strong,
  .block-wall .food-text .inner .bottom strong {
    left: 45px;
    font-size: 9px;
    bottom: 13px;
  }

  .related-slide-list
    .related-product-safety-swiper
    .swiper-slide.food-video
    .bottom
    strong,
  .related-slide-list
    .related-product-safety-swiper
    .swiper-slide.food-img-text
    .bottom
    strong,
  .related-slide-list
    .related-product-safety-swiper
    .swiper-slide.food-text
    .bottom
    strong {
    left: 80px;
    font-size: 18px;
    line-height: 1;
    bottom: 25px;
  }

  .block-wall .food-video .inner .bottom span,
  .block-wall .food-img-text .inner .bottom span,
  .block-wall .food-text .inner .bottom span {
    width: 40px;
    height: 18px;
    right: 10px;
    bottom: 8px;
    font-size: 10px;
    line-height: 18px;
  }

  .related-slide-list
    .related-product-safety-swiper
    .swiper-slide.food-video
    .bottom
    span,
  .related-slide-list
    .related-product-safety-swiper
    .swiper-slide.food-img-text
    .bottom
    span,
  .related-slide-list
    .related-product-safety-swiper
    .swiper-slide.food-text
    .bottom
    span {
    width: 70px;
    height: 30px;
    right: 20px;
    bottom: 20px;
    font-size: 16px;
    line-height: 30px;
  }

  .block-wall .food-video .inner .bottom:before,
  .block-wall .food-img-text .inner .bottom:before,
  .block-wall .food-text .inner .bottom:before {
    border-width: 10px;
    top: -10px;
    left: 5px;
  }

  .related-slide-list
    .related-product-safety-swiper
    .swiper-slide.food-video
    .bottom:before,
  .related-slide-list
    .related-product-safety-swiper
    .swiper-slide.food-img-text
    .bottom:before,
  .related-slide-list
    .related-product-safety-swiper
    .swiper-slide.food-text
    .bottom:before {
    border-width: 20px;
    top: -20px;
  }

  .block-wall .food-img .inner .bottom,
  .related-slide-list
    .related-product-safety-swiper
    .swiper-slide.food-img
    .bottom {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    left: 20px;
    bottom: 20px;
  }

  .block-wall .food-video .inner .pic:before,
  .related-slide-list
    .related-product-safety-swiper
    .swiper-slide.food-video
    .pic:before {
    width: 45px;
    height: 45px;
    margin: -22px 0 0 -22px;
  }

  .product_safety_list .empty-box {
    height: 250px;
  }

  .product_safety_list .empty-box p {
    max-width: 210px;
    padding: 0;
    font-size: 17px;
    line-height: 27px;
  }

  .product_safety_list .empty-box p i {
    display: block;
    position: static;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    font-size: 75px;
  }

  .product-safety-detail .content-box > .row {
    margin: 0;
  }

  .product-safety-detail .content-box > .row > .col-md-12 {
    padding: 0;
  }

  .product-safety-detail .content-box > .row > .col-md-12 .cmsPage {
    padding: 0 20px;
  }

  .product-safety-detail .related-slide-list {
    margin-top: 25px;
  }

  .product-safety-detail .related-slide-list h3 {
    width: 129px;
    /*height: 52px;*/
    margin-bottom: 25px;
    /*line-height: 52px;
		font-size: 20px;*/
  }

  .product-safety-detail .related-slide-list h3:after {
    border-width: 10px;
    bottom: -10px;
  }

  .news-center-list {
    padding: 25px 20px 35px 20px;
  }

  .news-center-list li {
    margin-bottom: 15px;
    padding-bottom: 33px;
  }

  .news-center-list li .type,
  .news-center-list li h4 {
    line-height: 23px;
    font-size: 14px;
  }

  .news-center-list li time {
    font-size: 11px;
  }

  .news-center-list li p {
    font-size: 11px;
    line-height: 18px;
  }

  .media-center-list {
    margin: 0;
    padding: 20px 0;
    border-width: 1px 0 0 0;
  }

  .media-center-list:after {
    display: none;
  }

  .media-center-list .row {
    margin: 0;
  }

  .media-center-list .col-sm-6 {
    position: relative;
    margin-bottom: 20px;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #474747;
  }

  .media-center-list .col-sm-6:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #2e2e2e;
  }
}

@media (max-width: 767px) {
  header .main-nav > ul > li > a:after {
    right: 10px;
  }
}

header .main-nav > ul > li > a > span .icon .desktop-icon {
  display: block;
}

header .main-nav > ul > li > a > span .icon .mobile-icon {
  display: none;
}

@media (max-width: 768px) {
  header .menu-toggle {
    margin-left: 5px;
  }

  header .menu-toggle .icon {
    font-size: 25px;
  }

  header .main-nav > ul > li > a > span {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  header .main-nav > ul > li > a > span .icon .desktop-icon {
    display: none;
  }

  header .main-nav > ul > li > a > span .icon .mobile-icon {
    display: block;
  }

  header .main-nav > ul > li > a > span i {
    float: left;
    margin: 0 25px 0 0 !important;
  }

  header .main-nav > ul > li > a:after {
    content: "\e628";
    font-family: "iconfont";
    font-size: 25px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #ffbc0d;
    display: inline-block;
    width: 25px;
    height: 25px;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.35s ease;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  header .main-nav > ul > li > a:after {
    font-size: 25px;
    width: 25px;
    height: 25px;
  }
}

@media (max-width: 768px) and (min-width: 685px) {
  /*.food-list .pic {
		height: 307px !important;
	}*/
}

@media (max-width: 640px) {
  .block-wall .company-news .type,
  .block-wall .company-news time,
  .block-wall .company-news .more {
    font-size: 10px;
  }

  .block-wall .company-news h4 {
    font-size: 14px;
    line-height: 16px;
  }

  .block-wall .company-news p {
    display: none;
    font-size: 10px;
    line-height: 16px;
    max-height: 36px;
  }

  .related-news-list .text a {
    min-height: 368px;
  }

  .related-news-list .text .info h4 {
    max-height: 180px;
    font-size: 28px;
    line-height: 38px;
  }

  .wechat-box {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0 50px;
    background: none;
    border: none;
    font-size: 0;
    text-align: center;
  }

  .wechat-box:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
  }

  .wechat-box .inner {
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 280px;
    padding: 20px;
    background: #191919;
    border: 1px solid #2d2d2d;
    vertical-align: middle;
  }

  .wechat-box .close {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    top: -20px;
    right: -20px;
    text-align: center;
    opacity: 1;
  }

  .wechat-box .close:before {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    background: #2d2d2d;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    z-index: 10;
  }

  .wechat-box .close i {
    display: block;
    position: relative;
    width: 14px;
    height: 14px;
    margin: 2px 0 0 12px;
    font-size: 14px;
    line-height: 1;
    color: #191919;
    z-index: 20;
  }

  .wechat-box .close:hover:before {
    background: #ffbc0d;
  }

  .wechat-box .close:hover i {
    color: #fff;
  }

  .wechat-box img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 24px;
  }

  .wechat-box p {
    color: #2d2d2d;
    text-align: center;
    font-size: 12px;
    white-space: nowrap;
  }

  .related-box .related-item.media-contact .bottom img {
    width: 120px;
    height: 90px;
  }

  .related-box .related-item.media-contact .bottom p {
    height: 90px;
    padding: 10px 0 10px 130px;
    font-size: 14px;
    line-height: 17px;
  }
}

@media (max-width: 500px) {
  .related-box .related-event a {
    height: 500px;
  }
}

@media (width: 435px) {
  .block-wall .col-xs-6 {
    width: 49.9% !important;
  }

  .related-box .related-event a {
    height: 472px !important;
  }

  .block-wall .col-md-6.col-sm-8 .inner,
  .block-wall .col-md-3.col-sm-4 .inner,
  .related-box .food-safety .inner {
    height: 257px !important;
  }

  .related-slide-list .related-product-safety-swiper .swiper-slide a,
  .related-box .related-item.food-video .inner,
  .related-box .related-item.food-img-text .inner,
  .related-box .related-item.food-text .inner {
    height: 532px !important;
  }
}

@media (width: 414px) {
  .related-box .related-event a {
    height: 450px !important;
  }

  .block-wall .col-md-6.col-sm-8 .inner,
  .block-wall .col-md-3.col-sm-4 .inner,
  .related-box .food-safety .inner {
    height: 245px !important;
  }

  .related-slide-list .related-product-safety-swiper .swiper-slide a,
  .related-box .related-item.food-video .inner,
  .related-box .related-item.food-img-text .inner,
  .related-box .related-item.food-text .inner {
    height: 507px !important;
  }
}

/*small screen cellphone*/
@media (max-width: 320px) {
  header .main-nav > ul {
    padding: 0 20px;
  }

  header .main-nav > ul > li > a {
    padding: 15px 0;
  }

  header .main-nav > ul > li > a > span i {
    font-size: 35px !important;
    line-height: 40px !important;
  }

  /*.sidebar ul li {
		margin-bottom: 10px;
	}
	.sidebar ul li a:before {
		width: 40px;
		height: 40px;
		background-size: 40px 40px;
		margin-bottom: 5px;
	}*/
  .block-wall .image-news .info h4 {
    max-height: 46px;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.4;
  }

  .block-wall .news .info h4,
  .block-wall .media-block .info h4 {
    max-height: 34px;
    font-size: 12px;
    line-height: 1.4;
  }

  .block-wall .food-safety .food {
    font-size: 10px;
  }

  .block-wall .hot-list li span {
    max-height: 34px;
    font-size: 13px;
    line-height: 1.3;
  }

  .block-wall .hot-list li a:before {
    font-size: 16px;
  }

  .block-wall .food-safety .dialogue p,
  .related-box .food-safety .dialogue p {
    max-height: 105px;
  }

  .block-wall .company-news h4 {
    font-size: 12px;
    line-height: 14px;
  }

  .list-title h3 {
    font-size: 20px;
  }

  .coupon-nav {
    padding-bottom: 20px;
  }

  .coupon-nav img {
    width: 60px;
    margin-right: 20px;
  }

  .coupon-nav h3 {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .coupon-nav button {
    width: 140px;
    font-size: 14px;
  }

  .coupon-content .desktop .link-list {
    padding-top: 10px;
  }

  .coupon-content .mobile section .text {
    padding: 0 10px !important;
  }

  .coupon-content .mobile section p {
    font-size: 12px;
  }

  .coupon-content .mobile section.step-1 .qr {
    margin-left: 20px;
  }

  .coupon-content .mobile section.step-2 .phone {
    width: 130px;
    margin-right: 15px;
  }

  .coupon-content .mobile section.step-3 .man {
    margin-right: 40px;
  }

  .coupon-content .mobile section.step-4 .phone {
    margin-right: 25px;
  }

  .announcement-box {
    padding: 40px 40px;
  }

  .list-title .filter {
    white-space: nowrap;
  }

  .food-safety-search p {
    display: inline-block;
    width: 175px;
    font-size: 9px;
    line-height: 12px;
  }

  .block-wall .food-video .inner .info,
  .block-wall .food-img-text .inner .info,
  .block-wall .food-text .inner .info {
    padding: 5px 8px;
  }

  .block-wall .food-video .inner .info h4,
  .block-wall .food-img-text .inner .info h4 {
    font-size: 8px;
    line-height: 13px;
    max-height: 26px;
  }

  .related-slide-list .related-product-safety-swiper .swiper-slide .info {
    padding: 10px 20px;
  }

  .related-slide-list .related-product-safety-swiper .swiper-slide .info h4 {
    font-size: 16px;
    line-height: 20px;
    max-height: 40px;
  }

  .block-wall .food-text .inner .info h4 {
    font-size: 15px;
    line-height: 20px;
    max-height: 100px;
  }

  .block-wall .food-video .inner .bottom,
  .block-wall .food-img-text .inner .bottom,
  .block-wall .food-text .inner .bottom {
    height: 40px;
  }

  .block-wall .food-video .inner .bottom:before,
  .block-wall .food-img-text .inner .bottom:before,
  .block-wall .food-text .inner .bottom:before {
    left: 0;
  }

  .block-wall .food-video .inner .bottom i,
  .block-wall .food-img-text .inner .bottom i,
  .block-wall .food-text .inner .bottom i {
    width: 22px;
    height: 22px;
    font-size: 22px;
    bottom: 15px;
    left: 10px;
  }

  .block-wall .food-video .inner .bottom strong,
  .block-wall .food-img-text .inner .bottom strong,
  .block-wall .food-text .inner .bottom strong {
    font-size: 7px;
    bottom: 8px;
    left: 40px;
  }

  .block-wall .food-video .inner .bottom span,
  .block-wall .food-img-text .inner .bottom span,
  .block-wall .food-text .inner .bottom span {
    width: 38px;
    height: 15px;
    bottom: 5px;
    right: 5px;
    line-height: 15px;
    font-size: 7px;
  }
}

@media (width: 375px) {
  .block-wall .col-xs-6 {
    width: 49.9% !important;
  }

  .block-wall .col-md-6.col-sm-8 .inner,
  .block-wall .col-md-3.col-sm-4 .inner,
  .related-box .food-safety .inner {
    height: 221px !important;
  }

  .block-wall .col-md-3.col-sm-4.hot-list .inner {
    height: 343px !important;
  }

  .related-box .related-event a {
    height: 400px !important;
  }

  .block-wall .col-md-3.col-sm-4.col-xs-12 .inner,
  .related-slide-list .related-product-safety-swiper .swiper-slide a,
  .related-box .related-item.food-video .inner,
  .related-box .related-item.food-img-text .inner,
  .related-box .related-item.food-text .inner {
    height: 457px !important;
  }
}

@media (width: 360px) {
  .block-wall .col-md-6.col-sm-8 .inner,
  .block-wall .col-md-3.col-sm-4 .inner,
  .related-box .food-safety .inner {
    height: 212px !important;
  }

  .block-wall .col-md-3.col-sm-4.hot-list .inner {
    height: 343px !important;
  }

  .related-box .related-event a {
    height: 385px !important;
  }

  .block-wall .col-md-3.col-sm-4.col-xs-12 .inner,
  .related-slide-list .related-product-safety-swiper .swiper-slide a,
  .related-box .related-item.food-video .inner,
  .related-box .related-item.food-img-text .inner,
  .related-box .related-item.food-text .inner {
    height: 437px !important;
  }
}

@media (width: 412px) {
  .block-wall .col-md-6.col-sm-8 .inner,
  .block-wall .col-md-3.col-sm-4 .inner,
  .related-box .food-safety .inner {
    height: 244px !important;
  }

  .block-wall .col-md-3.col-sm-4.hot-list .inner {
    height: 244px !important;
  }
}

@media (width: 320px) {
  .block-wall .col-md-6.col-sm-8 .inner,
  .block-wall .col-md-3.col-sm-4 .inner,
  .related-box .food-safety .inner {
    height: 186px !important;
  }

  .block-wall .col-md-3.col-sm-4.hot-list .inner {
    height: 343px !important;
  }

  .related-box .related-event a {
    height: 360px;
  }

  .block-wall .col-md-3.col-sm-4.col-xs-12 .inner,
  .related-slide-list .related-product-safety-swiper .swiper-slide a {
    height: 386px !important;
  }
}

@media screen and (orientation: landscape) and (min-width: 480px) and (max-width: 736px) {
  #landscape {
    display: block;
    visibility: visible;
    z-index: 9999;
  }
}

@media (max-width: 767px) {
    .block-wall .image-news .inner {
        height: auto!important;
    }
    .block-wall .image-news .inner > a {
        position: relative!important;
        height: auto!important;
    }
    .block-wall .image-news .inner > a img {
        height: auto!important;
    }
    .block-wall .col-md-3.col-sm-4.col-xs-6 .inner,
    .block-wall .col-md-3.col-sm-4.col-xs-6 .inner {
        height: 221px!important;
    }
}

/*fadeTop*/
@keyframes fadeTop {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeTop {
  0% {
    -webkit-transform: translateY(-20px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

/*fadeBottom*/
@keyframes fadeBottom {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeBottom {
  0% {
    -webkit-transform: translateY(20px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

/*pop*/
@keyframes popOutB {
  0% {
    transform: scale(0);
  }

  10% {
    transform: scale(1);
  }

  20% {
    transform: scale(2);
  }

  30% {
    transform: scale(3);
  }

  40% {
    transform: scale(4);
  }

  50% {
    transform: scale(5);
    opacity: 0.5;
  }

  60% {
    transform: scale(6);
    opacity: 0;
  }

  70% {
    transform: scale(1);
    opacity: 0;
  }

  80% {
    transform: scale(1);
    opacity: 0.3;
  }

  90% {
    transform: scale(1);
    opacity: 0.6;
  }

  90% {
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes popOutB {
  0% {
    -webkit-transform: scale(0);
  }

  10% {
    -webkit-transform: scale(1);
  }

  20% {
    -webkit-transform: scale(2);
  }

  30% {
    -webkit-transform: scale(3);
  }

  40% {
    -webkit-transform: scale(4);
  }

  50% {
    -webkit-transform: scale(5);
    opacity: 0.5;
  }

  60% {
    -webkit-transform: scale(6);
    opacity: 0;
  }

  70% {
    -webkit-transform: scale(1);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(1);
    opacity: 0.3;
  }

  90% {
    -webkit-transform: scale(1);
    opacity: 0.6;
  }

  90% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

/* ---------------------------------------------- /*
 *  for ie
/* ---------------------------------------------- */
.ie8 body {
  min-width: 1200px;
  font-family: "微软雅黑", Helvetica, sans-serif;
}

.ie8 .block-wall {
  width: 1160px;
  padding: 0;
}

.ie8 .block-wall .row {
  width: 1140px;
  margin: 0 auto;
  padding: 0;
}

.ie8 .block-wall .row .block.col-md-6 {
  width: 570px;
  height: 354px !important;
}

.ie8 .block-wall .row .block.col-md-3 {
  width: 285px;
  height: 354px !important;
}

.ie8 .block-wall .row .block.col-md-4 {
  width: 380px;
}

.ie8 .block-wall .hot-list h5 i + i {
  font-size: 120px;
  vertical-align: middle;
}

.ie8 header .main-nav > ul > li .submenu {
  background: #000;
  filter: alpha(opacity=90);
}

.ie8 .list-title {
  width: 1120px;
}

.ie8 .content-box > .row {
  width: 1120px;
  margin: 0;
  padding: 0;
}

.ie8 .content-box > .row > .col-md-9 {
  width: 840px;
}

.ie8 .content-box > .row > .col-md-3 {
  width: 280px;
}

.ie8 .cmsPage .gallery .swiper-container,
.ie8 .cmsPage .gallery .swiper-container .swiper-slide {
  width: 645px !important;
  height: 493px !important;
}

.ie8 .related-slide-list .swiper-container {
  width: 1120px !important;
  height: 342px !important;
  margin: 0 auto;
}

.ie8 .related-slide-list .swiper-container.related-product-safety-swiper {
  width: 835px !important;
}

.ie8 .related-slide-list .related-series-swiper .swiper-slide {
  width: 540px !important;
  height: 342px !important;
  margin: 0 10px;
}

.ie8 .related-slide-list .related-news-list .swiper-slide,
.ie8 .related-slide-list .related-event-list .swiper-slide,
.ie8 .related-slide-list .related-product-list .swiper-slide {
  width: 260px !important;
  height: 342px !important;
  margin: 0 10px;
}

.ie8 .related-slide-list .swiper-container .swiper-slide a {
  height: 342px !important;
}

.ie8 .related-slide-list .prev {
  left: -50px;
}

.ie8 .related-slide-list .next {
  right: -50px;
}

.ie8 .product-safety-detail .content-box > .row > .col-md-12 {
  width: 865px;
}

.ie8 .event-side-swiper,
.ie8 .event-side-swiper .swiper-slide {
  width: 250px !important;
  height: 340px !important;
}

.ie8 .image-news-slide .swiper-container .swiper-slide {
  background: #000;
}

.ie8 .image-news-slide .swiper-container,
.ie8 .image-news-slide .swiper-container .swiper-slide {
  height: 400px !important;
}

.ie8 .image-news-slide .swiper-container .swiper-slide .info {
  width: 100%;
  height: 58px;
  left: 0;
  bottom: 0;
}

.ie8 .coupon-wrap {
  padding: 40px 0 0 0;
}

.ie8 .recommend-list .inner {
  width: 1120px;
  padding: 0;
}

.ie8 .recommend-list .inner .row {
  position: relative;
  width: 1120px;
  margin: 0;
}

.ie8 .recommend-list .inner .row .col-md-12 {
  width: 1120px;
}

.ie8 .recommend-list .inner .row .col-md-3 {
  float: left;
  width: 280px;
}

.ie8 .recommend-list .inner .row .col-md-6 {
  float: left;
  width: 560px;
}

.ie8 .food-list .row {
  width: 645px;
  margin: 0;
}

.ie8 .food-list .row .col-md-3 {
  float: left;
  width: 161px;
}

.ie8 .wechat-box .close {
  border: none;
  background-color: transparent;
  background-image: url(img/wechat-close.png);
  opacity: 1;
  filter: alpha(opacity=100);
}

.ie8 .wechat-box .close i,
.ie8 .wechat-box .close:before,
.ie8 .wechat-box .close:after {
  display: none;
}

.ie8 .loudspeaker {
  display: none !important;
}

.ie8 .related-box .related-event .swiper-container,
.ie8 .related-box .related-event .swiper-container .swiper-slide {
  width: 250px !important;
  height: 340px !important;
}

.ie8 .BMap_top {
  display: none;
}

.ie8 .BMap_pop > div + div + div,
.ie8 .BMap_pop > div + div + div + div + div,
.ie8 .BMap_pop > div + div + div + div + div + div + div {
  display: none !important;
}

.ie8 .BMap_pop > div + div + div + div + div + div + div + div + div {
  display: block !important;
}

.ie8 .location-tag {
  height: 320px !important;
}

.ie8 .food-safety-search .list-title {
  width: 100%;
  max-width: 9999px;
}

.ie8 .food-safety-search .list-title .row {
  width: 1160px;
}

.ie8 .food-safety-search .inner {
  width: 1120px !important;
}

.ie8 .product-safety-detail .related-product-safety-list .swiper-wrapper {
  min-width: 855px !important;
}

.ie8 .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.ie8 .swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
}

.ie8 .swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.ie8 .swiper-slide {
  float: left;
}

.ie8 .swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}

.ie8 .swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}

.ie8 .pagination span {
  cursor: pointer;
}

.ie8 .thumbnail-slide .swiper-container {
  width: 1120px;
  height: 108px;
}

.ie8 .thumbnail-slide .swiper-container .swiper-slide {
  margin-right: 20px;
}

/* x新版研究院 */
@media (max-width: 1280px) {
  .aside-movedown .sidebar {
    top: 270px;
  }
}

/* .safety-item.grid-item .inner{
	height: 343px!important;
}
.safety-item.spec-item.grid-item .inner{
	height: 706px!important;
}
@media (max-width: 1024px){
	.safety-item.grid-item .inner{
		height: 297px!important;
	}
	.safety-item.spec-item.grid-item .inner{
		height: 614px!important;
	}
}
@media (max-width: 768px){
	.safety-item.grid-item .inner{
		height: 294px!important;
	}
	.safety-item.spec-item.grid-item .inner{
		height: 608px!important;
	}
}
@media (max-width: 767px){
	.safety-item.spec-item.grid-item .inner{
		height: 598px!important;
	}
}
@media (max-width: 375px){
	.safety-item.grid-item .inner{
		height: 221px!important;
	}
	.safety-item.spec-item.grid-item .inner{
		height: 452px!important;
	}
}
@media (max-width: 320px){
	.safety-item.grid-item .inner{
		height: 186px!important;
	}
	.safety-item.spec-item.grid-item .inner{
		height: 382px!important;
	}
}
.safety-item .inner a{
	display: block;
	width: 100%;
	height: 100%;
}
.safety-item .inner .img{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}  
.safety-item .inner img{
	display: block;
	width: 100%;
	height: 100%;
}   
.safety-item.safety-item-video .img:before{
	content: "";
	display: block;
	position: absolute;
	width: 42px;
	height: 42px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: url(img/video_play2@2x.png) no-repeat;
	background-image: -webkit-image-set(url(img/video_play2@2x.png) 1x, url(img/video_play2@2x.png) 2x);
	background-image: -moz-image-set(url(img/video_play2@2x.png) 1x, url(img/video_play2@2x.png) 2x);
	background-image: -o-image-set(url(img/video_play2@2x.png) 1x, url(img/video_play2@2x.png) 2x);
	background-image: -ms-image-set(url(img/video_play2@2x.png) 1x, url(img/video_play2@2x.png) 2x);
	background-size: cover;
}
*/

/* food-safety-menu */
.food-safety-menu {
  display: block;
  position: relative;
  width: 100%;
  height: 68px;
  z-index: 100;
  transform: none;
  transition: all 0.3s ease;
}

.hide-safety .food-safety-menu .content {
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
}

.food-safety-menu .content {
  overflow: hidden;
  position: absolute;
  width: 100vw;
  width: 100%;
  left: 0;
  top: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  background: #fff;
  opacity: 1;
  visibility: visible;
  transform: none;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.food-safety-menu .content.v-fixed {
  position: fixed;
  top: 120px;
}
.food-safety-menu.shrink .content {
  top: 60px;
}
@media (width: 768px) {
  .food-safety-menu .content {
    /* top: 110px; */
  }
}
@media (max-width: 767px) {
  .food-safety-menu .content {
    position: fixed;
    top: 53px !important;
  }
}
@media (max-width: 576px) {
  .food-safety-menu .block-wall {
    padding: 0 0 0 10px;
  }
}
.food-safety-menu .wrapper {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.food-safety-menu .wrapper .sign {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 203px;
  margin-right: 40px;
}
@media (max-width: 1024px) {
  .food-safety-menu .wrapper .sign {
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  .food-safety-menu .wrapper .sign {
    width: 118px;
  }
}
@media (max-width: 767px) {
  .food-safety-menu .wrapper .sign {
    width: 70px;
    margin-right: 15px;
  }
}
.food-safety-menu .wrapper .sign img {
  display: block;
  width: 100%;
}
.food-safety-menu .wrapper .safety-menu {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.food-safety-menu .wrapper ul {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.food-safety-menu .wrapper li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 15px;
  font-weight: 800;
  color: #000;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  /* min-width: 64px; */
}
.food-safety-menu .wrapper li a {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.food-safety-menu .wrapper li .img-src {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.food-safety-menu .wrapper li .img-src img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.food-safety-menu .wrapper li span {
  display: block;
  width: 100%;
  padding: 10px 5px;
  color: #000;
  text-align: center;
  flex-grow: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
}
.food-safety-menu .wrapper li a.active span,
.food-safety-menu .wrapper li a:hover span {
  background: #ffbc0d;
}
.food-safety-menu .wrapper li a.no-link.active span,
.food-safety-menu .wrapper li a.no-link:hover span {
  background: #fff;
}
.food-safety-menu .wrapper li a.no-link,
.food-safety-menu .wrapper li a.no-link:hover {
  cursor: default;
}
@media (max-width: 767px) {
  .food-safety-menu .wrapper .safety-menu {
    overflow-x: auto;
  }
  .food-safety-menu .wrapper li {
    flex-grow: 1;
    min-width: 17vw;
    font-size: 10px;
  }
  .food-safety-menu .wrapper li span {
    padding: 6px 5px;
  }
}

/* safety-swiper */
.safety-wrapper {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .safety-wrapper {
    margin-bottom: 20px;
  }
}
.safety-swiper {
  width: 100%;
}
.safety-swiper .swiper-slide {
  pointer-events: none;
}
.safety-swiper .swiper-slide-active {
  pointer-events: all;
}
@media (min-width: 577px) {
  .safety-swiper:before,
  .safety-swiper:after {
    /* content: ""; */
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 12.5%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 2;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
  }
  .safety-swiper:before {
    left: auto;
    right: 0;
  }
}
.safety-swiper .swiper-slide {
  width: 100%;
  font-size: 0;
}
.safety-swiper .swiper-slide a {
  display: block;
  width: 100%;
  padding-bottom: 55.966478%;
  position: relative;
  font-size: 0;
  opacity: 1;
}
@media (min-width: 577px) {
  .safety-swiper .swiper-slide a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 2;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
  }
}
.safety-swiper .swiper-slide-active a:before {
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.safety-swiper .swiper-slide a .box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.safety-swiper .swiper-slide a.has-video:after {
  content: "";
  display: block;
  position: absolute;
  width: 96px;
  height: 96px;
  top: 50%;
  left: 50%;
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
  background: url(img/video_play3@2x.png) no-repeat;
  background-image: -webkit-image-set(
    url(img/video_play3@2x.png) 1x,
    url(img/video_play3@2x.png) 2x
  );
  background-image: -moz-image-set(
    url(img/video_play3@2x.png) 1x,
    url(img/video_play3@2x.png) 2x
  );
  background-image: -o-image-set(
    url(img/video_play3@2x.png) 1x,
    url(img/video_play3@2x.png) 2x
  );
  background-image: -ms-image-set(
    url(img/video_play3@2x.png) 1x,
    url(img/video_play3@2x.png) 2x
  );
  background-size: cover;
  z-index: 3;
  transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  .safety-swiper .swiper-slide a.has-video:after {
    width: 78px;
    height: 78px;
  }
}
@media (max-width: 992px) {
  .safety-swiper .swiper-slide a.has-video:after {
    width: 62px;
    height: 62px;
  }
}
@media (max-width: 577px) {
  .safety-swiper .swiper-slide a.has-video:after {
    width: 38px;
    height: 38px;
  }
}
.safety-swiper .swiper-slide img {
  display: block;
  /* width: 100%; */
  max-width: 100%;
  max-height: 100%;
  background-size: cover;
  margin: 0 auto;
  position: absolute;
  /* position: relative; */
  top: 50%;
  left: 50%;
  /* z-index: 2; */
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

.safety-swiper .swiper-slide video {
  display: block;
  width: 0;
  /* height: 0; */
  object-fit: cover;
  background-size: cover;
  position: absolute;
  z-index: -11;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* object-position: left 0 top 0; */
}
@media (max-width: 576px) {
  .safety-swiper .swiper-slide video {
    height: 100%;
  }
  .safety-swiper .swiper-slide a.has-video.show:after {
    opacity: 0;
    visibility: hidden;
  }
  .safety-swiper .swiper-slide a.has-video.show img {
    opacity: 0;
    visibility: hidden;
  }
}
@media (min-width: 577px) {
  .safety-swiper .swiper-slide video {
    width: 100%;
    /* height: 100%; */
  }
  .safety-swiper .swiper-slide a.has-video.show:after {
    opacity: 0;
    visibility: hidden;
  }
  .safety-swiper .swiper-slide a.has-video.show img {
    opacity: 0;
    visibility: hidden;
  }
}
.safety-swiper .safety-prev,
.safety-swiper .safety-next {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  width: 1em;
  height: 1em;
  top: 50%;
  margin-top: 0;
  transform: translateY(-50%);
  text-align: center;
  line-height: 1em;
  cursor: pointer;
  z-index: 10;
  background-image: none;
  font-size: 60px;
  color: #fff;
}
@media (max-width: 1200px) {
  .safety-swiper .safety-prev,
  .safety-swiper .safety-next {
    left: 25px;
    font-size: 48px;
  }
  .safety-swiper .safety-next {
    left: auto;
    right: 25px;
  }
}
@media (max-width: 992px) {
  .safety-swiper .safety-prev,
  .safety-swiper .safety-next {
    left: 5px;
    font-size: 38px;
  }
  .safety-swiper .safety-next {
    left: auto;
    right: 5px;
  }
}
@media (max-width: 576px) {
  .safety-swiper .safety-prev,
  .safety-swiper .safety-next {
    width: 2em;
    height: 2em;
    left: 10px;
    font-size: 23px;
  }
  .safety-swiper .safety-next {
    left: auto;
    right: 10px;
  }
}
.safety-swiper .swiper-button-disabled {
  cursor: default;
  opacity: 0.2;
}
.safety-swiper .safety-pagination {
  z-index: 10;
  bottom: 15px;
}
@media (max-width: 576px) {
  .safety-swiper .safety-pagination {
  }
}
.safety-swiper .safety-pagination span {
  background: #fff;
  opacity: 1;
}
.safety-swiper .safety-pagination span.swiper-pagination-bullet-active {
  background: #ffbc0d;
}

/*
 * 190620
 * 汉堡研究院瀑布流
*/
body .grid .grid-item.safety-item .inner {
  height: auto !important;
}
.safety-item img,
.safety-item.safety-item-video .img:before {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.safety-item img {
  width: 100%;
  z-index: 0;
}
.safety-item .inner::before,
.safety-item .inner::after {
  content: "";
  display: block;
}
.safety-item.safety-item-video .img:before {
  content: "";
  z-index: 10;
  width: 42px;
  height: 42px;
  background: url("img/video_play2@2x.png") no-repeat;
  background-size: cover;
}
.col-md-3.safety-item .inner::before {
  padding-top: 129.5313%;
}
.col-md-6.safety-item .inner::before {
  padding-top: calc((50% - 10px) * 1.295313);
}
.col-md-3.safety-item.spec-item .inner::before {
  padding: 129.5313% 0;
}
.col-md-3.safety-item.spec-item .inner::after {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .col-md-6.safety-item .inner::before {
    padding-top: 62.410072%;
  }
  .col-md-3.safety-item.spec-item .inner::after {
    padding-top: 10px;
  }
}
