.main_bg{
    background:#f7f7f7;
    padding-top:20px;
}
.personal_box{
    background:#fff;
    width:1200px;
    margin:0 auto;
    padding:60px 60px 100px;
}
/*.personal_left{*/
    /*margin-right: 67px;*/
/*}*/
.personal_left .photo{
    width:128px;
    height:128px;
    margin-bottom: 24px;
    position: relative;
}
.personal_left .photo .user_photo{
    width:128px;
    height:128px;
    cursor: pointer;
}
.personal_left .info,.personal_left .ID{
    width:128px;
    height:30px;
    line-height: 30px;
    text-align: center;
    border:1px solid #dcdddd;
    margin-bottom: 12px;
    cursor: pointer;
    padding:0;
}
.personal_left .info span,.personal_left .ID span{
    font-size: 14px;
    color:#666;
}
.personal_left .info.active,.personal_left .ID.active{
    background: #fab13b;
}
.personal_left .info.active span,.personal_left .ID.active span{
    color:#fff;
}
.personal_right .title{
    padding-bottom: 15px;
    width:885px;
    border-bottom: 1px solid #dcdddd;
}
.personal_right .title span{
    font-size: 14px;
    font-weight: bold;
    color:#595757;
}
.personal_right li{
    width:885px;
    height:60px;
    border-bottom:1px solid #dcdddd;
    line-height: 60px;
}
.personal_right ul span{
    display: inline-block;
    font-size: 14px;
    color:#666;
    width: 600px;
}
.personal_right ul span.m0{
    width:100px;
}
.personal_right ul span.m1{
    font-size: 12px;
    color:#808080;
    width:60px;
    background: url(/static/images/money_plan/revise.png) no-repeat 0 center;
    padding-left: 22px;
    cursor: pointer;
}
.personal_right ul span.m2{
    margin-right: 30px;
}
/*个人中心编辑*/
.personal_right .phone .send_vcode{
    line-height: 20px;
    margin-left: 20px;
    padding: 0;
    background-color: #0bb0f8;
    color: white;
}
.personal_right .phone .send_vcode_disabled{
    background-color: #dcdddd;
    color: black;
}
.personal_right .msg_container{
    /*display: inline-block;*/
    margin-left: 105px;
    color: red;
    margin-top: -15px;
}
.personal_right ul span.b0{
    display: none;
    width: 600px;
}
.personal_right ul span.b0 input{
    width:240px;
    height:30px;
    padding-left: 15px;
    border:1px solid #dcdddd;
}
.personal_right ul span.b0 input.pd{
    width:150px;
}
.personal_right ul span.b0 input.pd.new{
    width:265px;
}
.personal_right ul span.b1{
    display: none;
    width: 170px;
}
.personal_right ul span.b1 input{
    width:60px;
    height:30px;
    padding:0;
    cursor: pointer;
    border:1px solid #dcdddd;
    line-height: 30px;
    outline: none;
}
.personal_right ul span.b1 .save{
    margin-right: 20px;
    background: #f8951d;
    color:#fff;
}
.personal_right ul span.b1 .cancel{
    background: #fff;
}
/*.personal_right li.account_set_psd{*/
    /*height:100px;*/
