html{
  height:100%;
  font-size:0;
}
body {
  margin: 0;
  padding: 0;
  min-width: 1010px;
  background: url("../img/login-bg1.png");
  background-size: 100% 100%;
  background-attachment: fixed;
  display: flex;
  height: 100vh;
  /* overflow: hidden; */
  min-height: 620px;
  flex-direction: column;
}
#registerNow{
  outline: none;
}
#forgetNow{
  outline: none;
}
#registerNowHechi{
  outline: none;
}
#forgetNowHechi{
  outline: none;
}
.header {
  position: relative;
  width: calc(100% - 40px);
  height: 64px;
  padding: 0 20px;
  background: #fff;
}

.header .login-btn {
  top: calc(32px - 16.5px);
  position: absolute;
  right: 40px;
  border: 1px solid #666;
  font-size: 14px;
  border-radius: 20px;
  background: #fff;
  padding: 5px 20px;
  padding-top: 8px \9;
  color: #666;
  transition: all 0.5s;
}

.header .login-btn:hover {
  background: #CE0600;
  color: #fff;
}

.header-left {
  float: left;
}

.header-left img {
  width: 100%;
  height: 100%;
  float: left;
}

.header-left div {
  margin-top: 12px;
  margin-left: 20px;
  float: left;
  height: 51.2px;
  width: 510px;
  font-size: 18px;
  font-weight: 600;
  line-height: 40px;
  color: white;
}

