@charset "utf-8";

.hyth-concise-login-form input {
	font-family: inherit;
	font-size: 100%;
	border: 0;
	outline: 0;
	caret-color: var(--jinsom-color);
}
.hyth-concise-login-form input:focus {
	outline: 0
}
.hyth-concise-login-form .layui-layer-setwin .layui-layer-close2 {
	background-position: 1px -40px;
	cursor: pointer;
	right: 0;
	top: 0;
	width: 15px;
	height: 15px;
}
.login-agreement-input {
	position: relative;
	display: inline-block;
	vertical-align: -2px;
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	border: 1px solid #5e5e5e;
	border-radius: 2px;
	margin-right: 5px;
}

.none {
	display: none !important;
}

.theme-color {
	color: var(--jinsom-color);
}

.icon-login {
	display: inline-block;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	background-image: url(../images/login-icon.png);
	background-size: 206px 128px;
}

.icon-login__pwd {
	background-position: 0 0;
	width: 53px;
	height: 53px;
}

.icon-login__qrcode {
	background-position: -63px 0;
	width: 53px;
	height: 53px;
}

.hyth-concise-login-wrapper .hyth-concise-login-container {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 360px;
	min-height: 340px;
	height: 100%;
	background-color: #fff;
	border-radius: 6px;
	overflow: hidden;
	text-align: center;
}

.hyth-concise-login-wrapper .hyth-concise-login-form .login-form-inner {
	padding: 0 28px;
}

.hyth-concise-login-header {
	box-sizing: border-box;
	position: relative;
	height: 62px;
	font-size: 0;
}

.hyth-concise-login-header .header-qrcode .icon-login {
	position: absolute;
	top: 16px;
	left: 16px;
	cursor: pointer;
}

.hyth-concise-login-header .header-logo {
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
}

.hyth-concise-login-header .header-logo .header-logo-inner {
	display: table-cell;
	vertical-align: middle;
}

.hyth-concise-login-header .header-logo img {
	height: 20px;
}

.hyth-concise-login-title {
	position: relative;
}

.hyth-concise-login-title .back-link {
	position: absolute;
	left: -15px;
	line-height: 22px;
	font-size: 14px;
	color: #5e5e5e;
	cursor: pointer;
	z-index: 1;
}

.hyth-concise-login-title .back-link:hover {
	color: var(--jinsom-color);
}

.hyth-concise-login-title .back-link i {
	font-size: 14px;
	margin-right: 2px;
}

.hyth-concise-login-title .title-content .major-desc {
	line-height: 22px;
	color: #333;
}

.hyth-concise-login-title .title-content .major-desc p {
	font-size: 16px;
}

.hyth-concise-login-title .title-content .major-desc p:nth-child(2) {
	margin-top: 7px;
}

.hyth-concise-login-title .title-content .minor-desc {
	display: table;
	width: 100%;
	min-height: 40px;
	line-height: 20px;
	color: #5e5e5e;
	margin: 15px 0;
}

.hyth-concise-login-title .title-content .minor-desc p {
	display: table-cell;
	vertical-align: middle;
	font-size: 12px;
}

.hyth-concise-login-title .title-content.no-margin .minor-desc {
	margin: 0;
}

.hyth-concise-login-tab {
	font-size: 0;
	margin-bottom: 6px;
}

.hyth-concise-login-tab li {
	position: relative;
	display: inline-block;
	line-height: 24px;
	margin: 0 20px;
	font-size: 16px;
	color: #333;
	cursor: pointer;
}

.hyth-concise-login-tab li:hover {
	color: var(--jinsom-color);
}

.hyth-concise-login-tab li.on {
	color: var(--jinsom-color);
}

.hyth-concise-login-tab li.on .tab-line {
	display: block;
}

.hyth-concise-login-tab li .tab-line {
	position: absolute;
	bottom: -4px;
	left: 50%;
	margin-left: -11px;
	width: 22px;
	height: 2px;
	background: var(--jinsom-color);
	border-radius: 1px;
	display: none;
}

.hyth-concise-login-field {
	position: relative;
	margin-bottom: 20px;
	text-align: left;
}

.hyth-concise-login-field .field-item {
	position: relative;
	padding-top: 18px;
	border-bottom: 1px solid #d8d8d8;
	font-size: 0;
	white-space: nowrap;
	display: flex;
}

.hyth-concise-login-field .field-item .field-country-code {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 36px;
    padding-right: 20px;
    color: #999;
    font-size: 0;
}
.hyth-concise-login-field .field-item .field-country-code .country-code {
    display: inline-block;
    font-size: 0;
    cursor: pointer;
}
.hyth-concise-login-field .field-item .field-country-code .country-code .country-current {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}
.hyth-concise-login-field .field-item .field-country-code .country-code i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
    transform: scale(0.8);
}
.hyth-concise-login-field .field-item .field-country-code .country-code .splite-line {
    width: 1px;
    height: 16px;
    background-color: #d8d8d8;
    position: absolute;
    top: 10px;
    right: 10px;
}
.hyth-concise-login-field .field-item .field-country-code .country-code-list {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    max-height: 211px;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 15%);
    border: 1px solid #d8d8d8 \0;
    border-radius: 5px;
    z-index: 9;
    overflow-y: auto;
    padding: 8px 0;
}
.hyth-concise-login-field .field-item .field-country-code .country-code-list li {
    height: 28px;
    line-height: 28px;
    padding: 0 20px;
    cursor: pointer;
    font-size: 12px;
    color: #5e5e5e;
}
.hyth-concise-login-field .field-item .field-country-code .country-code-list li:hover {
    color: var(--jinsom-color);
    background-color: #f8f8f8;
}

