@media screen and (max-width: 740px) {
    html, body {
    overflow-x: hidden;
    width: 100%;
}
  .fes-pc{
    display: none;
  }
  .fes-mo{
  }
  .container .mainInfo > img {
    height: auto;
  }
  .hearder {
    display: none;
  }
  img {
    max-width: 100%;
  }
  .container {
    margin-top: 6px;
  }
  .titleCircle {
    margin: 0 auto;
    padding-top: 0.28rem;
    height: 1rem;
    position: relative;
    margin-bottom: 0.3rem;
  }
  .titleCircle:after {
    content: "";
    width: 1rem;
    height: 1rem;
    background: #ffc300;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .titleCircle .title {
    color: #333;
    font-size: 0.24rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    z-index: 2;
  }
  .titleCircle .subtitle {
    color: #333;
    font-size: 0.12rem;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    position: relative;
    z-index: 2;
  }
  .restaurantsTabList {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .restaurantsTabList .restaurantsTabItem {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0.29rem;
    border: 2px solid #333;
    /* <5px 不变 */
    border-radius: 0.14rem;
    margin: 0 0.04rem;
    font-size: 0.14rem;
    color: #333;
    cursor: pointer;
    padding: 0 0.03rem;
    font-weight: bold;
    margin-bottom: 0.22rem;
  }
  .restaurantsTabList .restaurantsTabItem.on {
    background: #ff8000;
    color: #fff;
    border: 2px solid #ff8000;
    /* <5px 不变 */
  }
  .container {
    width: 100%;
  }
  .container .mainInfo {
    text-align: center;
    line-height: 0;
    padding: 0.05rem 2% 0.78rem 2%;
    position: relative;
    justify-content: flex-start;
  }
  .container .mainInfo .columnImg {
    top: 0;
    position: relative;
    right: -0.2rem;
    left: -2%;
    width: 60vw;
    margin-bottom: 20px;
    margin-left: -2%;
  }
  .container .aboutFunfo {
    padding-bottom: 0.8rem;
    position: relative;
    padding-left: 2%;
    padding-right: 2%;
  }
  .container .aboutFunfo .icon1 {
    position: absolute;
    right: -0.8rem;
    bottom: 0.2rem;
    line-height: 0;
  }
  .container .aboutFunfo .icon2 {
    position: absolute;
    left: -0.8rem;
    bottom: 0.2rem;
    line-height: 0;
  }
  .container .aboutFunfo .snsImg {
    text-align: center;
    line-height: 0;
    padding: 0 0.2rem;
  }
  .container .aboutFunfo .foodText {
    margin-top: 0.3rem;
    font-size: 0.15rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    color: #333;
  }
  .container .restaurants {
    padding-bottom: 0.8rem;
  }
  .container .restaurantsListContainer {
    margin-top: 0rem;
    position: relative;
  }
  .container .restaurantsListContainer .restaurantsListItem {
    position: absolute;
    opacity: 0;
    top: 0;
    z-index: -1;
    transition: all 0.5s ease;
    padding: 0 2%;
  }
  .container .restaurantsListContainer .restaurantsListItem.on {
    opacity: 1;
    position: relative;
    z-index: 1;
  }
  .container .restaurantsListContainer .restaurantsListItem .restaurantsListFlex {
    display: flex;
    flex-wrap: wrap;
    gap: 0.18rem 0.08rem;
  }
  .container .restaurantsListContainer .restaurantsListItem .restaurantsListFlex .restaurantsBox {
    width: calc(50% - 0.04rem);
    position: relative;
    border-radius: 0.1rem;
    border: 2px solid #ff8000;
    /* <5px 不变 */
  }
  .container .restaurantsListContainer .restaurantsListItem .restaurantsListFlex .restaurantsBox .pic {
    width: 100%;
  }
  .container .restaurantsListContainer .restaurantsListItem .restaurantsListFlex .restaurantsBox .pic img {
    height: 1.25rem;
    object-fit: cover;
    border-radius: 0.08rem;
  }
  .container .restaurantsListContainer .restaurantsListItem .restaurantsListFlex .restaurantsBox .title {
    position: absolute;
    top: 0.08rem;
    left: -3px;
    /* <5px 不变 */
    line-height: 0.24rem;
    padding: 0 0.03rem;
    font-size: 0.09rem;
    color: #333;
    font-weight: bold;
    background: #fff;
    border-radius: 0 0.12rem 0.12rem 0;
    border: 3px solid #ff8000;
    /* <5px 不变 */
    border-left: 3px solid #fff;
    /* <5px 不变 */
  }
  .container .restaurantsListContainer .restaurantsListItem .restaurantsListFlex .restaurantsBox .address {
    position: absolute;
    line-height: 0.23rem;
    background: url(../img/addressbg.png) center no-repeat;
    color: #fff;
    font-size: 0.09rem;
    bottom: -2px;
    /* <5px 不变 */
    right: 0;
    text-align: center;
    border-radius: 0.1rem 0 0.1rem 0;
    width: auto;
    padding: 0 0.03rem;
    font-weight: bold;
    text-indent: 0.1rem;
  }
  .container .foodAppText {
    font-size: 0.14rem;
    font-weight: bold;
    text-align: center;
    color: #333;
    margin-top: 0.3rem;
    line-height: 1.7;
  }
  .container .influencers {
    padding: 0rem 0 0.8rem 0;
  }
  .container .influencers .influencersInfo {
    font-size: 0.2rem;
    padding: 0 0.45rem;
    color: #333;
    font-weight: bold;
    font-family: "Zen Maru Gothic";
    margin-top: 0.3rem;
    text-align: center;
  }
  .container .influencers .influencersList {
    padding: 0 calc(2% + 0.2rem);
  }
  .container .influencers .influencersList .influencersListSlick {
    width: calc(100% + 0.12rem);
    display: flex;
    margin: 0 -0.06rem;
  }
  .container .influencers .influencersList .influencersListSlick .slick-prev {
    background: url(../img/prev.png) center no-repeat;
    background-size: cover;
    height: 0.2rem;
    width: 0.12rem;
    top: 50%;
    transform: translate(0, -50%);
    left: -0.15rem;
  }
  .container .influencers .influencersList .influencersListSlick .slick-next {
    background: url(../img/next.png) center no-repeat;
    background-size: cover;
    height: 0.2rem;
    width: 0.12rem;
    top: 50%;
    transform: translate(0, -50%);
    right: -0.15rem;
  }
  .container .influencers .influencersList .influencersListSlick .influencersItem {
    width: 20%;
    padding: 0 0.06rem;
    cursor: pointer;
  }
  .container .influencers .influencersList .influencersListSlick .influencersItem .pic {
    width: 100%;
  }
  .container .influencers .iconImg {
    line-height: 0;
    text-align: center;
    margin: 0.1rem 0 0px 0;
    padding: 0 0.5rem;
  }
  .container .events .eventsList {
    padding: 0 2%;
  }
  .container .events .eventsList .eventsItem {
    margin-bottom: 0.48rem;
    width: 100%;
    border: 3px solid #ffc300;
    /* <5px 不变 */
    font-family: Zen Maru Gothic;
    font-weight: Bold;
    font-size: 0.14rem;
    line-height: 0.24rem;
    letter-spacing: 5%;
    padding: 0.35rem 0.3rem 0.3rem 0.24rem;
    color: #333;
    position: relative;
  }
  .container .events .eventsList .eventsItem .text{
    font-size: 0.12rem;
    line-height: 0.18rem;
    padding: 7px 0px 0px 0px;
    color: #333;
    position: relative;
    font-weight:lighter;
  }
  .container .events .eventsList .eventsItem:last-child {
    padding-bottom: 0.3rem;
  }
  .container .events .eventsList .eventsItem a {
    color: #333;
    display: block;
  }
  .container .events .eventsList .eventsItem .num {
    position: absolute;
    left: -0.2rem;
    top: -0.3rem;
    z-index: 3;
  }
  .container .events .eventsList .eventsItem .num img {
    height: 0.52rem;
    max-width: 95vw;
  }
  .container .events .eventsList .eventsItem:after {
    content: "";
    position: absolute;
    left: -3px;
    top: -3px;
    background: #fff;
    width: 80%;
    height: 0.3rem;
  }
  .container .events .eventsList .eventsItem .joinMethod {
    margin-top: 0.3rem;
    margin-bottom: 0.09rem;
  }
  .container .events .eventsList .eventsItem .joinMethod img {
    height: 0.24rem;
  }
  .container .events .eventsList .eventsItem .arrow {
    display: flex;
    align-items: center;
    padding-left: 0.18rem;
  }
  .container .events .eventsList .eventsItem .arrow img {
    margin-right: 0.1rem;
  }
  .container .howToJoin {
    padding: 0 2%;
  }
  .container .howToJoin .stepList .stepItem {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 0.15rem;
    position: relative;
  }
  .container .howToJoin .stepList .stepItem .icon3 {
    position: absolute;
    right: 0;
  }
  .container .howToJoin .stepList .stepItem .icon4 {
    position: absolute;
    right: -0.8rem;
  }
  .container .howToJoin .stepList .stepItem .icon5 {
    position: absolute;
    right: -0.6rem;
  }
  .container .howToJoin .stepList .stepItem:last-child {
    margin-bottom: 0;
  }
  .container .howToJoin .stepList .stepItem .num {
    width: 0.47rem;
    font-size: 0;
  }
  .container .howToJoin .stepList .stepItem .num img {
    width: 0.47rem;
  }
  .container .howToJoin .stepList .stepItem .textLayout {
    width: calc(100% - 0.47rem - 0.23rem);
    height: 0.47rem;
    display: flex;
    padding-left: 0.14rem;
    flex-direction: column;
    justify-content: center;
  }
  .container .howToJoin .stepList .stepItem .textLayout .title {
    font-family: "Zen Maru Gothic";
    font-size: 0.12rem;
    font-weight: bold;
    color: #333;
    line-height: 1.6;
  }
  .container .howToJoin .stepList .stepItem .textLayout .title br {
    display: none;
  }
  .container .howToJoin .stepList .stepItem .textLayout .title p {
    margin-left: 0rem;
    font-size: 0.1rem;
    color: #333;
    line-height: 1.6;
    display: block;
    font-weight: 400;
    transform: translate(0px, 0px);
    /* <5px 不变 */
  }
  .container .howToJoin .stepList .stepItem .stepContent {
    padding-left: 0.6rem;
    margin-top: 0.1rem;
    position: relative;
  }
  .container .howToJoin .stepList .stepItem .stepContent:after {
    content: "";
    height: 100%;
    width: 2px;
    /* <5px 不变 */
    position: absolute;
    left: 0.22rem;
    top: 0;
    background: #333;
  }
  .container .howToJoin .stepList .stepItem .stepContent .join {
    font-family: "Zen Maru Gothic";
    font-size: 0.14rem;
    color: #ff8000;
    padding-left: 0rem;
    margin-top: 0.22rem;
    position: relative;
    margin-bottom: 0.2rem;
  }
  .container .howToJoin .stepList .stepItem .stepContent .join.last {
    margin-bottom: 0;
  }
  .container .howToJoin .stepList .stepItem .stepContent .join:after {
    content: "";
    height: 2px;
    /* <5px 不变 */
    width: 0.3rem;
    position: absolute;
    background: #333;
    left: -0.38rem;
    top: 50%;
    transform: translate(0, -50%);
  }
  .container .howToJoin .stepList .stepItem .stepContent .toggle {
    width: 100%;
  }
  .container .howToJoin .stepList .stepItem .stepContent .toggle .topTitle {
    padding: 0 0.12rem 0 0.08rem;
    background: #ffc300;
    line-height: 0.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.12rem;
    color: #333;
    font-weight: bold;
    width: 100%;
    cursor: pointer;
    border-radius: 0.13rem;
    font-family: "Zen Maru Gothic";
  }
  .container .howToJoin .stepList .stepItem .stepContent .toggle .topTitle img {
    max-height: 0.15rem;
  }
  .container .howToJoin .stepList .stepItem .stepContent .toggle .topTitle .close {
    display: none;
  }
  .container .howToJoin .stepList .stepItem .stepContent .toggle .topTitle.on .close {
    display: block;
  }
  .container .howToJoin .stepList .stepItem .stepContent .toggle .topTitle.on .open {
    display: none;
  }
  .container .howToJoin .stepList .stepItem .stepContent .toggle .topTitle p {
    margin-right: auto;
    margin-left: 0.24rem;
  }
  .container .howToJoin .stepList .stepItem .stepContent .toggle .toggleContent {
    background: #efefef;
    padding: 0.2rem 0.1rem 0.2rem 0.1rem;
    display: none;
  }
  .container .howToJoin .stepList .stepItem .stepContent .toggle .toggleContent .contentItem {
    display: flex;
    margin-bottom: 0.18rem;
  }
  .container .howToJoin .stepList .stepItem .stepContent .toggle .toggleContent .contentItem:last-child {
    margin-bottom: 0;
  }
  .container .howToJoin .stepList .stepItem .stepContent .toggle .toggleContent .contentItem .num {
    width: 0.2rem;
    font-weight: bold;
    font-size: 0.14rem;
    color: #333;
    margin-top: 0px;
    /* <5px 不变 */
    font-family: "Zen Maru Gothic";
  }
  .container .howToJoin .stepList .stepItem .stepContent .toggle .toggleContent .contentItem .textarea {
    width: 58%;
    font-size: 0.14rem;
    color: #333;
    line-height: 1.6;
    font-weight: bold;
    font-family: "Zen Maru Gothic";
  }
  .container .howToJoin .stepList .stepItem .stepContent .toggle .toggleContent .contentItem .pic {
    flex: 1;
    padding-left: 0.1rem;
  }
  .container .howToJoin .stepList .stepItem .stepContent .toggle .toggleContent .content {
    font-size: 0.14rem;
    color: #333;
    line-height: 1.6;
    font-weight: bold;
    font-family: "Zen Maru Gothic";
    padding-left: 0.16rem;
    margin-top: 0.2rem;
  }
  .container .howToJoin .stepList .stepItem .stepLogin {
    display: flex;
    align-items: center;
  }
  .container .howToJoin .stepList .stepItem .stepLogin .ewm {
    width: 1rem;
    line-height: 0;
  }
  .container .howToJoin .stepList .stepItem .stepLogin .loginInfo {
    padding-left: 0.1rem;
    font-size: 0.13rem;
    line-height: 1.4;
    font-weight: bold;
    color: #333;
    letter-spacing: 2px;
    /* <5px 不变 */
    width: calc(100% - 1rem);
  }
  .container .howToJoin .stepList .stepItem .stepLogin .loginInfo a {
    color: #ffc300;
  }
  .container .howToJoin .stepList .stepItem .stepNumber {
    padding-bottom: 0.27rem;
    margin-top: 0.18rem;
    display: flex;
  }
  .container .howToJoin .stepList .stepItem .stepNumber .numberList {
    display: flex;
    flex-direction: column;
  }
  .container .howToJoin .stepList .stepItem .stepNumber .numberList a {
    display: block;
    width: 0.96rem;
    line-height: 0;
    margin-right: 0;
  }
  .container .howToJoin .stepList .stepItem .stepNumber .numberList a:last-child {
    margin-right: 0;
  }
  .container .howToJoin .stepList .stepItem .stepNumber .numberText {
    font-size: 0.1rem;
    color: #333;
    margin-top: 0.12rem;
    padding-left: 0.23rem;
    text-align: center;
    font-weight: 500;
    font-family: "Zen Maru Gothic";
  }
  .container .howToJoin .stepList .stepItem .strpMinapita {
    width: 100%;
    font-size: 0.12rem;
    color: #333;
    font-weight: 500;
    font-family: "Zen Maru Gothic";
  }
  .container .addressBox {
    padding: 0.8rem 2% 0.2rem 2%;
  }
  .container .addressBox #map {
    width: 100%;
    height: 2.95rem;
    border-radius: 0.1rem;
    border: 3px solid #ffc300;
    /* <5px 不变 */
  }
  .container .addressBox .addressList {
    display: flex;
    flex-direction: column;
    padding: 0rem;
    margin-top: 0.35rem;
    padding-bottom: 0.12rem;
    border-bottom: 2px solid #ffc300;
    /* <5px 不变 */
  }
  .container .addressBox .addressList .addressItem {
    width: 100%;
    display: flex;
  }
  .container .addressBox .addressList .addressItem .name {
    font-family: "Zen Maru Gothic";
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #333;
    margin-right: 0rem;
    font-weight: bold;
    width: 1.1rem;
  }
  .container .addressBox .addressList .addressItem .place {
    font-family: "Zen Maru Gothic";
    font-size: 0.12rem;
    line-height: 0.3rem;
    color: #333;
  }
  .container .addressBox .attention {
    text-align: center;
    font-size: 0.12rem;
    font-weight: bold;
    font-family: "Zen Maru Gothic";
    margin-top: 0.12rem;
    color: #333;
  }
  .container .footerImg {
    text-align: center;
    line-height: 0;
    padding-bottom: 0.9rem;
    display: none;
  }
  .footer {
    position: relative;
    z-index: 10;
    padding: 0.3rem 0.45rem 0.35rem 0.45rem;
    background: #333333;
  }
  .footer .tip {
    text-align: center;
    font-family: "Zen Maru Gothic";
    color: #fff;
    font-size: 0.12rem;
  }
  .footer .sponsor {
    text-align: center;
    font-family: "Zen Maru Gothic";
    color: #fff;
    font-size: 0.14rem;
    margin-top: 0.16rem;
  }
  .footer .copyright {
    text-align: center;
    font-family: "Zen Maru Gothic";
    color: #fff;
    font-size: 0.12rem;
    margin-top: 4px;
    /* <5px 不变 */
  }
  .container .howToJoin .stepList .stepItem:last-child .stepContent:after {
    height: calc(100% - 0.1rem);
  }
  .colorLineText {
    background-image: linear-gradient(to bottom, #ffc300 0%, #ffc300 100%);
    background-repeat: repeat-x;
    background-position: 0 95%;
    background-size: 100% 2px;
    /* <5px 不变 */
    display: inline;
    padding-bottom: 0.03rem;
    position: relative;
  }
  .container .howToJoin .stepList .stepItem .stepNumber .numberList a img {
    width: 0.96rem;
  }
  .container .howToJoin .stepList .stepItem .icon3,
  .container .howToJoin .stepList .stepItem .icon4,
  .container .howToJoin .stepList .stepItem .icon5 {
    font-size: 0;
  }
  .container .howToJoin .stepList .stepItem .icon3 {
    top: 0.2rem;
  }
  .container .howToJoin .stepList .stepItem .icon3 img {
    height: 0.55rem;
    width: 0.55rem;
  }
  .container .howToJoin .stepList .stepItem .icon4 {
    top: 0.1rem;
    right: -0.5rem;
  }
  .container .howToJoin .stepList .stepItem .icon4 img {
    width: 1.14rem;
  }
  .container .howToJoin .stepList .stepItem .icon5 {
    top: 0.8rem;
    right: 0;
  }
  .container .howToJoin .stepList .stepItem .icon5 img {
    width: 1.18rem;
  }
  .container .howToJoin .stepList .stepItem .icon6 {
    top: 0.95rem;
    right: 0;
  }
  .container .howToJoin .stepList .stepItem .icon6 img {
    width: 0.85rem;
  }
  .container .howToJoin .stepList .stepItem .icon7 {
    right: -0.1rem;
    top: 0.5rem;
  }
  .container .aboutFunfo .icon1 {
    display: none;
  }
  .container .aboutFunfo .icon2 {
    display: none;
  }
  .container {
    margin-top: 60px;
  }
  .influencersPop {
    width: 80vw;
    height: 200px;
  }
  .container .mainInfo > img {
    top: 35%;
    position: relative;
    transform: translate(0px, -50%);
  }
  .container .mainInfo {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 50px);
    align-items: flex-start;
  }
  .container .mainInfo img {
    height: auto;
  }
  .container .events {
    padding-bottom: 0.8rem;
  }
  .methodText {
    font-size: 0.14rem;
    text-align: center;
    margin-bottom: 0.1rem;
  }
  .numberList a:first-child {
    margin-right: 5%;
  }
  .numberList {
    display: flex;
  }
  .numberList a {
    width: 45%;
  }
}
