/**{*/
    /*padding: 0;*/
    /*margin: 0;*/
/*}*/
/*html,body{*/
    /*height: 100%;*/
/*}*/
/* .box{
    width: 100%;
    height: 100%;
    background: red;
} */
.mask{
    width: 100%;
    /*height: 100%;*/
    background: rgba(102,102,102,.4);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9999
}
.layer-mask{
    width: 100%;
    height: 100%;
    background: #7c6f6f;
}
.Layout{
    width: 623px;
    margin:  0  auto;
    position: relative;
}
.window{
    width: 622px;
    height: 410px;
    background: #fff;
    font-size: 0;
    text-align: center;
    border-radius: 20px;
    position: fixed;
    top: 50%;
    margin-top: -205px;
}
.Close{
    text-align: right;
    padding: 31px 41px 0 0;
    font-size: 20px;
    position: absolute;
    right: 0px;
    top: 0px;
}
.window h3{
    width: 100%;
    height:auto;
    text-align: center;
    font-size: 32px;
    color: #0f0f0f;
    margin-top: 80px;
}
/*注册和预约的切换*/
.window .Reservation{
    /*display: none;*/
}
.window .Registered .Reservations {
    font-size: 24px;
    color: #ff1425;
    margin-top: 22px;
}
.window .Registered .Reservations .Customer2{
    padding-top: 10px;
    font-size: 16px;
    color: #7c6f6f;
}
.window .Reservation .Customer{
    font-size: 14px;
    color: #7c6f6f;
    padding-top: 32px;
}
.window  .Customer2{
    font-size: 14px;
    color: #7c6f6f;
    padding-top: 5px;
}
.window .know{
    display: inline-flex;
    justify-content:center;
    align-items:center;
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: none;
    border-radius: 20px;
    background: linear-gradient(to left,#ff1425,#ff8a00);
    margin-top: 48px;
    color: #fff;
    font-size: 18px;
}
.window .end{
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items:center;
    font-size: 18px;
    color: #0f0f0f;
    margin-top: 36px ;
}
.window .end p{
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items:center;
    width: 100%;
    height: 24px;
    font-size: 18px;
    line-height: 24px;
    color: #0f0f0f;
    text-align: center;
    margin-right: 22px;
}
.window .end p span{
    display: inline-block;
    height: 24px;
    font-size: 18px;
    line-height: 24px;
    color: #0f0f0f;
    text-align: center;
}
.window .end p img{
    display: inline-flex;
    margin-left: 18px;
}