@charset "UTF-8";
/*--- @登录 @注册 ---*/
a{ color: #00729e; }
html{
    background: #f4f9f8;
}
.profile{
	width: 1121px;
	margin: auto;
	padding: 18px 53px 18px 26px;
}
.profile-pannel{
	float: left;
	width: 230px;
}
.profile-pannel-top{
	width: 230px;
	height: 18px;
	background: url("images/profile/profile-pannel-top.png") no-repeat;
}
.profile-pannel-middle{
	width: 230px;
	height: auto;
	padding-bottom: 50px;
	background: url("images/profile/profile-pannel-middle.png") repeat-y;
	overflow: hidden;
}
.profile-pannel-bottom{
	width: 230px;
	height: 18px;
	background: url("images/profile/profile-pannel-bottom.png") no-repeat;
}
.profile-pannel .user-avatar{
	width: 142px;
	margin: 0 auto;
}
.profile-pannel .user-avatar img{
	display: block;
	width: 142px;
	height: 142px;
	border-radius: 50%;
}
.profile-pannel .user-avatar p{
	padding: 12px 0 20px 0;
	color: #555555;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
}
.profile-pannel li.tabs-item{
	width: 211px;
	margin: 0 6px;
}
.profile-pannel li.content-management,
.profile-pannel li.account-management{
	margin: 10px 6px;
	height: 55px;
	border-left: 7px solid #2f89ae;
	background: #e9f5f1;
}
.profile-pannel li.content-management span,
.profile-pannel li.account-management span{
	display: block;
	color: #2f89ae;
	margin-left: 18px;
	padding-left: 40px;
	font-size: 14px;
	line-height: 55px;
}
.profile-pannel li.content-management span{
	background: url('images/profile/content-management.png') 0 center no-repeat;
}
.profile-pannel li.account-management span{
	background: url('images/profile/account-management.png') 0 center no-repeat;
}
.profile-pannel .tabs-list{
	height: 36px;
	font-size: 14px;
	line-height: 36px;
	color: #555555;
	cursor: pointer;
}
.profile-pannel .tabs-list a{
	display: block;
	width: 100%;
	height: 100px;
	color: #555;
}
.profile-pannel .tabs-list span{
	display: block;
	margin-left: 44px;
	padding-left: 28px;
	background: url('images/profile/tabs-list-normal.png') 0 center no-repeat;
}
.profile-pannel .active span{
	color: #2f89ae;
	background: url('images/profile/tabs-list-active.png') 0 center no-repeat;
}
.profile-main{
	float: right;
	width: 856px;
	padding: 0 6px;
}
.profile-main-top{
	width: 868px;
	height: 19px;
	background: url('images/profile/profile-main-top.png') no-repeat;
}
.profile-main-middle{
	width: 868px;
	height: auto;
	background: url('images/profile/profile-main-middle.png') repeat-y;
}
.profile-main-bottom{
	width: 868px;
	height: 19px;
	background: url('images/profile/profile-main-bottom.png') no-repeat;
}
.profile-main-title{
	padding-top: 14px;
	padding-left: 33px;
	padding-bottom: 5px;
	color: #444444;
	background: url('images/profile/profile-main-title.png') 7px 14px no-repeat; 
	font-size: 18px;
	line-height: 18px;
}
.my-favorites{
	padding-bottom: 23px;
}
.my-favorites li{
	position: relative;
	margin-bottom: 4px;
}
.my-favorites li a{
	display: block;
}
.my-favorites .box{
	padding: 0 17px 0 17px;
}
.my-favorites .img{
	float: left;
	width: 178px;
	height: 152px;
}
.my-favorites .img img{
	display: block;
	width: 178px;
	height: 152px;
}
.my-favorites .info{
	float: left;
	width: 521px;
	padding-left: 15px;
	padding-right: 95px;
}
.my-favorites h2{
	color: #313434;
	font-size: 18px;
	line-height: 18px;
}
.my-favorites p{
	width: 525px;
	height: 108px;
	margin-bottom: 2px;
	padding: 8px 0 0 0;
	color: #7b8a97;
	font-size: 14px;
	line-height: 18px;
	text-align:justify;
	overflow: hidden;
}
.my-favorites .t1{
	width: 525px;
	height: 108px;
	color: #7b8a97;
	font-size: 12px;
	line-height: 12px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
}
.my-favorites .t2{
	padding-left: 5px;
	color: #5d9cec;
	font-size: 12px;
	line-height: 12px;
}
.my-favorites .btn{
	display: block;
	width: 49px;
	height: 49px;
	position: absolute;
	top: 6px;
	right: -6px;
	background: url("images/profile/my-favorites.png") -49px 0 no-repeat;
	z-index: 1;
	cursor: pointer;
}
.my-favorites .btn.in{
	background: url("images/profile/my-favorites.png") -49px 0 no-repeat;
}
.my-favorites .btn.out{
	background: url("images/profile/my-favorites.png") 0 0 no-repeat;
}
.modify-password form{
	padding: 30px 0 0 0;
}
.profile-form .input-wrapper {
	margin-bottom: 30px;
}
.profile-form .input-wrapper label{
    float: left;
    width: 120px;
    height: 30px;
    color: #7c7b7b;
    font-size: 12px;
    line-height: 30px;
    text-align: right;
}
.profile-form .input-wrapper input{
    float: left;
    width: 142px;
    height: 18px;
    color: #7c7b7b;
    padding: 6px 14px;
    border-radius: 5px;
    border: 1px solid #dad9d9;
    font-size: 12px;
    line-height: 18px;
}
.profile-form input[type="checkbox"] {
    margin: 0 5px 0 0;
    vertical-align: 0;
}
.profile-form .action{
    width: 305px;
    height: 38px;
    padding: 8px 0 80px 90px;
}
.profile-form .action button{
    width: 200px;
    height: 40px;
    color: #FFF;
    border: none;
    font-size: 14px;
    line-height: 40px;
    cursor: pointer;
}
.profile-form .action button.submit-btn{
	color: #fff;
	background: #2f89ae;
}
.scantron li{
	
	color: #444545;
	font-size: 16px;
	line-height: 32px;
}
.scantron li a{
	display: block;
	width: 656px;
	height: 93px;
	padding: 21px 125px 21px 87px;
	color: #444545;
}
.scantron li.normal{
	background: url("images/profile/scantron-normal.png") no-repeat;
	cursor: pointer;
}
.scantron li.expire{
	background: url("images/profile/scantron-expire.png") no-repeat;
}
.scantron li.ineffective{
	background: url("images/profile/scantron-ineffective.png") no-repeat;
}
.scantron li h2{
	width: 656px;
	height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.scantron .add-scantron{
	display: block;
	width: 200px;
	height: 40px;
	margin: 20px 0 0 6px;
	color: #fff;
	background: #2f89ae;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
}
.scantron-input{
	width: 195px;
	height: 18px;
	color: #7c7b7b;
	padding: 6px 14px;
	border-radius: 5px;
	border: 1px solid #dad9d9;
	font-size: 14px;
	line-height: 18px;
}
.message-system li h2{
	padding: 0 32px;
	color: #313434;
	font-size: 14px;
	line-height: 16px;
}
.message-system li .time{
	padding: 10px 32px;
	color: #7b8a97;
	font-size: 12px;
	line-height: 12px;
}
.message-system li .info{
	padding: 0 32px 12px 32px;
	color: #7b8a97;
	font-size: 14px;
	line-height: 18px;
}
.message-system li .profile-main-middle{
	width: 868px;
}
.message-system li .reply{
	position: relative;
	width: 868px;
	height: auto;
}
.message-system li .reply a{
	position: absolute;
	bottom: -13px;
	right: 6px;
	display: block;
	width: 85px;
	height: 31px;
	background: url("images/profile/message.jpg") no-repeat;
}
.message-system li .reply-box{
	position: relative;
	width: 856px;
	height: 90px;
	margin: auto;
}
.message-system li .reply-textarea{
	position: absolute;
	top: 0;
	left: 0;
	width: 856px;
	height: 103px;
	background: #f4f9f8;
}
.message-system li textarea{
	display: block;
	width: 740px;
	height: 67px;
	margin: 9px 0 0 15px;
	padding: 5px;
	border: 1px solid #f0efef;
	font-size: 12px;
	line-height: 16px;
}
.message-system li .reply-btn{
	position: absolute;
	bottom: 2px;
	right: 6px;
	display: block;
	width: 67px;
	height: 29px;
	background: url("images/profile/reply-btn.png") no-repeat;
}
.info-form{
	padding-top: 45px;
}
.info-form li.input-wrapper{
	padding-bottom: 23px;
}
.info-form .input-wrapper label.name{
    float: left;
    width: 97px;
    height: 42px;
    padding-right: 18px;
    color: #7c7b7b;
    font-size: 14px;
    line-height: 42px;
    text-align: right;
}
.info-form .input-wrapper input.txt{
    display: block;
    float: left;
    width: 206px;
    height: 18px;
    color: #7c7b7b;
    padding: 12px 14px;
    border-radius: 5px;
    border: 1px solid #dad9d9;
    font-size: 14px;
    line-height: 18px;
}
span.customSelect {
	min-width: 80px;
	height: 18px;
	color: #7c7b7b;
	margin-right: 15px;
	padding: 12px 14px;
	border: 1px solid #dad9d9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px 5px;
	font-size: 14px;
	line-height: 18px;
}
span.customSelect.changed {
	background-color: #f0dea4;
}
.customSelectInner {
	height: 100%;
	padding-right: 6px;
	background:url("images/profile/customSelect-arrow.gif") no-repeat center right;
}
.info-form .input-wrapper .sex{
	padding-top: 10px;
	color: #7c7b7b;
}
.info-form .input-wrapper .sex label{
	margin-right: 15px;
}
.info-form .info-avatar img{
	float: left;
	width: 142px;
	height: 142px;
}
.info-form .add-img{
	float: left;
	margin-top: 100px;
	margin-left: 24px;
	color: #7c7b7b;
}
.info-form .action{
    width: 305px;
    height: 38px;
    margin: auto;
    padding: 28px 0 40px 0;
}
.info-form .action a{
    width: 200px;
    height: 40px;
    color: #FFF;
    border: none;
    font-size: 14px;
    line-height: 38px;
    cursor: pointer;
    text-align: center;
}
.info-form .action a.sub-btn{
	display: block;
    margin: auto;
    background: #559eba;
}
.my-test .profile-main-middle{
	padding-bottom: 12px;
}
.my-test-bottom{
	width: 868px;
	color: #7b8a97;
	font-size: 12px;
	background: url('images/profile/my-test-bottom.png') repeat-y center bottom;
}
.my-test-bottom.normal{
	height: 30px;
	line-height: 24px;
	text-align: center;
	cursor: pointer;
}
.my-test-bottom.normal .action{
	display: block;
}
.my-test-bottom.view{
	height: auto;
}
.my-test-bottom .view-box{
	display: none;
	padding: 10px 14px 14px 14px;
}
.my-test-bottom.view .action{
	display: none;
}
.my-test-bottom.view .view-box{
	display: block;
}
.my-favorites .price{
	display: block;
	width: 57px;
	height: 57px;
	position: absolute;
	top: 6px;
	right: -6px;
	background: url("images/profile/price.png") 0 0 no-repeat;
	z-index: 1;
	cursor: pointer;
}
.my-test .profile-main-middle{
	padding-bottom: 12px;
}







