/*个人中心*/

* {
	box-sizing: content-box;
}

.clearfloat {
	zoom: 1;
}

body {
	font-size: 11px;
	background-color: #f2f2f2;
}

.opa6 {
	opacity: 0.6;
}

.clearfloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}

.p-top {
	width: 100%;
	padding: 5% 0 0;
	background: url(../images/7.jpg) center no-repeat;
	background-size: cover;
	text-align: center;
	position: relative;
}

.p-top .tu {
	width: 180px;
	height: 180px;
	margin: 0 auto;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	overflow: hidden;
}

.p-top .tu img {
	width: 180px;
}

.p-top .name {
	color: #ffffff;
	font-size: 38px;
}

.p-bottom {
	padding-top: 3%;
}

.p-bottom1 {
	opacity: 0.8;
}

.p-bottom ul li {
	width: 33.33333333%;
	height: 82px;
	padding: 6px 0;
	color: #fff;
	position: relative;
	float: left;
	text-align: center;
}

.p-bottom ul li span {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 43px;
	background-color: #000;
}

.p-bottom1 ul li span {
	height: 92px;
}

.p-bottom ul li .bt,
.p-bottom ul li .price {
	position: relative;
}

.p-bottom1 ul li .bt,
.p-bottom1 ul li .price {
	font-size: 28px;
	line-height: 1.5;
}

.p-top1 {
	padding: 5% 0 0;
}

.p-top2 {
	padding: 5% 0 17%;
}

.self-header {
	width: 80%;
	background-color: #db3752;
	padding: 6% 10%;
	overflow: hidden;
}

.self-header figure {
	width: 20%;
	height: 0;
	padding-bottom: 20%;
	border-radius: 50%;
	border: solid 2px rgba(255, 255, 255, 0.8);
	float: left;
	overflow: hidden;
}

.self-header figure img {
	width: 100%;
}

.self-header dl {
	width: 50%;
	margin: 0 5%;
	padding: 2% 0;
	float: left;
	overflow: hidden;
}

.self-header dl dt {
	font-size: 1.7em;
	color: #fff;
}

.self-header dl dd {
	margin: 5% 0;
}

.self-header dl dd img {
	width: 10%;
	vertical-align: middle;
}

.self-header dl dd span {
	color: #fff;
	font-size: 1.1em;
	margin-right: 3%;
	vertical-align: middle;
}

.self-header button {
	width: 18%;
	background-color: #f5f5f5;
	padding: 2% 0;
	color: #999;
	border: none;
	border-radius: 0.2em;
	margin: 5% 0;
}

.contaniner .self {
	width: 100%;
	margin-top: 3%;
	/*padding-bottom: 60px;*/
}

.contaniner .self dl {
	width: 100%;
}

.contaniner .self dl dt {
	width: 90%;
	overflow: hidden;
	padding: 4% 5%;
	background-color: #fff;
}

.contaniner .self dl dt a {
	width: 100%;
	display: block;
	overflow: hidden;
	line-height: 74px;
}

.contaniner .self dl dt img {
	/*width: 6%;*/
	vertical-align: middle;
}

.contaniner .self dl dt b {
	color: #333;
	font-weight: normal;
	font-size: 34px;
	margin: 0 3%;
	vertical-align: middle;
}

.contaniner .self dl dt span {
	width: 3%;
	float: right;
}

.contaniner .self dl dt span img {
	width: 100%;
}

.contaniner .self dl dd {
	width: 100%;
	border-top: solid 1px #c8c8c8;
}

.contaniner .self dl dd ul {
	width: 100%;
	display: table;
	overflow: hidden;
	background-color: #fff
}

.contaniner .self dl dd ul li {
	display: table-cell;
	width: 25%;
	text-align: center;
	padding: 5% 3px;
}

.contaniner .self dl dd ul li a {
	width: 100%;
	display: block;
	height: 100%;
}

.contaniner .self dl dd ul li p {
	font-size: 28px;
	color: #e63754;
}

.contaniner .self .self-icon {
	width: 100%;
	margin-top: 6%;
	background-color: #fff
}

.contaniner .self .self-icon li {
	width: 90%;
	padding: 4% 5%;
	overflow: hidden;
	border-bottom: solid 1px #c8c8c8;
}

.contaniner .self .self-icon li a {
	width: 100%;
	display: block;
	overflow: hidden;
}

.contaniner .self .self-icon li img {
	width: 67.5px;
	float: left;
}

