* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	height: 100vh;
}

.auth_bg {
	position: fixed;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	z-index: -1;
	display: none;
}

.auth_bg img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	min-width: 50%;
	min-height: 50%;
}

.auth_page_wrapper {
	/* width: 960px; */
	/* margin: 20px auto; */
	padding: 0;
	font-family: 'Microsoft YaHei';
	font-size: 13px;
	color: #676A6C;
	height: 100%;
}

.auth_login_content {
	/* margin-top: 100px; */
	height: calc(100% - 75px - 130px);
	background: url(../newimages/bg.png) no-repeat;
	/* background-size: 100% 100%; */
	position: relative;
	min-height: 360px;
	background-size: cover;
	background-position: 50% 50%;
}

.auth_login_content .auth_login_left {
	width: 50%;
	height: 287px;
	float: left;
	position: relative;
	display: none;
}

.auth_login_left .auth_others {
	position: absolute;
	left: 130px;
	bottom: 0;
}

.auth_login_left .auth_others a .auth_icon_bg {
	float: left;
	height: 34px;
	background-color: rgba(255, 255, 255, .8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8ffffff, endColorstr=#C8ffffff);
}

.auth_login_left .auth_others a .auth_icon_bg:hover {
	background-color: #ffffff;
}

.auth_login_left .auth_others a i {
	width: 34px;
	height: 34px;
	display: inline-block;
}

.auth_icon_qq {
	background: url("../images/icons.png") 8px -102px no-repeat;
}

.auth_icon_weibo {
	background: url("../images/icons.png") -20px -102px no-repeat;
}

.auth_icon_weixin {
	background: url("../images/icons.png") -50px -102px no-repeat;
}

.auth_icon_alliance {
	background: url("../images/alliance.png") no-repeat;
}

.auth_icon_IDSUnion {
	background: url("../images/IDSUnion.png") no-repeat;
}

.auth_icon_qrcode {
	background: url("../images/qrcode.png") 8px no-repeat;
}

.auth_icon_user {
	background: url("../newimages/user.png") no-repeat;
	background-size: 50% 50%;
	background-position: 50% 50%;
}

.auth_icon_pwd {
	background: url("../newimages/pwd.png") no-repeat;
	background-size: 50% 50%;
	background-position: 50% 50%;
}

.auth_icon_bar {
	background: url("../images/icons.png") -43px -73px no-repeat;
}

.auth_login_content .auth_login_right {
	/* width: 50%; */
	/* float: right; */
	position: absolute;
	right: 6%;
	top: 50%;
	transform: translateY(-50%);
}

.auth_login_left .auth_others h4 {
	font-size: 16px;
	color: #fff;
	padding-bottom: 5px;
	font-weight: 600;
}

.auth_login_left .auth_others ul,
.auth_tab_links ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.auth_login_left .auth_others li {
	margin-top: 15px;
	height: 34px;
	line-height: 34px;
}

.auth_login_left .auth_others li a {
	text-decoration: none;
}

.auth_login_left .auth_others .auth_icon_text {
	width: 225px;
	padding-left: 15px;
	color: #fff;
	font-size: 13px;
	background-color: rgba(255, 255, 255, .4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ffffff, endColorstr=#66ffffff);
	display: inline-block;
}

.auth_login_left .auth_others .auth_icon_text:hover {
	background-color: rgba(255, 255, 255, .6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff);
}

.auth_tab {
	width: 320px;
	/* margin-left: 125px; */
	background: rgba(255,255,255,0.8);
	border-radius: 2px;
	box-shadow: 0 18px 24px 0 rgba(45, 124, 81, 0.10);
	position: relative;
	padding: 30px 30px 15px;
}

.auth_tab_links li {
	width: 50%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	display: block;
	float: left;
	/* background-color: rgba(138, 138, 137, .8); */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#998A8A89, endColorstr=#998A8A89);
	cursor: pointer;
	text-align: left;
	display: flex;
	align-items: center;
}

.auth_tab_links li span {
	color: #ffffff;
}

.auth_tab_links li.selected {
	/* background-color: rgba(255, 255, 255, .9); */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5ffffff, endColorstr=#E5ffffff);
}

.auth_tab_links li.selected span {
	color: #333;
	font-size: 20px;
	margin-left: 16px;
}

.auth_tab_content {
	/* padding: 25px 35px 22px 35px; */
	/* background-color: rgba(255, 255, 255, .9); */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5ffffff, endColorstr=#E5ffffff);
	min-height: 205px;
}

.auth_tab_content_item {
	position: relative;
}

.auth_tab_content_item p {
	position: relative;
	margin-top: 0;
	margin-bottom: 17px;
}

.auth_tab_content_item p label {
	font-size: 12px;
	margin-left: 5px;
}

.auth_icon {
	/* background-color: rgb(242, 242, 242); */
	/* border: 1px solid #ccc; */
	border-right: none;
	width: 32px;
	height: 32px;
	/* float: left; */
	position: absolute;
	top: 6px;
	left: 0;
}

.auth_input {
	border: 1px solid #E6E6E6;
	padding: 13px 12px;
	font-size: 14px;
	width: 100%;
	margin: 0;
	color: #676a6c;
	padding-left: 40px;
}

.auth_input:focus {
	outline: none;
}

.auth_login_btn {
	color: #fff;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border-radius: 3px;
	text-decoration: none;
	border: 1px solid transparent;
	width: 100%;
	height: 50px;
}




.primary {
	background-color: #00508F;
	border-color: #00508F;
}

/* .primary:hover {
	background-color: #18a689;
	border-color: #18a689;
} */

.warning {
	background-color: #EBDC99;
	border-color: #EBDC99;
	color: #676a6c;
}

.warning:hover {
	background-color: #EEDA80;
	border-color: #EEDA80;
	color: #333;
}

.abs_right {
	position: absolute;
	right: 0;
}

.full_width {
	display: block;
}

.auth_login_forgetp {
	text-decoration: none;
	color: #00508F;
	float: right;
	font-size: 12px;
}

/* .auth_login_forgetp:hover {
	color: #333;
} */

.auth_login_forgetp small {
	font-size: 12px;
}

.auth_error {
	position: absolute;
	color: #ED5565;
	font-size: 12px;
	top: 42px;
	left: 45px;
}

.clearfloat {
	clear: both;
}

.auth_login_footer {
	width: 100%;
	/* margin-top: 100px; */
	/* text-align: center; */
	height: 130px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 10px 6% 0;
}

.captcha-img {
	width: 92px;
	height: 34px;
	margin-left: 3px;
	vertical-align: top;
}

.captcha-input {
	width: 65px;
}

.dynamicCode {
	width: 90px;
	padding: 6px 8px;
	margin-top: 0px;
	cursor: pointer;
	font-family: 'Microsoft YaHei';
}

.login-ul-li-full {
	width: 100% !important;
}

/*二维码样式*/
#qrCodeImage {
	padding: 2px;
	border: 1px solid #CCC;
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.qrCenter {
	text-align: center;
}

#appCodeRefresh {
	position: absolute;
	top: 0;
	left: 76px;
	width: 117px;
	height: 118px;
	cursor: pointer;
}

.appCode-mask {
	height: 100%;
	background: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#appCodeLoginLoad {
	position: absolute;
	top: 0;
	left: 76px;
	width: 117px;
	height: 118px;
}

.appCode-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 44px;
	text-align: center;
	color: #fff;
	line-height: 26px;
}

