html,
body {
    margin: 0;
    padding: 0;
    width:100%;
    height:100%;
    background-image:url(/render/0000221/yypt/website/page/res/images/DLBJ.jpg);
    background-repeat:no-repeat;
    background-size: 100%;
    background-attachment: fixed;
    background-position: center;
}
.hc-foot {
    display: none;
}
.hc_login_btn.disable {
    opacity: .7;
    pointer-events: none;
}
form-btn.disable {
    opacity: .7;
    pointer-events: none;
}
.hc_login_btn.disable>i {
    display: block;
}
.hc_login_sendbtn.disable {
    opacity: .7;
}
.hc_login_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.33rem auto;
    width: 100%;
    line-height: 0.48rem;
    text-align: center;
    background-color: #0170FF;
    color: #fff;
    font-size: 0.20rem;
    cursor: pointer;
    border-radius: 5px;
    border: none;
    outline: none;
}
/* 滚动条优化 start */
::-webkit-scrollbar{
	width:8px;
	height:8px;
}
::-webkit-scrollbar-track{
	background: #f6f6f6;
	border-radius:2px;
}
::-webkit-scrollbar-thumb{
	background: #cdcdcd;
	border-radius:2px;
}
::-webkit-scrollbar-thumb:hover{
	background: #747474;
}
::-webkit-scrollbar-corner {
	background: #f6f6f6;
}
/* 滚动条优化 end */

a {
  color: #fff;
  text-decoration: unset;
}
.head {
  width: 100%;
  height: 60px;
  background: #FFFFFF;
  box-shadow: 0px 2px 0px 0px #1461CC;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head .header-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 100%;
  margin-left: 10px;
}
.head .header-logo img {
  width: 60%;
}
.head .header-logo .title {
  margin-left: 15px;
  padding-left: 15px;
  width: 50%;
  border-left: 1px solid #E6E6E6;
  color: #026afc;
  font-weight: bold;
  font-family: Source Han Sans CN;
}

.head .regist-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 30px;
  background: #026afc;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
  border-radius: 5px;
  cursor: pointer;
}

.main {
	width: 100%;
	height: calc(100% - 0px);
	display: flex;
	justify-content: space-around;
	align-items: center;
    margin: 150px 0 0 0;
}

.main .bg {
	width: 100%;
	height: 500px;
}

.main .bg img {
	width: 100%;
	height: 100%;
	/* margin-left: 200px; */
}

.login-pane {
	width: 450px;
	height: 530px;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px 0px rgba(20, 97, 204, 0.3);
	border-radius: 10px;
	margin-right: -1100px;
}

.login-pane .tab {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 50px;
}
.login-form .login-bottom .block {
	width: 100%;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #808080;
}
.tab .tab-item {
	width: 50%;
	height: 100%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	border-bottom: 1px solid #E6E6E6;
	cursor: pointer;
}
.remember{
    display: none;
}
.foot {
  width: 100%;
  height: 80px;
  background: rgb(48, 49, 51);
  color: #fff;
}
.foot .foot-info {
  width: 100%;
  height: 70%;
}
.foot .foot-footer {
  width: 100%;
  height: 100%;
  background: rgb(36, 37, 38);
}
.foot-info .content,.foot-footer .content {
  width: 1400px;
  height: 100%;
  margin: 0 auto;;
}
.foot-info .content .links {
  width: 100%;
  height: 70%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #808080
}
.links .link-pane {
  width: 18%;
  height: 100%;
  display: flex;
  flex-direction: column;
  font-size: 14px;
}
.links .link-pane span {
  margin-bottom: 15px;
}
.links .link-pane a {
  font-size: 12px;
  text-decoration: none;
  color: #ddd;
  margin-bottom: 10px;
}
.links .link-pane a:hover,
.other-links a:hover {
  color: #fff;
}
.links .code-pane {
	width: 10%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 14px;
}
.links .code-pane img {
	width: 90px;
	height: 90px;
	margin: 8px 0;
}
.links .code-pane .img-content {
	font-size: 13px;
	color: #B3B3B3;
}

.other-links {
  width: 100%;
  height: 30%;
  display: flex;
  align-items: center;
}
.other-links p {
  font-size: 12px;
  font-weight: bold;
}
.other-links a {
  font-size: 12px;
  text-decoration: none;
  color: #ddd;
  margin: 0 25px;
}


.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content .foot-logo {
  height: 100%;
  width: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content .foot-logo img {
  width: 100%;
}
.content .copy-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 88%;
}
.copy-right p {
  font-size: 12px;
  color: #eee;
  margin: 5px 0;
}

/* color */
.red {
  color: rgb(234, 93, 92);
}
.blue {
  color: rgb(76, 175, 233);
}
.green {
  color: rgb(0, 196, 85);
}

/* 显隐*/
.show {
  display: block;
}
.hide {
  display: none;
}

