@font-face {
	font-family: 'Glyphicons Halflings';
	src: url(../font/glyphicons-halflings-regular.eot);
	src: url(../font/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../font/glyphicons-halflings-regular.woff2) format('woff2'), url(../font/glyphicons-halflings-regular.woff) format('woff'), url(../font/glyphicons-halflings-regular.ttf) format('truetype'), url(../font/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.glyphicon {
	position: relative;
	top: 5px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.glyphicon-eye-open:before {
	content: "\e105"
}

.glyphicon-eye-close:before {
	content: "\e106"
}

body {
	color: var(--default-text-color);
	font-size: 14px;
	line-height: 1;
	margin: 0;
}

body[device=web] .login-header {
	display: none;
	width: 100%;
	height: 80px;
	position: absolute;
	top: 0;
	left: 0;
}

body[device=web] .toutiao-login {
	-moz-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	height: 100vh;
	min-height: 700px;
	width: 100%;
}

body[device=web] .toutiao-login .login-left {
	-moz-box-flex: 1;
	-webkit-flex: 1 1;
	flex: 1 1;
}

body[device=web] .toutiao-login .login-left .bg {
	background-image: url(../img/banner.png);
	background-position: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	min-height: 700px;
}

body[device=web] .toutiao-login .login-right {
	height: 550px;
}

body[device=web] .toutiao-login .login-right .login-container {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 530px;
	padding-left: 110px;
	padding-right: 110px;
}

@media screen and (max-width: 2580px) and (min-width: 1441px) body[device=web] .toutiao-login .login-right .login-container {
	padding-left: 200px;
	padding-right: 200px;
}

body[device=web] .toutiao-login .login-right .login-container .platform-title {
	margin-bottom: 56px;
}

.web-login-container {
	position: relative;
	width: 368px;
}

.web-login {
	background-color: #fff;
	font-family: PingFang SC;
	position: relative;
	width: 100%;
}

body[device=web] .toutiao-login .login-right .login-container .web-login {
	width: 100%;
}

.web-login article {
	border: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

.web-login .web-login-mobile-code__code-input-wrapper {
	margin-top: 16px;
}

.web-login .web-login-common-wrapper {
	min-height: 380px;
	width: 100%;
}

.web-login .web-login-common-wrapper__tab {
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
}

.web-login ul {
	list-style: none;
}

.web-login .web-login-tab-list {
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	border: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

.web-login .web-login-tab-list__item {
	color: #909090;
	cursor: pointer;
	font-size: 22px;
	line-height: 30px;
	margin-right: 48px;
}

body[device=web] .toutiao-login .login-right .login-container .web-login .web-login-tab-list__item {
	line-height: 42px;
	position: relative;
}

body[device=web] .toutiao-login .login-right .login-container .web-login .web-login-tab-list__item__active {
	color: #222;
	font-weight: 500;
}

body[device=web] .toutiao-login .login-right .login-container .web-login .web-login-tab-list__item__active:after {
	background: #1850e7;
	border-radius: 5px;
	bottom: 0;
	content: "";
	height: 2px;
	left: 21%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 84px;
}

body[device=web] .toutiao-login .login-right .login-container .web-login .web-login-common-wrapper__form {
	width: 100%;
}

.web-login .web-login-mobile-code__mobile-input-wrapper,
.web-login .web-login-other-login-method {
	margin-top: 40px;
}



.web-login .web-login-normal-input {
	background: #f8f8f8;
	border-radius: 4px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	height: 48px;
	line-height: 22px;
	padding: 13px 16px;
	width: 100%;
}

.web-login input {
	background-color: transparent;
	border: none;
	box-shadow: none;
	outline: none;
}

.web-login .web-login-normal-input__input {
	background: #f8f8f8;
	font-size: 14px;
	height: 100%;
	line-height: 100%;
	width: 100%;
}

.web-login .web-login-button-input {
	-moz-box-pack: justify;
	background: #f8f8f8;
	border-radius: 4px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	height: 48px;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	line-height: 22px;
	padding: 13px 16px;
	width: 100%;
}

.web-login .web-login-button-input__button-text.send-input {
	-moz-box-ordinal-group: 3;
	-webkit-order: 2;
	order: 2;
}

.web-login .web-login-button-input__button-text {
	color: #222;
	cursor: pointer;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	font-size: 14px;
	height: 22px;
	line-height: 22px;
}

.web-login .web-login-button-input__input-wrapper {
	-moz-box-flex: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
}

.web-login .web-login-button-input__input {
	font-size: 14px;
	height: 100%;
	line-height: 100%;
	width: 100%;
}

.web-login .web-login-error {
	color: #ff3233;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	outline: none;
	width: 100%;
}

body[device=web] .toutiao-login .login-right .login-container .web-login .web-login-error {
	height: auto;
	min-height: 30px;
}

.web-login .web-login-confirm-info {
	font-size: 14px;
	line-height: 30px;
	outline: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.web-login .web-login-confirm-info__checkbox {
	border: 1px solid #d9d9d9;
	border-radius: 2px;
	cursor: pointer;
	display: inline-block;
	height: 16px;
	margin-right: 8px;
	vertical-align: text-bottom;
	width: 16px;
}

.web-login .web-login-confirm-info__before-text {
	color: #999;
}

.web-login .web-login-mobile-code__button-wrapper {
	margin-top: 5px;
}

.web-login .web-login-button {
	background-color: #1850e7;
	border: none;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	height: 48px;
	line-height: 48px;
	outline: none;
	text-align: center;
	width: 100%;
}

.web-login .web-login-button__disabled {
	background: rgba(0, 140, 140, .5);
	color: #fff;
	cursor: default;
}

input[type=checkbox]:checked {
	background-color: #008c8c;
}