.service_banner {
    width:100%;
    min-width: 1200px;
    margin:0 auto;
    /* height: 600px; */
    overflow: hidden;
}
.service_banner img{
    width:100%;
    display: block;
}
.service_table {
    /*margin-top:50px;*/
}
.service_table .title_nav_ls {
    background-color: #fff;
    height: 66px;
    line-height: 66px;
    text-align: center;
    color: #333;
    font-size: 30px;
    max-width:1630px;
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    display: flex;
    border-bottom: 1px solid #e9e9e9;
}
.service_table .nav_c{
    width: 16.6%;
    text-align: center;
    height: 66px;
    cursor: pointer;
}
.service_table .nav_c .msgs {
    display: none;
    margin: 0 auto;
    width: 180px;
}
.service_table .nav_c .msg {
    width: 180px;
    height: 80px;
    font-size: 22px;
    padding: 0 5px;
    float: left;
    line-height: normal;
    z-index: 2;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #e9e9e9;
    border-top:none;
    box-sizing: border-box;
}
.service_table .nav_c .msg:hover{
    background: #3691fc;
    color:#fff;
    border: 1px solid #3691fc;
    border-top:none;
}
.service_table .nav_c .msg.active{
    background: #3691fc;
    color:#fff;
    border: 1px solid #3691fc;
    border-top:none;
}
.service_table .nav_c .msg .name{
    width:100%;
    text-align: center;
}
.service_table .nav_c:hover .msgs{
    display: block;
}
.service_table .title_nav_content {
    min-height: 500px;
    max-width:1630px;
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}
.service_table .title_nav_content .content_t {
    display: flex;
    width:100%;
    height:462px;
    margin-bottom: 20px;
}

