html, body, div, span, applet, h1, h2, h3, h4, h5, h6, ul, li, p {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

/* html, body {
	background-color: #474b4f;
	min-width: 1000px;
	WIDTH: 100%;
	font-size: 13px;
	font-family: Segoe UI Light;
	height: 100%;
} */
html, body {
	background-color: #474b4f;
	font-size: 13px;
	MIN-height: 600px !important;
}

a:link, a:visited, a:active {
	color: #474b4f;
	/* text-decoration: none; */
}

a:hover {
	color: #000;
	text-decoration: none;
}

.login_big_box {
	background-color: #7ac143;
	height: 400px;
	width: 100%;
}

.l {
	float: left;
}

.r {
	float: right;
}
.login_top {
/* 	margin-top: 30px; */
/* 	height: 100px; */
	margin-top: 20px;
	margin-bottom: 10px;
	height: 70px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}

.login_logo {
	margin-bottom: 10px;
}

.login_system {
	text-align: center;
	/* text-indent: 20px;
	letter-spacing: -2px; */
	font-size: 50px;
	/* font-weight: bold; */
	line-height: 46px;/*logo图片高度*/
}

.login_system_logo{
	color: #ffffff;
	margin-right: 10px;
}

.login_system_name{
	color: #7ac142;
}

.login_box {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
/* 	padding-top: 20px; */
}

.login_box_type {
	font-size: 18px;
	margin-bottom: 5px;
}
.login_box_type span{
	color: #61676c;
}
.login_box_type a{
	text-decoration: none;
}
.login_box_type a{
	text-decoration: none;
}

.login_box_type a.active {
	color: #ffffff;
}

.login_box .login_inp {
	border: 1px solid #7ac143;
	font-size: 15px;
	line-height: 46px;
	border-radius: 3px; height : 46px;
	width: 384px;
	margin-bottom: 30px;
	color: #777c80;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	height: 46px;
}

.login_box .login_inp_tip {
	color: #999999;
}

.login_box .login_check {
	line-height: 20px;
	height: 20px;
	width: 20px;
	border: 1px solid #7ac143;
}

.login_box .logo_check_box {
	font-size: 16px;
	line-height: 22px;
	color: #474b4f;
	width: 600px;
}

.logo_check_box a:link, .logo_check_box a:visited, .logo_check_box a:active {
	color: #474b4f;
	text-decoration: underline;
}

.logo_check_box a:hover {
	color: #000;
	text-decoration: none;
}

.login_box .login_but {
	margin-top: 35px;
}

.but_fing, .but_login, .but_fing_disabled, .but_ok{
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left;
	height: 48px;
	background-color: #474b4f;
	text-align: left;
	/* padding-left: 60px; */
	text-indent: 60px;
	border: 1px solid #FFFFFF;
	border-radius: 3px;
	cursor: pointer;
	
}

.but_fing {
	background-image: url(../images/button1.png);
	width: 48px;
	/*min-width: 200px;*/
}

.but_login {
	background-image: url(../images/button2.png);
	/*min-width: 330px;*/
	text-align:center;
	/*max-width:340px;*/
	width:400px;
	padding-right:40px;
}

.but_ok {
	width: 100%;
	padding-left: 0px;
	text-align: center;
	text-indent: 0px;
}

.but_fing:hover, .but_login:hover, .but_ok:hover {
	filter: alpha(opacity = 80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.but_fing_disabled {
	background-image: url(../images/fing_disabled.png);
	/*min-width: 200px;*/
	color: #cfd3d3;
	background-color: #74777c;
	opacity: 0.9;
	cursor: default;
	width: 48px;
}

.login_copy {
	text-align: center;
	color: #999999;
	margin-top: 20px;
	font-size: 14px;
	margin-bottom: 30px;
}

.license_company{
	text-align: center;
	color: #9EBD3E;
	margin-top: 5px;
	font-size: 16px;
	font-family:宋体;
	margin-bottom: 10px;
}

.error_tip {
	padding: 2px 0px;
	color: red;
	overflow: visible;
	text-align: left;
	word-break:break-all;
}

.testNG {
	height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.testNG_en_US{
    background: url("../images/testing_en_US.png");
    background-repeat: no-repeat,repeat-x,repeat-y;
	background-position:center;
}

.testNG_zh_CN{
    background: url("../images/testing_zh_CN.png");
    background-repeat: no-repeat,repeat-x,repeat-y;
	background-position:center;
}

.login_box_new, .login_bg_default {
	position:absolute;
	left:0px;
	right:0px;
	min-width:800px;
	min-height: 600px;
	height: 100%;
	background-color: #fff;
	z-index: 0;
}

.login_bg_default {
	display: flex;
	flex-direction: column;
}

.login_bg_default_top {
	background: -webkit-linear-gradient(#7ac143, #55a417); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#7ac143, #55a417); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#7ac143, #55a417); /* Firefox 3.6 - 15 */
    background: linear-gradient(#7ac143, #55a417); /* 标准的语法（必须放在最后） */
	height:73%;
	width:100%;
	flex: 1;
	display:flex;
	flex-direction: column;
	align-items: center;
	position:absolute;
}

.login_bg_default_BG {
	position:absolute;
	width:100%;
	left:0px;
	height:100%;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position:center;
	background-image:url('../images/default/bg1.png');
}

.login_bg_default_bottom {
	height:27%;
	width:100%;
	min-height:120px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-direction: column;
	position:absolute;
	bottom:0px;
}

.login_copyright_company {
	margin-bottom:5px;
	display:none;
}

.login_copyright_logo {
	margin-bottom:5px;			
}

.login_copyright_title {
	margin-bottom: 15px;
}

.login_bg_default_box {
	min-width: 300px;
	width:26%;
	height: 100%;
	position:relative;
	text-align:center;
	bottom: -5%;
}

.login_bg_default_logo {
	width: auto;
	height: 32%;
	margin-top: 12%;
}

.login_form_box {
	height:100%;
	width:84%;
	background:#fff;
	display: flex;
	justify-content: center;
	position:relative;
	padding: 15px 0px 0px 0px;
	border-radius: 2px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.3);
}

.login_form_box::before {
	content: " ";
	box-shadow: -30px 0px 10px rgba(0,0,0,0.2);
	width: 100px;
	height: 60px;
	transform: skewX(25deg);
	position: absolute;
	left: 15px;
	bottom: 0px;
	z-index:-1;
}

.login_form_box::after {
	content: " ";
	box-shadow: 30px 0px 10px rgba(0,0,0,0.2);
	width: 100px;
	height: 60px;
	transform: skewX(-25deg);
	position: absolute;
	right: 15px;
	bottom: 0px;
	z-index:-1;
}

.login_form_container {
	height: 55%;
	margin-top: 5%;
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 0px;
	width: 100%;
	min-height: 250px;
}

.login_form_box>form{
	position: relative;
	text-align: center;
	width: 77.2%;
	height:100%;
}

.login_form_box .login_form_input {
	display: block;
	height: 12%;
	width: 100%;
	min-width:140px;
	border: 1px solid #ebebeb;
	padding:0px;
	margin-bottom:7.2%;
	background:#ebebeb;
	border-radius: 2px;
	border-color: #fff;
}

.login_form_txt {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 7.2%;	
}

.login_form_item {
	display:inline-block;
	text-align: left;
}

.login_form_itemR {
	text-align: right;
}

.login_form_item input[type="checkbox"] {
	display:none;
}
.login_form_item input[type="checkbox"]+ label {
	display: inline-block;
	background-image:url('../images/default/ch1.png');
	background-size: 100%;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	margin:0px 3px;
}

.login_form_item input[type="checkbox"]:checked+ label {
	display: inline-block;
	background:url('../images/default/ch2.png');
	background-size: 100%;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	margin:0px 3px;
}

.login_form_box .login_form_button {
	width: 100%;
	height: 12%;
	margin: 0;
}

.login_error_tip {
	width: 100%;
	display: flex;
	align-content: flex-end;
	align-items: flex-end;
	justify-content: flex-start;
	padding-bottom: 4px;
	height: 14.5%;
}

/***云平台样式******/

.login_bg_cloud {
	background-image:url('../images/cloud/bg.png');
	background-color:#75b343;
	position:absolute;
	width:100%;
	left:0px;
	height:100%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position:center;
	min-width:1000px;
}

.login_cloud_content {
	position:absolute;
	left:0px;
	top:21%;
	right:0px;
	height:50%;
	display:flex;
	justify-content:center;
	align-items: center;
}

.login_cloud_contL {
	background-image:url('../images/cloud/bg2.png');
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position:center;
	height:84%;
	width:44%;
}

.login_cloud_contR {
	width:23%;
	height:100%;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	min-width: 260px;
}

.login_cloud_form {
	width:100%;
	padding: 10px 0px 0px 0px;
}

.login_cloud_logo {
	width: 100%;
}

.login_cloud_error {
	width: 100%;
	display: flex;
	align-content: flex-end;
	align-items: flex-end;
	justify-content: flex-start;
	padding-bottom: 4px;
	max-height: 18%;
	align-self: flex-end;
}

.login_cloud_form>form {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 6% 0px;
	height:88%;
}

.login_cloud_form .login_form_input, .login_cloud_form .login_form_txt{
	margin-bottom: 5%;
}

.login_cloud_types {
	width: 100%;
	display: flex;
	justify-content: space-between;		
}

.login_cloud_type {
	cursor:pointer;
	padding: 10px 10px 5px 10px;
	font-size:18px;
	width:50%;
}

.login_cloud_type_select,.login_cloud_type:hover {
	color:#7ac143;
	font-weight: bold;
	border-bottom:2px solid #7ac143;
}

.login_cloud_form .login_cloud_newcompany {
	color:#7ac143;
	text-decoration: none;
}

.login_cloud_form .login_cloud_newcompany:hover {
	font-weight: bold;	
}

.forgotPwd{
	text-decoration: none !important;
}

.forgotPwd:hover{
	color: white !important;
}

.policy-popup-box {
    min-width: 280px;
    position: relative;
}
.policy-popup-title {
    text-align: right;
    cursor: pointer;
}

.policy-popup-title a {
    text-decoration: none;
}

.policy-popup-txt {
    padding: 15px 10px;
    text-align: center;
}

.policy-popup-btn {
    display: flex;
    height: 30px;
    width: 100%;
    justify-content: space-around;
    align-items: center;
}