.section-header[_ngcontent-c4] {
	height: 55px;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
	padding-top: 20px;
	position: relative
}

.section-header[_ngcontent-c4]   .header-wrap[_ngcontent-c4] {
	display: block;
	width: 1200px;
	margin: 0 auto;
	position: relative
}

.section-header[_ngcontent-c4]   .header-wrap[_ngcontent-c4]   .logo[_ngcontent-c4] {
	display: inline-block;
	height: 28px;
	width: 171px;
	background: url(../images/logo.svg) center left/contain no-repeat;
	outline: 0;
	text-align: left;
	cursor: pointer
}

.section-header[_ngcontent-c4]   .has-account[_ngcontent-c4] {
	display: inline-block;
	position: absolute;
	right: 0;
	font-size: 14px
}

.section-header[_ngcontent-c4]   .has-account[_ngcontent-c4]   .platform[_ngcontent-c4] {
	margin-right: 32px;
	display: inline-block;
	font-size: 24px;
	position: relative;
	color: #595959;
	vertical-align: 4px;
	-webkit-transition-duration: .2s;
	transition-duration: .2s
}

.section-header[_ngcontent-c4]   .has-account[_ngcontent-c4]   .platform[_ngcontent-c4]:hover {
	color: #2d9c8b
}

.section-header[_ngcontent-c4]   .has-account[_ngcontent-c4]   .letter[_ngcontent-c4] {
	margin-right: 32px;
	display: inline-block;
	width: 24px;
	height: 24px;
	position: relative;
	background: url(../images/header-letter-grey.svg) center center/contain no-repeat;
	vertical-align: 2px
}

.section-header[_ngcontent-c4]   .has-account[_ngcontent-c4]   .letter[_ngcontent-c4]:hover {
	color: #2d9c8b;
	background: url(../images/header-letter-green.svg) center center/contain no-repeat
}

.section-header[_ngcontent-c4]   .has-account[_ngcontent-c4]   .letter.hasUnread[_ngcontent-c4]   .red-dot[_ngcontent-c4] {
	display: inline-block;
	position: absolute;
	height: 18px;
	min-width: 18px;
	border-radius: 9px;
	border: 1px solid #fff;
	background-color: red;
	top: -1px;
	left: 50%;
	line-height: 14px;
	text-align: center;
	padding: 0 4px
}

.section-header[_ngcontent-c4]   .has-account[_ngcontent-c4]   .letter.hasUnread[_ngcontent-c4]   .red-dot[_ngcontent-c4]   .num[_ngcontent-c4] {
	font-size: 12px;
	color: #fff;
	-webkit-transform: scale(.66,.66)
}

.section-header[_ngcontent-c4]   .has-account[_ngcontent-c4]   .triangle-down[_ngcontent-c4] {
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #333
}

.section-header[_ngcontent-c4]   .has-account[_ngcontent-c4]   .account-dropdown[_ngcontent-c4] {
	display: inline-block
}

.section-header[_ngcontent-c4]   .has-account[_ngcontent-c4]   .account-dropdown[_ngcontent-c4]:hover   .top[_ngcontent-c4]   .triangle-down[_ngcontent-c4] {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg)
}

.section-header[_ngcontent-c4]   .has-account[_ngcontent-c4]   .account-dropdown[_ngcontent-c4]:hover   .list[_ngcontent-c4] {
	height: 120px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.1)
}

.section-header[_ngcontent-c4]   .has-account[_ngcontent-c4]   .top[_ngcontent-c4] {
	display: inline-block;
	height: 64px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer
}

.section-header[_ngcontent-c4]   .has-account[_ngcontent-c4]   .top[_ngcontent-c4]   .account-icon[_ngcontent-c4] {
	display: inline-block;
	height: 30px;
	width: 30px;
	background: url(../images/account-icon-profile-green.png) center center/contain no-repeat;
	margin-right: 5px
}

.section-header[_ngcontent-c4]   .has-account[_ngcontent-c4]   .top[_ngcontent-c4]   .triangle-down[_ngcontent-c4] {
	vertical-align: 10px;
	display: inline-block;
	font-size: 12px;
	margin-left: 5px;
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s,-webkit-transform .5s;
	-webkit-transition: transform .5s;
	-moz-transition: transform .5s
}

.section-header[_ngcontent-c4]   .has-account[_ngcontent-c4]   .list[_ngcontent-c4] {
	height: 0;
	position: absolute;
	transition: height .1s;
	-webkit-transition: height .1s;
	-moz-transition: height .1s;
	overflow: hidden;
	top: 45px;
	z-index: 99;
	width: 180px;
	right: 0
}

.section-header[_ngcontent-c4]   .has-account[_ngcontent-c4]   .list[_ngcontent-c4]   .line[_ngcontent-c4] {
	padding-left: 13px;
	height: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 40px;
	background-color: #fff
}

