/* 登录 注册 
 ============================================================================ */

html {
  height: 100vh;
}

body {
  height: 100vh;
  width: 100%;
  margin:0;
  padding:0;
  font-family: "Noto Sans SC"; 
  font-weight: 400;
}

button {
	cursor: pointer;
}

.body {
  height: 100vh;
  position: relative;
}

.bg {
	width: 100%;
	/* height: 100%; */
	position: fixed;
	/* z-index: -1; */
	/* top: 0; */
	/* left: 0; */
	/* background-size:cover; */
}

.bg img {
	width: 100%;
	height: 100%;
}

.logo {
	width: 190px;
	max-width: 190px;
	height: 70px;
	position: absolute;
	left: 3%;
	top: 5%;
	background: #fff;
	border-radius: 10px;
	padding: 5px;
}

.content {
	/* display: flex; */
	width: 25%;
	min-width: 400px;
	/* height: 80%; */
	padding: 10px 20px 30px 20px;
	background-color: #fff;
	border-radius: 5px;
	position: absolute;
	top: 20%;
	right: 10%;
	/* transform: translate(-50%, -50%); */
	text-align: center;
	box-shadow: 2px 2px 6px rgba(74, 144, 226, 0.25);
	justify-content: space-between;
}

.login, .register, .overseas, .forget {
	/* width: 50%; */
}

.login-left {
	width: 50%;
	padding-right: 60px;
}

.login-left img {
	width: 100%;
	height: 100%;
}

.login h2,
.overseas h2,
.forget h2,
.register h2 {
  font-size: 26px;
  color: #4A90E2;
  line-height: 42px;
}

.login-msg {
  display: none;
}

.login .btn-box {
  margin: 20px 0;
}

.login .btn-box span {
  font-size: 16px;
  color: rgba(51, 51, 51, 1);
  line-height: 22px;
  cursor: pointer;
}

.login .btn-box span.active {
  background: #4A90E2;
  color: #fff;
  padding: 2px 10px;
  border-radius: 3px;
  margin: 0 10px;
}

.register, .overseas, .forget {
  display: none;
}

.login h2, .login .form-box {
	margin-top: 6%;
}

.overseas h2, 
.overseas .form-box, 
.register .form-box {
	margin-top: 20px;
}

.forget h2, .forget .form-box {
	margin-top: 50px;
}

.form-box label,
.form-box>div.code label {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  text-align: left;
  padding: 8px 10px;
}

.form-box label>span {
  color: #4A90E2;
  font-size: 12px;
  border-left: 1px solid #e0e0e0;
  display: inline-block;
  padding-left: 10px;
  cursor: pointer;
  margin-top: 3px;
  float: right;
}

.form-box label {
  display: block;
  margin-bottom: 10px;
}

.form-box label input {
  display: inline-block;
  border: none;
  vertical-align: middle;
}

.form-box label>i {
  font-size: 20px;
  margin-right: 5px;
  vertical-align: middle;
}

.form-box label>i.icon-duanxinyanzhengma {
  font-size: 12px;
  margin-right: 14px;
}

.form-box>div.code {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.form-box div.code .img {
  width: 80px;
  height: 30px;
  margin-top: 6px;
  padding-left: 3px;
}

.form-box>div.code label {
	display: flex;
	width: 100%;
}

.float-right {
	position: inherit;
}

.content button {
  width: 300px;
  margin-top: 10px;
  margin-bottom: 30px;
  line-height: 40px;
  background: #4A90E2;
  border-radius: 5px;
  color: #fff;
}

.register-btn,
.login-btn {
  font-size: 14px;
  color: rgba(153, 153, 153, 1);
  line-height: 20px;
}

.register-btn span,
.login-btn span {
  cursor: pointer;
  color: #4A90E2;
}

.register h3{
  margin:30px 0;
  font-size:16px;
  color:rgba(102, 102, 102, 1);
  line-height:22px;
}
.tip{
  visibility: hidden;
  width: 100%;
  display: block;
  color: #FD6262;
  font-style: normal;
  text-align: left;
}

.bottom-btn {
	display: flex;
	justify-content: space-between;
}

.bottom-btn span {
	color: #4A90E2;
	font-size: 14px;
	cursor: pointer;
	line-height: 24px;
}

.phone {
	display: flex;
	justify-content: space-between;
}

.phone select,
.phone select:active {
	border: none;
	color: rgba(153, 153, 153, 1);
	font-size: 14px;
}

.forgetWrd img {
	width: 15px;
	margin-bottom: 5px;
	vertical-align: middle;
}

.forgetWrd span {
	color: #FD6262; 
	margin-right: 3px;
	cursor: auto;
}

.forgetWrd a {
	text-decoration: underline;
}