.hyth-concise-login-field .field-item .field-error {
	position: absolute;
	bottom: 33px;
	display: inline-block;
	width: 100%;
	max-height: 32px;
	line-height: 16px;
	white-space: normal;
	overflow: hidden;
	font-size: 12px;
	color: #f00;
	z-index: 1;
}

.hyth-concise-login-field .field-item .input-box {
	position: relative;
	width: 100%;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #000;
	background: transparent;
}

.hyth-concise-login-field .field-item .input-box::-webkit-input-placeholder {
	color: #999;
}

.hyth-concise-login-field .field-item .input-box:-ms-input-placeholder {
	color: #999;
}

.hyth-concise-login-field .field-item .input-box:-moz-placeholder {
	color: #999;
}

.hyth-concise-login-field .field-item .input-box::-moz-placeholder {
	color: #999;
}
.hyth-concise-login-field .field-item .field-confirm-code {
	position: relative;
	flex: 1;
}

.hyth-concise-login-field .field-item .field-confirm-code .hyth-concise-send-code {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 36px;
	font-size: 14px;
	color: var(--jinsom-color);
	cursor: pointer;
}

.hyth-concise-login-field .field-item .field-confirm-code .hyth-concise-send-code.send-again {
	font-size: 14px;
	color: #b2b2b2;
	cursor: no-drop;
}

.hyth-concise-login-field .field-other {
	display: flex;
	padding-top: 8px;
}

.hyth-concise-login-field .field-other .other-register {
	flex: 1;
}

.hyth-concise-login-field .field-other .other-forget {
	text-align: right;
	flex: 1;
}

.hyth-concise-login-field .field-other a {
	line-height: 16px;
	color: #000;
	font-size: 12px;
}

.hyth-concise-login-field .field-other a:hover {
	color: var(--jinsom-color);
}

.hyth-concise-login-btn .btn-common {
	position: relative;
	height: 40px;
	line-height: 40px;
	border-radius: 4px;
	font-size: 14px;
	cursor: pointer;
	overflow: hidden;
}

.hyth-concise-login-btn .btn-common .btn-inner {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 14px;
}

.hyth-concise-login-btn .btn-common:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}

.hyth-concise-login-btn .btn-inner.btn-major {
	background: linear-gradient(90deg, var(--jinsom-color) 0, var(--jinsom-color) 100%);
}

.hyth-concise-login-btn .btn-inner.btn-gray {
	color: #fff;
	background: rgba(0, 0, 0, 0.2);
}

.hyth-concise-login-btn .btn-inner.btn-gray:not(IE9Only) {
	filter: none;
}

.hyth-concise-login-agreement {
	line-height: 20px;
	margin: 8px 0 16px;
}

.hyth-concise-login-agreement .agreement-link {
	color: #333;
	font-size: 12px;
}

.hyth-concise-login-agreement .agreement-link a {
	color: var(--jinsom-color);
	font-size: 12px;
}

.hyth-concise-login-agreement .agreement-link a:hover {
	text-decoration: underline;
}
.hyth-concise-login-sns {
	margin-bottom: 18px;
}

.hyth-concise-login-sns .sns-title {
	line-height: 22px;
	font-size: 16px;
	color: #333;
}

.hyth-concise-login-sns .sns-list {
	font-size: 0;
	margin-top: 15px;
	display: flex;
}
.hyth-concise-login-sns .sns-list a {
	flex: 1;
}
.hyth-concise-login-sns .sns-list i {
	font-size: 35px;
}

.hyth-concise-login-sns .sns-list a:hover {
	transform: scale(1.05);
}
.hyth-concise-login-qrcode {
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	width: 150px;
	height: 150px;
	background: #fff;
	border: 1px solid #d8d8d8;
	margin: 11px 0;
}

.hyth-concise-login-qrcode .qrcode-pic {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}

.hyth-concise-login-qrcode .qrcode-pic img {
	width: 100%;
	height: 100%;
}

.hyth-concise-login-qrcode .qrcode-cover {
	display: table;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}

.hyth-concise-login-qrcode .qrcode-cover:not(IE9Only) {
	filter: none
}

.hyth-concise-login-qrcode .qrcode-cover .qrcode-cover-middle {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
}

.hyth-concise-login-qrcode .qrcode-cover .cover-desc {
	font-size: 16px;
}

.hyth-concise-login-qrcode .qrcode-cover .cover-refresh {
	display: inline-block;
	line-height: 28px;
	padding: 0 12px;
	background-color: #fff;
	border-radius: 4px;
	font-size: 12px;
	color: #333;
	margin-top: 10px;
	cursor: pointer;
}

.hyth-concise-login-form iframe {
	width: 148px;
	height: 148px;
	border: none;
	position: relative;
}



/* 微信扫码登录css
body,html {
	height: 148px;
	width: 148px;
	display: inline-block;
	overflow: hidden;
}
.impowerBox .title {
	display: none;
}
.impowerBox .qrcode {
	width: 146px;
	height: 146px;
	border: none;
	margin-top: 0;
}
#tpl_for_iframe {
	display: inline-block;
}
.impowerBox .status.status_browser {
	display: none;
}
.impowerBox .info {
	width: 148px;
}
.impowerBox .status {
	padding: 0;
	text-align: center;
	position: absolute;
	top: 0;
	width: 148px;
	height: 148px;
	background: #0000008a;
}
.impowerBox .status_txt {
	display: block;
}
.impowerBox .status_txt p {
	display: none;
}
.impowerBox .status_icon {
	margin-right: 0;
	margin-top: calc(50% - 35px);
}
*/
