/**************************
 ---------个人中心---------
 --------author:cd-------
 ------date:2019-03-01-----
 *************************/
body{
	background-color: #F5F6F8;
}
/*主容器*/
#container{
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	background-color: #F5F6F8;
	font-family: "微软雅黑";
}
/*顶部信息*/
.top-area{
	width: 100%;
	height: 180px;
	margin-top: 142px;
	background-color: rgba(87, 208, 217, 100);
}
.user-content{
	width: 1200px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	line-height: 180px;
}
.top-area-user{
	display: flex;
}
.login-out span{
	border-radius: 8px;
	background-color: rgba(0, 0, 0, 0.17);
	width: 120px;
	height: 35px;
	display: inline-block;
	line-height: 35px;
	text-align: center;
	color: #ffffff;
	font-weight: 600;
	cursor: pointer;
}
.top-area-user-info-name{
	color: rgba(255, 255, 255, 100);
	font-size: 36px;
	font-weight: 600;
}
/**主体内容**/
#container #content{
	width: 1200px;
	background: #F5F6F8;
	margin: 0 auto;
}
.order-area{
	display: flex;
	justify-content: space-between;
	padding-top: 10px;
	padding-bottom: 65px;
	border-bottom: 1px solid rgba(187, 187, 187, 100);
}
.my-order{
	width: 10%;
	display: flex;
	flex-direction: column;
	color: rgba(76, 81, 84, 100);
	font-size: 32px;
	text-align: left;
	font-weight: 600;
}
.order-btn{
	width: 90%;
	display: flex;
	justify-content: space-between;
}
.order-area .order-btn a{
	width: 25%;
	display: flex;
	flex-direction: column;
	text-align: center;
	text-decoration: none;
}
.order-area .order-btn a img{
	width: 72px;
	height: 72px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.order-area .order-btn a span{
	color: rgba(16, 16, 16, 100);
	font-size: 14px;
}
.all-order{
	display: inline-block;
	text-align: right;
	width: 100%;
	margin-top: 30px;
}
.all-order span{
	display: inline-block;
	width: 95px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 8px;
	background-color: rgba(247, 155, 81, 100);
	color: #ffffff;
	font-size: 17px;
	font-weight: 600;
}
.address{
	color: rgba(76, 81, 84, 100);
	font-size: 18px;
	text-align: left;
	width: 90%;
	line-height: 90px;
}
.phone{
	color: #57D0D9;
	font-weight: 600;
	font-size: 26px;
}
.kefu{
	display: flex;
	justify-content: space-between;
	padding-top: 65px;
	padding-bottom: 100px;
}
.call{
	display: inline-block;
	margin-left: 60px;
	width: 100px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 8px;
	background-color: rgba(247, 155, 81, 100);
	color:#ffffff;
	font-weight: 600;
	font-size: 18px;
}

/*插件样式修改*/
.weui-dialog__bd{
	line-height: 1.5;
	color: #666666;
}
.weui-dialog__btn{
	color: #FA8B54;
}
.weui-dialog__btn:hover{
	color: #FA8B54;
}
.weui-dialog .weui-dialog__btn.default{
	color: #666666;
}
.weui-dialog .weui-dialog__btn.default:hover{
	color: #666666;
}
.my-order-left-icon img{
	width: 50%;
	margin-left: 10px;
	margin-bottom: 1px;
}
