a {
  color: #373737;
}
a.register {
  color: #1676fe;
}
a.register:hover {
  color: #ff4400;
}

.choose .active {
  color: #1676fe;
}

.login_left {
  position: relative;
}

.login_left .top_img,
.login_left .bottom_img {
  position: absolute;
}

.login_left .top_img {
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 265px;
  height: 265px;
  /* background: url(../images/logo2.jpg) no-repeat; */
  background-size: 265px;
}

.login_left .bottom_img {
  left: 70px;
  bottom: 53px;
  width: 301px;
  height: 350px;
  background: url(../images/4353.png) no-repeat;
  background-size: 301px 232px;
}

.il_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.il_wrap h3 {
  /* padding-top: 45px; */
  margin-bottom: 8px;
  color: #fff;
  text-align: center;
  font-size: 46px;
}

.il_wrap .il_btn .btn {
  display: inline-block;
}

.il_wrap .small_login {
  width: 888px;
  height: 570px;
  background-color: #fff;
  display: flex;
  /* padding-bottom: 45px; */
}

.il_wrap .login_left,
.il_wrap .login_right {
  flex: 1;
}

.il_body h4 {
  padding-top: 35px;
  color: #373737;
  z-index: 44;
  font-size: 24px;
  text-align: center;
}

.choose {
  display: flex;
  padding-top: 20px;
  padding-bottom: 30px;
}
.choose .bd {
  border-right: 1.5px solid #575757;
}
.choose .bd,
.choose .agent {
  flex: 1;
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
}

.il_wrap .il_body .form-group {
  border: none;
  margin-bottom: 10px;
}
.otherOperate {
  display: flex;
  justify-content: space-between;
}

body {
  width: 100%;
  height: 100%;
  min-width: 900px;
  overflow-y: auto;
  overflow-x: auto;
}

.wrap {
  width: 100%;
  height: 100%;
  min-width: 900px;
  background: url(../images/bodybg.png) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  color: #373737;
}

.logo_lt {
  position: absolute;
  top: 12px;
  left: 14px;
  width: 159px;
  height: 63px;
  /* background: url(../images/login_lt.png) no-repeat; */
  background-size: 159px 63px;
  cursor: pointer;
}

.logo1 {
  width: 64px;
  position: absolute;
  top: 13%;
  left: 47%;
  /*margin: 0 auto;*/
}
#phonekong,
#userkong,
#passkong,
#codekong {
  color: red;
  visibility: hidden;
}

#userkong.error,
#passkong.error,
#codekong.error {
  visibility: visible;
}

.codeInput {
  display: flex;
}
.codeInput input {
  flex: 1;
}
.codeInput .code {
  margin-left: 20px;
  width: 163px;
  height: 50px;
  background-image: url(../images/code.png);
  background-size: 163px 50px;
  background-repeat: no-repeat;
}
/* #uin,
#pwd {
  background-image: url(../images/uin.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 10px;
  padding-left: 45px;
}
#pwd {
  background-image: url(../images/pwd.png);
  background-size: 16px;
} */
.i_login {
  padding: 0;
  min-width: 888px;
  height: 670px;
}

.wrap {
  height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-height: 680px) {
  .wrap {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 1100px) {
  .logo1 {
    top: 13%;
    left: 46%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 2000px) {
  .logo1 {
    left: 47.5%;
  }
}
