.training-header{height: 64px;background: linear-gradient(90deg, #1f3ccc 0%, #47c8ff 100%);width: 100%;}
.training-header .wrap1200{display: flex;align-items: center;height: 64px;justify-content: space-between;}
.training-header .left{display: flex;align-items: center;line-height: 40px;}
.training-header .left .back{display: block;font-size: 14px;color: #fff;padding-left: 13px;background: url(../images/back-default.png) no-repeat left center;background-size: 8px 14px;}
.training-header .left .back:hover{color: #5CDBD3;background-image: url(../images/back-hover.png);}
.training-header .left h3{font-size: 20px;font-weight: 700;color: #fff;padding-left: 20px;}
.training-header .right-login .loginBtn{cursor: pointer; width: 100px;height: 40px;box-sizing: border-box;border-radius: 4px;border:1px solid #E6E6E6;background: none;font-size: 14px;color: #fff;}
.training-header .right-login .loginBtn:hover{background: rgba(255,255,255,0.1);}

/* 登陆后 */
.training-header .after_login{display: flex;align-items: center;}
.training-header a.userName span{font-size: 14px;color: #d8eaff; max-width: 154px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: inline-block;}
.training-header a.userName{ display: flex; align-items: center;line-height: 64px;}
.training-header a.userName::after{content: '';display: inline-block;width: 8px;height: 15px;border-right:1px solid rgba(255,255,255,0.2);margin-right: 8px;}
.training-header .after_login a.exitBtn{display: inline-block;width: 16px;height: 16px;background: url(../images/exit_icon.png) no-repeat center;background-size: 16px 16px;}
.training-header .after_login a.exitBtn:hover{background-image: url(../images/exit_hover_icon.png);}
