/* 会员中心 */


/* 顶部信息  */
body {
    background: #f8f8f8;
}

.header {
    height: 70px;
    width: 100%;
    border-bottom: 1px solid #eee;
    background: #ffffff;
    /* background: url('../img/headerBg.png') repeat; */
}

.header .container {
    width: 1100px;
    /* width: 75%; */
    min-width: 1040px;
    margin: auto;
    height: 69px;
}

.header .container .logo {
    width: 92px;
    height: 38px;
    float: left;
    background: url('../img/member/logo.png') no-repeat center center;
    margin-top: 17px;
}

.header .container .logo a {
    display: block;
    width: 100%;
    height: 100%
}

.container #nemu {
    width: 550px;
    float: left;
    /* margin-left: 280px; */
    position: relative;
    overflow: hidden;
    height: 70px
}

.container li {
    display: block;
    float: left;
    width: 80px;
    list-style: none;
    text-align: center;
    padding-top: 23px;
    margin-right: 28px;
    height: 70px
}

.container li.cur {
    background: rgba(0, 0, 0, 0.4) !important;
    filter: Alpha(opacity=40);
    background: #5f5f5f;
}

.container li a {
    color: #000;
    font-size: 16px;
    display: block;
    width: 100%;
    height: 100%
}

.header .container .reg {
    float: right;
    margin-top: 23px;
    color: #000;
    font-size: 15px;
    text-align: right
}

.header .container .reg a {
    color: #000;
    margin: 0px 2px;
    outline: none
}

.header .container .logout {
    float: right;
    margin-top: 12px;
    color: #000;
    font-size: 15px;
    text-align: right
}
.header .container .logout a, .header .container .logout img, .header .container .logout span{
	display: inline-block;
	vertical-align: middle
}

.header .container .logout a {
    color: #000;
    margin: 0px 2px;
    outline: none;
}
.header .container .logout span{
	margin: 0 10px;
}
.header .container .logout img{
	width: 48px;
	height: 48px;
	border-radius: 24px;
	margin-right: 4px;
}

/* 找回密码 身份验证 */

.findPwd {
    width: 870px;
    height: 640px;
    height: auto !important;
    min-height: 640px;
    margin: auto;
}
.findPwd2 {
    width: 1040px;
  
}

.findPwd .findTit {
    color: #333333;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
}
.findPwd .findTit span{
	color: #999999;
	font-size: 14px;
}

.findPwd .findCon {
    width: 868px;
    height: 640px;
    background: #fff;
    border: 1px solid #eeeeee;
}

.findPwd .findFooter {
    color: #333333;
    font-size: 14px;
    text-align: center;
    margin-top: 80px;
    height: 80px
}

.findCon .findStep {
    height: 130px;
    width: 100%;
    margin: auto;
}


.findCon div.step1 {
    background: url('../img/member/findStep.png') no-repeat center 0;
    width: 402px;
    height: 30px;
    margin: auto;
    margin-top: 70px;
}
.findCon div.step2 {
    background: url('../img/member/findStep.png') no-repeat center -30px;
}

.findCon div.step3 {
    background: url('../img/member/findStep.png') no-repeat center -60px;
}

.findCon .findStep {
    width: 570px;
    margin: auto;
    font-size: 16px;
    color: #666666;
    padding-top: 12px;
    height: 80px;
}

.findCon .findStep p {
    width: 33.3%;
    text-align: center;
    float: left;
}

.findCon .findForm {
    width: 380px;
    height: 260px;
    /* background: #ccc; */
    margin: auto;
}

.findCon .findForm .findFormInput {
    height: 60px;
    position: relative;
}

.findCon .findForm .findFormInput #btnSendCode{
	width: 100px;
	height: 34px;
	background: #57cb8a;
	position: absolute;
	color: #fff;
	text-align: center;
	right: 0;
	top: 0;
	line-height: 34px;
	font-size: 15px;
	cursor: pointer;
}

.findCon .findForm .findFormInput label {
    display: inline-block;
    vertical-align: middle;
    width: 116px;
    color: #333333;
    font-size: 16px;
}

.findCon .findForm .findFormInput input {
    display: inline-block;
    vertical-align: middle;
    width: 256px;
    height: 32px;
    border: 1px solid #cdcdcd;
    font-size: 16px;
    outline: none
}

.findCon .findForm .findFormInput .inputPhone {
    width: 68px;
    height: 34px;
    position: absolute;
    border-right: 1px solid #cdcdcd;
    left: 118px;
    text-align: center;
    line-height: 32px;
    color: #999999;
    font-size: 16px;
    top: 0;
}

.findCon .findForm .findFormInput input.phone {
    width: 180px;
    padding-left: 76px;
}

.findCon .findForm .findFormInput input.code {
    padding-left: 10px;
    width: 246px;
}

.findFormBtnCon{
	width:274px;
	height: 42px;
	margin: auto;
}

.findCon .findForm .findFormBtn {
    width: 120px;
    height: 42px;
    background: #e32f1c;
    color: #fff;
    border: none;
    font-size: 16px;
    text-align: center;
    line-height: 42px;
    margin: auto;
    margin-top: 40px;
    outline: none;
    cursor: pointer;
}
.findBtn{
	display: block;
}

.findFormBtnCon .findFormBack{
	display: inline-block;
	text-align: center;
	line-height: 40px;
	color: #e32f1c;
	font-size: 16px;
	width: 118px;
	height: 40px;
	border: 1px solid #e32f1c;
	margin-left: 20px;
}

.findFormOver{
	text-align: center;
	margin-bottom: 80px;
	margin-top: 30px
}
.findFormOver div{
	color: #333333;
	font-size: 16px;
	margin-top: 20px;
}

