* {
    margin: 0;
    padding: 0;
}


/* 表格 */

.dz_top {
    width: 95%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dz_selectBox {
    border: 1px solid #b9b9b9;
    color: #616161;
    padding: 2px 12px;
}

.dz_big {
    margin-top: -10px;
    width: 8%;
    height: 32px;
}

#dz_list {
    text-align: center;
}

#dz_list th {
    text-align: center;
}

.dz_headTable {
    background-color: rgb(231, 231, 231);
}

#dz_list tr {
    height: 40px;
}

#dz_list td,
th {
    border: 1px solid rgb(199, 199, 199);
}


/* 表单 */

#dz_dingzhiform {
    margin-top: 20px;
}

.dz_xs {
    display: block;
}

.dz_request {
    color: rgb(14, 112, 192);
    font-size: large;
}

.dz_box {
    margin-bottom: 20px;
    overflow-x: scroll;
    overflow-y: hidden;
    text-align: justify;
}

.dz_fujian{
	display: flex;
   align-items: center;
}

.dz_shangchuan{
	 width: 100px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    background: #337AB7;
    border-radius: 5px;
    color: white;
    margin-right: 10px;
    cursor: pointer;
}

.dz_phone{
	width:94%;
  margin:0 auto;
}