.contaniner .self .self-icon li p {
	font-size: 32px;
	color: #333;
	padding: 1.2% 5%;
	float: left;
}

.contaniner .self .self-icon li span {
	display: inline-block;
	width: 2.5%;
	float: right;
	margin-top: 12px;
}

.contaniner .self .self-icon li span img {
	width: 100%;
	margin-top: 3px;
	vertical-align: middle;
}
.contaniner .self input[type="button"] {
	width: 500px;
	height: 100px;
	margin: 100px 125px;
	border: none;
	background-color: #c6263b;
	font-size: 34px;
	color: #fff;
	border-radius: 20px;
	margin-bottom: 110px;
}
/*白色顶部*/

.top-header {
	z-index: 1;
	width: 100%;
	background-color: #fff;
	display: table;
	border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}

.top-header h3 {
	font-size: 19px;
	color: #333;
	margin: 0 30%;
	display: table-cell;
	font-weight: normal;
	text-align: center;
	padding: 0.7em 0;
}

.top-header .text {
	display: table-cell;
	text-align: center;
	width: 20%;
	font-size: 16px;
	color: #ed5694;
}
.top-header .icona {
    width: 8.5%;
    padding-left: 5%;
    vertical-align: middle;
}
.top-header .account-t{
	padding-left: 14.5%;
}

/*会员等级介绍页面*/
.account-c-msg{
	padding: 20px 10px;
}
.welcome{
	font-size: 16px;
	margin-bottom: 20px;
}
.welcome p{
	line-height: 24px;
}
.welcome p:last-child{
	text-align: right;
}
.welcome p:last-child a{
	color: #fd657d;
}
.account-c-msg dl{
	padding: 10px 0;
	border-bottom:  1px solid #ccc;
}
.account-c-msg article{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #333;
}
.account-c-msg dt{
	float: left;
	margin-right: 20px;
}
.account-c-msg dd p{
	font-size: 14px;
	line-height: 25px;
}
.account-c-msg dd p:last-child{
	color: #fe6c85;
}
.account-c-msg dd p strong{
	color: #fe6c85;
}

