@charset "UTF-8";
*,
*::before,
*::after {
	box-sizing: border-box;
}
html,
body {
	color: #333333 !important;
	font-size: 16px !important;
	font-family: PingFangSC-Light, 'Microsoft YaHei', '微软雅黑', arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #f5f5f5 !important;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input:-webkit-autofill {
	box-shadow: 0 0 0px 1000px transparent inset !important;
}
.loadingPage {
	width: 100vw;
	height: 100vh;
	max-width: 100vw;
	position: relative;
	background-image: url('./di.png');
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.loadingPage .logoBg {
	position: absolute;
	top: 0;
	left: 5%;
}
.loadingPage .logoBg img {
	width: 147px;
	height: 60px;
}
.loadingPage h1 {
	margin-top: 50px;
	height: 60px;
	font-size: 28px;
	font-family: 'PingFangSC-Medium', 'PingFang SC';
	font-weight: 600;
	color: #666666;
	line-height: 60px;
}
.loadingPage p {
	height: 18px;
	font-size: 12px;
	font-family: 'PingFangSC-Medium', 'PingFang SC';
	letter-spacing: 8px;
}
.loadingPage .login_box {
	border-radius: 10px;
	height: 480px;
	width: 560px;
	padding: 40px;
	background: rgba(255, 255, 255, 0.7);
	display: flex;
	align-items: center;
	flex-direction: column;
}
.loadingPage .login_box .login_nav {
	display: flex;
	justify-content: space-between;
}
.loadingPage .login_box .login_nav .nav_line {
	width: 0;
	height: 20px;
	border: 1px solid #bbbbbb;
	background: #bbbbbb;
}
.loadingPage .login_box .login_nav .nav_menu {
	width: 239px;
	height: 20px;
	text-align: center;
}
.loadingPage .login_box .login_nav .nav_menu span {
	cursor: pointer;
	padding: 10px 0;
}
.loadingPage .login_box .login_nav .nav_menu .active {
	border-bottom: 2px solid #78bc29;
	color: #78bc29;
}
.loadingPage .login_box .login_content {
	width: 100%;
	padding: 0 40px;
}
.loadingPage .login_box .login_content .login1{
	display: block;
}
.loadingPage .login_box .login_content .login2{
	display: none;
}
.loadingPage .login_box .login_content .chooseUser {
	display: flex;
	padding: 20px 0;
}
.loadingPage .login_box .login_content .chooseUser div {
	width: 30%;
}
.loadingPage .login_box .login_content .click_login {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 17px;
	border: none;
	background: rgba(120, 188, 41, 1);
	border-radius: 31px;
	cursor: pointer;
	color: #fff;
	text-align: center;
	margin-top: 10px;
	padding: 0px 40px;
}
.loadingPage .login_box .login_content .adfsColor {
	color: rgba(120, 188, 41, 1);
	cursor: pointer;
	font-size: 15px;
	line-height: 40px;
	text-align: center;
	padding: 10px 40px;
}
.loadingPage .login_box .login_content .distancePad {
	margin-bottom: 30px;
}
.loadingPage .login_box .login_content .input_lab {
	position: relative;
	padding-top: 40px;
}
.loadingPage .login_box .login_content .input_lab .code {
	position: absolute;
	display: inline-block;
	font-size: 14px;
	text-align: center;
	right: 3px;
	bottom: 10px;
	padding: 7px;
	border-radius: 4px;
	border: none;
	cursor: pointer;
}
.loadingPage .login_box .login_content .input_lab .ableCode {
	background: rgba(120, 188, 41, 1);
	color: #ffffff;
}
.loadingPage .login_box .login_content .input_lab .img-captcha {
	position: absolute;
	right: 3px;
	top: 10px;
}

.loadingPage .login_box .login_content .input_lab .user_name,.loadingPage .login_box .login_content .input_lab .user_phone,.loadingPage .login_box .login_content .input_lab .user_code {
	outline: none;
	border: none;
	width: 100%;
	background-color: transparent;
	color: #333;
	font-size: 16px;
	border-bottom: 1px solid rgba(153, 153, 153, 1);
	height: 30px;
	line-height: 30px;
}
.loadingPage .login_box .login_content .input_lab .user_name ::-webkit-input-placeholder {
	color: #999999;
}
.loadingPage .login_box .login_content .input_lab .user_phone ::-webkit-input-placeholder {
	color: #999999;
}
.loadingPage .login_box .login_content .input_lab .user_code ::-webkit-input-placeholder {
	color: #999999;
}
.loadingPage .login_box .login_content .input_lab .can_look {
	position: absolute;
	display: inline-block;
	width: 28px;
	height: 16px;
	background-image: url('./can_look.png');
	background-size: 100% 100%;
	right: 5%;
	bottom: 12%;
	cursor: pointer;
}
.radio_type {
	width: 20px;
	height: 20px;
	appearance: none;
	position: relative;
	outline: none;
}
.radio_type:before {
	content: '';
	width: 15px;
	height: 15px;
	border: 1px solid #78bc29;
	display: inline-block;
	border-radius: 50%;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -20%);
}
.radio_type:checked:before {
	content: '';
	width: 15px;
	height: 15px;
	border: 1px solid #78bc29;
	display: inline-block;
	border-radius: 50%;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -20%);
}
.radio_type:checked:after {
	content: '';
	width: 6px;
	height: 6px;
	text-align: center;
	background: #78bc29;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 20%);
}
.footer-components {
	width: 100%;
	height: 50px;
	background-color: #5a5a5a;
	position: absolute;
	bottom: 0;
}

.footer-components p{
	line-height: 22px;
	height: 22px;
	text-align: center;
	margin-top: 14px;
}
.footer-components a {
	margin-right: 30px;
	color: #999;
	text-decoration: none;
}
.footer-components a:hover {
	color: #fff;
}
.footer-components .ft-icon {
	padding-left: 25px;
	background: url('./ft-icon.png') no-repeat;
	display: inline-block;
	height: 22px;
	line-height: 22px;
}
.footer-components .gs {
	background-position: 0 -22px;
}
.alert-components {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 999;
  transform: scale(0);
  transition: all .3s ease;
}
.alert-components .alert {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 408px;
  height: 56px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
  line-height: 56px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius:4px;
}
@media screen and (max-width: 600px) {
	html {
		font-size: 10px !important ;
	}
	.loadingPage .login_box {
		width: 560px !important;
	}
	.loadingPage .big_triangle {
		left: 0;
	}
}
@media screen and (max-width: 1200px) {
	.loadingPage .login_box {
		width: 560px;
	}
}

