
.content{
  padding: 30px 0 50px;
}
.date {
  background: #FFF;
  padding: 0 30px;
  border-radius: 10px;
}
.date li {
  border-bottom: 1px solid #EFEFEF;
  padding: 20px 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: 40px;
}
.date li input.time {
  border: none;
  outline: none;
  float: right;
  text-align: right;
  margin-top: 0;
  cursor: pointer;
}
.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;
  /* 解决select下拉箭头在ios上不兼容的问题 */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url('../images/arrow_new_down.png') no-repeat right center transparent;
  background-size: 18px 12px;
  padding-right: 40px;    
  direction: rtl;
  cursor: pointer;
}
.date li:last-child {
  border-bottom: none;
}
.tourist {
  background: #FFF;
  padding: 30px;
  border-radius: 10px;
  margin-top: 30px;
}
.tourist .title {
  font-weight: 600;
  justify-content: space-between;
}
.tourist .title .add {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url(../images/add_ico.jpg) no-repeat center center;
  background-size: cover;
  cursor: pointer;
}
.tourist .list li {
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.tourist .list li:last-child{
    border-bottom:none;
    padding-bottom:0;
}
.tourist .list li .del {
  width: 25px;
  height: 25px;
  display: inline-block;
  background: url(../images/del_ico.jpg) no-repeat center center;
  background-size: cover;
  margin-top: 30px;
  cursor: pointer;
}
.tourist .list li .detail {
  width: 840px;
}
.tourist .list li .detail .name span{
    float: right;
}
.tourist .list li .detail .card {
  color: #89898F;
}
.tourist .list li .edit {
  color: #3399FF;
  margin-top: 30px;
}
.census {
  justify-content: space-between;
  margin-top: 50px;
}
.census .sum {
  color: #FF4D6A;
  font-size: 32px;
}
.census button {
    width: 154px;
    height: 50px;
    background: #EB624F;
    border: none;
    color: #FFF;
    font-size: 22px;
    border-radius: 30px;
    line-height: 50px;
    outline: none;
    cursor: pointer;
}
.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;
}