/* 个人中心 */
.mcenter{
	width: 1040px;
	height: 640px;
}

.mcenter .mcenterLeft{
	width: 178px;
	height: 638px;
	background: #fff;
	border: 1px solid #eee;
	float: left
}
.mcenter .mcenterLeft ul{
	padding-top: 10px;
}
.mcenter .mcenterLeft li{
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	color: #333;
	text-align: center;
	margin-top: 30px;
}
.mcenter .mcenterLeft li.cur{
	border-left: 2px solid #e32f1c
}
.mcenter .mcenterLeft li.cur a{
	color: #e32f1c
}

.mcenter .mcenterRight{
	height: 638px;
	width: 820px;
	background: #fff;
	border: 1px solid #eee;
	float: right;
}
.mcenter .mcenterRight dl.info{
	padding: 40px 0 0 60px;
	width: 600px;
}
.mcenter .mcenterRight dl.info dt{
	width: 120px;
	height: 120px;
	float: left;
	margin-right: 40px;
}
.mcenter .mcenterRight dl.info dd{
	color: #333333;
	float: left;
	width: 400px;
}
.mcenter .mcenterRight dl.info dd p.user{
	margin-top: 6px;
	font-size: 22px;
}
.mcenter .mcenterRight dl.info dd p.phone{
	font-size: 16px;
	margin: 25px 0;
}
.mcenter .mcenterRight dl.info dd p.edit a{
	color: #333333;
	font-size: 16px;
}
.mcenter .mcenterRight dl.info dd p.edit span{
	margin: 0 10px;
}

/* 修改密码 */
.mcenter .mcenterRight .editPwd{
	padding: 40px 0 0 60px;
	width: 600px;
}

.mcenter .mcenterRight .editPwd .title{
	color: #000;
	font-size: 16px;
	margin-bottom: 45px;
}
.mcenter .mcenterRight .editPwd .title span{
	color: #666
}
.mcenter .mcenterRight .editPwd .editInfo{
	color: #333333;
	font-size: 16px;
}
.mcenter .mcenterRight .editPwd .editInfo li{
	position: relative;
	height: 60px;
}
.mcenter .mcenterRight .editPwd .editInfo li span{
	display: inline-block;
	width: 114px;
	vertical-align: middle
}

.mcenter .mcenterRight .editPwd .editInfo li input{
	width: 250px;
	padding-left: 8px;
	height: 32px;
	border: 1px solid #cdcdcd;
	vertical-align: middle;
	display: inline-block;
	outline: none
}
.mcenter .mcenterRight .editPwd .editInfo li div.phone{
	height: 34px;
	width: 68px;
	border-right: 1px solid #cdcdcd;
	position: absolute;
	left: 110px;
	line-height: 34px;
	text-align: center;
	top: 0;
}

.mcenter .mcenterRight .editPwd .editInfo li div.code{
	font-size: 14px;
	width: 90px;
	height: 34px;
	background:#00cf84 ;
	position: absolute;
	color: #fff;
	text-align: center;
	line-height: 34px;
	cursor: pointer;
	left: 284px;
	top: 0
}
.mcenter .mcenterRight .editPwd .editInfo li input.phoneInput{
	width: 175px;
	padding-left: 75px
}
.mcenter .mcenterRight .editPwd .editInfo li div.codeTime{
	background: #cdcdcd;
}

.mcenter .mcenterRight .editPwd .editInfo li input.btn{
	width: 144px;
	height: 42px;
	color: #fff;
	background: #e32f1c;
	border: none;
	cursor: pointer;
}

.mcenter .mcenterRight .editPwd .userInfo li input.btn{
	width: 144px;
	height: 42px;
	color: #fff;
	background: #e32f1c;
	border: none;
	cursor: pointer;
}


.mcenter .mcenterRight .renzheng{
	font-size: 16px;
	color:  #333;
	line-height: 150%;
	margin-bottom: 30px;
}
.mcenter .mcenterRight .editPwd .editInfo .line{
	border-bottom:  1px dashed #cdcdcd;
	margin-bottom: 30px;
}
.mcenter .mcenterRight .editPwd .rzOver img{
	margin-right: 10px;
}
.mcenter .mcenterRight .editPwd .rzOver img, .mcenter .mcenterRight .editPwd .rzOver span{
	display: inline-block;
	vertical-align: middle;
	color: #333333;
	font-size: 16px;
}

.mcenter .mcenterRight .editPwd .userInfo{
	height: auto;
	font-size: 16px;
}
.mcenter .mcenterRight  ul.userInfo li {
	height: 60px;
}
.mcenter .mcenterRight   ul.userInfo li p {
	display: inline-block;
	vertical-align: middle;
	width: 120px;
}
.mcenter .mcenterRight   ul.userInfo li div{
	display: inline-block;
	vertical-align: middle
}
.mcenter .mcenterRight   ul.userInfo li div .userName{
	width: 178px;
	height: 32px;
	border: 1px solid #cdcdcd;
	padding-left: 10px;
}

.mcenter .mcenterRight   ul.userInfo li div label{
	margin-right: 40px
}
.mcenter .mcenterRight   ul.userInfo li div label input{
	margin-right: 6px;
}
.mcenter .mcenterRight   ul.userInfo li div select{
	width: 74px;
	height: 32px;
	border: 1px solid #cdcdcd;
	margin-right: 5px;
	text-align: center;
	border-radius: 6px;
}
.mcenter .mcenterRight   ul.userInfo li div select span{
	display: inline-block;
}

.mcenter .mcenterRight .userinfo li .btn{
	width: 144px;
	height: 42px;
	color: #fff;
	background: #e32f1c;
	border: none;
	cursor: pointer;
}