* {
    padding: 0;
    margin: 0;
}

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

#test1 {
    position: relative;
}

.dz_mingPian {
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    color: white;
    bottom: 0;
    left: 10%;
    width: 250px;
    padding: 10px 10px 0;
}

.dz_jdName {
    font-size: 18px;
    margin-bottom: 10px;
}

.dz_xxBox {
    display: flex;
    align-items: center;
    font-size: 12px;
    margin-bottom: 10px;
}

.dz_xxBox img {
    width: 10px;
    height: 10px;
    margin-right: 10px;
}

.dz_fangJianXinXi {
    width: 80%;
    border: 1px solid #F8F2F4;
    background: #FFFCFD;
    margin: 20px 0 30px 10%;
}

.dz_one {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #F8F2F4;
}

.dz_littleBox {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border-right: 1px solid #F8F2F4;
    width: calc((100% - 4px) / 5);
}

.dz_littleBox2 {
    border-right: none;
}

.dz_littleBox img {
    width: 25px;
    height: 25px;
    margin-right: 8px;
}

.dz_juTiBox {
    line-height: 1.5;
    font-size: 12px;
    color: #333;
    transform: scale(calc(11 / 12));
}

.dz_leiXing {
    font-size: 13px;
    color: #682A3D;
}

.dz_two {
    padding: 15px 10px;
    display: flex;
    justify-content: flex-end;
}

.dz_anNiu {
    background: #682A3D;
    font-size: 12px;
    color: white;
    cursor: pointer;
    padding: 3px 20px;
    margin-left: 20px;
}

.dz_zfBox {
    width: 80%;
    margin: 20px auto;
    display: none;
    text-align: center;
    font-size: 20px;
    color: green;
    font-weight: bold;
}

.dz_zfBox img {
    width: 150px;
}

.dz_fuKuan {
    width: 80%;
    margin: 20px auto;
    font-size: 16px;
    font-weight: bold;
}

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

.dz_anniuZf {
    font-size: 13px;
    /*padding: 5px 30px;*/
    border: 1px solid #682A3D;
    background: white;
    cursor: pointer;
    color: #666;
    line-height: 30px;
    width: 220px;
    text-align: center;
    margin-bottom: 10px;
}

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

.dz_zfAnNiu {
    margin: 40px auto 0;
    width: 200px;
    text-align: center;
    background: #682A3D;
    font-size: 14px;
    color: white;
    cursor: pointer;
    line-height: 35px;
}

.dz_tuikuanTanKuang {
    display: none;
    position: fixed;
    width: 250px;
    /*height: 100px;*/
    /*border: 1px solid red;*/
    text-align: center;
    border-radius: 15px;
    box-shadow: 0px 0px 10px 5px #ccc;
    background: white;
    overflow: hidden;
    left: calc(50vw - 125px);
    top: calc(20vh - 50px);
}

.dz_tuikuanTitle {
    font-size: 16px;
    margin: 20px 10px;
}

.dz_anniuTuikuan {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dz_quxiao {
    width: calc(50%);
    text-align: center;
    line-height: 30px;
    border-right: 1px solid #bbb;
    cursor: pointer;
    border-top: 1px solid #bbb;
}

.dz_queding {
    width: calc(50%);
    text-align: center;
    line-height: 30px;
    border-left: 1px solid #bbb;
    cursor: pointer;
    border-top: 1px solid #bbb;
}

.dz_quxiao:hover, .dz_queding:hover {
    background: #eee;
}

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

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

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

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

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

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

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

    .dz_littleBox {
        border-bottom: 1px solid #F8F2F4;
        width: 100%;
    }
  
  	.dz_anniuZf {
        width: 100%;
    }
}

/*新增*/
.dz_sjBox {
    border: 1px solid #F8F2F4;
    width: 80%;
    background: #FFFCFD;
    margin: 20px 0 30px 10%;
    padding: 15px;
}

.dz_sjOne {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #666;
}

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

.dz_sjJiWan {
    font-weight: 100;
    font-size: 14px;
}

.dz_sjThree {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
}

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

.dz_jgxx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}