/* 滚动条优化 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;
}
.hc-foot {
    display: none;
}
/* 滚动条优化 end */
.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;
}
a {
  color: #fff;
  text-decoration: unset;
}



  
    html,
    body {
        height: 100%;
        line-height: 1;
    }

    ul,
    li {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    a,
    a:focus,
    a:active,
    a:hover {
        text-decoration: none;
    }

    input {
        border: none;
        outline: none;
    }
    input::-webkit-input-placeholder {
        color: #999;
    }
    .hc_page {
        width: 100%;
        height: 100%;
        position: relative;
    }

    .hc_page>img {
        object-fit: cover;
    }

    .hc_head {
        display: flex;
        align-items: center;
        width: 100%;
        background-color: #fff;
        padding: 10px 60px;
    }

    .hc_head_logo img {
        width: 260px;
        height: 40px;
        margin: 0 58px 0 0;
    }

    .hc_head h4 {
        position: relative;
        font-size: 24px;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
    }

    .hc_head h4::before {
        content: "";
        width: 1px;
        height: 50px;
        position: absolute;
        left: -38px;
        top: 50%;
        transform: translateY(-50%);
        background-color: #999999;
    }

    .hc_main {}

    .hc_login_ctn {}

    .hc_login_cont {
        position: absolute;
        top: 52%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 40vw;
        border-radius: 10px;
        background: #fff;
        padding: 2vw 6.5vw;
    }

    .hc_login_tab {
        display: flex;
        border-bottom: 1px solid rgba(23, 87, 159, 0.2);
        margin-bottom: 1.5vw;
    }

    .hc_login_tab a {
        position: relative;
        display: block;
        font-size: 0.95vw;
        color: rgba(0, 0, 0, 1);
        padding: 10px;
        margin-right: 3vw;
    }

    .hc_login_tab li.active a {
        color: #17579F;
    }

    .hc_login_tab li.active a::after {
        content: "";
        width: 100%;
        height: 3px;
        background: rgba(23, 87, 159, 1);
        position: absolute;
        left: 0;
        bottom: 0;
    }



    .hc_login_field {
        display: flex;
        align-items: center;
        height: 2.2vw;
        margin-top: 1.2vw;
        position: relative;
    }
     .select-icon {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 30px;
        color: #999;
    }
    .hc_down_list {
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        border: 1px solid #e4e7ed;
        border-radius: 4px;
        background-color: #fff;
        box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
        box-sizing: border-box;
        background-color: #fff;
        z-index: 99;
        padding: 5px 0;
        display: none;
    }

    .hc_down_item {
        font-size: 14px;
        padding: 0 20px;
        position: relative;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #606266;
        height: 34px;
        line-height: 34px;
        box-sizing: border-box;
        cursor: pointer;
        color: #606266;

    }

    .hc_down_item.active {
        color: #409eff;
        font-weight: 700;
        background-color: #f5f7fa;
    }

    .hc_down_item:hover {
        background-color: #f5f7fa;

    }

    .hc_input {
        position: relative;
        height: 100%;
        flex: 1;
    }
    
    .hc_label {
        width: 4.9vw;
        min-width: 68px;
        text-align: right;
        font-size: 0.8vw;
        color: #333;
        font-weight: 400;
        margin: 0;
    }

    .hc_label.ts {
        position: relative;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
        padding: 0 5px;
        font-size: 0.8vw;
    }

    #dwRegister .hc_label:not(.ts) {
        width: 7vw;
        min-width: 100px;
    }

    .hc_label.ts a {
        color: #17579F;
    }

    .hc_label.ts input {
        margin: 0;
        margin-right: 8px;
        zoom: 1.2;
    }

    .hc_label i {
        color: #D43030;
    }

    .hc_login_field input[type="text"],
    .hc_login_field input[type="password"] {
        width: 50%;
        height: 100%;
        padding: 0 15px;
        font-size: 0.7vw;
        color: #333;
        border: 1px solid #E3E3E3;
        border-radius: 5px;
    }

    .hc_error_info {
        opacity: 0;
        position: absolute;
        top: 100%;
        left: 0;
        color: #f56c6c;
        font-size: 0.8vw;
        transition: all .3s;
        padding-top: 8px;
        zoom: 0.8;
        margin-left: 350px;
    }



    .hc_login_btn {
        position: relative;
        width: 200px;
        height: 2.2vw;
        border-radius: 30px;
        background: #17579F;
        border: none;
        color: #fff;
        font-size: 0.8vw;
        margin-top: 20px;
    }

    .hc_login_field input[type="number"] {
        padding: 0 15px;
        width: 50%;
        height: 100%;
        border: 1px solid #E3E3E3;
    }

    .hc_login_field input[type="number"]::-webkit-textfield-decoration-container {
        background-color: #fff;
    }

    .hc_login_field input[type="number"]::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }

    .hc_login_field input[type="number"]::-webkit-outer-spin-button {
        -webkit-appearance: none;
    }

    .take_ycode {
        border: 0;
        outline: 0;
        position: absolute;
        padding: 0 1vw;
        height: 2.2vw;
        opacity: 1;
        border-radius: 0px;
        background: rgba(23, 87, 159, 1);
        color: #fff;
        font-size: 0.7vw;
        margin-left: -130px;
    }


    .hc_login_btn.disable {
        opacity: .7;
        pointer-events: none;
    }

    .hc_login_btn.disable>img {
        display: inline-block;
    }

    .hc_login_btn>img {
        display: none;
        width: 1vw;
        min-width: 14px;
        margin-right: 10px;
    }

    .hc_login_btn.disable>i {
        display: inline-block;
    }

    .hc_login_btn>i {
        font-size: 0.8vw;
        display: none;
        margin-right: 10px;
    }

    .hc-loading {
        animation: rotate 2s linear infinite;
    }

    @keyframes rotate {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }












    .main {
	width: 100%;
	height: calc(100% - 135px);
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-top: 5px;
}

.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: 50px;
}

.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;
}

.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: 50px;
}

.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: 40px;
	/* margin-top: 30px; */
	display: flex;
	align-items: center;
}

.login-form .form-item-rule {
	padding: 0 20px 0 40px;
	font-size: 13px;
	height: 30px;
	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;
}

.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: flex;
	/* 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);
}