.personalInformation_box {
	display: flex;
	justify-content: left;
}
.isEdit_icon{
	font-size: 20px;
}
.personalAvatar1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #333;
	margin-left: 20px;
}

.personalAvatar2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.personalAvatar1:hover {
	color: #5a73a4;
}

.personalAvatar1 img {
	width: 100px;
	margin: 0;
	border-radius: initial;
}

.personalAvatar2 img {
	width: 60px;
	margin: 0;
	border-radius: initial;
}

.personalAvatar img {
	width: 50px;
}

img#profileImgURL {
	width: 100%;
}

.memberAvatarg_box {
	/* width: 240px; */
	/* position: relative;
	margin: 0 auto; */
	display: flex;
	align-items: center;
}

.personalAvatar {
	width: auto;
}

.userInformation_box {
	text-align: left;
	width: 70%;
}

.userInformation_box2 {
	text-align: left;
	margin-left: 30px;
}

.member_number {
	/* position: absolute;
	bottom: 10px;
	right: 5px; */
	font-weight: 600;
}

.isName {
	font-weight: 600;
	margin-bottom: 10px;
}

.user_logo {
	width: 35%;
	/* position: absolute;
    width: 100%;
    right: 0;
    top: 10px; */
}

.myManagement_list:hover {
	color: #5a73a4;
}

.myManagement_box h4 {
	padding: 0;
	border: none;
}

.signOut_btn {
	width: 100%;
}

.signOut_btn,
.signOut_btn:focus {
	background-color: #5a73a4;
	border-color: #5a73a4;
	color: #fff;
}

.signOut_btn:hover,
.signOut_btn:focus:hover {
	background-color: #455f93;
	border-color: #455f93;
	color: #fff;
}

.personalName .isName {
	margin-top: 10px;
}

.personalName .isCountry {
	margin-bottom: 10px;
}

.myManagement_list {
	padding: 0;
	padding: 15px 0;
}

.announcement_listBox {
	display: flex;
	align-items: center;
}

.announcement_listIcon {
	font-size: 20px;
	margin-right: 10px;
}

.orderStatus_list:hover {
	color: #5a73a4;
}

.headerBox a:hover {
	color: #5a73a4;
}

.orderManagement_box {
	margin-bottom: 15px;
	padding: 0;
}

.announcementList {
	background: #fff;
	padding: 0 15px;
}
/* Yes 和 No 按钮 */
.secondaryConfirmation_popBox {
	display: none;
	width: 50%;
	border: 1px solid #999;
	border-radius: 8px;
	text-align: center;
	padding: 20px;
	background: #fff;
	position: fixed;
	top: 25%;
	left: 25%;
	z-index: 999;
	box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.3);
}

.cloture_btn {
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
	color: #333;
}

.cloture_btn:hover {
	color: #ee4d2d;
}

.icon-item {
	cursor: pointer;
}

.isIcon_link {
	display: inline-block;
	color: #333;
	margin-top: 10px;
}

.icon-item:hover,
.icon-item:hover .isIcon_link {
	color: #337ab7;
}

.secondaryConfirmation_popBox h3 {
	font-size: 14px;
	margin-bottom: 15px;
}

.yesBtn,
.noBtn {
	width: 50px;
	color: #fff;
	background: #337ab7;
	padding: 3px 6px;
}

.yesBtn:hover,
.noBtn:hover {
	color: #fff;
	background: #5a73a4;
}

/* Yes 和 No 按钮 end */
/* 媒体查询css */
@media (max-width:768px) {
	
}

@media (min-width: 768px) and (max-width: 992px) {
	
}

@media (max-height: 540px) {
	.announcement_listBox {
		margin-right: 15px;
	}
}

@media (min-width:1200px) {
	.announcement_listBox {
		margin-right: 15px;
	}
}

