*{
    margin: 0;
    padding: 0;
}

img{
    vertical-align: middle;
}

li{
    list-style: none;
}

#reservationDebug{
    width: 1200px;
    margin: 50px auto;
}

#reservationDebug .banner img{
    width: 100%;
}

.query{
    margin-top: 40px;
}

.query ul li{
    background: #fcfcfc;
    height: 160px;
    border: 1px solid #ddd;
}


.query ul li .margin{
    margin: 8px 20px;
    text-align: center;
    margin-top: 52px;
}

.query ul li .title{
    font-size: 18px;
    color: #666666;
    font-weight: bold;
    margin-bottom: 20px;
}

.query ul li .title b{
    color: #ff0064;
    font-size: 22px;
    position: relative;
    top: 2px;
}

.query ul li input{
    width: 585px;
    height: 43px;
    border: 1px solid #e3e3e3;
    outline: none;
    text-indent: 15px;
    display: inline-block;
    border-radius: 5px;
}

.query ul li input::placeholder{
    text-indent: 15px;
    font-size: 14px;
    color: #999999;
}

.query ul li p{
    margin-bottom: 23px;
}

.query ul{
    min-height: 0;
    overflow: hidden;
}

.query ul li label{
    float: right;
    color: #ff0064;
    font-weight: bold;
    font-size: 18px;
    line-height: 42px;
}

.query .submit{
    border: none;
    background: none;
    background: #ff0064;
    width: 238px;
    height: 45px;
    font-size: 18px;
    color: #fff;
    display: block;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    text-indent: 0;
    display: inline-block;
    position: relative;
    top: 3px;
    margin-left: 34px;
}

.query .tips{
    font-size: 14px;
    color: #999999;
    text-align: left;
    margin-left: 14%
}

.myOrder{
    margin-top: 50px;
}

.myOrder h2{
    font-size: 18px;
    color: #666666;
    margin-bottom: 20px;
}

.myOrder ul li{
    height: 208px;
    border: 1px solid #ddd;
    background: #fcfcfc;
    border-bottom: none;
}

.myOrder ul li:last-child{
    border-bottom: 1px solid #ddd;
}

.myOrder ul li .title{
    height: 48px;
    border-bottom: 1px solid #ddd;
    line-height: 48px;
    text-indent: 25px;
    color: #666666;
    font-size: 16px;
    background: #fff;
}

.myOrder ul li .title span{
    margin-right: 45px;
}

.myOrder ul li b{
    font-weight: normal;
    color: #ff0064;
}

.myOrder ul li .proList{
    margin: 25px 25px 25px 10px;
}


.myOrder ul li .proList .item{
    margin-right: -2px;
}

.myOrder ul li .proList .item:first-of-type{
    margin-left: 28px;
}

.myOrder ul li .proList .txt{
    font-size: 14px;
    float: left;
    padding-top: 32px;
}

.myOrder ul li .proList .txt .p1{
    color:#00b034;
    margin-bottom: 6px;
}

.myOrder ul li .proList .txt .p3{
    color:#999999;
    line-height: 48px;
}

.myOrder ul li .items{
    width: 660px;
    overflow: hidden;
    float: left;
    height: 107px;
}

.myOrder ul li .items .item{
    width: 135px;
    float: left;
    height: 107px;
}

.myOrder ul li .items .item .img{
    width: 105px;
    height: 105px;
    border: 1px solid #ddd;
    float: left;
}

.myOrder ul li .items .item .img img{
    width: 105px;
    height: 105px;
    margin: 0;
    float: left;
}

.myOrder ul li .items .item  p{
    font-size: 15px;
    color: #666666;
    float: left;
    margin-left: 8px;
    margin-top: 85px;
}

.myOrder ul li .items .item  p b{
    font-size: 18px;
    font-weight: normal;
    color: #666666;
    margin-left: 2px;
}


.myOrder .reserveBtn {
    width: 200px;
    height: 48px;
    line-height: 48px;
    float: right;
    color: #fff;
    text-decoration: none;
    background: #ff0069;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    margin-right: 45px;
    margin-top: 30px;
    text-indent: 0;
}




