* {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
          box-sizing: border-box;
  -webkit-tap-highlight-color:transparent;
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, figure, nav, footer, header,
dl, dt, dd, ul, ol, li,
fieldset, lengend, button, input, textarea,
th, td, tr,
pre {
  margin: 0;
}
ul, ol, menu, td {
  padding: 0;
}
ul, ol ,li{
  list-style: none;
}
address, cite, dfn, em, var {
  font-style: normal;
}
a {
  text-decoration: none;
  color: black;
}
.clearfloat {
	zoom: 1;
}
.clearfloat:after {
  content: '';
  display: block;
  clear: both;
}
img {
	border: none;
}
button{
  outline: none;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
input,
select{
  border: none;
  outline: none;
  background-color: transparent;
}
textarea{
  outline: none;
}
form{
  margin: 0;
  padding: 0;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.position-fixed {
  position: fixed;
}

.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.d-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
}
.flex-wrap{
  -webkit-box-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-nowrap {
  -webkit-box-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex-wrap-reverse {
  -webkit-box-wrap: reverse;
  -ms-flex-wrap: reverse;
  -webkit-flex-wrap: reverse;
  flex-wrap: reverse;
}
.flex-row {
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.flex-column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.justify-content-start{
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.justify-content-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.justify-content-around {
  -webkit-box-pack: justify;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.align-items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.align-items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.align-items-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.align-content-start {
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-conten: flex-start;
  align-content: flex-start;
}
.align-content-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-conten: center;
  align-content: center;
}
.align-content-end {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-conten: flex-end;
  align-content: flex-end;
}
.align-content-between {
  -webkit-box-align: space-between;
  -ms-flex-align: space-between;
  -webkit-align-conten: space-between;
  align-content: space-between;
}
.align-content-around {
  -webkit-box-align: space-around;
  -ms-flex-align: space-around;
  -webkit-align-conten: space-around;
  align-content: space-around;
}
.align-content-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-conten: stretch;
  align-content: stretch;
}

html, body {
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #333;
  position: relative;
}
.page-container {
  width: 100%;
  height: 100%;
  min-height: 600px;
  background-color: #e8f1f0;
  background-image: url(/uploads/image/sssimages/login-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 60px 0 40px;
}
header, footer {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
}
header {
  top: 0;
}
header .header-wrap {
  width: 100%;
  height: 60px;
  padding: 0 40px;
}
header .logo {
  font-size: 0;
  padding-top: 20px;
}
header .logo a {
  outline: none;
}
header .logo-image {
  height: 34px;
}

.page-content {
  height: 100%;
  position: relative;
}
.main-box {
  width: 760px;
  height: 500px;
  background-color: #ebf1ff;
  box-shadow: 0px 0px 20px rgba(46, 107, 252, 0.1);
  border-radius: 16px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.main-box .box-left {
  width: 400px;
  height: 100%;
}
.main-box .left-content {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 20px 30px;
}
.main-box .box-left .title p {
  font-size: 20px;
  color: #2e6bfc;
}
.form-info {
  margin-top: 20px;
}
.form-info .list {
  display: none;
  padding-top: 0.1px;
  padding-bottom: 0.1px;
}
.form-info .content {
  min-height: 230px;
  padding-top: 0.1px;
  padding-bottom: 0.1px;
  margin-top: 50px;
}
.form-info .content .ipt-list {
  height: 30px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 32px;
  position: relative;
}
.form-info .content .ipt-list.focus {
  border-bottom-color: #2e6bfc;
}
.form-info .content .ipt-list.error {
  border-bottom-color: #f56c6c;
}
.form-info .content .ipt-list p {
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  color: #1f232c;
  margin-right: 26px;
}
.form-info .content .ipt-list p.ipt-label {
  width: 84px;
  margin-right: 3px;
}
.form-info .content .ipt-list p.area-code {
  margin-right: 12px;
}
.form-info .content .ipt-list input {
  width: 200px;
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  color: #666;
  padding: 0;
}
.form-info .content .ipt-list input::placeholder {
  color: #999;
}
.form-info .content .ipt-list .input-error-tips {
  display: none;
  max-width: 252px;
  line-height: 16px;
  font-size: 13px;
  color: #f56c6c;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: absolute;
  bottom: -20px;
  left: 86px;
}
.form-info .content .ipt-list.error .input-error-tips {
  display: block;
}
.form-info .content .ipt-list .validate-img {
  max-height: none;
  width: 76px;
  height: 38px;
  position: absolute;
  right: 0;
  bottom: -1px;
}
.form-info .content .ipt-list .validate-img:hover {
  cursor: pointer;
}
.form-info .content .ipt-list .validate-img-tips {
  display: none;
  width: 75px;
  height: 38px;
  line-height: 38px;
  font-family: pingfang-sc-regular, pingfang-sc;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  user-select: none;
  position: absolute;
  right: 0;
  bottom: -1px;
}
.form-info .content .ipt-list .validate-img:hover   .validate-img-tips,
.form-info .content .ipt-list .validate-img-tips:hover {
  display: block;
}
.form-info .content .ipt-list .send-sms-btn {
  width: 90px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #4d7ef4;
  text-align: right;
  padding: 0;
  margin-left: 30px;
}
.form-info .content .ipt-list .send-sms-btn:disabled {
  color: #8d8d8d;
  cursor: default;
}
.form-info .submit-btn {
  width: 270px;
  height: 40px;
  background: #2e6bfc;
  border-radius: 4px;
  font-size: 14px;
  color: #ffffff;
  margin: 20px auto 0;
  display: block;
}
.main-box .box-right {
  width: 360px;
  height: 100%;
}
.main-box .right-content {
  width: 100%;
  height: 100%;
  padding: 20px 30px;
}
.main-box .right-content p {
  font-size: 20px;
  color: #2e6bfc;
  text-align: center;
}
.main-box .right-content img {
  display: block;
  height: 240px;
  margin: 53px auto;
}
.main-box .right-content span {
  display: block;
  line-height: 24px;
  font-size: 16px;
  color: #1d2843;
  text-align: center;
}

footer {
  bottom: 0;
}
footer .footer-wrap {
  width: 100%;
  height: 40px;
  padding: 0 40px;
}
footer .footer-wrap p {
  line-height: 20px;
  font-size: 12px;
  color: #8a889a;
  text-align: center;
}
footer .footer-wrap p a {
  color: inherit;
}