.main-content {
  min-height: calc(100vh - 350px);
}

.login-container-bg {
  background: linear-gradient(to right, #feab6e, #f8554c);
  height: 522px;
}

.login-container {
  background-image: url(../../images/web/axg_login_bg.png);
  background-position: center 0;
  background-repeat: no-repeat;
  height: 522px;
  display: flex;
  align-items: center;
}


.login-t-logo {
  background: #fff;
  text-align: left;
}

.login-t-logo img {
  width: 174px;
  height: auto;
}

.flex-direction-row-reverse {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.login-page-box {
  width: 246px;
  box-sizing: border-box;
  background-color: #fff;
  padding: 16px 21px 22px;
  border-radius: 3px;
  margin-right: 136px;
}

.login-page-title {
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  padding-bottom: 16px;
}

.login-form-list {
  margin-bottom: 12px;
}

.login-form-input {
  width: 100%;
  height: 32px;
  box-sizing: border-box;
  border: 1px solid #dadada;
  border-radius: 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 8px;
}

.login-form-cion {
  width: 14px;
  margin-right: 8px;
}

.login-form-cion img {
  width: 100%;
}

.login-form-input__input {
  width: calc(100% - 22px);
}

.login-form-input__input input {
  font-size: 12px;
  width: 100%;
}

.login-form-list__code {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.login-form-code__img {
  width: 123px;
  box-sizing: border-box;
  height: 26px;
  border: 1px solid #dadada;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.login-form-code__imgl {
  width: calc(100% - 34px);
  height: 100%;
}

.login-form-code__imgl img {
  width: 100%;
  height: 100%;
}

.login-form-code__imgr {
  width: 34px;
  box-sizing: border-box;
  border-left: 1px solid #dadada;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.login-form-code__imgr img {
  width: 14px;
  margin: 0 auto;
}

.login-form-input__code {
  padding: 0;
  width: 70px;
  box-sizing: border-box;
  height: 26px;
  border: 1px solid #dadada;
  background: #f8f8f8;
  border-radius: 3px;
}

.login-form-input__code input {
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 12px;
}

.login-status {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  padding-top: 14px;
}

.login-checkbox {
  display: flex;
  align-items: center;
}

.login-checkbox label {
  width: 14px;
  height: 14px;
  border-radius: 2px;
  box-sizing: border-box;
  border: 1px solid #999999;
  position: relative;
}

.login-checkbox label img {
  width: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: none;
}

.login-checkbox label.login-checkbox-checked {
  background: #a02928;
  border: none;
}

.login-checkbox label.login-checkbox-checked img {
  display: block;
}

.login-checkbox label input {
  width: 100%;
  height: 100%;
  opacity: 0;
  outline: none;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
}

.login-checkbox span {
  padding-left: 6px;
}

.login-status-forget {
  color: #999999;
}

.login-page-btn {
  padding-top: 21px;
}

.login-page-btn button {
  background: #a02928;
  border-radius: 3px;
  color: #fff;
  border: none;
  width: 100%;
  font-size: 15px;
  letter-spacing: 4px;
  height: 32px;
  cursor: pointer;
}

.login-page-btn button.login-register-btn{
	border: 1px solid #dadada;
	background: #e9e9e9;
	color: #999999;
	margin-top: 12px;
	letter-spacing: 0;
}

.register-flex {
	display: flex;
	align-items: center;
}

.register-title {
	color: #999999;
	font-size: 22px;
	position: relative;
	padding-left: 18px;
}

.register-t-logo {
	background: #fff;
	border-bottom: 1px solid #a5a5a5;
}

.register-t-logo img {
	width: 174px;
}

.register-title::before {
	content: '';
	width: 1px;
	height: 62px;
	background: #a5a5a5;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.register-container {
	background: #fff;
}

.register-step {
	padding: 50px 0 85px 0;
	display: flex;
	align-items: center;
}

.register-list {
	width: 50%;
	height: 5px;
	background: #dddddd;
	color: #000000;
	font-size: 15px;
	position: relative;
}

.register-list-cl {
	position: absolute;
	top: -13px;
	text-align: center;
}

.register-list-cl__1 {
	right: 143px;
}

.register-list-cl__2 {
	left: 143px;
}

.register-list-num {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #dddddd;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.register-list-text {
	color: #000;
	padding-top: 16px;
}

.register-list-active {
	background: #64bd2e;
}

.register-list-active .register-list-num {
	color: #fff;
	background: #64bd2e;
}

.register-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.register-form-list {
	width: 46%;
	display: flex;
	align-items: center;
	margin-bottom: 24px;
}

.register-form-label {
	font-size: 15px;
	color: #000;
	width: 120px;
}

.register-form-input {
	box-sizing: border-box;
	width: calc(100% - 120px);
	height: 40px;
	border: 1px solid #959595;
	border-radius: 3px;
	padding: 0 10px;
	position: relative;
}

.register-form-input input {
	width: 100%;
	height: 100%;
	font-size: 15px;
}

.register-form-input input::-webkit-input-placeholder {
	color: #b8b8b8;
}

.register-form-input input::-moz-placeholder {
	color: #b8b8b8;
}

.register-form-input input:-moz-placeholder {
	color: #b8b8b8;
}

.register-form-input input:-ms-input-placeholder {
	color: #b8b8b8;
}

.register-form-input__bg,.password-form-input__bg {
	background: #faffbd;
}

.register-form-code {
	background: #a02928;
	color: #fff;
	border-radius: 3px;
	border: none;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 14px;
	padding: 6px 10px;
	line-height: 1;
	cursor: pointer;
}

.register-form-btn {
	padding: 63px 0;
	text-align: center;
}

.register-form-btn button {
	width: 350px;
	background: #a02928;
	color: #fff;
	border-radius: 6px;
	border: none;
	font-size: 18px;
	padding: 10px 0;
	cursor: pointer;
}

.register-success{
	text-align: center;
	padding: 100px 0 120px 0;
}

.register-success-t {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000000;
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 42px;
}

.register-success-t img {
	width: 44px;
	margin-right: 12px;
}

.register-success-b {
	font-size: 15px;
	color: #000000;
}

.register-success-b span {
	color: #ff0000;
}

.forgot-password-t{
	color: #000000;
	font-size: 18px;
	padding: 80px 0 40px 0;
}

.forgot-password{
	width: 484px;
	margin: 0 auto;
}

.password-form-list{
	display: flex;
	align-items: center;
	margin-bottom: 24px;
}

.password-form-label{
	width: 86px;
	font-size: 15px;
}

.password-form-input{
	width: calc(100% - 86px);
	box-sizing: border-box;
	border: 1px solid #959595;
	height: 40px;
	border-radius: 3px;
	padding: 0 10px;
	position: relative;
}

.password-form-input input{
	font-size: 15px;
	width: 100%;
	height: 100%;
}

.password-form-input input::-webkit-input-placeholder {
	color: #b8b8b8;
}

.password-form-input input::-moz-placeholder {
	color: #b8b8b8;
}

.password-form-input input:-moz-placeholder {
	color: #b8b8b8;
}

.password-form-input input:-ms-input-placeholder {
	color: #b8b8b8;
}

.password-form-code{
	background: #a02928;
	color: #fff;
	border-radius: 3px;
	border: none;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 14px;
	padding: 6px 10px;
	line-height: 1;
	cursor: pointer;
}

.password-form-btn{
	text-align: center;
	padding-bottom: 30px;
	padding-top: 10px;
}

.password-form-btn button{
	background: #a02928;
	color: #fff;
	border-radius: 6px;
	border: none;
	min-width: 120px;
	padding: 6px;
	font-size: 15px;
	cursor: pointer;
}
