.addbottom {
  text-align: center;
  background: url("../img/addbotom/bac.png") repeat-x;
  background-size: auto 100%;
  height: 14rem; }
  .addbottom .wechatimg {
    display: inline-block;
    height: .6rem;
    width: .7rem;
    padding: .7rem 0 .2rem 0; }
  .addbottom .code-w {
    display: flex;
    flex-direction: row;
    justify-content: center; }
    .addbottom .code-w .lr {
      text-align: center;
      width: 3rem; }
      .addbottom .code-w .lr .cat {
        font-size: 15px;
        color: #90caf1; }
      .addbottom .code-w .lr .title {
        font-size: 14px;
        color: #ffffff;
        padding-bottom: .1rem; }
      .addbottom .code-w .lr .code {
        width: 2.1rem;
        height: 2.1rem;
        border: 2px solid #96d2fa;
        display: inline-block; }
        .addbottom .code-w .lr .code img {
          width: 100%;
          height: 100%; }
  .addbottom .weibo {
    padding: .7rem 0 .28rem 0;
    text-align: center; }
    .addbottom .weibo img {
      width: .77rem;
      height: .6rem;
      padding-bottom: .2rem;
      display: inline-block; }
    .addbottom .weibo .cat {
      font-size: 15px;
      color: #90caf1; }
    .addbottom .weibo .title {
      font-size: 14px;
      color: #ffffff;
      padding-bottom: .12rem; }
  .addbottom .contact, .addbottom .bot {
    text-align: center;
    padding-bottom: .3rem; }
    .addbottom .contact div, .addbottom .bot div {
      font-size: 14px;
      color: #ffffff;
      padding-bottom: .18rem;
      line-height: 14px; }
  .addbottom .bot {
    padding-bottom: 0; }
  .addbottom a {
    color: #ffffff; }

.component-newnav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: .9rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  z-index: 5; }
  .component-newnav .logo {
    background: linear-gradient(to right, #0a1422, #1c2743);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 .25rem;
    border-right: 1px solid #263865; }
    .component-newnav .logo img {
      height: .5rem;
      width: 1.5rem;
      margin: auto; }
  .component-newnav .bread-w {
    border-left: 1px solid #000000;
    border-right: 1px solid #263865;
    width: 100%;
    display: flex;
    flex-direction: row;
    line-height: .9rem;
    font-size: 14px;
    background: linear-gradient(to right, #08121e, #1c2743); }
    .component-newnav .bread-w div {
      padding-left: .3rem;
      display: flex; }
      .component-newnav .bread-w div img {
        width: .33rem; }
      .component-newnav .bread-w div span {
        color: #96d2fa; }
  .component-newnav .more {
    border-left: 1px solid #000000;
    background-color: #1c2743;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: .29rem; }
    .component-newnav .more div {
      width: .48rem;
      height: 2px;
      background-color: #96d2fa; }
  .component-newnav .list-wrapper {
    position: fixed;
    top: .9rem;
    left: 0;
    right: 0;
    bottom: 0;
    display: none; }
    .component-newnav .list-wrapper.active {
      display: block; }
      .component-newnav .list-wrapper.active .list {
        right: 0; }
    .component-newnav .list-wrapper .mask {
      opacity: 1;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 1;
      width: 100%;
      height: 100%;
      -webkit-transition: .3s;
      -moz-transition: .3s;
      -ms-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
    .component-newnav .list-wrapper .list {
      position: fixed;
      top: .9rem;
      bottom: 0;
      right: -500px;
      padding: 1rem .64rem 0 .8rem;
      background: linear-gradient(to top, #0f1f35, #1b2c54);
      width: min-content;
      -webkit-transition: .3s;
      -moz-transition: .3s;
      -ms-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .component-newnav .list-wrapper .list #component-close {
        position: absolute;
        left: 0;
        top: 5.8rem;
        width: .4rem;
        height: .8rem;
        background-color: #2d478b;
        border-radius: 0 5px 5px; }
        .component-newnav .list-wrapper .list #component-close .arrow {
          width: 7px;
          height: 7px;
          border-top: 2px solid #96d2fa;
          border-right: 2px solid #96d2fa;
          position: absolute;
          left: 49%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%) rotate(45deg);
          -moz-transform: translate(-50%, -50%) rotate(45deg);
          -ms-transform: translate(-50%, -50%) rotate(45deg);
          -o-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg); }
      .component-newnav .list-wrapper .list .row {
        width: 3.6rem;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: .22rem; }
        .component-newnav .list-wrapper .list .row a {
          width: 1.6rem;
          height: .58rem;
          background-color: #96d2fa;
          border-radius: 4px;
          font-size: 15px;
          color: #414142;
          line-height: .58rem;
          text-align: center; }

.out-wrapper {
  padding: 0 20px; }
  .out-wrapper .top-wrapper {
    padding: .3rem .14rem;
    font-size: 20px;
    font-weight: bolder;
    color: #414142;
    line-height: 28px; }
  .out-wrapper .img-wrapper {
    width: 100%;
    height: 3.9rem;
    overflow: hidden; }
    .out-wrapper .img-wrapper img {
      height: 100%; }
  .out-wrapper .desc {
    font-size: 0;
    height: 12px;
    width: 100%;
    padding-top: .32rem;
    position: relative; }
    .out-wrapper .desc .desc-item {
      font-size: 12px;
      line-height: 12px;
      color: #424141;
      display: inline-block; }
      .out-wrapper .desc .desc-item .calendar, .out-wrapper .desc .desc-item .car, .out-wrapper .desc .desc-item .flag {
        float: left;
        position: relative;
        top: -1px;
        margin-right: 3px; }
      .out-wrapper .desc .desc-item .calendar {
        height: 12px;
        width: 12px;
        background: url("../img/gonglue/calendar.png") no-repeat;
        background-size: 12px 12px; }
      .out-wrapper .desc .desc-item .car {
        height: 10px;
        width: 22px;
        background: url(../img/gonglue/car.png) no-repeat;
        top: 1px;
        background-size: 22px auto; }
      .out-wrapper .desc .desc-item .flag {
        height: 13px;
        width: 11px;
        background: url("../img/gonglue/flag.png") no-repeat;
        background-size: 11px 13px; }
      .out-wrapper .desc .desc-item:last-child {
        float: right; }
      .out-wrapper .desc .desc-item:nth-child(2) {
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -ms-transform: translate(-50%);
        -o-transform: translate(-50%);
        transform: translate(-50%); }
  .out-wrapper .tips {
    font-size: 12px;
    line-height: 21px;
    height: 21px;
    margin-top: .4rem; }
    .out-wrapper .tips .tiplist .tip-items {
      border: solid 1px #ee5e5e;
      height: 21px;
      font-size: 12px;
      line-height: 21px;
      color: #ee5e5e;
      margin-right: .2rem;
      padding: 4px; }
  .out-wrapper .havegone {
    margin-top: .35rem; }

.gl-wrapper {
  padding: 0 20px;
  text-align: justify; }
  .gl-wrapper .articalList .artical-items .title {
    font-size: 18px;
    font-weight: bolder;
    color: #424141;
    border-bottom: 1px solid #e2e2e2;
    padding: .55rem 0 .23rem 0; }
  .gl-wrapper .articalList .artical-items .content {
    color: #424141;
    font-size: 16px;
    padding-top: 12px;
    line-height: 26px;
    letter-spacing: 1px; }
    .gl-wrapper .articalList .artical-items .content img {
      width: 100%;
      padding: 5px 0;
      display: inline-block; }
  .gl-wrapper .articalList .artical-items .relative-wapper .relativetitle {
    color: #08121e;
    font-size: 16px;
    font-weight: bolder;
    padding: .55rem 0 .23rem 0; }
  .gl-wrapper .articalList .artical-items .relative-wapper .scenery-list .scenerys {
    margin-bottom: .5rem;
    position: relative; }
    .gl-wrapper .articalList .artical-items .relative-wapper .scenery-list .scenerys .ableBook {
      position: absolute;
      left: 0;
      top: 1rem;
      width: 42px;
      height: 20px;
      font-size: 14px;
      line-height: 20px;
      border-radius: 0 10px 10px 0;
      background: #ffcc00;
      text-indent: 13px; }
    .gl-wrapper .articalList .artical-items .relative-wapper .scenery-list .scenerys .isSupportScanCode {
      position: absolute;
      right: -7px;
      bottom: .2rem;
      height: 18px;
      font-size: 12px;
      color: #fff;
      background: #ff6262;
      padding: 0 7px;
      border-radius: 4px;
      vertical-align: middle; }
      .gl-wrapper .articalList .artical-items .relative-wapper .scenery-list .scenerys .isSupportScanCode .scan {
        height: 12px;
        width: 12px;
        vertical-align: middle;
        display: inline-block; }
      .gl-wrapper .articalList .artical-items .relative-wapper .scenery-list .scenerys .isSupportScanCode span {
        vertical-align: middle; }
    .gl-wrapper .articalList .artical-items .relative-wapper .scenery-list .scenerys .scenerys-title {
      font-size: 14px;
      line-height: 14px;
      padding-bottom: 12px; }
    .gl-wrapper .articalList .artical-items .relative-wapper .scenery-list .scenerys .img {
      width: 100%;
      height: 3.9rem; }
      .gl-wrapper .articalList .artical-items .relative-wapper .scenery-list .scenerys .img img {
        width: 100%;
        height: 100%; }

.more-wrapper {
  padding: 0 20px;
  padding-bottom: 1.33rem; }
  .more-wrapper .moretrip {
    font-size: 18px;
    font-weight: bolder;
    color: #424141;
    border-bottom: 1px solid #e2e2e2;
    padding: .55rem 0 .23rem 0; }
  .more-wrapper .trip-list .trip-item {
    position: relative;
    height: 3.25rem;
    padding: .34rem 0 .24rem 0;
    box-sizing: border-box;
    border-bottom: 1px solid #e2e2e2; }
    .more-wrapper .trip-list .trip-item:last-child {
      border-bottom: 0; }
    .more-wrapper .trip-list .trip-item .trip-l {
      float: left;
      width: 3.22rem;
      font-size: 14px; }
      .more-wrapper .trip-list .trip-item .trip-l .title {
        color: #424141;
        margin-bottom: .3rem;
        font-size: 16px;
        word-break: break-all;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden; }
      .more-wrapper .trip-list .trip-item .trip-l .desc {
        color: #a09d9d;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
    .more-wrapper .trip-list .trip-item .img {
      float: right;
      width: 3.06rem;
      height: 2.24rem; }
      .more-wrapper .trip-list .trip-item .img img {
        width: 100%;
        height: 100%; }
    .more-wrapper .trip-list .trip-item .bott {
      clear: both;
      bottom: .24rem;
      width: 100%;
      padding-top: 10px; }
      .more-wrapper .trip-list .trip-item .bott .bott-item {
        color: #79797b;
        font-size: 12px;
        margin-right: .4rem; }
      .more-wrapper .trip-list .trip-item .bott .looked {
        float: right;
        color: #b8b7b7; }

.remark-wrapper .r-head {
  height: .56rem;
  margin: 0 .4rem;
  padding-top: .16rem;
  font-size: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2; }
  .remark-wrapper .r-head .subremark {
    font-size: 18px;
    font-weight: bolder;
    float: left;
    color: #424141;
    line-height: .56rem; }
  .remark-wrapper .r-head .butt {
    height: 100%;
    float: right;
    background-color: #ffcc00;
    border-radius: 4px;
    width: 1.36rem;
    line-height: .56rem;
    box-shadow: 0 2px #ed8b00;
    text-align: center;
    cursor: pointer; }
.remark-wrapper .noremark {
  text-align: center;
  margin-top: .6rem;
  letter-spacing: 2.8px;
  color: #959595;
  font-size: 14px;
  line-height: .6rem;
  margin-bottom: 1.5rem; }
.remark-wrapper .r-list-top {
  height: .5rem;
  line-height: .5rem;
  font-size: 13px;
  margin: 0 .4rem;
  padding-top: .35rem;
  color: #959595;
  border-bottom: 1px solid #e2e2e2; }
.remark-wrapper .remark-list {
  padding-top: .3rem; }
  .remark-wrapper .remark-list .r-items {
    margin: 0 .4rem;
    padding-top: .3rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid whitesmoke; }
    .remark-wrapper .remark-list .r-items .it-top {
      margin-bottom: .32rem; }
      .remark-wrapper .remark-list .r-items .it-top .head-img {
        display: inline-block;
        height: .6rem;
        width: .6rem;
        border-radius: 50%;
        vertical-align: middle; }
      .remark-wrapper .remark-list .r-items .it-top .title {
        color: #a1a1a2;
        font-size: 13px;
        line-height: 13px; }
      .remark-wrapper .remark-list .r-items .it-top .time {
        float: right;
        color: #a1a1a2;
        font-size: 12px;
        line-height: .6rem; }
    .remark-wrapper .remark-list .r-items .it-desc {
      font-size: 16px;
      color: #424141;
      margin-bottom: .3rem; }
    .remark-wrapper .remark-list .r-items .imglist {
      height: 1.38rem;
      font-size: 0; }
      .remark-wrapper .remark-list .r-items .imglist ul {
        height: 100%;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch; }
        .remark-wrapper .remark-list .r-items .imglist ul li {
          display: inline-block;
          margin-right: .16rem;
          overflow: hidden;
          height: 1.4rem;
          width: 2rem; }
          .remark-wrapper .remark-list .r-items .imglist ul li img {
            height: 100%; }

.swiper-container {
  position: fixed !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  .swiper-container.active {
    background: black; }
  .swiper-container img {
    width: 100%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute; }
  .swiper-container .swiper-pagination-fraction {
    color: #ffffff;
    font-size: 18px; }

.ovfHiden {
  overflow: hidden;
  height: 100%; }

/*# sourceMappingURL=gonglue.css.map */
