@charset "UTF-8";

/* CSS Document */
@font-face {
	font-family: Avenir-LT-45-Book;
	src: url(/public/themes/default/fonts/Avenir-LT-45-Book.ttf) format("truetype")
}

* {
	max-height: 999999px;
	touch-action: manipulation;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Segoe UI", "Helvetica Neue", "PingFang SC", "Noto Sans", "Noto Sans CJK SC", Helvetica, Tahoma, Arial, Hiragino Sans GB, "Microsoft YaHei", "微软雅黑", SimSun, 宋体, Heiti, 黑体, sans-serif;
}

html {
	font-size: 100%;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body, html {
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, PingFang SC, Noto Sans, Noto Sans CJK SC, Microsoft YaHei, 微软雅黑, sans-serif;
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #383838;
	background-color: #f5f5f5;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: transparent;
}

body {
	margin: 0;
	padding: 0;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: "liga", "kern";
}

body::-webkit-scrollbar, html::-webkit-scrollbar {
	width: 6px
}

body::-webkit-scrollbar-track, html::-webkit-scrollbar-track {
	background-color: #e5e5e5;
	border-left: 2px solid rgba(0, 0, 0, 0)
}

body::-webkit-scrollbar-thumb, html::-webkit-scrollbar-thumb {
	background-color: #a6a6a6;
	border-left: 2px solid rgba(0, 0, 0, 0)
}

body::-webkit-scrollbar-thumb:window-inactive, html::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(0, 0, 0, .1)
}

@media screen and (max-width:420px) {
	body, html {
		background-image: none;
		background-color: #fff !important
	}

}

a, abbr, acronym, address, article, aside, audio, b, big, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

*, :after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: #0091FF;
	font-size: 14px;
	cursor: pointer;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:active, a:hover {
	color: #0171c2;
	outline: 0;
}

input, textarea {
	font-size: 14px;
}

button, input, optgroup, select, textarea {
	font-family: sans-serif;
	font-size: 100%;
	margin: 0;
}

button, input {
	overflow: visible;
}

input[type=checkbox], input[type=radio] {
	margin: 4px 0 0;
	margin-top: 1px\9;
	line-height: normal;
}

input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

input:-webkit-autofill, select:-webkit-autofill, textarea:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #fff inset;
	-webkit-text-fill-color: #333;
}

:focus {
	outline: 0;
}

#root {
	position: relative;
	height: 100%;
}

.account-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}

@media screen and (max-width:420px) {
	.account-wrapper {
		padding-bottom: 56px;
		min-height: 100%;
		height: auto;
	}

}

.account-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 440px;
	margin: 0 auto;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

@media screen and (max-width:420px) {
	.account-container {
		padding: 56px 24px 0;
		width: 100%;
	}

}

/* LOGO */
.account-header {
	width: 100%;
	margin: 92px 0 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (max-width:420px) {
	.account-header {
		margin: 0;
	}

}

.account-header-logo {
	width: 106px;
	height: 32px;
	background-image: url(/public/projects/websites/deepsheet/images/logo.png);
	margin-bottom: 50px;
	display: inline-block;
	background-size: contain;
	background-position: 0;
	background-repeat: no-repeat;
	background-position: center;
}

@media screen and (max-width:420px) {
	.account-header-logo {
		width: 106px;
		height: 32px;
		background-image: url(/public/projects/websites/deepsheet/images/logo.png);
		margin: 20px auto 60px;
	}

}

/* 右上角员工编号 */
.account-footer {
	position: fixed;
	top: 15px;
	right: 40px;
	width: 122px;
	font-size: 14px;
	color: #6f6f6f;
	text-align: right;
	padding-bottom: 3px;
	-webkit-align-self: end;
	-ms-flex-item-align: end;
	align-self: end;
	margin-bottom: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width:420px) {
	.account-footer {
		display: none;
	}

}

.account-footer-text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	color: #8c8c8c;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	font-size: 14px;
	line-height: 30px;
	-webkit-transition: background-color .3s ease-out, color .3s ease-out, border-color .3s ease-out;
	-o-transition: background-color .3s ease-out, color .3s ease-out, border-color .3s ease-out;
	transition: background-color .3s ease-out, color .3s ease-out, border-color .3s ease-out;
}

.account-footer-text:hover, .account-footer-text:hover .next-icon {
	color: #0091FF;
}

/* 移动端底部公司名称 */
.mobile-account-footer {
	display: none;
	font-size: 14px;
	text-align: center;
	margin: 0 auto;
	color: #bdbdbd;
	left: 0;
	right: 0;
}

@media screen and (max-width:420px) {
	.mobile-account-footer {
		display: block;
		margin-top: -44px;
	}

}

/* 内容框架 */
.account-container .account-content {
	width: 100%;
	position: relative;
	background: #fff;
	-webkit-box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.06);
	box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.06);
	border-radius: 14px;
	padding: 55px 40px;
}