.section-header[_ngcontent-c4]   .has-account[_ngcontent-c4]   .list[_ngcontent-c4]   .line[_ngcontent-c4]:hover {
	background-color: #f6f6f6
}

.section-header[_ngcontent-c4]   .has-account[_ngcontent-c4]   .list[_ngcontent-c4]   .line[_ngcontent-c4]   .path[_ngcontent-c4] {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #333
}

.section-header[_ngcontent-c4]   .has-account[_ngcontent-c4]   .list[_ngcontent-c4]   .line[_ngcontent-c4]   .account-icon[_ngcontent-c4] {
	display: inline-block;
	height: 16px;
	width: 16px;
	margin-right: 12px;
	vertical-align: -2px
}

.section-header[_ngcontent-c4]   .has-account[_ngcontent-c4]   .list[_ngcontent-c4]   .line.line-1[_ngcontent-c4] {
	background-color: #fff;
	border-top: 1px solid #fff;
	max-width: 180px;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 1px solid rgba(0,0,0,.1)
}

.section-header[_ngcontent-c4]   .has-account[_ngcontent-c4]   .list[_ngcontent-c4]   .line.line-2[_ngcontent-c4]   .account-icon[_ngcontent-c4] {
	background: url(../images/account-icon-service.png) center center/contain no-repeat
}

.section-header[_ngcontent-c4]   .has-account[_ngcontent-c4]   .list[_ngcontent-c4]   .line.line-3[_ngcontent-c4]   .account-icon[_ngcontent-c4] {
	background: url(../images/account-icon-profile-black.png) center center/contain no-repeat
}

.section-header[_ngcontent-c4]   .has-account[_ngcontent-c4]   .list[_ngcontent-c4]   .line.line-4[_ngcontent-c4]   .account-icon[_ngcontent-c4] {
	background: url(../images/account-icon-logout.png) center center/contain no-repeat
}

.section-header[_ngcontent-c4]   .has-account[_ngcontent-c4]   .list[_ngcontent-c4]   .tag[_ngcontent-c4] {
	display: inline-block;
	width: 16px;
	float: right;
	height: 13px;
	margin: 13px 10px 13px 0;
	position: relative
}

.section-header[_ngcontent-c4]   .has-account[_ngcontent-c4]   .list[_ngcontent-c4]   .tag.vip[_ngcontent-c4] {
	background: url(../images/account-icon-vip.png) center center/16px 13px no-repeat
}

.section-header[_ngcontent-c4]   .pwd-update-wrap[_ngcontent-c4] {
	position: absolute;
	right: 0;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.5);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.5);
	top: 62px;
	width: 436px;
	height: 152px;
	background-color: #fff;
	z-index: 2;
	padding: 20px 25px
}

.section-header[_ngcontent-c4]   .pwd-update-wrap[_ngcontent-c4]   .line-tip[_ngcontent-c4] {
	margin-bottom: 25px
}

.section-header[_ngcontent-c4]   .pwd-update-wrap[_ngcontent-c4]   .line-tip[_ngcontent-c4]   .warning[_ngcontent-c4] {
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(../images/account-icon-warning.png) center center/contain no-repeat;
	margin-top: 6px
}

.section-header[_ngcontent-c4]   .pwd-update-wrap[_ngcontent-c4]   .line-tip[_ngcontent-c4]   .text[_ngcontent-c4] {
	display: inline-block;
	width: 330px;
	float: right;
	font-size: 14px;
	color: #525252;
	line-height: 24px
}

.section-header[_ngcontent-c4]   .pwd-update-wrap[_ngcontent-c4]   .line-action[_ngcontent-c4] {
	text-align: right
}

.section-header[_ngcontent-c4]   .pwd-update-wrap[_ngcontent-c4]   .line-action[_ngcontent-c4]   .btn-green[_ngcontent-c4] {
	font-size: 14px;
	height: 36px;
	width: 107px;
	line-height: 36px;
	display: inline-block;
	outline: 0;
	background-color: #2d9c8b;
	color: #fff;
	cursor: pointer;
	border: none;
	border-radius: 3px;
	font-family: Helvetica,"microsoft yahei",sans-serif;
	text-align: center;
	margin-right: 13px
}

.section-header[_ngcontent-c4]   .pwd-update-wrap[_ngcontent-c4]   .line-action[_ngcontent-c4]   .btn-green[_ngcontent-c4]:active {
	background-color: #00d8bc
}

.section-header[_ngcontent-c4]   .pwd-update-wrap[_ngcontent-c4]   .line-action[_ngcontent-c4]   .later[_ngcontent-c4] {
	font-size: 14px;
	color: #525252;
	cursor: pointer
}

.section-header[_ngcontent-c4]   .pwd-update-wrap[_ngcontent-c4]   .line-action[_ngcontent-c4]   .later[_ngcontent-c4]:hover {
	color: #2d9c8b
}