body, html {
  background: #fff;
}

.weui-tab__panel>div{
  display: none;
  /* width: 100%; */
  position: relative;
}
.weui-tab__panel>div:first-child{
    display: block;
}
.weui-tab {
    background: #fff;
}
.weui-tabbar .weui-tabbar__item .weui-tabbar__icon{
  font-size: 1.5rem;
  line-height: 30px;
}
/*首页轮播*/
.swiper {
  width: 100%;
  height: 13rem;
}
.swiper .swiperItemContent {
  position: relative;
  width: 100%;
  height: 13rem;
}
.coverImg {
  width: 100%;
  height: 100%;
  background-size: 100%;
}
.swiper .content {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #fffeff;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  text-align: right;
}
/*首页图标入口*/
.nav {
    margin: 20px 0;
}
.nav .navList {
  display: flex;
  margin-bottom: 20px;
}
.nav .navList .navItem {
  flex: auto;
}

.navItemIcon {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  margin: auto;
  text-align: center;
  line-height: 2.7rem;
  color: #fff;
}

.navItemIcon .iconfont {
  font-size: 1.7rem;
  line-height: 3rem;
}

.navItem .purple {
  background-color: #af6bf6;
}

.navItem .yellow {
  background-color: #f1ad1a;
}

.navItem .orange {
  background-color: #f79510;
}

.navItem .green {
  background-color: #55e07b;
}

.navItem .pink {
  background-color: #ff4b88;
}

.navItem .red {
  background-color: #fc5b3f;
}

.navItem .bule {
  background-color: #3e97fd;
}

.navItem .darkGreen{
  background-color: #0ad2a3;
}

.navItemText {
  color: #707070;
  display: block;
  text-align: center;
  font-size: .9rem;
  margin-top: 3px;
}
/*特色景点*/
.featuredAttractions {
    margin-top: 35px;
}
.featuredAttractions .titleInfo {
    width: 100%;
    height: 40px;
    display: flex;
}
.featuredAttractions .title, .viewMore {
    flex: auto;
}
.featuredAttractions .title {
    padding-left: 10px;
    width: 80%;
}
.featuredAttractions .viewMore{
    color: #999;
    font-size: .8rem;
    line-height: 40px;
    text-align: right;
    padding-right: 10px;
}
.featuredAttractions .list {
  margin: 10px;
  overflow: hidden;
}
.featuredAttractions .list .listItem {
    width: 33%;
    height: 110px;
    float: left;
    position: relative;
    margin-bottom: 2px;
}

.featuredAttractions .list .listItem a {
  width: 100%;
  height: 100%;
  display: block;
}

.featuredAttractions .list .listItem:nth-child(1){
  width: 66.5%;
}

.featuredAttractions .list .listItem:nth-child(2){
  margin-left: 0.5%;
}

.featuredAttractions .list .listItem:nth-child(4){
  margin-left: 0.5%;
}

.featuredAttractions .list .listItem:nth-child(5){
  margin-left: 0.5%;
}

.featuredAttractions .list .listItem img {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}

.featuredAttractions .list .listItem .info {
    position: absolute;
    width: 80%;
    top: 50%;
    left: 10px;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
}

.featuredAttractions .list .listItem .info h4{
  width: 100%;
  flex-shrink: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}

.featuredAttractions .list .listItem .info .described{
  font-size: .8rem;
  width: 100%;
  flex-shrink: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}

/*热门攻略*/
.popularRaiders {
    margin: 20px 10px;
}
.popularRaiders .titleInfo {
    width: 100%;
    height: 40px;
    display: flex;
    padding-top: 25px;
}
.popularRaiders .title, .viewMore {
    flex: auto;
}
.popularRaiders .viewMore{
    color: #999;
    font-size: .8rem;
    line-height: 40px;
    text-align: right;
}
.popularRaiders .adverb {
  font-size: .9rem;
   color: #898989;
   /* padding: 5px 0; */
}

.popularRaiders .list {
    width: 100%;
    margin-top: 10px;
}
.popularRaiders .list .listItem a {
    width: 100%;
    box-shadow: 4px 4px 6px #ccc;
    border-radius: 5px;
    margin-bottom: 15px;
    display: block;
}
.popularRaiders .list .listItem .itemImg {
    width: 100%;
    height: 180px;
    border-radius: 3px;
}

.popularRaiders .list .listItem .itemImg img {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    border-radius: 3px;
    box-shadow: 0 0 10px #ccc;
}

.popularRaiders .list .listItem .itemContent {
    color: #3b3b3b;
    padding: 10px 0 10px 10px;
    display: flex;
}

.popularRaiders .list .listItem .itemContent .info {
    width: 90%;
    flex-shrink: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 1;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}

.popularRaiders .list .listItem .itemContent .iconfont {
    flex-shrink: 0;
}

/*玉屏咨询*/
.advisory {
    margin: 50px 10px 10px 10px;
}
.advisory .titleInfo {
    width: 100%;
    height: 40px;
    display: flex;
}
.advisory .title, .viewMore {
    flex: auto;
}
.advisory .viewMore, .viewMore .iconfont{
    color: #999;
    font-size: .8rem;
    line-height: 40px;
    text-align: right;
}
.advisory .adverb {
  font-size: .9rem;
   color: #898989;
   /* padding: 5px 0; */
}

.advisory .list {
    width: 100%;
    margin-top: 10px;
}

.advisory .list .listItem {
  padding: 10px;
  border: 1px solid #ebebeb;
  margin-bottom: 10px;
  border-radius: 3px;
}