@media screen and (max-width:420px) {
	.account-container .account-content {
		padding: 0;
		background: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: none;
	}

}

/* 标题栏 */
.account-section-title {
	margin-bottom: 40px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.account-section-title, .account-section-title-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

/* 标题box */
.account-section-title-content {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-moz-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/* 主标题文字 */
.account-section-title-text {
	font-size: 22px;
	color: #262626;
	font-weight: 500;
	line-height: 1;
}

/* 标题描述文字 */
.account-section-title-des {
	font-size: 16px;
	color: #bdbdbd;
	line-height: 24px;
	margin-top: 8px;
}

/* 手机号/邮箱/用户名 */
.linear-input {
	height: 46px;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #e0e0e0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.linear-input:focus-within {
	border-bottom-color: #0091FF;
}

.linear-input.error {
	border-bottom-color: #eb5757;
}

.account-input {
	width: 100% !important;
}

/* 手机号/邮箱/用户名输入框 */
.linear-input-instance {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 100%;
	padding: 15px 0;
	line-height: 24px;
	font-size: 16px;
	border: none;
	font-family: Avenir-LT-45-Book;
	min-width: 0;
}

.linear-input-instance::-webkit-input-placeholder {
	color: #bfbfbf
}

.linear-input-instance::-moz-placeholder {
	color: #bfbfbf
}

.linear-input-instance:-ms-input-placeholder {
	color: #bfbfbf
}

.linear-input-instance::-ms-input-placeholder {
	color: #bfbfbf
}

.linear-input-instance::placeholder {
	color: #bfbfbf
}

/* 密码输入框 */
.suffix-password {
	position: relative;
	margin-top: 24px;
}

/* 关闭和眼睛图标 */
.linear-input-extra-icon {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-moz-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 5px;
}

.next-icon {
	display: inline-block;
	line-height: 0;
	text-align: center;
	vertical-align: -.15em;
}

.linear-input-extra-icon .next-icon {
	cursor: pointer;
	color: #c1c1c1;
}

.linear-input-extra-icon .next-icon:hover {
	color: #595959;
}

.next-icon.next-medium {
	font-size: 20px;
}

.next-icon-remove-o-fill {
	display: none;
}

.next-icon svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
	overflow: hidden;
}

/* 提交按钮 */
.account-btn {
	width: 100%;
	height: 48px !important;
	border-radius: 8px !important;
	font-size: 16px !important;
	margin-top: 48px;
}

.next-btn {
	min-width: 42px;
	position: relative;
	display: inline-block;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
	text-align: center;
	text-transform: none;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: background-color .3s ease-out, color .3s ease-out, border-color .3s ease-out;
	-o-transition: background-color .3s ease-out, color .3s ease-out, border-color .3s ease-out;
	transition: background-color .3s ease-out, color .3s ease-out, border-color .3s ease-out;
	cursor: pointer;
}

.next-btn, .next-btn:active, .next-btn:focus, .next-btn:hover {
	outline: 0;
}

.next-btn, .next-btn *, .next-btn:after, .next-btn:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.account-normal-login .account-btn {
	margin-top: 48px;
}

.next-btn.next-medium {
	border-radius: 4px;
	padding: 0 12px;
	height: 36px;
	line-height: 34px;
	font-size: 14px;
	border-width: 1px;
}

.next-btn.next-btn-primary {
	border-style: solid;
	background-color: #0091FF;
	border-color: transparent;
}

.next-btn.next-btn-primary, .next-btn.next-btn-primary:link, .next-btn.next-btn-primary:visited {
	color: #fff;
}

.next-btn.next-btn-primary:hover {
	color: #fff;
	background-color: #0171c2;
	border-color: transparent;
	text-decoration: none;
}

.next-btn.next-btn-primary.disabled, .next-btn.next-btn-primary[disabled] {
	cursor: not-allowed;
	background-color: #bfbfbf;
	border-color: #bfbfbf;
}

.next-btn.next-btn-primary.disabled, .next-btn.next-btn-primary.disabled.visited, .next-btn.next-btn-primary.disabled:link, .next-btn.next-btn-primary.disabled:visited, .next-btn.next-btn-primary[disabled], .next-btn.next-btn-primary[disabled].visited, .next-btn.next-btn-primary[disabled]:link, .next-btn.next-btn-primary[disabled]:visited {
	color: #fff;
}

.next-btn-text {
	border-radius: 0;
	padding: 0;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	border-width: 0;
	color: #0091FF;
	border-style: solid;
	background-color: transparent;
	border-color: transparent;
}

.next-btn-text:hover {
	color: #0171c2;
	background-color: transparent;
	border-color: transparent;
	text-decoration: none;
}

.next-btn-text, .next-btn-text:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.next-btn-text.normal-forget {
	margin-right: 30px;
}

.next-btn-text.next-medium {
	border-radius: 0;
	padding: 0;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	border-width: 0;
}

/* 其他登录方式 */
.account-more-login {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	margin-top: 48px;
	position: relative;
}

.account-more-login .third-area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.account-more-login .account-more-option {
	display: flex;
	justify-content: flex-end;
}

.circle-btn__3_fk {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 48px;
	height: 48px;
	border: 1px solid;
	border-radius: 50%;
	margin-right: 20px;
}

.circle-btn__3_fk:hover {
	cursor: pointer;
}

.circle-btn__3_fk.wechat {
	border: 2px solid #efefef;
	-webkit-transition: 218ms;
	-o-transition: 218ms;
	transition: 218ms;
}

.circle-btn__3_fk.wechat:hover {
	border-color: #4ACC50;
	background-color: #edffed;
}

.circle-btn__3_fk.dingding {
	border: 2px solid #efefef;
	-webkit-transition: 218ms;
	-o-transition: 218ms;
	transition: 218ms;	/*display: none;*/
}

.circle-btn__3_fk.dingding:hover {
	border-color: #3296FA;
	background-color: #f2fbff;
}

.circle-btn__3_fk.normal {
	border: 2px solid #efefef;
	margin: 0;
	-webkit-transition: 218ms;
	-o-transition: 218ms;
	transition: 218ms;
	display: none;
}

.circle-btn__3_fk.normal:hover {
	border-color: rgba(0, 0, 0, .3);
	background-color: #f7f7f7;
}

span.dls-icon[data-role=icon] {
	font-size: 16px;
}

.circle-btn__3_fk.wechat>.icon {
	color: #4ACC50;
}

.circle-btn__3_fk.dingding>.icon {
	color: #3296FA;
}

.circle-btn__3_fk.normal>.icon {
	color: rgba(0, 0, 0, .3);
}

.icon__3WKO {
	line-height: 1;
}

.account-phone-login {
}

.wechat-qrcode {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: "Microsoft Yahei";
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background: rgba(0,0,0,0.7);
    display: none;
    z-index: 99;
}

.wechat-qrcode .qr-title {
	font-family: inherit;
	font-size: 18px;
	color: #FFFFFF;
	padding: 0 0 20px;
}

.wechat-qrcode .tips {
	font-family: inherit;
    font-size: 13px;
	color: #FFFFFF;
	padding: 20px 0 40px;
}

.wechat-qrcode i {
	width: 28px;
    height: 28px;
    font-size: 14px;
    padding-left: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    line-height: 1;
    border: 1px solid #FFFFFF;
    border-radius: 50px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.3s cubic-bezier(0.44, 0.9, 0.6, 0.94);
}

.wechat-qrcode i:hover {
	opacity: 1;
}

/* 返回 */
.circle-btn__3_fk.fallback-btn {
	display: flex;
}

.fallback-btn.normal {
	margin-top: -8px;
	margin-bottom: -8px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-moz-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin-right: 16px;
}

.fallback-btn.normal:hover .icon {
	color: rgba(0, 0, 0, .6);
}

/* 输入验证码 */
.single-number-input-group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 24px;
}

