/* ==================== 重置默认样式 start ==================== */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei", "华文细黑", "STHeiti", "MingLiu";
}
*:before,
*:after {
  vertical-align: middle;
  box-sizing: border-box;
}
html {
  max-width: 1920px;
  margin: 0 auto;
}
ul,
li,
ol {
  list-style: none;
}
em {
  font-style: normal;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
  outline: none;
  -webkit-backface-visibility: hidden;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
}
input:focus,
select:focus,
textarea:focus {
  outline: -webkit-focus-ring-color auto 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td {
  vertical-align: middle;
}
#map label {
  max-width: initial;
}
#map img {
  max-width: initial;
}
/* ==================== 重置默认样式 end ==================== */
/* ==================== 常用样式 start ==================== */
/* 清除浮动 */
.clearfix {
  display: block;
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* 文本溢出省略号 */
/* 1行 */
.ellipsis-text1 {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
/* 2行 */
.ellipsis-text2,
.ellipsis-text3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
/* 3行 */
.ellipsis-text3 {
  -webkit-line-clamp: 3;
}
/* 4行 */
.ellipsis-text4 {
  -webkit-line-clamp: 4;
}
/* bootstart ul */
ul,
h1,
h2,
h3,
h4,
li,
p {
  padding: 0;
  margin: 0;
}
/* 容器大小 */
.lszg-box {
  max-width: 1600px;
  margin: 0 auto;
  overflow: hidden;
  font-size: 0;
}
/* 子容器 */
.lszg-sub-box {
  padding-top: 1.6667rem;
  padding-bottom: 1.6667rem;
}
.lszg-box p {
  margin-bottom: 0;
}
.lszg-box a:hover {
  color: #fccf04;
}
/* 图片统一动画 */
.lszg-image {
  overflow: hidden;
}
.lszg-image:hover img {
  transform: scale(1.1);
}
.lszg-image img {
  transition: all 0.4s;
  width: 100%;
}
@media screen and (max-width: 751px) {
  body {
    margin-top: 1.2rem;
  }
}
/* ==================== 常用样式 end ==================== */
/* ==================== 置顶按钮 start ==================== */
#goto-top {
  position: fixed;
  z-index: 10;
  right: 0.3333rem;
  bottom: 10%;
  width: 0.6667rem;
  height: 0.6667rem;
  cursor: pointer;
  background: #fccf04;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
  border: 1px solid #fff;
}
#goto-top.active {
  visibility: visible;
  opacity: 1;
}
#goto-top:after {
  content: "";
  display: block;
  width: 0.2333rem;
  height: 0.2333rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
  margin-bottom: -7px;
}
@media screen and (max-width: 751px) {
  #goto-top {
    width: 30px;
    height: 30px;
    right: 0;
  }
}
/* ==================== 置顶按钮 end ==================== */
/* ==================== 头部 start ==================== */
header {
  width: 100%;
  position: relative;
  z-index: 10000;
  border-top: 25px solid #fccf04;
}
header .pc-nav-box {
  font-size: 0;
  width: 100%;
  max-width: 24rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .lszg-menu {
  width: 46%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .lszg-menu > li {
  flex-grow: 1;
  transition: all 0.4s;
  position: relative;
}
header .lszg-menu > li:hover a .cn,
header .lszg-menu > li:hover a .en {
  color: #e3ba02;
}
header .lszg-menu > li:hover .lszg-sub-menu {
  opacity: 1;
  top: 110%;
  visibility: visible;
}
header .lszg-menu > li > a {
  display: block;
  color: #1a1a1a;
  padding: 0.7rem 0.1667rem;
  text-align: center;
}
header .lszg-menu > li > a .cn {
  font-weight: bold;
  font-size: 0.3333rem;
  margin-bottom: 0.1667rem;
  line-height: 1;
}
header .lszg-menu > li > a .en {
  font-size: 0.2333rem;
  color: #707070;
  line-height: 1;
}
header .lszg-menu > li .lszg-sub-menu {
  position: absolute;
  top: 120%;
  left: 0;
  background: #fff;
  display: flex;
  flex-flow: column;
  z-index: 9;
  width: 100%;
  border-radius: 0.0833rem;
  opacity: 0;
  transition: all 0.2s;
  visibility: hidden;
  padding: 0.1667rem 0;
}
header .lszg-menu > li .lszg-sub-menu:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  font-size: 0;
  border-left: 0.1667rem solid transparent;
  border-right: 0.1667rem solid transparent;
  border-bottom: 0.1667rem solid #fff;
  position: absolute;
  top: -0.1667rem;
  left: 50%;
  margin-left: -0.0833rem;
}
header .lszg-menu > li .lszg-sub-menu > li {
  position: relative;
  text-align: center;
}
header .lszg-menu > li .lszg-sub-menu > li > a {
  width: 100%;
  display: block;
  padding: 0.2rem 0;
  font-size: 0.2667rem;
}
header .lszg-menu > li .lszg-sub-menu > li > a:hover {
  background: rgba(0, 0, 0, 0.04);
}
header .logo {
  border-radius: 0 0 0.5rem 0.5rem;
  overflow: hidden;
  margin: 0 2.1667rem;
  align-self: flex-start;
  flex-shrink: 0;
}
header .logo img {
  height: 2.0333rem;
}
/* ==================== 头部 end ==================== */
/* ==================== 移动端头部 start ==================== */
@media screen and (max-width: 751px) {
  header {
    border-top: 0;
    padding: 0;
  }
  .mob-nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: column;
    align-items: center;
    height: 1.2rem;
    transition: all 0.4s;
  }
  .mob-nav.active {
    height: 100%;
  }
  .mob-nav.active .mob-nav-head .nav-btn {
    width: 26px;
    height: 26px;
    margin-top: -12px;
  }
  .mob-nav.active .mob-nav-head .nav-btn i {
    position: absolute;
    top: 10px;
    left: 0;
  }
  .mob-nav.active .mob-nav-head .nav-btn i:first-child ~ i {
    margin: 0;
  }
  .mob-nav.active .mob-nav-head .nav-btn i:nth-child(1) {
    display: none;
  }
  .mob-nav.active .mob-nav-head .nav-btn i:nth-child(2) {
    transform: rotate(45deg);
  }
  .mob-nav.active .mob-nav-head .nav-btn i:nth-child(3) {
    transform: rotate(-45deg);
  }
  .mob-nav.active .mob-nav-menu {
    opacity: 1;
    margin-top: 0;
    visibility: visible;
  }
  .mob-nav .mob-nav-head {
    width: 100%;
    height: 1.2rem;
    background: #fff;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #eee;
  }
  .mob-nav .mob-nav-head .nav-btn {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
  }
  .mob-nav .mob-nav-head .nav-btn i {
    display: block;
    background: #000;
    width: 26px;
    height: 3px;
    transition: all 0.4s;
  }
  .mob-nav .mob-nav-head .nav-btn i:first-child ~ i {
    margin-top: 5px;
  }
  .mob-nav .mob-nav-head .nav-logo {
    align-self: flex-start;
    overflow: hidden;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 0;
  }
  .mob-nav .mob-nav-head .nav-logo a {
    display: block;
  }
  .mob-nav .mob-nav-head .nav-logo img {
    height: 1rem;
  }
  .mob-nav .mob-nav-menu {
    width: 100%;
    background: #151515;
    flex-grow: 1;
    padding: 10px 20px;
    overflow: auto;
    transition: all 0.2s;
    opacity: 0;
    visibility: hidden;
    margin-top: 30px;
  }
  .mob-nav .mob-nav-menu a {
    color: inherit;
  }
  .mob-nav .mob-nav-menu > li {
    position: relative;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 16px;
  }
  .mob-nav .mob-nav-menu > li:last-child {
    border-bottom: 0;
  }
  .mob-nav .mob-nav-menu > li > a {
    display: block;
    padding: 14px 5px;
  }
  .mob-nav .mob-nav-menu > li.active > .mob-sub-menu > li {
    display: block;
  }
  .mob-nav .mob-nav-menu .mob-sub-menu:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    right: 20px;
    top: 20px;
    transform: rotate(45deg);
  }
  .mob-nav .mob-nav-menu .mob-sub-menu > li {
    display: none;
    padding: 0 10px;
  }
  .mob-nav .mob-nav-menu .mob-sub-menu > li > a {
    display: block;
    padding: 10px 0;
    font-size: 14px;
  }
}
/* ==================== 移动端头部 end ==================== */
/* ==================== 底部样式 start ==================== */
footer {
  position: relative;
  z-index: 3;
  padding: 1rem 0.3333rem;
  background: #000;
  text-align: center;
  font-size: 0.2333rem;
  line-height: 1.4;
  color: #b6b6b6;
}
footer > a:hover {
  color: #b6b6b6;
}
@media screen and (max-width: 751px) {
  footer {
    padding: 0.3rem;
    line-height: 1.6;
  }
}
/* ==================== 底部样式 end ==================== */
/* ==================== 轮播图 start ==================== */
.banner {
  position: relative;
}
.banner .swiper-btn {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  background: rgba(252, 207, 4, 0.57);
  border-radius: 100%;
  width: 0.8333rem;
  height: 0.8333rem;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.banner .swiper-btn:after {
  content: "";
  display: block;
  width: 0.3333rem;
  height: 0.3333rem;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
  z-index: 3;
  margin-left: 0.0833rem;
}
.banner .swiper-btn.swiper-btn-prev {
  left: 0.8333rem;
}
.banner .swiper-btn.swiper-btn-next {
  right: 0.8333rem;
}
.banner .swiper-btn.swiper-btn-next:after {
  transform: rotate(135deg);
  margin-right: 0.0833rem;
  margin-left: 0px;
}
/* ==================== 轮播图 end ==================== */
/* ==================== section01 start ==================== */
.section01 {
  background: url(../images/img38.jpg) no-repeat top center #fff;
  background-size: cover;
}
.section01 .lszg-box {
  padding-top: 1.3333rem;
  padding-bottom: 4.3333rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section01 .lszg-box .left {
  padding-right: 1.3333rem;
  color: #000;
  flex-shrink: 0;
}
.section01 .lszg-box .left .title {
  font-size: 0.7rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 0.3333rem;
}
.section01 .lszg-box .left .en {
  font-size: 0.3333rem;
  line-height: 1;
  margin-bottom: 0.6667rem;
  letter-spacing: -1px;
  font-weight: bold;
}
.section01 .lszg-box .left .min-title {
  font-size: 0.3333rem;
  margin-bottom: 0.75rem;
}
.section01 .lszg-box .image {
  width: 15.8333rem;
}
/* ==================== section01 end ==================== */
/* ==================== 通用联系电话 start ==================== */
.lszg-tel {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 0.3667rem;
  color: #000;
}
.lszg-tel:before {
  content: "";
  display: block;
  margin-right: 0.3333rem;
  width: 0.6rem;
  height: 0.6rem;
  background: url(../images/img27.png) no-repeat center;
  background-size: 100%;
}
.lszg-tel b {
  font-size: 0.8rem;
  line-height: 1;
}
/* ==================== 通用联系电话 end ==================== */
/* ==================== section02 start ==================== */
.section02 {
  position: relative;
  padding-bottom: 1rem;
}
.section02:before,
.section02:after {
  content: "";
  display: block;
  position: absolute;
}
.section02:before {
  background: url(../images/img01.png) no-repeat center;
  background-size: 100%;
  width: 3.75rem;
  height: 7.5rem;
  left: 0;
  top: 1.4167rem;
}
.section02:after {
  background: url(../images/img02.png) no-repeat center;
  background-size: 100%;
  width: 5.1167rem;
  height: 7.5rem;
  right: 0;
  bottom: -5.1667rem;
  z-index: 1;
}
.section02 .lszg-box {
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section02 .image {
  width: 12.5rem;
  margin-right: 2.3333rem;
}
.section02 .right {
  color: #000;
}
.section02 .right h1 {
  font-size: 0.8167rem;
  line-height: 1;
  margin-bottom: 0.3333rem;
}
.section02 .right .en {
  font-size: 0.35rem;
  line-height: 1;
  margin-bottom: 0.6rem;
  font-weight: bold;
}
.section02 .right .min-title {
  font-size: 0.3833rem;
  line-height: 1;
  margin-bottom: 0.6667rem;
}
.section02 .right > a {
  padding: 0.2667rem 0.6667rem;
  text-align: center;
  color: #434343;
  border: 1px solid;
  border-radius: 3.3333rem;
  display: inline-block;
  font-size: 0.3rem;
  line-height: 1;
  transition: all 0.2s;
}
.section02 .right > a:hover {
  color: #fff;
  background: #fccf04;
}
/* ==================== section02 end ==================== */
/* ==================== info start ==================== */
.lszg-info {
  font-size: 0.3rem;
  color: #434343;
  margin-bottom: 1.3333rem;
}
.lszg-info p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.lszg-info p:before {
  content: "";
  display: block;
  background: url(../images/img25.png) no-repeat center;
  background-size: 100%;
  width: 0.6667rem;
  height: 0.6667rem;
  margin-right: 0.3333rem;
}
.lszg-info p:first-child ~ p {
  margin-top: 0.5rem;
}
.lszg-info p:nth-child(2):before {
  background-image: url(../images/img26.png);
}
/* ==================== info end ==================== */
/* ==================== 品牌优势 start ==================== */
.advantage-title {
  position: relative;
  z-index: 9;
  width: 100%;
  text-align: center;
  margin-bottom: -1.5rem;
}
.advantage-title img {
  width: 9.9167rem;
}
.advantage {
  position: relative;
  background: url(../images/img40.jpg) no-repeat top center #fccf04;
  background-size: cover;
  padding-bottom: 1.9167rem;
  padding-top: 3.25rem;
}
.advantage .icon01 {
  display: block;
  background: url(../images/img09.png) no-repeat center;
  background-size: 100%;
  width: 4.1333rem;
  height: 7.3rem;
  position: absolute;
  top: -4.8333rem;
  right: 0.8333rem;
  z-index: 3;
}
/* ==================== 品牌优势 end ==================== */
/* ==================== 通用优势列表 start ==================== */
.lszg-advantage {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.lszg-advantage .lszg-advantage-item {
  width: 18%;
  background: #fff;
  padding: 0.25rem 0.25rem 0.5833rem;
  color: #1a1a1a;
  text-align: center;
}
.lszg-advantage .lszg-advantage-item:first-child ~ .lszg-advantage-item {
  margin-left: 2%;
}
.lszg-advantage .lszg-advantage-item .name {
  padding-top: 0.5833rem;
  font-size: 0.5rem;
  line-height: 1;
  margin-bottom: 0.25rem;
  font-weight: bold;
}
.lszg-advantage .lszg-advantage-item .en {
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* ==================== 通用优势列表 end ==================== */
/* ==================== 通用标题 start ==================== */
.lszg-title {
  overflow: hidden;
  text-align: center;
  color: #000;
  padding-bottom: 60px;
}
.lszg-title h1 {
  font-size: 0.8167rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.3333rem;
}
.lszg-title h2 {
  font-size: 0.35rem;
  line-height: 1;
}
.lszg-title .icon {
  display: block;
  margin: 0 auto;
  height: 2px;
  width: 1.3667rem;
  background: #fccf04;
  margin-top: 0.75rem;
}
/* ==================== 通用标题 end ==================== */
/* ==================== 零售店 start ==================== */
.store-address {
  position: relative;
  padding-bottom: 1.1667rem;
  padding-top: 2rem;
}
.store-address .lszg-box {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  overflow: visible;
  flex-wrap: wrap;
}
.store-address .lszg-box.active .item:nth-child(9) ~ .item {
  display: flex;
}
.store-address .item {
  width: 32%;
  background: #fff;
  box-shadow: 0px 3px 0.4rem 0px rgba(67, 67, 67, 0.23);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0.6667rem 0.4167rem;
}
.store-address .item:nth-child(3) ~ .item {
  margin-top: 0.9167rem;
}
.store-address .item:nth-child(3n-1) {
  margin-left: 2%;
  margin-right: 2%;
}
.store-address .item .icon {
  flex-shrink: 0;
  background: url(../images/img10.png) no-repeat center;
  margin-right: 0.5833rem;
  width: 0.8333rem;
  height: 0.9rem;
  background-size: 100%;
}
.store-address .item .info {
  flex-grow: 1;
  color: #1a1a1a;
}
.store-address .item .info .name {
  font-size: 0.3667rem;
  line-height: 1;
  margin-bottom: 0.4167rem;
  font-weight: bold;
}
.store-address .item .info .address {
  font-size: 0.3rem;
  line-height: 1.4;
}
.store-address .item:nth-child(9) ~ .item {
  display: none;
}
.store-address .more {
  color: #1a1a1a;
  font-size: 0.3rem;
  font-weight: bold;
  margin-top: 1.2667rem;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 3;
}
.store-address .more:after {
  content: "";
  display: block;
  background: url(../images/img23.png) no-repeat center;
  width: 0.5333rem;
  height: 0.4rem;
  background-size: 100%;
  margin: 0 auto;
  margin-top: 0.5rem;
  -webkit-animation: bounce-up 2s linear infinite;
  animation: bounce-up 2s linear infinite;
}
/* ==================== 零售店 end ==================== */
/* ==================== 箭头跳动动画 start ==================== */
@-webkit-keyframes bounce-down {
  25% {
    -webkit-transform: translateY(-5px);
  }
  50%,
  100% {
    -webkit-transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(5px);
  }
}
@keyframes bounce-down {
  25% {
    transform: translateY(-5px);
  }
  50%,
  100% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(5px);
  }
}
.animate-bounce-down {
  background: #333;
  width: 100px;
  height: 100px;
  margin: 100px auto;
  -webkit-animation: bounce-down 1.5s linear infinite;
  animation: bounce-down 1.5s linear infinite;
}
@-webkit-keyframes bounce-up {
  25% {
    -webkit-transform: translateY(5px);
  }
  50%,
  100% {
    -webkit-transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-5px);
  }
}
@keyframes bounce-up {
  25% {
    transform: translateY(5px);
  }
  50%,
  100% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-5px);
  }
}
/* ==================== 箭头跳动动画 end ==================== */
/* ==================== 品牌资讯 start ==================== */
.news {
  position: relative;
  background: url(../images/img42.jpg) no-repeat center top #fccf04;
  background-size: cover;
  padding: 1.5rem 0 1.5rem;
  padding-bottom: 1.5833rem;
}
.news:before {
  content: "";
  display: block;
  background: url(../images/img41.png) no-repeat center;
  background-size: 100%;
  width: 5.05rem;
  height: 7.5rem;
  position: absolute;
  top: -2.6667rem;
  left: 0;
  z-index: 3;
}
.news .lszg-box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.news .item {
  display: block;
  width: 31%;
}
.news .item:nth-child(3n-1) {
  margin-left: 3.5%;
  margin-right: 3.5%;
}
.news .item .info {
  background: #fff;
  padding: 0.6667rem 0.5rem;
}
.news .item .info .title {
  font-size: 0.3667rem;
  line-height: 1.2;
  color: #1a1a1a;
  font-weight: bold;
  width: 100%;
  margin-bottom: 0.3333rem;
}
.news .item .info .desc {
  color: #4b4b4b;
  font-size: 0.2667rem;
  line-height: 1.2;
  width: 100%;
}
/* ==================== 品牌资讯 end ==================== */
/* ==================== 立即加盟 start ==================== */
.join {
  position: relative;
}
.join > a {
  position: absolute;
  bottom: 2.25rem;
  left: 50%;
  margin-left: -1.3333rem;
  width: 100%;
  max-width: 2.6667rem;
  padding: 0.25rem;
  line-height: 1;
  color: #1a1a1a;
  font-size: 0.3rem;
  font-weight: bold;
  background: #fccf04;
  border-radius: 3.3333rem;
  text-align: center;
}
/* ==================== 立即加盟 end ==================== */
/* ==================== 内页通用样式 start ==================== */
.ny-card {
  background: #fccf04;
  padding-top: 1.3333rem;
  padding-bottom: 2.1667rem;
}
.ny-card .lszg-box {
  padding: 1.3333rem 1.6667rem;
  background: #fff;
}
.ny-card .item:first-child ~ .item {
  margin-top: 1.6667rem;
}
.ny-card .item .head {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding-bottom: 0.6667rem;
  border-bottom: 0.0167rem solid #efefef;
  margin-bottom: 0.6667rem;
}
.ny-card .item .head .cn {
  font-size: 1rem;
  line-height: 1;
  color: #000;
  margin-right: 0.5rem;
  font-weight: bold;
}
.ny-card .item .head .en {
  font-size: 0.35rem;
  line-height: 1;
  color: #fccf04;
  font-weight: bold;
  text-transform: uppercase;
}
.ny-card .item .desc {
  font-size: 18px;
  color: #1a1a1a;
}
.ny-card .item .desc p {
  line-height: 1.8em;
  text-align: justify;
}
.ny-card .item .desc p b,
.ny-card .item .desc p strong {
  font-size: 0.3833rem;
  font-weight: bold;
}
@media screen and (max-width: 1670px) {
  .ny-card {
    padding-left: 0.8333rem;
    padding-right: 0.8333rem;
  }
}
@media screen and (max-width: 1200px) {
  .ny-card {
    padding-left: 0.3333rem;
    padding-right: 0.3333rem;
  }
}
/* ==================== 内页通用样式 end ==================== */
/* ==================== 关于我们 start ==================== */
.lszg-about .store-address {
  overflow: hidden;
}
.lszg-about .store-address .lszg-title,
.lszg-about .store-address .lszg-box {
  position: relative;
  z-index: 3;
}
.lszg-about .store-address:before,
.lszg-about .store-address:after {
  content: "";
  display: block;
  position: absolute;
}
.lszg-about .store-address:before {
  background: url(../images/img44.png) no-repeat center;
  background-size: 100%;
  width: 2.6667rem;
  height: 4rem;
  top: -0.3333rem;
  right: 0;
}
.lszg-about .store-address:after {
  background: url(../images/img45.png) no-repeat center;
  background-size: 100%;
  width: 5.8667rem;
  height: 6.9667rem;
  left: 0;
  bottom: -2.6667rem;
}
/* ==================== 关于我们 end ==================== */
/* ==================== 招商加盟 start ==================== */
.ny-investment .item-text01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ny-investment .item-text01 .image {
  width: 10.8167rem;
  margin-right: 1.8333rem;
}
.ny-investment .item-text01 .right .title {
  font-size: 0.5rem;
  line-height: 1.6;
  color: #000;
  font-weight: bold;
  margin-bottom: 0.9167rem;
}
.ny-investment .lszg-advantage {
  margin-bottom: 130px;
}
.ny-investment .lszg-advantage .lszg-advantage-item {
  padding: 0;
}
.ny-investment .lszg-advantage .lszg-advantage-item .name {
  padding-top: 0.6667rem;
  font-size: 0.4rem;
  line-height: 1.2;
}
.ny-investment .lszg-advantage .lszg-advantage-item .en {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ny-investment .card02 {
  padding: 1.1667rem 0.5rem;
  padding-top: 0;
  border: 0.3333rem solid #fccf04;
}
.ny-investment .card02 .title {
  text-align: center;
  margin-bottom: 1.1667rem;
  margin-top: -1.5rem;
}
.ny-investment .card02 .title > div {
  display: inline-block;
  background: #fff;
  padding: 0 0.8333rem;
}
.ny-investment .card02 .title h1 {
  font-size: 1rem;
  line-height: 1;
  color: #000;
  margin-bottom: 0.4167rem;
}
.ny-investment .card02 .title span {
  font-size: 0.35rem;
  line-height: 1;
  color: #fccf04;
}
.ny-investment .card02 .itembox02 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.ny-investment .card02 .itembox02 .item02 {
  width: 23.5%;
  color: #1a1a1a;
  text-align: center;
}
.ny-investment .card02 .itembox02 .item02:first-child ~ .item02 {
  margin-left: 2%;
}
.ny-investment .card02 .itembox02 .item02 .image {
  margin-bottom: 0.5rem;
}
.ny-investment .card02 .itembox02 .item02 .cn02 {
  font-size: 0.4rem;
  line-height: 1;
  margin-bottom: 0.3333rem;
  font-weight: bold;
}
.ny-investment .card02 .itembox02 .item02 .en02 {
  font-size: 0.2rem;
  line-height: 1;
}
.ny-investment .item-text02 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ny-investment .item-text02 .image {
  background: #fccf04;
  padding: 1.0667rem;
  padding-right: 0;
  margin-right: 1.0667rem;
}
.ny-investment .item-text02 .image .lszg-image {
  border: 0.0667rem solid #1a1a1a;
  margin-right: -1.0667rem;
  width: 11.6667rem;
}
.ny-investment .item-text02 .right {
  margin-left: 1.5rem;
}
.ny-investment .item-text02 .right ul {
  display: flex;
  flex-wrap: wrap;
}
.ny-investment .item-text02 .right ul li {
  width: 50%;
  display: flex;
  align-items: center;
  font-size: 0.4333rem;
  font-weight: bold;
  line-height: 1;
  color: #1a1a1a;
}
.ny-investment .item-text02 .right ul li:nth-child(2) ~ li {
  margin-top: 1rem;
}
.ny-investment .item-text02 .right ul li::before {
  content: "";
  display: block;
  width: 0.4667rem;
  height: 0.4667rem;
  border: 0.0833rem solid #fccf04;
  border-radius: 100%;
  margin-right: 0.3333rem;
}
.ny-investment .btn {
  display: block;
  text-align: center;
  width: 14.8167rem;
  margin: 2.75rem auto 1.5rem;
}
/* ==================== 招商加盟 end ==================== */
/* ==================== 联系我们 start ==================== */
.ny-connect > .lszg-box {
  padding-bottom: 100px;
}
.ny-connect .tel02 {
  padding-top: 0.4667rem;
  font-size: 0.4rem;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.ny-connect .tel02 p {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.ny-connect .tel02 p:before {
  content: "";
  display: block;
  background: url(../images/img35.png) no-repeat center;
  background-size: 100%;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.3333rem;
}
.ny-connect .tel02 p:nth-child(2):before {
  background-image: url(../images/img36.png);
}
.ny-connect .tel02 p b {
  font-size: 0.6333rem;
  line-height: 1;
}
/* ==================== 联系我们 end ==================== */
/* ==================== 新闻中心 start ==================== */
.ny-news .news-itembox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.ny-news .news-itembox .news-item {
  width: 32%;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
  border-bottom: 0.0167rem solid #dfe1ea;
}
.ny-news .news-itembox .news-item:nth-child(3n-1) {
  margin-left: 2%;
  margin-right: 2%;
}
.ny-news .news-itembox .news-item:nth-child(3) ~ .news-item {
  margin-top: 4%;
}
.ny-news .news-itembox .news-item .image {
  margin-bottom: 0.3333rem;
  border-top-left-radius: 0.1667rem;
  border-top-right-radius: 0.1667rem;
}
.ny-news .news-itembox .news-item .head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
  margin-bottom: 0.3333rem;
}
.ny-news .news-itembox .news-item .head .time {
  font-size: 0.2667rem;
  line-height: 1;
  color: #999;
}
.ny-news .news-itembox .news-item .head .title {
  font-size: 0.2833rem;
  line-height: 1.2;
  color: #5a5a5a;
  font-weight: bold;
}
.ny-news .news-itembox .news-item .desc {
  line-height: 1.6;
  font-size: 0.2667rem;
  color: #999;
  margin-bottom: 0.4167rem;
}
/* ==================== 新闻中心 end ==================== */
/* ==================== 新闻详情 start ==================== */
.ny-news-desc .title {
  font-size: 0.4516rem;
  color: #333;
  padding-bottom: 0.3226rem;
}
.ny-news-desc .info {
  font-size: 0;
  padding-bottom: 0.3226rem;
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 0.3226rem;
}
.ny-news-desc .info .text {
  font-size: 0.2581rem;
  color: #999;
  display: inline-block;
  margin-right: 0.3226rem;
  border-left: 1px solid #ccc;
  padding-left: 0.3226rem;
}
.ny-news-desc .info .tip + .text {
  border-left: 0;
}
.ny-news-desc .info .tip {
  border: 1px solid #999;
  border-radius: 1.6129rem;
  padding: 0.0806rem 0.1613rem;
  line-height: 1;
  font-size: 0.2258rem;
  display: inline-block;
  color: #999;
}
.ny-news-desc .article img {
  display: block;
  margin: 0 auto;
}
.ny-news-desc .article {
  line-height: 1.8em;
  font-size: 18px;
}
/* ==================== 新闻详情 end ==================== */
/* ==================== 在线留言 start ==================== */
.ny-message {
  padding-bottom: 1.2903rem;
}
.ny-message .message {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ny-message .message .image {
  flex-shrink: 0;
  width: 9.8387rem;
  margin-right: 0.9677rem;
}
.ny-message .message form {
  flex-grow: 1;
}
.ny-message .message form .text {
  font-size: 0.3548rem;
  color: #333;
  margin-bottom: 0.5645rem;
}
.ny-message .message form .bottom {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.ny-message .message form .bottom .left {
  width: 49%;
  margin-right: 0.3226rem;
}
.ny-message .message form .bottom .left input {
  width: 100%;
}
.ny-message .message form .bottom .left input:first-child ~ input {
  margin-top: 0.3226rem;
}
.ny-message .message form .bottom input,
.ny-message .message form .bottom textarea {
  border: 1px solid #e2e2e2;
  padding: 0.2903rem;
  outline: none;
  font-size: 0.2581rem;
}
.ny-message .message form .bottom textarea {
  width: 49%;
}
.ny-message .message form .submit button {
  font-size: 0.2581rem;
  color: #fff;
  line-height: 1;
  padding: 0.2258rem 1.0484rem;
  background: #fccf04;
  display: block;
  margin-left: 0;
  margin-right: auto;
  border: 0;
  outline: none;
  margin-top: 0.4032rem;
}
/* ==================== 在线留言 end ==================== */
/* ==================== 页面自定义样式 start ==================== */
@media screen and (min-width: 1600px) {
  /* pc端固定html标签文字大小(rem适配) */
  html {
    font-size: 60px!important;
  }
}
@media screen and (min-width: 751px) {
  .pc-none,
  .mob-nav,
  .pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 1600px) {
  .lszg-box {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1200px) {
  .lszg-box {
    padding: 0 20px;
  }
}
/* ==================== 页面自定义样式 end ==================== */
/* ==================== 移动端样式 start ==================== */
@media screen and (max-width: 751px) {
  .m-none,
  .pc-nav {
    display: none !important;
  }
  .lszg-box {
    padding: 30px 20px;
  }
  .banner .swiper-btn {
    width: 0.6rem;
    height: 0.6rem;
  }
  .banner .swiper-btn:after {
    width: 0.2rem;
    height: 0.2rem;
  }
  .banner .swiper-btn.swiper-btn-prev {
    left: 0.2rem;
  }
  .banner .swiper-btn.swiper-btn-next {
    right: 0.2rem;
  }
  .section01 {
    background-size: 150%;
  }
  .section01 .lszg-box {
    flex-flow: column;
    padding: 0.6rem 0.4rem;
  }
  .section01 .lszg-box .left {
    padding-right: 0;
    text-align: center;
  }
  .section01 .lszg-box .left .title {
    font-size: 0.44rem;
    margin-bottom: 0.1rem;
  }
  .section01 .lszg-box .left .en {
    font-size: 0.24rem;
    margin-bottom: 0.2rem;
  }
  .section01 .lszg-box .left .min-title {
    font-size: 0.28rem;
    line-height: 1.6;
    margin-bottom: 0.4rem;
  }
  .lszg-tel {
    justify-content: center;
  }
  .lszg-tel:before {
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.1rem;
  }
  .lszg-tel span {
    flex-shrink: 0;
    font-size: 0.32rem;
  }
  .lszg-tel b {
    font-size: 0.4rem;
  }
  .section01 .lszg-box .image {
    width: 330px;
    margin-top: 0.6rem;
  }
  .section02 {
    padding-bottom: 0rem;
  }
  .section02 .lszg-box {
    flex-flow: column;
  }
  .section02 .image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
  .section02 .right {
    text-align: center;
  }
  .section02 .right h1 {
    font-size: 0.44rem;
    margin-bottom: 0.2rem;
  }
  .section02 .right .en {
    font-size: 0.24rem;
    margin-bottom: 0.2rem;
  }
  .section02 .right .min-title {
    font-size: 0.24rem;
    line-height: 1.4;
    margin-bottom: 0.4rem;
  }
  .lszg-info {
    font-size: 0.24rem;
    margin-bottom: 0.6rem;
  }
  .lszg-info p {
    align-items: flex-start;
  }
  .lszg-info p:before {
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.2rem;
  }
  .lszg-info p:first-child ~ p {
    margin-top: 0.2rem;
  }
  .section02:before {
    width: 1.4rem;
    height: 3.8rem;
    top: -1.6rem;
  }
  .section02 .right > a {
    padding: 0.16rem 0.52rem;
    font-size: 0.24rem;
  }
  .section02:after {
    width: 2rem;
    height: 3rem;
    bottom: -2rem;
  }
  .advantage {
    background-size: 100%;
    padding-top: 0.6rem;
    padding-bottom: 0;
  }
  .advantage .icon01 {
    width: 1.2rem;
    height: 2.2rem;
    top: -1.6rem;
    right: 0.4rem;
  }
  .advantage-title {
    margin-bottom: -0.6rem;
  }
  .advantage-title img {
    width: 4rem;
  }
  .lszg-advantage {
    flex-wrap: wrap;
  }
  .lszg-advantage .lszg-advantage-item {
    width: 48%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding: 0.2rem;
  }
  .lszg-advantage .lszg-advantage-item:first-child ~ .item {
    margin-left: inherit;
  }
  .lszg-advantage .lszg-advantage-item:last-child {
    width: 100%;
    margin-left: 0!important;
    flex-flow: row nowrap;
  }
  .lszg-advantage .lszg-advantage-item:last-child .image {
    width: 3rem;
    margin-bottom: 0;
  }
  .lszg-advantage .lszg-advantage-item:nth-child(2n) {
    margin-left: 4%!important;
  }
  .lszg-advantage .lszg-advantage-item:nth-child(2) ~ .item {
    margin-top: 4%!important;
  }
  .lszg-advantage .lszg-advantage-item .name {
    padding-top: 0;
    font-size: 0.32rem;
    margin-bottom: 0.2rem;
  }
  .lszg-advantage .lszg-advantage-item .image {
    width: 100%;
    flex-shrink: 0;
    margin-bottom: 0.2rem;
  }
  .lszg-title {
    padding-bottom: 0.6rem;
  }
  .lszg-title h1 {
    font-size: 0.36rem;
    margin-bottom: 0.2rem;
  }
  .lszg-title h2 {
    font-size: 0.24rem;
  }
  .lszg-title .icon {
    margin-top: 0.3rem;
    width: 1rem;
  }
  .store-address {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
  .store-address .lszg-box {
    padding-top: 0;
    padding-bottom: 0;
  }
  .store-address .item {
    width: 100%;
    padding: 0.3rem 0.4rem;
    flex-flow: column;
    box-shadow: 0 0 0.16rem -0.1rem #000;
  }
  .store-address .item:nth-child(3n-1) {
    margin-left: inherit;
    margin-right: inherit;
  }
  .store-address .item:nth-child(3) ~ .item {
    margin-top: inherit;
  }
  .store-address .item:first-child ~ .item {
    margin-top: 0.3rem;
  }
  .store-address .item .icon {
    width: 0.4rem;
    height: 0.6rem;
    margin-right: 0rem;
    margin-bottom: 0.1rem;
  }
  .store-address .item .info .name {
    margin-bottom: 0.1rem;
    font-size: 0.3rem;
    text-align: center;
  }
  .store-address .item .info .address {
    font-size: 0.26rem;
    line-height: 1.6;
    text-align: center;
  }
  .store-address .item:nth-child(9) ~ .item {
    display: flex;
  }
  .store-address .item:nth-child(3) ~ .item {
    display: none;
  }
  .store-address .lszg-box.active .item:nth-child(3) ~ .item {
    display: flex;
  }
  .store-address .more {
    margin-top: 0.6rem;
  }
  .store-address .more:after {
    margin-top: 0.2rem;
    width: 0.32rem;
    height: 0.24rem;
  }
  .news {
    padding-top: 0.6rem;
    padding-bottom: 0;
  }
  .news:before {
    width: 1.4rem;
    height: 2.2rem;
    top: -1.4rem;
  }
  .news .lszg-box {
    padding-top: 0;
    flex-wrap: wrap;
  }
  .news .item {
    width: 100%;
  }
  .news .item:nth-child(2) {
    margin-top: 20px;
  }
  .news .item:nth-child(2) ~ .item {
    display: none;
  }
  .news .item:nth-child(3n-1) {
    margin-left: inherit;
    margin-right: inherit;
  }
  .news .item:nth-child(2n) {
    margin-left: 0%;
  }
  .news .item:nth-child(2) ~ .item {
    margin-top: 4%;
  }
  .news .item:nth-child(3) {
    width: 100%;
    flex-flow: row nowrap;
    display: flex;
    align-items: center;
    background: #fff;
  }
  .news .item:nth-child(3) .image {
    width: 48%;
    flex-shrink: 0;
  }
  .news .item:nth-child(3) .info {
    min-width: 0;
  }
  .news .item .info {
    padding: 0.2rem;
  }
  .news .item .info .title {
    font-size: 15px;
    margin-bottom: 0.2rem;
  }
  .news .item .info .desc {
    display: -webkit-box;
    white-space: pre-wrap;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.4;
  }
  .join {
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: flex-start;
  }
  .join img {
    width: 125%;
    max-width: 125%;
  }
  .join > a {
    bottom: 0.2rem;
    font-size: 0.24rem;
    padding: 0.16rem 0.2rem;
    max-width: 2rem;
    margin-left: -1rem;
  }
  .ny-card {
    padding: 0.6rem 0.4rem;
  }
  .ny-card .lszg-box {
    padding: 0.4rem 0.3rem;
  }
  .ny-card .item .head {
    padding-bottom: 0.2rem;
    margin-bottom: 0.4rem;
    flex-flow: column;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
  }
  .ny-card .item .head .cn {
    font-size: 0.36rem;
    margin-right: 0rem;
    margin-bottom: 0.2rem;
  }
  .ny-card .item .head .en {
    font-size: 0.24rem;
    font-weight: 400;
    text-align: center;
  }
  .ny-card .item .desc p b,
  .ny-card .item .desc p strong {
    font-size: 0.32rem;
  }
  .ny-card .item .desc {
    font-size: 0.28rem;
  }
  .ny-card .item:first-child ~ .item {
    margin-top: 0.6rem;
  }
  .lszg-about .store-address:before {
    width: 1.2rem;
    height: 1.8rem;
    top: -1rem;
  }
  .lszg-about .store-address:after {
    width: 2rem;
    height: 2.4rem;
    bottom: -1.2rem;
  }
  .ny-investment .item-text01 {
    flex-flow: column;
  }
  .ny-investment .item-text01 .image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
  .ny-investment .item-text01 .right .title {
    font-size: 0.32rem;
    margin-bottom: 0.4rem;
    text-align: center;
  }
  .ny-investment .item-text01 .right .title p {
    display: inline;
  }
  .ny-investment .lszg-advantage .lszg-advantage-item .name {
    padding-top: 0;
    font-size: 0.32rem;
  }
  .lszg-advantage .lszg-advantage-item .en {
    white-space: pre-wrap !important;
    line-height: 1.4;
  }
  .lszg-advantage .lszg-advantage-item:first-child ~ .lszg-advantage-item {
    margin-left: inherit;
  }
  .lszg-advantage .lszg-advantage-item:nth-child(2) ~ .lszg-advantage-item {
    margin-top: 4%!important;
  }
  .ny-investment .lszg-advantage {
    margin-bottom: 0;
  }
  .ny-investment .card02 {
    border: 0;
    padding: 0;
  }
  .ny-investment .card02 .title > div {
    padding: 0;
  }
  .ny-investment .card02 .title h1 {
    font-size: 18px;
    margin-bottom: 0.2rem;
  }
  .ny-investment .card02 .title span {
    font-size: 12px;
  }
  .ny-investment .card02 .title {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .ny-investment .card02 .itembox02 {
    flex-wrap: wrap;
  }
  .ny-investment .card02 .itembox02 .item02 {
    width: 48%;
  }
  .ny-investment .card02 .itembox02 .item02:first-child ~ .item02 {
    margin-left: inherit;
  }
  .ny-investment .card02 .itembox02 .item02:nth-child(2n) {
    margin-left: 4%!important;
  }
  .ny-investment .card02 .itembox02 .item02:nth-child(2) ~ .item02 {
    margin-top: 4%!important;
  }
  .ny-investment .card02 .itembox02 .item02 .image {
    margin-bottom: 0.2rem;
  }
  .ny-investment .card02 .itembox02 .item02 .cn02 {
    font-size: 0.32rem;
    margin-bottom: 0.2rem;
  }
  .ny-investment .card02 .itembox02 .item02 .en02 {
    font-size: 12px;
    line-height: 1.4;
  }
  .ny-investment .item-text02 {
    flex-flow: column;
  }
  .ny-investment .item-text02 .image {
    padding: 0;
    margin-right: 0;
    background: none;
    margin-bottom: 0.4rem;
  }
  .ny-investment .item-text02 .image .lszg-image {
    width: 100%;
    margin-right: 0;
    border-width: 2px;
  }
  .ny-investment .item-text02 .right {
    margin-left: 0;
  }
  .ny-investment .item-text02 .right ul li {
    font-size: 0.32rem;
  }
  .ny-investment .item-text02 .right ul li::before {
    width: 0.25rem;
    height: 0.25rem;
    border-width: 2px;
    margin-right: 0.1rem;
  }
  .ny-investment .item-text02 .right ul li:nth-child(2) ~ li {
    margin-top: 0.4rem;
  }
  .ny-investment .btn {
    width: 100%;
    margin-top: 0.6rem;
    margin-bottom: 0;
  }
  .ny-connect .tel02 {
    flex-flow: column;
    padding-top: 0;
    font-size: 16px;
  }
  .ny-connect .tel02 p:first-child ~ p {
    margin-top: 15px;
  }
  .ny-connect .tel02 p b {
    font-size: 18px;
  }
  .ny-connect .tel02 p:before {
    width: 20px;
    height: 20px;
  }
  .ny-news .tj-box {
    padding-top: 0;
  }
  .ny-news .news-itembox .news-item {
    width: 48%;
  }
  .ny-news .news-itembox .news-item:nth-child(3n-1) {
    margin-left: inherit;
    margin-right: inherit;
  }
  .ny-news .news-itembox .news-item:nth-child(3) ~ .news-item {
    margin-top: inherit;
  }
  .ny-news .news-itembox .news-item:nth-child(2n) {
    margin-left: 4%;
  }
  .ny-news .news-itembox .news-item:nth-child(2) ~ .news-item {
    margin-top: 4%;
  }
  .ny-news .news-itembox .news-item .image {
    margin-bottom: 0.2rem;
  }
  .ny-news .news-itembox .news-item .head {
    margin-bottom: 10px;
    flex-flow: column;
    align-items: flex-start;
  }
  .ny-news .news-itembox .news-item .title {
    margin-bottom: 5px;
  }
  .ny-news .news-itembox .news-item .desc {
    margin-bottom: 10px;
  }
  .ny-news-desc .article {
    font-size: 16px;
  }
  .ny-news-desc .info .text {
    margin-right: 0.1rem;
    padding-left: 0.1rem;
    line-height: 2em;
    display: inline;
  }
  .ny-news-desc .info {
    padding-bottom: 0.2rem;
  }
  .ny-message .message {
    flex-flow: column;
  }
  .ny-message .message .image {
    width: 100%;
    margin: 0;
    margin-bottom: 0.3rem;
  }
  .ny-message .message form .text {
    font-size: 0.28rem;
    text-align: center;
    line-height: 1.6em;
  }
  .ny-message .message form .bottom {
    flex-flow: column;
  }
  .ny-message .message form .bottom .left,
  .ny-message .message form .bottom textarea {
    width: 100%;
  }
  .ny-message .message form .bottom .left input {
    padding: 0.16rem 0.2rem;
    font-size: 0.24rem;
  }
  .ny-message .message form .bottom .left input:first-child ~ input {
    margin-top: 0.2rem;
  }
  .ny-message .message form .bottom textarea {
    margin-top: 0.2rem;
    padding: 0.16rem 0.2rem;
    height: 2rem;
  }
  .ny-message .message form .submit button {
    margin: 0.2rem auto 0;
  }
  .ny-message {
    padding-bottom: 0.6rem;
  }
}
/* ==================== 移动端样式 end ==================== */
