﻿* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	list-style: none;
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	outline: none;
	border: none;
}

html,
body {
	position: relative;
	width: 100%;
	height: 100%;
	background: url('../../img/login/bg2.jpg') no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	overflow: hidden;
}

/*主要内容*/
.MainBody {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.Login-Content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 10;
	height: 600px;
	margin: auto;
}

.LoginTable {
	position: relative;
	width: 1200px;
	height: 608px;
	margin: 0 auto;
	overflow: hidden;
}

.Bubble {
	position: relative;
	float: right;
}

.Bubble a {
	display: block;
	background: url('../../img/qipao.png') no-repeat;
}

.Bubble a:nth-child(1) {
	width: 116px;
	height: 116px;
	background-position: 0 0;
}

.Bubble a:nth-child(2) {
	width: 116px;
	height: 101px;
	background-position: 0 -156px;
	margin: 350px 40px 0 0;
}

.Navigation-map {
	position: relative;
	float: left;
	background: url('../../img/login/card2-0.png') no-repeat;
	background-size: 100% auto;
	background-position: center;
	width: 815px;
	height: 642px;
}

.LoginForm {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5px;
	width: 320px;
	height: 460px;
	background: #FFFFFF;
	box-shadow: 0 2px 10px #000000;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
	margin: auto 0;
	padding-bottom: 15px;
	overflow: hidden;
}

.LoginForm h3 {
	text-align: center;
	font-size: 21px;
	color: #33383c;
	font-weight: 600;
	margin: 30px 0 20px;
}

.LoginForm .login-tabs-list {
	display: flex;
	align-items: center;
	position: relative;
	top: 10px;
	height: 70px;
	margin: 0 0 15px;
	padding: 0 25px;
}

.LoginForm .login-tabs-list dd {
	display: flex;
    align-items: center;
    justify-content: flex-start;
	height: 54px;
	border-bottom: solid 4px transparent;
	margin: 0 1.5vw 0 0;
    font-size: 16px;
    color: #999;
	cursor: pointer;
}

.LoginForm .login-tabs-list dd:last-child {
	margin-right: 0;
}

.LoginForm .login-tabs-list .active {
	border-bottom: solid 4px #74a8f5;
	font-size: 21px;
    font-weight: 600;
	color: #333;
}

.LoginForm ul {
	position: relative;
	width: 270px;
	margin: 0 auto;
	overflow: hidden;
}

.LoginForm ul li {
	display: flex;
	justify-content: space-between;
	position: relative;
	width: 268px;
	border: 1px solid #e6ebf1;
	border-radius: 5px;
	height: 43px;
	line-height: 43px;
	margin: 24px auto 0;
	overflow: hidden;
}

.LoginForm ul li input {
	display: block;
	border: none;
	width: 100%;
	height: 100%;
	padding: 0 0 0 15px;
	background: none;
	outline: none;
}

.LoginForm ul li input[type=button] {
	width: 100%;
	background: none;
	padding: 0;
	outline: none;
	cursor: pointer;
	color: #FFFFFF;
}

.LoginForm ul li i {
	display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    width: 16px;
    height: 16px;
    margin: auto;
    cursor: pointer;
}

.LoginForm ul li i .icon {
	padding: 0;
    width: 100%;
    height: 100%;
    opacity: .7;
}

.LoginForm ul li i:hover .clear {
	opacity: 0.9;
}

.LoginForm ul li i[data-type="hide"] .show,
.LoginForm ul li i[data-type="show"] .hide,
.LoginForm ul li .clear-icon {
	display: none;
}

.LoginForm ul li:nth-child(4) {
	background: #74a8f5;
	border: none;
	color: #FFFFFF;
	font-size: 16px;
}

.LoginForm ul li:nth-child(5) {
	background: #20a0ff;
	border: none;
	color: #FFFFFF;
	font-size: 16px;
}

.LoginForm ul li:hover {
	border: 1px solid #bac7d2;
	background: #ecf5fa;
}

.LoginForm ul li:nth-child(4):hover,
.LoginForm ul li:nth-child(5):hover {
	background: #0a8ced;
	border: none;
}

.LoginForm ul .drag-view {
	display: none;
	height: 40px;
	border: none;
}

.LoginForm ul .drag-view:hover {
	border: none;
}

.LoginForm dl {
	text-align: center;
	margin: 15px 0;
	color: #434444;
	font-size: 14px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
}

.LoginForm dl label {
	display: block;
}

.LoginForm dl dd h5 {
	float: left;
	font-weight: 500;
	margin: 0 0 0 25px;
}

.LoginForm2 {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5px;
	width: 320px;
	height: 525px;
	background: #FFFFFF;
	box-shadow: 0 2px 10px #000000;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
	margin: auto 0;
	overflow: hidden;
}