.changeTime{
    display: none;
}

.changeTime .bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    z-index: 999;

}

.changeTime .timeLayer{
    width: 600px;
    position: fixed;
    height: 600px;
    background: #fff;
    left: 50%;
    top: 50%;
    margin-top: -300px;
    margin-left: -300px;
    z-index: 999;
    border-radius: 10px;
}

.changeTime .timeLayer .title{
    line-height: 60px;
    padding-top: 12px;
    border-bottom: 1px solid #ddd;
    font-size: 17px;
    position: relative;
}

.changeTime .timeLayer .title b{
    color: #666666;
    padding-left: 5%;
    font-size: 18px;
}
/*--*/













.selectTime{
    display: none;
}

.selectTime .bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    z-index: 999;

}

.selectTime .timeLayer{
    width: 600px;
    position: fixed;
    height: 600px;
    background: #fff;
    left: 50%;
    top: 50%;
    margin-top: -300px;
    margin-left: -300px;
    z-index: 999;
    border-radius: 10px;
}

.selectTime .timeLayer .title{
    line-height: 60px;
    padding-top: 12px;
    font-size: 17px;
    position: relative;
}

.selectTime .timeLayer .title b{
    color: #666666;
    padding-left: 5%;
    font-weight: normal;
    font-size: 18px;
}

.close{
    cursor: pointer;
}

.selectTime .timeLayer .title .close{
    position: absolute;
    width: 18px;
    height: 18px;
    right: 5%;
    top: 10px;
}

.selectTime .timeLayer .title .close img{
    width: 15px;
    height: 15px;
}

.changeTime .timeLayer .title .close{
    position: absolute;
    width: 18px;
    height: 18px;
    right: 5%;
    top: 10px;
}

.changeTime .timeLayer .title .close img{
    width: 15px;
    height: 15px;
}

.selectWrap{
    height: 408px;
    position: relative;
}

.selectWrap .leftMenu{
    width: 30%;
    float: left;
    background: #f6f6f6;
    position: absolute;
    height: 100%;
    height: 100%;
    overflow-y: auto;
    border-top: 1px solid #ddd;
}


.selectWrap .leftMenu ul li{
    border-bottom: 1px solid #ddd;
    line-height: 50px;
    text-align: center;
    color: #333333;
    cursor: pointer;
    position: relative;
}

.selectWrap .leftMenu ul li.active{
    background: #fff;
    color: #ff0069;
}


.selectWrap .leftMenu ul li.active:after{
    position: absolute;width: 4px;height: 22px;
    content:'';background: #f06;
    left: 0;
    top: 14px;
}

.selectWrap .leftMenu::-webkit-scrollbar {
    width: 6px;
    height: 1px;
}
.selectWrap .leftMenu::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #ff0064;
}
.selectWrap .leftMenu::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #f5f5f5;
}

.rightWrap::-webkit-scrollbar {
    width: 6px;
    height: 1px;
}
.rightWrap::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #ff0064;
}
.rightWrap::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #f5f5f5;
}


.rightChangeWrap::-webkit-scrollbar {
    width: 6px;
    height: 1px;
}
.rightChangeWrap::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #ff0069;
}
.rightChangeWrap::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #f5f5f5;
}

.changeWrap{
    height: 408px;
    position: relative;
}

.changeWrap .leftMenu{
    width: 30%;
    float: left;
    background: #f6f6f6;
    position: absolute;
    height: 100%;
    height: 100%;
    overflow-y: auto;
}


.changeWrap .leftMenu ul li{
    border-bottom: 1px solid #ddd;
    line-height: 50px;
    text-align: center;
    color: #333333;
    cursor: pointer;
    position: relative;
}

.changeWrap .leftMenu ul li.active{
    background: #fff;
}

.changeWrap .leftMenu ul li.active{
    background: #fff;
    color: #ff0069;
}


.changeWrap .leftMenu ul li.active:after{
    position: absolute;width: 4px;height: 22px;
    content:'';background: #f06;
    left: 0;
    top: 14px;
}