.service_table .title_nav_content .content_t .img {
    height:462px;
    cursor: pointer;
    width: 800px;
}
.service_table .title_nav_content .content_t .t_info {
    height:462px;
    width:624px;
    margin-left:62px;
    padding: 40px 0 35px;
    box-sizing: border-box;
    color:#666666;
    font-size: 24px;
    position: relative;
}
.service_table .title_nav_content .content_t .t_info .i_title{
    color:#000000;
    font-weight: bold;
    font-size: 30px;
    line-height: 88px;
}
.service_table .title_nav_content .content_t .t_info .i_name{
    font-size: 24px;
    line-height: 80px;
}
.service_table .title_nav_content .content_t .t_info .i_num{
    font-size: 24px;
    line-height: 80px;
}
.service_table .title_nav_content .content_t .t_info .i_time{
    font-size: 24px;
    line-height: 80px;
}
.service_table .title_nav_content .content_t .t_info .i_price{
    font-size: 24px;
    line-height: 80px;
}
.service_table .title_nav_content .content_t .t_info .btn {
    position: absolute;
    bottom:35px;
    right:0;
    font-size: 24px;
    background: #fff;
    border:1px solid #3691fc;
    border-radius: 5px;
    color:#3691fc;
    font-weight: bold;
    padding:15px 44px;
}
.service_table .title_nav_content .content_b {
    /*width:1520px;*/
    width:100%;
    margin: 0 auto;
}
.service_table .title_nav_content .content_b .b_title {
    color:#333;
    font-weight: 600;
    font-size: 60px;
    height:174px;
    line-height: 174px;
}
.service_table .title_nav_content .content_b .b_content {
    width:100%;
    overflow: hidden;
}
.service_table .title_nav_content .content_b .b_content .cell {
    float: left;
    width:50%;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: flex-start;
    margin-top:120px;
}
.service_table .title_nav_content .content_b .b_content .cell:nth-child(1) {
    margin-top:0;
}
.service_table  .title_nav_content .content_b .b_content .cell:nth-child(2) {
    margin-top:0;
}
.service_table .title_nav_content .content_b .b_content .cell .img_box {
    position: absolute;
    left:0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border:1px solid #cccccc;
    width:245px;
    height:245px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.service_table .title_nav_content .content_b .b_content .cell .cell_info {
    padding-left:308px;
    box-sizing: border-box;
    width:100%;
    min-height: 245px;
    display: flex;
    align-items: center;
}
.service_table .title_nav_content .content_b .b_content .cell .cell_info .num {
    font-size: 30px;
    color:#333;
    margin-bottom: 5px;
}
.service_table .title_nav_content .content_b .b_content .cell .cell_info .sign {
    font-size: 30px;
    color:#333;
    margin-bottom:15px;
}
.service_table .title_nav_content .content_b .b_content .cell .cell_info .des {
    font-size: 22px;
    color:#666666;
}
.service_table .title_nav_content.is_not_place {
    position: relative;
    padding: 40px 50px 0;
    box-sizing: border-box;
}
.service_table .title_nav_content .active_masker .header {
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  color:#333;
}
.service_table .title_nav_content .active_form {
  width: 700px;
  margin: 0 auto;
  margin-top:45px;
}
.service_table .title_nav_content .active_form .ivu-form-label-left .ivu-form-item-label {
  font-size: 22px;
  color: #6e6e6e;
  font-weight: normal;
  text-align: justify;
  text-align-last: justify;
  padding: 10px 38px 10px 0;
}
.service_table .title_nav_content .active_form .ivu-input {
  height: 44px;
  font-size: 18px;
}
.service_table .title_nav_content .active_form .active_btn {
    width: 150px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    background: #3691fc;
    cursor: pointer;
    margin: 20px auto;
    border: 1px solid #3691fc;
}
.service_table .title_nav_content .active_form .cancel_btn {
    width: 150px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #666;
    font-size: 18px;
    border-radius: 5px;
    background: #fff;
    cursor: pointer;
    border: 1px solid #3691fc;
    margin: 20px auto;
}
.service_table .title_nav_content.is_not_place .content_not_place_t{
    font-size: 60px;
    color:#333;
    margin-bottom:25px;
}
.service_table .title_nav_content.is_not_place .content_not_place_d{
    font-size: 22px;
    color:#666;
    margin-bottom:35px;
    text-indent: 2em;
}
.service_table .title_nav_content.is_not_place .content_not_place_btn {
    position: absolute;
    right:50px;
    top: 42px;
    font-size: 24px;
    background: #fff;
    border: 1px solid #3691fc;
    border-radius: 5px;
    color: #3691fc;
    font-weight: bold;
    padding: 15px 44px;
    cursor: pointer;
}
.service_table .title_nav_content.is_not_place .service_lis {
    width:100%;
}
.service_table .title_nav_content.is_not_place .service_lis div p {
  font-size: 20px;
  margin-bottom: 10px !important;
}
.service_table .title_nav_content.is_not_place .service_lis .service_title{
    font-size: 26px;
    color:#333;
}
.service_table .title_nav_content.is_not_place .service_lis .service_cell{
    border:1px solid #d3d3d3;
    width:100%;
    box-sizing: border-box;
    padding:30px;
    margin-bottom: 36px;
    height:256px;
    position: relative;
    display: flex;
    align-items: center;
}
.service_table .title_nav_content.is_not_place .service_lis .service_cell .service_user_name{
    flex: 3;
    padding-left:342px;
    padding-right:35px;
    box-sizing: border-box;
    font-size: 30px;
    color:#333;
    position: relative;
}
.service_table .title_nav_content.is_not_place .service_lis .service_cell .service_user_name::after{
    content: '';
    position: absolute;
    right:0;
    top:50%;
    height:200px;
    width:1px;
    background: #ddd;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.service_table .title_nav_content.is_not_place .service_lis .service_cell .service_user_des{
    flex: 7;
    font-size: 22px;
    color:#333;
    padding-left:45px;
    box-sizing: border-box;
}
.service_table .title_nav_content.is_not_place .service_lis .service_cell .service_user_img{
    position: absolute;
    left: 30px;
    top:50%;
    background: #fff;
    width:312px;
    height:194px;
    box-shadow: 0 0 10px #f3f2f2;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.active_masker .ivu-modal-body .header {
    color:#333333;
    font-size: 40px;
    margin-bottom: 40px;
}
.active_masker .ivu-modal-body{
    padding: 64px 66px;
    box-sizing: border-box;
}
.active_masker .ivu-modal-body .ivu-form-label-left .ivu-form-item-label {
    font-size: 22px;
    color:#6e6e6e;
    font-weight: normal;
    text-align: justify;
    text-align-last: justify;
    padding: 10px 38px 10px 0;
}
.active_masker .ivu-modal-body .ivu-input {
    height: 44px;
    font-size: 18px;
}
.active_masker .ivu-modal-body .active_btn {
    width:100%;
    height:60px;
    text-align: center;
    line-height: 60px;
    color:#fff;
    font-size: 22px;
    border-radius: 5px;
    background: #3691fc;
    cursor: pointer;
}
.choose_time_pop_btn {
    height: 44px;
    font-size: 18px;
    display: inline-block;
    width: 100%;
    padding: 4px 7px;
    border: 1px solid #dddee1;
    border-radius: 4px;
    color: #495060;
    background-color: #fff;
    background-image: none;
    position: relative;
    cursor: text;
    transition: border .2s ease-in-out, background .2s ease-in-out, box-shadow .2s ease-in-out;
    cursor: pointer;
}

/* 场地预定详情
 */
  /*banner*/
  .swiper-device {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    background: #000;
  }
  .swiper-device .swiper-container{  
    height: 500px;
    width: 100%;
  }
  .swiper-device .swiper-container .swiper-slide{  
    width: 100%;
    height: 500px;
    overflow: hidden;
  }
  .swiper-device .swiper-container .swiper-slide .img{  
    width:100%;
    height:500px;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .swiper-device .arrow-left {
    background: url(./../img/arrows.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 2;
  }
  .swiper-device .arrow-right {
    background: url(./../img/arrows.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 2;
  }
  .pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom:5px;
    width: 100%;
    z-index: 2;
  }
  .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #999;
    /* box-shadow: 0px 1px 2px #555 inset; */
    margin: 0 3px;
    cursor: pointer;
  }
  .swiper-active-switch {
    background: #fff;
  }
  .logo_img {
    position: absolute;
    right:33px;
    top:30px;
    width:80px;
    height:80px;
    z-index: 999;
  }
  .swiper-container .swiper{
    height: 384px;
  }  
  .swiper-container .swiper .img{  
    width: 100%;  
    height: 100%;  
    /* background-position: center center;
    background-size: cover; */
  }  
    .swiper-container .dots{  
      position: absolute; 
      left: 50%;
      transform: translateX(-50%); 
      bottom: 20px;  
      display: flex;  
      justify-content: center;  
    }  
    .swiper-container .dots .dot{  
      margin: 0 10px;  
      width: 10px;  
      height: 10px;  
       /* background: #61511f;   */
      background: #fff;   
      border-radius: 50%;  
      transition: all .6s;  
      font: 300 18px/28px "microsoft yahei";  
      text-align: center;  
    }  
    .swiper-container .dots .dot.active{  
      background: #fff;  
      color:#fff;  
      width: 30px; 
      border-radius: 10px; 
    }
      /* 设置点点的层级 ,可以调整小点的位置*/
  .swiper .wx-swiper-dots.wx-swiper-dots-horizontal {
    position: absolute;
    bottom: 30px;
    /* left: 500px; */
    /* z-index可设可不设*/
    z-index: 999;
  }
   
  /* 设置点点的样式 */
  .swiper .wx-swiper-dot {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: inline-flex;
    /* 这里设置点点之间的距离 */
    margin-left: 5px;
    overflow: hidden;
    justify-content: space-between;
  }
   
   /* 当前点点的样式 */
  .swiper .wx-swiper-dot::before {
    content: '';
    flex-grow: 1;
     /* background: #61511f;   */
      background: #fff;  
  }
   /* 设置点点的样式 */
  .swiper .wx-swiper-dot-active {
    width: 30px;
    border-radius: 20px;
  }
  /* 当前点点的样式 */
  .swiper .wx-swiper-dot-active::before {
    background: #ffffff;
  }
    /* app模块 */
    .app-table {
      width:100%;
      padding: 40px 30px !important;
      box-sizing: border-box;
      background: #fff;
      display: flex;
      align-items: center;
      /* justify-content: space-between; */
    }
    .app-table.app-table-flex {
      justify-content: space-between;
    }
    .app {
      text-align: center;
      margin-right:80px;
    }
    .app:last-child {
      margin-right:0;
    }
    .app .app_img {
      width: 85px;
      height:auto;
    }
    .app-table.app-table-flex .app{
       margin-right:0;
    }
    .app .app_text {
      color:#666;
      margin-top: 18px;
      font-size: 22px;
    }
    /* 信息 */
    .title_nav_content .item {
      padding: 20px 30px;
      box-sizing: border-box;
      border-bottom: 1px solid #ddd;
      background: #fff;
    }
    .title_nav_content .item:last-child {
      border-bottom: none;
    }
    .title_nav_content .info_item .title {
      color:#000;
      font-size: 32px;
      font-weight: 600;
      margin-bottom: 15px;
    }
    .title_nav_content .info_item .money {
      color:#666;
      font-size: 28px;
    }
    .title_nav_content .info_item .money .price {
      color:#fe3516;
    }
    .title_nav_content .address_item {
      position: relative;
    }
    .title_nav_content .address_item .cell {
      padding-left: 55px;
      box-sizing: border-box;
      position: relative;
      height: 60px;
      line-height: 60px;
      font-size: 22px;
    }
    .title_nav_content .address_item .cell .icon {
      position: absolute;
      width:32px;
      left:0;
      top:50%;
      transform: translateY(-50%);
    }
    .title_nav_content .navigation {
      position: absolute;
      width:50px;
      right:30px;
      top:40px;
    }
    .title_nav_content .navigation .navigation_img{
      width:50px;
      height:auto;
    }
    /* 按钮 */
    /* .btn {
      width:100%;
      font-size: 28px;
      color:#fff;
      height:98px;
      line-height: 98px;
      text-align: center;
      font-weight: 600;
      background: #4d82fd;
      position: fixed;
      bottom:0;
      left:0;
    } */
    .title_nav_content .address_item .cell.address {
      width:600px;
      overflow: hidden;
      text-overflow:ellipsis;
      white-space: nowrap;
    }

    .title_nav_content .info_item {
      position: relative;
    }
    .title_nav_content .info_item .yuding_btn {
      position: absolute;
      bottom: 20px;
      right: 0;
      font-size: 20px;
      background: #fff;
      border: 1px solid #3691fc;
      border-radius: 5px;
      color: #3691fc;
      font-weight: bold;
      padding: 10px 15px;
      cursor: pointer;
    }
    .reserve_box .header_title {
      width: 100%;
      position: relative;
      text-align: center;
      font-size: 25px;
      margin: 20px 0;
      color:#333;
      font-weight: 600;
    }
    .reserve_box .header_title .goback_btn{
      position: absolute;
      top: 50%;
      left: 0;
      font-size: 18px;
      background: #fff;
      /* border: 1px solid #3691fc; */
      border-radius: 5px;
      /* color: #3691fc; */
      font-weight: bold;
      padding: 5px 15px;
      cursor: pointer;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
    }



/*模态框*/
.modals{position:fixed; z-index: 999; top:0; left: 0; right:0; bottom: 0;}
.modals-cancel{position:absolute; z-index:1000; top:0; left: 0; right:0; bottom: 0; background-color: rgba(0,0,0,.5);}
.bottom-dialog-body{}
/*动画前初始位置*/
.bottom-pos{}
.active_masker.time_masker_pop .ivu-modal-body{
  padding: 20px 20px 150px;
  box-sizing: border-box;
  position: relative;
}
page {
  min-height: 100%;
  background: #f5f5f5;
}
.reserve_box .banner {
  width: 100%;
  height:106px;
}
.img {
  width:100%;
  height:100%;
}
  /* 按钮 */
  .meeting_choose_time {
    width:100%;
    font-size:16px;
    color:#fff;
    height:60px;
    text-align: center;
    font-weight: 600;
    background: #4d82fd;
    position: absolute;
    bottom:0;
    left:0;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .meeting_choose_time .btn_box {
    width:100%;
    text-align: center;
  }
  .meeting_choose_time .btn_desc {
    width:100%;
    text-align: center;
  }
  .meeting_choose_time .btn_time {
    font-weight: normal;
    font-size: 14px;
  }
  .meeting_choose_time .btn_info {
    position: absolute;
    top: -50px;
    width:500px;
    left:50%;
    padding: 0 30px;
    box-sizing: border-box;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .meeting_choose_time .btn_info .cell {
    padding:6px 15px;
    color:#333;
    font-weight: normal;
    font-size: 14px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #efefef;
  }
  .meeting_choose_time .btn_info .cell.disabled_btn {
    background: #ddd;
    border: 1px solid #ddd;
  }
  .meeting_choose_time .btn_info .cell.checked_btn {
    background: #4d82fd;
    border: 1px solid #4d82fd;
  }
  /* 使用时间 */
  .time_box {
    background: #fff;
    width:100%;
    padding: 30px 0;
  }
  .time_words {
    text-align: center;
    padding:0 100px;
    font-size: 18px;
    box-sizing: border-box;
    position: relative;
  }
  .time_words::after {
    content: '';
    width:100px;
    height:2px;
    background: #333;
    top:50%;
    transform: translateY(-50%);
    position: absolute;
    right: 70px;
  }
  .time_words::before {
    content: '';
    width:100px;
    height:2px;
    background: #333;
    top:50%;
    transform: translateY(-50%);
    position: absolute;
    left: 70px;
  }
  .change_time_box .date {
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    margin: 15px 0 0;
  }
  .change_time_box .change_time {
    padding: 0 40px;
    box-sizing: border-box;
    font-size: 16px;
  }
  .change_time_box .change_time {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .change_time_box .prve, .change_time_box .next {
    position: relative;
    cursor: pointer;
  }
  .change_time_box .prve {
    padding-left: 50px;
    box-sizing: border-box;
  }
  .change_time_box .next {
    padding-right: 50px;
    box-sizing: border-box;
  }
   .change_time_box .img{
    position: absolute;
    width:30px;
    top:50%;
    transform: translateY(-50%);
  }
  .change_time_box image{
    position: absolute;
    width:20px;
    top:50%;
    transform: translateY(-50%);
    margin-top: 3px;
  }
  .change_time_box .prve image{
   left: 0;
  }
  .change_time_box .next image{
   right: 0;
  }
  .change_time_box .week {
    margin:0 0 15px;
    font-size: 16px;
    text-align: center;
  }
  /* checkbox */
  .time_check_box {
    width:100%;
    overflow: hidden;
    background: #f5f5f5;
    padding:20px 10px;
    box-sizing: border-box;
  }
  .time_check_box .checkbox {
    width:12.5%;
    float: left;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
  }
  .checkbox .value {
    text-align: center;
    font-size: 12px;
    color:#333;
  }
  .checkbox checkbox {
    position: absolute;
    left:-999px;
  }
  .checkbox .squre {
    margin: 15px auto;
    width:82%;
    height:56px;
    border-radius: 5px;
    background: #fff;
    cursor: pointer;
  }
  .checkbox .squre.diasbled {
    background: #ddd;
  }
  .checkbox .squre.checked {
    background: #4d82fd;
  }
  .ivu-modal-close {
    z-index: 55;
  }



  /* 日历 */
  .box1 .dateBox{
    width: 100%;
    color:#333;
    text-align: left;
    margin: 10px 0 10rpx 20rpx;
    font-size: 30rpx;
  }
  
  .box1{
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    background: #fff;
  }
  
  /* .box1>view{
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 34rpx;
  } */
  .calendar {
    width:100%;
    background: #fff;
  }
  .week_name_box, .date_number_box {
    width:100%;
    overflow: hidden;
    clear: both;
  }
  .week_name_box {
    border-bottom:1rpx solid #f5f5f5;
  }
  .week_name_box>view{
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: left;
    color:#333;
    font-size: 30rpx;
  }
  .date_number_box .checkbox{
    height: 30px;
    text-align: center;
    font-size: 34rpx;
    float: left;
  }
  
  .dateOn {
    border-radius: 50%;
    background-color: hotpink;
    color: #fff;
  }
    /* checkbox */
    .checkbox {
      float: left;
    }
    .time_check_box {
      width:100%;
      overflow: hidden;
    }
    .checkbox_table {
      width:100%;
      overflow: hidden;
      display: block;
    }
    .checkbox_table .value {
      height:90%;
      width:90%;
      margin:0 auto;
      border-radius: 50%;
      color:#333;
      background: #fff;
      display: flex;
      align-items:center; 
    }
    .checkbox_table .value.diasbled {
      color:#aaa;
    }
    .checkbox_table .value.checked {
      color:#fff;
      background: -webkit-linear-gradient(left, #4b75fc , #53a0fe);
      background: linear-gradient(to right, #4b75fc , #53a0fe);
    }
    .flex_box {
      width:100%;
      text-align: center;
    }
    .flex_box .flex_box_number {
      font-size: 28rpx;
    }
    .flex_box .flex_box_price {
      font-size: 24rpx;
    }
    .checkbox {
      position: relative;
    }
    .checkbox checkbox {
      position: absolute;
      left:-999px;
    }
    .box {
      width:100%;
      height:100%;
      overflow: auto;
      background: #fff;
    }
    .choose_lists {
      width:100%;
      background: #fff;
      padding: 10rpx 0 30rpx;
      box-sizing: border-box;
    }
    .choose_lists .list {
        width: 80%;
        height: 40px;
        margin: 0 auto;
        background: #eeeeee;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 20px;
        box-sizing: border-box;
        font-size: 14px;
        color: #666;
    }
    .list_money .price {
      color:#000;
    }
    .bottom_margin {
      margin-bottom: 120rpx;
    }
    .calendar .box1 {
      width:420px;
      margin: 0 auto;
    }
    .calendar .box1 .week_name_box.week_square_box {
      margin: 10px 0;
      overflow: hidden;
    }
    .calendar .box1 .week_name_box.week_square_box .week_title{
      width:60px; 
      height:40px;
      float: left;
      font-size: 17px;
      color:#000;
      font-weight: 600;
      text-align: center;
      line-height: 40px;
    }
    .calendar .box1 .dateBox{
      width: 100%;
      color: #333;
      text-align: left;
      font-size: 18px;
      margin-bottom: 10px;
    }
    .calendar .box1 .time_check_box.time_square_box {
      padding: 20px 0;
    }
    .calendar .box1 .time_check_box.time_square_box .checkbox_table {
      width:100%;
      overflow: hidden;
    }
    .calendar .box1 .time_check_box.time_square_box .checkbox_table .checkbox{
      width:60px;
      height: 50px;
      float: left;
      margin-bottom: 10px;
    }
    .calendar .box1 .time_check_box.time_square_box .checkbox_table .checkbox label {
      width:50px;
      height:50px;
      border-radius: 50%;
      margin: 0 auto;
      display: flex;
      position: relative;
      padding-left: 0;
  }
  .calendar .box1 .time_check_box.time_square_box .checkbox_table .checkbox label .ivu-checkbox{
    position: absolute;
    left: -9999px;
}
.calendar .box1 .time_check_box.time_square_box .checkbox_table .checkbox label .value_name {
  height: 50px;
  width: 50px;
  margin: 0 auto;
  border-radius: 50%;
  color: #333;
  background: #fff;
  display: flex;
  align-items: center;
  color:#333;
}
.calendar .box1 .time_check_box.time_square_box .checkbox_table .checkbox label .value_name.diasbled {
  color:#fff;
  background: #aaa;
}
/* .calendar .box1 .time_check_box.time_square_box .checkbox_table .checkbox label .ivu-checkbox.ivu-checkbox-checked + .value_name{
  color:#fff;
  background: #3691fc;
} */
.calendar .box1 .time_check_box.time_square_box .checkbox_table .checkbox label .ivu-checkbox + .checked{
  color:#fff;
  background: #3691fc;
}
.square_btn {
  width: 100%;
  position: absolute;
  bottom: 0;
  left:0;
  height: 50px;
  line-height: 50px;
  background: #3691fc;
  color:#fff;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
}
.nav_div{
    width: 100%;
    max-width: 1630px;
    margin: 0 auto;
    font-size: 28px;
    line-height: 80px;
    padding-left:10px;
    box-sizing:border-box;
}
.content_t_empty{
    width: 100%;
    margin: 0 auto;
    max-width: 1630px;
    height: 300px;
    text-align: center;
    font-size: 26px;
    padding-top: 50px;
}

.active_form .ivu-input-icon{
  line-height: 40px!important;
  font-size: 22px!important;
  right: 5px!important;
}
.ivu-form-item-content .demo-upload-list-cover {
  display: none;
}
.ivu-form-item-content  {
  display: flex;
}
.ivu-form-item-content .demo-upload-list {
  width: 58px;
  height: 58px;
  margin-left:15px;
}
@media screen and (min-width: 1720px) and (max-width: 1920px) {
    .service_table .title_nav_content .content_b {
        width: 100%;
        max-width: 1520px;
        min-width: 1200px;
        margin: 0 auto;
    }
    .service_table .title_nav_content .content_t .img {
        height:462px;
        cursor: pointer;
        width: 945px;
    }
}
@media screen and (min-width: 1520px) and (max-width: 1720px) {
    .service_table .title_nav_content .content_b {
        width: 100%;
        max-width: 1520px;
        min-width: 1200px;
        margin: 0 auto;
    }
    .service_table .title_nav_content .content_t .img {
        height:462px;
        cursor: pointer;
        width: 825px;
    }
}
@media screen and (min-width: 1400px) and (max-width: 1520px) {
    .service_table .title_nav_content .content_b {
        width: 100%;
        max-width: 1400px;
        min-width: 1200px;
        margin: 0 auto;
    }
    .service_table .title_nav_content .content_t .img {
        height:462px;
        cursor: pointer;
        width: 725px;
    }

}
@media screen and (min-width: 1300px) and (max-width: 1400px) {
    .service_table .title_nav_content .content_b {
        width: 100%;
        max-width: 1300px;
        min-width: 1200px;
        margin: 0 auto;
    }
    .service_table .title_nav_content .content_t .img {
        height:462px;
        cursor: pointer;
        width: 620px;
    }

}
@media screen and (min-width: 1200px) and (max-width: 1300px) {
    .service_table .title_nav_content .content_b {
        width: 100%;
        max-width: 1200px;
        min-width: 1200px;
        margin: 0 auto;
    }
    .service_table .title_nav_content .content_t .img {
        height:462px;
        cursor: pointer;
        width: 590px;
    }
}