body {
  font-family: Helvetica,Microsoft YaHei;
  font-size: .4rem;
  color: #f1eede;
  background: #182836;
  padding-bottom: 1rem;
}
.clear {
  clear: both;
}
.btn-back{
  position: fixed;
  top: .5rem;
  left: .5rem;
  width: 1.2rem;
  height: 1.2rem;
  background: url(../images/btn_back.png) no-repeat center;
  background-size: 100% auto;
  z-index: 99;
  display: block;
}

.tit-main{
  font-size: .52rem;
  text-align: center;
  margin: 1rem .5rem 20px;
}
.tit-main-fn{
  font-size: .32rem;
  text-align: center;
  margin: 0 .5rem;
  padding-bottom: .5rem;
  background: url(../images/line_tour.png) no-repeat center bottom;
  background-size: 100% auto;
}

.tit-index{
  color: #e9c195;
  font-size: .55rem;
  text-align: center;
  margin: 35px .5rem 15px;
  padding-bottom: .5rem;
  background: url(../images/ico_list.png) no-repeat center bottom;
  background-size: auto .6rem;
}
.list-block{
  padding: 15px .5rem;
}
.list-block p:nth-child(1),.list-block p:nth-child(2){
  font-size: .42rem;
  font-weight: bold;
}
.list-block p:nth-child(2){
  margin-bottom: 5px;
}
.list-block p:nth-child(even){
  opacity: .5;
}