/*
* @description: 预约到店
* @author: CRD-Swallow
* @update: name (2020-04-16 10:00)
*/

@media only screen and (max-width: 1024px){
  body{
    width: 1002px;
    overflow-x: scroll;
  }
}
/* 预约部分 */
.section-yuyue{
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto 30px auto;
  justify-content: space-between;
  font-size: 14px;
}
.tostore-box{
  width: 550px;
  flex-shrink: 0;
  padding: 30px 30px 60px 30px;
  background-color: #F5F5F5;
}
.tostore-box input{
  border: none;
}
.tostore-box input::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 14px;
  color: #333;
}

.tostore-box input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 14px;
  color: #333;
}

.tostore-box input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 14px;
  color: #333;
}
.tostore-box input::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 14px;
  color: #333;
}
.tostore-box h3{
  line-height: 72px;
  text-align: center;
  font-size: 30px;
  font-weight: normal;
}
  /* 预约表单部分 */
  .yuyue-info:after{
    content: '';
    display: block;
    clear: both;
  }
  .yuyue-info > li{
    height: 50px;
    margin-top: 25px;
    float: left;
    background-color: #FFF;
    cursor: pointer;
  }
  .yuyue-info .yy-item{
    width: 100%;
  }
  .yuyue-info .select-box{
    display: flex;
    justify-content: space-between;
    width: 100%;
    line-height: 50px;
    padding: 0 15px;
    height:100%;
  }
  .yuyue-info .select-box select {
      width: 50%;
      border: none;
      outline: none;
  }
  .yuyue-info .p-item{
    width: calc((100% - 16px) / 2);
    margin-right: 16px;
  }
  .yuyue-info .c-item{
    width: calc((100% - 16px) / 2);
  }
  .yuyue-info .t-item{
    width: calc((100% - 16px) / 2);
    margin-right: 16px;
  }
  .yuyue-info .v-item{
    width: calc((100% - 16px) / 2);
  }
  .yuyue-info .input-name{
    width: 100%;
    height: 100%;
    padding: 0 15px;
  }
  .yuyue-info input[type='tel']{
    width: 100%;
    line-height: 50px;
    padding-left: 15px;
  }
  .date-quantum input{
    height: 100%;
  }
  .yuyue-info .time-quantum{
    width: 50%;
    position: relative;
  }
  .time-quantum > select{
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    -webkit-appearance:none;
  }
  .time-quantum > .crd-xia{
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    background-color: #FFF;
  }
  .yuyue-info .v-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .v-item input{
    width: 100%;
    line-height: 50px;
    text-align: center;
    white-space: normal;
  }
  .btn-verify{
    width: 140px;
    flex-shrink: 0;
    padding: 0 10px;
    line-height: 50px;
    background-color: transparent;
    text-align: center;
    color: #333;
  }
  .btn-verify span{
    border-bottom: 1px solid #333;
  }
  .v-item button:disabled{
    background-color: #F0F0F0;
    cursor: no-drop;
  }
  .yuyue-info .btn-item{
    width: 100%;
    height: 50px;
    border: none;
    background-color: #CD924F;
    color: #FFF;
    font-size: 16px;
  }
   .yuyue-info .btn-item_disabled{
    width: 100%;
    height: 50px;
    border: none;
    background-color: #999999;
    color: #FFF;
    font-size: 16px;
  }
  .tostore-box h4{
    line-height: 58px;
    color: #666;
    text-align: center;
    font-weight: normal;
  }
  .gift-group{
    display: flex;
    justify-content: center;
  }
    .gift-group > li {
        margin: 0 1.7rem;
    }
  .gift-group .img-box{
    border-radius: 10px;
    overflow: hidden;
  }
  .gift-group > li >p{
    text-align: center;
    line-height: 32px;
    color: #333;
  }
  /* 预约表单部分 */
.yuyue-kv{
  width: 100%;
  margin-left: 30px;
}
.yuyue-kv a{
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}
@media only screen and(max-width: 1024px) {

}
/* 预约部分结束 */

