.account-contents{
     width:1200px;
    margin:0 auto;
}
.account-information-contents{
    width:100%;
    min-height:500px;
    padding-top:30px;
    background:#fff;
    border-bottom: 1px solid#ccc;
    border-left: 1px solid#ccc;
    border-right: 1px solid#ccc;
}
.information-contents{
    width:50%;
    min-height:350px;
    margin:0 auto;
    border-radius: 5px;
    overflow:hidden;
    border:1px solid #ccc;
    background:#efefef;
}
.information-zero{
    width:100%;
    height:50px;
    background:#fff url('../images/cat_order_loginout.jpg') repeat-x 100% 100%;
    border-bottom: 2px solid #c5201f;
}
.information-one{
    width:100%;
    min-height:100px;
    border-bottom: 2px solid #c5201f;
    background: #fff;
    overflow: hidden;
}
.information-two{
    width:100%;
    min-height:100px;
    background:#fff;
    border-bottom: 2px solid #c5201f;
    overflow: hidden;
}
.information-one-first,.information-one-second,.information-two-first,.information-two-second{
    height:50px;
    line-height:50px;
    font-size:16px;
    text-align: center;
    border-bottom:1px solid #ccc;

}
.information-one-first-left,.information-one-first-right,.information-two-first-left,.information-two-first-right{
    display:inline-block;
    width:50%;
    height:50px;
    line-height: 50px;
    float:left;
}
.information-one-first-left,.information-two-first-left{
    text-align:right;
}
.information-one-first-right,.information-two-first-right{
    text-align:left;
    text-indent: 10px;
}
.information-two-first-right input{
    height:25px;
    width:170px;
 }
.information-btn{
    width:80%;
    height:40px;
    line-height: 40px;
    text-align: center;
    background:#c5201f;
    margin: 20px auto;
    color:#fff;
    border-radius: 5px;

}

