* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  font-family: "Zen Maru Gothic";
}
a {
  transition: all 0.5s ease;
}
.fes-pc{
}
.fes-mo{
  display: none;
}
.pic {
  line-height: 0;
  overflow: hidden;
  overflow: hidden; 
}
.pic img {
  transition: all 0.5s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;  
}
body {
  float: left;
  width: 100%;
  scroll-behavior: smooth;
}
.wapshoww {
  display: none !important;
}
html {
  scroll-behavior: smooth;
}
.nbanner {
  width: 100%;
  position: relative;
}
.nbanner img {
  width: 100%;
}
img {
  border: 0;
}
.max-width {
  width: 1280px;
  margin: 0 auto;
  background: #fff;
}
html {
  scrollbar-width: thin;
  scrollbar-color: #ffc300 rgba(255, 255, 255, 0.75);
}
html::-webkit-scrollbar {
  width: 8px;
}
html::-webkit-scrollbar-thumb {
  background-color: #ffc300;
  border-radius: 8px;
}
@media screen and (max-width: 1340px) {
  .max-width {
    width: 96%;
    margin: 0 auto;
  }
}
.layout37 {
  display: none;
}
.pcshow {
  width: 80%;
  display: block !important;
}
.wapshow {
  display: none !important;
}
@media screen and (max-width: 740px) {
  .pcshow {
    display: none !important;
  }
  .wapshow {
    display: block !important;
  }
}
.wapshow {
  display: none;
}
._nav3 {
  display: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.layout37 {
  display: none;
}
.titleCircle {
  margin: 0 auto;
  padding-top: 50px;
  height: 190px;
  position: relative;
  margin-bottom: 100px;
}
.titleCircle:after {
  content: "";
  width: 190px;
  height: 190px;
  background: #ffc300;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.titleCircle .title {
  color: #333;
  font-size: 44px;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 2;
}
.titleCircle .subtitle {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  position: relative;
  z-index: 2;
}
.restaurants {
  position: relative;
  z-index: 7;
  padding-bottom: 200px;
}
.restaurantsTabList {
  display: flex;
  justify-content: center;
  align-items: center;
}
.restaurantsTabList .restaurantsTabItem {
  width: 213px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 47px;
  border: 2px solid #333;
  border-radius: 23px;
  margin: 0 9px;
  font-size: 20px;
  color: #333;
  cursor: pointer;
  font-weight: bold;
}
.restaurantsTabList .restaurantsTabItem.on {
  background: #ff8000;
  color: #fff;
  border: 2px solid #ff8000;
}
.container .howToJoin .stepList .stepItem .stepNumber .numberList a img {
  width: 100%;
}
.container {
  width: 100%;
}
.container .mainInfo {
  text-align: center;
  line-height: 0;
  padding: 15% 0 0 0;
  position: relative;
  margin-top: 25px;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .mainInfo > img {
  height: 75%;
  max-height: 900px;
  transform: translateY(-20%);
}
.container .mainInfo .columnImg {
  top: 0;
  position: absolute;
  right: -20px;
}
.container .aboutFunfo {
  padding-bottom: 200px;
  position: relative;
}
.container .aboutFunfo .icon1 {
  position: absolute;
  right: -80px;
  bottom: 20px;
  line-height: 0;
}
.container .aboutFunfo .icon2 {
  position: absolute;
  left: -80px;
  bottom: 20px;
  line-height: 0;
}
.container .aboutFunfo .snsImg {
  text-align: center;
  line-height: 0;
}
.container .aboutFunfo .foodText {
  margin-top: 64px;
  font-size: 33px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #333;
}
.restaurantsText {
  margin: 0px 0 30px 0;
  font-size: 33px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #FF8000;
}
.restaurantsText2 {
  margin: 0px 0 30px 0;
  font-size: 33px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #333;
}
.container .restaurantsListContainer {
  margin-top: 60px;
  position: relative;
}
.container .restaurantsListContainer .restaurantsListItem {
  position: absolute;
  opacity: 0;
  top: 0;
  z-index: -1;
  transition: all 0.5s ease;
  padding: 0 112px;
}
.container .restaurantsListContainer .restaurantsListItem.on {
  opacity: 1;
  position: relative;
  z-index: 1;
}
.container .restaurantsListContainer .restaurantsListItem .restaurantsListFlex {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
}
.container .restaurantsListContainer .restaurantsListItem .restaurantsListFlex .restaurantsBox {
  width: calc(33.3% - 13px);
  position: relative;
  border-radius: 30px;
  border: 2px solid #ff8000;
}
.container .restaurantsListContainer .restaurantsListItem .restaurantsListFlex .restaurantsBox .pic {
  width: 100%;
}
.container .restaurantsListContainer .restaurantsListItem .restaurantsListFlex .restaurantsBox .pic img {
  height: 265px;
  object-fit: cover;
  border-radius: 28px;
}
.container .restaurantsListContainer .restaurantsListItem .restaurantsListFlex .restaurantsBox .title {
  font-family: "Zen Maru Gothic";
  position: absolute;
  top: 30px;
  left: -3px;
  line-height: 40px;
  padding: 0 15px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  background: #fff;
  border-radius: 0 23px 23px 0;
  border: 3px solid #ff8000;
  border-left: 3px solid #fff;
}
.container .restaurantsListContainer .restaurantsListItem .restaurantsListFlex .restaurantsBox .address {
  position: absolute;
  line-height: 48px;
  background: url(../img/addressbg.png) center no-repeat;
  color: #fff;
  font-size: 20px;
  bottom: -2px;
  right: 0;
  text-align: center;
  border-radius: 30px 0 30px 0;
  width: 190px;
  font-weight: bold;
  text-indent: 10px;
}
.container .foodAppText {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  color: #333;
  margin-top: 60px;
  font-family: "Zen Maru Gothic";
  line-height: 1.7;
}
.container .influencers {
  padding: 0px 0 200px 0;
}
.container .influencers .influencersInfo {
  font-size: 34px;
  color: #333;
  font-weight: bold;
  font-family: "Zen Maru Gothic";
  margin-top: 30px;
  text-align: center;
}
.container .influencers .influencersList {
  padding: 0 110px;
}
.container .influencers .influencersList .influencersListSlick {
  width: calc(100% + 32px);
  display: flex;
  margin: 0 -16px;
}
.container .influencers .influencersList .influencersListSlick .slick-prev {
  background: url(../img/prev.png) center no-repeat;
  background-size: cover;
  height: 60px;
  width: 36px;
  top: 50%;
  transform: translate(0, -50%);
  left: -50px;
}
.container .influencers .influencersList .influencersListSlick .slick-next {
  background: url(../img/next.png) center no-repeat;
  background-size: cover;
  height: 60px;
  width: 36px;
  top: 50%;
  transform: translate(0, -50%);
  right: -50px;
}
.container .influencers .influencersList .influencersListSlick .influencersItem {
  width: 20%;
  padding: 0 35px;
  cursor: pointer;
}
.container .influencers .influencersList .influencersListSlick .influencersItem .pic {
  width: 100%;
}
.container .influencers .iconImg {
  line-height: 0;
  text-align: center;
  margin: 10px 0 0px 0;
}
.container .events {
  padding-bottom: 200px;
}
.container .events .eventsList {
  padding: 0 115px;
}
.container .events .eventsList .eventsItem {
  margin-bottom: 130px;
  width: 100%;
  border: 3px solid #ffc300;
  font-family: Zen Maru Gothic;
  font-weight: Bold;
  font-size: 28px;
  line-height: 45px;
  letter-spacing: 5%;
  padding: 60px 90px 30px 120px;
  color: #333;
  position: relative;
}
.container .events .eventsList .eventsItem .text{
  font-size: 20px;
  line-height: 32px;
  padding: 7px 0px 0px 0px;
  color: #333;
  position: relative;
  font-weight:lighter;
}
.container .events .eventsList .eventsItem:last-child {
  margin-bottom: 0px;
}
.container .events .eventsList .eventsItem a {
  color: #333;
  display: block;
}
.container .events .eventsList .eventsItem .num {
  position: absolute;
  left: -118px;
  top: -65px;
  z-index: 3;
}
.container .events .eventsList .eventsItem:after {
  content: "";
  position: absolute;
  left: -3px;
  top: -3px;
  background: #fff;
  width: 42%;
  height: 60px;
}
.container .events .eventsList .eventsItem .joinMethod {
  margin-top: 50px;
  margin-bottom: 9px;
}
.container .events .eventsList .eventsItem .arrow {
  display: flex;
  align-items: center;
  padding-left: 36px;
}
.container .events .eventsList .eventsItem .arrow img {
  margin-right: 10px;
}
.container .howToJoin {
  padding: 0 115px 200px 115px;
}
.container .howToJoin .stepList .stepItem {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 50px;
  position: relative;
}
.container .howToJoin .stepList .stepItem .icon3 {
  position: absolute;
  right: 0;
}
.container .howToJoin .stepList .stepItem .icon4 {
  position: absolute;
  right: -130px;
}
.container .howToJoin .stepList .stepItem .icon5 {
  position: absolute;
  right: -110px;
}
.container .howToJoin .stepList .stepItem:last-child {
  margin-bottom: 0;
}
.container .howToJoin .stepList .stepItem .num {
  width: 124px;
}
.container .howToJoin .stepList .stepItem .num img {
  width: 124px;
}
.container .howToJoin .stepList .stepItem .textLayout {
  width: calc(100% - 124px - 42px);
  height: 124px;
  display: flex;
  padding-left: 42px;
  flex-direction: column;
  justify-content: center;
}
.container .howToJoin .stepList .stepItem .textLayout .title {
  font-family: "Zen Maru Gothic";
  font-size: 33px;
  font-weight: bold;
  color: #333;
  line-height: 46px;
}
.container .howToJoin .stepList .stepItem .textLayout .title p {
  margin-left: 30px;
  font-size: 20px;
  color: #333;
  line-height: 46px;
  display: inline-block;
  font-weight: 400;
  transform: translate(0px, -3px);
}
.container .howToJoin .stepList .stepItem .stepContent {
  padding-left: 166px;
  margin-top: 30px;
  position: relative;
}
.container .howToJoin .stepList .stepItem .stepContent:after {
  content: "";
  height: 100%;
  width: 2px;
  position: absolute;
  left: 62px;
  top: 0;
  background: #333;
}
.container .howToJoin .stepList .stepItem .stepContent .join {
  font-family: "Zen Maru Gothic";
  font-size: 34px;
  color: #ff8000;
  padding-left: 65px;
  margin-top: 56px;
  position: relative;
  margin-bottom: 54px;
}
.container .howToJoin .stepList .stepItem .stepContent .join.last {
  margin-bottom: 0;
}
.container .howToJoin .stepList .stepItem .stepContent .join:after {
  content: "";
  height: 2px;
  width: 150px;
  position: absolute;
  background: #333;
  left: -104px;
  top: 50%;
  transform: translate(0, -50%);
}
.container .howToJoin .stepList .stepItem .stepContent .toggle {
  width: 658px;
}
.container .howToJoin .stepList .stepItem .stepContent .toggle .topTitle {
  padding: 0 17px 0 27px;
  background: #ffc300;
  line-height: 52px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 28px;
  color: #333;
  font-weight: bold;
  width: 100%;
  cursor: pointer;
  border-radius: 26px;
  font-family: "Zen Maru Gothic";
}
.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: 24px;
}
.container .howToJoin .stepList .stepItem .stepContent .toggle .toggleContent {
  background: #efefef;
  padding: 50px 50px 70px 40px;
  display: none;
}
.container .howToJoin .stepList .stepItem .stepContent .toggle .toggleContent .contentItem {
  display: flex;
  margin-bottom: 28px;
}
.container .howToJoin .stepList .stepItem .stepContent .toggle .toggleContent .contentItem:last-child {
  margin-bottom: 0;
}
.container .howToJoin .stepList .stepItem .stepContent .toggle .toggleContent .contentItem .num {
  width: 32px;
  font-weight: bold;
  font-size: 28px;
  color: #333;
  margin-top: 4px;
  font-family: "Zen Maru Gothic";
}
.container .howToJoin .stepList .stepItem .stepContent .toggle .toggleContent .contentItem .textarea {
  width: 56%;
  font-size: 28px;
  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: 21px;
}
.container .howToJoin .stepList .stepItem .stepContent .toggle .toggleContent .content {
  font-size: 28px;
  color: #333;
  line-height: 1.6;
  font-weight: bold;
  font-family: "Zen Maru Gothic";
  padding-left: 32px;
  margin-top: 43px;
}
.container .howToJoin .stepList .stepItem .stepLogin {
  display: flex;
  align-items: center;
}
.container .howToJoin .stepList .stepItem .stepLogin .ewm {
  width: 226px;
  line-height: 0;
}
.container .howToJoin .stepList .stepItem .stepLogin .ewm2 {
  width: 100%;
  padding: 0px 25%;
}
.container .howToJoin .stepList .stepItem .stepLogin .loginInfo {
  padding-left: 20px;
  font-size: 26px;
  line-height: 37px;
  font-weight: bold;
  color: #333;
  letter-spacing: 2px;
  width: calc(100% - 226px - 20px);
}
.container .howToJoin .stepList .stepItem .stepLogin .loginInfo a {
  color: #ffc300;
}
.container .howToJoin .stepList .stepItem .stepNumber {
  padding-bottom: 27px;
  margin-top: 18px;
}
.container .howToJoin .stepList .stepItem .stepNumber .numberList {
  display: flex;
}
.container .howToJoin .stepList .stepItem .stepNumber .numberList a {
  display: block;
  width: 304px;
  line-height: 0;
  margin-right: 52px;
}
.container .howToJoin .stepList .stepItem .stepNumber .numberList a:last-child {
  margin-right: 0;
}
.container .howToJoin .stepList .stepItem .stepNumber .numberText {
  font-size: 28px;
  color: #333;
  margin-top: 25px;
  text-align: center;
  font-weight: 500;
  font-family: "Zen Maru Gothic";
}
.container .howToJoin .stepList .stepItem .strpMinapita {
  font-size: 28px;
  color: #333;
  font-weight: 500;
}
.container .addressBox {
  padding: 0px 115px 220px 115px;
}
.container .addressBox #map {
  width: 100%;
  height: 832px;
  border-radius: 10px;
  border: 3px solid #ffc300;
}
.container .addressBox .addressList {
  display: flex;
  padding: 0 12px;
  margin-top: 35px;
  padding-bottom: 12px;
  border-bottom: 2px solid #ffc300;
}
.container .addressBox .addressList .addressItem {
  width: 50%;
  display: flex;
}
.container .addressBox .addressList .addressItem .name {
  font-family: "Zen Maru Gothic";
  font-size: 20px;
  line-height: 30px;
  color: #333;
  margin-right: 20px;
  font-weight: bold;
}
.container .addressBox .addressList .addressItem .place {
  font-family: "Zen Maru Gothic";
  font-size: 17px;
  line-height: 30px;
  color: #333;
}
.container .addressBox .attention {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  font-family: "Zen Maru Gothic";
  margin-top: 18px;
  color: #333;
}
.container .footerImg {
  text-align: center;
  line-height: 0;
  padding-bottom: 90px;
}
.footer {
  position: relative;
  z-index: 10;
  padding: 30px 0 35px 0;
  background: #333333;
}
.footer .tip {
  text-align: center;
  font-family: "Zen Maru Gothic";
  color: #fff;
  font-size: 20px;
}
.footer .sponsor {
  text-align: center;
  font-family: "Zen Maru Gothic";
  color: #fff;
  font-size: 20px;
  margin-top: 16px;
}
.footer .copyright {
  text-align: center;
  font-family: "Zen Maru Gothic";
  color: #fff;
  font-size: 20px;
  margin-top: 4px;
}
.container .howToJoin .stepList .stepItem:last-child .stepContent:after {
  height: calc(100% - 22px);
}
.colorLineText {
  background-image: linear-gradient(to bottom, #ffc300 0%, #ffc300 100%);
  background-repeat: repeat-x;
  background-position: 0 95%;
  background-size: 100% 3px;
  display: inline;
  padding-bottom: 9px;
  position: relative;
}
.methodText {
  font-size: 28px;
  text-align: center;
  margin-bottom: 20px;
}
.numberList a:first-child {
  margin-right: 52px;
}
.pageBg {
  width: 100%;
  max-width: 1920px;
  text-align: center;
  line-height: 0;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0px);
}
.pageBg img {
  width: 100%;
}
.hearder {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 88px;
  display: flex;
  justify-content: space-between;
}
.hearder .logo {
  display: block;
  height: 88px;
  display: flex;
  align-items: center;
  border-radius: 0 0 44px 0;
  position: relative;
}
.hearder .logo img {
  height: 88px;
}
.hearder .logo > img {
  position: relative;
  z-index: 3;
}
.hearder .logo .radius {
  position: absolute;
  top: 0;
  right: -36px;
}
.hearder .nav ul {
  display: flex;
}
.hearder .nav ul li a {
  display: block;
  color: #333;
  font-weight: bold;
  font-size: 20px;
  line-height: 88px;
  margin-right: 30px;
}
.influencersPop {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50vw;
  height: 400px;
  position: fixed;
  z-index: 99;
  line-height: 0;
  border-radius: 40px;
  background: #fff;
  border-radius: 3px solid #ffc300;
}
.influencersPop video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 40px;
}
.influencersPop .close {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 32px;
  width: 32px;
  z-index: 3;
  margin-top: 15px;
  margin-right: 15px;
  cursor: pointer;
}
.qwe {
  font-family: "Zen Maru Gothic";
  font-size: var(--font16);
  line-height: 30px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .layout37 {
    display: block;
    position: fixed !important;
    z-index: 16;
    top: 0px;
  }
  .top_nav {
    display: none;
  }
  ._nav2 {
    width: 100%;
    float: left;
  }
  ._nav2-1_bg {
    width: 100%;
  }
  ._nav2 .ctext {
    width: 100%;
    float: left;
  }
  ._nav2 .ctext .top {
    position: relative;
    z-index: 5;
  }
  ._nav2 .ctext .menuph {
    display: block;
    font-size: 0;
  }
  ._nav2 .ctext .menuph {
    float: right;
    width: 28px;
    height: 28px;
    cursor: pointer;
    text-align: center;
    margin: 10px 0px 12px 0;
  }
  ._nav2 .ctext .menuph .point {
    display: inline-block;
    width: 28px;
    height: 28px;
    position: relative;
  }
  ._nav2 .ctext .menuph .point:hover .navbtn,
  ._nav2 .ctext .menuph .point:hover .navbtn::after,
  ._nav2 .ctext .menuph .point:hover .navbtn::before {
    width: 28px;
  }
  ._nav2 .ctext .menuph .navbtn {
    position: absolute;
    top: 14px;
    right: 0;
    display: inline-block;
    height: 5px;
    background: #333;
    width: 30px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  ._nav2 .ctext .menuph .navbtn::after,
  ._nav2 .ctext .menuph .navbtn::before {
    position: absolute;
    right: 0;
    display: inline-block;
    content: "";
    height: 5px;
    background: #333;
    width: 30px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  ._nav2 .ctext .menuph .navbtn::after {
    top: -10px;
  }
  ._nav2 .ctext .menuph .navbtn::before {
    top: 10px;
  }
  ._nav2 .ctext .menuph .point.active .navbtn {
    background: transparent;
  }
  ._nav2 .ctext .menuph .point.active .navbtn::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
  }
  ._nav2 .ctext .menuph .point.active .navbtn::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0px;
  }
  ._nav2 .ctext .xialaph {
    top: 0;
    float: left;
    width: 100%;
    height: 100vh;
    overflow: auto;
    padding: 0 15px;
    z-index: 999999999999;
    background: #fff;
    display: none;
    left: 0;
    top: 50px;
  }
  ._nav2 .ctext .xialaph .ul2,
  ._nav2 .ctext .xialaph .ul3 {
    display: none;
  }
  ._nav2 .ctext .xialaph h4 a {
    float: left;
    width: 60%;
    font-size: 16px;
    line-height: 50px;
  }
  ._nav2 .ctext .xialaph h4 a span {
    padding-left: 6px;
    color: #ccc;
    font-size: 14px;
  }
  ._nav2 .ctext .xialaph h4 {
    float: left;
    width: 100%;
    position: relative;
  }
  ._nav2 .ctext .xialaph li:last-child h4::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
  }
  ._nav2 .ctext .xialaph h4:hover a,
  ._nav2 .ctext .xialaph h5:hover a {
    color: #ffc300;
  }
  ._nav2 .ctext .xialaph h4::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
  }
  ._nav2 .ctext .xialaph h5 a {
    float: left;
    width: 100%;
    color: #1f1f1f;
    font-size: 14px;
    line-height: 40px;
    text-transform: uppercase;
  }
  ._nav2 .ctext .xialaph h5 {
    float: left;
    width: 100%;
    position: relative;
  }
  ._nav2 .ctext .xialaph h5::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #e5e5e5;
  }
  ._nav2 .ctext .xialaph li:last-child h5::after {
    display: none;
  }
  ._nav2 .ctext .xialaph h4 img {
    width: 15px;
    height: 8px;
    float: right;
    margin-top: 24px;
    cursor: pointer;
  }
  ._nav2 .ctext .xialaph h5 img {
    width: 11px;
    height: 6px;
    float: right;
    margin-top: 26px;
    margin-right: 18px;
    cursor: pointer;
  }
  ._nav2 .ctext .xialaph h4.active img.img_s,
  ._nav2 .ctext .xialaph h5.active img.img_s {
    display: none;
  }
  ._nav2 .ctext .xialaph h4.active img.img_d,
  ._nav2 .ctext .xialaph h5.active img.img_d {
    display: block;
  }
  ._nav2 .ctext .xialaph .ul2 {
    float: left;
    width: 100%;
    padding: 0 10px;
  }
  ._nav2 .ctext .xialaph .phsou {
    position: relative;
    margin-top: 34px;
  }
  ._nav2 .ctext .xialaph .phsou input {
    width: 100%;
    height: 56px;
    background-color: #fff;
    color: #aaa;
    font-size: 14px;
    padding-left: 20px;
    border: 1px solid #e5e5e5;
  }
  ._nav2 .ctext .xialaph .phsou img {
    cursor: pointer;
    width: 21px;
    height: 22px;
    position: absolute;
    top: 17px;
    right: 29px;
  }
  ._nav2 .ctext .img_d,
  ._nav2 .ctext .disno {
    display: none;
  }
  ._nav2 .box {
    display: flex;
    height: 50px;
    padding-right: 15px;
    width: 100%;
    justify-content: space-between;
  }
  ._nav2 .box .bg {
    height: 50px;
    background: #ffc300;
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 5;
    float: left;
    opacity: 1;
  }
  ._nav2 .ctext.sub .box .bg {
    opacity: 1;
  }
  ._nav2 .box .logo {
    float: left;
    position: relative;
    z-index: 6;
  }
  ._nav2 .box .logo img {
    height: 50px;
    margin-top: 0px;
    display: block;
  }
  ._nav2 .soph {
    margin-top: 15px;
    width: 100%;
    float: left;
  }
  ._nav2 .soph .so {
    float: left;
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 6;
    border: 1px solid #ffc300;
  }
  /* ._nav2 .soph .search {
    float: left;
    width: 100%;
    height: 36px;
    background: none;
    border: none;
    line-height: 36px;
    padding: 0 56px 0 10px;
    color: #414141;
    font-size: 14px;
  }

  ._nav2 .soph .searsub {
    float: right;
    width: 50px;
    height: 100%;
    border: none;
    background: url(../img/search2.png) center no-repeat @c;
    position: absolute;
    right: 0;
    top: 0;
  } */
  .nbanner {
    margin-top: 50px;
  }
}
.maininfoImgMo {
  display: none;
}
@media screen and (max-width: 740px) {
  .maininfoImgMo {
    display: inline;
  }
  .maininfoImgPc {
    display: none;
  }
}
