* {
    margin: 0;
    padding: 0;
}

.dz_xianshi {
    background-color: rgb(18, 109, 230);
    visibility: '';
}

.dz_yingchang {
    background-color: rgb(18, 109, 230);
    visibility: hidden;
}

.dz_toubu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.dz_toubu li {
    margin-right: 3%;
}


/* 订单表 */

#dz_biaotou {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-between;
    background-color: rgb(223, 223, 223);
    height: 40px;
    margin-top: 10px;
    font-size: 14px;
}

.dz_listOne {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    background-color: rgb(223, 223, 223);
    height: 40px;
    margin-top: 15px;
}

.dz_neirong {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    font-size: 1px;
    height: 130px;
    border: 1px solid rgb(223, 223, 223);
}

.dz_listTwo {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.dz_wordCenter {
    line-height: 130px;
}

.dz_rightLine {
    height: 130px;
    border-right: 1px solid rgb(223, 223, 223);
}

.dz_xiangqing {
    width: 40%;
}

.dz_danjia {
    width: 15%;
}

.dz_number {
    width: 15%;
}

.dz_money {
    width: 15%;
}

.dz_state {
    width: 15%;
}

.dz_caozuo {
    width: 20%;
    text-align: right;
}

.dz_xiaoshou:hover {
    cursor: pointer;
}


/* 手机 */

.dz_biankuang {
    width: 90%;
    margin-left: 5%;
    box-shadow: 0px 0px 3px 3px rgba(219, 219, 219);
    padding: 15px;
    margin-bottom: 20px;
    position: relative;
}

.dz_tubiao {
    width: 15%;
    position: absolute;
    top: 0;
    right: 0;
}

.dz_imgBox {
    width: 25%;
}

.dz_imgBox img {
    width: 100%;
    height: 100%;
}

.dz_center {
    padding: 4px 0 4px 10px;
    width: 55%;
}

.dz_yiban {
    border: 1px solid rgba(219, 219, 219);
    background-color: white;
    width: 25%;
    height: 25px;
    border-radius: 25px;
    margin-right: 1%;
    font-size: 10px;
}

.dz_red {
    border: 1px solid red;
    background-color: white;
    color: red;
    width: 25%;
    height: 25px;
    border-radius: 25px;
    margin-right: 1%;
    font-size: 10px;
}