.rightWrap ul li.can{
    cursor: pointer;
}



.rightWrap {
    width: 67.5%;
    float: right;
    margin-right: 2.5%;
    background: #fff;
    height: 100%;
    overflow-y: auto;border-top: 1px solid #ddd;
}

.rightWrap ul{
    padding-left: 10px;
    display: none;
}

.rightWrap ul.active{
    display: block;
}

.rightWrap ul li{
    line-height: 51px;
}

.rightWrap ul li.on{
    background: #f6f6f6;
}

.rightWrap ul li span{
    margin-left: 7%;
}

.rightWrap ul li b{
    float: right;
    color: #666666;
    font-weight: normal;
    margin-right: 12%;
}


/*222*/

.rightChangeWrap ul li.can{
    cursor: pointer;
}

.rightChangeWrap {
    width: 70%;
    float: right;
    background: #fff;
    height: 100%;
    overflow-y: auto;
}

.rightChangeWrap ul{
    padding-left: 10px;
    display: none;
}

.rightChangeWrap ul.active{
    display: block;
}

.rightChangeWrap ul li{
    line-height: 51px;
}

.rightChangeWrap ul li.on{
    background: #f6f6f6;
}

.rightChangeWrap ul li span{
    margin-left: 7%;
}

.rightChangeWrap ul li b{
    float: right;
    color: #666666;
    font-weight: normal;
    margin-right: 12%;
}
.nextBtn{
    width: 350px;
    margin: 35px auto;
    height: 53px;
    line-height: 53px;
    background: #ff0069;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.set_2{
    display: none;
}

.set_2 .userMsg{
    width: 600px;
    position: fixed;
    height: 600px;
    background: #fff;
    left: 50%;
    top: 50%;
    margin-top: -300px;
    margin-left: -300px;
    z-index: 999;
    border-radius: 10px;
}

.set_2 .userMsg .margin{
    margin: 30px;
}

.set_2 .userMsg  .title{
    font-size: 20px;
    color: #666;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom:50px;
}

.set_2 .userMsg .title b{
    font-size: 18px;
}

#form{
    width: 380px;
    margin: auto;
}

#changeForm{
    width: 380px;
    margin: auto;
}

.set_2 .userMsg  .title .close {
    position: absolute;
    width: 18px;
    height: 18px;
    right: 0;
    top: 0;
}

.set_2 .userMsg  .title .close img{
    width: 15px;
    height: 15px;
}

#form .text{
    width: 100%;
    height: 45px;
    border: 1px solid #e5e5e5;
    outline: none;
    text-indent: 3%;
    font-size: 14px;
}
#changeForm .text{
    width: 100%;
    height: 45px;
    border: 1px solid #e5e5e5;
    outline: none;
    text-indent: 3%;
    font-size: 14px;
}

#form p{
    margin-bottom: 6%;
    position: relative;
}
#changeForm p{
    margin-bottom: 6%;
    position: relative;
}


#form p b {
    color: #fe274c;
    float: right;
    line-height: 38px;
    position: absolute;
    left: -14px;
    top: 6px;
}
#changeForm p b {
    color: #fe274c;
    float: right;
    line-height: 38px;
    position: absolute;
    left: -14px;
    top: 6px;
}

#form .text::placeholder{
    color: #aaaaaa;
    text-indent: 3%;
    font-size: 15px;
}
#changeForm .text::placeholder{
    color: #aaaaaa;
    text-indent: 3%;
    font-size: 15px;
}

#form .submit{
    width: 90%;
    margin-left: 5%;
    height: 50px;
    line-height: 50px;
    background: #ff0069;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    border: none;
    font-size: 17px;
    outline: none;
    cursor: pointer;
}
#changeForm .submit{
    width: 90%;
    margin-left: 5%;
    height: 50px;
    line-height: 50px;
    background: #ff0069;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    border: none;
    font-size: 17px;
    outline: none;
    cursor: pointer;
}


