@charset "utf-8";

/*html{
	font-size: 100px;
}*/

html {
	font-size: 100px;
	font-size: -moz-calc(100vw / 19.2);
	font-size: -webkit-calc(100vw / 19.2);
	font-size: calc(100vw / 19.2);
	/*除以100*/
}

@media screen and (min-width: 2564px) {
	html {
		font-size: 150px;
		font-size: -moz-calc(100vw / 12.8);
		font-size: -webkit-calc(100vw / 12.8);
		font-size: calc(100vw / 12.8);
		/*除以150*/
	}
}

@media screen and (max-width: 1024px) {
	html {
		font-size: 200px;
		font-size: -moz-calc(100vw / 9.6);
		font-size: -webkit-calc(100vw / 9.6);
		font-size: calc(100vw / 9.6);
		/*除以200*/
	}
	.login-right {
		display: none !important;
	}
}

@media screen and (max-width: 768px) {
	html {
		font-size: 200px;
		font-size: -moz-calc(100vw / 9.6);
		font-size: -webkit-calc(100vw / 9.6);
		font-size: calc(100vw / 9.6);
		/*除以200*/
	}
	.login-right {
		display: none !important;
	}
}

@media screen and (max-width: 750px) {
	html {
		font-size: 200px;
		font-size: -moz-calc(100vw / 9.6);
		font-size: -webkit-calc(100vw / 9.6);
		font-size: calc(100vw / 9.6);
		/*除以200*/
	}
	.login-right {
		display: none !important;
	}
}

body,
button,
input,
select,
textarea {
	font-family: Helvetica, Tahoma, Arial, "微软雅黑", "黑体-简", "Heiti SC", "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "文泉驿微米黑", "WenQuanYi Micro Hei", sans-serif;
}
.pdtp74{
	padding: 0.74rem 0;
}
.justify_content{
	justify-content: initial !important;
}
.mb{
	margin-bottom: 0.66rem !important;
}
.box-flex {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
}

