.adress{
    margin-left: 30px;
}
.adress img{
    width: 20px;
}
.adress button{
    border: 1px solid rgb(96,0,0);
    width: 130px;
    height: 30px;
    border-radius: 4px;
    
}
.adress .fan{
    margin: 20px 20px;
}
.adress button:nth-of-type(1){
    margin-left: 116px;
    background-color: rgb(96,0,0);
    color: white;
}
.adress button:nth-of-type(2){
    background-color: white;
}
.adress input{
    width: 210px;
    height: 30px;
}
.adress select{
    height: 30px;
}
.adress textarea{
    width: 73%;
    height: 78px;
    margin-left: 116px;
}
.adress ul li{
    float: left;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 13px;
}
.adress ul{
    overflow: hidden;
}
.adress ul li:nth-of-type(2){
    width: 312px;
}
.adress ul:nth-of-type(1) li:nth-of-type(-n+4){
    font-size: 15px;
    color: #ccc;
}
.adress ul li span{
    color: rgb(96,0,0);
}
.adress ul:nth-of-type(-n+3){
    border-top: 1px solid rgb(243,243,243);
}
.adress ul:nth-of-type(3){
    border-bottom: 1px solid rgb(243,243,243);
}