.main {
  padding: 0 5% 0;
  display: flex;
  justify-content: center;
  align-items: center;
  /* overflow: hidden; */
}
.main-box{
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-view {
  width: 445px;
  margin-left: 18%;
}
.main-img{
  width: 37%;
  height: auto;
  min-width: 410px;
}
.main-img > .main-img-icon{
  height: auto;
  width: 100%;
}
.main-img .main-img-tips{
  margin-top: -40px;
  /* margin-left: 90px;
  width: 500px; */
}
.main-img .main-img-tips div{
  font-size: 16px;
  text-align: center;
  color: #fff!important;
}
.main-img .main-img-tips .tips-top{
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-img .main-img-tips .tips-top img{
  height: 30px;
  margin-right: 10px;
  width: 26px;
}
.main-top {
  color: #FFFFFF;
  font-size: 20px;
  text-align: center;
  font-family: PingFangSC-Regular, serif;
  padding: 28px 0 15px 0;
  font-weight: bold;
}

.main-main {
  width: 100%;
  background: #fff;
  border-radius: 10px;
}

.main-main-nav {
  height: 60px;
  display: flex;
}
.main-main-nav-div:first-child{
  border-top-left-radius: 10px;
}
.main-main-nav-div:last-child{
  border-top-right-radius: 10px;
}
.main-main-nav-div {
  flex: 1;
  font-size: 16px;
  text-align: center;
  color: #2c3e50;
  background: #f2f2f2;
  cursor: pointer;
  line-height: 60px;
}
.main-tips{
  padding: 5px;
  background: #F6F6F6;
  color: #999999;
  font-size: 12px;
  margin: 20px 40px 0 40px;
  display: flex;
  align-items: center;
}
.main-tips >img{
  margin: 0 10px;
  width: 15px;
  height: 15px;
}
.active {
  background: white !important;
  color: #CE0600;
  font-weight: 800;
}

.main-main-form {
  padding: 20px 40px 10px;
}

.main-main-form-input {
  width: 100%;
  height: 50px;
  /* margin-bottom: 20px; */
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  float: left;
}

.main-main-form-input input {
  width: calc(100% - 45px);
  height: 48px;
  border: 0px solid #dcdfe6;
  outline: none;
  float: left;
}

.main-main-form-yzm input {
  width: calc(100% - 175px);
}

.main-main-form-yzmimg {
  width: 100px;
  height: 42px;
  padding: 4px;
  margin-left: 10px;
  border-left: 1px solid #dcdfe6;
  float: left;
  cursor: pointer;
}

.main-main-form-input input::-webkit-input-placeholder {
  color: #c0c4cb;
}

.main-main-form-input input:-moz-placeholder {
  color: #c0c4cb;
}

.main-main-form-input input::-moz-placeholder {
  color: #c0c4cb;
}

.main-main-form-input input:-ms-input-placeholder {
  color: #c0c4cb;
}

.main-main-form-input div {
  width: 40px;
  height: 50px;
  float: left;
}

.inputtips {
  width: 100%;
  height: 25px;
  color: #ff3b30;
  font-size: 12px;
  float: left;
}

.inputtips-name span,
.inputtips-password span,
.inputtips-code span {
  display: none;

}

.main-svg {
  width: 25px;
  height: 25px;
  margin-top: 12px;
  margin-left: 11px;
}

.main-main-form-button {
  background: #CE0600;
  box-shadow: 0 6px 10px 0 rgba(206,6,0,0.28);
  border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  height: 48px;
  color: #fff;
  font-size: 18px;
  border: 0px;
  cursor: pointer;
}

.main-main-form-buttom {
  width: 100%;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  font-size: 14px;
  display: flex;
}

.main-main-form-buttom a {
  text-decoration: none;
  color: #016dff;
  color:#999999;
}

.main-main-form-buttom-left {
  flex: 1;
  text-align: left;
}

.main-main-form-buttom-center {
  flex: 1;
  text-align: center;
  display: none;
}

.main-main-form-buttom-right {
  flex: 1;
  text-align: right;
  margin-left: 250px \9;
}

.main-main-tips {
  width: 100%;
  height: 20px;
  background: white;
  float: left;
  display: none;
}

.main-main-tips-top {
  width: 100%;
  float: left;
  overflow: hidden;
}

.main-main-tips-left {
  width: calc((100% - 96px) / 2);
  height: 9.5px;
  border-bottom: 1px solid #b9b9b9;
  float: left;
}

.main-main-tips-center {
  width: 56px;
  height: 20px;
  font-size: 14px;
  color: #b9b9b9;
  text-align: center;
  float: left;
  margin-left: 20px;
  margin-right: 20px;
}

.main-main-tips-right {
  width: calc((100% - 96px) / 2);
  height: 9.5px;
  border-bottom: 1px solid #b9b9b9;
  float: left;
}

.main-main-tips-buttom {
  width: 100%;
  height: 40px;
  background: white;
  text-align: center;
  display: inline-block;
  font-size: 12px;
  line-height: 40px;
  color: #ff9e02;
}

.main-main-tips-buttom div {
  width: 276px;
  float: left;
}

.tips-svg {
  width: 18px;
  height: 18px;
  float: left;
  margin-top: 10px;
  margin-left: 75px;
}

.buttom {
  width: 100%;
  /* position: fixed; */
  /* bottom: 15px; */
}

.buttom div {
  width: 263px;
  height: 34px;
  margin: 0 auto;
}

.buttom-svg {
  width: 263px;
  height: 34px;
}

.alert {
  min-width: 420px;
  width: max-content;
  height: 48px;
  background: #ffebea;
  background-color: #ffebea;
  position: absolute;
  left: 50%;
  top: 10%;
  margin-left: -210px;
  border-radius: 4px;
  padding: 0 20px;
  color: rgb(252, 53, 93);
  display: none;
  z-index: 999;
}

.main-svg2 {
  width: 24px;
  height: 24px;
  margin-top: 13px;
  float: left;
}

.alert div {
  float: left;
  height: 48px;
  line-height: 50px;
  margin-left: 5px;
}
.login-link{
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  padding: 17px 0;
  border-top: 1px solid #CF302B;
}
.login-link a{
  text-decoration: none;
  color: #CF302B;
}
.load-animate{
  position: fixed;
  left: 0;
  top:0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(0,0,0,.6);
}