.advisory .list .listItem a {
    width: 100%;
    display: flex;
    color: #2f2f2f;
}

.advisory .list .listItem .itemImg {
    border-radius: 10px;
    width: 140px;
    height: 110px;
    background-size: cover;
    flex-shrink: 0;
}
.advisory .list .listItem .itemImg img {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    border-radius: 5px;
}

.advisory .list .listItem .itemContent {
    padding-left: 15px;
    flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.advisory .list .listItem .itemContent .title, .info {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal; 
}

.advisory .list .listItem .itemContent .info {
  margin: 5px 0;
  font-size: .9rem;
  color: #88888a;
}

.advisory .list .listItem .itemContent .data, .itemContent .data .iconfont{
  font-size: .8rem;
  color: #88888a;
}

/*服务*/
.pageContent {
    margin: 0 .8rem;
  }
  
  .pageContent .nav {
    clear: both;
    font-size: .8rem;
  }
  
  .pageContent .navTitle {
    margin-bottom: 1rem;
  }
    
  .pageContent .navItem {
    width: 20%;
    float: left;
    margin-bottom: 2rem;
  }
  
  .serviceContent .navItemIcon {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    margin: auto;
    text-align: center;
    color: #fff;
  }
  .serviceContent .navItemIcon .iconfont{
    display: inline-block;
    font-size: 2rem;
    line-height: 2rem;
    margin-top: 1rem;
  }
  
  .serviceContent .navItemText {
    display: block;
    text-align: center;
    margin-top: 1rem;
  }
  
  /*我的*/
  .ucContent {
    margin: 0 10px;
    padding-top: 10px;
  }
  
  .ucContent .avatar{
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #fff;
  }
    
  .user {
    background: #fff;
    margin: 24rpx;
    border-radius: 8rpx;
    display: flex;
  }
  
  .user image {
    margin: 40rpx 0 40rpx 30rpx;
    float: left;
  }
  
  .user .loginText {
    line-height: 4rem;
    color: #333;
    text-align: left;
    padding-left: 1rem;
  }
  
  .user .loginText::after {
    border: none;
  }
  
  .userCenterBlock {
    background: #fff;
    border-radius: 8rpx;
    font-size: .8rem;
    padding: 1rem 0;
    margin-bottom: 1rem;
  }
  
  .myOrder {
    font-size: 1rem;
    font-weight: 500;
  }
  
  .allOrder {
    float: right;
    color: #666;
  }
  
  .member {
    border-radius: 8rpx;
    font-size: .8rem;
    padding: 1rem 0;
    margin: 10px 0;
    border-radius: 3px;
    border: 2px solid #fff;
    box-shadow: 0 0 30px #ccc;
  }
  
  .member .itm{
    width: 96%;
    padding: 0 2%;
  }
  
  .member .topMenus {
    flex: 1;
  }
  
  .member .topMenus .item {
    position: relative;
    margin: auto;
  }
  
  .member .topMenus .tips {
    display: block;
    text-align: center;
    color: #fff;
    background: #ff3b30;
    position: absolute;
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    border-radius: .2rem;
    top: 1rem;
    right: 1rem;
  }
  
  .memTitle{
    line-height: 60rpx;
    width: 100%;
    padding: 14rpx 0;
    border-bottom: 2rpx solid #ECECEC;
  }
  
  .member .topMenuCont{
    padding: 2rem 0;
    display: flex;
    text-align: center;
  }
  
  .member .topMenuCont .item .iconfont {
    font-size: 1.2rem;
  }
  
  .myItem{
    display: flex;
    height: 3rem;
    line-height: 3rem;
    border-bottom: 1px solid #ECECEC;
  }
  
  .myItem .iconarrow-right {
    color: #888;
  }
  
  .myIcon {
    font-size: 1.2rem;
    color: #74D1FF!important;
    margin: 0 1rem 0 1rem;;
  }
  
  .myText {
    width: 80%;
  }
  
  .colyel {
     color: #F2E71A;
  }
  
  .colgr {
    color: #47BF92!important;
  }
  
  .colred {
    color: #FD3F2E;
  }


  .search {
    border: 1px solid rgba(255,255,255,0.5);
    background: rgba(255,255,255,0.1);
    color: #fff;
    margin: 2rem .8rem;
    height: 2rem;
    border-radius: .3rem;
    position: absolute;
    top: -10px;
    z-index: 9999;
    width:  calc(100% - 1.6rem);

  }
  
  .searchText {
    font-size: .8rem;
    line-height: 2.2rem;
    padding-left: 2rem;
    text-shadow: 0 0 2px rgba(0, 0, 0, .5);
  }
  
  .iconsearch {
    float: left;
    padding-left: 5px;
    line-height: 2rem;
    font-size: 1.5rem;
  }
  
  /*.iconscan {
    float: right;
    line-height: 2rem;
    font-size: 1.5rem;
  }*/
  /*首页最新公告*/
.bannerSearch {
  /*background: rgba(0, 0, 0, 0.1);*/
  background-color: #1890ff;
  color: #fff;
  margin: 10px;
  height: 2rem;
  border-radius: 50px;
}

.bannerSearchText {
  width: 60%;
  font-size: .8rem;
  line-height: 2rem;
  float: left;
  padding-left: 10px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}

.bannerSearchTitle {
  font-size: .8rem;
  float: left;
  line-height: 2rem;
  padding-left: 10px;
  font-weight: bold;
}

.bannerSearch .iconarrow-right {
  float: right;
  line-height: 2rem;
  font-size: .8rem;
  padding-right: 10px;
}