a, .transition, :before, img, .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 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.flex {
  display: flex;
  display: -webkit-flex; }

.flexColumn {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column; }

.itemsCenter {
  align-items: center;
  -webkit-align-items: center; }

.justifyCenter {
  justify-content: center;
  -webkit-justify-content: center; }

.flexAround {
  justify-content: space-around;
  -webkit-justify-content: space-around; }

.flexBetween {
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.flexWrap {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

@media screen and (max-width: 800px) {
  html {
    font-size: 50px; }

  .wal {
    max-width: 8rem; }

  .phoneShow {
    display: block; }

  body.navShow {
    overflow: hidden; }
    body.navShow .head .navA {
      background-image: url("../image/close.png"); }
    body.navShow .nav {
      left: 0; }

  .headD {
    height: 1rem; }

  .head {
    position: fixed;
    z-index: 50;
    left: 0;
    top: 0;
    width: 100%; }
    .head .wal {
      height: 1rem;
      margin: 0 .3rem; }
    .head .logo {
      height: 1rem;
      justify-content: flex-start;
      -webkit-justify-content: flex-start; }
    .head .navA {
      display: block;
      position: absolute;
      z-index: 10;
      left: auto;
      right: -0.3rem;
      top: 0;
      bottom: auto;
      width: 1rem;
      height: 1rem;
      background: url("../image/navA.png") center no-repeat;
      background-size: .4rem; }

  .nav {
    position: fixed;
    height: 100%;
    overflow-y: auto;
    background: #fff;
    left: -100%;
    top: 1rem;
    padding-bottom: 1rem;
    border-top: #e8d3b2 solid 1px;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center; }
    .nav ul {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      width: 100%; }
    .nav li {
      border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
      width: 100%;
      padding: 0; }
      .nav li:before {
        display: none; }
      .nav li:last-child {
        padding-right: 0; }
    .nav a.name {
      height: 1rem;
      line-height: 1rem;
      font-size: .28rem;
      padding-left: .5rem; }
      .nav a.name:before {
        display: none; }
    .nav .list {
      background: #f5f5f5;
      display: none;
      border-top: rgba(0, 0, 0, 0.1) solid 1px;
      padding: .06rem 0; }
      .nav .list a {
        display: block;
        font-size: .24rem;
        height: .8rem;
        line-height: .8rem;
        padding-left: .5rem; }
    .nav .list2 .name {
      display: flex;
      display: -webkit-flex;
      align-items: center;
      -webkit-align-items: center;
      height: .8rem;
      border-bottom: #eee solid 1px;
      font-size: .26rem;
      padding-left: .5rem; }
    .nav .list2 dl {
      display: flex;
      display: -webkit-flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      padding-bottom: .15rem; }
    .nav .list2 dd {
      min-width: 33.333%; }
    .nav .list3 .title {
      display: none; }
    .nav .list3 dl {
      display: flex;
      display: -webkit-flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; }
    .nav .list3 dd {
      width: 50%; }
    .nav .list3 a {
      display: flex;
      display: -webkit-flex;
      align-items: center;
      -webkit-align-items: center; }
      .nav .list3 a .img {
        width: .4rem;
        height: .4rem;
        position: relative;
        margin-right: .1rem;
        line-height: 0; }
        .nav .list3 a .img img:nth-child(2) {
          display: none; }
      .nav .list3 a .name span {
        display: none; }
    .nav .search {
      position: fixed;
      z-index: 50;
      top: 0;
      right: 1rem; }
      .nav .search a {
        background-size: .3rem;
        width: 1rem;
        height: 1rem; }
      .nav .search .form .box {
        height: 1rem; }
      .nav .search .form .input input {
        height: 1rem;
        line-height: 1rem;
        font-size: .24rem;
        padding-left: .3rem; }
      .nav .search .form .submit {
        width: 1.5rem;
        height: .6rem;
        margin-top: -.3rem;
        right: .3rem; }
        .nav .search .form .submit input {
          height: .6rem;
          font-size: .24rem; }
      .nav .search:hover .form {
        top: 1rem; }

  .head.on .nav {
    justify-content: center;
    -webkit-justify-content: center; }

  .foot {
    padding: 0 .3rem; }
    .foot .wal {
      padding: .5rem 0 .3rem 0; }
    .foot .logo {
      padding: 0 0 .3rem 0; }
    .foot .msg {
      line-height: .8rem;
      font-size: .22rem; }
    .foot .btn {
      position: relative;
      top: 0;
      right: 0; }
      .foot .btn dl {
        justify-content: center;
        -webkit-justify-content: center; }
      .foot .btn dd {
        padding: 0 .16rem;
        margin: 0; }

  a.topA, .backA {
    right: .2rem; }

  /*pgae*/
  .gift_01 .title div {
    font-size: .28rem; }
  .gift_01 .msg {
    font-size: .24rem;
    line-height: .44rem;
    padding-bottom: .5rem; }
  .gift_01 .list {
    padding-bottom: .2rem; }
    .gift_01 .list ul {
      justify-content: center;
      -webkit-justify-content: center;
      margin-left: -.3rem;
      margin-right: -.3rem; }
    .gift_01 .list li {
      width: 33.333%;
      padding-bottom: .3rem; }
      .gift_01 .list li .name {
        line-height: .4rem;
        padding: .2rem 0; }
        .gift_01 .list li .name div {
          font-size: .28rem; }
        .gift_01 .list li .name span {
          font-size: .2rem;
          line-height: 1.5em; }
    .gift_01 .list li:nth-child(4), .gift_01 .list li:nth-child(5) {
      width: 45%; }

  .gift_01-2 .list li {
    width: 50%; }
  .gift_01-2 .list li:nth-child(4), .gift_01-2 .list li:nth-child(5) {
    width: 50%; }

  .gift_01-3 .list {
    margin-right: 0;
    margin-left: 0; }
    .gift_01-3 .list li {
      width: 33.333%; }
    .gift_01-3 .list li:nth-child(4), .gift_01-3 .list li:nth-child(5) {
      width: 33.333%; }

  .gift .box {
    padding: .8rem .3rem .5rem .3rem; }
    .gift .box .title {
      padding-top: .3rem; }
      .gift .box .title .name div {
        font-size: .32rem; }
      .gift .box .title .name span {
        font-size: .24rem; }
      .gift .box .title .price {
        font-size: .32rem; }
    .gift .box .content {
      font-size: .22rem;
      line-height: 1.8em; }
    .gift .box .btn a {
      font-size: .28rem;
      width: 3rem;
      height: .7rem;
      line-height: .7rem; }
  .gift .list {
    min-height: 1rem;
    padding-bottom: .5rem; }
    .gift .list .title div {
      font-size: .32rem; }
    .gift .list .title span {
      font-size: .24rem; }

  .giftOdd .box .img {
    order: 0; }

  .guide_01 {
    font-size: .24rem;
    line-height: 2em;
    padding: .9rem 0 .5rem 0; }
    .guide_01 .col {
      width: 100%;
      padding-bottom: .3rem; }

  .pageTitle:before {
    width: 1.4rem;
    margin-left: -.7rem; }
  .pageTitle div {
    font-size: .4rem; }
  .pageTitle span {
    font-size: .26rem; }

  .guide_02 {
    margin-right: -.3rem;
    margin-left: -.3rem; }
    .guide_02 .list ul {
      justify-content: center;
      -webkit-justify-content: center; }
    .guide_02 .list li {
      width: 33.333%;
      padding-bottom: .3rem; }
      .guide_02 .list li .name {
        line-height: .4rem;
        padding: .2rem 0; }
        .guide_02 .list li .name div {
          font-size: .28rem; }
        .guide_02 .list li .name span {
          font-size: .2rem; }
    .guide_02 .list li:nth-child(4), .guide_02 .list li:nth-child(5) {
      width: 45%; }

  .guide_03 li {
    width: 100%;
    padding-bottom: 1.4rem; }
    .guide_03 li .box {
      min-height: 5.31rem; }
    .guide_03 li .msg div {
      font-size: .24rem;
      line-height: 1.8em; }
    .guide_03 li .msg p {
      font-size: .22rem;
      line-height: 1.8em; }
    .guide_03 li .img {
      width: 5.33rem; }
  .guide_03 li.li_01 {
    padding-bottom: 1.4rem; }
    .guide_03 li.li_01:before {
      top: auto;
      bottom: 0;
      width: 3rem;
      margin-left: -3rem;
      height: 1.4rem;
      transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg); }
  .guide_03 li.li_02 {
    position: relative;
    top: 0; }
    .guide_03 li.li_02:before {
      top: auto;
      right: 0;
      width: 3rem;
      bottom: 0;
      height: 1.4rem;
      transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg); }
  .guide_03 li.li_03 {
    padding-bottom: 1.4rem; }
    .guide_03 li.li_03:before {
      height: 1.4rem;
      left: 0;
      width: 3rem; }
    .guide_03 li.li_03 .box {
      width: 100%; }
    .guide_03 li.li_03 .msg div {
      padding-bottom: .2rem; }
    .guide_03 li.li_03 .imgList {
      position: relative;
      width: 100%;
      padding: .2rem 0 0 0; }
      .guide_03 li.li_03 .imgList dl {
        margin-left: -.7rem; }
      .guide_03 li.li_03 .imgList dd {
        padding: .3rem 0 0 .3rem; }
  .guide_03 li.li_04:before {
    top: auto;
    bottom: 0;
    left: 0;
    width: 3rem;
    height: 1.4rem;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg); }
  .guide_03 li.li_04 .img {
    left: auto;
    right: 0; }
  .guide_03 li.li_05 .img {
    left: auto;
    right: 0; }

  .guide_05 p {
    font-size: .22rem;
    line-height: 1.8em;
    text-align: left; }
  .guide_05 .btn a {
    width: 2.6rem;
    height: .7rem;
    font-size: .26rem; }
    .guide_05 .btn a img {
      width: .26rem;
      margin-right: .12rem; }

  .giftLayer {
    align-items: flex-start;
    -webkit-align-items: flex-start;
    overflow-y: auto; }
    .giftLayer.scrollY {
      padding: 0; }
    .giftLayer .container {
      width: 7.5rem;
      min-height: 100vh; }
      .giftLayer .container a.close {
        width: 1rem;
        height: 1.24rem;
        background-image: url("../image/close.png");
        background-size: .5rem;
        right: 0; }

  /**/
  .giftBox {
    padding: 0; }
    .giftBox .title {
      margin-right: 0; }
      .giftBox .title .name {
        font-size: .24rem; }
        .giftBox .title .name div {
          font-size: .32rem; }
    .giftBox .msg {
      line-height: 1rem;
      font-size: .24rem; }
    .giftBox .list {
      padding: 0 .3rem 0 .3rem; }
      .giftBox .list ul {
        margin-left: -.4rem; }
      .giftBox .list li {
        width: 50%;
        padding: 0 0 .4rem .4rem; }
        .giftBox .list li .img em {
          width: 1.5rem;
          height: .5rem;
          line-height: .5rem;
          font-size: .2rem;
          margin-left: -.75rem;
          margin-top: -.25rem; }
        .giftBox .list li .name {
          font-size: .24rem; }
        .giftBox .list li .price {
          font-size: .24rem; }

  /**/
  .giftLayer .step-2 .listDiv {
    width: 100%;
    padding: 0; }
    .giftLayer .step-2 .listDiv .title {
      font-size: .26rem;
      line-height: .9rem;
      border: 0; }
    .giftLayer .step-2 .listDiv .list {
      margin: 0; }
    .giftLayer .step-2 .listDiv .list-wrapper li .img {
      height: 1.4rem; }
      .giftLayer .step-2 .listDiv .list-wrapper li .img img {
        max-height: .8rem;
        max-width: .7rem; }
    .giftLayer .step-2 .listDiv .list-wrapper li .name {
      font-size: .22rem;
      line-height: .32rem; }
    .giftLayer .step-2 .listDiv .list-wrapper li .more {
      top: -.03rem;
      padding-bottom: .23rem; }
      .giftLayer .step-2 .listDiv .list-wrapper li .more a {
        width: 1rem;
        height: .32rem;
        line-height: .32rem;
        font-size: .2rem; }

  /**/
  .giftLayer .step-3 .listDiv {
    width: 100%;
    padding: 0; }
    .giftLayer .step-3 .listDiv .title {
      font-size: .26rem;
      line-height: .9rem;
      border: 0; }
    .giftLayer .step-3 .listDiv .list {
      padding: 0 .4rem; }
      .giftLayer .step-3 .listDiv .list .name {
        font-size: .24rem;
        height: .7rem;
        line-height: .7rem; }

  /**/
  .giftLayer .step-4 .listDiv {
    width: 100%;
    padding: 0; }
    .giftLayer .step-4 .listDiv .title {
      font-size: .26rem;
      line-height: .9rem;
      border: 0; }
    .giftLayer .step-4 .listDiv .list {
      padding: 0 .4rem; }
      .giftLayer .step-4 .listDiv .list li {
        min-height: 1.21rem; }
        .giftLayer .step-4 .listDiv .list li .img {
          width: .8rem; }
        .giftLayer .step-4 .listDiv .list li .name {
          height: 1.2rem;
          line-height: 1.2rem;
          padding-left: 1rem;
          font-size: .24rem; }
      .giftLayer .step-4 .listDiv .list .numInput div {
        width: .7rem;
        height: .7rem; }
      .giftLayer .step-4 .listDiv .list .numInput input {
        height: .68rem;
        line-height: .68rem;
        font-size: .24rem; }
      .giftLayer .step-4 .listDiv .list .msg {
        line-height: .8rem;
        font-size: .24rem; }
    .giftLayer .step-4 .listDiv .form {
      padding: 0 .4rem .3rem .4rem; }
      .giftLayer .step-4 .listDiv .form .title2 {
        font-size: .28rem; }
        .giftLayer .step-4 .listDiv .form .title2 img {
          width: .22rem; }
      .giftLayer .step-4 .listDiv .form .input textarea {
        height: 2.2rem;
        font-size: .22rem;
        line-height: .4rem; }
      .giftLayer .step-4 .listDiv .form .submit {
        width: 1.6rem;
        bottom: .5rem; }
        .giftLayer .step-4 .listDiv .form .submit input {
          height: .6rem;
          font-size: .26rem; }

  /**/
  .giftLayer .step-5 .listDiv {
    width: 100%;
    padding: 0 .4rem; }
    .giftLayer .step-5 .listDiv .title {
      font-size: .26rem;
      line-height: .9rem; }
    .giftLayer .step-5 .listDiv .form li {
      padding-bottom: .3rem; }
    .giftLayer .step-5 .listDiv .form .input {
      min-height: .7rem; }
      .giftLayer .step-5 .listDiv .form .input .ico {
        width: .3rem;
        top: .2rem; }
      .giftLayer .step-5 .listDiv .form .input input {
        height: .7rem;
        line-height: .7rem;
        font-size: .24rem;
        padding-left: .7rem; }
      .giftLayer .step-5 .listDiv .form .input .btn {
        width: 1.5rem;
        height: .5rem;
        font-size: .24rem; }
    .giftLayer .step-5 .listDiv .form .select span {
      line-height: .7rem;
      font-size: .24rem; }
    .giftLayer .step-5 .listDiv .form .select dl {
      height: 3rem; }
    .giftLayer .step-5 .listDiv .form .select dd {
      height: .6rem;
      line-height: .6rem;
      font-size: .22rem; }
    .giftLayer .step-5 .listDiv .form .li_01 .select:nth-child(1) {
      padding-left: .7rem; }

  /**/
  .giftLayer .step-6 .listDiv {
    width: 100%;
    padding: 0 .4rem; }
    .giftLayer .step-6 .listDiv .title {
      font-size: .26rem;
      line-height: .9rem; }
    .giftLayer .step-6 .listDiv .fl {
      width: 1.3rem; }
      .giftLayer .step-6 .listDiv .fl p {
        font-size: .22rem; }
    .giftLayer .step-6 .listDiv .fr {
      width: 5rem;
      padding-bottom: .2rem; }
      .giftLayer .step-6 .listDiv .fr .price {
        font-size: .52rem; }
      .giftLayer .step-6 .listDiv .fr p {
        font-size: .24rem;
        line-height: 1.8em; }

  /**/
  .giftLayer .step-7 .msg {
    font-size: .24rem;
    line-height: .44rem; }
  .giftLayer .step-7 .btn a {
    width: 3rem;
    height: .8rem;
    line-height: .8rem;
    font-size: .26rem; }

  .giftLayerSide {
    width: 100%;
    min-height: 1rem;
    padding: 0 .3rem; }
    .giftLayerSide .title .name {
      font-size: .24rem; }
      .giftLayerSide .title .name div {
        font-size: .32rem; }
    .giftLayerSide .tips {
      padding: .3rem 0 .3rem 1rem; }
      .giftLayerSide .tips div {
        width: .8rem;
        height: .8rem;
        line-height: .8rem;
        font-size: .32rem;
        top: .3rem; }
      .giftLayerSide .tips p {
        font-size: .22rem;
        line-height: .4rem;
        min-height: .8rem; }
        .giftLayerSide .tips p.p-1 {
          padding: .2rem 0; }
    .giftLayerSide .imgList {
      padding: .9rem 0 0 .95rem;
      width: 4.8rem;
      margin: 0 auto; }
      .giftLayerSide .imgList .bg, .giftLayerSide .imgList ul {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2); }
      .giftLayerSide .imgList .msg {
        position: relative;
        bottom: 0;
        font-size: .22rem;
        line-height: 1.8em;
        padding: .7rem 0 .2rem 0;
        width: auto;
        margin-left: -1.95rem;
        margin-right: -1rem; }
    .giftLayerSide .bigImg p {
      line-height: .7rem;
      font-size: .24rem; }
    .giftLayerSide .btn {
      padding: .2rem 0 .6rem 0; }
      .giftLayerSide .btn a.next {
        min-width: 3.5rem;
        height: .7rem;
        line-height: .7rem;
        font-size: .26rem; }
      .giftLayerSide .btn a.prev {
        font-size: .26rem;
        padding: .3rem 0 .2rem 0; }

  /*-------------------------------*/
  .indexFlash li {
    height: 4rem; }
  .indexFlash .arrow.prev {
    left: .3rem; }
  .indexFlash .arrow.next {
    right: .3rem; }

  .indexLayer .container {
    width: 7rem; }
    .indexLayer .container a.close {
      right: 0;
      top: -.8rem; }
    .indexLayer .container .box {
      height: 3.88rem;
      font-size: .24rem; }
    .indexLayer .container .form .input input {
      height: .7rem;
      line-height: .7rem;
      font-size: .24rem; }
    .indexLayer .container .form .submit input {
      height: .7rem;
      font-size: .26rem; }
    .indexLayer .container .msg p {
      font-size: .24rem;
      line-height: .44rem; }
    .indexLayer .container .msg .btn a {
      height: .7rem;
      line-height: .7rem;
      font-size: .26rem; }

  .indexPart1 {
    padding: .6rem .3rem .3rem .3rem; }
    .indexPart1 li {
      width: 100%; }
      .indexPart1 li.li_02, .indexPart1 li.li_03 {
        width: 100%; }
    .indexPart1 .box {
      height: 3.6rem; }
      .indexPart1 .box a.name em {
        font-size: .24rem; }
      .indexPart1 .box .layer h2 {
        padding: .7rem 0 .4rem 0; }
      .indexPart1 .box .layer dl a {
        font-size: .26rem; }
        .indexPart1 .box .layer dl a em {
          font-size: .2rem; }
      .indexPart1 .box a.title .col {
        font-size: .22rem; }
      .indexPart1 .box a.title h3 {
        font-size: .22rem; }

  .pageTitle2 div {
    font-size: .28rem; }

  .indexPart2 {
    margin: 0 .3rem;
    background-size: 0; }
    .indexPart2 .container {
      height: 4rem;
      width: 100%;
      text-align: center; }
    .indexPart2 .pageTitle2 {
      text-align: center; }
    .indexPart2 .msg {
      font-size: .22rem;
      line-height: .4rem; }
    .indexPart2 a.btn {
      width: 2.4rem;
      height: .6rem;
      line-height: .6rem;
      font-size: .24rem;
      margin: 0 auto; }

  .indexPart3 {
    padding: 0 .3rem; }
    .indexPart3 li {
      padding: 0 0 .3rem .3rem;
      width: 50%; }
      .indexPart3 li .name {
        padding-top: .3rem; }
        .indexPart3 li .name a {
          font-size: .24rem; }
      .indexPart3 li .price {
        font-size: .22rem; }

  .giftClass {
    position: fixed;
    z-index: 40;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding-left: 20%;
    opacity: 0;
    visibility: hidden; }
    .giftClass.show {
      opacity: 1;
      visibility: visible; }
    .giftClass a.close {
      display: block;
      width: 20%;
      height: 1rem;
      background: url("../image/close50.png") center no-repeat;
      background-size: .5rem;
      position: absolute;
      z-index: 10;
      left: 0;
      right: auto;
      top: 1rem;
      bottom: auto; }
    .giftClass dd a {
      height: .52rem;
      line-height: .52rem;
      font-size: .24rem; }
    .giftClass .list.wal {
      margin: 0; }
    .giftClass .list {
      padding: 1.1rem 0 .3rem 0;
      background: #f2f2f2;
      min-height: 100vh; }
      .giftClass .list li {
        width: 100%;
        border-bottom: #ddd solid 1px;
        padding: 0 0 .2rem .3rem; }
        .giftClass .list li .name {
          font-size: .26rem;
          line-height: .4rem; }
        .giftClass .list li dl {
          display: flex;
          display: -webkit-flex;
          flex-wrap: wrap;
          -webkit-flex-wrap: wrap; }
        .giftClass .list li dd {
          min-width: 33.333%;
          padding-right: .3rem; }

  .giftList ul {
    margin-left: -.3rem; }
  .giftList li {
    padding: 0 0 .3rem .3rem;
    width: 50%; }
    .giftList li .name {
      padding-top: .3rem; }
      .giftList li .name a {
        font-size: .24rem; }
    .giftList li .price {
      font-size: .22rem; }

  .giftShow .imgBox {
    width: 100%; }
  .giftShow .container {
    width: 100%; }
    .giftShow .container .title {
      font-size: .26rem;
      padding: .4rem 0 .15rem 0; }
      .giftShow .container .title h2 {
        font-size: .32rem; }
    .giftShow .container .msg {
      font-size: .24rem; }
    .giftShow .container .price {
      font-size: .36rem; }
    .giftShow .container .content {
      font-size: .24rem;
      line-height: .44rem; }
    .giftShow .container .btn a {
      width: 2.4rem;
      height: .7rem;
      font-size: .26rem; }
      .giftShow .container .btn a img {
        width: .3rem; }

  .giftShow2 li {
    width: 50%; }
    .giftShow2 li .msg {
      font-size: .22rem;
      line-height: .4rem; }

  .giftBtn {
    padding: .7rem 0; }
    .giftBtn a {
      width: 2.4rem;
      height: .7rem;
      font-size: .26rem;
      margin: 0 .3rem; }
      .giftBtn a img {
        width: .3rem; }

  .giftImgShow .title {
    font-size: .24rem; }
  .giftImgShow .list ul {
    margin-left: -.3rem; }
  .giftImgShow .list li {
    padding: 0 0 .3rem .3rem; }
    .giftImgShow .list li .content, .giftImgShow .list li .msg {
      font-size: .24rem;
      line-height: .44rem; }
  .giftImgShow .list li:nth-child(2) {
    order: -1;
    width: 100%; }

  .packing_01 .content {
    font-size: .24rem;
    line-height: .44rem;
    padding-bottom: .2rem; }
    .packing_01 .content .col {
      width: 100%;
      padding-bottom: .2rem; }
  .packing_01 .arrow.prev {
    left: .1rem; }
  .packing_01 .arrow.next {
    right: .1rem; }

  .pageTitle3 div {
    font-size: .28rem; }

  .packing_02 .box {
    padding-bottom: .3rem; }
    .packing_02 .box .num {
      font-size: .24rem; }
    .packing_02 .box .title {
      font-size: .26rem; }
      .packing_02 .box .title div {
        font-size: .32rem;
        line-height: .48rem; }
    .packing_02 .box .content {
      font-size: .24rem;
      line-height: .4rem; }
  .packing_02 .col-1 {
    width: 100%; }
    .packing_02 .col-1 .img {
      left: .3rem;
      bottom: .3rem;
      display: none; }
  .packing_02 ul {
    width: 100%; }
  .packing_02 li {
    width: 100%;
    padding: 0; }

  .packing_03 .title {
    font-size: .26rem; }
    .packing_03 .title div {
      font-size: .32rem;
      line-height: .44rem; }
  .packing_03 .content {
    font-size: .24rem;
    line-height: .44rem; }
    .packing_03 .content .col {
      width: 100%; }
    .packing_03 .content .col:nth-child(1) {
      padding-bottom: .2rem; }

  .packing_04 .row .imgList {
    width: 100%; }
  .packing_04 .row .container {
    width: 100%;
    padding: .3rem .6rem; }
    .packing_04 .row .container .name {
      font-size: .26rem; }
      .packing_04 .row .container .name em {
        line-height: .32rem; }
    .packing_04 .row .container .btn a {
      font-size: .24rem;
      line-height: .4rem; }
  .packing_04 .row.row-2 .container {
    order: 1; }

  .pageTitle4 {
    font-size: .26rem; }
    .pageTitle4 div {
      font-size: .32rem; }

  .packingShow ul {
    margin-left: -.3rem; }
  .packingShow li {
    padding: 0 0 .3rem .3rem; }

  .project_01 .img2 {
    width: 100%; }
  .project_01 .content {
    width: 100%;
    padding: 0 0 .4rem 0;
    font-size: .24rem;
    line-height: .44rem; }

  .project_02 li {
    width: 50%; }
    .project_02 li .name {
      font-size: .22rem;
      line-height: .4rem;
      letter-spacing: 0; }
      .project_02 li .name div {
        font-size: .24rem; }

  .srdz_01 {
    padding: 0;
    background-size: 0; }
    .srdz_01 .title {
      padding-top: .4rem; }
      .srdz_01 .title h2 {
        font-size: .2rem;
        line-height: .26rem; }
      .srdz_01 .title div {
        font-size: .24rem;
        line-height: .4rem;
        letter-spacing: 0; }
    .srdz_01 .content {
      font-size: .22rem;
      line-height: .4rem;
      width: 100%;
      padding-right: .3rem; }

  .srdz_02 li {
    padding: 1.2rem 0 0 .7rem; }
    .srdz_02 li .title img {
      width: .5rem; }
    .srdz_02 li .title em {
      font-size: .26rem; }
    .srdz_02 li .title h5 {
      font-size: .22rem; }
    .srdz_02 li .content {
      font-size: .22rem;
      line-height: .4rem; }
      .srdz_02 li .content .col {
        width: 100%; }
      .srdz_02 li .content .col:nth-child(1) {
        padding-bottom: .2rem; }

  .srdz_03 .content {
    font-size: .24rem;
    line-height: .44rem; }
    .srdz_03 .content .col {
      width: 100%; }
    .srdz_03 .content .col:nth-child(1) {
      padding-bottom: .2rem; }

  .jjzs li {
    width: 50%; }
    .jjzs li .name a {
      font-size: .24rem; }
    .jjzs li .price {
      font-size: .24rem;
      line-height: .5rem; }

  .jjzsShow_01 .name {
    font-size: .26rem; }
  .jjzsShow_01 a {
    width: 2.2rem;
    height: .6rem;
    font-size: .24rem; }
    .jjzsShow_01 a img {
      width: .3rem; }

  .jjzsShow_02 ul {
    margin-left: -.3rem; }
  .jjzsShow_02 li {
    padding: 0 0 .3rem .3rem; }
  .jjzsShow_02 .content {
    font-size: .24rem;
    line-height: .44rem; }
  .jjzsShow_02 li:nth-child(2) {
    order: -1;
    width: 100%; }

  .corporate_01 .content {
    font-size: .24rem;
    line-height: .4rem;
    padding-bottom: .4rem; }
    .corporate_01 .content .col {
      width: 100%; }
    .corporate_01 .content .col:nth-child(1) {
      padding-bottom: .2rem; }
  .corporate_01 .container {
    margin-left: -.3rem;
    margin-right: -.3rem;
    padding-right: .3rem;
    padding-left: .3rem; }
    .corporate_01 .container p {
      font-size: .22rem;
      line-height: .4rem; }

  .corporate_02 .content {
    font-size: .24rem;
    line-height: .4rem;
    padding-bottom: .4rem; }
    .corporate_02 .content .col {
      width: 100%; }
    .corporate_02 .content .col:nth-child(1) {
      padding-bottom: .2rem; }
  .corporate_02 .container {
    padding: .6rem .3rem;
    margin-right: -.3rem;
    margin-left: -.3rem; }
    .corporate_02 .container .msg2 {
      width: 4rem;
      left: .3rem; }
      .corporate_02 .container .msg2 div {
        font-size: .26rem; }
      .corporate_02 .container .msg2 em {
        font-size: .24rem;
        line-height: .42rem; }

  .corporate_03 {
    padding-bottom: .6rem; }
    .corporate_03 .title {
      font-size: .26rem; }
      .corporate_03 .title img {
        width: .45rem; }
      .corporate_03 .title h2 {
        font-size: .22rem; }
    .corporate_03 .content {
      font-size: .24rem;
      line-height: .44rem; }
    .corporate_03 .box-1 .content {
      width: 100%; }
    .corporate_03 .box-1 .img {
      position: relative;
      width: 100%;
      padding: .4rem 0; }
    .corporate_03 .box-2 {
      padding-bottom: .6rem; }
      .corporate_03 .box-2 .img {
        width: 100%;
        padding-bottom: .4rem; }
      .corporate_03 .box-2 .content {
        width: 100%; }
    .corporate_03 .imgList {
      position: relative; }
      .corporate_03 .imgList .arrow.prev {
        left: .2rem; }
      .corporate_03 .imgList .arrow.next {
        right: .2rem; }
    .corporate_03 .content2 {
      font-size: .24rem;
      line-height: .44rem;
      padding: .6rem 0 .4rem 0; }
      .corporate_03 .content2 .col {
        width: 100%; }
      .corporate_03 .content2 .col:nth-child(1) {
        padding-bottom: .2rem; }

  .corporate_04 {
    padding-left: .3rem; }
    .corporate_04 .col {
      width: 100%; }
    .corporate_04 .title {
      font-size: .26rem;
      line-height: .4rem;
      padding: .15rem .2rem; }
    .corporate_04 .msg {
      font-size: .22rem;
      padding-top: .2rem; }
    .corporate_04 .title2 {
      height: 1.2rem;
      width: 100%; }
      .corporate_04 .title2.title2-3 {
        height: 1.5rem; }
      .corporate_04 .title2 div {
        font-size: .24rem;
        line-height: .36rem; }
    .corporate_04 .list li:after {
      height: 100%; }
    .corporate_04 .list a {
      height: .9rem; }
      .corporate_04 .list a img {
        width: .4rem; }
      .corporate_04 .list a div {
        font-size: .22rem;
        line-height: .32rem; }
    .corporate_04 .col-2 {
      padding-top: .5rem; }
      .corporate_04 .col-2 .list a {
        width: 100%; }

  .xzlg li .img {
    width: 100%;
    padding-bottom: .4rem; }
  .xzlg li .box {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center; }
  .xzlg li .ewm {
    width: 3.2rem; }
  .xzlg li .info {
    padding: 0 0 0 .3rem; }
    .xzlg li .info div {
      font-size: .22rem;
      line-height: .32rem; }
  .xzlg li:nth-child(even) .box {
    order: 1; }

  .pageSearch .wal {
    height: 1rem; }
  .pageSearch .input input {
    font-size: .24rem;
    height: 1rem;
    line-height: 1rem; }
  .pageSearch .submit {
    width: 1.2rem;
    height: .54rem;
    margin-top: -.27rem; }
    .pageSearch .submit input {
      height: .54rem;
      font-size: .24rem; }

  .about_01 .title div {
    font-size: .26rem; }
  .about_01 .msg {
    font-size: .22rem;
    line-height: .4rem; }

  .about_02 .content {
    font-size: .24rem;
    line-height: .44rem; }
    .about_02 .content .col {
      width: 100%; }
    .about_02 .content .col:nth-child(1) {
      padding-bottom: .2rem; }
  .about_02 .row .content2 {
    font-size: .24rem;
    line-height: .44rem;
    width: 100%;
    padding-bottom: .5rem; }
  .about_02 .row .img2 {
    width: 100%; }
  .about_02 .row2 .col {
    width: 100%; }
  .about_02 .row2 .content2 {
    font-size: .24rem;
    line-height: .44rem;
    width: 100%;
    margin-top: .5rem;
    padding-bottom: .5rem; }
  .about_02 .row2 .img2 {
    width: 100%; }

  .about_03 .arrow.prev {
    left: .25rem; }
  .about_03 .arrow.next {
    right: .25rem; }
  .about_03 .content {
    font-size: .24rem;
    line-height: .44rem; }
    .about_03 .content .col {
      width: 100%; }
    .about_03 .content .col:nth-child(1) {
      padding-bottom: .2rem; }

  .about_04 .list {
    width: 100%; }
    .about_04 .list li {
      min-height: .8rem;
      padding-bottom: .4rem; }
    .about_04 .list li:nth-child(2) {
      padding-top: .4rem; }
    .about_04 .list .name em {
      font-size: .26rem; }
    .about_04 .list .name h5 {
      font-size: .22rem; }
    .about_04 .list dd {
      padding: 0 0 .2rem .75rem;
      min-height: .9rem; }
      .about_04 .list dd img {
        width: .6rem; }
      .about_04 .list dd p {
        font-size: .24rem;
        line-height: .4rem;
        padding-top: .1rem; }
  .about_04 .bigImg {
    width: 100%; } }
@media screen and (max-width: 550px) {
  .wal {
    margin: 0 .3rem; } }

/*# sourceMappingURL=phone.css.map */
