@charset "UTF-8";

/* 会员资料 CSS */


/*头部*/
.member-info-top{margin:0 0 5px;padding:10px;text-align:center;line-height:20px;background-color:#6677fa;color:#fff;box-shadow:0 0 2px #e0e0e0}
.member-info-top a{color:#fff}
.member-info-top a i{margin-top:2px}
.member-info-top  input{border:1px solid rgba(255,255,255,.5);border-radius:5px;background:none;margin-top:-3px}

/*分栏*/
.title{padding:10px;margin:10px auto;background:#fff;box-shadow:0 0 2px #e0e0e0;}
.title i{margin-top:2px;color:#a1a1a1}

/*个人资料*/
.person-info{padding:10px;margin:10px auto;background:#fff;box-shadow:0 0 2px #e0e0e0;}
.person-info ul{list-style-type:none}
.person-info ul li{padding:5px 0}

/*企业资料*/
.company-info{padding:10px 20px;margin:10px auto;background:#fff;box-shadow:0 0 2px #e0e0e0;}
.company-info dl dt,.company-info dl dd{padding:0 0 10px;line-height:22px}
.company-info dl dd label{font-weight:normal;margin-right:10px} 
.company-info dl dd input.width-100{width:100%}
.company-info dl dd textarea{width:100%}

/*按钮*/
.save-button input{width:100%;border-radius:0;font-size:18px;font-weight:500;padding:10px 0;background:#6677fa;border:none;margin-bottom:65px}
.save-button input:hover,.start-button input:active,.start-button input:focus{background:#6677fa}