/* @font-face {
    font-family: "HanSongJian";
    src: url("https://res.zulong.com/cms/mystyle/fonts/HanSongJian.ttf");
} */
body{
    margin: 0;
    padding: 0;
}
::-webkit-scrollbar {
    width: 0px;
}
.animate-box,.animate-box1,.animate-box2{
    display: none;
}
/* 预约页 */
.pageReservation {
    width: 100%;
    height: 12.65rem;
    background: url("https://res.zulong.com/cms/mystyle/activity/reward/img/mb.jpg")  0 0 no-repeat;
    background-size: 100%;
    font-size: 0.3rem;
    position: relative;
    z-index: 99;
    padding-top: 2.4rem;
    box-sizing: border-box;
}
.reservation-title {
    letter-spacing: 0.02rem;
    font-size: 0.42rem;
    font-family: "HanSongJian";
    color: #000;
    margin-bottom: 0.42rem;
}
.reservation-title .title-top span:last-child {
    color: #c0a987;
    position: relative;
    right: 0.2rem;
}
.reservation-title .title-bottom {
    margin-top: 0.1rem;
    font-size: 0.1rem;
    letter-spacing: 0.24rem;
}
.reservation-icon {
    text-align: center;
    width: 70%;
    margin-top: 1.2rem;
    margin-left: 5%;
}
.reservation-icon.mb{
    margin-top: 0.2rem;
}
.reservation-icon img {
    width: 1.8rem;
    height: auto;
    margin: 0.1rem  0.3rem 0.3rem 0;
}
.pageReservation .reservation-form {
    width: 4.6rem;
    text-align: center;
    margin-left: 0.4rem;
}
.reservation-type {
    height: 0.8rem;
    margin-left: 0.5rem;
}
.reservation-type div {
    display: inline-block;
    cursor: pointer;
}
.reservation-type div img {
    width: 0.48rem;
    height: 0.36rem;
}
.reservation-type .booked {
    margin-right: 0.8rem;
}
.reservation-form .input-item {
    margin-bottom: 0.44rem;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.choose-device > div {
    float: left;
    color: #8b8b8b;
}
.choose-device .form-label {
    float: left;
    margin: 0.1rem 0.15rem 0 0;
}
.device-item.android {
    margin-right: 0.15rem;
}
.device-item.IOS {
    padding-left: 0.15rem;
}
.device-item img {
    width: 1.58rem;
    height: 0.52rem;
}
.device-item span {
    font-size: 0.25rem;
    font-family: "HanQiHei";
    line-height: 0.4rem;
    margin-left: 0.1rem;
}
.choose-device .device-item.active {
    color: #000;
}
.input-item input {
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    line-height: 0.4rem;
    font-size: 0.24rem;
    border: none;
    /*background-color: rgba(0, 0, 0, 0.4);*/
    outline: 0;
    padding: 0.04rem;
    box-sizing: border-box;
    opacity: 0.6;
    text-indent: 0.1rem;
    -webkit-appearance: none; /*解决ios上按钮的圆角问题*/
    border-radius: 0; /*解决ios上输入框圆角问题*/
}
.input-phone input {
    width: 3.55rem;
    height: 0.55rem;
    margin-left: 0.3rem;
}
.input-message input {
    width: 1.9rem;
    height: 0.55rem;
    margin-left: 0.3rem;
}
.input-message.input-item .send-validate {
    padding: 0;
    border: none;
    outline: none;
    width: 1.46rem;
    height: 0.55rem;
    box-sizing: border-box;
    line-height: 0.55rem;
    text-align: center;
    cursor: pointer;
    display: block;
    font-family: "HanQiHei";
    font-size: 0.22rem;
    background-color: #bfa886;
    margin-left: 0.2rem;
    color:#000
}
.input-message.input-item .send-validate[disabled]{
    color: rgba(0, 0, 0, 0.3);
}
.input-item input::placeholder {
    font-size: 0.2rem;
}

.input-item span {
    line-height: 0.5rem;
    font-size: 0.2rem;
}
 
.reservation-form .login-btn {
    position: relative;
    font-family: "HanQiHei";
    width: 2.54rem;
    height: 0.74rem;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}
.reservation-form .login-btn {
    width: 2.09rem;
    height: 0.74rem;
    background: url("https://res.zulong.com/cms/mystyle/activity/reward/img/page2_btn_login.png");
    background-size: 100%;
    font-size: 0.22rem;
    cursor: not-allowed;
}
.login-btn p:nth-of-type(1) {
    padding-top: 0.24rem;
    font-size: 0.22rem;
    user-select: none;
    opacity: 0.3;
    cursor: not-allowed;
}
.login-btn img {
    width: 0.07rem;
    height: 0.11rem;
    position: absolute;
    right: 0.28rem;
    top: 0.35rem;
}
.login-btn p:nth-of-type(2) {
    font-size: 0.1rem;
    letter-spacing: 0.09rem;
}

.reservation-success {
    color: #000;
    font-family: "HanSongJian";
    font-size: 0.3rem;
    display: none;
    /* background-color: red; */
    box-sizing: border-box;
    padding-left: 6%;
}
.reservation-success p:nth-child(1){
    margin-bottom: 0.2rem;
    font-size: 0.34rem;
    font-weight: bold;
}
.reservation-success p.tip{
    font-size: 0.2rem;
    line-height: 2;
    width: 70%;
}
.reservation-success p.tip span {
    font-weight: bold;
}
.reservation-success p:nth-of-type(2), .gift {
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 0.3rem;
    margin-bottom: 0.16rem;
}
.gift .copy,.reservation-success .logout-btn{
    display: inline-block;
    margin-left: 0.2rem;
    cursor: pointer;
    border-radius: 0.2rem;
    background-color: #bfa986;
    padding:0 0.2rem;
    font-size: 0.16rem;
    font-weight: bold;
    line-height: 0.3rem;
    user-select: none;
}