/*bill-manage css*/
.bill-check-btn{
    width: 100px;
    height: 30px;
    line-height: 30px;
    background: #44B549;
    text-align: center;
    color: #FFF;
    border-radius: 16px;
}
/*basic-info css*/
.basic-info-top{
    text-align: center;
    margin: 42px 0 30px 0;
}
.basic-info-portrait{
    margin-bottom: 10px;
    border-radius: 35px;
}
.active-basic-info-slide{
    width: 20%;
    cursor:pointer;
    text-align: center;
    font-size: 16px;
}
.basic-inner-slice{
    width: 40%;
    margin:0 auto;
}
.info-show-item{
    margin-bottom: 12px;
}
.info-show-left{
    width: 15rem;
}
.basic-info-main{
    padding: 34px 0;
    width: 73%;
    margin: 0 auto;
}
.info-show-right{
    width: 15rem;
}
.info-show-name{
    font-size: 18px;
    font-weight: 400;
    border-left:5px solid #3399cc;
    padding-left: 10px;
}
.info-show-details{
    margin-left: 1rem;
    margin-top: 0.5rem;
}
.save-basic-info{
    width: 100px;
    height: 30px;
    line-height: 30px;
    background: #3399CC;
    text-align: center;
    color: #FFF;
    border-radius: 4px;
}
.unfold-detail-info{
    width: 100px;
    height: 30px;
    line-height: 30px;
    border:1px solid  #3399CC;
    text-align: center;
    color: #3399CC;
    border-radius: 4px;
    margin-top: 10px;
    margin-bottom: 22px;
}
.info-modify-pwd-input{
    width: 16rem;
    height: 2.3rem;
    line-height: 2.3rem;
    margin: 1rem 0 2rem 1rem;
}
.modify-pwd-item{
    width: 19rem;
    margin: 0 auto;
}
.basic-info-uname{
    font-size: 18px;
}
.basic-spec-bottom-line{
    border-bottom: 1px solid #ccc!important;
}
/*bill-manage css*/
#bill-detail-modal{
    width: 507px;
    height: 266px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    left: 0;
    right: 0;
    bottom: 0;
    top: -220px;
}