/*个人中心页面样式*/
/*头部样式*/

body {
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
}


			/*外围头部样式*/
			.rukou_top {
	height: 75px;
	background-color: white;
}

.rukou_top_con {
	width: 1200px;
	margin: auto;
}

.rukou_top_con img {
	margin-top: 15px;
}

.rukou_top_ul {
	overflow: hidden;
	height: 100%;
	font-size: 16px;
	float: right;
	margin: 0;
}

.rukou_top_ul li {
	list-style: none;
	cursor: pointer;
	float: left;
	padding-left: 60px;
	height: 75px;
	line-height: 75px;
	text-align: center;
}

.rukou_top_ul li:hover {
	color: #1875f0;
}

.rukou_top_ul  .active {
	color: #1875f0;
}


/*外围头部样式结束*/

/*大图与头像*/

.box {
	position: relative;
	width: 100%;
}

.banners {
	width: 100%;
}

.head_portrait {
	cursor: pointer;
	border-radius: 50%;
	position: absolute;
	bottom: -54px;
	left: 47%;
	z-index: 999;
	width: 135px;
	height: 135px;
	border: 1px solid white;
	-webkit-box-shadow: 0 10px 70px rgba(188, 188, 188, 0.9);
	-moz-box-shadow: 0 10px 70px rgba(188, 188, 188, 0.9);
	box-shadow: 0 10px 70px rgba(188, 188, 188, 0.8);
}

/*****个人的信息 Start*****/
.wrappers {
	width: 1200px;
	margin: 0 auto;
	margin-top: 100px;
}

.wrappers_basics,
.wrappers_extend,
.wrappers_amend {
	width: 100%;
}

.basics_img {
	width: 258px;
	margin: 0 auto;
}


/***基础资料***/

.wrappers_basics ul {
	font-size: 22px;
	color: #494844;
	padding-left: 30%;
	padding-bottom: 16px;
	margin-top: 40px;
	overflow: hidden;
	border-bottom: 1px solid #F3F3F3;
}

.wrappers_basics ul li {
	float: left;
	width: 44%;
	padding-left: 38px;
	margin-bottom: 32px;
}

.wrappers_basics ul li p {
	color: #0A8BFF;
	font-size: 14px;
	padding: 4px 0;
}

.basics_number {
	background: url(../img/student_number.png) no-repeat 0 2px;
}

.basics_classname {
	background: url(../img/class_name.png) no-repeat 0 0;
}

.basics_college {
	background: url(../img/college.png) no-repeat 0 0;
}

.basics_teachers {
	background: url(../img/teachers.png) no-repeat 0 0;
}

.basics_major {
	background: url(../img/major.png) no-repeat 0 2px;
}

.basics_letter_boxs {
	background: url(../img/letter_boxs.png) no-repeat 0 0;
}


/***扩展资料***/

.form-control, .single-line {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    font-size: 14px;
}

.wrappers_extend {
	margin-top: 40px;
	border-bottom: 1px solid #F3F3F3;
}

.wrappers_extend ul {
	padding-left: 31%;
	padding-bottom: 16px;
	margin-top: 40px;
}

.wrappers_extend ul li {
	margin-bottom: 26px;
}

.wrappers_extend ul li input {
	width: 220px;
	padding: 4px 0 4px 8px;
	border-radius: 5px;
}

.wrappers_extend ul li input:focus {
	border: 1px solid #287ff1 !important;
}

.wrappers_extend ul li select {
	border-radius: 5px;
}

.wrappers_extend ul li select:focus {
	border: 1px solid #287ff1 !important;
}

.wrappers_extend ul li select {
	width: 110px;
	height: 36px;
	padding-left: 10px;
	margin-right: 20px;
	outline: none;
}

.wrappers_extend ul li button {
	border: none;
	outline: none;
	background: #D6D6D6;
	padding: 8px 50px;
	border-radius: 4px;
	color: #848484;
	font-size: 18px;
	margin-right: 20px;
}

.wrappers_extend ul li button:hover {
	color: #fff;
	background: #0A8BFF;
}

.wrappers_extend .extend_last {
	padding-left: 78px;
}


/***修改密码***/

.wrappers_amend {
	margin-top: 40px;
}

.wrappers_amend .amend_pwd {
	margin-bottom: 200px;
	padding-left: 31%;
}

.amend_pwd input {
	padding-left: 6px;
	border: none;
	background: #fff;
	outline: none;
	width: 180px;
}

.amend_pwd button {
	border: none;
	outline: none;
	background: #D6D6D6;
	padding: 8px 28px;
	border-radius: 4px;
	color: #848484;
	font-size: 18px;
	float: right;
}

.amend_pwd button:hover {
	color: #fff;
	background: #0A8BFF;
}

.amend_btn {
	margin-right: 250px;
}

.amend_ok,
.amend_no {
	display: none;
}

.amend_no {
	margin-right: 166px;
	margin-left: 10px;
}


/*****个人的信息 END*****/


/*上传插件样式开始*/

.action {
	width: 400px;
	height: 30px;
	margin: 10px 0;
}

.imageBox {
	position: relative;
	height: 400px;
	width: 400px;
	border: 1px solid #aaa;
	background: #fff;
	overflow: hidden;
	background-repeat: no-repeat;
	cursor: move;
	box-shadow: 4px 4px 12px #B0B0B0;
}

.imageBox .thumbBox {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	margin-top: -100px;
	margin-left: -100px;
	box-sizing: border-box;
	border: 1px solid rgb(102, 102, 102);
	box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
	background: none repeat scroll 0% 0% transparent;
}

.imageBox .spinner {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	line-height: 400px;
	background: rgba(0, 0, 0, 0.7);
}

.Btnsty_peyton {
	float: right;
	width: 66px;
	display: inline-block;
	margin-bottom: 10px;
	height: 57px;
	line-height: 57px;
	font-size: 20px;
	color: #FFFFFF;
	margin: 0px 2px;
	background-color: #f38e81;
	border-radius: 3px;
	text-decoration: none;
	cursor: pointer;
	box-shadow: 0px 0px 5px #B0B0B0;
	border: 0px #fff solid;
}


/*选择文件上传*/

.new-contentarea {
	width: 165px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	float: left;
}

.new-contentarea label {
	width: 100%;
	height: 100%;
	display: block;
}

.new-contentarea input[type=file] {
	width: 188px;
	height: 60px;
	background: #333;
	margin: 0 auto;
	position: absolute;
	right: 50%;
	margin-right: -94px;
	top: 0;
	right/*\**/
	: 0px\9;
	margin-right/*\**/
	: 0px\9;
	width/*\**/
	: 10px\9;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 2;
}

a.upload-img {
	width: 165px;
	display: inline-block;
	margin-bottom: 10px;
	height: 57px;
	line-height: 57px;
	font-size: 20px;
	color: #FFFFFF;
	background-color: #f38e81;
	border-radius: 3px;
	text-decoration: none;
	cursor: pointer;
	border: 0px #fff solid;
	box-shadow: 0px 0px 5px #B0B0B0;
}

a.upload-img:hover {
	background-color: #ec7e70;
}

.tc {
	text-align: center;
}


/*上传插件样式结束*/

#change_pass input {
	width: 220px;
	padding: 4px 0 4px 8px;
	border-radius: 5px;
}

#change_pass input:focus {
	border: 1px solid #287ff1 !important;
}