.single-number-input-group .single-number-input {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-moz-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 42px;
	font-size: 26px;
	line-height: 31px;
	padding: 6px 0;
	border: none;
	border-bottom: 1px solid #e0e0e0;
	text-align: center;
	min-width: 0;
	margin-right: 12px;
	font-family: Avenir-LT-45-Book;
	border-radius: 0;
	-webkit-appearance: none;
}

.single-number-input-group .single-number-input:last-of-type {
	margin: 0;
}

/* 重新获取 */
.resend-btn {
	margin-top: 48px;
	text-align: center;
}

/* 倒计时 */
.discount-text {
	margin-top: 48px;
	text-align: center;
	color: #bdbdbd;
}

/* 错误提示 */
.input-error-tips {
	margin-top: 10px;
	color: #eb5757;
	font-size: 14px;
	line-height: 20px;
}

.input-error-tips>.next-icon {
	margin-right: 4px;
}

.captcha-code-box .input-error-tips {
	padding: 0 24px;
}

.single-number-input-group .single-number-input.active {
	border-color: #0598fa;
}

.single-number-input-group .single-number-input.error {
	border-color: #f93f2d;
}

/* 协议 */
.account-agreement-tips {
	margin-top: 48px;
	width: 100%;
	text-align: center;
	line-height: 24px;
	color: #a6a6a6;
	bottom: 40px;
}

.account-phone-password {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.account-phone-password .suffix-password {
	margin: 0;
}

.account-phone-password .invite-bind-sb-btn {
	margin: 48px auto 0;
	text-align: center;
	display: block;
}

.account-content .bind-sb-btn {
	display: none;
}

.third-bind .fallback-btn {
	display: none;
}

.third-bind .bind-sb-btn {
	width: 100px;
	margin: 48px auto 0;
	text-align: center;
	color: #1b9aee;
	display: block;
}

.bind-tip-link {
	margin-top: 60px;
	text-align: center;
}

.reset-content .help {
	margin-top: 48px;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #828282;
}
