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; }

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

  .headD {
    height: 1rem; }

  .head .wal {
    min-height: 1rem;
    margin: 0 .3rem; }
  .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; }
  .head .search {
    right: 1.9rem;
    width: .3rem;
    height: 1rem; }
    .head .search .input {
      height: .6rem;
      margin-top: -.3rem; }
      .head .search .input input {
        height: .6rem;
        line-height: .6rem;
        font-size: .22rem; }
    .head .search .submit {
      background-size: .3rem;
      width: .7rem; }
      .head .search .submit input {
        height: 1rem; }
    .head .search:hover .input {
      width: 3rem; }
  .head .language {
    height: 1rem;
    font-size: .24rem;
    right: .7rem; }
    .head .language a.on {
      font-size: .28rem; }

  .nav {
    position: fixed;
    height: 100%;
    overflow-y: auto;
    width: 100%;
    background: #fff;
    right: -100%;
    top: 1rem;
    padding-bottom: 1rem; }
    .nav li {
      border-top: #eee solid 1px;
      width: 100%;
      margin: 0; }
    .nav a.name {
      height: 1rem;
      line-height: 1rem;
      font-size: .26rem;
      padding-left: .5rem; }
    .nav .list {
      border-top: #eee solid 1px;
      padding: .15rem 0;
      display: none; }
      .nav .list a {
        display: block;
        font-size: .24rem;
        height: .8rem;
        line-height: .8rem;
        padding-left: .5rem; }

  .foot .msg {
    width: 100%;
    padding-top: .2rem; }
    .foot .msg li {
      min-height: .42rem;
      padding: 0 0 .2rem .4rem; }
      .foot .msg li img {
        width: .26rem;
        top: 0; }
      .foot .msg li p {
        font-size: .22rem; }
  .foot .list {
    position: relative;
    left: 0;
    width: 100%;
    padding-bottom: .3rem; }
    .foot .list ul {
      justify-content: space-between;
      -webkit-justify-content: space-between; }
    .foot .list li {
      padding-right: 0; }
    .foot .list h5 {
      font-size: .24rem;
      padding: .3rem 0 .15rem 0; }
    .foot .list dd a {
      font-size: .22rem;
      height: .55rem;
      line-height: .55rem; }
  .foot .ewm p {
    font-size: .22rem;
    line-height: .6rem; }
  .foot a.topA {
    width: .6rem;
    height: .6rem; }

  .footMsg {
    font-size: .22rem;
    padding: .2rem 0;
    line-height: .44rem; }
    .footMsg .list {
      width: 100%;
      font-size: .24rem;
      padding-bottom: .1rem; }
      .footMsg .list dd:before {
        height: .17rem; }
      .footMsg .list dd .name {
        height: .44rem; }
      .footMsg .list dd .layer {
        width: 4rem;
        margin-left: -2rem; }
        .footMsg .list dd .layer .scroll {
          height: 3.5rem; }
        .footMsg .list dd .layer a {
          font-size: .22rem;
          height: .7rem;
          line-height: .7rem; }
    .footMsg .msg {
      width: 100%; }
      .footMsg .msg dd {
        padding: 0 .28rem 0 0; }

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

  .indexPart1 .title {
    height: 1.58rem;
    width: 1.5rem; }
    .indexPart1 .title h2 {
      font-size: .26rem; }
    .indexPart1 .title h3 {
      font-size: .2rem; }
    .indexPart1 .title .more a {
      font-size: .22rem; }
  .indexPart1 .col-1 {
    width: 100%;
    padding: 0 0 .3rem 1.8rem; }
    .indexPart1 .col-1 li {
      line-height: .52rem;
      font-size: .2rem; }
      .indexPart1 .col-1 li a {
        height: .52rem;
        font-size: .22rem; }
  .indexPart1 .col-2 {
    width: 100%;
    padding: 0 0 .5rem 1.8rem; }
    .indexPart1 .col-2 .img {
      width: 5rem;
      margin-left: 0; }

  .indexTitle {
    padding: .55rem 0 0 .78rem;
    margin-left: .47rem; }
    .indexTitle div {
      font-size: .2rem; }

  .indexPart2 {
    padding-bottom: .5rem; }
    .indexPart2 .list {
      width: 100%; }
      .indexPart2 .list ul {
        display: flex;
        display: -webkit-flex; }
      .indexPart2 .list li {
        height: 3.2rem;
        width: 50%; }
        .indexPart2 .list li:after {
          left: 1.5rem; }
        .indexPart2 .list li .name {
          width: 1.5rem; }
        .indexPart2 .list li dl a {
          font-size: .2rem;
          height: .4rem;
          line-height: .4rem; }
      .indexPart2 .list li.li_02 {
        height: 3.2rem; }
    .indexPart2 .imgList {
      position: relative;
      width: 100%; }
      .indexPart2 .imgList a.more {
        width: 1.4rem;
        height: .6rem;
        line-height: .58rem;
        font-size: .22rem; }
    .indexPart2 .slogan {
      margin-right: .5rem; }

  .indexPart3 {
    padding-bottom: 1rem; }
    .indexPart3 .wal {
      padding: 1rem 0 .5rem 0;
      min-height: 1rem; }
    .indexPart3 .msg {
      font-size: .24rem;
      line-height: .44rem;
      width: 100%; }
    .indexPart3 .list ul {
      display: flex;
      display: -webkit-flex;
      margin-left: -.3rem;
      margin-right: -.15rem; }
    .indexPart3 .list li {
      padding-left: .15rem;
      width: 33.333%; }
      .indexPart3 .list li .img {
        margin-right: .1rem; }
      .indexPart3 .list li h5 {
        font-size: .24rem; }
      .indexPart3 .list li p {
        font-size: .18rem; }
    .indexPart3 .mapList {
      width: 8rem;
      height: 4.8rem;
      position: relative;
      top: 0;
      right: -.3rem;
      margin-right: 0; }
      .indexPart3 .mapList .slogan {
        width: 1.37rem;
        right: 1rem; }
      .indexPart3 .mapList ul {
        width: 5rem;
        height: 4.13rem;
        left: .3rem; }
      .indexPart3 .mapList li {
        margin-left: -2rem;
        margin-top: -1.8rem; }
        .indexPart3 .mapList li .yuan {
          font-size: .18rem; }
          .indexPart3 .mapList li .yuan h2 {
            font-size: .22rem; }
      .indexPart3 .mapList .li_02 .yuan h2 {
        font-size: .18rem; }
      .indexPart3 .mapList .li_02 .yuan p {
        font-size: .16rem; }

  .indexPart4 {
    width: 100%;
    overflow: hidden;
    position: relative; }
    .indexPart4 .indexTitle {
      width: 4.5rem; }
      .indexPart4 .indexTitle a.more {
        width: 1.4rem;
        height: .6rem;
        line-height: .58rem;
        font-size: .22rem; }
    .indexPart4 .box {
      margin-left: -9rem;
      padding: 2.12rem 0 0 5.5rem; }
      .indexPart4 .box .slogan {
        top: 2.7rem;
        right: 3rem; }

  .indexPart5 .indexTitle {
    min-height: 1.85rem; }
  .indexPart5 .list-wrapper {
    width: 26rem;
    margin-left: -13rem; }
    .indexPart5 .list-wrapper li {
      padding: 0 .15rem 1.2rem .15rem; }
      .indexPart5 .list-wrapper li .box {
        left: 1.2rem;
        top: .8rem;
        width: 3.5rem;
        padding: 0 .2rem; }
        .indexPart5 .list-wrapper li .box .name {
          font-size: .26rem; }
        .indexPart5 .list-wrapper li .box .msg {
          font-size: .22rem;
          line-height: .4rem;
          min-height: 1rem; }
        .indexPart5 .list-wrapper li .box .more a {
          width: 1.4rem;
          height: .6rem;
          line-height: .58rem;
          font-size: .22rem; }
        .indexPart5 .list-wrapper li .box .num {
          right: .2rem;
          font-size: .2rem; }

  .indexPart6 {
    padding: 1rem 0 .5rem 0; }
    .indexPart6 li {
      width: 100%;
      padding-bottom: .5rem; }
      .indexPart6 li .title a.more {
        width: 1.2rem;
        height: .44rem;
        line-height: .42rem;
        font-size: .22rem; }
      .indexPart6 li .box {
        height: 1.8rem; }
      .indexPart6 li .list dd {
        font-size: .22rem;
        padding-top: .5rem; }
        .indexPart6 li .list dd span {
          font-size: .22rem; }
      .indexPart6 li .container dd {
        height: .4rem;
        font-size: .22rem; }

  /*page*/
  .pageBanner {
    height: 3rem; }
    .pageBanner .title div {
      font-size: .2rem; }

  .pageNav {
    display: none; }

  .about_01 {
    padding-bottom: .5rem; }
    .about_01 li .img {
      width: 100%;
      padding-bottom: .5rem; }
    .about_01 li .box {
      width: 100%; }
      .about_01 li .box .content {
        font-size: .24rem;
        line-height: .44rem;
        padding-bottom: .4rem; }
    .about_01 li:nth-child(even) .img {
      order: 1; }

  .about_02 .content {
    font-size: .24rem;
    line-height: .44rem; }
  .about_02 .list ul {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center; }
  .about_02 .list li {
    width: 3.45rem; }
    .about_02 .list li .layer .name {
      font-size: .24rem;
      line-height: .32rem; }
    .about_02 .list li .layer p {
      font-size: .2rem;
      line-height: .32rem; }

  .about_03 {
    min-height: 5rem;
    padding-top: 1rem; }
    .about_03 .list-wrapper li .msg {
      font-size: .22rem;
      line-height: .4rem;
      margin-right: -.3rem; }

  .pageNav2 .list {
    height: 1.2rem;
    top: -.5rem; }
  .pageNav2 a {
    flex-direction: column;
    -webkit-flex-direction: column;
    height: 1.2rem; }
    .pageNav2 a .ico {
      width: .4rem; }
    .pageNav2 a h2 {
      font-size: .24rem;
      padding: .06rem 0 0 0; }
    .pageNav2 a span {
      display: none; }

  .declaration .list li {
    width: 100%;
    padding-bottom: .3rem; }
    .declaration .list li .box {
      height: 3.4rem; }
      .declaration .list li .box .content {
        font-size: .24rem;
        line-height: .44rem;
        padding-right: .2rem;
        padding-left: .2rem; }

  .emblem_01 {
    padding: .1rem 0 0 0; }
    .emblem_01 .img {
      position: relative;
      padding-bottom: .2rem; }
    .emblem_01 .content {
      font-size: .24rem; }

  .emblem_02 .content {
    padding: .35rem .7rem;
    font-size: .24rem; }

  .cultura_01 {
    padding-bottom: .5rem; }
    .cultura_01 ul {
      justify-content: center;
      -webkit-justify-content: center;
      margin-right: -.3rem;
      margin-left: -.3rem; }
    .cultura_01 li {
      margin: 0 .1rem;
      margin-bottom: 1rem; }
      .cultura_01 li .msg {
        font-size: .22rem;
        line-height: .4rem;
        padding: 0 .2rem; }
    .cultura_01 li:nth-child(even) {
      top: 0; }

  .cultura_02 {
    padding-bottom: .5rem; }
    .cultura_02 .title {
      padding: .5rem 0 .3rem 0; }
    .cultura_02 ul {
      display: flex;
      display: -webkit-flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      justify-content: space-between;
      -webkit-justify-content: space-between; }
    .cultura_02 li {
      position: relative;
      width: 35%;
      margin-bottom: .3rem; }
      .cultura_02 li .name h2 {
        font-size: .24rem; }
      .cultura_02 li .name em {
        font-size: .2rem; }

  .cultura_03 li .img {
    width: 100%; }
  .cultura_03 li .col {
    width: 100%;
    padding: .3rem 0 .6rem 0; }
    .cultura_03 li .col h2 {
      font-size: .26rem;
      text-align: center;
      padding-bottom: .1rem; }
    .cultura_03 li .col dd {
      height: .8rem;
      font-size: .24rem;
      margin: 0 auto;
      margin-top: .15rem;
      width: 6rem; }
      .cultura_03 li .col dd div {
        width: 1.9rem;
        height: .6rem; }
        .cultura_03 li .col dd div img {
          width: .3rem; }
  .cultura_03 li:nth-child(2) .col {
    order: 1; }

  .cultura_04 h2 {
    font-size: .32rem; }
  .cultura_04 li h5 {
    font-size: .28rem; }
  .cultura_04 li .content {
    font-size: .22rem;
    line-height: .4rem; }

  .cultura_05 {
    padding-bottom: .5rem; }
    .cultura_05 li {
      width: 100%;
      padding-bottom: .5rem; }
    .cultura_05 .box h5 {
      font-size: .26rem; }
    .cultura_05 .box .msg {
      font-size: .22rem; }

  .honor ul {
    margin-left: -.3rem; }
  .honor li {
    width: 33.333%;
    padding: 0 0 0 .3rem; }
    .honor li .name {
      font-size: .24rem;
      line-height: .4rem; }

  .news {
    /**/ }
    .news .box {
      height: 2.9rem;
      padding: 0 .3rem;
      margin-left: -.3rem;
      margin-right: -.3rem;
      position: relative; }
      .news .box .time {
        display: none; }
      .news .box .col {
        width: 3.2rem;
        padding-left: .2rem; }
        .news .box .col .name a {
          font-size: .26rem; }
        .news .box .col .content {
          font-size: .22rem;
          line-height: .35rem;
          height: .7rem; }
        .news .box .col .more a {
          width: 1.2rem;
          height: .42rem;
          line-height: .4rem;
          font-size: .2rem; }
    .news li {
      height: 2.4rem; }
      .news li .time {
        display: none; }
      .news li .col {
        width: 4.2rem;
        padding-left: .3rem; }
        .news li .col .name a {
          font-size: .26rem; }
        .news li .col .content {
          font-size: .22rem;
          line-height: .35rem;
          height: .7rem; }
        .news li .col .more a {
          width: 1.2rem;
          height: .42rem;
          line-height: .4rem;
          font-size: .2rem; }

  .pageNum a {
    display: none;
    font-size: .24rem;
    width: .6rem;
    height: .6rem;
    line-height: .6rem;
    margin: 0 .1rem; }
  .pageNum a.arrow2 {
    width: 1.4rem;
    display: block; }
  .pageNum a.arrow {
    display: block;
    background-size: .1rem; }

  .pageNow {
    font-size: .22rem; }

  .newShow .title {
    font-size: .28rem;
    line-height: 1.6em; }
  .newShow .time {
    font-size: .22rem; }
  .newShow .content {
    font-size: .24rem; }

  .pageNum2 li {
    font-size: .22rem;
    line-height: .36rem;
    padding-bottom: .1rem; }
  .pageNum2 .back a {
    width: 1.6rem;
    height: .56rem;
    line-height: .54rem;
    font-size: .22rem; }

  .idea_01 .content li {
    font-size: .24rem;
    line-height: .44rem; }
    .idea_01 .content li:before {
      height: .44rem; }
  .idea_01 .list li .img {
    width: 100%; }
  .idea_01 .list li .box {
    width: 100%;
    padding: .4rem 0 .6rem; }
  .idea_01 .list li .name {
    font-size: .24rem; }
    .idea_01 .list li .name h5 {
      font-size: .28rem; }
  .idea_01 .list li .msg {
    font-size: .24rem;
    line-height: .44rem; }
  .idea_01 .list li:nth-child(1) .img div {
    margin-left: 0; }
  .idea_01 .list li:nth-child(2) .img div {
    margin-right: 0; }
  .idea_01 .list li:nth-child(2) .box {
    order: 1; }

  .idea_02 .list {
    left: 0;
    margin: 0 auto; }
    .idea_02 .list .title h5 {
      font-size: .3rem; }
    .idea_02 .list li .name {
      font-size: .24rem;
      line-height: .36rem;
      margin-left: -.2rem;
      margin-right: -.2rem; }
  .idea_02 .container {
    width: 100%;
    padding-top: .5rem; }
    .idea_02 .container .title b {
      font-size: .82rem; }
    .idea_02 .container .title h2 {
      font-size: .32rem; }
    .idea_02 .container .title em {
      font-size: .22rem; }
    .idea_02 .container .msg {
      font-size: .26rem; }
    .idea_02 .container .content {
      font-size: .24rem; }

  .zhtz {
    padding-top: .3rem; }
    .zhtz .side {
      width: 100%;
      padding-bottom: .3rem; }
      .zhtz .side:before {
        display: none; }
      .zhtz .side ul {
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        margin-right: -.3rem; }
      .zhtz .side a {
        font-size: .26rem;
        line-height: .6rem;
        padding-right: .3rem; }
        .zhtz .side a:before {
          display: none; }
    .zhtz .col {
      width: 100%; }
    .zhtz .content {
      font-size: .24rem;
      line-height: .44rem; }

  .business li {
    width: 50%; }
    .business li .img .more {
      margin-top: -.28rem; }
      .business li .img .more a {
        width: 1.5rem;
        height: .56rem;
        line-height: .54rem;
        font-size: .22rem; }
    .business li .name a {
      line-height: .8rem;
      padding: 0;
      height: .8rem;
      font-size: .24rem;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }

  .projectShow .imgList {
    width: 100%; }
    .projectShow .imgList .num div {
      font-size: .24rem; }
      .projectShow .imgList .num div span {
        font-size: .32rem; }
  .projectShow .col {
    width: 100%;
    padding-bottom: .6rem; }
    .projectShow .col h2.title {
      font-size: .32rem; }
    .projectShow .col .list {
      line-height: .44rem;
      font-size: .24rem; }
    .projectShow .col .content {
      font-size: .24rem;
      line-height: .44rem; }

  .responsibility li .img {
    width: 100%; }
  .responsibility li .col {
    width: 100%; }
    .responsibility li .col .time {
      padding: .25rem 0; }
      .responsibility li .col .time em {
        font-size: .24rem; }
    .responsibility li .col .name {
      font-size: .26rem; }
    .responsibility li .col .content {
      font-size: .24rem;
      line-height: .44rem; }
    .responsibility li .col .more a {
      font-size: .22rem;
      width: 1.5rem;
      height: .6rem;
      line-height: .58rem; }

  .join .tag {
    font-size: .24rem;
    line-height: .66rem; }
    .join .tag .name {
      width: 100%;
      font-size: .26rem;
      padding-bottom: .1rem;
      font-weight: bold; }
    .join .tag dl {
      justify-content: center;
      -webkit-justify-content: center;
      padding: .2rem 0; }
      .join .tag dl dd {
        height: .66rem;
        padding: 0 .3rem;
        min-width: .8rem; }
  .join li .name:before {
    right: .2rem; }
  .join li .name h2 {
    font-size: .26rem;
    padding-left: .3rem; }
  .join li .name dl {
    left: 4rem; }
    .join li .name dl dd {
      font-size: .22rem; }
      .join li .name dl dd:nth-child(1), .join li .name dl dd:nth-child(2) {
        display: none; }
  .join li .box {
    padding: 1.15rem .3rem 0 .3rem; }
    .join li .box .list {
      width: 100%; }
      .join li .box .list h2 {
        font-size: .24rem; }
      .join li .box .list dd {
        font-size: .22rem;
        line-height: .4rem; }
        .join li .box .list dd:before {
          height: .4rem; }
    .join li .box .msg {
      font-size: .22rem; }

  .contact {
    padding: .8rem 0 1.2rem 0; }
    .contact .col {
      width: 100%; }
      .contact .col h2 {
        font-size: .28rem; }
      .contact .col li h5 {
        font-size: .24rem; }
      .contact .col li p {
        font-size: .22rem; }
    .contact .map {
      width: 100%; }

  .pageSearch .msg {
    font-size: .22rem; }

  .join_01 .title h3 {
    font-size: .44rem;
    padding-top: .06rem; }
  .join_01 li {
    width: 100%; }
    .join_01 li p {
      font-size: .24rem;
      padding: .3rem 0 .5rem 0; }
  .join_01 li:nth-child(2) p {
    order: 1; }

  .news3_01 {
    padding: 1.02rem 0 .8rem 1.8rem; }
    .news3_01 .title {
      left: -.2rem; }
    .news3_01 .content {
      padding: .45rem .3rem;
      font-size: .22rem; }

  .news3_02 .bigImg {
    width: 100%;
    padding-bottom: .3rem; }
  .news3_02 ul {
    margin-left: -.3rem; }
  .news3_02 li {
    width: 50%;
    padding: 0 0 .3rem .3rem; }
  .news3_02 .name a {
    font-size: .22rem;
    height: .8rem;
    line-height: .8rem; }
  .news3_02 .list-1 {
    width: 100%; }
    .news3_02 .list-1 li {
      width: 50%; }

  .responsibility2 {
    padding: .4rem 0; }
    .responsibility2 h2.title {
      line-height: 1.3rem;
      font-size: .32rem; }
    .responsibility2 .msg {
      font-size: .24rem;
      line-height: .44rem; }
    .responsibility2 .list {
      padding-top: .4rem; }
      .responsibility2 .list li {
        width: 100%;
        padding: 0 0 .4rem .6rem; }
        .responsibility2 .list li .img a.more {
          width: 1.8rem;
          height: .66rem;
          line-height: .64rem;
          font-size: .22rem;
          margin-left: -.9rem;
          margin-top: -.33rem; }
        .responsibility2 .list li .content a {
          font-size: .22rem;
          line-height: .4rem; }

  .lyb .title h3 {
    font-size: .32rem; }
  .lyb .form ul {
    margin-left: -.4rem; }
  .lyb .form li {
    padding-left: .4rem; }
    .lyb .form li .name {
      font-size: .24rem;
      padding-bottom: .15rem; }
    .lyb .form li .input input, .lyb .form li .input textarea {
      height: .7rem;
      line-height: .7rem;
      padding-left: .2rem;
      font-size: .24rem; }
    .lyb .form li .input textarea {
      height: 2.6rem;
      padding: .1rem .2rem;
      line-height: .4rem; }
  .lyb .submit div {
    width: 2rem;
    height: .7rem; }
  .lyb .submit input {
    font-size: .26rem;
    height: .7rem; }

  .lybList h2.title {
    font-size: .36rem; }
  .lybList li .box {
    font-size: .24rem;
    line-height: .44rem;
    padding-right: .3rem; }

  .about_04 {
    padding: .5rem 0;
    background: #f5f5f5; }
    .about_04:before {
      top: -2rem; }
    .about_04 .list li .img {
      width: 100%; }
    .about_04 .list li .msg {
      width: 100%;
      font-size: .24rem;
      line-height: 2em;
      padding: .2rem 0 .3rem 0; }
    .about_04 .list li:nth-child(even) .msg {
      order: 1;
      padding: .2rem 0 .3rem 0; }

  .about_05 {
    padding: .5rem 0; }
    .about_05 .content {
      font-size: .24rem; } }
@media screen and (max-width: 550px) {
  .wal {
    margin: 0 .3rem; } }

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