/*.login-body-bg {*/
/*  background: url('../../admin/img/logindenglu.png') no-repeat;*/
/*  background-position: 0 0;*/
/*  background-size:100% 100%;*/
/*  background-color: #f7f9fc*/
/*}*/

.whole-login {
  width: 78%;
  height: 74%;
  min-width: 1200px;
  min-height: 695px;
  display: flex;
  position: relative;
  background-position: 100%;
}

/* 李民涛 */

html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Microsoft YaHei";
}

* {
  outline: none;
}

body {
  overflow: auto;
}

.whole-login>img {
  width: 100%;
}

a {
  text-decoration: none;
  outline: none;
  color: #333;
}

a:hover,
a:visited,
a:link,
a:active {
  text-decoration: none;
  outline: none;
  color: #333;
}

.login_view {
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 50px;
  justify-content: space-between;
  position: absolute;
  background-color: transparent;
  box-shadow: 0px 0px 30px rgb(27 23 30 / 10%);
}

.login_view header {
  margin-left: 30px;
}

.login_view section {
  margin-left: 47px;
  display: flex;
  flex: 1;
}

.login_view section>.login_form {
  margin: 70px 0;
}

.login_view section .login_form .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}

.login_view section>.login_form .rememb_password {
  flex-direction: row;
  padding: 15px 0;
}

.login_form .rememb_password #remember {
  width: 0;
  height: 0;
  display: none;
}

.login_form .row label {
  font-size: 18px;
  color: rgb(163, 176, 176);
  margin-bottom: 10px;
  font-weight: normal;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.login_form_jigou {
  width: 50%;
}

.login_form .row label .fa {
  font-size: 20px;
}

.login_form .row input {
  padding: 10px;
  /* padding-left: 38px; */
  width: 65%;
  font-weight: 700;
  display: flex;
  font-size: 16px;
  color: #666;
  border: 1px solid rgb(228, 234, 234);
}

.login_form .row input::placeholder {
  font-weight: normal;
}

section>.login_form .select_view>select {
  border: none;
  width: 65%;
  display: flex;
  border-bottom: 1px solid rgb(228, 234, 234);
  padding: 15px 0;
}

.divider {
  width: 0;
  height: 14px;
  margin: 0 10px;
  border-right: 1px solid rgb(163, 176, 176);
}

.shortcut a {
  border-bottom: 2px solid rgb(0, 191, 175);
}

.shortcut a:hover {
  color: rgb(37, 143, 241);
}

.login_form .row input:focus {
  outline: none;
}

.login_form .rememb_password>label {
  margin-right: 10px;
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 16px;
  color: rgb(110, 118, 118);
}

.rememb_password label::before {
  content: "";
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  flex-direction: row;
  border: 1px solid rgb(228, 234, 234);
  border-radius: 1px;
  margin-right: 11px;
}

.rememb_password>input[checked]+label::before {
  content: "\2714";
  color: rgb(0, 191, 175);
  border: 1px solid rgb(0, 191, 175);
}

.rememb_password>a {
  line-height: 1;
  font-size: 16px;
  padding-left: 10px;
  color: rgb(110, 118, 118);
  border-left: 1px solid rgb(208, 211, 211);
}

.rememb_password a:hover,
.rememb_password a:visited,
.rememb_password a:link,
.rememb_password a:active {
  color: rgb(110, 118, 118);
}

.submit_view>button {
  width: 65%;
  height: 50px;
  color: rgb(255, 255, 255);
  /* box-shadow: 0 5px 10px rgba(0, 178, 178, .4); */
  border-radius: 5px;
  background-color: rgb(0, 191, 175);
  border: none;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  line-height: 24px;
}

.login_view>.change_way {
  position: absolute;
  top: 0;
  right: -56px;
  width: 54px;
  height: 200px;
  cursor: pointer;
  background-color: #FEF0E7;
  background-image:linear-gradient(to right, #3eabf6, #31c8f5);
  border-radius: 0 0 20px 0;
  font-size: 20px;
    text-align: center;
    color: #fff;
padding-top: 40px;
}
.login_view>.change_way>div {
height: 30px;
font-weight: 900;
}
.c-row {
  margin: 0 -15px 25px;
}

/* 微信登录 */

a.row-weixin{
  display: block;
  width: 65%;
  text-align: center;
  border: 1px solid rgb(228, 234, 234);
  padding: 10px 0;
  color: #666;
}

.row-weixin .fa-weixin{
  color: rgb(26, 173, 25);
}

.split-line-wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65%;
  position: relative;
}

.split-line-wrap .h-line{
  position: absolute;
  display: block;
  border-top: 1px solid rgb(228, 234, 234);
  width: 100%;
}


.split-line-wrap .line-up {
  position: absolute;
  z-index: 10;
  padding: 0 15px;
  background-color: #fff;
  color: #999;
}

/* 其他方式登录 */
.other-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 65%;
}


.other-wrap .color-blue {
  color: rgb(83, 142, 231);
}

.other-wrap .color-gray {
  color: #999;
}



/* 获取验证码 */
.btn-code{
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  margin-right: 35%;
  height: 100%;
  line-height: 44px;
  width: 100px;
  text-align: center;
  border-left: 1px solid rgb(228, 234, 234);
}

/* 二维码 */
.qrcode-wrap {
  position: relative;
  width: 65%;
  text-align: center;
}

.qrcode-wrap .close-wrap{
  position: absolute;
  right: 9%;
  top: -15px;
  z-index: 2;
  font-size: 30px;
  color: #999
}

.qrcode-wrap h5 {
  font-size: 20px;
  padding-bottom: 20px;
}

/* weixin */

.qrcode-wrap .weixin-wrap {
  width: 258px;
  height: 258px;
  line-height: 258px;
  border: 1px solid rgb(228, 234, 234);
  margin: 0 auto;
}

.qrcode-wrap .weixin-wrap .qrcode-img {
  display: block;
  width: 100%;
  height: 100%;
}

.qrcode-wrap .weixin-wrap .loading-img {
  width: 50px;
  height: 50px;
}
/* weixin */

.qrcode-wrap p {
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 50px;
  color: #999;
}

/* 验证码按钮禁用 */
.getcode-disabled {
  background-color: #eee;
  cursor: not-allowed;
}

/* 眼睛 */
/* .row-pwd {
  padding-right: 10px;
} */

.row-pwd input {
  padding-right: 35px;
}

.row-pwd .fa {
  position: absolute;
  right: 38%;
  z-index: 2;
  color: #999;
}
