@media only screen and (max-width: 1440px) {
  /* 订单详情 */
  .ord_left{
    width: 1rem;
  }
  .ord_right{
    width: 12.8rem;
  }
}

@media only screen and (max-width: 1024px) {
  .content{
    width: 94%;
  }
  /*首页*/
  .header{
    padding: 0 0.4rem;
  }
  .search_pic{
    margin: 0.42rem 0.8rem 0 0.35rem;
  }
  .nav{
    display: none;
  }
  .menu {
    position: absolute;
    top: 0.55rem;
    right: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 0.4rem;
    height: 0.6rem;
    transition: transform 250ms ease;
    cursor: pointer;
    z-index: 200;
    display: block;
  }
  .menu span {
    position: relative;
    display: block;
    width: 100%;
    height: 2px;
    background: #333;
    border-radius: 10px;
    transition: transform 250ms ease;
    z-index: 200;
  }
  .menu span:nth-of-type(1) {
    transform: translateY(-6px);
  }
  .menu span:nth-of-type(2){
    width: 80%;
  }
  .menu span:nth-of-type(3) {
    transform: translateY(6px);
  }
  #menu {
    display: none;
  }
  #menu:checked ~ .menu {
    background-color: transparent;
    transition: transform 250ms ease;
  }
  #menu:checked ~ .menu span {
    background-color: #fff;
    transition: transform 250ms ease;
  }
  #menu:checked ~ .menu span:nth-of-type(1) {
    transform: translateY(1px) rotate(45deg);
    width: 100% !important;
  }
  #menu:checked ~ .menu span:nth-of-type(2) {
    display: none;
  }
  #menu:checked ~ .menu span:nth-of-type(3) {
    transform: translateY(-1px) rotate(-45deg);
    width: 100% !important;
  }
  #menu:checked ~ .nav02 {
    display: block;
    transition: 500ms ease;
  }
  .nav02 {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 6% 0;
    box-sizing: border-box;
    overflow-y: scroll;
    background: #b41d20;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    transition: 500ms ease;
    z-index: 99;
    display: none;
  }
  .nav02 li {
    position: relative;
    display: block;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.38);
    font-size: 0.28rem;
    line-height: 0.9rem;
    text-indent: 5%;
    color: #fff;
  }
  .nav02 li a {
    position: relative;
    display: block;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
  }
  .nav02 li a:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    transition: width 250ms ease;
    z-index: -1;
  }

  .about_pic{
    float: none;
    margin: 0 auto 0.5rem;
  }
  .about_right{
    float: none;
    width: 100%;
  }
  .more{
    float: none;
    margin: 0 auto;
  }
  .quick_box{
    width: 35%;
  }
  .quick_list li{
    height: 2.4rem;
  }
  .news_part{
    width: 62%;
  }
  .news_top .more{
    float: right;
    margin: 0.53rem 0 0 0;
  }
  .news .swiper-slide{
    height: 5.4rem;
  }
  .news_pic{
    height: 2.2rem;
  }
  .exhibition_bg{
    height: auto;
  }
  .exh_left{
    padding: 0;
  }
  .exh_pic{
    height: 3rem;
  }
  .exh_con01 .swiper-button-next{
    right: 3.2rem;
  }
  .martyr_txt{
    width: 94%;
    margin: 0 auto 0.24rem;
  }

  .foot_bg{
    background-size: auto 100%;
    padding: 0.4rem 0;
  }
  .foot_bg .content{
    display: flex;
    flex-wrap: wrap;
  }
  .foot_a{
    width: 3.6rem;
  }
  .foot_b{
    width: calc(100% - 3.6rem);
  }
  .foot_c{
    margin: 0.3rem auto 0;
  }
  .f_nav{
    display: none;
  }
  .copyright{
    justify-content: center;
  }
  /* .foot_b{
    display: none;
  }
  .copyright02{
    display: block;
  } */
  

  /* 祭扫预约 */
  .date_tit{
    width: 18%;
    margin-right: 2%;
  }
  .date_bg{
    width: 80%;
    padding: 0.2rem 0.4rem;
  }
  .date{
    width: 100%;
  }
  .date_bg .swiper-button-next{
    right: 0;
  }
  .time_tit{
    width: 18%;
    margin-right: 2%;
  }
  .time_bg{
    width: 70%;
    padding: 0.2rem;
  }
  .time_box .fr{
    float: left;
    margin: 0.3rem 0 0 20%;
  }
  .res_box{
    padding: 0.45rem 0 0 4%;
  }
  .res_txt{
    width: 32%;
    padding-right: 2%;
  }
  .res_name{
    width: 50%;
  }
  .res_yzm{
    width: 32%;
    margin-right: 2%;
  }
  .res_yzmimg{
    width: 16%;
  }
  .res_box .tc{
    text-align: left;
  }
  .res_btn{
    width: 50%;
    margin-left: 32%;
  }

  /* 个人中心 */
  .quit{
    right: 1.6rem;
  }
  .yy{
    margin-bottom: 0.4rem;
  }
  .y01{
    width: 10%;
  }
  .y02{
    width: 27%;
  }
  .y03{
    width: 18%;
  }
  .y04{
    width: 17%;
  }
  .y05{
    width: 16%;
  }
  .y06{
    width: 12%;
  }

  /* 订单详情 */
  .ord_left{
    width: 14%;
  }
  .ord_right{
    width: 82%;
  }

  /* 动态资讯 */
  .news_date{
    width: 14%;
    margin-right: 4%;
  }
  .news_c{
    width: 62%;
  }
  .news_xq{
    width: 15%;
  }

  /* 陈列展览 */
  .grave ul{
    margin-right: -2%;
  }
  .grave li{
    width: 23%;
    margin: 0 2% 0.4rem 0;
  }
  .grave_pic{
    height: 2.8rem;
  }

  /* 英烈名录 */
  .hero_ss_box{
    width: 80%;
  }
  .hero_ss{
    width: 84%;
  }
  .hero_ssbtn{
    width: 15%;
  }
  .hero ul{
    margin-right: -2%;
  }
  .hero li{
    width: 18%;
    margin: 0 2% 0.7rem 0;
  }
  .hero_pic{
    height: 2.4rem;
  }
  .hero_txt{
    width: 80%;
    font-size: 0.16rem;
    left: 10%;
  }

  .show_pic{
    float: none;
    margin: 0 auto 0.5rem;
  }
  .show_right{
    float: none;
    width: 100%;
  }


  /* 预约到园 */
  .yuan_type li:nth-child(1) .yuan_txt{
    min-width: 2rem;
  }
  .yuan_type li:nth-child(2) .yuan_txt{
    min-width: 5rem;
  }
  .yuan_type li:nth-child(3) .yuan_txt{
    min-width: 5rem;
  }
  .yuan_type li:nth-child(4) .yuan_txt{
    min-width: 2rem;
  }


  /* 个人预约 */
  .reserve_time{
    width: 98%;
  }
  .reserve_time li{
    width: 24%;
  }
  .reserve_r{
    width: calc(100% - 2.03rem);
  }
  .mar{
    margin-bottom: 0.2rem;
  }
  .reserve_w01{
    width: 2.03rem;
  }


  /* 团队预约 */
  .team_jj{
    float: none;
  }


  /* 我的预约 */
  .my_list ul{
    margin-right: 0;
  }
  .my_list li{
    float: none;
    width: 99.9%;
    height: 1.6rem;
    margin: 0 0 0.32rem 0;
  }
}