/* 轻松预约开始 */
.section-easy{
  width: 100%;
  max-width: 1440px;
  margin: 0 auto 30px auto;

}
.yy-title{
  position: relative;
  width: 100%;
  margin: 0 0 30px 0;
  text-align: center;
  line-height: 62px;
  font-size: 26px;
}
.line1,.line2{
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #E1E1E1;
}
.line1{
  top: 35px;
}
.line2{
  top: 30px;
}
.title-content{
  display: inline-block;
  position: relative;
  z-index: 20;
  background-color: #FFF;
}
.title-content > ul{
  display: flex;
  justify-content: center;
  align-items: center;
}
.title-content .square{
  width: 12px;
  height: 12px;
  margin: 0 10px;
  border: 2px solid #E1E1E1;
  transform: rotate(45deg);
}
.easy-content{
  display: flex;
  padding: 0 0 30px 0;
  justify-content: space-between;
}
.easy-content > li{
  display: flex;
  align-items: center;
}
.section-easy .icon-box{
  width: 89px;
  height: 89px;
  flex-shrink: 0;
  margin-right: 15px;
  border-radius: 100%;
  border: 1px solid #D0D0D0;
  overflow: hidden;
}
.section-easy h4{
  font-size: 20px;
  margin-bottom: 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.section-easy p{
  color: #666;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* 轻松预约结束 */

/* 热门系列开始 */
.section-hot{
  width: 100%;
  max-width: 1440px;
  margin: 0 auto 60px auto;
}
#hotSwiper .swiper-button-prev{
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23333'%2F%3E%3C%2Fsvg%3E");
}
#hotSwiper .swiper-button-next{
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23333'%2F%3E%3C%2Fsvg%3E");
}
/* 热门系列结束 */
.tostoreSelect {   
     width:100%;
}