.flex-column {
	display: -webkit-flex;
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.flex1 {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.wrapper {
	width: 100%;
	position: relative;
	height: 100%;
}

.footer {
	width: 100%;
	margin: auto;
	text-align: center;
	background-color: rgba(104, 169, 255, 0.2);
	color: #666;
	padding: 0.1rem 0;
	font-size: 0.16rem;
}


/****
 * 主体部分
 * **************/

.login-main {
	width: 100%;
	margin: auto;
}

.logo {
	width: 3rem;
	height: 1.05rem;
	margin: 0 auto 0.4rem;
}

.title {
	font-size: 0.35rem;
	font-weight: bold;
	color: #554e4e;
}

.login-left {
	width: 100%;
	height: 100%;
	margin-left:10px;
}

.login-right {
	width: 100%;
	height: 100%;
	background: url(../images/right-bg.png) top center no-repeat;
	background-size: 100% 100%;
}

.form-group {
	/* background-color: #fff; */
}

.title-info {
	width: 100%;
	text-align: center;
	font-size: 0.25rem;
	color: #709348;
	margin: 0.4rem auto;
	font-weight: bold;
}

.title-info em {
	display: block;
	font-size: 0.15rem;
	color: #7e7e7e;
	font-weight: 400;
}

.forget-group {
	display: block;
	text-align: right;
	font-size: 0.16rem;
	color: #1b82e2;
	margin-bottom: 0.15rem;
	transition: all 0.2s ease;
}

.forget-group:hover {
	color: #1875cb;
	opacity: 0.86;
}

.input-group {
	width: 100%;
	margin-bottom: 0.3rem;
	position: relative;
}

.btn-group {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin: 0.3rem auto;
}

.label-info {
	position: absolute;
	left: 0.15rem;
	top: 0.15rem;
	z-index: 99;
}

.icon-user {
	width: 0.31rem;
	height: 0.3rem;
	background: url(../images/user.png) top center no-repeat;
	background-size: cover;
	transform: scale(0.9);
}

.icon-password {
	width: 0.28rem;
	height: 0.31rem;
	background: url(../images/password.png) top center no-repeat;
	background-size: cover;
	transform: scale(0.9);
}

.icon-eye {
	position: absolute;
	right: 0.35rem;
	top: 0.18rem;
	z-index: 99;
}

.icon-eye-close {
	width: 0.23rem;
	height: 0.17rem;
	background: url(../images/eye-close.svg) top center no-repeat;
	background-size: cover;
	cursor: pointer;
}

.icon-eye-close:hover {
	background: url(../images/eye-close-hover.svg) top center no-repeat;
	background-size: cover;
}

.icon-eye-open {
	width: 0.23rem;
	height: 0.2rem;
	background: url(../images/eye-open.svg) top center no-repeat;
	background-size: cover;
	cursor: pointer;
	top: 0.15rem;
}

.icon-eye-open:hover {
	background: url(../images/eye-open-hover.svg) top center no-repeat;
	background-size: cover;
}

.clear-btn {
	position: absolute;
	right: 0.45rem;
	top: 0.18rem;
	width: 0.2rem;
	height: 0.2rem;
	line-height: 0.2rem;
	background-color: #ddd;
	text-align: center;
	cursor: pointer;
	border-radius: 20px;
	display: none;
}

.clear-btn:hover,
.clear-btn:focus {
	background-color: #eee;
}

.t-box {
	width: 4.48rem;
	height: 0.54rem;
	line-height: 0.5rem;
	border-bottom: solid 1px #7e7e7e !important;
	padding-left: 0.8rem;
	font-size: 0.2rem;
	transition: all 0.2s ease-in-out;
	color: #554e4e;
}

.t-box:focus {
	/*box-shadow: 0 0 10px #1875cb;*/
	border-bottom: solid 1px #023793 !important;
}

.btn {
	display: inline-block;
	width: 1.94rem;
	height: 0.49rem;
	line-height: 0.49rem;
	border: solid 1px #709348 !important;
	background-color: #709348;
	font-size: 0.2rem;
	color: #fff;
	transition: all 0.2s ease-in;
	border-radius: 25px;
	transition: all 0.2s ease-in-out;
}

.btn:hover,
.btn:active {
	opacity: 0.86;
	transform: scale(0.96);
}

.cx-btn {
	height: 0.49rem;
	border-color: #656565 !important;
	color: #fff;
	background-color: #656565 !important;
	margin-left: 0.55rem;
}

.cx-btn:hover,
.cx-btn:active {
	opacity: 0.86;
	transform: scale(0.96);
}


/**
 * 忘记密码？
 **/

.xg-btn {
	width: 4.48rem;
	height: 0.54rem;
	line-height: 0.5rem;
	border-color: #fff !important;
	color: #fff;
	background-color: rgba(18, 134, 208, 0.76) !important;
}

.xg-btn:hover,
.xg-btn:active {
	background-color: #1b82e2 !important;
	color: #fff;
}

.qx-btn {
	width: 4.48rem;
	height: 0.54rem;
	line-height: 0.5rem;
	border-color: #fff !important;
	color: #fff;
	background-color: rgba(18, 134, 208, 0.76) !important;
}

.qx-btn:hover,
.qx-btn:active {
	background-color: #1b82e2 !important;
	color: #fff;
}

.mask {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.65);
	z-index: 99;
	display: none;
}

.open-popup {
	width: 4.8rem;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: -3000px;
	bottom: 0;
	z-index: -1;
}

.password-cont {
	background-color: #fff;
	padding: 0.5rem;
}

.send-info {
	position: absolute;
	right: 1px;
	top: 1px;
	width: 1.2rem;
	line-height: 0.52rem;
	background-color: #fff;
	font-size: 0.16rem;
	text-align: center;
	cursor: pointer;
	transition: all 0.2s ease-in;
}

.send-info:hover {
	color: #0062CC;
}

.icon-new-password {
	width: 0.2rem;
	height: 0.25rem;
	background: url(../images/icon-new-password.svg) top center no-repeat;
	background-size: cover;
}

.icon-phone {
	width: 0.22rem;
	height: 0.27rem;
	background: url(../images/icon-phone.svg) top center no-repeat;
	background-size: cover;
}

.icon-qrcode {
	width: 0.18rem;
	height: 0.25rem;
	background: url(../images/icon-code.svg) top center no-repeat;
	background-size: cover;
}


/****
提示信息
***/

.Tips {
	width: 5.5rem;
	height: 0.5rem;
	line-height: 0.5rem;
	border-radius: 5px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	margin: auto;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	display: none;
	z-index: 9999;
}




.input_box {
  width: calc(100vw * 450 / 1920);
  height: calc(100vw * 58 / 1920);
  border-radius: calc(100vw * 5 / 1920);
  border: 1px solid #009944;
  padding: 0 calc(100vw * 47 / 1920);
  margin-bottom: calc(100vw * 20 / 1920);
  position: relative;
  color: #009944;
  position: relative;
}

.input_box.password::before {
  content: "";
  position: absolute;
  width: calc(100vw * 23 / 1920);
  height: calc(100vw * 24 / 1920);
  background: url(../images/password.png) no-repeat;
  background-size: 100% 100%;
  left: calc(100vw * 20 / 1920);
  top: 50%;
  transform: translateY(-50%);
}

.input_box.user::before {
  content: "";
  position: absolute;
  width: calc(100vw * 17 / 1920);
  height: calc(100vw * 19 / 1920);
  background: url(../images/user_icon.svg) no-repeat;
  background-size: 100% 100%;
  left: calc(100vw * 20 / 1920);
  top: 50%;
  transform: translateY(-50%);
}

.input_box input {
  background: transparent;
  height: 100%;
  width: 100%;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: calc(100vw * 18 / 1920);
  color: #009944;
}

.input_box input ::placeholder {
  color: #009944;
}

.input_box .eye {
  width: calc(100vw * 20 / 1920);
  height: calc(100vw * 20 / 1920);
  position: absolute;
  right: calc(100vw * 20 / 1920);
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  background: url(../images/eye-close.svg) no-repeat;
  background-size: 100% 100%;
}

.input_box .eye.openoneseyes {
  background: url(../images/openoneseyes.svg) no-repeat;
  background-size: 100% 100%;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  -webkit-text-fill-color: #009944 !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

.input_box input::placeholder {
  color: #009944;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-text-fill-color: #009944 !important;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  background-color: transparent;
  background-image: none;
  transition: background-color 50000s ease-in-out 0s;
}

input:-webkit-autofill::first-line {
  font-size: calc(100vw * 18 / 1920);
}

.retrievepassword .but {
  cursor: pointer;
  width: calc(100vw * 450 / 1920);
  height: calc(100vw * 58 / 1920);
  background: #009944;
  border-radius: calc(100vw * 5 / 1920);
  text-align: center;
  line-height: calc(100vw * 58 / 1920);
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: calc(100vw * 24 / 1920);
  color: #ffffff;
}
.retrievepassword .but::after {
  opacity: 0.7;
}
.retrievepassword {
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 50px 60px 60px 60px;
  border-radius: 10px;
}
.retrievepassword .retrievepassword-title {
  font-size: calc(100vw * 30 / 1920);
  padding-bottom: calc(100vw * 20 / 1920);
  font-weight: bold;
  text-align: center;
}
.register {
  display: none;
  flex-direction: column;
}

.register.active {
  display: flex;
}
.tips-box {
  display: flex;
  margin-bottom: calc(100vw * 10 / 1920);
}
.Tips2 {
  color: red;
  margin-bottom: calc(100vw * 10 / 1920);
  font-size: calc(100vw * 18 / 1920);
}
.Tips3 {
  color: #444;
  margin-bottom: calc(100vw * 20 / 1920);
  font-size: calc(100vw * 18 / 1920);
}
/*去除ie edge的密码框默认出现的小眼睛*/
input[type="password"]::-ms-reveal {
  display: none;
}

input[type="password"]::-ms-clear {
  display: none;
}

input[type="password"]::-o-clear {
  display: none;
}


.retrievepassword-box {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  align-items: center;
  justify-content: center;
  display: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  z-index: 101;
}
.retrievepassword-box.active {
  display: flex;
}

.floating_button {
  position: fixed;
  bottom: 10%;
  right: 6%;
  width: calc(100vh * 150 / 1080);
  height: calc(100vh * 150 / 1080);

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 99;
}

.floating_button::before {
  content: "";
  position: absolute;
  width: calc(100vh * 120 / 1080);
  height: calc(100vh * 120 / 1080);
  background-color: rgba(213, 231, 255, 0.56);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease-in-out;
}

.floating_button:hover::before {
  background-color: rgba(213, 231, 255, 0.8);
  transform: translate(-50%, -50%) scale(1.1);
}

.floating_button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(238, 244, 252, 0.5);
  border-radius: 50%;
  transition: all 1s ease-in-out;
  z-index: -1;
}

.floating_button:hover::after {
  background: rgba(238, 244, 252, 0.6);
  transform: scale(1.2);
}

.floating_button img {
  width: calc(100vh * 49 / 1080);
  height: calc(100vh * 47 / 1080);
}

.floating_button p {
  margin-top: calc(100vh * 5 / 1080);
  color: #2684ff;
  font-size: calc(100vh * 16 / 1080);
  font-weight: bold;
}

.videoPop {
    position: fixed;
    top: 15%;
    left: 15%;
    width: 70%;
    height: 70%;
    padding: 5px;
    background-color: #FFF;
    border: 1px solid #bcbcbc;
    border-radius: 4px;
    z-index: 101;
    display: none;
}

.videoPop.show {
    display: block;
}

.videoPop .close {
    position: absolute;
    top: 0;
    right: -35px;
    width: 30px;
    height: 30px;
    background: #FFF url(../images/close.png) no-repeat center;
    background-size: 22px 22px;
    border-radius: 4px;
    cursor: pointer;
}

.videoPop video {
    width: 100%;
    height: 100%;
}



.mask.show {
    display: block;
}

.mask.active {
    display: inline-block;
}