body{
  height: 1080px;
  background: #F8F8F8;
}
.login-header {
  width: 100%;
  height: 80px;
  color: #999;
  font-size: 16px;
  background: #fff;
}

.header-content {
  width: 1200px;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.header-left {
  display: flex;
  align-items: center;
}

.login-logo {
  width: 248px;
  height: 56px;
}

.header-right {
  display: flex;
  height: 12px;
  align-items: center;
}

.header-right a {
  color: #333;
}

.login-content__bg {
  margin: 111px auto 0;
  width: 1270px;
  height: 520px;
  background: url('../images/regist_slices/it_regist-bg.png') no-repeat;
}
.qy_bg{
   background: url('../images/regist_slices/qy_regist.png') no-repeat;
}

.login-content {
  box-sizing: border-box;
  position: absolute;
  display: flex;
  top: 100px;
  left: 50%;
  margin-left: -358px;
  box-sizing: border-box;
  float: right;
  width: 716px;
  background: rgba(255, 255, 255, 1);
  box-shadow:0px 0px 24px 6px rgba(204,204,204,0.1);
  border-radius: 12px;
}
.login-form{
  width: 100%;
  padding: 40px 70px 0 70px;
}

.form-header {
  box-sizing: border-box;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  height: 30px;
  border-bottom: 1px solid rgba(242,242,242,1);
}

.form-header p{
  border-bottom: 2px solid rgba(51,51,51,1);
}

.pwd-login,
.msg-login {
  width: 64px;
  padding-bottom: 12px;
  text-align: center;
  cursor: pointer;
}

.form-verify {
  /* visibility: hidden; */
  align-self: flex-start;
  height: 30px;
  font-size: 14px;
  color: red;
}
.remember{
  align-self: flex-start;
  height: 21px;
  font-size: 14px;
  color: red;
}

.form-checkbox{
  font-size: 14px;
}
input[type='checkbox']{
  width: 14px;
  height: 14px;
  background-color: #fff;
  -webkit-appearance:none;
  border: 1px solid #c9c9c9;
  border-radius: 2px;
  outline: none;
  margin-right: 6px;
}

.checkBox input[type=checkbox]:checked{
  background: url('../images/login-status_slices/check-icon.png') no-repeat center;
}
.checkBox{
  display: flex;
  align-items: center;
}
.login-tip{
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-top: 30px;
}
.regist-now{
  cursor: pointer;
  color: #4C87FB;
}
.selected {
  border-bottom: 2px solid #666;
}

.form-content {
  margin-top: 27px;
  display: flex;
  flex-direction: column;
}
.text-ipt,
.pwd-ipt {
  box-sizing: border-box;
  width: 503px;
  height: 40px;
  flex-shrink: 0;
  /* margin-top: 30px; */
  padding-left: 16px;
  font-size: 14px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(213, 218, 223, 1);
  border-radius: 2px;
}

.login-button {
  width: 180px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background:rgba(76,135,251,1);
  box-shadow:0px 2px 10px 0px rgba(76,135,251,0.6);
  border-radius:4px;
  color: #fff;
  cursor: pointer;
  border: 0px solid #3287ff;
  background: #3287ff;
  margin-right: 26px;
}

.go-login{
  background:rgba(255,255,255,1);
  border:1px solid rgba(221,221,221,1);
  border-radius:4px;
  color: #666;
  box-shadow:none;
}


.btn-group{
  display: flex;
  margin-left: 78px;
  margin-bottom: 40px;
}

#msgLoginBtn{
  margin-top: 0px;
}

.fint-pwd {
  color: #3287ff;
  cursor: pointer;
}

.remenber {
  width: 503px;
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  margin-left: 78px;
}

.agreement-checkbox {
  align-self: flex-start;
  margin-top: 10px;
  font-size: 12px;
}

.code {
  position: relative;
  width: 503px;
  display: flex;
  align-items: center;
}

.split-line {
  position: absolute;
  right: 100px;
  width: 1px;
  height: 20px;
  background: rgba(213, 218, 223, 1);
}

div.qrm-pinming{
    border: 1px solid rgba(213, 218, 223, 1);
    border-radius: 2px;
}

#codeVerify {
  visibility: hidden;
}

#canvas {
  cursor: pointer;
  border: 1px solid #ccc;
  border-left: 0;
  border-radius: 0 4px 4px 0;
  box-sizing: border-box;
}

.verify-code__ipt {
  width: 230px !important;
  border-right: 0 !important;
  border-radius: 2px 0 0 2px !important;
}
.send-code{
position: absolute;
    right: 0;
  width: 100px;
  height: 40px;
  cursor: pointer;
  border: 0px solid #ccc;
  box-sizing: border-box;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #4C87FB;
}
.disable{
  pointer-events:none;
  color: #999;
}
#msgLogin{
  display: none;
}



/*regist注册页面*/
.row-line{
  width:104px;
  height:1px;
  font-size:16px;
  font-family:Microsoft YaHei;
  font-weight:400;
  color:rgba(207,207,207,1);
}

.regist-header{
  border: 0;
}

.register-btn{
  margin: 0;
}

#phone{
  width: 230px !important;
  border-left: 0 !important;
  border-radius: 0px 2px 2px 0px !important;
}

.regist-way{
  cursor: pointer;
  
}

/*下拉框*/
.field-select {
  position: relative;
  box-sizing: border-box;
  width: 503px;
  height: 40px;
  border: 1px solid rgba(213, 218, 223, 1);
  border-radius: 2px;
  padding-left: 16px;
  line-height: 40px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.field-input::placeholder {
  color: #bbb;
}

.select-value {
  position: absolute;
  display: inline-block;
  line-height: 40px;
  font-size: 14px;
  height: 40px;
  user-select: none;
}

.select-dot {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 14px;
  top: 12px;
  display: inline-block;
  transition: 0.5s;
}

.select-group {
  display: none;
  position: absolute;
  width: 500px;
  z-index: 2;
  top: 39px;
  left: 0px;
  border-radius: 0px 0px 4px 4px;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0px 0px 10px 1px rgba(225, 225, 225, 0.8);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select-item {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 10px;
}

.select-item:hover {
  background: #e9e9e9;
}



/**/
.enterpriseRegist{
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  height: 520px;
  background: url('../images/regist_slices/regist-bg.png')
}

.form-group{
  display: flex;
  align-items: center;
}
.label{
  width: 65px;
  white-space: nowrap;
  text-align: right;
  margin-right: 15px;
}

.regist{
  margin-left: 85px;
}
.it_login-logo{
  width: 123px;
  height: 56px;
  margin-right: 10px;
}
.it_login-text{
  font-size: 16px;
  padding: 0 10px;
  color: #333;
  border-left: 1px solid #ddd;
}
