body,
div,
p,
ul,
li,
a,
span,
em,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}

h1 {
  font-size: 0;
}

li {
  list-style: none;
}

em {
  font-style: normal;
}

img {
  border: none;
}

a {
  text-decoration: none;
}

a[title="站长统计"],
a[href="http://tongji.baidu.com/hm-web/welcome/ico?s=d0fec0e0f50902ee7377586eb983deb0"] {
  display: none;
}

input,
select,
button {
  outline: none;
  box-sizing: border-box;
}

input[type="button"],
button {
  border: none;
  cursor: pointer;
}


body {
  min-width: 1200px;
  overflow-x: auto;
}

.sort_header {
  margin-top: 110px;
}

.sort_title {
  color: #333333;
  font-size: 40px;
  margin: 0px 30px;
  display: inline-block;
}

.header_left,
.haeder_right {
  display: inline-block;
  width: 91px;
  height: 29px;
}

.blue_line {
  width: 100px;
  height: 4px;
  margin: 30px auto;
  background: linear-gradient(90deg, #498EEF, #2FD6B4);
}

.sort_btn {
  position: relative;
  left: -100px;
  display: block;
  height: 80px;
  width: 400px;
  margin: 0 auto;
  line-height: 80px;
  text-align: center;
  border-radius: 40px;
  background: white;
  animation: myfirst 3s linear 2s infinite alternate;
  /* Firefox: */
  -moz-animation: myfirst 3s linear 2s infinite alternate;
  /* Safari 和 Chrome: */
  -webkit-animation: myfirst 3s linear 2s infinite alternate;
  /* Opera: */
  -o-animation: myfirst 3s linear 2s infinite alternate;
}

.sort_btn.style1::after {
  content: none;
}

@keyframes myfirst {
  0% {
    left: -100px
  }

  100% {
    left: 100px
  }
}

@-moz-keyframes myfirst

/* Firefox */
  {
  0% {
    left: -100px
  }

  100% {
    left: 100px
  }
}

@-webkit-keyframes myfirst

/* Safari 和 Chrome */
  {
  0% {
    left: -100px
  }

  100% {
    left: 100px
  }
}

@-o-keyframes myfirst

/* Opera */
  {
  0% {
    left: -100px
  }

  100% {
    left: 100px
  }
}



.sort_btn::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #4BB033 0%, #0093DD 100%);
  border-radius: 40px;
  content: '';
  z-index: 1;
}