#form .prevBtn {
    width: 90%;
    margin-left: 5%;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    color: #666;
    text-align: center;
    margin-top: 25px;
    border: none;
    font-size: 17px;
    border: 1px solid #e5e5e5;
    cursor: pointer;
}
#changeForm .prevBtn {
    width: 90%;
    margin-left: 5%;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    color: #666;
    text-align: center;
    margin-top: 25px;
    border: none;
    font-size: 17px;
    border: 1px solid #e5e5e5;
    cursor: pointer;
}


.successLayer{
    width: 600px;
    position: fixed;
    height: 600px;
    background: #fff;
    left: 50%;
    top: 50%;
    margin-top: -300px;
    margin-left: -300px;
    z-index: 999;
    border-radius: 10px;
    display: none;
}


.successLayer .margin{
    width: 600px;
    position: fixed;
    height: 600px;
    background: #fff;
    left: 50%;
    top: 50%;
    margin-top: -300px;
    margin-left: -300px;
    z-index: 999;
    border-radius: 10px;

}

.successLayer .bg{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    background: rgba(0,0,0,.6);
    cursor: pointer;
}

.successLayer .icon{
    text-align: center;
    margin-top: 120px;
}

.successLayer .icon p{
    color: #666666;
    margin-top: 15px;
    font-size: 24px;
}

.successLayer .text p{
    color: #999999;
    font-size: 18px;
    text-align: center;
    line-height: 32px;
}

.successLayer .text .p1{
    color: #ff0069;
    margin-top: 55px;
    font-size: 22px;
    padding-bottom: 12px;
}


/*11*/

.failLayer{
    width: 600px;
    position: fixed;
    height: 600px;
    background: #fff;
    left: 50%;
    top: 50%;
    margin-top: -300px;
    margin-left: -300px;
    z-index: 999;
    border-radius: 10px;
    display: none;
}


.failLayer .margin{
    width: 600px;
    position: fixed;
    height: 600px;
    background: #fff;
    left: 50%;
    top: 50%;
    margin-top: -300px;
    margin-left: -300px;
    z-index: 999;
    border-radius: 10px;

}

.failLayer .bg{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    background: rgba(0,0,0,.6);
    cursor: pointer;
}

.failLayer .icon{
    text-align: center;
    margin-top: 120px;
}

.failLayer .icon p{
    color: #666666;
    margin-top: 15px;
    font-size: 24px;
}

.failLayer .text p{
    color: #999999;
    font-size: 20px;
    text-align: center;
    line-height: 32px;
}

.failLayer .text .p1{
    color: #ff0069;
    margin-top: 55px;
    font-size: 22px;
    padding-bottom: 12px;
}
/*22*/

.reserveLayer{
    width: 600px;
    position: fixed;
    height: 600px;
    background: #fff;
    left: 50%;
    top: 50%;
    margin-top: -300px;
    margin-left: -300px;
    z-index: 999;
    border-radius: 10px;
    display: none;
}


.reserveLayer .margin{
    width: 600px;
    position: fixed;
    height: 600px;
    background: #fff;
    left: 50%;
    top: 50%;
    margin-top: -300px;
    margin-left: -300px;
    z-index: 999;
    border-radius: 10px;

}

.reserveLayer .bg{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    background: rgba(0,0,0,.6);
    cursor: pointer;
}

.reserveLayer .icon{
    text-align: center;
    margin-top: 120px;
}

.reserveLayer .icon p{
    color: #666666;
    margin-top: 15px;
    font-size: 24px;
}

.reserveLayer .text p{
    color: #999999;
    font-size: 20px;
    text-align: center;
    line-height: 32px;
}

.reserveLayer .text .p1{
    color: #ff0069;
    margin-top: 55px;
    font-size: 22px;
    padding-bottom: 12px;
}
#modifySceneTimeButton {
    background: none;
    border: none;
    color: #666;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 30px;
    background: #fff;
    font-size: 16px;
    text-align: center;
    width: 200px;
    height: 48px;
    line-height: 48px;
    margin: 50px auto;
    display: block;
    cursor: pointer;
    outline: none;
}

#modifySceneTimeButton:hover{
    background: #ff0064;
    color: #fff;
}

.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 26px !important;
    color: #ccc;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left: 0 !important;
}
