body.show a, body.show .transition, body.show .p-layer, body.show svg path, svg body.show path, body.show svg polygon, svg body.show polygon, body.show .g-head .side dl.btn, .g-head .side body.show dl.btn, body.show .g-nav ul.btn li.search, .g-nav ul.btn body.show li.search, body.show .g-nav ul.btn li.search .form, .g-nav ul.btn li.search body.show .form, body.show :before, body.show img, body.show .nav {
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease; }

.ellipsis, .p-num2 .wal a div, .event .list li a .name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.flex, .p-layer, .p-num2 .wal, .p-num2 .wal a.btn, .g-nav ul.btn, .g-nav ul.btn a, .g-nav ul.btn li.search .form .submit {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex; }

.flexColumn, .landscape-tips, .g-nav div.msg, .p-nav-2, .shop-head .list li {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column; }

.itemsCenter, .p-layer, .p-num2 .wal, .p-num2 .wal a.btn, .landscape-tips, .g-nav ul.btn a, .g-nav ul.btn li.search .form .submit, .g-nav div.msg, .p-nav-2 {
  align-items: center;
  -webkit-align-items: center; }

.justifyCenter, .p-layer, .p-num2 .wal a.btn, .landscape-tips, .g-nav ul.btn, .g-nav ul.btn a, .g-nav ul.btn li.search .form .submit, .g-nav div.msg, .g-foot .list, .p-nav .list ul, .p-nav-2, .p-nav-2 .col {
  justify-content: center;
  -webkit-justify-content: center; }

.flexAround {
  justify-content: space-around;
  -webkit-justify-content: space-around; }

