*{
	margin:0;
	padding:0;
}
body,html{
	
	position: inherit;
}
.pageMain{
	width: 100%;
}
.main-head{
	width:100%;
	background: #ffffff;
	height:95px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.head-logo{
	width: 80%;
	min-width: 1200px;
	margin:0px auto;
	padding:20px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.head-logo img{
	height: 50px;
}
.dhsvg{
	width: 200px;
}
.head-logo .lastImg{
	margin-right: 30px;
}

.logo{
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	font-family: Î¢ÈíÑÅºÚ;
	font-weight:bold;
	color: #666666;
	vertical-align:top;
	white-space:nowrap;
}

.s{
	width: 2px;
	height: 25px;
	background: #1C7FF7;
	margin: 0 5px;
}

.mh{
	font-family:Î¢ÈíÑÅºÚ;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #666666;
	font-weight:normal;
	white-space:nowrap;
}
.main-body{
	width: 100%;
	min-width: 1200px;
	background-image: linear-gradient(180deg, #5BA4FE 0%, rgba(67,147,245,0.49) 45%, rgba(67,147,245,0.35) 64%);
	padding-top: 85px;
    padding-bottom: 96px;
}

.main-login{
	width: 1200px;
	display: flex;
	margin: 0 auto;
}

.login-form{
	width: 600px;
	height:700px;
	margin-left: 45px;
	background:#ffffff;
	z-index:99;
}
.bg-tb{
	margin-left:600px;
}
.login-bg{
	margin-left: -645px;
    margin-top: 24px;
	height:650px;
	background:#4393F5;
	z-index:1;
}

.login-qt{
	width: 497px;
    height: 614px;
    margin-left: 680px;
}

.main-footer{
	background:#f2f2f2;
	width:100%;
	min-width: 1200px;
	height:156px;
}

#wrapper {
	width: 100%;
}
#tabs{
	width: 100%;
	background:#D8D9DB;
	z-index:100;
	height: 70px;
	margin-top: -25px;
}
#tabs ul{
	display: flex;
}
#tabs li {
	width: 50%;
	height: 70px;
	text-align:center;
	background: #F5F5F5;
}

#tabs li a {
	display:block;
	width: 100%;
	height: 69px;
	line-height:70px;
	background: #F5F5F5;
	text-align:center;
	color:#666666;
	text-decoration:none;
	border-bottom:1px solid #D8D9DB;
}

#tabs_container {
	overflow: hidden;
	position: relative;
	background: white;
}

#tabs_container div {
	width:100%;
}

.transition {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}

.make_transist {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.hidescale {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
	display:none;
}

.showscale {
	display:block;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .15s;
	-moz-transition-delay: .15s;
	-o-transition-delay: .15s;
	-ms-transition-delay: .15s;
	transition-delay: .15s;

}


.hideleft {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.showleft {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}

.hidescaleup {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.showscaleup {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}

.hideflip {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;

	-webkit-transform: rotatey(-90deg) scale(1.1);
	-moz-transform: rotatey(-90deg) scale(1.1);
	-o-transform: rotatey(-90deg) scale(1.1);
	-ms-transform: rotatey(-90deg) scale(1.1);
	transform: rotatey(-90deg) scale(1.1);

	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;

	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.showflip {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;

	-webkit-transform: rotatey(0deg) scale(1);
	-moz-transform: rotatey(0deg) scale(1);
	-o-transform: rotatey(0deg) scale(1);
	-ms-transform: rotatey(0deg) scale(1);
	transform: rotatey(0deg) scale(1);

	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.tabulous_active {
	background:url(../png/az32s6.png) !important;
	color: #655c89 !important;
	border-bottom:1px solid #ffffff  !important;
}

.tabulousclear {
	display: block;
	clear: both;
}
.qt-title{
	width: 100%;
	height: 58px;
	font-size: 18px;
	font-family: Î¢ÈíÑÅºÚ;
	line-height: 58px;
	text-align:center;
	color: #FFFFFF;
}

.qt{
	width:100%;
	margin:0 auto;
}

.qt-label{
	width: 46%;
	height: 62px;
	background: rgba(255, 255, 255, 0.13);
	border: 1px solid #FFFFFF;
	border-radius: 1px;
	
	margin-bottom: 7px;
	cursor: pointer;
	display: flex;
	align-items: center;
}

.qt-label-active{
	width: 46%;
	height: 62px;
	background: #4393F5;
	border: 1px solid #FFFFFF;
	border-radius: 1px;
	margin-bottom: 7px;
	
	cursor: pointer;
	display: flex;
	align-items: center;
}

.qt-label img{
	margin-left: 3%;
	width: 15%;
}
.qt-label span{
	font-size: 18px;
	font-family: Î¢ÈíÑÅºÚ;
	line-height: 62px;
	color: #FFFFFF;
	margin-left:18px;
}

.qt-label-active img{
	margin-left: 3%;
	width: 15%;
}
.qt-label-active span{
	font-size: 18px;
	font-family: Î¢ÈíÑÅºÚ;
	line-height: 62px;
	color: #FFFFFF;
	margin-left:18px;
}
.wz{
	width: 89%;
	margin: 0 auto;
	font-size: 16px;
	font-family: Î¢ÈíÑÅºÚ;
	line-height: 30px;
	color: #FFFFFF;
	padding:0 16px;
}

.wx{
	margin-top:20px;
	width: 100%;
	display: flex;
	align-items: center;
}

.wxLine{
	height: 1px;
	width: 30%;
	background: #fff;
}

.wz a{
	color:#ffffff;
	text-decoration:underline;
}