.login-pop-mask {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.4);
  z-index: 100;
} 
.login-tips-success {
  background: rgba(0,0,0,0.6);
  padding: 16px 32px;
  line-height: 1.5;
  color: #fff;
  font-size: 14px;
  border-radius: 8px;
}
/*导航-登录引导*/
.login-guide-wrap .guide-inner {
  background: #fff url('../img/login_hover_bg.png') top center no-repeat;
  background-size: 100% auto;
  border-radius: 12px;
  box-shadow: 0px 2px 12px 0px rgba(76,79,84,0.16);
  padding: 108px 24px 24px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.login-guide-wrap .guide-inner b,
.login-guide-wrap .guide-inner span {
  display: block;
  text-align: center;
  padding: 4px 0;
  color: #222222;
}
.login-guide-wrap .guide-inner .login-guide-btn {
  display: block;
  background: #FFD74D;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 8px;
  font-size: 14px;
  margin-top: 20px;
}
.login-guide-wrap .guide-inner .login-guide-btn:hover {
  background: #FFBF00;
  color: #222222;
}
/*导航-用户信息box*/
.u_box .u-personel-tip {
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 12px;
  background: #F5515C;
  border-radius: 10px;
  border: 1px solid #FFFFFF;
  padding: 3px 5px;
  position: absolute;
  top: 8px;
  left: 18px;
  white-space: nowrap;
}
.login-uinfo-wrap .uinfo-inner {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 2px 12px 0px rgba(76,79,84,0.16);
  padding: 24px 24px 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.login-uinfo-wrap .u-inner-personal {
  border-bottom: 1px solid #EDEFF2;
  padding-bottom: 16px;
}
.login-uinfo-wrap .u-inner-personal .ubox {
  display: block;
  padding-right: 32px;
  position: relative;
  cursor: pointer;
}
.login-uinfo-wrap .u-inner-personal .ubox::after {
  display: table;
  content: '';
  clear: both;
}
.login-uinfo-wrap .u-inner-personal .ubox-avatar {
  display: block;
  float: left;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  overflow: hidden;
  margin-right: 12px;
}
.login-uinfo-wrap .u-inner-personal .ubox-avatar img {
  width: 100%;
  height: 100%;
}
.login-uinfo-wrap .u-inner-personal .ic-right {
  display: block;
  width: 16px;
  height: 16px;
  background: url('../img/arrow_right_black.png') center no-repeat;
  background-size: contain;
  position: absolute;
  top: 5px;
  right: 0;
}
.login-uinfo-wrap .u-inner-personal .ubox-msg {
  display: block;
  float: left;
}
.login-uinfo-wrap .u-inner-personal .ubox-msg b {
  width: 178px;
  display: block;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  font-weight: 600;
  color: #222222;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.login-uinfo-wrap .u-inner-personal .ubox-msg span {
  display: block;
  height: 20px;
  font-size: 12px;
  font-weight: 400;
  color: #7C8087;
  line-height: 20px;
  margin-top: 2px;
}
.login-uinfo-wrap .u-inner-nav {
  display: block;
  padding-top: 8px;
}
.login-uinfo-wrap .u-inner-nav::after {
  display: table;
  content: '';
  clear: both;
}
.login-uinfo-wrap .u-inner-nav a {
  display: block;
  float: left;
  width: 90px;
  height: 74px;
  border-radius: 8px;
  padding: 8px 0;
  position: relative;
}
.login-uinfo-wrap .u-inner-nav a:hover {
  background: #F5F6F7;
}
.login-uinfo-wrap .u-inner-nav a img {
  display: block;
  margin: 0 auto 4px;
  width: 32px;
  height: 32px;
}
.login-uinfo-wrap .u-inner-nav a span {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #4C4F54;
  line-height: 22px;
}
.login-uinfo-wrap .u-inner-nav a .tip-num {
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 12px;
  background: #F5515C;
  border-radius: 10px;
  border: 1px solid #FFFFFF;
  padding: 3px 5px;
  position: absolute;
  top: 2px;
  left: 48px;
  white-space: nowrap;
}
/*登录相关的浮层样式*/
/*底部的登录浮层*/
.login-btm-wrap {
  min-width: 1184px;
  width: 100%;
  height: 268px;
  background: #E4F955;
  border-radius: 32px 32px 0px 0px;
}
.login-btm-bg {
  width: 100%;
  background: url('../img/login_homepage_bg.png') center no-repeat;
  height: 308px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.login-btm-inner {
  position: relative;
  width: 1184px;
  height: inherit;
  margin: 0 auto;
}
.login-btm-inner .login-btm-form {
  margin-left: 328px;
  height: inherit;
}
.login-btm-inner .login-btm-form .form-scan,
.login-btm-inner .login-btm-form .form-phone {
  display: block;
  float: left;
  height: 220px;
  background: #FFFFFF;
  border-radius: 10px;
  margin-top: 24px;
  margin-left: 12px;
}
.login-btm-inner .login-btm-form .form-scan {
  width: 251px;
  padding-top: 32px;
}
.login-btm-inner .login-btm-form .form-phone {
  width: 572px;
  padding: 20px 24px 0;
}
.login-btm-inner .login-btm-close {
  width: 28px;
  height: 28px;
  background: rgba(34, 34, 34, 0.2);
  border-radius: 14px;
  padding: 2px;
  cursor: pointer;
  position: absolute;
  top: -38px;
  right: 0;
}
.login-btm-inner .login-btm-close::after {
  display: block;
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  background: url('../img/btn_close_white1.png') center no-repeat;
  background-size: contain;
  top: 2px;
  left: 2px;
}
.login-btm-inner .login-btm-close:hover {
  background: rgba(34, 34, 34, 0.4);
}
.login-btm-form .form-scan .el-code {
  width: 112px;
  height: 112px;
  margin: 0 auto;
}
.login-btm-form .form-scan .el-code-canva {
  display: block;
  width: inherit;
  height: inherit;
  background: #FFFFFF;
  border-radius: 12px;
  border: 2px solid #222222;
  padding: 6px;
  overflow: hidden;
  position: relative;
}
.login-btm-form .form-scan .ps {
  text-align: center;
  padding-top: 18px;
  font-size: 12px;
  font-weight: 400;
  color: #4C4F54;
  line-height: 20px;
}
/*浮层登录样式*/
.login-pop-inner {
  width: 444px;
  height: 437px;
  background: #fff;
  border-radius: 24px;
}
.login-pop-inner::after {
  display: block;
  content: '';
  width: 100px;
  height: 74px;
  background: url('../img/login_ip.png') center no-repeat;
  background-size: contain;
  position: absolute;
  top: -74px;
  right: 32px;
}
.login-pop-close {
  display: block;
  content: '';
  background: url('../img/btn_close1.png') center no-repeat;
  background-size: contain;
  width: 11px;
  height: 11px;
  position: absolute;
  right: -23px;
  top: 0;
}
.login-pop-close:hover {
  background: url('../img/btn_close_white1.png') center no-repeat;
  background-size: contain;
}
.login-pop-switch {
  display: block;
  content: '';
  width: 190px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
}
.login-pop-switch.pop-switch_0 {
  background: url('../img/students_login_code1.png') center no-repeat;
  background-size: contain;
}
.login-pop-switch.pop-switch_1, .login-pop-switch.pop-switch_2{
  background: url('../img/students_login_message.png') center no-repeat;
  background-size: contain;
  width:166px;
}
.login-pop-form {
  height: 100%;
  padding: 48px 40px 0;
  position: relative;
}
.login-pop-form h1 {
  height: 33px;
  font-size: 24px;
  font-weight: 600;
  color: #222222;
  line-height: 33px;
}
.login-pop-form.pop-form_scan,.login-pop-form.pop-form_weixin  {
  padding-top: 64px;
}
.login-pop-form.pop-form_scan h1 {
  text-align: center;
}
.login-pop-form.pop-form_weixin h1.wechat_title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-pop-form.pop-form_weixin h1.wechat_title .u-img{
  width:26px;
  height:22px;
  background: url('../img/wechat1.png') center no-repeat;
  background-size: contain;
  margin-right: 8px;
}
.login-pop-form .scan {
  height: 20px;
  font-size: 14px;
  color: #7D8087;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: max-content;
  margin: 20px auto 0 auto;
}
.login-pop-form .scan:hover{
  color: #EF8B00;
}
.login-pop-form .scan .scan_img{
  width:16px;
  height:16px;
  background: url('../img/scan1.png') center no-repeat;
  background-size: contain;
  margin-right:8px;
}
.login-pop-form .scan:hover .scan_img{
  background: url('../img/scan_hover1.png') center no-repeat;
  background-size: contain;
}
.login-pop-form .ps {
  height: 20px;
  font-size: 12px;
  font-weight: 400;
  color: #AFB3BA;
  line-height: 20px;
  margin-top: 24px;
  text-align: center;
}
.login-pop-form.pop-form_scan .ps {
  margin-top: 16px;
}
.login-pop-form.pop-form_weixin .ps,.login-pop-form.pop-form_scan .ps {
  color:#7C8087;
}
.login-pop-form .ps a {
  display: inline;
  color: #EF8B00;
}
.login-btm-form .form-inp,
.login-pop-form .form-inp {
  margin-top: 24px;
  width: 100%;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #E1E3E8;
  position: relative;
}
.login-btm-form .phone-vcode {
  margin-left: -12px;
}
.login-btm-form .phone-vcode::after {
  display: block;
  content: '';
  clear: both;
}
.login-btm-form .phone-vcode .form-inp {
  display: block;
  float: left;
  margin-left: 12px;
}
.login-btm-form .phone-vcode .form-inp.login-phone {
  width: 272px;
} 
.login-btm-form .phone-vcode .form-inp.login-code {
  width: 240px;
}
.login-btm-form .form-inp input,
.login-pop-form .form-inp input {
  width: 100%;
  height: 38px;
  line-height: 38px;
}
.login-btm-form .form-inp .error,
.login-pop-form .form-inp .error {
  display: block;
  width: 100%;
  padding-left: 4px;
  font-size: 12px;
  font-weight: 400;
  color: #FF4747;
  line-height: 17px;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.login-btm-form .login-phone,
.login-pop-form .login-phone {
  padding-left: 91px;
}
.login-btm-form .el-input input::-webkit-input-placeholder,
.login-pop-form .el-input input::-webkit-input-placeholder {
  color: #AFB3BA;
}
/*WebKit browsers*/
.login-btm-form .el-input input::-moz-input-placeholder,
.login-pop-form .el-input input::-moz-input-placeholder {
  color: #AFB3BA;
}
/*Mozilla Firefox*/
.login-btm-form .el-input input:-moz-input-placeholder,
.login-pop-form .el-input input:-moz-input-placeholder {
  color: #AFB3BA;
}
/*Mozilla Firefox*/
.login-btm-form .el-input input:-ms-input-placeholder,
.login-pop-form .el-input input:-ms-input-placeholder {
  color: #AFB3BA;
}
.login-btm-form .login-phone .el-input input,
.login-pop-form .login-phone .el-input input {
  width: 100%;
  padding-left: 12px;
  padding-right: 16px;
}
.login-btm-form .el-prefix,
.login-pop-form .el-prefix {
  display: block;
  position: absolute;
  width: 91px;
  top: 0;
  left: 0;
}
.login-btm-form .el-prefix::after,
.login-pop-form .el-prefix::after {
  display: block;
  content: '';
  width: 1px;
  height: 16px;
  background: #EDEFF2;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 0;
}
.login-btm-form .el-prefix .el-prefix_inner,
.login-pop-form .el-prefix .el-prefix_inner {
  position: relative;
  display: block;
  cursor: pointer;
}
.login-btm-form .el-prefix .el-prefix_inner input,
.login-pop-form .el-prefix .el-prefix_inner input {
  width: 100%;
  padding-right: 20px;
  padding-left: 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  cursor: pointer;
}
.login-btm-form .el-prefix .el-prefix_inner::after,
.login-pop-form .el-prefix .el-prefix_inner::after {
  display: block;
  content: '';
  background: url('../img/icon_arrowDown_gray.png') center no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 8px;
}
.login-btm-form .el-prefix .el-prefix_inner.active::after,
.login-pop-form .el-prefix .el-prefix_inner.active::after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.login-btm-form .login-code::after,
.login-pop-form .login-code::after {
  display: block;
  content: '';
  clear: both;
}
.login-btm-form .login-code .el-input,
.login-pop-form .login-code .el-input {
  display: block;
  float: left;
  position: relative;
}
.login-btm-form .login-code .el-input input,
.login-pop-form .login-code .el-input input {
  width: 100%;
  padding-left: 16px;
  padding-right: 12px;
}
.login-btm-form .login-code .el-input::after,
.login-pop-form .login-code .el-input::after {
  display: block;
  content: '';
  width: 1px;
  height: 16px;
  background: #EDEFF2;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 0;
}
.login-btm-form .login-code .el-suffix,
.login-pop-form .login-code .el-suffix {
  display: block;
  float: right;
  line-height: 38px;
  padding: 0 16px;
  text-align: center;
  color: #ef8b00;
  font-size: 14px;
  cursor: pointer;
}
.login-btm-form .login-code .el-suffix.gray,
.login-pop-form .login-code .el-suffix.gray {
  color: #CBCED4;
  pointer-events: none;
}
.login-btm-form .form-chk,
.login-pop-form .form-chk {
  margin-top: 40px;
  line-height: 20px;
  font-size: 14px;
  position: relative;
  color: #7C8087;
  cursor: pointer;
}
.login-btm-form .form-chk {
  margin: 32px auto 0;
  text-align: center;
  width: 330px;
  width: fit-content;
}
.login-btm-form .form-chk .el-checkbox,
.login-pop-form .form-chk .el-checkbox {
  display: inline-block;
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 4px;
  border: 1px solid #CBCED4;
  overflow: hidden;
  vertical-align: middle;
  margin-right: 4px;
  position: relative;
  cursor: pointer;
}
.login-btm-form .form-chk .el-checkbox_label,
.login-pop-form .form-chk .el-checkbox_label {
  display: inline-block;
  vertical-align: middle;
}
.login-btm-form .form-chk .el-checkbox .el-checkbox_inner,
.login-pop-form .form-chk .el-checkbox .el-checkbox_inner {
  display: block;
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  overflow: hidden;
}
.login-btm-form .form-chk .el-checkbox.active,
.login-pop-form .form-chk .el-checkbox.active {
  border: 1px solid #FFD74D;
  background: #FFD74D;
}
.login-btm-form .form-chk .el-checkbox.active .el-checkbox_inner,
.login-pop-form .form-chk .el-checkbox.active .el-checkbox_inner {
  background: url('../img/login_tick.png') center no-repeat;
  background-size: contain;
}
.login-btm-form .form-chk .el-checkbox_original,
.login-pop-form .form-chk .el-checkbox_original {
  width: 0;
  height: 0;
  display: block;
}
.login-btm-form .form-chk .el-checkbox_label a,
.login-pop-form .form-chk .el-checkbox_label a {
  display: inline;
  color: #EF8B00;
}
.login-btm-form .form-btn .el-button,
.login-pop-form .form-btn .el-button {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-radius: 8px;
  background: #FFD74D;
  text-align: center;
  margin-top: 12px;
  cursor: pointer;
}
.login-btm-form .form-btn {
  text-align: center;
}
.login-btm-form .form-btn .el-button {
  width: 365px;
  height: 36px;
  line-height: 36px;
}
.login-btm-form .form-btn .el-button:hover,
.login-pop-form .form-btn .el-button:hover {
  background: #FFBF00;
}
/*扫码登录*/
.login-pop-form .el-code {
  margin: 32px auto 0;
  width: 164px;
  height: 164px;
  border-radius: 12px;
  border: 1px solid #E1E3E8;
  padding: 10px;
  position: relative;
  overflow: hidden;
}
.login-pop-form .scan-code {
  padding-bottom: 30px;
  position: relative;
}
.login-pop-form .scan-code .ps {
  margin-top: 8px;
  height: 22px;
  font-size: 14px;
  font-weight: 400;
  color: #4C4F54;
  line-height: 22px;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.login-pop-form .el-code-canva,
.login-pop-form .el-code-img,
.login-pop-form .el-code-img img {
  width: 100%;
  height: 100%;
  position: relative;
}
.login-pop-form .el-code-expire,.login-pop-form .el-code-success {
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.94);
  position: absolute;
  top: 0;
  right: 0;
}
.login-pop-form .el-code-expire span,.login-pop-form .el-code-success .tips {
  display: block;
  margin-top: 56px;
  text-align: center;
  font-size: 16px;
  color: #222222;
  line-height: 26px;
}
.login-pop-form .el-code-success .u-img{
  width:54px;
  height:54px;
  background: url('../img/success1.png') center no-repeat;
  background-size: contain;
  margin: 0 auto;
  margin-top:28px;
}

.login-pop-form .el-code-success .tips{
  font-weight: 600;
  margin-top:10px;
}

.login-pop-form .el-code-success .u-tip{
  font-size: 12px;
  color: #7C8087;
  text-align: center;
  margin-top:4px;
}

.login-pop-form .el-code-expire button {
  display: block;
  font-size: 12px;
  width: 72px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: #FFD74D;
  border-radius: 6px;
  margin: 30px auto 0;
  cursor: pointer;
}
.login-pop-form .el-code-expire button:hover {
  background: #FFBF00;
}
.login-pop-form .form-app-btn {
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
  color: #7C8087;
  display: block;
  width: 75px;
  width: fit-content;
  padding-left: 20px;
  margin: 20px auto 0;
  position: relative;
  cursor: pointer;
}
.login-pop-form .form-app-btn::before {
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  background: url('../img/login_app.png') center no-repeat;
  background-size: contain;
  position: absolute;
  top: 3px;
  left: 0;
}
.login-pop-form .form-app-btn.active {
  color: #EF8B00;
}
.login-pop-form .form-app-btn.active::before {
  background: url('../img/login_app_hover.png') center no-repeat;
  background-size: contain;
}
.login-select {
  width: 280px;
  background: #FFFFFF;
  box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.08);
  border-radius: 12px;
  padding: 8px;
  overflow-y: auto;
}
.login-select li {
  height: 36px;
  line-height: 36px;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 0 16px;
}
.login-select li:hover {
  background: #F5F6F7;
}
.login-select li span {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #222222;
}
.login-select li.active span {
  color: #EF8B00;
  font-weight: bold;
}
.login-select::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 6px;
  border-radius: 4px;
}
.login-select::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 4px;
  background: rgba(124, 128, 135, 0.3);
}
.login-select::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 4px;
}
.login-agree-dialog {
  width: 400px;
  background: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0px 4px 12px 0px rgba(76,79,84,0.26);
  padding: 24px 32px;
}
.login-agree-dialog .agree-dialog-con {
  padding-right: 48px;
  font-size: 16px;
  font-weight: bold;
  color: #222222;
  line-height: 26px;
}
.login-agree-dialog .agree-dialog-con a {
  color: #EF8B00;
}
.login-agree-dialog .agree-dialog-close {
  display: block;
  position: absolute;
  width: 26px;
  height: 26px;
  padding: 5px;
  top: 24px;
  right: 32px;
  border-radius: 8px;
}
.login-agree-dialog .agree-dialog-close:hover {
  background: #F5F6F7;
}
.login-agree-dialog .agree-dialog-close::after {
  display: inline-block;
  background: url('../img/icon_dialog_close_gray.png') center no-repeat;
  background-size: contain;
  content: '';
  position: relative;
  width: 16px;
  height: 16px;
}
.login-agree-dialog .agree-dialog-bottom {
  width: 100%;
  background: #FFFFFF;
  padding-top: 24px;
  text-align: right;
}
.login-agree-dialog .agree-dialog-bottom .dialog-btn {
  display: inline-block;
  line-height: 22px;
  text-align: center;
  border-radius: 8px;
  color: #222222;
  font-size: 14px;
  padding: 5px 0;
  width: 88px;
}
.login-agree-dialog .agree-dialog-bottom .dialog-btn_ok {
  border: 1px solid #FFD74D;
  background: #FFD74D;
}
.login-agree-dialog .agree-dialog-bottom .dialog-btn_cancel {
  border: 1px solid #E1E3E8;
  margin-right: 16px;
}
/*简历完善提醒*/
.resume-tip-wrap {
  width: 420px;
  background: #DAEEFE;
  background: linear-gradient(270deg, #DAEEFE 0%, #FFFFFF 100%);
  background: -webkit-linear-gradient(270deg, #DAEEFE 0%, #FFFFFF 100%);
  background: -moz-linear-gradient(270deg, #DAEEFE 0%, #FFFFFF 100%);
  background: -o-linear-gradient(270deg, #DAEEFE 0%, #FFFFFF 100%);
  border-radius: 24px;
  position: relative;
}
.resume-tip-bg {
  background: url('../img/pop_tobeperfected_bg.png') top right no-repeat;
  background-size: 216px 120px;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
}
.resume-tip-close {
  display: block;
  content: '';
  background: url('../img/btn_close1.png') center no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  right: -40px;
  top: 0;
}
.resume-tip-close:hover {
  background: url('../img/btn_close_white1.png') center no-repeat;
  background-size: contain;
}
.resume-tip-inner {
  padding: 28px 32px 32px;
}
.resume-tip-inner .tip-h {
  display: block;
  width: 120px;
  height: 36px;
  margin-left: 8px;
}
.resume-tip-inner .tip-msg {
  display: block;
  padding: 2px 8px 12px;
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
  color: #92A8C6;
}
.resume-tip-inner .tip-content {
  width: 356px;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 16px 24px;
}
.resume-tip-inner .tip-content p {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  line-height: 26px;
}
.resume-tip-inner .tip-content p .topic {
  color: #5093ED;
}
.resume-tip-inner .tip-btn {
  display: block;
  width: 200px;
  height: 40px;
  background: #FFD74D;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  line-height: 40px;
  text-align: center;
  margin: 32px auto 0;
}
.resume-tip-inner .tip-btn:hover {
  background: #FFBF00;
}

/* 账号绑定 */
.bind51_box {
	position: absolute;
	width: 420px;
	color: #222;
	top: 50%;
	left: 50%;
	padding: 0 32px 32px;
	background: linear-gradient(#FFF7C1, #FFFFFF);
	border-radius: 24px;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
}

.bind51_box .ok {
	display: block;
	width: 180px;
	height: 122px;
	margin: -37px auto 22px;
	background: url('../img/accountbind_pop_ok@2x.png') no-repeat;
	background-size: 100% auto;
}

.bind51_box .close {
	position: absolute;
	width: 24px;
	height: 24px;
	top: 0;
	right: -40px;
	cursor: pointer;
	background: url('../img/btn_close_light.png') center no-repeat;
	background-size: 100% auto;
}

.bind51_box .btt { 
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}

.bind51_box .st {
	font-size: 16px;
	margin: 16px auto 36px;
}

.bind51_box .button {
	display: block;
	width: 200px;
	height: 40px;
	line-height: 40px;
	background: #FFD74D;
	border-radius: 8px;
	color: #222222;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	margin: 0 auto;
}

.bind51_box .button:hover {
	background: #FFBF00;
}

.bind51back_box {
	position: absolute;
	width: 400px;
	color: #222;
	top: 50%;
	left: 50%;
	padding: 24px 32px;
	background: #fff;
	border-radius: 12px;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
}

.bind51back_box .close {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 30px;
	right: 20px;
	cursor: pointer;
	background: url(../img/btn_close1.png) center no-repeat;
	background-size: 100% auto;
}

.bind51back_box .title { 
	font-size: 16px;
	font-weight: 700;
}

.bind51back_box .tip {
	font-size: 14px;
	color: #4C4F54;
	margin: 24px auto;
}

.bind51back_box .buttons {
	text-align: right;
}

.bind51back_box a {
	display: inline-block;
	min-width: 88px;
	height: 32px;
	line-height: 32px;
	background: #fff;
	border-radius: 8px;
	color: #4C4F54;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	margin-left: 12px;
	padding: 0 16px;
	border: 1px solid #E1E3E8;
}

.bind51back_box a:last-child {
	color: #222;
	background: #FFD74D;
	border-color: #FFD74D;
}

.bind51back_box .button:hover {
	background: #FFBF00;
}