.home {
  padding: 0.24rem;
  background: #F6F7F9;
  padding-bottom: 2.5rem;
}
.img img {
  width: 100%;
  border-radius: 0.15rem;
}
.date {
  background: #FFF;
  padding: 0 0.24rem;
  border-radius: 0.12rem;
  margin-top: 0.26rem;
}
.date li {
  border-bottom: 0.01rem solid #EFEFEF;
  padding: 0.2rem 0;
}
.date li.ysq{
  position: relative;
}
.date li .ysq_img{
  position:absolute;
  top: 0.1rem;
  right:1.2rem;
  width:1.5rem;
  transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  display:none;
}
.date li font.ads{
    float: right;
}
.date li font.week {
  color: #969696;
  margin-left: 0.2rem;
}
.date li input.time {
  border: none;
  outline: none;
  float: right;
  text-align: right;
  margin-top: 0.06rem;
}
.date li input.time::-webkit-input-placeholder {
  color: #3B3B40;
}
.date li input.time::-moz-input-placeholder {
  color: #3B3B40;
}
.date li input.time::-ms-input-placeholder {
  color: #3B3B40;
}
.date li select.sel {
  float: right;
  border: none;
  outline: none;
  background: none;
  margin-top: 0.06rem;
  /* 解决select下拉箭头在ios上不兼容的问题 */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url('../images/arrow_new_down.png') no-repeat right center transparent;
  background-size: 0.18rem 0.12rem;
  padding-right: 0.25rem;    
  direction: rtl;
}
.date li:last-child {
  border-bottom: none;
}
.tourist {
  background: #FFF;
  padding: 0.24rem;
  border-radius: 0.12rem;
  margin-top: 0.26rem;
}
.tourist .title {
  font-weight: 600;
  justify-content: space-between;
}
.tourist .title .add {
  width: 0.4rem;
  height: 0.4rem;
  display: inline-block;
  background: url(../images/add_ico.jpg) no-repeat center center;
  background-size: cover;
  margin-top: 0.04rem;
}
.tourist .list li {
  justify-content: space-between;
  padding: 0.3rem 0;
  border-bottom: 1px solid #eee;
}
.tourist .list li:last-child{
    border-bottom:none;
    padding-bottom:0;
}
.tourist .list li .del {
  width: 0.4rem;
  height: 0.4rem;
  display: inline-block;
  background: url(../images/del_ico.jpg) no-repeat center center;
  background-size: cover;
  margin-top: 0.54rem;
}
.tourist .list li .detail {
  width: 5.2rem;
}
.tourist .list li .detail .name span{
    float: right;
}
.tourist .list li .detail .card {
  color: #89898F;
}
.tourist .list li .edit {
  color: #3399FF;
  margin-top: 0.55rem;
}
.census {
  justify-content: space-between;
  margin-top: 0.3rem;
}
.census .sum {
  color: #FF4D6A;
  font-size: 0.32rem;
}
.census button {
  width: 1.54rem;
  height: 0.5rem;
  background: #EB624F;
  border: none;
  color: #FFF;
  font-size: 0.22rem;
  border-radius: 0.28rem;
  line-height: 0.45rem;
  outline: none;
}
.census button.active{
  background: #ccc;
}
.cosing_tips{
  margin-top: -2rem;
  padding: 0 0.24rem;
  color: red;
  font-size: 0.26rem;
  background:url(../images/laba.png)no-repeat left top;
  background-size: 0.3rem 0.3rem;
  padding-left: 0.4rem;
  margin-left: 0.24rem;
  width: 90%;
  display: none;
}

.entrance{
  position: relative;
  margin-top: 0.26rem
}
.entrance_bg{
  max-width: 100%;
  border-radius: 0.15rem;
}
.entrance_go{
  position: absolute;
  right: 2px;
  bottom: 0.2rem;
  width: 1.2rem;
  -webkit-animation: shake 1s linear alternate infinite;
  animation: shake 1s linear alternate infinite;
}

@-webkit-keyframes shake{
  0% {right:2px;}
  100% { right:7px;}
}
@keyframes shake{
  0% {right:2px;}
  100% { right:7px;}
} 