*{
    margin: 0;
    padding: 0;
}
html,body{
    height: 100%;
}
.body{
    /*overflow: hidden;*/
    height: 100%;
    position: relative;
    background: #EAEFF3;
}
.sidebar-left,.content-body{
    float: left;
    height: 100%;
}
.sidebar-left{
    width: 15%;
    padding-top: 40px;
    background: #fff;
}
.sidebar-title{
    width: 60%;
    margin: 0 auto;
}
.sidebar-title img{
    width: 100%;
}
.logout{
    background: #E8AF44;
    width: 65%;
    margin: 40px auto 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
}
.content-body{
    width: 85%;
    background: #EAEFF3;
}
.nav-content a{
    display: flex;
    text-decoration: none;
    height: 40px;
    align-items: center;
    padding-left: 10%;
    margin-bottom: 30px;
}
a{
    color: #777;
}
.page_header{
    height: 70px;
    background: url("/static/images/account/head_bg.png") center;
    background-size: 100% 100%;
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
    padding: 0 6% 0 2%;
    color: #fff;
}
.right-wrapper{
    display: flex;
    align-items: center;
}
.right-wrapper img{
    width: 60px;
    margin-right: 15px;
}
.nav-content{
    padding-left: 5%;
    margin-top: 50px;
}
.nav-content img{
    width: 25px;
    height: 25px;
    margin-right: 20px;
}
.active{
    background: #FDF7EC;
    color: #E8AF44;
    border-radius: 20px 0 0 20px;
}
.table_box{
    background: #fff;
    padding: 20px;
    margin: 20px;
    overflow: hidden;
    border-radius: 8px;
}

.black_bg{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
}
.bind_bg{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
}
.edit_box,.question_box{
    background: #fff;
    width: 25%;
    margin: 0 auto;
    border-radius: 10px;
}
.question_box{
    display: none;
}
.e_title{
    color: #E8AF44;
    margin-bottom: 30px;
    border-bottom: 2px solid #eee;
}
.e_title span{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #E8AF44;
}
.edit_content{
    padding: 25px;
}
.edit_form{
    overflow: hidden;
}
.info_item{
    overflow: hidden;
    margin: 5px 10px;
    height: 32px;
    line-height: 32px;
}
.info_key{
    float: left;
}
.info_val{
    float: right;
    width: 60%;
    height: 32px;
    text-indent: 1em;
}
.sure_cancel{
    color: #fff;
    width: 70%;
    float: right;
    display: flex;
    justify-content: space-around;
}
.sure,.cancel{
    width: 30%;
    background: #E8AF44;
    text-align: center;
    height: 32px;
    line-height: 32px;
    border-radius: 6px;
    cursor: default;
}
.sure2,.cancel2{
    width: 30%;
    background: #E8AF44;
    text-align: center;
    height: 32px;
    line-height: 32px;
    border-radius: 6px;
    cursor: default;
}