.account-c-msg section{
	width: 100%;
	margin: 20px 0;
}
.account-c-msg section article{
	font-size: 16px;
}
.account-c-msg section li{
	float: left;
	width: 24%;
	margin-right: 1%;
}
.account-c-msg section li:last-child{
	margin-right: 0;
}
.account-c-msg section .tip{
	color: #DA251C;
	line-height: 30px;
}
.account-c-lv{
	padding: 20px 0 60px;
}
.account-c-lv table{
	border-collapse: collapse;
}
.account-c-lv th{
	width: 33%;
	padding: 10px;
}
.account-c-lv td{
	padding: 5px;
}
/*商品列表页*/
.account-c .goods-list{
	margin: 20px 0;
}
.account-c .goods-list table{
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #ddd;
}
.account-c .goods-list table th,.account-c .goods-list table td{
	padding: 15px 0;
	text-align: center;
}
.account-c .goods-list table th{
	height: 32px;
	background: #f2f1f2;
}
.account-c .red{
	color: #DA251C;
}
.account-c .goods-list table td a{
	color: #ff008e;
	font-weight: bold;
}
/*订单详情*/
.account-m table{
	border-collapse: collapse;
	margin-top: 10px;
	color: #666;
	width: 100%;
	border: 1px solid #DEDEDE;
}
.account-m table td{
	padding: 15px 2px;
}
.account-m table .cn{
	background-color: #f4f4f4;
	color: #000;
}
.order-info th{
	padding: 10px 0;
	height: 30px;
	font-size: 14px;
	color: #333;
}
.order-info th:first-child{
	width: 50%;
}
.order-info th:nth-of-type(2){
	width: 30%;
}.order-info th:nth-of-type(3){
	width: 12%;
}.order-info th:nth-of-type(4){
	width: 8%;
}
.order-info td a{
	float: right;
	display: inline-block;
	width: 79%;
	padding-left: 1%;
	color: #333;
}
.red{color: #DA251C;}
.order-info td img{
	width: 20%;
}
.order-info tr td:last-child{
	text-align: center;
}

/*评价列表*/
.comment-list{
	margin: 20px 0 60px;
}
.comment-list section{
	background: #fff;
	margin-bottom: 20px;
}
.comment-time{
	height: 28px;
	line-height: 28px;
	padding: 10px 20px;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	color: #999;
}
.comment-time span:last-child{
	float: right;
	color: #ff9800;
}
.comment-info{
	padding: 10px 20px;
	height: 116px;
	border-bottom: 1px solid #ccc;
}
.comment-info dl dt{
	float: left;
	margin-right: 20px;
	width: 30%;
	overflow: hidden;
    height: 117px;	
}
.comment-info dl dd{
	position: relative;
	padding-bottom: 30px;
	font-size: 13px;
}
.comment-info dl dd p{
	color: #999;
	margin-bottom: 2px;
}
.comment-info dl dd p:nth-of-type(1){
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	font-size: 15px;
	height: 60px;
	overflow: hidden;
	color: #333;
	margin-bottom: 15px;
}
.comment-info dl dd .comment-price{
	position: absolute;
	right: 0;
	bottom: 5px;
	text-align: right;
}
.comment-price b{
	display: block;
	font-size: 20px;
	color: #f89707;
	line-height: 30px;
	font-weight: normal;
}
.comment-n span:first-child{
	color: #333;
	font-size: 15px;
}
.comment-n span:last-child{
	color: #999;
	font-size: 14px;
}
.comment-btn{
	padding: 20px 20px 30px;
	background: #fff;
	text-align: right;
}
.comment-btn a{
	display: inline-block;
	width: 90px;
	height: 32px;
	border-radius: 5px;
	line-height: 32px;
	border: 1px solid #999;
	text-align: center;
	margin-left: 10px;
	color: #999;
	font-size: 14px;
}
.comment-btn a:last-child{
	background: #f89707;
	color: #fff;
	border: 1px solid #f89707;
}
/*积分明细*/
.score-info{
	padding: 20px;
	border-bottom: 1px solid #ccc;
}
.score-info b{
	margin-right: 40px;
}

/*客户问题解答记录*/
.question-u{
	padding: 20px 5px;
}
.question-u .user-head{
	width: 20%;
	float: left;
}
.question-u .user-head img{
	border-radius: 50%;
}
.question-u .user-question{
	width: 76%;
	float: right;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 10px 5px;
	margin-bottom: 10px;
}
.question-u .user-question p{
	line-height: 20px;
}
.question-u .user-question .u-time{
	color: #999;
}
.question-u .user-question .service-answer{
	color: #F44336;
}
.question-null{
	padding: 20px;
	font-size: 16px;
	color: #666;
}
.question-null a{color: #ED5694;}

/*个人信息页面*/
.user-info h4{
	color: #333;
	font-size: 16px;
	line-height: 26px;
	padding: 20px 5px 0;
}
.user-info-msg{
	padding: 20px;
	color: #666;
}
.user-info-msg p{
	font-size: 15px;
	line-height: 30px;
}
.strong{
	font-weight: bold;
	color: #333;
	margin-top: 10px;
}
.strong span{
	color: #DA251C;
	font-weight: normal;
}
.user-info-msg p input{
	width: 80%;
	height: 24px;
	padding: 5px;
	border: 1px solid #ccc;
}
.user-info-msg p select{
	height: 28px;
	width: 26.5%;
}
.info-sub{
	margin-top: 20px;
	text-align: center;
}
.info-sub button{
	width: 200px;
	height: 40px;
	background: #FFC107;
	border: 1px solid #FFC107;
	border-radius: 6px;
}
.info-sub button a{
	display: inline-block;
	width: 100%;
	height: 40px;
	line-height: 42px;
	color: #fff;
}
/*申请退会页面*/
.cancel-c form{
	padding: 20px;
}
.cancel-c form p{
	font-size: 16px;
	color: #333;
	line-height: 30px;
}
.cancel-c form p textarea{
	resize: none;
	width: 90%;
	height: 140px;
	border: 1px solid #dedede;
	padding: 20px;
	color: #333;
	font-size: 15px;
}
.cancel-c form p button{
	width: 180px;
	height: 36px;
	border: 1px solid #f4493c;
	background-color: #f4493c;
	margin-left: 5px;
	border-radius: 6px;
}
.cancel-c form p button a{
	display: inline-block;
	width: 100%;
	height: 100%;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
}
/*优惠券*/
.sale-info{
	text-align: center;
	padding: 20px 0 0;
}
.sale-info img{
	margin-bottom: 20px;
}
.sale-c p{
	color: #999;
	text-align: center;
	font-size: 15px;
}
.sale-c p a{
	color: #f6b01b;
	margin-left: 10px;
}