.flexBetween, .p-num2 .wal {
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.flexWrap, .g-nav .nav ul, .g-foot .content, .index-foot .content {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

.p-more a, .p-more2 a {
  display: block;
  margin: 0 auto;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
  width: 1.81rem;
  height: .37rem;
  line-height: .35rem;
  text-align: center;
  border: #999 solid 1px;
  letter-spacing: .02rem;
  font-size: .14rem;
  color: #666; }
  .p-more a:hover, .p-more2 a:hover {
    color: #fff;
    background: #ba7c2d;
    border-color: #ba7c2d; }

.p-more2 a {
  border-color: #ba7c2d;
  color: #ba7c2d; }

.p-layer {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden; }
  .p-layer.show {
    opacity: 1;
    visibility: visible; }
  .p-layer .p-layer-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.65); }
  .p-layer .container {
    position: relative;
    background: #fff;
    -moz-border-radius: 0.18rem;
    -webkit-border-radius: 0.18rem;
    border-radius: 0.18rem; }

.p-title {
  text-align: center; }
  .p-title h2 {
    font-size: .48rem;
    font-weight: 400;
    line-height: 1em;
    position: relative;
    padding-bottom: 15px; }
    .p-title h2:before {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      bottom: 0;
      width: .5rem;
      height: 2px;
      background: #666;
      margin-left: -.25rem; }
  .p-title .msg {
    font-size: .16rem;
    line-height: .36rem;
    padding-top: .55rem; }
  .p-title:hover h2:before {
    width: 1rem;
    margin-left: -.5rem; }

.p-content {
  font-size: 14px;
  line-height: .36rem; }

.p-num2 {
  border-top: #D9D9D9 solid 1px; }
  .p-num2 .wal {
    position: relative;
    height: 1.13rem; }
    .p-num2 .wal a {
      font-size: .14rem;
      line-height: .3rem;
      width: 3.8rem; }
      .p-num2 .wal a div {
        height: .3rem;
        font-size: .16rem; }
    .p-num2 .wal a.btn {
      position: absolute;
      z-index: 10;
      left: 50%;
      right: auto;
      top: 0;
      bottom: 0;
      width: 1.7rem;
      margin-left: -.85rem;
      border-left: #D9D9D9 solid 1px;
      border-right: #D9D9D9 solid 1px; }
      .p-num2 .wal a.btn svg {
        width: .48rem; }
      .p-num2 .wal a.btn path {
        fill: #ccc; }
      .p-num2 .wal a.btn:hover path {
        fill: #ba7c2d; }

.landscape-tips {
  position: fixed;
  z-index: 100000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden; }
  .landscape-tips .ico {
    width: 1.6rem; }
    .landscape-tips .ico path {
      fill: #fff; }
  .landscape-tips p {
    text-align: center;
    color: #fff;
    font-size: .24rem;
    line-height: 1.7em;
    padding-top: .2rem; }

svg {
  display: block; }

::selection {
  background: #978b83;
  color: #fff; }

::-moz-selection {
  background: #978b83;
  color: #fff; }

::-webkit-selection {
  background: #978b83;
  color: #fff; }

@media (orientation: landscape) {
  .landscape-tips {
    opacity: 1;
    visibility: visible; } }
.p-title .msg {
  font-size: .24rem;
  line-height: 1.7em; }

.p-content {
  font-size: .24rem;
  line-height: 1.8em; }

.p-more a, .p-more2 a {
  width: 2.2rem;
  height: .57rem;
  line-height: .55rem;
  font-size: .24rem; }

.p-num2 .wal {
  height: 1.3rem; }
  .p-num2 .wal a {
    font-size: .24rem;
    line-height: .48rem;
    width: 40%; }
    .p-num2 .wal a div {
      height: .48rem;
      font-size: .24rem; }
  .p-num2 .wal a.btn {
    width: 1rem;
    margin-left: -.5rem; }

/*---------------------*/
html {
  font-size: 50px; }

body {
  font-size: .24rem; }

body.noscroll {
  overflow: hidden; }

.wal {
  max-width: 8rem; }

body.navShow {
  overflow: hidden; }
  body.navShow .g-head .navA {
    background-image: url("../images/close.svg"); }
  body.navShow .g-nav {
    top: 1.08rem;
    bottom: .13rem; }

.g-headD {
  height: 1.08rem; }

.g-head .wal {
  min-height: 1.08rem; }
.g-head .navA {
  display: block;
  position: absolute;
  z-index: 10;
  left: 1.65rem;
  right: auto;
  top: 0.12rem;
  bottom: auto;
  width: 1rem;
  height: .83rem;
  -moz-border-radius: 0.18rem;
  -webkit-border-radius: 0.18rem;
  border-radius: 0.18rem;
  background: rgba(0, 0, 0, 0.5) url("../images/navA.svg") center no-repeat;
  background-size: .4rem; }
.g-head .side {
  right: .2rem; }
  .g-head .side ul.btn li.search .form {
    height: .42rem;
    margin-top: -.21rem; }
    .g-head .side ul.btn li.search .form .input input {
      height: .42rem;
      line-height: .42rem;
      font-size: .22rem; }
    .g-head .side ul.btn li.search .form .submit {
      width: .52rem; }
  .g-head .side dl.btn {
    overflow: hidden; }
    .g-head .side dl.btn a {
      font-size: .28rem; }

.g-head.searchShow .side ul.btn li.search {
  width: 2.3rem; }
.g-head.searchShow .side dl.btn {
  width: 0;
  opacity: 0; }

.g-nav {
  top: -100vh;
  left: .13rem;
  right: .13rem;
  bottom: 100vh;
  position: fixed;
  padding: .3rem 0;
  background: rgba(0, 0, 0, 0.8); }
  .g-nav:hover {
    background: rgba(0, 0, 0, 0.8); }
  .g-nav .nav {
    height: 55vh;
    overflow-y: auto; }
    .g-nav .nav li {
      width: 100%; }
    .g-nav .nav a.name {
      height: .84rem;
      line-height: .84rem;
      font-size: .28rem;
      text-align: center; }
      .g-nav .nav a.name:before {
        left: 0; }
      .g-nav .nav a.name.on {
        font-weight: bold; }
    .g-nav .nav .list {
      display: none;
      border-top: rgba(255, 255, 255, 0.1) solid 1px;
      border-bottom: rgba(255, 255, 255, 0.1) solid 1px;
      padding: .15rem 0; }
      .g-nav .nav .list a {
        display: block;
        font-size: .26rem;
        color: #fff;
        line-height: .6rem;
        text-align: center; }
  .g-nav ul.btn {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: auto;
    bottom: 1.9rem; }
    .g-nav ul.btn li {
      margin: 0 .2rem; }
    .g-nav ul.btn a {
      width: .66rem;
      height: .66rem;
      position: relative; }
      .g-nav ul.btn a img:nth-child(2) {
        position: absolute;
        z-index: 10;
        left: 0;
        right: auto;
        top: 0;
        bottom: auto;
        opacity: 0; }
      .g-nav ul.btn a audio {
        display: none; }
      .g-nav ul.btn a path {
        fill: #a1a2a2; }
    .g-nav ul.btn a.on img:nth-child(1) {
      opacity: 0; }
    .g-nav ul.btn a.on img:nth-child(2) {
      opacity: 1; }
    .g-nav ul.btn a.on path {
      fill: rgba(186, 124, 45, 0.6); }
    .g-nav ul.btn #audio.on {
      animation: rotate-animation 6s infinite linear;
      -webkit-animation: rotate-animation 6s infinite linear; }
    .g-nav ul.btn li.search {
      width: .66rem;
      height: .66rem;
      position: relative; }
      .g-nav ul.btn li.search a {
        position: absolute;
        z-index: 10;
        left: auto;
        right: 0;
        top: 0;
        bottom: auto; }
      .g-nav ul.btn li.search .form {
        position: absolute;
        z-index: 10;
        left: 0;
        right: 0;
        top: 50%;
        bottom: auto;
        height: .66rem;
        margin-top: -.33rem;
        opacity: 0;
        background: rgba(186, 124, 45, 0.5);
        -moz-border-radius: 0.5rem;
        -webkit-border-radius: 0.5rem;
        border-radius: 0.5rem; }
        .g-nav ul.btn li.search .form .input input {
          width: 100%;
          height: .66rem;
          line-height: .66rem;
          font-size: .24rem;
          color: #fff;
          padding: 0 .24rem; }
        .g-nav ul.btn li.search .form .submit {
          position: absolute;
          z-index: 10;
          left: auto;
          right: 0;
          top: 0;
          bottom: 0;
          width: .66rem; }
          .g-nav ul.btn li.search .form .submit svg {
            width: .38rem; }
          .g-nav ul.btn li.search .form .submit path {
            fill: #fff; }
          .g-nav ul.btn li.search .form .submit input {
            width: 100%;
            height: .66rem;
            cursor: pointer;
            position: absolute;
            z-index: 10;
            left: 0;
            right: auto;
            top: 0;
            bottom: auto; }
      .g-nav ul.btn li.search.on {
        width: 3.2rem; }
        .g-nav ul.btn li.search.on a {
          opacity: 0;
          visibility: hidden; }
        .g-nav ul.btn li.search.on .form {
          opacity: 1; }
  .g-nav div.msg {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0.3rem; }
    .g-nav div.msg p {
      font-size: .24rem;
      color: #fff;
      padding: .5rem 0 .24rem 0; }
      .g-nav div.msg p a {
        color: #fff;
        padding: 0 .1rem; }
    .g-nav div.msg .img {
      width: 4.4rem; }

.g-foot {
  height: 3.6rem;
  padding: .3rem .5rem; }
  .g-foot .content {
    text-align: center; }
    .g-foot .content p {
      width: 100%;
      padding: .06rem 0; }
  .g-foot .list {
    text-align: center;
    width: 100%; }
    .g-foot .list p {
      width: 100%;
      padding: 0 0 .2rem 0; }
    .g-foot .list .img {
      width: 3.6rem;
      margin: 0; }

a.topA {
  width: .5rem;
  height: .5rem;
  right: .2rem;
  background-size: .25rem; }

.g-foot-img .wal {
  height: 4rem; }

.mztk-layer .container,
.statement-layer .container,
.yszc-layer .container {
  width: 6.9rem;
  padding: 0 .2rem .3rem .3rem; }
.mztk-layer .title h3,
.statement-layer .title h3,
.yszc-layer .title h3 {
  padding-bottom: .2rem; }
.mztk-layer a.close,
.statement-layer a.close,
.yszc-layer a.close {
  background-size: .28rem;
  height: 1.2rem; }
.mztk-layer .content,
.statement-layer .content,
.yszc-layer .content {
  font-size: .24rem;
  line-height: .44rem;
  padding-right: .2rem; }

/*index*/
.indexFlash li .layer {
  bottom: 3rem; }
.indexFlash li.li_01 .layer {
  left: 1rem; }
.indexFlash li.li_03 .layer {
  right: 1rem; }
.indexFlash .arrow a {
  margin-top: -1.85rem; }
  .indexFlash .arrow a.prev {
    left: .15rem; }
  .indexFlash .arrow a.next {
    right: .15rem; }

.index-activity {
  min-height: 4.8rem;
  padding: 0 .8rem 0 0;
  bottom: .2rem; }
  .index-activity .title h2 {
    font-size: .26rem; }
  .index-activity .list {
    margin-top: -.2rem; }
    .index-activity .list dd {
      font-size: .22rem; }
      .index-activity .list dd a {
        line-height: .65rem;
        height: .65rem; }
    .index-activity .list .arrow {
      padding-top: .2rem; }

.index-brand {
  left: 4.5rem;
  bottom: .2rem; }

.index-foot {
  font-size: .2rem;
  z-index: 20;
  left: 0;
  display: none; }
  .index-foot .content {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    line-height: 1.5em; }

/*page*/
.p-banner {
  height: 5.6rem; }
  .p-banner .wal {
    height: 5.6rem;
    padding-top: 1.08rem; }
  .p-banner .title {
    margin-right: 0; }
  .p-banner .word145 {
    bottom: .3rem; }
    .p-banner .word145 img {
      height: 1.2rem; }

.p-banner-3 .wal {
  padding-top: 0; }

.p-banner2 {
  height: 4rem; }
  .p-banner2 .wal {
    height: 4rem;
    padding-top: .6rem; }

.about-1 {
  padding: .85rem .5rem; }
  .about-1.wal-full {
    margin: 0; }
  .about-1 .p-content {
    max-width: 10.4rem;
    padding-top: .85rem;
    margin: 0 auto; }

.about-2 li {
  width: 100%; }
  .about-2 li .img {
    order: 0; }
  .about-2 li .container {
    height: auto;
    padding: .65rem; }
    .about-2 li .container h3 {
      font-size: .3rem; }

.about-3 {
  padding: .5rem; }
  .about-3.wal-full {
    margin: 0; }
  .about-3 .msg {
    font-size: .28rem; }
  .about-3 .p-content {
    width: 100%;
    position: static;
    margin-left: 0;
    padding-top: .5rem; }

.about-4 {
  padding: 1.7rem .5rem 1.4rem .5rem; }

.rhdd .img {
  margin-right: -.2rem;
  margin-left: -.2rem; }
.rhdd .list {
  padding: .1rem 0 .75rem 0; }
  .rhdd .list li {
    font-size: .26rem;
    line-height: .5rem;
    width: 100%;
    padding-top: .5rem; }
    .rhdd .list li .ico {
      width: 1rem;
      height: 1rem; }

.contact .list {
  width: 100%; }
  .contact .list li {
    font-size: .26rem;
    line-height: .48rem; }
  .contact .list dl.ewm dd {
    width: 1.6rem; }
    .contact .list dl.ewm dd p {
      font-size: .24rem; }
.contact .form {
  width: 100%;
  padding-top: 1.5rem; }
  .contact .form li {
    padding-bottom: .2rem; }
    .contact .form li .ico {
      top: .22rem; }
    .contact .form li .input {
      -moz-border-radius: 0.35rem;
      -webkit-border-radius: 0.35rem;
      border-radius: 0.35rem; }
      .contact .form li .input input, .contact .form li .input textarea {
        height: .7rem;
        line-height: .7rem;
        padding-left: .6rem;
        font-size: .26rem; }
      .contact .form li .input textarea {
        height: 2rem;
        padding: .2rem .2rem .2rem .6rem;
        line-height: .3rem; }
  .contact .form .submit div input {
    font-size: .26rem;
    height: .7rem; }

.servicevip {
  padding: .8rem 0 1.1rem 0; }
  .servicevip .list:before {
    left: -.2rem;
    right: -.2rem; }
  .servicevip .list ul {
    margin-left: -.2rem; }
  .servicevip .list li {
    padding: 0 0 .8rem .2rem; }
    .servicevip .list li i {
      left: .2rem; }
  .servicevip .list2 ul {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    margin-left: 0; }
  .servicevip .list2 li {
    width: 33.333%;
    padding-left: 0; }
    .servicevip .list2 li .ico {
      width: 1.05rem;
      margin: 0 auto; }
    .servicevip .list2 li .name {
      font-size: .26rem; }

.service {
  padding: .8rem 0 1.8rem 0; }
  .service.wal {
    margin: 0; }
  .service .p-title {
    padding-left: .3rem;
    padding-right: .3rem; }
  .service .list {
    width: 100%;
    overflow: hidden;
    position: relative; }
    .service .list li .ico {
      width: 1.05rem;
      margin: 0 auto; }
    .service .list li .name {
      font-size: .28rem;
      margin-left: 0;
      margin-right: 0; }
  .service .container {
    padding-left: .3rem;
    padding-right: .3rem; }
    .service .container h3 {
      font-size: .32rem; }
    .service .container .p-content {
      font-size: .24rem;
      line-height: .46rem; }

.park {
  padding: .8rem .3rem; }
  .park .list .col {
    width: 100%; }
  .park .list .name {
    font-size: .32rem;
    padding: .2rem 0; }
  .park .list .content {
    font-size: .24rem;
    line-height: .48rem;
    padding: .2rem 0 .4rem 0; }
    .park .list .content dl dd {
      width: 33.333%; }
    .park .list .content h3 {
      font-size: .26rem; }

.p-search-class li {
  padding: 0 .2rem; }
.p-search-class a {
  width: 1.6rem;
  height: 1.6rem;
  font-size: .24rem; }
  .p-search-class a .ico {
    width: .4rem;
    height: .4rem; }

.p-nav .list li {
  margin: 0 .08rem; }
.p-nav .list a {
  height: .52rem;
  line-height: .52rem;
  font-size: .26rem;
  padding: 0 .24rem; }
.p-nav .select {
  width: 1.8rem;
  height: .56rem;
  line-height: .54rem;
  margin: 0 .1rem;
  font-size: .26rem; }
  .p-nav .select span {
    padding-left: .3rem;
    background-size: .2rem; }
  .p-nav .select .select-layer dd {
    font-size: .24rem;
    line-height: .54rem; }
.p-nav .search {
  width: 4.2rem;
  height: .54rem; }
  .p-nav .search .input input {
    height: .54rem;
    line-height: .54rem;
    font-size: .24rem; }
  .p-nav .search .submit {
    width: .8rem; }
    .p-nav .search .submit input {
      height: .54rem; }
.p-nav .lcds-btn {
  width: 2rem;
  height: .54rem;
  font-size: .26rem;
  margin-left: .2rem; }
  .p-nav .lcds-btn svg {
    width: .28rem;
    margin-right: .12rem; }

.p-nav-2 {
  padding: .35rem .2rem;
  height: auto; }
  .p-nav-2 .list {
    padding-right: 0; }
  .p-nav-2 .col {
    width: 100%;
    padding-top: .3rem; }

.news {
  padding: .5rem .3rem 0 .3rem; }
  .news .list li {
    width: 100%; }
  .news .list a {
    padding: .3rem;
    line-height: .46rem;
    font-size: .24rem; }
    .news .list a .img {
      position: relative;
      left: 0;
      top: 0;
      width: 100%;
      height: 2.8rem; }
    .news .list a .name {
      font-size: .28rem;
      height: auto;
      overflow: auto;
      margin-top: .2rem;
      margin-bottom: .1rem; }
    .news .list a p {
      color: #999;
      height: auto;
      overflow: auto; }
    .news .list a .time {
      padding-top: .2rem; }

.event {
  padding: .5rem 0 1.5rem 0; }
  .event li a {
    border-top-left-radius: 0.25rem;
    -webkit-border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    -webkit-border-top-right-radius: 0.25rem; }
    .event li a .img {
      height: 2.3rem; }
      .event li a .img em {
        width: 2.2rem;
        height: .52rem;
        line-height: .5rem;
        font-size: .24rem; }
  .event .big-img {
    width: 100%; }
    .event .big-img li {
      padding-right: 0; }
      .event .big-img li a .img {
        height: 5rem; }
      .event .big-img li a .name {
        height: 1rem;
        line-height: 1rem;
        font-size: .32rem; }
      .event .big-img li a .time {
        height: .5rem;
        font-size: .24rem; }
    .event .big-img .dots {
      right: .2rem;
      bottom: .4rem; }
  .event .list {
    width: 100%;
    padding-top: .3rem; }
    .event .list ul {
      margin-left: -.3rem; }
    .event .list li {
      width: 50%;
      padding: 0 0 .3rem .3rem; }
      .event .list li a {
        padding-bottom: .2rem; }
        .event .list li a .name {
          height: .66rem;
          line-height: .66rem;
          font-size: .26rem; }
  .event .list-full li {
    width: 50%; }

.event-show {
  font-size: .24rem; }
  .event-show .hd .title {
    font-size: .32rem;
    line-height: 1.56em; }
  .event-show .hd .info {
    padding-bottom: .25rem; }
  .event-show .content {
    font-size: .26rem;
    line-height: .48rem; }

.shop-head .list li {
  padding: 0 .5rem; }
  .shop-head .list li .big-img {
    width: 100%; }
    .shop-head .list li .big-img .dots2 {
      right: .2rem;
      justify-content: flex-end;
      -webkit-justify-content: flex-end; }
  .shop-head .list li .logo {
    top: 4.5rem; }
  .shop-head .list li .col {
    width: 100%;
    padding: 1.3rem 0 0 0; }
    .shop-head .list li .col .address {
      font-size: .24rem; }
    .shop-head .list li .col .content {
      font-size: .24rem;
      line-height: .46rem;
      padding: .3rem 0; }
.shop-head .list .arrow {
  display: none; }

.shop-list {
  padding: .5rem .2rem 0 .2rem; }
  .shop-list ul {
    margin-left: -.3rem; }
  .shop-list li {
    width: 50%;
    padding: 0 0 .3rem .3rem; }
    .shop-list li a:nth-child(1) {
      letter-spacing: 0;
      font-size: .24rem; }
      .shop-list li a:nth-child(1) .name {
        line-height: .36rem;
        padding-top: .2rem; }
    .shop-list li a.msg {
      font-size: .24rem;
      bottom: .3rem; }

#xgsh li:nth-child(5) {
  display: none; }

.shop-show-head .title {
  top: -1.8rem; }
  .shop-show-head .title p {
    font-size: .2rem;
    padding: .32rem .25rem 0 .25rem; }
.shop-show-head a.back, .shop-show-head a.next {
  font-size: .26rem;
  line-height: 1.2rem; }

.shop-show {
  padding: 0 .3rem .5rem .3rem; }
  .shop-show .img-list {
    width: 100%; }
    .shop-show .img-list li {
      height: 5rem; }
    .shop-show .img-list .num {
      font-size: .24rem; }
  .shop-show .container {
    width: 100%;
    min-height: 1rem;
    border: 0;
    border-top: #fff solid 2px;
    font-size: .24rem;
    line-height: .44rem;
    padding: 0 .3rem; }
    .shop-show .container .content {
      min-height: 1rem;
      padding: .3rem 0; }
    .shop-show .container .msg {
      padding: .3rem 0; }
    .shop-show .container .list2 {
      padding: .3rem 0; }
      .shop-show .container .list2 li {
        font-size: .24rem;
        line-height: .44rem; }
        .shop-show .container .list2 li p {
          font-size: .26rem; }

.shop-show2 .title h2 i {
  bottom: -.05rem; }
.shop-show2 .title div {
  font-size: .24rem; }
.shop-show2 .img {
  padding: .6rem 0 0 0; }
  .shop-show2 .img h2 {
    left: .3rem;
    font-size: .36rem; }

.shop-layer .container {
  padding: .25rem; }
  .shop-layer .container .side-btn {
    position: relative;
    width: 100%;
    border: 0;
    border-bottom: #e5e5e5 solid 1px; }
    .shop-layer .container .side-btn ul {
      display: flex;
      display: -webkit-flex;
      flex-direction: row-reverse;
      -webkit-flex-direction: row-reverse; }
    .shop-layer .container .side-btn li {
      width: 20%; }
    .shop-layer .container .side-btn a {
      height: .8rem;
      font-size: .3rem; }
  .shop-layer .container .shop-box {
    width: 100%;
    height: 40vh;
    padding: .2rem; }
    .shop-layer .container .shop-box .control {
      left: .2rem; }
      .shop-layer .container .shop-box .control a {
        width: .38rem;
        height: .38rem; }
  .shop-layer .container .side {
    width: 100%;
    height: 40vh;
    border: 0; }
    .shop-layer .container .side .form {
      padding: .15rem .2rem; }
      .shop-layer .container .side .form .input input {
        height: .7rem;
        line-height: .7rem;
        font-size: .24rem; }
      .shop-layer .container .side .form .submit {
        top: .15rem;
        right: .2rem;
        bottom: .15rem;
        width: 1rem; }
        .shop-layer .container .side .form .submit input {
          height: .7rem; }
    .shop-layer .container .side .list {
      top: 1rem;
      padding-top: 0; }
      .shop-layer .container .side .list li .name {
        height: .7rem;
        line-height: .7rem;
        font-size: .28rem; }
      .shop-layer .container .side .list li dl a {
        font-size: .24rem;
        height: .6rem;
        line-height: .6rem; }

#shop .tips-layer {
  font-size: .2rem;
  line-height: .22rem; }

.jqry {
  padding: 0 .15rem .5rem .15rem; }
  .jqry .list {
    width: 100%;
    overflow: hidden;
    position: relative; }
    .jqry .list li {
      padding: 0 .15rem; }
    .jqry .list a .name {
      font-size: .26rem;
      padding: .2rem 0 .1rem 0; }

.contact-layer {
  font-size: 12px; }
  .contact-layer .container {
    width: 6.9rem;
    height: 5.5rem;
    padding: 0 .5rem; }
  .contact-layer .msg {
    line-height: 1.8em; }

.servicevip-layer .container {
  width: 6.4rem;
  padding-right: .35rem; }
.servicevip-layer .row .img {
  width: 100%; }
.servicevip-layer .row .content {
  font-size: .24rem;
  line-height: 1.8em;
  width: 100%;
  padding-top: .3rem; }

.ewm-layer .container {
    width:4.5rem;
}

@media screen and (max-width: 550px) {
  .wal {
    margin: 0 .2rem; } }

.contact .list dl.ewm {
    position:initial;
}
    .contact .list dl.ewm dd {
        width:33.33%; text-align:left;
    }
    .contact .list dl.ewm dd img{
        width:90%
    }
	.g-nav .list dl{margin:0 auto;}

/*# sourceMappingURL=phone.css.map */