.sort_btn::before {
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  right: 1px;
  border-radius: 40px;
  content: attr(data-content);
  background: #fff;
  z-index: 3;
  background: linear-gradient(to right, #4BB033 0%, #0093DD 100%);
  -webkit-background-clip: text;
  color: transparent;
  font-size: 24px;
}

.sort_btn span {
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  right: 1px;
  border-radius: 40px;
  background: #fff;
  z-index: 2;
}

.sort_btn2 {
  position: relative;
  display: block;
  height: 50px;
  width: 200px;
  line-height: 50px;
  text-align: center;
  border-radius: 80px;
  background: white;
  /* margin-left: 30px; */
}

.green_border::after {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  background: linear-gradient(to right, #4BB033 0%, #0093DD 100%);
  border-radius: 80px;
  content: '';
  z-index: -1;
}

.sort_btn2 span {
  display: block;
  font-size: 24px;
  background: linear-gradient(to right, #4BB033 0%, #0093DD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer_phone {
  width: 100%;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  background-image: -webkit-linear-gradient(left, rgba(0, 147, 221, 1), rgba(75, 176, 51, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}



.bg-gray {
  background-color: #F9F9F9;
}

.disblock {
  display: block;
}

.icon-false {
  height: 14px;
  width: 14px;
  border: 1px #BFBFBF solid;
  border-radius: 7px;
  box-sizing: border-box;
}

.page-about,
.page-index,
.page-device,
.page-buysetmeal,
.page-case,
.page-fresh,
.page-groupbuy,
.page-join,
.page-news,
.page-setmeal {
  min-width: 1200px;
  overflow-x: hidden;
}

.swiper-container {
  margin: 0;
}

.inner {
  height: 100%;
  width: 1200px;
  margin: 0 auto;
}

.flex {
  display: flex;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cover {
  overflow: hidden;
}

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

.btn-style {
  height: 48px;
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  line-height: 1;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.btn-style.blue {
  background-color: #3B9CFF;
}

.btn-style.green {
  background-color: #36D597;
}

.btn-style.red {
  background-color: #F3223C;
}

.btn-style.yellow {
  background-color: #E8A544;
}

.btn-style::after {
  height: 12px;
  width: 12px;
  display: block;
  background: url(../images/icons/icon-arrow-double-white.png) top left no-repeat;
  background-size: 12px 12px;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translate(0, -50%);
  transition: right 0.3s;
  content: '';
}

.btn-style:hover::after {
  /* opacity: 0.8; */
  right: -20px;
}

.more-style1 {
  height: 54px;
  width: 170px;
  border-radius: 3px;
  border: 1px #DF2D2D solid;
  position: relative;
  font-size: 20px;
  color: #dc2a3a;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* .more-style1::after {
  height: 12px;
  width: 12px;
  display: block;
  background: url(../images/icons/icon-arrow-double-red.png) top left no-repeat;
  background-size: 12px 12px;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translate(0, -50%);
  transition: right 0.3s, opacity 0.3s, transform 0.3s;
  content: '';
} */
.header {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  width: 100%;
  height: 100px;
  letter-spacing: 0;
}

.header .menu {
  /* position: relative; */
}

.header .menu .inner {
  height: 70px;
  align-items: center;
  justify-content: space-between;
}

.header .menu .inner h1 {
  height: 69px;
  width: 233px;
}

.header .menu .inner h1 img {
  height: 100%;
  width: 100%;
  display: block;
}

.header .menu .inner .tel {
  display: none;
}

.header .menu .inner .btn-show-nav {
  display: none;
}

.header .menu .inner .btn-close-nav {
  display: none;
}

.header .menu .inner .nav-wrap {
  flex: 1;
  height: 100%;
}

.header .menu .inner .nav {
  height: 100%;
  display: flex;
  line-height: 50px;
  margin-top: 3px;
}

.header .menu .inner .nav .lists {
  display: flex;
  padding-left: 60px;
}

.header .menu .inner .nav .lists>li {
  height: 100%;
  margin-right: 40px;
  display: flex;
  align-items: center;
}

.header .menu .inner .nav .lists .free_btn {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.header .menu .inner .nav .lists .free_wapbtn {
  display: none;
}

.nav_btn_box .btns1 {
  width: 80px !important;
  margin-right: 15px;
}

.nav_btn_box .btns {
  display: inline-block;
  width: 120px;
  height: 30px;
  color: #FFFFFF;
  border-radius: 15px;
  text-align: center;
  line-height: 30px;
  border: 1px solid white;
}

.btns2 {
  background-color: white;
}

.btns2 a {
  background: linear-gradient(0deg, #4BB033 0%, #0093DD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nav_btn_box .btns_url {
  color: #fff;
  text-align: center;
  width: 100%;
  display: inline-block;
}

.nav_btn_box {
  width: 100%;
  text-align: right;
}

.header .menu .inner .nav .lists .phone {
  font-size: 16px;
}

.header .menu .inner .nav .lists>li a {
  font-size: 15px;
  color: white;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.header .menu .inner .nav li.active a,
.header .menu .inner .nav li a:hover {
  color: #0797D0;
}

.header .menu .inner .nav .lists>li {
  position: relative;
}

.header .menu .inner .nav .lists>li i {
  height: 0;
  width: 0;
  border-width: 4px;
  border-style: solid;
  border-color: #666 transparent transparent transparent;
  margin-left: 6px;
  transform: translate(0, 50%);
}

.header .menu .inner .nav .lists>li .text {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .menu .inner .nav li .child-nav {
  /* height: 80px; */
  height: 0;
  width: auto;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 50%;
  white-space: nowrap;
  transform: translate(-50%, 0);
  transition: height 0.3s;
}

.li_router {
  position: relative;
}

.li_router .line {
  display: none;
  position: absolute;
  bottom: 5px;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 3px;
  background: white;
}

.header .menu .inner .nav li .child-nav ul {
  height: 80px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .menu .inner .nav li .child-nav ul li {
  margin: 0 25px;
}

.nav_btn_box .btns {
  align-items: center;
}

.header .menu .inner .nav .wap-btns {
  display: none;
}

.header .menu .inner .nav .btns span {
  height: 36px;
  width: 88px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  font-size: 16px;
}

.header .menu .inner .nav .btns span:hover {
  opacity: 0.8;
}

.header .menu .inner .nav .btns .btn-openlogin {
  color: #fff;
  background-color: #FD4042;
  margin-right: 20px;
  cursor: pointer;
}

.header .menu .inner .nav .btns .btn-openregister {
  color: #df2c2c;
  border: 1px #F2223B solid;
  cursor: pointer;
}

.sort_detail9 {
  width: 100%;
  background-image: url(../images/new_banner02.jpg);
}

@media screen and (max-width: 750px) {
  .blue_line {
    width: 1.7rem;
    height: .06rem;
    margin: .35rem auto;
  }

  .sort_detail9 {
    display: none;
  }
}


.detail9_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  padding-top: 143px;
  box-sizing: border-box;
}

.detail9_box h3 {
  width: 1200px;
  font-size: 30px;
  color: #333333;
  margin: auto;
  margin-bottom: 50px;
}

.input_box {
  width: 1200px;
  margin: auto;
}

.input_box input {
  width: 300px;
  height: 60px;
  border: 1px solid #999;
  border-radius: 10px;
  font-size: 20px;
  margin-right: 30px;
  padding-left: 20px;
}

.input_box input::-webkit-input-placeholder {
  color: #999999;
}

.input_box button {
  width: 160px;
  height: 60px;
  background-color: #ff0000;
  border-radius: 10px;
  color: white;
  font-size: 20px;
}

.footer {
  background-color: #3C3C3C;
  letter-spacing: 0;
}

.footer .upper {
  height: 328px;
  padding-top: 60px;
}

.footer .upper .inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.footer .upper .inner .lines {
  width: 1px;
  height: 201px;
  background: rgba(255, 255, 255, 1);
  opacity: 0.2;
}

.footer .upper .inner .relation {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 245px;
}

.footer .upper .inner .relation .logos {
  width: 233px;
  height: 77px;
  /* margin-bottom: -20px; */
  /* margin: 30px 0 18px; */
}

.footer .upper .inner .relation .relatext {
  position: relative;
  width: 57px;
  height: 18px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  margin: -10px 0 -30px;
}

.footer .upper .inner .relation .relatext::before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 20px;
  height: 3px;
  background: rgba(255, 255, 255, 1);
  transform: translateX(-50%);
}

/* .footer .upper .inner .relation .relaphone{
  background: linear-gradient(-90deg,rgba(75,176,51,1) 0%, rgba(0,147,221,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: 50px;
  font-family: PingFang SC;
  font-weight: bold;
  color: rgba(230,230,230,1);
  width: 200px;
  height: 26px;
  margin: -30px 0 -20px;
  margin: 20px 0;
} */
.footer .upper .inner .relation .relaaddress {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: rgba(230, 230, 230, 1);
}

.footer .upper .inner .ercode .code {
  height: 328px;
}

.footer .upper .inner .ercode .guantext {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  margin-top: 23px;
}

.footer .upper .try_out .try_title {
  font-size: 20px;
  color: #fff;
}

.footer .upper .try_out .try_title img {
  width: 26px;
  height: 26px;
  vertical-align: bottom;
  margin-right: 10px;
}

.footer .upper .try_out .try_from {
  display: flex;
  flex-direction: column;
}

.footer .upper .try_out input {
  width: 250px;
  height: 36px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 0 15px;
  line-height: 36px;
  border-radius: 18px;
  border: none;
  margin-top: 20px;
}

.footer .upper .try_out .subtn {
  background: linear-gradient(90deg, rgba(75, 176, 51, 1) 0%, rgba(0, 147, 221, 1) 100%);
}

input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}

.footer .links.border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .links.border ul li {
  border-left: none;
  margin: 0 10px;
}

.footer .links ul {
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .links ul li {
  height: 18px;
  display: flex;
  align-items: center;
  padding: 0 9px;
  border-left: 2px #D9D9D9 solid;
}

.footer .links ul li:first-child {
  border-left: none;
}

.footer .links ul li a {
  font-size: 16px;
  color: #fff;
  line-height: 1;
}

.footer .links ul li a:hover {
  text-decoration: underline;
}

.footer .copyright {
  font-size: 12px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  background-color: #353535;
}

.footer .copyright a {
  color: #fff;
}

.popup-container {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}

/* .popup-container span.mask {
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
} */
.popup-container .popup-inner {
  height: 85%;
  width: 80%;
  max-width: 916px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 19px;
}

.popup-agreeregister .popup-inner {
  padding: 18px 0 0;
  display: flex;
  flex-direction: column;
}

.popup-agreeregister .popup-inner .popup-title {
  font-size: 20px;
  color: #f11c1c;
  line-height: 63px;
  text-align: center;
}

.popup-agreeregister .popup-inner .popup-content {
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 16px;
  color: #666;
  line-height: 28px;
  text-align: justify;
  padding: 0 47px 20px;
}

.popup-agreeregister .popup-inner .popup-content .paragraph,
.popup-agree .popup-inner .popup-content .paragraph {
  margin-bottom: 40px;
}

.popup-agreeregister .popup-inner .popup-content .paragraph span,
.popup-agree .popup-inner .popup-content .paragraph span {
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
  display: block;
}

.popup-agreeregister .popup-inner .popup-content .paragraph ul,
.popup-agree .popup-inner .popup-content .paragraph ul {
  padding-left: 1.5em;
}

.register-login h1 {
  height: 71px;
  width: 347px;
  margin-bottom: 58px;
}

.register-login h1 img {
  height: 100%;
  width: 100%;
}

.register-login {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.register-login .form-row {
  height: 48px;
  width: 437px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-top: 21px;
}

.register-login .form-row:first-child {
  margin-top: 0;
}

.register-login .form-row .form-item {
  height: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
  border: 1px #D6D6D6 solid;
  box-sizing: border-box;
  cursor: pointer;
}

.register-login .form-row .form-item img {
  height: 100%;
  width: 100%;
  display: block;
}

.register-login .form-row input {
  height: 100%;
  font-size: 16px;
  color: #999;
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 20px 0 57px;
  border: none;
}

.register-login .form-row i {
  display: block;
  background: top left no-repeat;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.register-login .form-row i.icon-user {
  height: 20px;
  width: 20px;
  left: 20px;
  background-image: url(../images/icons/icon-user.png);
  background-size: 20px 20px;
}

.register-login .form-row i.icon-password {
  height: 21px;
  width: 19px;
  left: 21px;
  background-image: url(../images/icons/icon-password.png);
  background-size: 19px 21px;
}

.register-login .form-row i.icon-store {
  height: 22px;
  width: 26px;
  left: 18px;
  background-image: url(../images/icons/icon-store.png);
  background-size: 26px 22px;
}

.register-login .form-row i.icon-person {
  height: 22px;
  width: 22px;
  left: 20px;
  background-image: url(../images/icons/icon-person.png);
  background-size: 22px 22px;
}

.register-login .form-row i.icon-codetest {
  height: 22px;
  width: 20px;
  left: 21px;
  background-image: url(../images/icons/icon-codetest.png);
  background-size: 20px 22px;
}

.register-login .btn {
  height: 60px;
  width: 437px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #54D85E;
  font-size: 20px;
  color: #fff;
  margin: 20px 0 19px;
  border: none;
  cursor: pointer;
}

.register-login .btn:hover {
  opacity: 0.8;
}

.register-login .text {
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #f2223b;
}

.register-login .text:hover {
  cursor: pointer;
  text-decoration: underline;
}

.form-code {
  width: 141px;
  margin-left: 19px;
}

.popup-reglogin .popup-inner {
  height: auto;
  max-height: 85%;
  overflow-y: auto;
  padding-bottom: 35px;
}

.popup-reglogin .popup-inner .inner-section {
  padding-top: 60px;
}

.popup-reglogin .popup-inner .inner-section {
  display: none;
}

.popup-bottom {
  display: none;
}

.iw_poi_title {
  color: #CC5522;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  padding-right: 13px;
  white-space: nowrap
}

.iw_poi_content {
  font-size: 12px;
  overflow: visible;
  padding-top: 4px;
  white-space: -moz-pre-wrap;
  word-wrap: break-word
}

.popup-qrcode .popup-inner {
  height: 260px;
  width: 260px;
  padding: 10px;
  border-radius: 3px;
}

.popup-qrcode .popup-inner canvas,
.popup-qrcode .popup-inner img {
  height: 100%;
  width: 100%;
  display: block;
}

.register-login .btn-redregtext {
  font-size: 14px;
  color: #f2223b;
  cursor: pointer;
  line-height: 1.2;
  margin-top: 15px;
  position: relative;
  display: flex;
  align-items: center;
}

.register-login .btn-redregtext:hover {
  text-decoration: underline;
}

.register-login .btn-redregtext::before,
.register-login .btn-redregtext::after {
  box-sizing: border-box;
  display: block;
  content: '';
}

.register-login .btn-redregtext::before {
  height: 15px;
  width: 15px;
  border: 1px #999 solid;
  /* border: 1px #54D85E solid;
  background-color: #54D85E; */
  border-radius: 100%;
  margin-right: 8px;
}

.register-login .btn-redregtext::after {
  height: 4px;
  width: 8px;
  border-style: solid;
  border-color: transparent transparent #999 #999;
  border-width: 0 0 1px 1px;
  transform: rotate(-45deg);
  position: absolute;
  top: 5px;
  left: 3px;
}

.popup-buysuccess .popup-inner {
  height: 422px;
  width: 422px;
  border-radius: 10px;
  padding: 69px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.popup-buysuccess .popup-inner .popup-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.popup-buysuccess .popup-inner .popup-content img {
  height: 121px;
  width: 180px;
  display: block;
}

.popup-buysuccess .popup-inner .popup-content p.title {
  font-size: 19px;
  color: #333;
  line-height: 28px;
  margin: 48px 0 17px;
}

.popup-buysuccess .popup-inner .popup-content p.text {
  max-width: 245px;
  font-size: 14px;
  color: #666;
  line-height: 22px;
  text-align: center;
}

.popup-buysuccess .popup-inner .popup-close {
  font-size: 16px;
  color: #f3223c;
  line-height: 25px;
  margin-top: 41px;
  cursor: pointer;
}


/* 侧边栏 */
.right_nav_new {
  position: fixed;
  width: 50px;
  right: 0;
  top: 50%;
  margin-top: -123px;
  z-index: 100;
}

.fixed_right_box {
  position: relative;
}

.right_nav_box .zx {
  display: inline-block;
  background: url('../images/rz_right_icon1.png') no-repeat center center;
  width: 30px;
  height: 100%;
  vertical-align: middle;
  transition: 0.8s all;
}

.right_nav_box .phone {
  display: inline-block;
  background: url('../images/rz_right_icon2.png') no-repeat center center;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  transition: 0.8s all;
}

.right_nav_box .qq {
  display: inline-block;
  background: url('../images/rz_right_icon3.png') no-repeat center center;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  transition: 0.8s all;
}

.right_nav_box .weixin {
  display: inline-block;
  background: url('../images/rz_right_icon4.png') no-repeat center center;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  transition: 0.8s all;
}

.right_nav_box .scor_top {
  display: inline-block;
  background: url('../images/rz_right_icon5.png') no-repeat center center;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  transition: 0.8s all;
}

.right_nav li span {
  margin-left: 12px;
}

.right_nav_box {
  position: relative;
}

.right_nav_box li {
  position: absolute;
  transition: 0.8s background-color;
  background-color: #535353;
  height: 46px;
  padding: 0 12px;
  white-space: nowrap;
  /*border-top-left-radius: 20px;border-bottom-left-radius: 20px;*/
}

.right_nav_box li.li1 {
  top: 0;
}

.right_nav_box li.li2 {
  top: 50px;
}

.right_nav_box li.li3 {
  top: 100px;
}

.right_nav_box li.li4 {
  top: 150px;
}

.right_nav_box li.li5 {
  top: 200px;
}

.right_nav_box li.li1 a {
  padding-top: 0;
  display: block;
}

.right_nav_box li.li2 a {
  padding-top: 8px;
  display: block;
}

.right_nav_box li.li3 a {
  padding-top: 8px;
  display: block;
}

.right_nav_box li.li4 a {
  padding-top: 8px;
  display: block;
}

.right_nav_box li.li5 a {
  padding-top: 8px;
  display: block;
}

.right_nav_box li:hover {
  background: linear-gradient(90deg, rgba(75, 176, 51, 1) 0%, rgba(0, 147, 221, 1) 100%)
}

.right_nav_box li:hover a {
  color: #fff !important;
}

.right_nav_box li a {
  color: #fff;
  font-size: 16px;
}

.right_nav_box .ewm_pic {
  position: absolute;
  right: 70px;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s all;
  background-color: #fff;
  padding: 10px;
}

.right_nav_box .ewm_pic img {
  display: block;
  width: 120px;
  height: 120px;
}

.right_nav_box .ewm_pic.act {
  visibility: visible;
  opacity: 1;
}

.right_nav_box li.li3:hover .ewm_pic {
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 751px) {
  .header .menu .inner .nav-wrap {
    display: block !important;
  }

  .header .menu .inner .nav::before {
    height: 0;
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 0;
    background-color: #fff;
    transition: height 0.3s;
    display: block;
    content: '';
  }

  .header .menu .inner .nav.nav-hover::before {
    height: 80px;
    width: 100%;
    border-top: 1px #EBEBEB solid;
  }

  .header .menu .inner .nav li:hover .child-nav {
    height: 80px;
  }

  .more-style1:hover::after {
    opacity: 0;
    right: -20px;
    transform: translate(0, -50%) scale(1.2);
  }
}

@keyframes toptodown {
  0% {
    transform: translate(0px, 0px);
  }

  50% {
    transform: translate(0px, -7px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

@media screen and (max-width: 750px) {
  @keyframes toptodown {
    0% {
      transform: translate(0px, 0px);
    }

    50% {
      transform: translate(0px, -0.5rem);
    }

    100% {
      transform: translate(0px, 0px);
    }
  }

  body {
    min-width: 320px;
    max-width: 750px;
    margin: 0 auto;
    padding: 0rem 0 0.98rem;
    overflow-x: hidden;
  }

  .page-about,
  .page-index,
  .page-device,
  .page-buysetmeal,
  .page-case,
  .page-fresh,
  .page-groupbuy,
  .page-join,
  .page-news,
  .page-setmeal {
    min-width: 100%;
    overflow-x: hidden;
  }

  .icon-false {
    height: 0.14rem;
    width: 0.14rem;
    border-radius: 0.07rem;
  }

  .btn-style {
    height: 0.48rem;
    width: 1.3rem;
    border-radius: 0.04rem;
    font-size: 0.22rem;
    line-height: 1;
  }

  .btn-style::after {
    display: none;
  }

  .inner {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
  }

  .header {
    width: 100%;
    height: 1.5rem;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
    letter-spacing: 0;
    /* border-bottom: 1px #D6D6D6 solid; */
    /* box-shadow: 0 0.04rem 0.08rem rgba(0, 0, 0, 0.05); */
  }

  .header .upper {
    display: none;
  }

  .header .menu {
    position: relative;
    width: 100%;
  }

  .header .menu .inner {
    /* height: 1rem; */
    /* justify-content: flex-start; */
  }

  .header .menu .head_right {
    display: flex;
    align-items: center;
  }

  .header .menu .inner h1 {
    height: 0.8rem;
    width: 2.6rem;
    margin: 0 0.6rem 0 0.3rem;
  }

  .header .menu .inner .tel {
    flex: 1;
    display: flex;
    align-items: center;
    width: 2.4rem;
    height: 0.35rem;
    margin-right: 0.2rem;
  }

  /* .header .menu .inner .tel::before {
    height: 0.36rem;
    width: 0.36rem;
    display: block;
    content: '';
    background: url(../images/icons/icon-tel.png) top left no-repeat;
    background-size: 0.36rem 0.36rem;
    margin-right: 0.2rem;
  } */
  .header .menu .inner .btn-show-nav {
    height: 0.4rem;
    width: 0.4rem;
    display: block;
    margin-right: 0.3rem;
    background: url(../images/icons/more.png) top left no-repeat;
    background-size: 0.4rem 0.4rem;
  }

  .header .menu .inner .nav-wrap {
    display: none;
  }

  .header .menu .inner .nav_bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
  }

  .header .menu .inner .nav {
    height: 100%;
    width: 70%;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    flex-direction: column;
    overflow-y: scroll;
    padding: 0.99rem 0.2rem 1.65rem 0.6rem;
    box-sizing: border-box;
    display: block;
  }

  .header .menu .inner .nav .btn-close-nav {
    height: 0.36rem;
    width: 0.36rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    padding: 0.32rem;
    background: rgba(15, 21, 22, 0.5) url(../images/icons/icon-close.png) 0.32rem 0.32rem no-repeat;
    background-size: 0.36rem 0.36rem;
  }

  .header .menu .inner .nav .lists {
    flex-direction: column;
    padding-left: 0;
  }

  .header .menu .inner .nav .lists li .text {
    height: 1.12rem;
    width: 100%;
  }

  .header .menu .inner .nav .lists li .child-nav li {
    height: 1.12rem;
    display: flex;
    margin: 0;
    justify-content: center;
  }

  .header .menu .inner .nav .lists .free_btn {
    display: none;
  }

  .header .menu .inner .nav .lists .free_wapbtn {
    display: block;
    width: 4rem;
    height: 1rem;
    background: linear-gradient(90deg, rgba(75, 176, 51, 1) 0%, rgba(0, 147, 221, 1) 100%);
    border-radius: 0.1rem;
    text-align: center;
    line-height: 0.6rem;
    margin-top: 1.2rem;
  }

  .header .menu .inner .nav .lists .free_wapbtn a {
    color: #fff;
    display: inline-block;
    height: 100%;
    width: 100%;
    font-size: 0.34rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
  }

  .header .menu .inner .nav .lists .free_wapbtn a img {
    width: 0.24rem;
    height: 0.24rem;
    vertical-align: middle;
  }

  .header .menu .inner .nav .lists li {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 0;
  }

  .header .menu .inner .nav .lists li a {
    font-size: 0.32rem;
    color: #fff;
    line-height: 1;
    box-sizing: border-box;
  }

  .header .menu .inner .nav .lists li.show-child i {
    transform: rotate(180deg);
  }

  .header .menu .inner .nav .lists li i {
    height: 0.1rem;
    width: 0.2rem;
    background: url(../images/icons/icon-wap-nav-arrow-down.png) top left no-repeat;
    background-size: 0.2rem 0.1rem;
    border: none;
    transform: none;
    transition: transform 0.3s;
  }

  .header .menu .inner .nav li .child-nav {
    height: auto;
    position: relative;
    left: 0;
    top: 0;
    padding-left: 0.6rem;
    transform: none;
    align-content: flex-start;
  }

  .header .menu .inner .nav li .child-nav ul {
    height: 100%;
    flex-direction: column;
  }

  .header .menu .inner .btns {
    display: none;
  }

  .header .menu .inner .nav .btns .btn-login {
    margin-right: 0;
  }

  .header .menu .inner .nav .wap-btns {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .header .menu .inner .nav .wap-btns a {
    height: 1rem;
    width: 6.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.32rem;
    color: #fff;
    border-radius: 0.09rem;
  }

  .header .menu .inner .nav .wap-btns a span {
    width: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .header .menu .inner .nav .wap-btns a span::after {
    height: 0.24rem;
    width: 0.24rem;
    background: url(../images/icons/icon-wap-nav-arrow-right.png) top left no-repeat;
    background-size: 0.24rem 0.24rem;
    display: block;
    content: '';
  }

  .header .menu .inner .nav .wap-btns a.btn-open-store {
    background-color: #F2223B;
    margin: 0.19rem 0 0.42rem;
  }

  .header .menu .inner .nav .wap-btns a.btn-download-app {
    border: 0.03rem #fff solid;
  }

  .footer {
    display: none;
  }

  .footer .upper {
    height: auto;
    padding-bottom: 0.29rem;
  }

  .footer .upper .inner {
    flex-direction: column;
    align-items: center;
  }

  .footer .upper .introduce {
    width: auto;
    margin-top: 0.6rem;
    order: 1;
  }

  .footer .upper .introduce h1 {
    height: 0.8rem;
    width: 3.94rem;
  }

  .footer .upper .introduce .text {
    display: none;
  }

  .footer .upper .contact {
    height: auto;
    width: auto;
    order: 3;
    border: none;
    margin: 0;
  }

  .footer .upper .contact .item:first-child {
    padding: 0.1rem 0 0.21rem;
  }

  .footer .upper .contact .item .item-title {
    font-size: 0.3rem;
    line-height: 0.47rem;
  }

  .footer .upper .contact .item .item-text {
    font-size: 0.24rem;
    line-height: 0.37rem;
  }

  .footer .qrcodes {
    order: 2;
    padding-top: 0;
  }

  .footer .qrcodes .btns {
    display: none;
  }

  .footer .qrcodes .imgs {
    margin-top: 0.5rem;
  }

  .footer .qrcodes .imgs {
    width: auto;
  }

  .footer .qrcodes .imgs li {
    width: 3.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer .qrcodes .imgs li img {
    height: 2.2rem;
    width: 2.2rem;
  }

  .footer .qrcodes .imgs li p {
    height: 0.73rem;
    font-size: 0.24rem;
  }

  .footer .qrcodes .imgs li:first-child p span:first-child {
    display: none;
  }

  .footer .qrcodes .imgs li:first-child p span:last-child {
    display: block;
  }

  .footer .links {
    display: none;
  }

  .footer .copyright {
    display: none;
  }

  .popup-container .popup-inner {
    height: auto;
    width: 5.94rem;
    top: 5%;
    bottom: 5%;
    margin-bottom: 1.4rem;
    border-radius: 0.2rem;
  }

  .popup-container .popup-inner .popup-close {
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    background: center no-repeat;
    background-size: 100% 100%;
  }

  .popup-bottom {
    height: 0.98rem;
    width: 100%;
    max-width: 750px;
    display: flex;
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background: linear-gradient(90deg, rgba(75, 176, 51, 1) 0%, rgba(0, 147, 221, 1) 100%);
  }

  .popup-bottom ul {
    height: 100%;
    width: 100%;
    display: flex;
  }

  .popup-bottom li {
    height: 100%;
    width: 50%;
    position: relative;
  }

  .popup-bottom li a {
    height: 100%;
    width: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .popup-bottom li a::before {
    display: block;
    background: center no-repeat;
    content: '';
  }

  .popup-btnsbottom li::before {
    height: 0.4rem;
    width: 0.02rem;
    content: '';
    display: block;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: -0.01rem;
    transform: translate(0, -50%);
  }

  .popup-btnsbottom li a {
    font-size: 0.36rem;
  }

  .popup-btnsbottom li a::before {
    margin-right: 0.15rem;
  }

  .popup-btnsbottom li:nth-child(1) a::before {
    height: 0.4rem;
    width: 0.44rem;
    background-image: url(../images/icons/icon-btn-store.png);
    background-size: 0.44rem 0.4rem;
  }

  .popup-btnsbottom li:nth-child(2) a::before {
    height: 0.4rem;
    width: 0.4rem;
    background-image: url(../images/icons/icon-btn-download.png);
    background-size: 0.4rem 0.4rem;
  }

  .popup-menu li a {
    font-size: 0.22rem;
    line-height: 0.24rem;
  }

  .popup-menu li a::before {
    height: 0.5rem;
    width: 0.5rem;
    background-size: 0.4rem 0.4rem;
    margin-right: 0.1rem;
  }

  .popup-menu li:nth-child(1)>a::before {
    background-image: url(../images/icons/font_1.png);
  }

  .popup-menu li:nth-child(2)>a::before {
    /* height: 0.34rem;
    width: 0.4rem; */
    background-image: url(../images/icons/font_2.png);
    /* background-size: 0.4rem 0.34rem; */
    /* margin: 0.03rem 0 0.13rem; */
  }

  .popup-menu li:nth-child(3)>a::before {
    background-image: url(../images/icons/font_5.png);
  }

  .popup-menu li .menu-child {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 100%;
    width: 100vw;
    margin-bottom: .2rem;
    display: none;
  }

  .popup-menu li .child-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 75%;
    padding: .2rem 0;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: .12rem;
    box-shadow: 0 4px 16px 0px #ccc;
    margin: auto;
  }

  .popup-menu li .menu-child a {
    display: block;
    height: 1.08rem;
    width: 1.08rem;
    margin: .15rem .3rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .popup-menu li .menu-child .icon1 {
    background-image: url('../images/icons/web-nav-icon1.png');
  }

  .popup-menu li .menu-child .icon2 {
    background-image: url('../images/icons/web-nav-icon2.png');
  }

  .popup-menu li .menu-child .icon3 {
    background-image: url('../images/icons/web-nav-icon3.png');
  }

  .popup-menu li .menu-child .icon4 {
    background-image: url('../images/icons/web-nav-icon4.png');
  }

  .popup-menu li .menu-child .icon5 {
    background-image: url('../images/icons/web-nav-icon5.png');
  }

  .popup-menu li .menu-child .icon6 {
    background-image: url('../images/icons/web-nav-icon6.png');
  }

  .popup-regsuccess .popup-inner {
    text-align: center;
    transform: translate(-50%, 0);
  }

  .popup-regsuccess .popup-inner::after {
    height: 0.8rem;
    width: 1px;
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #fff;
    content: '';
  }

  .popup-regsuccess .popup-inner .popup-close {
    height: 0.6rem;
    width: 0.6rem;
    margin-top: 0.8rem;
    background-image: url(../images/icons/icon-popup-close.png);
  }

  .popup-regsuccess .popup-inner .inner-wrapper {
    height: 100%;
    width: 100%;
    overflow-y: auto;
  }

  .popup-regsuccess .popup-inner .inner-wrapper>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.76rem 0 0.58rem;
    box-sizing: border-box;
  }

  .popup-regsuccess .popup-inner .icon-success {
    height: 1.22rem;
    width: 1.22rem;
    background: url(../images/icons/icon-success.png) center no-repeat;
    background-size: 100% 100%;
    display: block;
    margin: 0 auto;
  }

  .popup-regsuccess .popup-inner .success-info {
    margin: 0.4rem 0 0.75rem;
  }

  .popup-regsuccess .popup-inner .success-info p {
    font-size: 0.32rem;
    color: #333;
    line-height: 0.4rem;
  }

  .popup-regsuccess .popup-inner .success-info span {
    font-size: 0.28rem;
    color: #999;
    line-height: 0.36rem;
    display: block;
    margin-top: 0.17rem;
  }

  .popup-regsuccess .popup-inner .success-qrcode img {
    height: 1.8rem;
    width: 1.8rem;
    display: block;
    margin: 0 auto;
  }

  .popup-regsuccess .popup-inner .success-qrcode p {
    font-size: 0.28rem;
    color: #333;
    line-height: 0.4rem;
    margin-top: 0.38rem;
  }

  .popup-regsuccess .popup-inner .success-qrcode span {
    font-size: 0.24rem;
    color: #999;
    line-height: 0.34rem;
    display: block;
  }

  .popup-regsuccess .popup-inner .btn-download {
    height: 0.6rem;
    width: 2.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.28rem;
    color: #f2223b;
    line-height: 1;
    box-sizing: border-box;
    border: 1px #F2223B solid;
    border-radius: 0.6rem;
    margin: 0.44rem auto 0;
  }

  .popup-qrcode .popup-inner {
    height: 2.5rem;
    width: 2.5rem;
    max-width: 2.5rem;
    top: 50%;
    left: 50%;
    bottom: auto;
    padding: 0.1rem;
    border-radius: 0.04rem;
  }

  .popup-qrcode .popup-inner canvas,
  .popup-qrcode .popup-inner img {
    height: 100%;
    width: 100%;
    display: block;
  }

  .popup-agreeregister .popup-inner .popup-content .paragraph,
  .popup-agree .popup-inner .popup-content .paragraph {
    margin-bottom: 0.4rem;
  }

  .popup-agreeregister .popup-inner,
  .popup-agree .popup-inner {
    padding-top: 0.75rem;
  }

  .popup-agreeregister .popup-inner .popup-content,
  .popup-agree .popup-inner .popup-content {
    line-height: 0.32rem;
  }

  .popup-agreeregister .popup-inner .popup-content .paragraph span,
  .popup-agree .popup-inner .popup-content .paragraph span {
    font-weight: bold;
    color: #333;
    margin-bottom: 0.05rem;
    display: block;
  }

  .popup-agreeregister .popup-inner .popup-content .paragraph ul,
  .popup-agree .popup-inner .popup-content .paragraph ul {
    padding-left: 1.5em;
  }

  .popup-buysuccess .popup-inner {
    height: 4.2rem;
    width: 4.2rem;
    max-width: 4.2rem;
    border-radius: 0.1rem;
    padding: 0.69rem 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .popup-buysuccess .popup-inner .popup-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .popup-buysuccess .popup-inner .popup-content img {
    height: 1.21rem;
    width: 1.8rem;
    display: block;
  }

  .popup-buysuccess .popup-inner .popup-content p.title {
    font-size: 0.28rem;
    color: #333;
    line-height: 0.32rem;
    margin: 0.4rem 0 0.17rem;
  }

  .popup-buysuccess .popup-inner .popup-content p.text {
    max-width: 3rem;
    font-size: 0.2rem;
    color: #666;
    line-height: 0.28rem;
    text-align: center;
  }

  .popup-buysuccess .popup-inner .popup-close {
    font-size: 0.24rem;
    color: #f3223c;
    line-height: 0.3rem;
    margin-top: 0.4rem;
    cursor: pointer;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
}

.moblie_model {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.back {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 101;
}

.mobile_box {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 800px;
  height: 500px;
  margin-top: -250px;
  margin-left: -400px;
  border-radius: 10px;
  background-image: url(../images/model_back.png);
  z-index: 102;
  padding: 70px 50px 50px 50px;
  box-sizing: border-box;
}

.mobile_box h3 {
  font-size: 28px;
  color: #333333;
  margin-bottom: 50px;
}

.mobile_box input {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  margin-bottom: 30px;
  border: 1px solid #ccc;
  padding-left: 20px;
}

.mobile_box button {
  display: block;
  margin: auto;
  width: 300px;
  height: 50px;
  border-radius: 10px;
  font-size: 20px;
  color: white;
  background: linear-gradient(90deg, #4BB033 0%, #0093DD 100%);
}

.mobile_box input::-webkit-input-placeholder {
  color: #999999;
}

.diy_business_bridge {
  width: 190px;
  height: 87px;
  display: block;
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url('../images/seekColorBack.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 10000000;
}



@media screen and (max-width: 750px) {
  .diy_business_bridge {
    width: 2.53rem;
    height: 1.16rem;
  }

  .sort_btn {
    width: 5.33rem;
    height: 1.07rem;
    line-height: 1.07rem;
    left: -1.33rem;
    animation: myfirst 3s linear 2s infinite alternate;
    /* Firefox: */
    -moz-animation: myfirst 3s linear 2s infinite alternate;
    /* Safari 和 Chrome: */
    -webkit-animation: myfirst 3s linear 2s infinite alternate;
    /* Opera: */
    -o-animation: myfirst 3s linear 2s infinite alternate;
  }

  @keyframes myfirst {
    0% {
      left: -1.07rem
    }

    100% {
      left: 1.07rem
    }
  }

  @-moz-keyframes myfirst

  /* Firefox */
    {
    0% {
      left: -1.07rem
    }

    100% {
      left: 1.07rem
    }
  }

  @-webkit-keyframes myfirst

  /* Safari 和 Chrome */
    {
    0% {
      left: -1.07rem
    }

    100% {
      left: 1.07rem
    }
  }

  @-o-keyframes myfirst

  /* Opera */
    {
    0% {
      left: -1.07rem
    }

    100% {
      left: 1.07rem
    }
  }

  .sort_btn::before {
    font-size: .32rem;
  }

  .sort_btn2 {
    height: .67rem;
    width: 2.67rem;
    line-height: .67rem;
    border-radius: .33rem;
    margin-left: .4rem;
  }

  .sort_btn2 span {
    font-size: .32rem !important;
  }

  .mobile_box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 6.4rem;
    height: auto;
    border-radius: .13rem;
    padding: .93rem .4rem .67rem;
    transform: translate(-50%, -50%);
    margin: 0;
  }

  .mobile_box h3 {
    font-size: .37rem;
    margin-bottom: .67rem;
  }

  .mobile_box input {
    width: 100%;
    height: .67rem;
    border-radius: .13rem;
    margin-bottom: .4rem;
    border: .01rem solid #ccc;
    padding-left: .27rem;
    display: block;
  }

  .mobile_box button {
    width: 4rem;
    height: .67rem;
    border-radius: .13rem;
    font-size: .27rem;
  }
}


.header_hover-a:hover+.header_hover,
.header_hover:hover {
  opacity: 1;
  height: 280px;
}

.header_hover {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0px;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  opacity: 0;
  z-index: 1010;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  display: flex;
  justify-content: center;
}

.header_hover .header_hover_layout {
  width: 215px;
}

.header_hover .header_hover_title {
  font-size: 18px;
  color: #333;
  line-height: 60px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
}

.header_hover_content {
  width: 1200px;
  padding: 20px 0 0 0;
  overflow: hidden;
}

.header_hover_content::after {
  content: "";
  display: table;
  clear: both;
}

.header_hover_layout {
  float: left;
  width: 240px;
  margin-bottom: 24px;
}

.header_hover_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.header_hover_item {
  float: left;
  font-size: 16px;
  color: #333 !important;
  line-height: 1;
  padding: 10px 10px 10px 54px;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  margin: 0 10px 20px;
}

.header_hover_item:hover {
  box-shadow: 0 5px 10px 0 rgba(51, 51, 51, 0.2);
}

.header_hover_item.active,
.header_hover_item:hover,
.header_hover_item:link,
.header_hover_item:visited {
  color: #333;
}

.header_hover_item img {
  position: absolute;
  left: 28px;
  top: 50%;
  width: 30px;
  height: 30px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.header_hover_name {
  font-size: 16px;
  color: #333;
}

.header_hover_tip {
  font-size: 14px;
  color: #999;
  margin-top: 10px;
}


@media (max-width: 768px) {

  .header_hover-a:hover+.header_hover,
  .header_hover:hover,
  .header_hover-a+.header_hover {
    position: relative;
    opacity: 1;
    height: 0;
    background: transparent;
    width: 100%;
  }

  .header_hover-a.active+.header_hover {
    height: auto;
  }

  .header_hover_title {
    display: none;
  }

  .header_hover_content {
    padding: 0;
  }

  .header_hover_list {
    flex-direction: column;
  }

  .header_hover_name {
    font-size: .25rem;
    color: #fff;
  }

  .header_hover_tip {
    font-size: .2rem;
    color: #ccc;
    margin-top: .1rem;
  }

  .header_hover_layout {
    width: 100%;
    margin-bottom: 0.3rem;
  }

  .header_hover_item {
    color: rgba(255, 255, 255, .8) !important;
    padding: .1rem 0 .1rem .7rem;
    border-radius: .05rem;
    margin-bottom: .2rem;
  }

  .header_hover_item img {
    left: .3rem;
    max-width: none;
    width: 0.5rem;
    height: auto;
  }

  .ys_phone {
    display: none;
  }
}