#saveform{
    max-width: 600px;
    margin: 0 auto;
    padding-top:50px;
}
#saveform table tr td{
    line-height: 40px;
}
#saveform table{
    text-align: left;
    border-collapse: collapse;
    border: none;
}
#saveform table tr{
      border: none;
}
#saveform table tr td{
    width: 100%;
    text-align: left;
    display: block;
    border: none;
}
#saveform table tbody>tr:nth-child(2) input{
    height: 12px;
    width: 30px;
    display: inline-block;
    text-align: center;
    margin: 0 0px;
}
#saveform table tbody>tr:nth-child(3) input{
    height: 12px;
    width: 30px;
    display: inline-block;
}
#saveform table tbody>tr td:last-child input{
    width: 100%;
    display: block;
    height: 40px;
}
#saveform{
    text-align: center;
}
#saveform table tr td select{
     line-height: 40px;
     height: 40px;
     width:100%;
}
#saveform table input{
    background-color: transparent;   
    height: 40px;
    border: 1px solid #666;
    width: 100%;
}

#saveform>input{
    width: 120px;
    line-height: 40px;
    background-color: #0c51ab;
    font-size: 16px;
    text-align: center;
    margin: 10px 20px;
    color: #fff;
    border-radius: 0px;
    cursor: pointer;
    transition: all 0.3s;
}
#saveform>input:hover{
    border-radius: 10px;
}


.bmtz h1,.hdzp h1{
    font-size: 24px;
    font-weight: normal;
    margin: 20px 0;
    color: #000;
}


.bmtz ul li a{
    line-height: 42px;
    font-size: 18px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 15px;
    position: relative;
}
.bmtz ul li a::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: #666;
    border-radius: 50%;
}

.bmtz ul li a:hover{
    color: #0c51ab;
}

.bmtz ul li a:hoverï¼šbefore{
    background-color: #0c51ab;
}

.hdzp{
    font-size: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.hdzp h1{
    display: block;
    width: 100%;
}

.hdzp img{
    margin-bottom: 20px;
    max-width: 200px;
}