
.id_info input,.id_info select{
    display: inline;
    border: none;
    border-bottom: 0.5px dotted rgb(155, 155, 155);
    padding: 0;
    margin: 0;
    width: 140px;
    height: 16px;
    font-size: 15px;
    color:rgb(104,104,104);
    font-style: oblique;
    background: rgb(244, 244, 244);
}
.info_title input{
    height: 32px;
    width: 500px;
    font-size: 30px;
    line-height: 32px;
    font-weight: bold;
    color: rgb(104,104,104);
    font-family: "Big Caslon Medium","Songti SC", Georgia,Baskerville;
}
.id_info input:focus{
    font-style: normal;
}


form .info_detail{
    color: rgb(104,104,104) !important;
}