/*}*/
/*单选按钮默认样式的修改开始*/
.personal_right ul .gender{
    display:none;
}
.gender input[type="radio"]{
    display:none;
}
.gender label{
    cursor: pointer;
}
.gender label:before{
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 10px;
    border:1px solid #dcdddd;
    -webkit-border-radius:6px;/* Safari 和 Chrome */
    -moz-border-radius:6px;/* Firefox */
    -o-border-radius:6px;
    border-radius: 6px;
    vertical-align: middle;
}
.gender label.man{
    margin-right: 35px;
}
.gender input[type='radio']:checked+label:before{
    content: "\2022";
    color: #45D8A7;
    font-size: 25px;
    text-align: center;
    line-height: 8px;
}
/*单选按钮默认样式的修改结束*/
.personal_right li.school{
    border-bottom: 1px dashed #dcdddd;
}
.personal_right li input.school,.personal_right li input.major,.personal_right li .degree,.personal_right li .graduation{
    width:300px;
    height:30px;
    border: 1px solid #dcdddd;
    padding-left: 15px;
    margin-right: 10px;
}
.personal_right li input.major,.personal_right li .degree{
    width:185px;
}
.personal_right li .graduation{
    width:185px;
    position: relative;
    margin-top: 15px;
    cursor: pointer;
    margin-right: 0;
}
.personal_right li .graduation i{
    position: absolute;
    right: 18px;
    top: 12px;
    border: 6px solid #fff;
    border-color: #d3d3d3 transparent transparent;
    display: block;
    font-size: 0;
    height: 0;
    width: 0;
}
.personal_right li .graduation input{
    width:90px;
    height:28px;
    border:0;
    position: absolute;
    outline: 0;
    color:#9fa0a0;
    cursor: pointer;
}
.xl_list {
    position: absolute;
    top: 30px;
    left: -1px;
    z-index: 2;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    box-shadow: 2px 2px 4px #efefe4;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius:3px;
    border-radius: 3px;
}
.xl_list li {
    width:168px;
    height: 36px;
    line-height: 36px;
    padding-left: 17px;
    font-size: 14px;
    border-bottom: 0;
}
.xl_list li:hover {
    background-color: #f4f4f4;
}
.ul_eduy {
    width: 185px;
    max-height: 182px;
    overflow: auto;
}
.personal_right .phone{
    display: none;
}
.personal_right .phone input{
    width:128px;
    height:30px;
    border:1px solid #dcdddd;
    padding-left: 15px;
}
.personal_right .phone input.phone_num{
    margin-right: 10px;
}
.personal_right .phone a{
    font-size: 13px;
    color:#0bb0f9;
    margin-left: 15px;
}
.personal_right{
    margin-left: 195px;
}
/*用户头像上传开始*/
.content-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}
.content-wrap .entry-title {
    display: table;
    font-size: 14px;
    width: 100%;
    height: 100%;
    text-align: center;
}
.featured-image {
    display: table-cell;
    /*transition: opacity .25s ease-in-out;*/
    /*-moz-transition: opacity .25s ease-in-out;*/
    /*-webkit-transition: opacity .25s ease-in-out;*/
    vertical-align: middle;
    padding-top: 55px;
    color: #fff;
    background: #4d4d4d url(/static/images/money_plan/upload.png) no-repeat center center;
    opacity: 0.79;
}
.photo input{
    opacity: 0;
    cursor: pointer;
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
    z-index: 100;
}
/*用户头像上传结束*/
/*头像编辑开始*/
.Modal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width:100%;
    height: 100%;
    background: rgba(49,58,65,.6);
}
.Modal-content{
    width:422px;
    height:520px;
    position: absolute;
    top:50%;
    left:50%;
    margin:-260px 0 0 -211px;
    background: #fff;
    text-align: center;
    padding:24px 30px 20px;
}
.Modal-content .title{
    color:#666;
    font-size: 16px;
    margin-bottom: 10px;
}
.Modal-content .sub_title{
    color:#9fa0a0;
    font-size: 14px;
    margin-bottom: 12px;
}
.Modal-content .close{
    position:absolute;
    top:15px;
    right:15px;
    cursor: pointer;
}
.imageBox {
    position: relative;
    height: 363px;
    width: 363px;
    border:1px solid #aaa;
    background: #fff;
    overflow: hidden;
    background-repeat: no-repeat;
    cursor:move;
}

.imageBox .thumbBox {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 206px;
    height: 206px;
    margin-top: -103px;
    margin-left: -103px;
    box-sizing: border-box;
    border: 1px solid rgb(102, 102, 102);
    box-shadow: 0 0 0 1000px rgba(49,58,65,.6);
    background: none repeat scroll 0% 0% transparent;
}

.imageBox .spinner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    line-height: 363px;
    background: rgba(49,58,65,.6);
}
.action input{
    /*margin-top: 20px;*/
    width:128px;
    height:30px;
    background: #f8951d;
    color:#fff;
    font-size: 14px;
    border:0;
    padding:0;
    cursor: pointer;
    outline: none;
}
.head_pic_error{
    color:red;
    height:30px;
    line-height:30px;
}
/*头像编辑结束*/



@media screen and (min-width: 320px) and (max-width: 1156px){
	.personal_box {
	    background: #fff;
	    width: 100%;
	    margin: 0 auto;
	    padding: 10px 10px 15px;
	}
	.personal_left.lf {
	    float: none;
	    text-align: center;
	}
	.personal_right {
	    margin-left: 0;
	}
	.personal_left .info, .personal_left .ID {
	    width: 128px;
	    height: 30px;
	    line-height: 30px;
	    text-align: center;
	    border: 1px solid #dcdddd;
	    margin-bottom: 12px;
	    cursor: pointer;
	    padding: 0;
	    display: inline-block;
	}
	.personal_right .title {
	    padding-bottom: 15px;
	    width: 100%;
	    border-bottom: 1px solid #dcdddd;
	}
	.personal_right li {
	    width: 100%;
	    height: 60px;
	    border-bottom: 1px solid #dcdddd;
	    line-height: 60px;
	}
	.personal_right ul span.m0 {
	    width: 100px;
	}
	.personal_right ul span {
	    display: inline-block;
	    font-size: 14px;
	    color: #666;
	    width: auto;
	}
	.personal_right ul span.b0,.personal_right ul span.b1{
	    width: 100%;
	    display: none;
	    padding-left: 50px;
	    background-color: #fff;
	}
	.m1{
		margin-left: 50px;
	}
}