.index{
  padding-bottom: 1.6rem;
}
.index_container{
  padding: 5%;
  margin-top: 0.3rem;
}
.index_container .steps .title{
  font-weight: bold;
  font-size: 0.25rem;
  color: #34884d;
}
.index_container .steps .steps_ul_img{
    width: 100%;
}
.index_container .steps .steps_ul_img img{
    width: 100%;
    object-fit: cover;
}
.index_container .steps .steps_ul{
  display: flex;
  justify-content: space-between;
  margin: 0.4rem 0;
}
.index_container .steps .steps_ul .step_li{
  padding: 0.1rem 0.18rem;
  background-color: #fff;
  color: #636363;
  border: 1px solid #c0c0c0;
  border-radius: 0.4rem;
  text-align: center;
  box-shadow: 0px 3px 6px 0px #c1bfbf;
}
.index_container .steps .steps_ul .step_icon{
  display: flex;
  align-items: center;
  font-size: 0.25rem;
  color: #bdbdbd;
  font-family: '宋体';
  /*margin: 0 0.06rem;*/
  width: 0.2rem;
}
.index_container .steps .steps_ul .step_icon img{
    width: 100%;
}
.index_container .take_btn{
  display: block;
  width: 100%;
  text-align: center;
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.3rem;
  color: #fff;
  font-weight: bold;
  background-image: linear-gradient(to bottom,#34884d,#34884d);
  border-radius: 0.4rem;
  box-shadow: 1px 2px 8px 0px #ababab;
}
.index_container .tips{
  color: #34884d;
  margin: 0.4rem 0;
  font-size: 0.25rem;
}
.index_container .hotels{
  border-radius: 0.2rem;
  overflow: hidden;
  border: 2px solid #f0f0f0;
  padding-bottom: 0.35rem;
  margin-bottom: 0.5rem;
}
.index_container .hotels .hotel_theme{
  background-color: #f0f0f0;
  color: #34884d;
  font-size: 0.3rem;
  font-weight: bold;
  height: 0.85rem;
  line-height: 0.85rem;
  text-align: center;
}
.index_container .hotels .img{
  padding: 0.35rem 0.2rem 0;
}
.index_container .hotels .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_container .rules .rule_theme{
  font-weight: bold;
  font-size: 0.3rem;
  color: #34884d;
}
.index_container .rules .rule_ul .rule_li{
  margin-top: 0.35rem;
  font-size: 0.25rem;
}
.index_container .rules .rule_ul .rule_li .title{
  font-weight: bold;
  margin-bottom: 0.1rem;
  color: #767676;
}
.index_container .rules .rule_ul .rule_li .info{
  margin-bottom: 0.1rem;
  color: #9c9c9c;
  line-height: 0.45rem;
}
.index .win_top{
  background-color: #ff0850;
  width: 0.8rem;
  border-radius: 0.1rem;
  /*display: flex;*/
  display: none;
  flex-direction: column;
  align-items: center;
  padding: 0.1rem 0;
}
.index .back_to_top.change_display{
    display: flex;
}
.index .back_to_top{
  position: fixed;
  bottom: 1rem;
  right: 0.5rem;
  cursor: pointer;
}
.index .win_top .img{
  width: 0.4rem;
  height: 0.4rem;
}
.index .win_top .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index .win_top .world{
  font-size: 12px;
  color: rgb(230, 230, 230);
  margin-top: 2px;
}
/* //适配移动端样式 */
@media screen and (max-width:750px){  
  .index_container{
      padding: 0 4%;
  }
  }
  /* //适配PC端样式 */
  @media screen and (min-width:750px){  
      .index_container{
          padding: 0 3%;
      }
      .index_container .steps .steps_ul .step_li{
        width: 29%;
        border-radius: 0.2rem;
        padding: 0.1rem 0;
      }
  }