.appCode-wrap {
	text-align: center;
	color: #fff;
	line-height: 26px;
}

.auth-language {
	float: right;
	margin-top: 18px;
	font-size: 14px;
	margin-right: 15px;
	display: none;
}

.auth-language-select {
	float: right;
	padding-left: 16px;
}

.auth_logo {
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 6%;
}

.auth_logo .logo-box {
	height: 100%;
	display: flex;
	align-items: center;
}

.auth_logo .logo-box span {
	font-size: 26px;
	margin-left: 20px;
}

.auth_logo img {
	height: 100%;
}

.auth_logo .menus {
	font-size: 14px;
	color: #00508F;
}

.auth_logo .menus a {
	text-decoration: none;
	color: #00508F;
	margin-right: 24px;
}

.auth_logo .menus a:last-of-type {
	margin-right: 0;
}

/* li#accountLogin {
	text-align: left;
	display: flex;
	align-items: center;
} */

.auth_tab_links {
	margin-bottom: 20px;
	display: none !important;
}

.footer-container {
	display: flex;
	width: 50%;
	color: #5A5A5A;
	font-size: 12px;
}

.img-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: 10px;
	width: 110px;
}

.img-container img {
	width: 70px;
	height: 70px;
}

.ts-content {
	width: calc(100% - 90px);
}

.ts {
	margin: 5px 0;
	position: relative;
	padding-left: 16px;
}

.ts::before {
	content: "";
	display: inline-block;
	width: 11px;
	height: 11px;
	background: url(../newimages/right.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 3px;
	left: 0;
}

li.qrLogin {
	position: absolute;
	width: auto !important;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
	height: 50px;
}

.tag {
	background: rgba(0, 0, 0, 0.65);
	color: #fff;
	padding: 4px 8px;
	font-size: 13px;
	line-height: 13px;
	margin-right: 10px;
	position: relative;
}

.tag::after {
	content: "";
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-left: 8px solid rgba(0, 0, 0, 0.65);
	border-bottom: 5px solid transparent;
	position: absolute;
	top: 5px;
	right: -8px;
}

.images {
	width: 50px;
	height: 50px;
	position: relative;
}

.sanjiao {
	width: 0;
	height: 0;
	border-bottom: 50px solid rgba(255,255,255,0.8);
	border-right: 50px solid transparent;
	box-shadow: 4px 0 13px 0 rgb(45 51 88 / 30%);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.images img {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
}

.tab-head {
	margin-bottom: 20px;
}

.tab-head .now-tab {
	height: 35px;
	line-height: 35px;
	text-align: left;
	display: flex;
	align-items: center;
}

.tab-head .now-tab img {
	width: 32px;
	height: 32px;
}

.tab-head .now-tab span {
	color: #333;
	font-size: 20px;
	margin-left: 16px;
}

.tab-head .change-tab {
	position: absolute;
	width: auto;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
	height: 50px;
	cursor: pointer;
}

.qr-item {
	position: relative;
	height: 205px;
	margin-bottom: 15px;
}

.qrcode-text {
	position: absolute;
	bottom: -20px;
	width: 100%;
	text-align: center;
	color: rgba(0, 0, 0, 0.58);
}

.qrcode-text span{
	color: rgba(0, 0, 0, 0.9);
}

.other_denglu a {
    color: #767A8A;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
}

.auth-copyright {
	height: 20px;
	text-align: center;
	line-height: 20px;
}
