* {
    padding: 0;
    margin: 0;
}

.dz_title {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    margin: 30px 0 20px;
}

#test1 {
    position: relative;
}

.dz_fangJianXinXi {
    width: 80%;
    margin: 30px auto;
    max-width: 1200px;
}

.dz_one {
    display: flex;
    /*align-items: center;*/
    flex-wrap: wrap;

}

.dz_littleBox {
    text-align: center;
    font-size: 12px;
    margin-bottom: 15px;
    margin-right: 10px;
    width: 70px;
}

.dz_littleBox img {
    width: 20px;
    height: 20px;
    margin-bottom: 5px;
}

.dz_two {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*预定成功弹框*/
.dz_cgBox {
    text-align: center;
    background: white;
    border-radius: 5px;
    padding: 15px;
    position: relative;
    width: 300px;
}

.dz_cuoBox {
    position: absolute;
    right: 10px;
    top: 5px;
}

.dz_cuoBox img {
    width: 12px;
    height: 12px;
    cursor: pointer;
}

.dz_chengGong img {
    width: 30px;
    height: 30px;
    margin-bottom: 15px;
}

.dz_anNiuBox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}

.dz_anNiu2 {
    cursor: pointer;
    background: #682A3D;
    font-size: 12px;
    color: white;
    line-height: 30px;
    text-align: center;
    width: 200px;
}

/*预约弹框*/
.dz_yuYueBox {
    background: white;
    border-radius: 5px;
    padding: 15px;
    position: relative;
    width: 300px;
    max-height: 500px;
    overflow: auto;
}

.dz_yyTitle {
    text-align: center;
    font-size: 22px;
    color: #682A3D;
    font-weight: 500;
    letter-spacing: 5px;
}

.dz_from {
    margin-top: 20px;
}

.dz_inputBox {

}

.dz_lxBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
    font-size: 16px;
}

.dz_lxBox img {
    width: 12px;
    height: 8px;
    cursor: pointer;
    transform: rotate(0deg);
    transition: all 0.1s;
}

.dz_numBox {
    padding: 0 10px;
    margin-top: 10px;
    border-top: 1px solid #eee;
    /*border: 1px solid #682A3D;*/
    margin-bottom: 20px;
}

.dz_personBox {
    display: none;
}

.dz_num {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    line-height: 30px;
    justify-content: space-between;

}

.dz_num2 {
    border: none;
}

.dz_number {
    display: flex;
    align-items: center;
    color: #682A3D;
}

.dz_cz {
    font-size: 20px;
    cursor: pointer;
}

.dz_shuZi {
    margin: 0 15px;
    font-weight: bold;
}

.dz_leixing {
    font-size: 12px;
    font-weight: bold;
}

.dz_input {
    border-bottom: 1px solid #eee;
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
}

.dz_input img {
    position: absolute;
    right: 0;
    width: 12px;
    height: 12px;
    bottom: 10px;
}

.dz_input2 img {
    position: absolute;
    right: 0;
    width: 15px;
    height: 15px;
    bottom: 10px;
}

.dz_srk {
    border: none;
    outline: none;
    line-height: 35px;
    width: calc(100% - 15px);
    cursor: pointer;
}

.dz_fkfsBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    flex-wrap: wrap;
}

.dz_zfAanNiu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48%;
    font-size: 12px;
    color: #666;
    line-height: 30px;
    background: #F0F0F0;
    cursor: pointer;
    margin-bottom: 10px;
}

.dz_zfAanNiuX {
    color: white;
    background: #682A3D;
}

.dz_zfAanNiu img {
    width: 20px;
    margin-right: 5px;
}

.dz_tj {
    margin-top: 30px;
    background: #682A3D;
    color: white;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    cursor: pointer;
}

.dz_ul {
    position: absolute;
    list-style: none;
    background: white;
    z-index: 9;
    width: 100%;
    box-shadow: 0px 0px 10px 0px #dadada;
    left: 0;
    top: 28px;
    display: none;
    overflow: auto;
    max-height: 80px;
}

.dz_ul li {
    line-height: 25px;
    text-align: center;
    border-bottom: 1px solid #dadada;
    cursor: pointer;
}

.dz_ul li:hover {
    background: #682A3D;
    color: white;
}

.dz_priceList {
    padding: 10px;
    background: #F8F8F8;
}

.dz_priceBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.dz_priceTitle {
    font-size: 18px;
    color: #333;
}

.dz_priceBeiZhu {
    margin-top: 3px;
    font-size: 12px;
    color: #999;
}

.dz_ydBox {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.dz_jg {
    margin-right: 20px;
    font-weight: bold;
    color: #682A3D;
    font-size: 18px;
}

.dz_anNiu {
    cursor: pointer;
    background: #682A3D;
    font-size: 12px;
    color: white;
    line-height: 30px;
    text-align: center;
    width: 80px;
}

@media screen and (max-width: 770px) {
    /* 小于等于770px宽度的设备 */
    .dz_priceBox {
        display: block;
    }
}