body {

    background: #F4F4F4;
    /* height: 100vh; */
}

img{
    width: 100%;
    height: 100%;
}
.juhe .banner {
    height: 2.7rem;
    background: url('../img/banner.jpg') no-repeat center;
    background-size: 100% 100%;
    /* position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0; */
}

.juhe .tit {
    margin: 0 auto;
    width: 3.46rem;
    height: 1.48rem;
    margin-top: -1.2rem;
    background: url('../img/tit.png') no-repeat center;
    background-size: 100% 100%;
    /* position: relative; */
}

.juhe .tit .topbox {
    display: flex;
}

.juhe .tit .logo {
    width: 1.16rem;
    height: auto;
    margin: 0.1rem 0 0 0.166rem;
}

.juhe .tit .logo img {
    width: 100%;
    height: 100%;
    margin-right: 0.08rem;
}

.juhe .topbox .p1 {

    font-size: 0.12rem;
    font-weight: bold;
    display: flex;
}

.juhe .topbox .p1 .timeicon {
    width: 0.14rem;
    height: 0.14rem;
    vertical-align: middle;
    margin-right: 0.08rem;
}

.juhe .topbox .p2 {
    margin-top: 0.07rem;
    font-size: 0.18rem;
    font-weight: 600;
    color: #C79D04;
}

.juhe .topbox .txt {
    margin-top: 0.3rem;
    margin-left: 0.28rem;
}

.juhe .topbox .p3 {
    margin-top: 0.02rem;
    font-size: 0.1rem;
    color: #666666;
}

/* 文字轮播 */
.scrolltxt {
    margin: 0 auto;
    width: 3.19rem;
    height: 0.28rem;
    line-height: 0.28rem;
    background: #FAFAFA;
    border-radius: 0.2rem;
    border: 0px solid #D7D7D7;
    display: flex;
    padding: 0 0.04rem;
    box-sizing: border-box;
}

.scrolltxt .lef .laba {
    width: 0.19rem;
    height: 0.19rem;
    vertical-align: middle;
}

/* 进馆按钮 */
.jgbtn {
    text-align: center;
    margin: 0 auto;
    width: 3.45rem;
    height: 0.52rem;
    line-height: 0.52rem;
    background: #5A9D89;
    box-shadow: 0px 5px 7px 0px rgba(30, 61, 55, 0.08);
    border-radius: 6px;
    font-size: 0.19rem;
    font-weight: bold;
    color: #FFFFFF;
    position: relative;
}
.jgbtn .txt{
    position: absolute;
    left: 0;
    right: 0;
}
.jgbtn .shou{
    position: absolute;
    width: 0.42rem;
    height: 0.4rem;
    right: 0.9rem;
    top: 0.2rem;
}

/* 列表 */
.list {
    margin: 0 auto;
    margin-top: 0.17rem;
    width: 3.45rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.list li {
    width: 1.06rem;
    height: 1.2rem;
    background: #FFFFFF;
    box-shadow: 0px 5px 7px 0px rgba(30, 61, 55, 0.08);
    border-radius: 0.06rem;
    text-align: center;
    margin-bottom: 0.14rem;
}
.list li a{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.list li:nth-child(1),.list li:nth-child(2){
    width: 1.66rem;
    height:0.80rem;
}
.list li:nth-child(1) a,.list li:nth-child(2) a{
    flex-direction: row;
    display: flex;
    justify-content: center;
    align-items: center;
}
.list li:nth-child(1) a img,.list li:nth-child(2) a img{
    margin: 0;
    margin-right: 0.1rem;
}
.list li:nth-child(1) a p,.list li:nth-child(2) a p{
    width: auto;
    border: none;
    margin-top: 0;
}

.list li img {
    margin: 0 auto;
    margin-top: 0.15rem;
   /* margin-bottom: 0.17rem; */
    width: 0.5rem;
    height: 0.5rem;
}

.list li p {
    border-top: 1px solid #E8E8E8;
    width: 100%;
    height: 0.32rem;
    line-height: 0.32rem;
    font-size: 0.14rem;
    font-weight: 600;
    color: #595959;
    margin-top: 0.15rem;
}
.tip-text {
    text-align: left;
    color: #666;
    font-size: 0.12rem;
    width: 3.45rem;
    margin: 0 auto;
    margin-top: 0.12rem;
    line-height: 0.24rem;
}
/* 场馆介绍 */
.info {
    margin: 0 auto;
    width: 3.45rem;
    margin-top: 0.1rem;
    margin-bottom: 0.14rem;

}

.inftit {
    font-size: 0.16rem;
    font-weight: 500;
    color: #0A0A0A;
}

.info .cont {
    margin-top: 0.1rem;
    font-size: 0.13rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 0.22rem;
}

.tips {
    text-align: center;
    margin: 0 auto;
    margin-top: 0.2rem;
    width: 3.45rem;
    padding-bottom: 0.06rem;
    border-bottom: 1px solid #d8d8d8;
    font-size: 0.13rem;
    color: #666666;
}

/* 文字轮播 */
.lunbox {
    height: 0.28rem;
    line-height:  0.28rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-left: 0.06rem;
    font-size: 0.12rem;
    color: #333333;
  }

  .wrapper p {
    font-size: 0.12rem;
    padding: 0;
    margin: 0;
    line-height:  0.28rem;
  }
  