@media only screen and (max-width: 1023px) {
  img{
    width: 100%;
  }
  .pc{
    display: none;
  }
  .phone{
    display: block;
  }

  /*首页*/
  .scroll{
    width: 0.5rem;
  }
  .about_pic{
    width: 100%;
    height: 4.4rem;
  }
  .video_box{
    width: 100%;
    height: 40%;
  }
  .video_close{
    right: 0.3rem;
  }
  .about{
    font-size: 0.26rem;
    line-height: 0.44rem;
    height: 3.52rem;
  }
  .more{
    width: 2rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.26rem;
  }
  .quick_box{
    float: none;
    width: 100%;
    margin-bottom: 0.8rem;
  }
  .news_tit{
    font-size: 0.28rem;
    line-height: 0.48rem;
  }
  .quick_list li{
    height: 4.5rem;
  }
  .quick_txt{
    font-size: 0.3rem;
    line-height: 0.9rem;
  }
  .news_part{
    float: none;
    width: 100%;
  }
  .news_top .news_tit{
    float: none;
    width: 100%;
  }
  .news{
    margin-bottom: 0.5rem;
  }
  .news .swiper-slide{
    height: 5.88rem;
  }
  .news_pic{
    height: 2.6rem;
  }
  .news_tt{
    font-size: 0.28rem;
  }
  .news_txt{
    font-size: 0.26rem;
    line-height: 0.4rem;
    height: 1.2rem;
  }
  .news_time{
    font-size: 0.28rem;
    line-height: 0.46rem;
  }
  .news_time img{
    margin-top: 0.16rem;
  }
  .exh_left{
    float: none;
    width: 100%;
  }
  .exh_tit{
    text-align: center;
  }
  .exh_type{
    padding: 0;
    text-align: center;
    margin: 0.3rem 0;
  }
  .exh_type li{
    display: inline-block;
    font-size: 0.32rem;
    margin: 0 0.3rem;
  }
  .exh_right{
    position: static;
    top: auto;
    left: auto;
    margin-bottom: 0.6rem;
  }
  .exh_con01,.exh_con02{
    padding: 0;
    width: 100%;
  }
  .exh_tt{
    font-size: 0.28rem;
  }
  .exh_txt{
    font-size: 0.26rem;
    line-height: 0.4rem;
    height: 0.8rem;
  }
  .exh_pic{
    height: 4.4rem;
  }
  .martyr_txt{
    line-height: 0.5rem;
  }

  .foot_bg .content{
    display: block;
  }
  .foot_b{
    float: none;
    width: 100%;
    
  }
  .f_nav{
    display: none;
  }
  .copyright{
    display: block;
    text-align: center;
    font-size: 0.22rem;
    line-height: 0.36rem;
  }
  .copyright a:first-child{
    display: inline-block;
  }
  .foot_a{
    float: none;
    width: 100%;
    padding-top: 0;
    margin-bottom: 0.3rem;
  }
  .f_logo{
    width: 4rem;
    margin: 0.2rem auto 0.4rem;
  }
  .f_add{
    line-height: 0.44rem;
    font-size: 0.26rem;
  }
  .f_add img{
    width: 0.3rem;
    height: 0.3rem;
  }
  .foot_c{
    float: none;
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 auto;
  }
  .foot_c img{
    width: 1.4rem;
    height: 1.4rem;
  }
  /* .copyright02{
    font-size: 0.22rem;
    line-height: 0.36rem;
  }
  .copyright02 a:first-child{
    display: inline-block;
  } */

  /* 首页 */
  .header{
    padding: 0 0.3rem;
  }
  .menu {
    top: 0.5rem;
    right: 0.3rem;
    width: 0.5rem;
    height: 0.6rem;
  }
  .search_pic{
    width: 0.4rem;
    height: 0.4rem;
    margin: 0.35rem 0.7rem 0 0.1rem;
  }

  /* 祭扫预约 */
  .type_bg{
    background: none;
  }
  .type_bg .content{
    width: 100%;
  }
  .type{
    float: none;
    width: 100%;
    padding: 0 3%;
    background: #f8f8f8;
  }
  .type li{
    line-height: 0.95rem;
    font-size: 0.28rem;
    margin: 0;
  }
  .type i{
    width: 0.54rem;
    height: 0.36rem;
  }
  .path{
    float: none;
    width: 94%;
    line-height: 0.75rem;
    padding: 0 0.4rem;
    font-size: 0.26rem;
    margin: 0 auto;
  }
  .date_tit{
    width: 22%;
    font-size: 0.28rem;
  }
  .date_bg{
    width: 75%;
  }
  .date{
    float: none;
    width: 90%;
  }
  .date_txt{
    font-size: 0.26rem;
  }
  .date_txt h1{
    font-size: 0.26rem;
    line-height: 0.44rem;
  }
  .time_tit{
    float: none;
    width: 100%;
    text-align: left;
    font-size: 0.28rem;
    margin: 0;
  }
  .time_bg{
    float: none;
    width: 100%;
    height: 1.02rem;
  }
  .time_a{
    width: 18%;
    font-size: 0.28rem;
    line-height: 0.6rem;
  }
  .time_a input{
    margin: 0.18rem 0.1rem 0 0;
  }
  .time_b{
    width: 42%;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.28rem;
  }
  .time_c{
    font-size: 0.28rem;
    line-height: 0.6rem;
  }
  .time_box .fr{
    margin: 0.3rem 0 0 0;
  }

  .reserve_tit{
    line-height: 1.2rem;
    font-size: 0.34rem;
  }
  .reserve_bg{
    padding: 0.19rem 0 0.6rem;
  }
  .res_typy{
    height: 0.8rem;
  }
  .res_typy li{
    line-height: 0.8rem;
    font-size: 0.3rem;
    margin: 0 0.5rem;
  }
  .res_txt{
    line-height: 0.8rem;
    font-size: 0.28rem;
  }
  .res_name{
    width: 60%;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.28rem;
    padding-right: 0.2rem;
  }
  .res_yzm{
    width: 37%;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.28rem;
  }
  .res_yzmimg{
    float: right;
    width: 21%;
    height: 0.56rem !important;
    font-size: 0.32rem;
    margin-right: 0.1rem;
  }
  .res_btn{
    width: 60%;
    height: 0.8rem;
    font-size: 0.3rem;
  }

  /* 个人中心 */
  .quit{
    font-size: 0.28rem;
    right: 1.4rem;
  }
  .y01{
    width: 15%;
  }
  .y02{
    width: 22%;
  }
  .y03{
    width: 15%;
  }
  .y04{
    width: 14%;
  }
  .y05{
    width: 14%;
  }
  .y06{
    width: 20%;
  }

  /* 注册 */
  .reg_box{
    width: 80%;
  }
  .reg_tit{
    line-height: 1.2rem;
    font-size: 0.4rem;
  }
  .reg_b{
    height: 0.8rem;
    line-height: 0.8rem;
    padding: 0 0.2rem;
  }
  .reg_left{
    font-size: 0.26rem;
  }
  .reg_tel{
    width: 70%;
    height: 0.8rem;
    font-size: 0.26rem;
  }
  .reg_yzm{
    height: 0.8rem;
    font-size: 0.26rem;
  }
  .reg_yzm_txt{
    font-size: 0.26rem;
  }
  .reg_btn{
    height: 0.8rem;
    font-size: 0.28rem;
  }
  .reg_txt{
    line-height: 0.48rem;
    font-size: 0.26rem;
  }

  /* 订单详情 */
  .ord_box{
    display: block;
  }
  .order_bg{
    padding: 0.3rem;
  }
  .ord_left{
    width: 100%;
    text-align: left;
    line-height: 0.42rem;
    font-size: 0.26rem;
  }
  .ord_right{
    width: 100%;
    font-size: 0.26rem;
    line-height: 0.42rem;
  }

  /* 动态资讯 */
  .news_date{
    width: 23%;
    margin-right: 0;
  }
  .news_date h1{
    font-size: 0.4rem;
    line-height: 0.8rem;
  }
  .news_date h2{
    font-size: 0.28rem;
    line-height: 0.52rem;
  }
  .news_c{
    float: right;
    width: 72%;
  }
  .news_c h1{
    font-size: 0.28rem;
    height: 0.42rem;
    line-height: 0.42rem;
  }
  .news_ctxt{
    font-size: 0.26rem;
    line-height: 0.4rem;
    height: 0.8rem;
  }
  .news_xq{
    display: none;
  }
  .page a{
    width: 0.7rem;
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.26rem;
  }

  /* 联系我们 */
  .contact{
    line-height: 0.42rem;
    font-size: 0.28rem;
  }
  .map{
    height: 5rem;
  }

  /* 陈列展览 */
  .grave ul{
    margin-right: -3%;
  }
  .grave li{
    width: 47%;
    margin: 0 3% 0.4rem 0;
  }
  .grave_pic{
    height: 4rem;
  }
  .grave_w h1{
    font-size: 0.29rem;
    height: 0.7rem;
    line-height: 0.7rem;
  }
  .grave_txt{
    font-size: 0.26rem;
    line-height: 0.4rem;
    height: 0.8rem;
  }
  .grave_more{
    width: 50%;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.26rem;
  }

  /* 英烈名录 */
  .hero_ss_box{
    width: 100%;
    height: 0.82rem;
  }
  .hero_ss{
    width: 82%;
    height: 0.8rem;
	  line-height: 0.8rem;
    font-size: 0.28rem;
  }
  .hero_ssbtn{
    width: 17%;
    height: 0.8rem;
    font-size: 0.28rem;
  }
  .hero ul{
    margin-right: -3%;
  }
  .hero li{
    width: 47%;
    margin: 0 3% 0.7rem 0;
  }
  .hero_pic{
    height: 4.4rem;
  }
  .hero_txt{
    height: 0.8rem;
	  line-height: 0.8rem;
    font-size: 0.28rem;
    bottom: -0.4rem;
  }

  .show_tit{
    margin-bottom: 0.2rem;
  }
  .voice{
    width: 2rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.26rem;
    margin-top: 0.1rem;
  }
  .voice img{
    width: 0.31rem;
    height: 0.29rem;
    margin: 0 0.15rem 0.05rem 0;
  }
  .show_txt{
    line-height: 0.46rem;
    font-size: 0.26rem;
  }

  /* 园林介绍 */
  .about_title{
    font-size: 0.3rem;
  }


  /* 预约到园 */
  .yuan_bg{
    padding: 0.5rem 0.3rem 1rem;
  }
  .yuan_type li:nth-child(1) .yuan_txt{
    min-width: 1.2rem;
  }
  .yuan_type li:nth-child(2) .yuan_txt{
    min-width: 4rem;
  }
  .yuan_type li:nth-child(3) .yuan_txt{
    min-width: 4rem;
  }
  .yuan_type li:nth-child(4) .yuan_txt{
    min-width: 1.2rem;
  }
  .yuan_txt{
    padding: 0 0.14rem;
  }
  .yuan_tit{
    font-size: 0.3rem;
    line-height: 0.4rem;
  }
  .yuan{
    font-size: 0.24rem;
    line-height: 0.4rem;
  }
  .ins_box{
    width: 96%;
  }
  .ins_tit{
    line-height: 0.5rem;
    font-size: 0.36rem;
  }
  .ins_txt{
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
  .ins_btn{
    width: 2.9rem;
    height: 0.77rem;
    line-height: 0.77rem;
    font-size: 0.24rem;
  }


  /* 个人预约 */
  .reserve_top{
    margin-bottom: 0.48rem;
  }
  .reserve_title{
    padding: 0 0.9rem 0 0.6rem !important;
    font-size: 0.3rem;
  }
  .back{
    width: 1.05rem;
    font-size: 0.24rem;
  }
  .reserve_con{
    padding: 0 0.2rem;
  }
  .reserve_left{
    float: none;
    width: 100%;
    text-align: left;
    font-size: 0.28rem;
    font-weight: bold;
    padding-right: 0;
    margin-bottom: 0.17rem;
    position: relative;
  }
  .reserve_right{
    float: none;
    width: 100%;
  }
  .p01{
    display: block;
    padding-bottom: 0.1rem;
  }
  .p03{
    padding: 0.1rem 0.2rem;
  }
  .reserve_date ul{
    height: 1.28rem;
    overflow-y: hidden;
    overflow-x: scroll;
    scrollbar-width: none;
    display: flex;
    flex-flow: column wrap;
  }
  .reserve_date li{
    width: 0.91rem;
    margin: 0 1% 0.2rem 0;
  }
  .more_date{
    width: 1.6rem;
    color: #666;
    font-size: 0.24rem;
    font-weight: normal;
    height: 0.5rem;
    display: flex;
    justify-content: right;
	  align-items: center;
    position: absolute;
    top: 0;
    right: 0.1rem;
  }
  .more_date img{
    width: 0.18rem;
    height: 0.15rem;
    margin-left: 0.12rem;
  }
  .reserve_time{
    width: 100%;
  }
  .reserve_time ul{
    margin-right: -1.33%;
  }
  .reserve_time li{
    width: 32%;
    font-size: 0.22rem;
    height: 0.6rem;
	  line-height: 0.58rem;
    margin: 0 1.33% 0.18rem 0;
  }
  .reserve_r{
    float: none;
    width: 100%;
  }
  .reserve_inp{
    width: 100%;
    height: 0.6rem;
    line-height: 0.58rem;
    border-radius: 0.1rem;
    padding-left: 0.15rem;
    font-size: 0.22rem;
  }
  .reserve_w01{
    float: none;
    width: 100%;
    text-align: left;
    font-size: 0.28rem;
    font-weight: bold;
    padding-right: 0;
    margin-bottom: 0.17rem;
  }
  .reserve_w02{
    width: auto;
    text-align: left;
    font-size: 0.28rem;
    font-weight: bold;
    padding-right: 0.36rem;
    margin-bottom: 0.17rem;
  }
  .rylx_bg{
    width: 100%;
    height: 0.6rem;
  }
  .rylx{
    height: 0.58rem;
    font-size: 0.22rem;
  }
  .custom-radio{
    font-size: 0.22rem;
  }
  .tong li{
    width: 40%;
    height: 0.6rem;
    margin: 0 6% 0.14rem 0;
  }
  .tong_con{
    width: 80%;
    height: 0.58rem;
    line-height: 0.56rem;
    font-size: 0.22rem;
  }
  .addto{
    font-size: 0.22rem;
  }
  .reserve_yzm{
    height: 0.58rem;
    border: none;
    font-size: 0.22rem;
  }
  .reserve_yzm_img{
    width: 1.1rem;
    height: 0.54rem;
    line-height: 0.54rem;
    font-size: 0.22rem;
  }
  .btn_submit{
    width: 100%;
    height: 0.6rem;
  }

  .date_tm{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
  }
  .date_part{
    width: 100%;
    padding: 0.3rem 0.26rem 0.1rem;
    background: #fff;
    border-radius: 0.4rem 0.4rem 0 0;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .date_title{
    width: 100%;
    text-align: center;
    line-height: 0.54rem;
    color: #333;
    font-size: 0.32rem;
    font-weight: bold;
    margin-bottom: 0.3rem;
  }
  .date_close{
    width: 0.48rem;
    height: 0.48rem;
    position: absolute;
    top: 0.26rem;
    right: 0.28rem;
  }
  .date_close img{
    width: 100%;
    height: 100%;
  }
  .date_tt{
    width: 100%;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    background: #f4f4f4;
    border-radius: 0.1rem;
    color: #333;
    font-size: 0.26rem;
  }
  .date_week{
    width: 100%;
    padding: 0.27rem 0 0.14rem;
  }
  .date_week ul{
    margin-right: -1%;
  }
  .date_week li{
    float: left;
    width: 13.28%;
    text-align: center;
    margin-right: 1%;
    color: #333;
    font-size: 0.26rem;
    font-weight: bold;
  }
  .date_list{
    width: 100%;
  }
  .date_list ul{
    height: 3.28rem;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-right: -1%;
    scrollbar-width: none;
  }
  .date_list li{
    float: left;
    width: 13.28%;
    height: 1.28rem;
	  padding-top: 0.3rem;
    text-align: center;
    line-height: 0.34rem;
    margin: 0 1% 0.36rem 0;
    color: #333;
    font-size: 0.18rem;
    background: #fff1f1;
	  border: solid 0.01rem #ee584d;
    border-radius: 0.1rem;
  }
  .date_list h1{
    color: #b41d20;
    font-size: 0.3rem;
    line-height: 0.38rem;
    margin-bottom: 0.1rem;
  }
  .date_list li:first-child{
    margin: 0 1% 0.36rem 57.12%;
  }
  .date_list li.disabled{
    background: #f3f3f3;
    border: solid 0.01rem #bebebe;
  }
  .date_list li.disabled h1{
    color: #333;
  }
  .date_list li.on{
    background: url(../img/gryy_03.jpg) no-repeat;
    background-size: 105% 100%;
    border: solid 0.01rem #ee584d;
    color: #fff;
  }
  .date_list li.on h1{
    color: #fff;
  }

  .zhengjian{
    width: 100%;
    height: 0.6rem;
    line-height: 0.58rem;
    font-size: 0.22rem;
    background: url("../img/gryy_04.png") no-repeat 96% center #fff;
    background-size: 0.23rem 0.13rem;
    border: solid 0.01rem #bebebe;
	  border-radius: 0.1rem;
    color: #999;
    font-size: 0.22rem;
    padding-left: 0.15rem;
    margin-bottom: 0.2rem;
  }
  .zj_tm{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
  }
  .zj_list{
    width: 100%;
  }
  .zj_list ul{
    height: 3.88rem;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: none;
  }
  .zj_list li{
    height: 0.8rem;
    line-height: 0.8rem;
    background: #f7f7f7;
    border-radius: 0.1rem;
    color: #333;
    font-size: 0.26rem;
    padding: 0 1rem 0 0.3rem;
    margin-bottom: 0.17rem;
    position: relative;
  }
  .zj_list li em{
    width: 0.39rem;
    height: 0.39rem;
    background: url(../img/gryy_05.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.3rem;
  }
  .zj_list li.on{
    background: #fdf5f4;
  }
  .zj_list li.on em{
    background: url(../img/gryy_06.png) no-repeat;
    background-size: 100% 100%;
  }

  .gryy_box{
    width: 94%;
    padding: 0.35rem 0.1rem;
  }
  .gryy{
    font-size: 0.28rem;
    line-height: 0.44rem;
  }


  /* 团队预约 */
  .btn_submit_team{
    padding-left: 2.03rem;
  }
  .btn_submit_team .btn_submit{
    margin-top: 0.1rem;
  }
  .team_jj .reserve_left{
    float: left;
    width: 1.8rem;
  }
  .team_jj .reserve_r{
    float: left;
    width: calc(100% - 1.8rem);
  }
  .btn_submit_team{
    padding: 0.1rem 0.2rem;
  }
  .team_txt{
    font-size: 0.22rem;
  }


  /* 我的预约 */
  .my_list{
    padding: 0 0.3rem 1rem;
  }
  .my_list li{
    height: auto;
    padding: 0.4rem 0.22rem 0.28rem;
    margin: 0 0 0.28rem 0;
    display: block;
  }
  .my_left{
    font-size: 0.24rem;
    line-height: 0.3rem;
  }
  .my_center{
    width: calc(100% - 0.96rem);
    font-size: 0.24rem;
    line-height: 0.36rem;
    padding: 0 0 0 0.2rem;
    margin-bottom: 0.3rem;
  }
  .my_center div{
    width: 1.3rem;
  }
  .quxiao{
    width: 1rem;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.22rem;
    cursor: pointer;
  }
  .my_btn{
    float: none;
    width: 2.04rem;
	  height: 0.5rem;
    font-size: 0.24rem;
    margin: 0 auto;
  }
  .my_btn a{
    width: 2rem;
	  height: 0.46rem;
  }


  /* 我的预约-预约码 */
  .code_box{
    width: 80%;
  }
  .code_tt{
    font-size: 0.3rem;
  }
  .code_bg{
    margin-top: -0.02rem;
  }
  .code{
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
  .code h1{
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
  .code_txt{
    font-size: 0.26rem;
    line-height: 0.44rem;
  }
  .code_btn{
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.26rem;
  }
  .page02 a{
    width: 0.7rem;
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.26rem;
  }
}