.account_1{
    width:100%;
    margin-top:75px;
    border:1px solid rgb(228, 228, 228);
}
.account_title{
    width:100%;
    height:60px;
    background:#fce6d1;
    text-indent: 1em;
    line-height:60px;
    color:#030b11;
    font-size:20px;
}
.account_table_top{
    width:100%;
    height:80px;
}
.account_table_top tr td:nth-of-type(1){
    width:100px;
    text-align:right;
}
.account_table_top tr td:nth-of-type(2) input{
    width: 309px;
    height: 30px;
    border: 1px solid rgb(233, 233, 233);
    color: #707070;
}
#select1 {
    margin-right: 24px;
}
.account_table_top tr td select{
    line-height: normal;
    height: 30px;
    width: 245px;
    border: 1px solid  rgb(233, 233, 233);
    color:#707070;
}
.account_2{
    border:1px solid rgb(228, 228, 228);
    margin-top: 60px;
}
.account_div{
    padding:20px 0;
}
.account_table_content{
    width:100%;

}
.account_table_content tr td:nth-of-type(odd){
    text-align:right;
    height:60px;
}
.account_table_content tr td input{
    width:309px;
    height:30px;
    border: 1px solid rgb(233, 233, 233);
    color:#707070;
}
.account_table_content tr td select{
    width:309px;
    height:30px;
    border: 1px solid rgb(233, 233, 233);
    color:#707070;
}
.account_table_content tr td input[type="radio"]{
    width:16px;
    height:16px;
    background:#fce6d1;
    margin:0 10px;
}