@charset "UTF-8";
.bread-wrapper {
  width: 100%;
  background: #e5e5e5; }

.breadcrumb {
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 42px;
  width: 1158px; }
  .breadcrumb li {
    line-height: 42px;
    display: inline-block; }

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #333333;
  content: ">"; }

.content-wapper {
  margin: auto;
  display: flex;
  width: 1158px; }
  .content-wapper .content-left {
    display: inline-block;
    flex: 0 0 838px; }
  .content-wapper .content-right {
    display: inline-block;
    flex: 0 0 321px; }

.left-up {
  border: 1px solid #ececec;
  margin-bottom: 40px; }

.left-down {
  border: 1px solid #ececec;
  margin-bottom: 40px; }

.sceneryheader {
  margin: 36px 0 30px 0; }
  .sceneryheader .headerleft {
    display: inline-block;
    width: 428px; }
    .sceneryheader .headerleft .mainimg {
      position: relative;
      cursor: pointer;
      height: 260px;
      margin-bottom: 3px;
      background-color: #f4f3f0; }
      .sceneryheader .headerleft .mainimg .imgmask, .sceneryheader .headerleft .mainimg .imgmask2 {
        cursor: pointer;
        position: absolute;
        height: 100%;
        width: 100%; }
      .sceneryheader .headerleft .mainimg .imgmask {
        background: url("../pic/index/playbut.png") center center rgba(0, 0, 0, 0.2) no-repeat; }
      .sceneryheader .headerleft .mainimg .imgmask2 {
        background: url("../pic/index/vricon.png") center center rgba(0, 0, 0, 0.2) no-repeat; }
    .sceneryheader .headerleft .moreimg {
      display: flex;
      height: 65px; }
      .sceneryheader .headerleft .moreimg > div {
        flex: 1;
        position: relative;
        margin-right: 3px;
        background-color: #f4f3f0;
        overflow: hidden;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
        .sceneryheader .headerleft .moreimg > div:hover, .sceneryheader .headerleft .moreimg > div.hover {
          border: #04BE83 1px solid;
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.6); }
        .sceneryheader .headerleft .moreimg > div .imgtitle {
          font-size: 12px;
          color: #ffffff;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          z-index: 1;
          background: black;
          margin: 2px;
          background: rgba(0, 0, 0, 0.6);
          text-align: center;
          line-height: 60px;
          cursor: pointer; }
        .sceneryheader .headerleft .moreimg > div img {
          cursor: pointer;
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto; }
        .sceneryheader .headerleft .moreimg > div:last-child {
          margin-right: 0 !important;
          position: relative; }
          .sceneryheader .headerleft .moreimg > div:last-child .moreimg-div {
            cursor: pointer;
            position: absolute;
            background-color: transparent;
            bottom: 0;
            color: #ffffff;
            font-size: 12px;
            text-align: center;
            top: 0;
            left: 0;
            right: 0;
            padding-top: 13px; }
            .sceneryheader .headerleft .moreimg > div:last-child .moreimg-div div {
              background-color: transparent !important; }
  .sceneryheader .headerright {
    display: inline-block;
    vertical-align: top;
    width: 403px;
    height: 325px;
    border: 1px solid #ececec;
    position: relative; }
    .sceneryheader .headerright .title {
      font-size: 20px;
      font-weight: bolder;
      line-height: 22px;
      margin: 15px 0 0 21px;
      color: #333;
      width: 279px; }
    .sceneryheader .headerright .star-wrapper {
      margin: 15px 0 0 21px;
      width: 94px;
      height: 16px;
      display: inline-block; }
    .sceneryheader .headerright .scenery-remark {
      cursor: pointer;
      font-size: 12px;
      color: #959595;
      display: inline-block;
      vertical-align: text-top; }
    .sceneryheader .headerright .ratenum {
      margin: 20px 0 0 21px; }
      .sceneryheader .headerright .ratenum :first-child {
        color: #04be83;
        font-size: 26px;
        font-weight: bolder;
        line-height: 26px; }
      .sceneryheader .headerright .ratenum :nth-child(2) {
        font-size: 14px; }
    .sceneryheader .headerright .desc {
      margin: 14px 0 0 21px;
      font-size: 14px;
      line-height: 14px; }
      .sceneryheader .headerright .desc :first-child {
        color: #444;
        font-weight: bolder;
        display: inline-block;
        width: 60px;
        -ms-text-align-last: justify;
        text-align-last: justify; }
      .sceneryheader .headerright .desc :last-child {
        color: #444;
        padding-top: 1px;
        display: inline-block;
        width: 290px;
        line-height: 17px;
        vertical-align: text-top; }
    .sceneryheader .headerright .opentime span {
      display: inline-block; }
    .sceneryheader .headerright .opentime :nth-child(2) {
      font-size: 14px;
      width: 250px;
      vertical-align: top;
      line-height: 20px;
      margin-top: -3px; }

.content-detail {
  margin: 30px 28px 0 28px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e4e2e2;
  padding-top: 10px; }
  .content-detail:last-child {
    border-bottom: 0; }
  .content-detail .content-title {
    font-size: 20px;
    color: #04be83;
    letter-spacing: 10px;
    line-height: 20px; }
  .content-detail .content-desc {
    margin-top: 26px;
    font-size: 12px;
    line-height: 20px; }
    .content-detail .content-desc img {
      width: 100%; }

.online-wrapper {
  border: 1px solid #04be83;
  margin-bottom: 27px;
  margin-top: 15px; }
  .online-wrapper .online-header {
    background: #f4f3f0;
    height: 70px; }
    .online-wrapper .online-header .online-title {
      display: inline-block;
      font-size: 14px;
      font-weight: bolder;
      vertical-align: top;
      margin-left: 24px;
      width: 516px;
      line-height: 70px;
      color: #333; }
    .online-wrapper .online-header .online-headerright, .online-wrapper .online-header .online-title {
      display: inline-block; }
    .online-wrapper .online-header .online-headerright {
      text-align: center;
      margin-top: 20px; }
      .online-wrapper .online-header .online-headerright .online-price span {
        color: #f54667;
        font-size: 20px;
        font-weight: bolder; }
      .online-wrapper .online-header .online-headerright .online-price i {
        color: #f54667; }
      .online-wrapper .online-header .online-headerright .online-oldprice {
        font-size: 14px;
        color: #a2a2a2; }
        .online-wrapper .online-header .online-headerright .online-oldprice span {
          text-decoration: line-through; }
  .online-wrapper .online-middle {
    color: #a5a5a5;
    height: 28px;
    font-size: 0;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6; }
    .online-wrapper .online-middle div {
      display: inline-block;
      line-height: 28px;
      font-size: 14px; }
    .online-wrapper .online-middle .online-middle1 {
      margin-left: 24px; }
    .online-wrapper .online-middle .online-middle2 {
      margin-left: 76px; }
    .online-wrapper .online-middle .online-middle3 {
      margin-left: 225px; }
    .online-wrapper .online-middle .online-middle4 {
      margin-left: 75px; }
  .online-wrapper .online-bottomlist .online-bottom {
    border-bottom: 1px dashed #e5e5e5;
    font-size: 0;
    height: 68px; }
    .online-wrapper .online-bottomlist .online-bottom div {
      display: inline-block; }
    .online-wrapper .online-bottomlist .online-bottom .online-supply, .online-wrapper .online-bottomlist .online-bottom .online-name, .online-wrapper .online-bottomlist .online-bottom .online-descwrapper, .online-wrapper .online-bottomlist .online-bottom .online-bprice, .online-wrapper .online-bottomlist .online-bottom .online-book {
      margin-top: 21px; }
    .online-wrapper .online-bottomlist .online-bottom .online-supply {
      font-size: 13px;
      height: 21px;
      width: 95px;
      color: #45c797;
      line-height: 21px;
      text-align: center;
      border: 1px solid #04be83;
      margin-left: 21px; }
    .online-wrapper .online-bottomlist .online-bottom .online-name {
      margin-top: 24px;
      font-size: 12px;
      vertical-align: top;
      margin-left: 23px;
      width: 281px; }
      .online-wrapper .online-bottomlist .online-bottom .online-name .pointer {
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
        .online-wrapper .online-bottomlist .online-bottom .online-name .pointer.active {
          transform: rotate(180deg); }
      .online-wrapper .online-bottomlist .online-bottom .online-name .isSupportScanCode {
        display: inline-block;
        height: 18px;
        font-size: 12px;
        color: #fff;
        line-height: 17px;
        background: #ff6262;
        padding: 0 7px;
        border-radius: 4px; }
        .online-wrapper .online-bottomlist .online-bottom .online-name .isSupportScanCode .scan {
          height: 12px;
          width: 12px;
          vertical-align: middle; }
        .online-wrapper .online-bottomlist .online-bottom .online-name .isSupportScanCode span {
          vertical-align: middle; }
    .online-wrapper .online-bottomlist .online-bottom .online-descwrapper {
      width: 135px;
      vertical-align: top; }
      .online-wrapper .online-bottomlist .online-bottom .online-descwrapper .online-desc {
        font-size: 13px;
        height: 21px;
        padding: 1px 4px;
        line-height: 21px;
        text-align: center;
        border: 1px solid #04be83;
        margin-right: 6px; }
    .online-wrapper .online-bottomlist .online-bottom .online-bprice {
      margin-top: 15px;
      text-align: center;
      font-size: 14px;
      vertical-align: top;
      line-height: 20px; }
      .online-wrapper .online-bottomlist .online-bottom .online-bprice i {
        color: #f66981; }
      .online-wrapper .online-bottomlist .online-bottom .online-bprice span {
        color: #f66981;
        font-size: 20px; }
      .online-wrapper .online-bottomlist .online-bottom .online-bprice .mprice {
        font-size: 12px;
        color: #a2a2a2;
        text-decoration: line-through; }
    .online-wrapper .online-bottomlist .online-bottom .online-book {
      cursor: pointer;
      margin-left: 26px;
      margin-top: 12px;
      vertical-align: top;
      height: 38px;
      width: 92px;
      background-color: #ffcc00;
      font-size: 15px;
      font-weight: bolder;
      text-align: center;
      line-height: 38px;
      border-radius: 3px;
      border-right: 1px solid #e4a000;
      border-bottom: 1px solid #e4a000 !important; }
      .online-wrapper .online-bottomlist .online-bottom .online-book .rightArrow {
        border-left: 8px solid black;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent !important;
        width: 0;
        height: 0;
        font-size: 0;
        vertical-align: top;
        margin-left: 9px; }
  .online-wrapper .online-bottomlist .list-wrapper {
    display: none;
    position: relative;
    border-bottom: 1px dashed #e5e5e5;
    padding: 25px 30px; }
    .online-wrapper .online-bottomlist .list-wrapper .list-detail {
      font-size: 12px;
      line-height: 16px;
      margin-bottom: 10px; }
      .online-wrapper .online-bottomlist .list-wrapper .list-detail:last-child {
        margin-bottom: 0; }
    .online-wrapper .online-bottomlist .list-wrapper .close-detail {
      cursor: pointer;
      position: absolute;
      bottom: 25px;
      right: 30px;
      font-size: 12px;
      color: #04be83; }

.remark-head {
  height: 144px; }
  .remark-head .remark-header {
    margin: 16px 0 0 26px;
    font-size: 20px;
    color: #04be83; }
    .remark-head .remark-header span {
      color: #424141; }
  .remark-head .remark-bottom {
    height: 100px; }
    .remark-head .remark-bottom .remark-bl {
      vertical-align: top;
      display: inline-block;
      text-align: center;
      margin-left: 34px;
      width: 81px; }
      .remark-head .remark-bottom .remark-bl .rateNum {
        margin-top: 28px;
        line-height: 16px;
        font-size: 16px; }
        .remark-head .remark-bottom .remark-bl .rateNum span {
          color: #f54667;
          font-size: 27px;
          line-height: 27px; }
      .remark-head .remark-bottom .remark-bl .star-wapper {
        margin-top: 11px;
        height: 12px; }
    .remark-head .remark-bottom .remark-bm {
      margin-top: 22px;
      margin-left: 102px;
      display: inline-block; }
      .remark-head .remark-bottom .remark-bm .remark-line {
        margin-bottom: 9px;
        color: #aeaeae;
        line-height: 10px; }
        .remark-head .remark-bottom .remark-bm .remark-line span {
          font-size: 10px;
          display: inline-block;
          margin-right: 12px; }
        .remark-head .remark-bottom .remark-bm .remark-line .remark-out {
          vertical-align: top;
          display: inline-block;
          height: 8px;
          width: 93px;
          background-color: #eceaea; }
          .remark-head .remark-bottom .remark-bm .remark-line .remark-out .remark-in {
            height: 100%;
            background-color: #97e9cf; }
    .remark-head .remark-bottom .remark-br {
      display: inline-block;
      margin-left: 116px;
      margin-top: 42px;
      vertical-align: top; }
      .remark-head .remark-bottom .remark-br div {
        background-color: #04be83;
        cursor: pointer;
        color: #ffffff;
        font-size: 14px;
        text-align: center;
        width: 131px;
        height: 34px;
        line-height: 34px; }

.noremarkList {
  height: 140px;
  line-height: 140px;
  text-align: center; }

.remark-nav {
  margin: 10px 0 0 28px; }
  .remark-nav ul {
    display: flex;
    width: 750px;
    border-bottom: 1px solid #e5e5e5; }
    .remark-nav ul li {
      cursor: pointer;
      flex: 0 0 150px;
      text-align: center;
      font-size: 16px;
      height: 46px;
      line-height: 46px;
      color: #333;
      -webkit-transition: color .6s;
      -moz-transition: color .6s;
      -ms-transition: color .6s;
      -o-transition: color .6s;
      transition: color .6s; }
      .remark-nav ul li:hover {
        color: #04be83; }
      .remark-nav ul li.active {
        border-bottom: 2px solid #04be83; }

.remark-content {
  margin: 0 0 0 28px; }
  .remark-content .remark-item {
    font-size: 0;
    border-bottom: 1px solid #e5e5e5;
    margin-right: 60px;
    padding: 35px 0 35px 14px; }
    .remark-content .remark-item:last-child {
      border-bottom: 0; }
    .remark-content .remark-item .remark-people {
      display: inline-block;
      height: 72px;
      width: 72px;
      overflow: hidden;
      border-radius: 50%; }
      .remark-content .remark-item .remark-people img {
        height: 100%;
        width: 100%; }
    .remark-content .remark-item .remark-contentr {
      width: 640px;
      display: inline-block;
      vertical-align: top;
      margin-left: 16px; }
      .remark-content .remark-item .remark-contentr .remark-name {
        font-weight: bolder;
        font-size: 16px;
        display: inline-block;
        margin-right: 10px;
        color: #333; }
      .remark-content .remark-item .remark-contentr .remark-itemstar {
        vertical-align: text-bottom;
        display: inline-block;
        height: 10px;
        width: 64px; }
      .remark-content .remark-item .remark-contentr .remark-desc {
        margin-top: 10px;
        color: #444;
        font-size: 14px;
        line-height: 24px;
        text-align: justify;
        word-wrap: break-word; }
      .remark-content .remark-item .remark-contentr .remark-imgwrapper {
        margin-top: 12px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap; }
        .remark-content .remark-item .remark-contentr .remark-imgwrapper .remark-img {
          flex: 0 0 121px;
          height: 104px;
          margin: 0 7px 7px 0;
          overflow: hidden; }
          .remark-content .remark-item .remark-contentr .remark-imgwrapper .remark-img img {
            height: 100%;
            cursor: pointer; }

.map {
  position: relative;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; }

.map:before, .map:after {
  content: "";
  position: absolute;
  top: 300px;
  bottom: 8px;
  background: transparent;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.7);
  z-index: -1; }

.map:before {
  left: 22px;
  right: 12px;
  transform: skew(-6deg) rotate(-4deg); }

.map:after {
  left: 12px;
  right: 22px;
  transform: skew(6deg) rotate(4deg); }

.map {
  margin: 36px 40px 35px 14px;
  height: 325px;
  border: 1px solid #e5e5e5; }
  .map .map-top {
    height: 255px;
    width: 100%; }
    .map .map-top:hover .mapmask {
      opacity: .8; }
    .map .map-top .mapmask {
      width: 100%;
      height: 264px;
      position: absolute;
      background: #fff;
      z-index: 1;
      opacity: 0;
      text-align: center;
      cursor: pointer;
      line-height: 264px;
      font-size: 16px;
      -webkit-transition: .3s;
      -moz-transition: .3s;
      -ms-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
  .map .map-down {
    height: 71px;
    line-height: 61px;
    background-color: #ffffff; }
    .map .map-down img {
      vertical-align: top;
      margin: 18px 0 0 19px; }
    .map .map-down span {
      font-size: 14px;
      color: #959595; }
    .map .map-down .location {
      width: 204px;
      overflow: hidden;
      text-overflow: ellipsis;
      line-height: 25px;
      vertical-align: bottom;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      position: absolute;
      top: 270px;
      right: 10px; }

.recommend {
  padding: 0 13px; }
  .recommend .recommend-top {
    position: relative;
    height: 36px;
    line-height: 36px;
    font-size: 20px; }
    .recommend .recommend-top span {
      color: #333; }
    .recommend .recommend-top a {
      position: absolute;
      right: 7px;
      font-size: 15px;
      color: #959595; }
      .recommend .recommend-top a:hover {
        color: #04be83; }
  .recommend .recommend-nav {
    height: 40px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 14px; }
    .recommend .recommend-nav ul {
      display: flex; }
      .recommend .recommend-nav ul li {
        cursor: pointer;
        flex: 1;
        font-size: 15px;
        color: #9d9d9d;
        line-height: 40px;
        text-align: center;
        -webkit-transition: color .6s;
        -moz-transition: color .6s;
        -ms-transition: color .6s;
        -o-transition: color .6s;
        transition: color .6s; }
        .recommend .recommend-nav ul li:hover {
          color: #04be83; }
        .recommend .recommend-nav ul li.active:after {
          content: '';
          height: 4px;
          background-color: #04be83;
          display: block;
          width: inherit;
          margin-top: -3px; }

.recommend-item {
  position: relative;
  height: 64px;
  width: 100%;
  margin-bottom: 14px; }
  .recommend-item:hover .recommend-detail .recommend-name {
    color: #04be83; }
  .recommend-item .isSupportScanCode {
    position: absolute;
    left: 14px;
    top: 40px;
    height: 18px;
    font-size: 12px;
    color: #fff;
    line-height: 17px;
    background: #ff6262;
    padding: 0 7px;
    border-radius: 4px;
    vertical-align: inherit;
    z-index: 1; }
    .recommend-item .isSupportScanCode .scan {
      height: 12px;
      width: 12px;
      vertical-align: middle; }
    .recommend-item .isSupportScanCode span {
      vertical-align: middle; }
  .recommend-item .recommend-img {
    display: inline-block;
    height: 100%;
    width: 86px;
    overflow: hidden;
    position: relative; }
    .recommend-item .recommend-img .bookBtn {
      position: absolute;
      left: 0;
      top: 4px;
      width: 26px;
      height: 15px;
      font-size: 10px;
      line-height: 15px;
      border-radius: 0 10px 10px 0;
      background: #ffcc00;
      text-indent: 6px; }
    .recommend-item .recommend-img img {
      height: 100%; }
  .recommend-item .recommend-detail {
    margin-left: 7px;
    vertical-align: top;
    display: inline-block; }
    .recommend-item .recommend-detail .recommend-name {
      color: #444;
      width: 180px;
      font-size: 14px;
      line-height: 14px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .recommend-item .recommend-detail .recommend-rate .recommend-starwapper {
      height: 12px;
      width: 70px;
      margin-top: 10px; }
    .recommend-item .recommend-detail .recommend-rate .recommend-comment {
      cursor: pointer;
      display: inline-block;
      position: absolute;
      right: 19px;
      top: 20px;
      color: #959595;
      font-size: 12px; }
    .recommend-item .recommend-detail .recommend-distance {
      font-style: italic;
      color: #959595;
      margin-top: 7px;
      display: block;
      font-size: 12px; }
      .recommend-item .recommend-detail .recommend-distance i {
        font-style: italic; }

.tabtitle2.stayTop {
  position: fixed;
  top: 0;
  box-shadow: 4px 5px 8px #cfcfcf; }

.mask {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #999999;
  opacity: .7;
  display: none;
  top: 0; }

.swiper-container {
  display: none;
  width: 700px;
  height: 500px;
  position: fixed;
  top: 284px;
  right: 0;
  left: 0; }
  .swiper-container .swiper-slide {
    overflow: hidden; }
  .swiper-container img {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    height: 100%; }

/*閲嶅啓nav*/
.jcxc .tabtitle ul li {
  border: 0 !important; }

.jcxc2 .tabtitle2 ul li a {
  background-color: #ffffff;
  color: #444; }

.jcxc2 .tabtitle2 ul li {
  height: 67px;
  line-height: 67px; }

.jcxc2 .tabtitle2 ul li:hover, .jcxc2 .tabtitle2 ul li.hover {
  height: 65px;
  line-height: 67px; }

.jcxc2 .tabtitle2 ul li .arrow {
  top: 67px; }

#l-map {
  height: 100%;
  width: 100%; }

.mask-map {
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }
  .mask-map .map-wrapper > img {
    width: 32px;
    position: absolute;
    z-index: 11;
    right: -52px;
    top: -43px; }
  .mask-map #l-map2, .mask-map .map-wrapper {
    height: 500px;
    width: 1000px;
    position: fixed !important;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    top: 0; }

.mask-mianze {
  display: none;
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.278); }
  .mask-mianze .wait-tip {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0px;
    margin: auto;
    width: 580px;
    height: 230px;
    background-color: #ffffff;
    border: solid 1px #04be83; }
    .mask-mianze .wait-tip .title {
      height: 50px;
      margin: 0 28px;
      border-bottom: solid 2px #e3e3e3; }
      .mask-mianze .wait-tip .title p {
        float: left;
        font-size: 16px;
        line-height: 16px;
        letter-spacing: 1px;
        margin-top: 26px;
        font-weight: bold; }
      .mask-mianze .wait-tip .title .closeBtn {
        float: right;
        width: 28px;
        height: 28px;
        font-size: 30px;
        line-height: 16px;
        letter-spacing: 1px;
        color: #333333;
        border: 0;
        background: none;
        margin-top: 16px;
        cursor: pointer; }
    .mask-mianze .wait-tip .content h4 {
      font-size: 18px;
      font-weight: normal;
      font-stretch: normal;
      line-height: 30px;
      letter-spacing: 1px;
      color: #333333;
      padding: 12px 31px;
      margin-bottom: 35px;
      text-align: justify; }
    .mask-mianze .wait-tip .content .iKnowBtn {
      border: 0;
      width: 125px;
      height: 32px;
      background-color: #04be83;
      font-size: 16px;
      font-weight: normal;
      font-stretch: normal;
      line-height: 32px;
      letter-spacing: 0px;
      margin-left: 231px;
      cursor: pointer; }
      .mask-mianze .wait-tip .content .iKnowBtn a {
        display: block;
        color: #ffffff; }
        .mask-mianze .wait-tip .content .iKnowBtn a:hover {
          color: #ffffff; }

/*# sourceMappingURL=scenery.css.map */
