@font-face {
  font-family: 'OPPOSans-B';
  src: url('/OPPOSans-B.ttf');
}

@font-face {
  font-family: 'OPPOSans-R';
  src: url('/OPPOSans-R.ttf');
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-size: 14px;
  list-style: none;
  color: #111A34;
  font-family: 'OPPOSans-R';
  line-height: 1em;
  text-decoration: none;
}

.is_hover {
  cursor: pointer;
}

input {
  border: none;
  height: 20px;
  outline: none
}

input:-internal-autofill-selected {
  background-color: transparent !important;
}

img {
  width: 100%;
  height: auto;
  display: flex;
}

#login {
  width: 100vw;
  height: 100vh;
  background-image: url(/web.2.0/static/images/login/Background-Static.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.login_gif {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.login_Box {
  position: relative;
  width: 904px;
  height: calc(100% - 112px);
  min-height: 624px;
  margin: 0 auto;
  overflow: hidden;
}

.login_list {
  position: absolute;
  width: 620px;
  height: 598px;
  padding: 40px 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.login_logo {
  width: 354px;
  margin: 0 auto 30px;
}

/* 登录窗口样式 */
.login_module {
  display: flex;
  height: 432px;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.login_left {
  width: 204px;
  height: 100%;
  padding: 50px 0;
  background-color: #F5F7F8;
}

.login_user {
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  transition: all .6s;
}

.login_userImg {
  position: relative;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.login_userImg>img {
  position: absolute;
  width: 100%;
  transition: all .6s;
}

.login_userType,
.login_userMsg {
  transition: all .6s;
}

.login_user:last-child {
  margin-bottom: 0;
}

.login_userMsg {
  font-size: 12px;
  margin-top: 6px;
}

.login_rigin {
  width: calc(100% - 204px);
  padding: 40px 28px;
}

.login_TypeList {
  display: flex;
  justify-content: space-between;
  padding: 0 25px 10px;
  margin-bottom: 30px;
}

.login_Type {
  position: relative;
  font-size: 16px;
  color: #606060;
}
.login_Type .is_popTop{
  position: absolute;
  width: max-content;
  padding: 5px 8px;
  font-size: 12px;
  /* color: #606060; */
  background-color: #E5E5E5;
  border-radius: 3px;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-animation: popTop 3.5s ease-out infinite;

}
@-webkit-keyframes popTop {
  0%{
    top: -30px;
  }
  15%{
    top: -35px;
  }
  30%{
    top: -30px;
  }
  45%{
    top: -35px;
  }
  60%{
    top: -30px;
  }
}
.login_Type .is_popTop::after{
  content: '';
  border: 5px solid;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-top-color: #E5E5E5;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.login_Type.login_TypeActive {
  font-family: 'OPPOSans-B';
  color: #111A34;
}

.login_Type.login_TypeActive::after {
  content: '';
  position: absolute;
  width: 62px;
  height: 3px;
  background-color: #2250C4;
  display: inline;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%);
}

.wx_loginImg {
  width: 176px;
  min-height: 176px;
  margin: 52px auto 62px;
  position: relative;
}

.wx_loginTit {
  color: #606060;
  font-size: 12px;
  margin: 41px 0 10px;
  text-align: center;
}

.noCode_num,
.noCode_code,
.Code_account,
.Code_password {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  height: 48px;
}

.noCode_num input {
  border-left: 1px solid #D0D0D0;
  padding-left: 15px;
}

.noCode_num input,
.Code_account input {
  padding-right: 16px;
}


.noCode_num img,
.Code_account img {
  position: absolute;
  width: 16px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.noCode_type {
  color: #606060;
  font-family: 'OPPOSans-B';
  margin-right: 15px;
  width: 56px;
}

.noCode_getCode {
  color: #2250C4;
  width: 100px;
  text-align: right;
}

.noCode_num input,
.noCode_code input {
  width: calc(100% - 70px);
}


.Code_account input,
.Code_password input {
  height: 100%;
  width: 100%;
}

.Code_password input {
  padding-right: 20px;
}

.Code_password img {
  width: 19px;
  position: absolute;
  right: 0;
}

.Btn_login {
  line-height: 44px;
  border-radius: 44px;
  color: #fff;
  font-family: 'OPPOSans-B';
  font-size: 16px;
  text-align: center;
  margin: 52px 0;
  transition: all .5s;
}
.Btn_login1{
  height: 40px;
  padding-top: 24px;
  color: #909090;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}
/* .Code_accredit {
  display: flex;
  align-items: center;
  justify-content: center;
} */

.accredit_radio {
  width: 14px;
  height: 14px;
  margin-right: 6px;
}

.accredit_txt {
  font-size: 12px;
  text-align: center;
  color: #909090;
}

.accredit_txt>span {
  font-size: 12px;
  color: #2250C4;
}

.Code_hint {
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
}

.login_hint {
  position: absolute;
  width: 100%;
  right: 0;
  bottom: -32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.login_hint>div {
  color: #FA2C19;
  font-size: 12px;
}

/* 底部数据样式 */
.login_MyList,
.login_MyCompany {
  display: flex;
  justify-content: center;
  align-items: center;
}

.login_MyList>a,
.login_MyList>p,
.login_MyCompany>a {
  margin-right: 16px;
  color: #F0F0F0;
  display: flex;
  align-items: center;
}

.login_MyCompany>a {
  font-size: 12px;
}

.login_MyList>a:hover,
.login_MyCompany>a:hover {
  color: #fff;
}

.login_MyList>a:last-child,
.login_MyCompany>a:last-child {
  margin-right: 0;
}

.login_MyMsg {
  font-size: 12px;
  color: #F0F0F0;
  margin: 16px 0;
  text-align: center;
}

.isAccredit {
  -webkit-animation: animet1 .5s both;
}

@-webkit-keyframes animet1 {
  0% {
    transform: translateX(-6px);
  }

  25% {
    transform: translateX(6px);
  }

  50% {
    transform: translateX(-6px);
  }

  75% {
    transform: translateX(6px);
  }

  100% {
    transform: translateX(0px);
  }
}

/* 蒙版 */
.masking {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .3);
}

.staff_pop {
  width: 376px;
  background-color: #fff;
  padding: 24px 28px;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pop_title {
  font-size: 18px;
  font-family: 'OPPOSans-B';
  text-align: center;
  margin-bottom: 24px;
}

.staff_popCount {
  font-size: 18px;
  font-family: 'OPPOSans-B';
  color: #FA2C19;
}

.status_list {
  display: flex;
  align-items: center;
  border-radius: 8px;
  background-color: #FFFFFF;
  padding: 16px 20px;
  margin-bottom: 12px;
  box-shadow: 0px 16px 32px 0px rgba(171, 179, 194, 0.24);
}

.status_list:last-child {
  margin-bottom: 0;
}

.status_list.status_listActive {
  background-color: #2250C4;
}

.status_list.status_listActive .status_name {
  color: #fff;
}

.status_list.status_listActive .status_txt {
  color: rgba(255, 255, 255, .8);
}

.status_img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 16px;
}

.status_msg {
  width: calc(100% - 76px);
}

.status_name {
  font-size: 18px;
  font-family: 'OPPOSans-B';
}

.status_txt {
  color: #909090;
  margin-top: 10px;
  line-height: 20px;
}

.status_btn {
  width: 100%;
  line-height: 40px;
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
  background-color: #2250C4;
  border-radius: 40px;
}

.status_hint {
  margin: 21px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.status_hintImg {
  width: 14px;
  height: 14px;
  margin-right: 6px;
}

.status_hintTxt {
  font-size: 12px;
  color: #606060;
}

/* 协议样式 */
.agreementPop {
  position: absolute;
  width: 621px;
  height: 100%;
  right: -621px;
  top: 0;
  background-color: #fff;
  padding: 30px 0;
  transition: all .6s;
}

.agreementPop_Tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  padding: 0 40px;
  margin-bottom: 20px;
}

.agreementPop_Tit>div {
  font-size: 28px;
}

.agreementPop_Cont {
  padding: 0 40px;
  overflow-y: auto;
  height: calc(100% - 60px);
}

.agreementPop_Cont * {
  font-family: 'OPPOSans-R' !important;
  font-size: 12px !important;
  line-height: 24px !important;
  margin-bottom: 0 !important;
  margin: 0;
}

.agreementPop_Cont a,
.agreementPop_Cont a span {
  color: #2250C4 !important;
}

/* 修改密码样式 */
#login_pass {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

#login_pass .login_MyList>a,
#login_pass .login_MyList>p,
#login_pass .login_MyCompany>a,
#login_pass .login_MyMsg {
  color: #909090;
}

#login_pass .login_Box {
  width: 100%;
  height: calc(100% - 112px);
  min-height: 760px;
  padding: 100px 0 40px;
}

.one_Pass,
.two_Pass {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 416px;
  padding: 40px 28px;
  border-radius: 8px;
  box-shadow: 0px 8px 24px 0px rgba(208, 217, 234, 0.5);
}

.Pass_tit {
  font-size: 24px;
  font-family: 'OPPOSans-B';
}

.Pass_txt {
  color: #909090;
  margin: 12px 0 36px;
}

#login_pass .Btn_login {
  margin: 52px 0 0;
}

.yes_Pass {
  width: 280px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.yes_PassImg {
  width: 120px;
  margin: 0 auto;
}

.yes_PassTxt {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'OPPOSans-B';
  font-size: 16px;
  margin: 40px 0;
}

.yes_PassTxt>p {
  font-family: 'OPPOSans-B';
  font-size: 16px;
  color: #2250C4;
}

#login_pass .yes_Pass .Btn_login {
  margin: 0;
}

#pageHeader {
  padding: 0 calc((100% - 1190px) / 2);
}

.agreementPop_Cont::-webkit-scrollbar {
  width: 8px;
}

.agreementPop_Cont::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #666;
}

.agreementPop_Cont::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
}

