html,
body {
  height: 100%;
}

.content {
  width: 100%;
  height: 100%;
  background: url(../image/back.jpg);
  background-repeat: no-repeat;
  /* background-size: 100% 100%; */
  background-size: cover;
  position: relative;
}

.content .userInfo {
  width: 440px;
  height: 520px;
  position: absolute;
  right: 167px;
  /* left: 70%; */
  top: 50%;
  margin-top: -260px;
  /* border-radius: 30px; */
  background: #FFFFFF;
  /* box-shadow: 0px 0px 30px #DCDCDC; */
  /* background: url(../image/infoBack.png) 100% 100%; */
  z-index: 999;
}

.content .userInfo .userInfoBox {
  position: relative;
  height: 100%;
  z-index: 999;
  background: #FFFFFF;
  /* background: url(../image/infoBack.png) 100% 100%; */
  box-shadow: 0px 0px 30px #DCDCDC;
  border-radius: 30px;
}

.userInfo .sign {
  position: absolute;
  width: 142px;
  height: 142px;
  background: url(../image/icon.png) 100% 100%;
  right: -53px;
  top: -68px;
  z-index: 1;
}

.userInfo .mark {
  position: absolute;
  width: 117px;
  height: 121px;
  background: url(../image/iconBut.png) 100% 100%;
  left: -42px;
  bottom: -75px;
  z-index: 1;
}

.userInfo .rightRon {
  position: absolute;
  width: 21px;
  height: 21px;
  background: #0e59f015;
  border-radius: 100%;
  right: -38px;
  top: 65px;
  z-index: 1;
}

.userInfo .butRon {
  position: absolute;
  width: 12px;
  height: 12px;
  background: #0E59F0;
  border-radius: 100%;
  bottom: -24px;
  left: 65px;
  z-index: 1;
}

.info {
  padding: 30px 45px 0 45px;
  height: 100%;
}

.content .userInfo .logo {
  width: 210px;
  height: 76px;
  background: url(../image/logo.png) 100% 100%;
  margin: 0 auto 40px auto;
}

.but {
  display: flex;
  height: 37px;
  background: #F7F7F7;
  margin-bottom: 30px;
  position: relative;
  border-radius: 6px;
}

.but .tips {
  color: #f5222d;
  font-size: 14px;
  position: absolute;
  bottom: -20px;
  left: 12px;
  display: none;
}

.but .left {
  width: 14px;
  padding: 0 10px;
  cursor: pointer;
}

.mt20 {
  margin-bottom: 20px !important;
}

.but .left .img {
  width: 14px;
  height: 14px;
  display: block;
  margin: 0 auto;
  margin-top: 12px;
}

.but .right {
  flex: 1;
}

input {
  width: 100%;
  height: 100%;
  background: #F7F7F7;
  border: none;
  border-radius: 6px;
}

input {
  outline: none;
  border: none;
}

.code {
  position: relative;
}
.code .code-flex{
  width: 100%;
  display: flex;
}
.code .leftCode {
  flex: 1;
  margin-right: 10px;
}

.code .getCode {
  width: 95px;
  height: 37px;
  background: #0E59F0;
  border-radius: 6px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 37px;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
}

.info .buttom {
  height: 48px;
  background: #0E59F0;
  opacity: 1;
  border-radius: 10px;
  font-size: 17px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 48px;
  color: #FFFFFF;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
}

.agreement {
  margin-bottom: 30px;
  margin-top: 5px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 300;
}

.agreement #chackBox {
  width: 14px;
  height: 14px;
  vertical-align: middle;
  border: 1px solid #D9D9D9;
}

.agreement a {
  color: #0E59F0;
}

.cursor {
  cursor: not-allowed !important;
}

.captcha{
  position: absolute;
  left: 0;
  top: 40px;
  z-index: 999;
  width: 100%;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) \9;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) \9;
  display: none;
}
.captcha-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 1.5;
  border-bottom: 1px #e8e8e8 solid;
  padding: 5px 16px 4px;
}
.captcha-close{
  cursor: pointer;
}
.captcha-cont{
  padding: 12px 16px;
  color: rgba(0, 0, 0, 0.65);
}
#nc {
  width: 100%;
  display: contents;
  border-radius: 7px;
}

.nc-container #nc_1_wrapper {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-radius: 7px;
}

.nc-container .nc-align-center {
  height: 40px;
  line-height: 40px;
  background: linear-gradient(90deg, #d4dcec 0%, #0E59F0 100%) !important;
}

.nc-container .nc-align-center .nc-lang-cnt b {
  color: #fff !important;
}

.nc-container .nc_bg {
  border-radius: 7px;
  background: linear-gradient(90deg, #d4dcec 0%, #0E59F0 100%) !important;
}

.nc-container .nc_scale {
  height: 40px !important;
  line-height: 40px !important;
  border-radius: 7px;
  overflow: hidden;
}

.nc-container .scale_text {
  height: 40px !important;
  line-height: 40px !important;
  border-radius: 7px;
}

.nc-container .nc_iconfont {
  height: 38px !important;
  line-height: 38px !important;
}

.nc-container .btn_slide {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}

.nc-container .btn_ok {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  color: #0E59F0 !important;
}

.nc-container .nc_wrapper {
  width: 100% !important;
}