/* 居中 */
.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 错误信息 start */
.error-msg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.error-msg .error-msg-alert {
  position: absolute;
  top: 10%;
  width: 400px;
  height: 160px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* 标题 */
.error-msg .error-msg-alert .error-msg-title {
  width: 100%;
  height: 20%;
}
.error-msg .error-msg-alert .error-msg-title p {
  padding: 0 20px;
  font-size: 15px;
  color: #000;
}

/* 内容 */
.error-msg .error-msg-alert .error-msg-content {
  width: 100%;
  height: 50%;
}

.error-msg .error-msg-alert .error-msg-content p {
  padding: 0 20px;
  font-size: 13px;
  color: #000;
  text-align: justify;
  text-justify: newspaper;
  word-break: break-all;
}

/* 底部 */
.error-msg .error-msg-alert .error-msg-footer {
  width: 100%;
  height: 30%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.error-msg .error-msg-alert .error-msg-footer .error-msg-footer-ok {
  width: 85px;
  height: 30px;
  margin-right: 10px;
  line-height: 30px;
  text-align: center;
  background: #0099ff;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
}
/* 错误信息 end */

@media screen and (max-height: 779px) {
	.main {
		width: 100%;
		height: 644px;
		display: flex;
		justify-content: space-around;
		align-items: center;
		margin-top: 5px;
	}
	/* .foot {
	  width: 100%;
	  height: 200px;
	  background: rgb(48, 49, 51);
	  color: #fff;
	} */
	.foot-info .content .links {
	  width: 100%;
	  height: 99%;
	  display: flex;
	  align-items: center;
	  border-bottom: 1px solid #808080
	}
	.other-links {
	  display: none;
	}
	.links .code-pane img {
		width: 60px;
		height: 60px;
		margin: 8px 0;
	}
	.links .code-pane .img-content {
		font-size: 12px;
		color: #B3B3B3;
	}
}

@media screen and (min-height: 779px) {
	/* .main {
		width: 100%;
		height: 565px;
		display: flex;
		justify-content: space-around;
		align-items: center;
		margin-top: 5px;
	}
	.foot {
	  width: 100%;
	  height: calc(100vh - 620px);
	  background: rgb(48, 49, 51);
	  color: #fff;
	} */
	.foot-info .content .links {
	  width: 100%;
	  height: 99%;
	  display: flex;
	  align-items: center;
	  border-bottom: 1px solid #808080
	}
	.other-links {
	  display: none;
	}
	.links .code-pane img {
		width: 80px;
		height: 80px;
		margin: 8px 0;
	}
	.links .code-pane .img-content {
		font-size: 12px;
		color: #B3B3B3;
	}
}

@media screen and (min-height: 913px) {
	/* .main {
		width: 100%;
		height: 565px;
		display: flex;
		justify-content: space-around;
		align-items: center;
		margin-top: 5px;
	}
	.foot {
	  width: 100%;
	  height: calc(100vh - 620px);
	  background: rgb(48, 49, 51);
	  color: #fff;
	} */
	.foot-info .content .links {
	  width: 100%;
	  height: 70%;
	  display: flex;
	  align-items: center;
	  border-bottom: 1px solid #808080
	}
	.other-links {
	  width: 100%;
	  height: 30%;
	  display: flex;
	  align-items: center;
	}
	.links .code-pane img {
		width: 80px;
		height: 80px;
		margin: 8px 0;
	}
	.links .code-pane .img-content {
		font-size: 12px;
		color: #B3B3B3;
	}
}

@media screen and (min-height: 939px) {
	/* .main {
		width: 100%;
		height: 645px;
		display: flex;
		justify-content: space-around;
		align-items: center;
		margin-top: 5px;
	}
	.foot {
	  width: 100%;
	  height: calc(100vh - 700px);
	  background: rgb(48, 49, 51);
	  color: #fff;
	} */
	.foot-info .content .links {
	  width: 100%;
	  height: 70%;
	  display: flex;
	  align-items: center;
	  border-bottom: 1px solid #808080
	}
	.other-links {
	  width: 100%;
	  height: 30%;
	  display: flex;
	  align-items: center;
	}
	.links .code-pane img {
		width: 80px;
		height: 80px;
		margin: 8px 0;
	}
	.links .code-pane .img-content {
		font-size: 12px;
		color: #B3B3B3;
	}
}

@media screen and (min-height: 969px) {
	/* .main {
		width: 100%;
		height: 645px;
		display: flex;
		justify-content: space-around;
		align-items: center;
		margin-top: 5px;
	}
	.foot {
	  width: 100%;
	  height: calc(100vh - 700px);
	  background: rgb(48, 49, 51);
	  color: #fff;
	} */
	.foot-info .content .links {
	  width: 100%;
	  height: 70%;
	  display: flex;
	  align-items: center;
	  border-bottom: 1px solid #808080
	}
	.other-links {
	  width: 100%;
	  height: 30%;
	  display: flex;
	  align-items: center;
	}
	.links .code-pane img {
		width: 80px;
		height: 80px;
		margin: 8px 0;
	}
	.links .code-pane .img-content {
		font-size: 12px;
		color: #B3B3B3;
	}
}

@media screen and (max-width: 1200px) {
	.foot-info .content,.foot-footer .content {
	  width: 95%;
	  height: 100%;
	  margin: 0 auto;;
	}
}

@media screen and (min-width: 1200px) {
	.foot-info .content,.foot-footer .content {
	  width: 1000px;
	  height: 100%;
	  margin: 0 auto;;
	}
}

@media screen and (min-width: 1400px) {
	.foot-info .content,.foot-footer .content {
	  width: 1200px;
	  height: 100%;
	  margin: 0 auto;;
	}
}

@media screen and (min-width: 1600px) {
	.foot-info .content,.foot-footer .content {
	  width: 1400px;
	  height: 100%;
	  margin: 0 auto;;
	}
}

.main .bg {
	width: 806px;
	height: 500px;
}

.main .bg img {
	width: 100%;
	height: 100%;
	/* margin-left: 200px; */
}

.login-pane {
	width: 450px;
	height: 530px;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px 0px rgba(20, 97, 204, 0.3);
	border-radius: 10px;
	margin-right: -1100px;
}

.login-pane .tab {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 50px;
}

.tab .tab-item {
	width: 50%;
	height: 100%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	border-bottom: 1px solid #E6E6E6;
	cursor: pointer;
}

.tab-item:first-child {
	border-right: 1px solid #E6E6E6;
}

.tab-item:last-child {
	border-left: 1px solid #E6E6E6;
}

.tab-active {
	border-bottom: 2px solid #1461CC !important;
}

.login-form {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.login-form .form-item {
	width: 100%;
	height: 50px;
	/* margin-top: 30px; */
	display: flex;
	align-items: center;
}

.login-form .form-item-rule {
	padding: 0 20px 0 40px;
	font-size: 13px;
	height: 40px;
	color: #ff0000;
	line-height: 30px;
}


.login-form .form-item-rule p {
	margin: 0;
}

.form-item-border {
	border: 1px solid #CCCCCC;
	border-radius: 5px;
}

.login-form .form-item .form-input {
	width: 85%;
	height: 100%;
	border: none;
	padding: 0;
	font-size: 15px;
	border-radius: 5px;
}

.form-input:focus-visible {
	outline: none;
}

.login-form .form-item .sendMsg {
	font-size: 12px;
	color: #0081eb;
	cursor: pointer;
}

.login-form .form-item i {
	font-size: 20px;
	margin: 0 5px 0 10px;
}

/* 按钮 */
.login-form .form-item .form-btn {
	width: 100%;
	height: 100%;
	font-size: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #1461CC;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
}

.login-form .form-item .form-btn:hover {
	background: #026afc;
}

.login-form .other {
	width: 100%;
	height: 1px;
	background: #E6E6E6;
	margin-top: 30px;
	text-align: center;
	color: #808080;
}

.login-form .other p {
	background: #fff;
	width: 200px;
	display: inline-block;
	margin: 0;
	position: relative;
	top: -12px;
	font-size: 14px;
}

.login-form .login-bottom {
	width: 100%;
	height: 100px;
}

.login-form .login-bottom .block {
	width: 100%;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #808080;
    padding-left: 170px;
}

.login-form .login-bottom .block i {
	font-size: 32px;
	margin: 0 20px;
	cursor: pointer;
}

.login-form .login-bottom .block a {
	color: #808080;
}

.login-form .remember {
	display: none;
	/* align-items: center;
	margin: 10px 0; */
	width: 350px;
	height: 40px;
}

.login-form .remember span {
	font-size: 14px;
	margin-left: 5px;
}

.login-form .remember input {
	cursor: pointer;
}

#accountForm, #phoneForm {
	padding-top: 30px;
	height: 256px;
	width: calc(100% - 95px);
}
.forgotPassdDialog {
    display: flex;
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 99;
}
.hc_forgot_box {
    width: 100%;
    max-width: 4.6rem;
    padding: 0.2rem;
    background-color: #fff;
    border-radius: 2px;
}

.frogotPsssFrom {
    display: flex;
    justify-content: center;
    padding: 0 20px;
}

.hc_forgot_top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;

}

.hc_forgot_title {
    font-size: 0.18rem;
    color: #333;
}

.forgotPassdDialog form {
    width: 100%;
}

.forgotPassdDialog .hc_login_field {
    width: 100%;
}

#closeFrogotbox {
    font-size: 40px;
    color: #999;
    transform: rotate(45deg);
    cursor: pointer;
}

.hc-loading {
    animation: rotate 2s linear infinite;
}