.yes_login {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 254px;
  height: 164px;
  border-radius: 8px;
  padding: 40px;
  background-color: rgba(0, 0, 0, .8);
  opacity: 0;
  transition: all .5s;
}

.yes_login>p {
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-family: 'OPPOSans-B';
}

.is_loginYes {
  transform: translate(-50%, -50%) scale(1) !important;
  opacity: 1 !important;
}

/* 免密登录滑块 */
.noCode_login .el-slider,
.one_Pass .el-slider {
  position: absolute;
  width: 100%;
  top: 0;
  padding: 8px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 8px 24px 0px rgba(208, 217, 234, 0.4);
  transition: all .8s;
}

.noCode_login .el-slider__runway,
.one_Pass .el-slider__runway {
  background-color: #E9E9E9;
  height: 32px;
  border-radius: 4px;
  margin: 0;
}

.noCode_login .el-slider__runway::after,
.one_Pass .el-slider__runway::after {
  content: '请按住滑块，拖动到最右边';
  position: absolute;
  width: max-content;
  font-size: 12px;
  color: #606060;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.noCode_login .el-slider__bar,
.one_Pass .el-slider__bar {
  height: 32px;
  border-radius: 4px;
  background-color: #15ad31;
}

.noCode_login .el-slider__button-wrapper,
.one_Pass .el-slider__button-wrapper {
  height: 32px;
  width: 44px;
  top: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.noCode_login .el-slider__button-wrapper ::after,
.one_Pass .el-slider__button-wrapper ::after {
  content: '';
  background-image: url(/web.2.0/static/images/login/Icon/Slider.svg);
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.noCode_login .el-slider__button,
.one_Pass .el-slider__button {
  width: 100%;
  height: 100%;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  background-color: #fff;
}

.noCode_login .el-slider__button:hover,
.one_Pass .el-slider__button:hover {
  transform: none;
}

input:disabled{
  background-color: transparent !important;
}





.is_slider {
  opacity: 0;
  transform: scale(0);
}
.is_sliding{
  position: absolute;
  top: 2px;
  padding: 8px;
  border-radius: 4px;
  width: 100%;
  height: 48px;
  background-color: #ffff;
  transition: all .8s;
  box-shadow: 0px 8px 24px 0px rgba(208,217,234,0.24); 
}
.drag{
  position: relative;
  background-color: #e9e9e9;
  height: 100%;
  border-radius: 4px;
}
.handler{
  width: 44px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #d0d0d0;
  cursor: pointer;
}
.handler_bg{
  background: #fff url("/web.2.0/static/images/login/Icon/Slider.svg") no-repeat center;
}
.handler_ok_bg{
  background: #fff url("/web.2.0/static/images/login/Icon/Successful.svg") no-repeat center;
  background-size: 20px;
}
.drag_bg{
  background-color: #07C062;
  height: 32px;
  width: 0px;
  border-radius: 4px 0 0 4px;
}
.drag_text{
  position: absolute;
  top: 0px;
  width: 100%;
  line-height: 32px;
  color: #606060;
  font-size: 12px;
  text-align: center;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -o-user-select:none;
  -ms-user-select:none;
}


.is_recommend{
  padding-left: 26px;
}
.is_recommend .noCode_type{
  width: 60px;
}
.is_recommend .noCode_num input{
  width: calc(100% - 75px);
}
.is_recommend .click_recommend>img{
  left: -26px;
  cursor: pointer;
}
.is_recommend .login_hint{
  bottom: -20px;
}