.LoginForm2 h3 {
	text-align: center;
	font-size: 21px;
	color: #33383c;
	font-weight: 600;
	margin: 20px 0 0;
}

.LoginForm2 ul {
	position: relative;
	width: 270px;
	margin: 0 auto;
	overflow: hidden;
}

.LoginForm2 ul li {
	position: relative;
	width: 268px;
	border: 1px solid #e6ebf1;
	border-radius: 5px;
	height: 43px;
	line-height: 43px;
	margin: 20px auto 0;
	/*background: #FFFFFF;*/
	overflow: hidden;
}

.LoginForm2 ul li input {
	display: block;
	border: none;
	width: 90%;
	height: 100%;
	margin: 0 auto;
	background: none;
	outline: none;
}

.LoginForm2 ul li input[type=button] {
	background: none;
	outline: none;
	cursor: pointer;
	color: #FFFFFF;
}

.LoginForm2 ul li:nth-child(4) {
	background: #74a8f5;
	border: none;
	color: #FFFFFF;
	font-size: 16px;
}

.LoginForm2 ul li:nth-child(5) {
	background: #20a0ff;
	border: none;
	color: #FFFFFF;
	font-size: 16px;
}

.LoginForm2 ul li:hover {
	border: 1px solid #bac7d2;
	background: #ecf5fa;
}

.LoginForm2 ul li:nth-child(4):hover,
.LoginForm ul li:nth-child(5):hover {
	background: #0a8ced;
	border: none;
}

.LoginForm2 dl {
	text-align: center;
	margin: 15px 0;
	color: #434444;
	font-size: 14px;
}

.LoginForm2 dl label {
	display: block;
}

.LoginForm2 dl dd h5 {
	float: left;
	font-weight: 500;
	margin: 0 0 0 25px;
}

.EwmBox {
	margin: 15px 0;
}

.EwmBox img {
	display: block;
	width: 110px;
	height: 110px;
	margin: 0 auto;
}

.Browser {
	float: left;
}

.Browser a {
	display: block;
	float: left;
	margin: 0 0 0 10px;
}

.Browser a span {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	background: url('../../img/Browser.png') no-repeat;
}

.Browser a span.browser01 {
	width: 20px;
	height: 20px;
	background-position: 0 0;
}

.Browser a span.browser02 {
	width: 20px;
	height: 20px;
	background-position: 0 -24px;
}

.Browser a span.browser03 {
	width: 21px;
	height: 20px;
	background-position: 0 -50px;
}

.Bottom-Bubble {
	position: absolute;
	bottom: -20px;
	right: 45%;
}

.Bottom-Bubble a {
	display: block;
	background: url('../../img/qipao.png') no-repeat;
	width: 72px;
	height: 72px;
	background-position: -26px -290px;
	margin: 30px 0 0;
}

.tips_dress {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 50px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
}

.tips_icp {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 35px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
}

@media screen and (min-width:800px) and (max-width:1000px) {
	.LoginTable {
		width: 850px;
		height: 460px;
	}

	.Navigation-map {
		width: 484px;
		height: 364px;
		background-size: 100% 100%;
		margin: 45px 15px;
	}

	.Navigation-map01 {
		width: 484px;
		height: 364px;
		background-size: 100% 100%;
		margin: 45px 15px;
	}
}


/*首次配置*/
#ui_projectlist_setform,
#ui_projectlist_setform .MainBodyBox {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

	#ui_projectlist_setform .MainBodyBox h2 {
		overflow: hidden;
		height: 24px;
		border-left: solid 3px #74a8f5;
		box-sizing: border-box;
		padding-left: 10px;
		font-size: 18px;
		font-weight: 600;
	}

	#ui_projectlist_setform .MainBodyBox .fwq {
		overflow: hidden;
	}

		#ui_projectlist_setform .MainBodyBox .fwq li {
			overflow: hidden;
			padding: 6px 0;
		}

			#ui_projectlist_setform .MainBodyBox .fwq li label {
				display: flex;
				align-items: flex-end;
				height: 30px;
				line-height: 30px;
				font-size: 16px;
			}

				#ui_projectlist_setform .MainBodyBox .fwq li label span {
					font-size: 12px;
					color: #ff0000;
				}

			#ui_projectlist_setform .MainBodyBox .fwq li input {
				width: 100%;
				font-size: 16px;
				padding: 0 10px;
				height: 44px;
				background: #fff;
				border: 1px solid #dcdcdc;
				border-radius: 5px;
				margin: 10px 0;
				outline: none;
			}

	#ui_projectlist_setform .MainBodyBox .ZhBox {
		position: relative !important;
		top: auto !important;
		right: auto !important;
		width: 100%;
	}

		#ui_projectlist_setform .MainBodyBox .ZhBox select {
			width: 100% !important;
			height: 44px !important;
		}