/*登录，注册*/
.user-bg{
	margin-top: 50px;
	min-height:600px;
	background: url(../img/icon/user-bg.jpg) no-repeat;
}

.user-box{
	padding-bottom: 15px;
	font-size: 13px;
	margin-top: 60px;
	min-height: 350px;
	background: #fff;
}

.user-box .user-tie{
	padding: 0;
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #e6e6e6;
}

.user-box .login-mar{
	margin-bottom: 40px;
}

.user-box .user-input{
	margin-top: 20px;
}

.user-box .user-input span{
	border-radius:0px;
	background: #fff;
}

.user-box .user-input input{
	border-radius:0px;
}

.user-box .user-href{
	padding: 0;
	margin-top: 20px;
}

.user-box .user-href .href-rit{
	padding: 0;
	text-align: right;
}

.user-box .user-btn{
	padding: 0;
	margin-top: 5px;
}

.user-box .user-btn button{
	border-radius:0px;
	min-width: 100%;
}

.user-box .user-code{
	padding: 0;
	text-align: right;
}

.user-box .user-code button{
	padding-right: 0px;
	color: #F93131;
	text-decoration: none;
}
/*登录，注册*/

/*个人中心*/
.user-let{
	text-align: center;
	min-height: 500px;
	border-right:1px dashed #ccc;
}

.user-let .title{
	font-size: 20px;
	margin-bottom: 10px;
}

.user-let .menu{
	font-size: 13px;
	min-height: 50px;
	line-height: 50px;
	border-bottom:1px dashed #ccc;
}

.user-let #bcor{
	color: #F93131;
}

.user-rit{
	padding-right: 0;
	font-size: 13px;
}

.user-rit .user-tab{
	padding-right: 0;
}

.tab-center{
	text-align: center;
	margin-top: 30px;
}

/*我的订单*/
.user-rit .user-tab table thead tr th{
	color: #999999;
	font-weight: normal;
	border: none;
}

.user-rit .user-tab table tbody tr td{
	min-height: 40px;
	line-height: 40px;
}

.user-rit .user-tab table tbody tr .tab-price{
    color: #AA1111;	
}

/*我的收藏*/
.user-rit .user-tab .tab-none{
	display: none;
}

.user-rit .user-tab .tab-let{
	text-align: left;
	width:5%;
}

.user-rit .user-tab .tab-let img{
	max-height: 80px;
}

.user-rit .user-tab .tab-let2{
	text-align: left;
}

.user-rit .user-tab .tab-rit{
	text-align: right;
}

.user-rit .user-tab .tab-rit a{
	margin-top:30px;
	margin-left: 3%;
}

/*收货地址*/
.adr-hed{
	padding-right: 0;
}

.adr-hed button{
	float: right;
}

.user-rit .user-tab .adr-btn a{
	color: #F93131;
}

.user-rit .user-tab .adr-btn button{
	margin-left: 3%;
}

/*修改密码*/
.user-rit .user-tab .pdw-row{
	padding: 0;
	margin-top: 15px;
}

.user-rit .user-tab .pdw-row span{
	border: none;
	font-size: 13px;
	background: #fff;
	min-width: 90px;
}

.user-rit .user-tab .pdw-row button{
	margin-left: 30%;
	margin-top: 10px;
}
