header {
	padding: 0 15px;
}

section {
	background: #F2F2F2;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	padding-top: 10px;
}
.sectionBox1{
	border-radius:initial;
}
/* main css */
/*===== 头部 =====*/
.headerBox {
	text-align: center;
	padding: 15px 0;
}

.headerBox a {
	color: #000;
}

.headerBox a:hover {
	color: #EE4D2D;
}

.back_arrow {
	float: left;
}

.back_arrow span {
	font-weight: 600;
}

.headerBox h4 {
	font-weight: 600;
	display: inline-block;
}
/* section css */
.personalInformation_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px;
	margin-bottom: 15px;
	background: #fff;
}
.personalAvatar{
	display: flex;
	align-items: center;
}
.personalAvatar img{
	width: 70px;
	height: 100%;
	border-radius: 50%;
	margin-right: 20px;
}
.personalName{
	
}
.personalName .isName{
	font-size: 24px;
	font-weight: 600;
}
.personalName .isCountry{
	font-size: 12px;
}
.revise_btn,
.revise_btn:focus {
	background-color: #5a73a4;
	border-color: #5a73a4;
	color: #fff;
	box-shadow: 0 0 6px rgb(90 115 164 / 80%);
}

.revise_btn:hover,
.revise_btn:focus:hover {
	background-color: #39507c;
	border-color: #39507c;
	color: #fff;
}
/* 订单管理 */
.orderManagement_box{
	background: #fff;
	margin: 15px 0;
	padding: 10px 15px;
}
.link_direction{
	color: #333;
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.link_direction:hover{
	color: #5a73a4;
}
.link_direction p{
	font-size: 16px;
	font-weight: 600;
}
.arrow_icon{
	font-size: 12px;
}
.orderStatus_box{
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 15px 0;
	border-top: 1px solid #f2f2f2;
}
.orderStatus_list{
	color: #333;
	position: relative;
	text-align: center;
}
.orderStatus_list:hover{
	color: #EE4D2D;
}
.orderStatus_list .iconfont{
	font-size: 40px;
}
.isNumbeOrder{
	position: absolute;
	top: 0;
	right: -8px;
	background: #5a73a4;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	color: #fff;
}
.receivedNumbe{
	background: #47A400;
}
/* 公告 */
.announcement_box{
	/* margin: 10px 0; */
	background: #fff;
	padding: 15px;
}
.announcement_box h4{
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 15px;
}
.announcement_box .announcement_list{
	color: #333;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 12px;
	border-top: 1px solid #f2f2f2;
	padding: 5px 0;
}
.announcement_box .announcement_list:hover{
	color: #EE4D2D;
}
/* 我的管理 */
.myManagement_box {
	/* margin-top: 10px; */
	background: #fff;
	padding: 15px;
	/* padding-bottom: 0; */
}
.myManagement_box h4{
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 15px;
	border-bottom: 1px solid #f2f2f2;
}
.myManagement_list{
	color: #333;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	border-bottom: 1px solid #f2f2f2;
	padding: 15px 0;
}
.myManagement_list:hover{
	color: #EE4D2D;
}
/* 媒体查询css */
@media (max-width:768px) {
	
}