/* 门店选择弹窗开始 */
.store-dialog{
  display: none;
  position: fixed;
  z-index: 1000;
  width: 428px;
  height: 70vh;
  top: 15vh;
  left: calc((100% - 428px) / 2);
  padding: 20px 0 20px 20px;
  background-color: #FFF;
  -webkit-box-shadow: 3px 3px 8px rgba(0,0,0,.2);
  -moz-box-shadow: 3px 3px 8px rgba(0,0,0,.2);
  box-shadow: 3px 3px 8px rgba(0,0,0,.2);
  border-radius: 10px;
  overflow: hidden;
}
.current-group{
  position: relative;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 32px);
  padding: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #D2D2D2;
}
.move{
  position: absolute;
  right: -32px;
  top: 5px;
  padding: 5px 10px 5px 15px;
  border-radius: 20px 0 0 20px;
  color: #999;
  cursor: move;
  background-color: rgba(0,0,0,.1);
}
.current-group .city{font-weight: normal;}
.province,
.city span{
  display: inline-block;
  color: #CD924F;
  border-bottom: 1px solid #CD924F;
  font-weight: normal;
  margin: 0 6px;
  cursor: pointer;
}
.current-group span{
  cursor: pointer;
}
.current-group .store{
  padding-top: 10px;
  height: 24px;
  color: #CD924F;
}
.scroll-group{
  width: calc(100% + 17px);
  height: calc(100% - 116px);
  overflow-y: auto;
  padding: 0 32px 0 0;
}
.letter-menu{
  position: absolute;
  top: 0;
  right: 5px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.letter-menu > li{
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.letter-menu > li.active,
.letter-menu > li:hover{
  background-color: #CD924F;
  color: #FFF;
  border-radius: 100%;
}
.scroll-group dt{
  padding: 0 10px;
  margin: 5px 0;
  line-height: 32px;
  cursor: default;
}
.scroll-group dt > span{
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 100%;
  background-color: rgba(0,0,0,.2);
}
.scroll-group dd{
  padding-left: 15px;
  line-height: 42px;
  border-radius: 50px;
  cursor: pointer;
}
.scroll-group dd:hover{
  color: #CD924F;
  background: rgba(205, 146, 79, .05);
}
.scroll-group .p-h4{
  /*margin-bottom: 10px;
  line-height: 42px;
  border-bottom: 1px dashed #D2D2D2;*/
}
.scroll-group .p-ul{
  display: flex;
  flex-wrap: wrap;
}
.scroll-group .p-ul:hover{
  background: transparent;
  color: #333;
}
.scroll-group .p-ul > p{
  line-height: 36px;
  margin: 0 10px 10px 0;
  padding: 0 15px;
  border-radius: 4px;
  background-color: #F5F5F5;
  cursor: pointer;
}
.scroll-group .p-ul > p:hover,
.scroll-group .p-ul p.active{
  background-color: rgba(205, 146, 79, .2);
  color: #CD924F;
}
.store-list{
  width: 100%;
}
.store-list > li{
  padding: 32px 0;
  border-bottom: 10px solid #F2F2F2;
}
.store-list > li:first-child{
  padding-top: 10px;
}
.store-list h3{
  margin-bottom: 15px;
  font-weight: normal;
  font-size: 16px;
}
.store-list h3 > span{
  font-size: 14px;
  color: #CD924F;
  margin-left: 15px;
}
.store-list li > div{
  margin-bottom: 10px;
  color: #999;
}
.btns-store{
  margin: 15px 0 15px 0;
  display: flex;
  justify-content: flex-end;
}
.btns-store > div{
  padding: 0 15px;
  line-height: 32px;
  color: #FFF;
  font-size: 12px;
  background-color: #353535;
  cursor: pointer;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.btns-store > div:hover,
.btns-store > div.active{
  background-color: #CD924F;
}
.btns-store > a{
  display: block;
  margin-right: 10px;
  line-height: 32px;
  color: #BBB;
}
.btns-store > a span{
  border-bottom: 1px solid #BBB;
}


.btns-cz{
  width: calc(100% - 17px);
  height: 36px;
  margin-top: 10px;
}
.btns-cz:after{
  content: '';
  display: block;
  clear: both;
}
.btns-cz > li{
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #353535;
}
.btns-cz .btn-ok{
  width: 75%;
  background-color: #353535;
  color: #FFF;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.btns-cz .btn-ok:hover{
  border-color: #CD924F;
  background-color: #CD924F;
}
.btns-cz .btn-reset{
  width: 25%;
  background-color: #FFF;
  color: #666;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.btns-cz .btn-reset:hover{
  border-color: #f20606;
  background-color: #f20606;
  color: #FFF;
}

/* 门店选择弹窗结束 */

/*预约弹窗*/
.yuyue-dialog{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  background-color: rgba(0,0,0,.6);
  display: none;
  justify-content: center;
  align-items: center;
  transition: transform 500ms;
}
.yuyue-result{
  position: relative;
  width: 340px;
  box-sizing: border-box;
  padding: 30px;
  box-sizing: border-box;
  background-color: #FFF;
  border-radius: 18px;
  text-align: center;
}
.yuyue-result .yycg{
  text-align: center;
  font-size: 15px;
  color: #030303;
  margin: 15px 0 30px 0;
}
.yystore-box{
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
.txt-box{
  font-size: 15px;
  color: #030303;
  line-height: 24px;
  font-weight: bold;
}
.code-boxs{
  width: 7rem;
  height: 7rem;
  margin: 0 auto;
}
.btn-add{
  display:block;
  width: 5rem;
  height: 1.7rem;
  border-radius: 1.25rem;
  background-color: #030303;
  line-height: 1.7rem;
  color: #FFF;
  margin: .75rem auto 0;
}
.yuyue-result .closebox{
  position: absolute;
  left: 7.65rem;
  bottom: -2.4rem;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 100%;
  border: 1px solid #FFF;
}
.closebox span{
  color: #FFF;
  line-height: 1.85rem;
}
