.m {
  display: block;
}
.m-top {
  position: sticky;
  top: 0;
  z-index: 99;
}
.m-top-bg {
  width: 100%;
  display: block;
}
.m-top-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.m-top-nav {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #222;
  width: 100%;
  border-top: 2px inset #000;
  z-index: 99;
}
.m-top-nav-ul {
  padding: 10px 30px;
}
.m-top-nav-li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 4vw 0;
  color: #fff;
  font-size: 4.26666667vw;
}
.m-top-nav-li-left,
.m-top-nav-li-right {
  display: flex;
  align-items: center;
}
.m-top-nav-li-left {
  flex: 1;
}
.m-top-nav-li-token {
  width: 5.6vw;
  margin-right: 4px;
}
.m-top-nav .extra-ul {
  padding: 0 5.33333333vw;
  color: #fff;
  font-size: 3.2vw;
  line-height: 4.26666667vw;
  position: relative;
}
.m-top-nav .extra-ul::before {
  content: "";
  position: absolute;
  left: 5.33333333vw;
  top: 0;
  border-left: 1px dotted #fff;
  height: 90%;
  transform: translateY(-6%);
}
.m-top-nav .extra-ul-h4::before {
  transform: translateY(-3%);
}
.m-top-nav .extra-li {
  display: flex;
  align-items: center;
  padding: 2.66666667vw 0;
  color: #fff;
}
.m-top-nav .extra-li::before {
  content: "";
  width: 3em;
  border-top: 1px dotted #fff;
  margin-right: 4px;
}
.m-top-nav .bdt {
  border-top: 2px inset #000;
}
.m-footer {
  position: relative;
  height: 60.66666667vw;
  color: #fff;
}
.m-footer-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
  z-index: -1;
}
.m-footer-nav {
  padding: 5.06666667vw 0;
  font-size: 3.2vw;
  line-height: 3.73333333vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.m-footer-nav-gap {
  width: 2px;
  height: 2.66666667vw;
  background-color: #fff;
  margin: 0 8px;
}
.m-footer-info {
  padding: 0 6.66666667vw;
  display: flex;
  justify-content: space-between;
}
.m-footer-info-left-linkus {
  width: 42.66666667vw;
}
.m-footer-info-left-item {
  width: 45.33333333vw;
  display: flex;
  align-items: center;
  margin-top: 6px;
  font-size: 2.66666667vw;
}
.m-footer-info-left-item img {
  width: 2.93333333vw;
  margin-right: 4px;
  align-self: flex-start;
}
.m-footer-info-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 2.13333333vw;
  line-height: 3.73333333vw;
}
.m-footer-info-right img {
  width: 24.4vw;
  margin-bottom: 6px;
}
.m-footer-extra {
  margin-top: 4vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 2.13333333vw;
  line-height: 4.26666667vw;
}
.m-linkus-banner,
.m-linkus-title {
  width: 100%;
  display: block;
}
.back-top-img {
  width: 16vw;
}
.m-index-banner img {
  width: 100%;
  display: block;
}
.m-index-nav {
  padding: 5.33333333vw 4vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.m-index-nav img {
  width: 45.6vw;
  margin-bottom: 1.33333333vw;
}
.m-index-foods {
  padding: 1.33333333vw 3.33333333vw;
}
.m-index-foods-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 5.33333333vw;
}
.m-index-foods-item h3 {
  margin: 0;
  font-size: 5.33333333vw;
  color: #3c3c3c;
}
.m-index-foods-item small {
  font-size: 1.86666667vw;
  color: #969696;
}
.m-index-foods-item p {
  font-size: 2.4vw;
  line-height: 4.26666667vw;
}
.m-index-foods-item a {
  margin: 2.66666667vw 0;
  width: 28vw;
  height: 9.6vw;
  border: 0.26666667vw solid #e62734;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e62734;
  font-size: 3.2vw;
}
.m-index-foods-item a img {
  width: 2.93333333vw;
}
.m-index-foods-item img {
  width: 100%;
}
.m-index-aboutus {
  padding: 0 4vw;
}
.m-index-aboutus-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #3c3c3c;
}
.m-index-aboutus-title h3 {
  font-size: 5.33333333vw;
}
.m-index-aboutus-title small {
  font-size: 3.2vw;
}
.m-index-aboutus-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.m-index-aboutus-content-item {
  width: 45.06666667vw;
  margin-top: 4vw;
}
.m-index-aboutus-content-item img {
  display: block;
  width: 100%;
}
.m-index-aboutus-content-item div {
  height: 10.66666667vw;
  color: #fff;
  font-size: 4.26666667vw;
  text-align: center;
  background-color: #e62734;
  line-height: 10.66666667vw;
}
.m-index-activity {
  position: relative;
  height: 28.8vw;
  margin: 4vw 0;
}
.m-index-activity-imgs {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 93.06666667vw;
  height: 22.93333333vw;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.m-index-activity-imgs img {
  width: 18.13333333vw;
}
.m-index-activity .shadow-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 96vw;
  height: 28.8vw;
  box-shadow: 0 0 6px 0 rgba(144, 144, 144, 0.4);
}
.m-index-news {
  padding: 0 3.33333333vw;
}
.m-index-news-title {
  text-align: center;
  padding: 2.66666667vw 0;
}
.m-index-news-title img {
  width: 92.66666667vw;
}
.m-index-news-article {
  border-bottom: 0.26666667vw solid #eaeaea;
  padding: 2.66666667vw 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.m-index-news-article img {
  width: 35.73333333vw;
}
.m-index-news-aside {
  width: 54.66666667vw;
}
.m-index-news-aside h4 {
  font-size: 3.73333333vw;
  color: #3c3c3c;
}
.m-index-news-aside h4,
.m-index-news-aside p {
  margin: 0.4em 0;
}
.m-index-news-aside time {
  font-size: 2.4vw;
  color: #969696;
}
.m-index-news-aside p,
.m-index-news-aside a {
  font-size: 2.66666667vw;
}
.m-index-news-aside p {
  color: #666;
}
.m-index-news-aside a {
  color: #e62734;
  display: flex;
  align-items: center;
}
.m-index-news-aside a img {
  width: 2.93333333vw;
  margin-left: 1.06666667vw;
}
.m-index-linkus {
  margin-top: 2.66666667vw;
  padding: 0 3.33333333vw;
}
.m-index-linkus-title {
  text-align: center;
  padding: 2.66666667vw 0;
}
.m-index-linkus-title img {
  width: 92.66666667vw;
}
.m-index-linkus-remarks {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #3c3c3c;
  font-size: 3.73333333vw;
  line-height: 9.6vw;
}
.m-index-linkus-remarks span {
  font-size: 8.26666667vw;
  color: #e62734;
}
.m-index-linkus-tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 66.13333333vw;
  margin: 2.66666667vw auto;
}
.m-index-linkus-tag-item {
  color: #fff;
  font-size: 2.93333333vw;
  background-color: #e62734;
  padding: 1.33333333vw 3.73333333vw;
  margin-bottom: 2.66666667vw;
}
.m-index-linkus-form {
  padding: 2.66666667vw 0 5.33333333vw;
}
.m-index-linkus-form .van-field {
  background-color: #eaeaea;
}
.m-index-linkus-form .input-row {
  margin-bottom: 2.66666667vw;
}
.m-index-linkus-form .btn {
  width: 45.33333333vw;
  margin: 0 auto;
}
.m-aboutus-us-nav-left {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.m-aboutus-us-nav-left-item {
  color: #3c3c3c;
  font-size: 16px;
  background-color: #eaeaea;
  width: 100%;
  height: 26px;
  text-align: center;
  line-height: 26px;
  margin-right: 10px;
}
.m-aboutus-us-nav-left a {
  margin-right: 10px;
  flex: 1;
}
.m-aboutus-us-nav-left a:last-child {
  margin-right: 0;
}
.m-aboutus-us-nav-left .active {
  color: #fff;
  background-color: #e62734;
}
.m-aboutus-us-tip {
  padding: 20px 0;
  margin: 0 auto;
  width: 80%;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}
.m-aboutus-us-title {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.m-aboutus-us-title-img {
  width: 100%;
}
.m-aboutus-us-chapt-item-title {
  text-align: center;
  padding: 20px 0 0px;
}
.m-aboutus-us-chapt-item-title img {
  width: 100px;
}
.m-aboutus-us-chapt-item-h4 {
  text-align: center;
  margin-bottom: 20px;
}
.m-aboutus-us-chapt-item-p {
  font-size: 14px;
  color: #666;
}
.m-aboutus-us-chapt-img {
  width: 100%;
}
.m-aboutus-us-chapt-img img {
  width: 100%;
}
.m-aboutus-us-chapt-2 {
  position: relative;
}
.m-aboutus-us-chapt-2-company-bg {
  width: 100%;
}
.m-aboutus-us-chapt-2-company-img {
  position: absolute;
  left: 20px;
  top: 40px;
  width: 80%;
}
.m-aboutus-us-chapt-2-company-img2 {
  position: absolute;
  left: 20px;
  bottom: 275px;
  width: 80%;
}
.m-aboutus-us-chapt-2-company-img3 {
  position: absolute;
  left: 20px;
  bottom: 30px;
  width: 80%;
}
.m-aboutus-us-chapt-2-aside {
  position: absolute;
  top: 300px;
  right: 20px;
  width: 220px;
}
.m-aboutus-us-chapt-2-aside-title {
  width: 100%;
  text-align: center;
}
.m-aboutus-us-chapt-2-aside-title img {
  width: 100px;
}
.m-aboutus-us-chapt-2-aside-name {
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin: 10px 0;
}
.m-aboutus-us-chapt-2-aside-p {
  color: #fff;
  font-size: 12px;
}
.m-aboutus-culture-banner {
  width: 100%;
  height: 200px;
  margin: 20px auto 0;
  background-color: #eaeaea;
  position: relative;
}
.m-aboutus-culture-banner-tag {
  width: 70%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 14px;
}
.m-aboutus-culture-banner-tag img {
  width: 100%;
}
.m-aboutus-culture-banner-tag-task {
  top: 135px;
  position: absolute;
  color: #3c3c3c;
  left: 29px;
}
.m-aboutus-culture-banner-tag-count {
  top: 60px;
}
.m-aboutus-culture-banner-tag-count span {
  color: #e62734;
}
.m-aboutus-culture-aside {
  width: 150px;
  margin: 30px 0;
}
.m-aboutus-culture-aside img {
  width: 100%;
}
.m-aboutus-culture-main-title {
  color: #e62734;
  line-height: 2;
}
.m-aboutus-culture-main-item {
  color: #666;
  line-height: 1.5;
  margin: 10px 0;
}
.m-aboutus-culture-main-item img {
  margin-right: 5px;
}
.m-aboutus-figure-imgs {
  width: 100%;
  margin: 10px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.m-aboutus-figure-imgs img {
  width: 50%;
}
.m-aboutus-figure-imgs-tag {
  width: 49% !important;
}
.m-aboutus-figure-zz {
  width: 100%;
}
.m-aboutus-figure-zz img {
  width: 100%;
}
.m-aboutus-team-banner {
  margin: 0 auto;
  padding: 10px 0;
}
.m-aboutus-team-banner img {
  width: 100%;
  display: block;
}
.m-aboutus-team-banner-txt {
  background-color: #e62734;
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
}
.m-aboutus-team-banner-txt p {
  width: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
}
.m-aboutus-team-good-title {
  padding: 10px 0;
  border-bottom: 2px solid #e62734;
}
.m-aboutus-team-good-main {
  padding: 10px 0;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}
.m-aboutus-team-good-brand {
  width: 60px;
}
.m-aboutus-team-good-brand img {
  width: 100%;
}
.m-aboutus-team-good-user {
  position: relative;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  margin-left: 5px;
}
.m-aboutus-team-good-user img {
  margin-right: 1%;
  width: 32.5%;
  margin-bottom: 5px;
}
.m-aboutus-team-good-user img:nth-child(3n) {
  margin-right: 0;
}
.m-aboutus-team-good-user-extra {
  background-color: #e62734;
  color: #fff;
  font-size: 14px;
  padding: 10px;
  box-sizing: border-box;
}
.m-aboutus-team-good-three-working {
  display: flex;
}
.m-aboutus-team-good-photo-title {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
}
.m-aboutus-team-good-photo-imgs {
  padding: 4px 6px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #eaeaea;
}
.m-aboutus-team-good-photo-imgs img {
  width: 100%;
  margin-bottom: 4px;
}
.m-aboutus-team-good-photo-task {
  width: 80%;
  margin: 20px auto;
}
.m-aboutus-team-good-photo-task img {
  width: 100%;
}
.m .figure-story {
  background-color: #eeeeee;
  padding: 20px 10px;
  box-sizing: border-box;
  width: 100%;
}
.m .figure-story-main {
  margin: 15px 0;
  line-height: 1.5;
  font-size: 14px;
}
.m .figure-story-main-logo {
  width: 150px;
  margin: 20px 0;
}
.m .figure-story-main-logo img {
  width: 100%;
}
.m .figure-story .figure-adv-box img {
  width: 100%;
  margin: 5px 0;
}
.m .figure-story .figure-adv-box-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.m .figure-story .figure-adv-box-left-top {
  display: flex;
  justify-content: space-between;
}
.m .figure-story .figure-adv-box-left-top img {
  width: 49%;
}
.m .figure-story .figure-jxw-imgs {
  display: flex;
  position: relative;
  justify-content: space-between;
  padding-top: 140px;
}
.m .figure-story .figure-jxw-imgs img {
  width: 49%;
}
.m .figure-story .figure-jxw-imgs-msg-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  right: 0;
}
.m .figure-story .figure-jxw-imgs-msg-box img {
  width: 50%;
}
.m .figure-story .figure-jxw-imgs-msg-box p {
  color: #e62734;
  font-size: 16px;
}
.m .figure-story .figure-jxw-imgs-msg-box p img {
  width: 7px;
  margin-right: 10px;
}
.m .figure-story .figure-imgs {
  width: 100%;
  margin: 10px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.m .figure-story .figure-imgs-video {
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 33%;
  background-color: #eaeaea;
}
.m .figure-story .figure-imgs-video video {
  width: 100%;
  height: 100%;
}
.m .figure-story .figure-imgs-video-player {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px !important;
  height: 50px;
  cursor: pointer;
}
.m .figure-story .figure-imgs img {
  width: 33%;
}
.m .m-foods-nav-left {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 20px;
  box-sizing: border-box;
}
.m .m-foods-nav-left a {
  flex: 1;
  margin: 20px 0;
}
.m .m-foods-nav-left .foods-nav-left-item {
  color: #3c3c3c;
  font-size: 16px;
  background-color: #eaeaea;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin-right: 10px;
  border-radius: 25px;
}
.m .m-foods-nav-left .foods-nav-left-item.active {
  color: #fff;
  background-color: #e62734;
}
.m .m-service-type-intro {
  margin: 10px 0 100px;
  border: 1px solid #91000a;
  padding-bottom: 16px;
}
.m .m-service-type-intro-top {
  width: 100%;
  background-color: #91000a;
  color: #fff;
  font-size: 14px;
  text-indent: 2em;
  line-height: 1.5;
  padding: 20px 10px;
  box-sizing: border-box;
}
.m .m-service-type-intro-top-p {
  margin: 10px 0;
}
.m .m-service-type-intro-top-title {
  text-indent: 0;
  font-size: 18px;
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.m .m-service-type-intro-top-title img {
  width: 14px;
}
.m .m-service-type-intro-img,
.m .m-service-type-intro-tag {
  padding: 0 10px;
  box-sizing: border-box;
  margin: -20px auto 0;
  width: 100%;
  display: block;
}
.m .m-service-type-intro-tag {
  width: 90%;
  position: absolute;
  bottom: -188px;
  left: 20px;
  z-index: 9;
}
.m .m-service-type-store {
  width: 100%;
  position: relative;
  padding-bottom: 200px;
}
.m .m-service-type-store img {
  width: 100%;
}
.m .m-service-type-store-imgs {
  position: absolute;
  width: 90%;
  left: 50%;
  top: 5px;
  transform: translateX(-50%);
}
.m .m-service-type-store-imgs-name {
  width: 45px !important;
  position: absolute;
  left: 0;
  top: 0;
}
.m .m-service-type-store-imgs .spared {
  display: block;
  box-sizing: border-box;
}
.m .m-service-type-store-imgs .spared img {
  border: 5px solid #91000a;
  width: 100%;
  box-sizing: border-box;
}
.m .m-service-type-store-imgs-1-txt {
  background-color: rgba(145, 0, 10, 0.57);
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 10px 0;
  padding: 10px;
  box-sizing: border-box;
}
.m .m-service-condition-ly {
  width: 100%;
  position: relative;
}
.m .m-service-condition-ly img {
  width: 100%;
}
.m .m-service-condition-ly-img {
  width: 140px !important;
  position: absolute;
  right: 34px;
  bottom: 30px;
}
.m .m-service-condition-start {
  position: relative;
  width: 100%;
  margin: 10px auto 0;
}
.m .m-service-condition-start img {
  width: 100%;
}
.m .m-service-condition-start-imgs {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.m .m-service-condition-start-imgs img {
  margin-bottom: 10px;
  width: 49%;
}
.m .m-service-task {
  width: 80%;
  margin: 20px auto;
}
.m .m-service-task img {
  width: 100%;
}
.m .m-service-procedure-imgs {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}
.m .m-service-procedure-imgs img {
  width: 24%;
}
.m .m-service-procedure-imgs img.first {
  width: 49%;
}
.m .m-service-procedure-li {
  width: 100%;
}
.m .m-service-procedure-li img {
  width: 100%;
}
.m .m-service-procedure-list {
  width: 100%;
}
.m .m-service-procedure-list img {
  margin: 5px 0;
  width: 100%;
}
.m .m-service-procedure-group {
  width: 100%;
}
.m .m-service-procedure-group img {
  width: 100%;
  margin-bottom: 10px;
}
.m .m-service-procedure-join {
  width: 100%;
}
.m .m-service-procedure-join-title {
  padding: 10px 0;
  text-align: center;
}
.m .m-service-procedure-join-remarks {
  width: 100%;
  margin: 0 auto 20px;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}
.m .m-service-procedure-join-img {
  width: 100%;
}
.m .m-service-procedure-join-img img {
  width: 100%;
}
.m .m-service-procedure-user {
  position: relative;
  padding-top: 10px;
}
.m .m-service-procedure-user img {
  width: 100%;
}
.m .m-service-procedure-user-box {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
}
.m .m-service-procedure-user-box img {
  width: 24%;
}
.m .m-linkus-linkus-list {
  width: 100%;
  margin: 20px 0;
}
.m .m-linkus-linkus-list-item {
  width: 100%;
  height: 180px;
  border: 1px solid rgba(161, 161, 161, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: default;
  transition: transform 0.25s linear;
  padding: 10px 0;
  margin-bottom: 10px;
}
.m .m-linkus-linkus-list-item .title {
  display: flex;
  align-items: center;
  padding: 10px 0;
  font-size: 20px;
  line-height: 28px;
}
.m .m-linkus-linkus-list-item .side {
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #585858;
}
.m .m-linkus-linkus-list-item .rich {
  display: flex;
  align-items: flex-end;
}
.m .m-linkus-line-info {
  margin: 20px 0;
}
.m .m-linkus-line-info-left .item {
  margin-bottom: 10px;
}
.m .m-linkus-line-info-left .item-title {
  display: flex;
  align-items: center;
}
.m .m-linkus-line-info-left .item-txt {
  color: #3c3c3c;
  font-size: 16px;
  line-height: 24px;
  margin-top: 6px;
}
.m .m-linkus-line-info-right {
  width: 100%;
}
.m .m-linkus-line-info-right img {
  width: 100%;
}
.m .m-linkus-message-box {
  padding: 20px 30px 10px;
  width: 100%;
  margin: 20px auto 40px;
  border: 1px solid #eaeaea;
  box-sizing: border-box;
}
.m .m-linkus-message-box .input-row {
  margin: 10px 0;
}
.m .m-linkus-message-box .input-row .input-row-text,
.m .m-linkus-message-box .input-row textarea {
  width: 100%;
  line-height: 24px;
  box-sizing: border-box;
  padding: 4px 20px;
  background-color: #eaeaea;
  outline: 0;
  border: 0;
}
.m .m-foods-news-bill {
  width: 100%;
  margin: 0 auto;
}
.m .m-foods-news-bill img {
  width: 100%;
}
.m .m-foods-news-recomment {
  width: 100%;
  padding: 12px 0;
}
.m .m-foods-news-recomment img {
  width: 100%;
}
.m .m-foods-news-story img {
  width: 100%;
}
.m .m-foods-news-story img.foods-news-story-txt {
  width: 90%;
  display: block;
  margin: -20px auto 30px;
}
.m .m-foods-show-banner {
  width: 100%;
}
.m .m-foods-show-banner img {
  width: 100%;
}
.m .m-foods-show-demo-box {
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  display: flex;
  padding: 20px;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.m .m-foods-show-demo-box img {
  width: 30%;
}
.m .m-foods-show-demos {
  width: 100%;
}
.m .m-foods-show-demos-title {
  width: 100%;
}
.m .m-foods-show-demos-title img {
  width: 100%;
}
.m .m-foods-show-demos-box {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 10px;
  box-sizing: border-box;
}
.m .m-foods-show-demos-box-item {
  width: 32%;
  margin-right: 1%;
  text-align: center;
  margin-bottom: 10px;
}
.m .m-foods-show-demos-box-item:nth-child(3n) {
  margin-right: 0;
}
.m .m-foods-show-demos-box-item img {
  width: 100%;
}
.m .m-foods-show-demos-box-item span {
  color: #666;
  font-size: 14px;
}
.m .m-foods-vip-welcome img {
  display: block;
  width: 100%;
}
.m .m-foods-vip-welcome-info {
  width: 80%;
  margin: 0 auto;
}
.m .m-foods-vip-welcome-info img {
  width: 100%;
  display: block;
}
.m .m-foods-vip-welcome-info p {
  color: #7f8080;
  line-height: 1.5;
  font-size: 16px;
  text-indent: 2em;
  text-align: justify;
  margin: 20px 0;
}
.m .foods-vip-welfare h4 img {
  width: 100%;
}
.m .foods-vip-welfare-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 20px 0;
}
.m .foods-vip-welfare-box img {
  width: 25%;
}
.m .foods-vip-swipe {
  width: 100%;
}
.m .foods-vip-swipe-imgs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.m .foods-vip-swipe-imgs img {
  margin-right: 2%;
  margin: 10px 0;
  width: 30%;
}
.m .foods-vip-swipe-imgs img:nth-child(3n) {
  margin-right: 0;
}
.m .foods-vip-activity {
  margin: 0 auto;
  padding: 18px 40px;
  box-sizing: border-box;
  width: 100%;
}
.m .foods-vip-activity img {
  width: 100%;
}
.m .foods-vip-activity-info {
  width: 100%;
  font-size: 16px;
  color: #333;
  line-height: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.m .foods-vip-activity-info img {
  width: 250px;
  margin: 10px 0;
}
.m .foods-vip-banner {
  width: 100%;
  margin: 30px 0;
}
.m .foods-vip-banner img {
  width: 100%;
  display: block;
}
.m .m-foods-vip-table {
  width: 100%;
  margin: 10px auto 0;
}
.m .m-foods-vip-table .rows {
  display: flex;
}
.m .m-foods-vip-table .rows .cols {
  flex: 1;
  padding: 8px 0;
  text-align: center;
  color: #3c3c3c;
  font-size: 18px;
  line-height: 24px;
}
.m .m-foods-vip-table .rows .bg1 {
  background-color: #ffa900;
}
.m .m-foods-vip-table .rows .bg2 {
  background-color: #ffce6e;
}
.m .m-foods-vip-table .rows .bg3 {
  background-color: #ffebc4;
}
.m .m-foods-vip-table .rows .bg4 {
  background-color: #afafaf;
}
.m .m-foods-vip-table .rows .bg5 {
  background-color: #d1d1d1;
}
.m .m-news-title {
  width: 100%;
}
.m .m-news-title img {
  width: 100%;
}
.m .news-main {
  padding: 10px;
}
.m .news-main img {
  width: 100%;
}
.m .news-main-info-name {
  font-size: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.m .news-main-info-base {
  font-size: 14px;
  line-height: 25px;
  color: #666;
  display: flex;
  flex-direction: column;
}
.m .news-main-info-base-jump {
  margin-top: 20px;
  font-size: 18px;
  width: 90px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 16px;
  background-color: #e62734;
  color: #fff;
}
.m .news-main-info-extra {
  display: flex;
  font-size: 14px;
  line-height: 24px;
  color: #b1b1b1;
  margin: 10px 0;
}
.m .news-main-info-extra img {
  vertical-align: middle;
  width: 16px;
  margin-right: 5px;
}
.m .news-main-info-extra-date {
  margin-right: 20px;
}
.m .m-news-type {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  box-shadow: 0 0 3px 0 rgba(161, 161, 161, 0.57);
}
.m .m-news-type-box {
  width: 223px;
  display: flex;
  justify-content: space-between;
}
.m .m-news-type-box a {
  color: #3c3c3c;
  font-size: 14px;
  line-height: 24px;
}
.m .m-news-type-box a.active {
  color: #e62734;
}
.m .m-news-list {
  width: 100%;
}
.m .m-news-list-item {
  padding: 10px;
  position: relative;
  cursor: pointer;
}
.m .m-news-list-item img {
  width: 100%;
}
.m .m-news-list-item-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.m .m-news-list-item-info-name {
  border-bottom: 1px solid #3c3c3c;
  color: #3c3c3c;
  font-size: 22px;
  line-height: 26px;
}
.m .m-news-list-item-info-remarks {
  padding: 12px 0;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.m .m-news-list-item-info-action {
  margin: 10px 0;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  color: #989898;
  border: 1px solid rgba(166, 166, 166, 0.4);
}
.m .m-news-list-item-info-extra {
  display: flex;
  font-size: 14px;
  line-height: 24px;
  color: #b1b1b1;
}
.m .m-news-list-item-info-extra-date {
  margin-right: 20px;
}
.m .m-news-list-item-info-extra img {
  vertical-align: middle;
  margin-right: 5px;
  width: 16px;
}
.m .m-service-scqjfx-imgs {
  width: 100%;
  margin: 20px 0;
}
.m .m-service-scqjfx-imgs img {
  display: block;
  width: 100%;
}
.m .m-service-scqjfx-imgs-df {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.m .m-service-scqjfx-imgs-df .w50 {
  margin-bottom: 5px;
  display: block;
  width: 48%;
}
.m .m-service-scqjfx-imgs-box {
  margin: 10px 0;
  padding: 10px 20px;
  box-sizing: border-box;
  width: 100%;
  background-color: #e62734;
  font-size: 12px;
  color: #fff;
  line-height: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.m .m-service-scqjfx-imgs-box span {
  font-size: 18px;
}
.m .m-service-index-banner {
  width: 100%;
}
.m .m-service-index-banner img {
  width: 100%;
}
.m .m-service-some-tip {
  width: 100%;
  margin: 20px 0;
}
.m .m-service-some-tip-title {
  text-align: center;
  padding: 10px 0;
}
.m .m-service-some-tip-p {
  text-align: justify;
  text-indent: 2em;
  font-size: 15px;
  color: #000;
  line-height: 30px;
}
.m .m-service-some-tip-video {
  width: 100%;
  height: 132px;
  position: relative;
}
.m .m-service-some-tip-video video {
  width: 100%;
  height: 100%;
  background-color: #eaeaea;
}
.m .m-service-some-tip-video-player {
  width: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.m .m-service-some-tip-img {
  width: 50%;
  text-align: center;
  margin: 20px auto;
}
.m .m-service-some-tip-img img {
  display: block;
  width: 100%;
}
.m .m-service-adv-banner {
  background-color: #eaeaea;
}
.m .m-service-xmys {
  width: 100%;
}
.m .m-service-xmys img {
  width: 100%;
}
.m .m-service-xmys-title {
  padding: 20px 0 15px;
  text-align: center;
}
.m .m-service-xmys-title img {
  width: 120px;
}
.m .m-service-xmys-box {
  display: flex;
  width: 100%;
}
.m .m-service-xmys-box-col {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin: 10px 0;
}
.m .m-service-xmys-box-col div {
  font-size: 18px;
  color: #000;
  line-height: 24px;
}
.m .m-service-xmys-box-col p {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 10px 0;
  font-size: 15px;
  color: #686868;
  line-height: 24px;
}
.m .m-service-xmys-box-col-item {
  width: 46%;
  position: relative;
  padding-left: 14px;
  margin: 5px 0;
}
.m .m-service-xmys-box-col-item-dot {
  width: 7px !important;
  position: absolute;
  left: 2px;
  top: 8px;
}
.m-banner {
  width: 100%;
}
.m-banner-img {
  display: block;
  width: 100%;
}
.m-common-pd {
  padding: 0 10px;
  box-sizing: border-box;
}
.m-us-nav-right {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #666;
  font-size: 14px;
  padding: 20px 10px;
}
.m-us-nav-right-token {
  width: 18px;
  margin-right: 5px;
}
.m-us-nav-right small {
  margin: 0 2px;
}
.m-side {
  padding: 5.33333333vw;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 2.66666667vw;
  color: #666;
}
.m-side-logo {
  width: 3.86666667vw;
  margin-right: 0.8vw;
}
