html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

input {
  width: 100%;
  border: 0;
  background-color: transparent;
  height: 35px;
  font-size: 12px;
  outline: none;
}

.main {
  width: 100%;
  height: 100%;
  background-image: url("../images/hzcu/pc-1.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.content {
  display: flex;
  min-width: 300px;
  min-height: 400px;
  padding: 10px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, .35);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.main .content .div_left-formBox {
  flex: 1;
  background-color: white;
  padding: 30px 15px;
  box-sizing: border-box;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  max-width:327px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.main .content .div_left-formBox .div_top-iconBox {
  display: flex;
  height: 50px;
  justify-content: center;
}

.main .content .div_left-formBox .div_top-iconBox img {
  flex: 1;
  max-width:170px;
}

.main .content .div_left-formBox .div_top-iconBox h1 {
  text-align: center;
  font-size: 18px;
  line-height: 50px;
  margin: 0 10px;
  color: #4488da;
  white-space: nowrap;
}

.main .content .div_left-formBox .div_center-formBox {
  /* height: 40px; */
}

.main .content .div_left-formBox .div_center-formBox .div_tab {
  display: flex;
  position: relative;
  border-bottom: 4px solid gainsboro;
  height: 40px;
  margin: 15px 0;
}

.main .content .div_left-formBox .div_center-formBox .div_tab p {
  flex: 1;
  text-align: center;
  line-height: 40px;
  margin: 0;
  font-size: 12px;
  cursor: pointer;
  color: #454545;
}

.main .content .div_left-formBox .div_center-formBox .div_tab .tabBorder {
  position: absolute;
  width: 50%;
  height: 4px;
  background-color: #2d73ff;
  bottom: -4px;
  left: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.div_errorMsgBox {

  font-size: 13px;
  color: #e34242;
}

.div_errorMsgBox p {
  margin: 0;
}

.div_inputBox {
  display: flex;
  align-items: center;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  margin-bottom: 15px;
}

.div_inputBox img {
  width: 15px;
  height: 15px;
  margin: 0 5px;
}


.div_inputBox input {
  flex: 1;
}

.div_inputBox .img_verification {
  width: 100px;
  height: 35px;
  margin: 0;
}

.div_inputBox .dynamicCodeBtn {
  background-color: #519cfd;
  border: 1px solid;
  border-radius: 5px;
  margin-right: 5px;
  cursor: pointer;
  color: white;
  font-size: 12px;
  height: 30px;
}
.div_inputBox .dynamicCodeBtnDis {
  background-color: #519cfd;
  border: 1px solid;
  border-radius: 5px;
  margin-right: 5px;
  color: white;
  font-size: 12px;
  height: 30px;
}

.button_login {
  width: 100%;
  height: 35px;
  color: white;
  background-color: #2d73ff;
  border-radius: 5px;
  border: 0;
  cursor: pointer;
}

.div_bottom-otherBtn {
  margin-top: 15px;
  font-size: 12px;
  padding: 0 5px;
  color: #1392ff;
}

.div_bottom-otherBtn span {
  cursor: pointer;
}

.main .content .div_right-codeBox {
  min-width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
  border-left: 1px solid #e7e7e7;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.main .content .div_right-codeBox .div_top-imgBox{
	
}

.main .content .div_right-codeBox .div_top-imgBox #login_container{
	text-align: center;
    transform: scale(0.8);
    position: relative;
    top: -10px;
}

.main .content .div_right-codeBox img {
  position: relative;
  top: 40px;
}

.main .content .div_right-codeBox p{
  position: relative;
  top: 40px;
  font-size:13px;
  z-index:10;
}

.main .dialog {
  position: absolute;
  z-index:15;
  display: flex;
  flex-direction: column;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 520px;
  height: 455px;
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  padding: 15px 15px 0 15px;
}

.main .dialog .div_top-title {
  height: 30px;
  line-height: 30px;
}

.main .dialog .div_top-title span {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #444444;
}

.main .dialog .div_content {
  flex: 1;
}

.main .dialog .div_bottom-footer {
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-top: 1px solid #d9d9d9;
}

.main .dialog .div_bottom-footer button {
  background-color: #519cfd;
  border: 1px solid;
  border-radius: 5px;
  margin-right: 5px;
  cursor: pointer;
  color: white;
  font-size: 12px;
  width: 60px;
  height: 30px;
}

.mask {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(69, 69, 69, .45);
}

.main .mark {
  position: absolute;
  bottom: 10px;
  font-size: 12px;
  color: white;
}


