* {
    padding: 0;
    margin: 0;
}

.dz_boxdian {
   /* display: flex;*/
    /*align-items: center;*/
    width: 100%;
    overflow: auto;
    position: relative;
    /* margin-top: 20px; */
    margin-bottom: 20px;
}

.dz_boxdian::-webkit-scrollbar {
    height: 8px;
  	 display:block;
}

.dz_beijing {
    background-color: #EBE7E6;
    width: 1200px;
    /*height: 720px;*/
    margin: 0 auto;
    position: relative;
}

.dz_lillteBox {
    position: absolute;
    z-index: 99;
    text-align: center;
}

.dz_dindian {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: red;
    margin: 0 auto;
    padding-bottom: 0px !important;
}

.dz_xuxian {
    width: 1px;
    border-left: 1px dashed black;
    margin: 3px auto;
}

.dz_xiangqing {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: white;
    cursor: pointer;
    color: #F79105;
    line-height: 25px ;
    margin: 0 auto;
    font-weight: bold;
}

.dz_name {
    color: #F79105;
    height: 30px;
    margin: 0 auto;
    font-weight: bold;
}

.dz_whiteBox {
    position: absolute;
    z-index: 99;
    text-align: center;
}

.dz_dindianwhite {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: red;
    margin: 0 auto;
    padding-bottom: 0px !important;
}

.dz_xuxianwhite {
    width: 1px;
    border-left: 1px dashed black;
    margin: 3px auto;
}

.dz_xiangqingwhite {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: white;
    color: #F79105;
    line-height: 25px;
    margin: 0 auto;
    font-weight: bold;
}

.dz_redLine {
    width: 785px;
    height: 3px;
    background: red;
    padding-bottom: 0 !important;
    position: absolute;
    z-index: 88;
    bottom: 70px;
    right: 107px;
}

.dz_detailed {
    width: 600px;
    height: 705px;
    background: rgba(1, 1, 1, 0.5);
    position: absolute;
    z-index: 100;
    right: 0px;
    display: none;
}

.dz_sonList {
    width: 428px;
    height: 600px;
    margin: 50px 75px;
    overflow: auto;
    color: white;
}

.dz_sonList img {
    width: 98%;
}

.dz_sonList p {
    margin: 10px auto;
  color: white !important;
}