* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 125%;
	height: 100%;
}

a {
	text-decoration: none;
}

li {
	list-style: none;
}

#sys,
.btn-box .sb {
	margin-right: 0;
	float: left;
	color: #fff;
	background: #1166be;
	border-radius: 3px;
	font-size:15px;
}

.btn-box .sb {
	margin-left: 10px
}

#sb {
	background: #1166be;
	border-radius: 3px;
	color: #fff;
	font-size:15px;
}

.container {
	width: 90% !important;
	/*max-width: 1920px;
	min-width: 800px;*/
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}

/*头部*/
.header {
	position: relative;
	background-color: #1166be;
	height: 10%;
	min-height: 55px;
}

.header>.container {
	width: 90%;
	height: 100%;
	margin: 0 auto;
}

.header>.container>.row {
	height: 100%;
}

.logo {
	width: 35%;
	float: left;
	height: 100%;

}

.logo img {
	/* 	width:80%;*/
	height: 90%;
	max-height: 70px;
	margin: 1%;
}

.zcxt {
	width: auto;
	float: right;
	margin-top: 1.5rem;
	color: #fff;
	font-weight: 600;
	margin-right: 10%;
}

.zcxt>span {
	margin: 0;
	font-size: 25px;
	font-family: "宋体";
}

span.zcxt_one {
	margin-left: 0;
}


html{
	overflow: hidden;
}


/*中间*/
.section {
	position: relative;
	height: 100%;
	max-height: 200%;
	background: url(/asset/view/login/img/bgimg1.png) no-repeat center center;
	background-size: cover;
}

.section>.container {
	height: 100%;
}

.section>.container>.row {
	height: 100%;
}

/*轮播*/
.banner {
	width: 40%;
	height: 40%;
	min-height: 5rem;
	float: left;
	margin-top: 15%;
	margin-left: 7%;
}

.kv-wrea {

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;

	-ms-touch-action: none;
	overflow: hidden;
	position: relative;
	background-position: center;
	width: 100%;

	padding-bottom: 50%;
}

.kc-horizon {
	visibility: hidden;
}

.kc-item {
	position: absolute;
	width: 310px;
	height: 410px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	visibility: hidden;
}

.kc-item>img {
	height: 100%;
	width: 100%;
}

.kc-shadow-bottom {
	position: absolute !important;
	top: 100% !important;
	width: 100% !important;
	height: 10% !important;
	background-image: url(/asset/view/login/img/shadow-bottom.png);
	left: 0px !important;
}

.kc-shadow-left,
.kc-shadow-right {
	position: absolute !important;
	top: 0% !important;
	width: 10% !important;
	height: 100% !important;
	left: -10% !important;
	background-image: url(/asset/view/login/img/shadow-left.png);
}

.kc-shadow-right {
	left: 100% !important;
	background-image: url(/asset/view/login/img/shadow-right.png);
}

@-moz-document url-prefix() {

	.kc-shadow-bottom,
	.kc-shadow-left,
	.kc-shadow-right {
		outline: 1px solid transparent;
	}

	.kc-reflection {
		outline: 1px solid transparent;
	}
}





/*登录*/
.login {
	position: relative;
	float: right;
	width: 340px;
	height: 250px;
	min-height: 10rem;
	margin-top: 16%;
	margin-right: 12%;
	border: 1px solid transparent;
	border-radius: 10px;
	box-shadow: darkgrey 0px 0px 20px 5px;
	background-color: #ffffff;
	/*background: url(/asset/view/login/img/loginbg1.png) no-repeat center;*/
	background-size: cover;
}

body {
	height: 100% !important;
	background-color: #1166be;
}

.footer {
	position: fixed;
	width: 100%;
	height: 4.2rem;
	bottom: 0;
	background-color: #1166be;
	color: #fff;
}

.login .login-QR {
	position: absolute;
	top: 10px;
	right: 8px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	z-index: 30;
}

.login .login-QR img {
	width: 100%;
}

.QR-big {
	position: absolute;
	top: 1%;
	left: 2%;
	width: 96%;
	height: 92%;
	background: #fff;
	border-radius: 10px;
	z-index: 20;
	text-align: center;
	display: none;
}

.QR-big img {
	width: 150px;
	margin-top: 1%
}

.daoying {
	position: absolute;
	width: 100%;
	height: 80%;
	top: 11rem;
	left: 0.3rem;
	background: url(/asset/view/login/img/reflection.png) no-repeat left;
	background-size: 97% auto;
}

.daoying>img {
	width: 100%;
}

.login>form {
	height: 100%;
}

.login_div {
	margin-top: 2.5rem;
	height: 100%;
}

.login_div>div {
	width: 80%;
	height: 13%;
	margin: 0 auto 4%;
}

.login_icon {
	display: block;
	float: left;
	margin: 0.02rem 0 0 -0.1rem;
	width: 12%;
	height: 100%;
	border-radius: 50%;
	background: #fff url(../img/user.png) no-repeat 0rem 0rem;
	background-size: 100%;
}

span.login_icon1 {
	background: #fff url(../img/password.png) no-repeat 0rem 0rem;
	background-size: 100%;
}

div.login_icon2>span {
	background: #fff url(../img/yanz.png) no-repeat 0rem -0.1rem;
	background-size: 100%;
}

.dropdown,
.login_div>div>input,
.login_div>div>a>input {
	float: right;
	height: 100%;
	width: 84%;
	font-size: .6rem;
	border: 1px solid #aaa;
	border-radius: .5rem;
	padding-left: .5rem;
	background: rgba(255, 255, 255, .5);
	outline: none;
}

div.login_icon2>i {
	float: right;
	width: 84%;
	padding-left: .5rem;
	height: 100%;
}

.yanZ {
	float: left;
	width: 48%;
	margin-right: 0;
	margin-left: -0.6rem;
	border: 1px solid #aaa;
	border-radius: 0.5rem;
	height: 100%;
}

div.login_icon2>i>input {
	float: right;
	width: 48%;
	height: 100%;
	font-size: .6rem;
	padding-left: .5rem;
	border: 1px solid #aaa;
	border-radius: .5rem;
	background: rgba(255, 255, 255, .5);
}

.sb {
	float: right;
	height: 83%;
	width: 45%;
	border: none;
	border-radius: 0.25rem;
	outline: none;
	margin-right: 3.4rem;
	margin-top: 0.1rem;
	background: url(/asset/view/login/img/tubao2_03.png) no-repeat center;
	background-size: 100% 100%;
}

@media only screen and (max-width: 1400px) and (min-width: 900px) {
	.zcxt {
		margin: .5rem 0;
		font-size: 1.2rem;
		margin-right: 10%;
	}

	.section {
		height: 77%;
	}

	.section>.container {
		width: 90%
	}

	.banner {
		height: 55%;
	}

	.login {
		position: absolute;
		top: 0;
		right: 5.2rem;
		width: 300px;
		height: 220px;
		margin-right: 0;
		min-height: 10rem;
		/*background: url(/asset/view/login/img/loginbg1.png) no-repeat center center;*/
		background-size: 100% 100%;
	}

	.login_div {
		margin-top: 1.4rem;
		height: 100%;
	}

	.login_div>div {
		height: 15%;
	}

	.login_icon {
		width: 15%;
	}
	.dropdown,
	.login_div>div>input,
	.login_div>div>a>input {
		width: 80%;
	}

	div.login_icon2>i {
		width: 80%;
	}

	.yanZ {
		width: 45%;
	}

	div.login_icon2>i>input {
		width: 51%;
	}

	.daoying {
		position: absolute;
		height: 50%;
		top: 11rem;
		left: 0.3rem;
	}

	.sb {
		width: 45%;
		margin-right: 2.9rem;
	}

}

@media only screen and (max-width: 900px) {
	.banner {
		margin-left: 30%;
		margin-top: 2%;
	}

	.login {
		width: 40%;
		margin: 0% 30%;
	}

	.daoying {
		display: none;
	}

}

/*小屏*/
@media only screen and (min-width: 700px) and (max-width: 900px) {
	.zcxt {
		font-size: .8rem;
		margin-top: 0.5rem;
	}

	.section {
		width: 100%;
		height: 100%;
	}
}

/*手机*/
@media only screen and (max-width: 768px) {
	body {
		background: #fff;
	}

	.section {
		height: 100%;
		background-size: 100% 100%;
	}

	.login {
		margin-top: 7%;
	}

	.login_div {
		margin-top: 2rem;
	}

	.login_div>div {
		width: 80%;
		height: 15%;
		margin: 0 auto 2%;
	}

	.daoying {
		display: none;
	}
}

.row>div>p {
	text-align: center;
}

.text-center>p {
	margin-top: 1.3%;
}

.text-center>p>span {
	margin: 0rem 0.5rem;
}

p.footer_p {
	margin-top: .5rem;
	text-align: center;
	font-size: 12px;
}

span.phone {
	margin-left: 0;
	font-size: 15px;
}

span.glyphicon {
	margin-right: 0;
}

p>span.login_icon3 {
	display: inline-block;
	padding-left: 1.2rem;
	min-width: 12rem;
	height: 100%;
	min-height: 1rem;
	line-height: 20px;
	background: url(/asset/view/login/img/bjprd.png) no-repeat left;
	background-size: auto 100%;
}

/*建议浏览?*/
.about {
	position: absolute;
	top: 0;
	left: 0;
	width: 30%;
	height: 100%;
	background: url(/asset/view/login/img/footer_about1.png) no-repeat left;
	background-size: 100% 100%;
}

.about>p {
	margin-top: 1rem;
	margin-left: 9rem;
	font-size: .57rem;
	color: #787879;
	margin-bottom: 0.35rem;
}

.connect {
	width: 11.25rem;
	height: 1.55rem;
	margin-left: 12.75rem;
}

.connect a {
	display: block;
	float: left;
	width: 1.6rem;
	height: 1.6rem;
	margin-right: 1.62rem;
	background: url(/asset/view/login/img/chrome.png) no-repeat;
	background-size: cover;
}

.connect a.connect1 {
	width: 1.6rem;
	margin-right: 1.6rem;
	background: url(/asset/view/login/img/firefox.png) no-repeat;
	background-size: cover;
}

.connect a.connect2 {
	background: url(/asset/view/login/img/san16.png) no-repeat;
	background-size: cover;
}

.connect a.connect3 {
	margin-right: 0;
	background: url(/asset/view/login/img/ie2.png) no-repeat;
	background-size: cover;
}



@media only screen and (min-width: 900px) and (max-width: 1400px) {
	.footer {
		height: 4.2rem;
		overflow: hidden;
	}

	.row>div>p {
		margin-top: 1%;
		margin-left: 6%;
		font-size: .5rem;
	}

	.about {
		width: 35%;
	}

	.about>p {
		margin-top: 0.5rem;
		margin-left: 6rem;
		font-size: .57rem;
		color: #787879;
		margin-bottom: 0.35rem;
	}

	.connect {
		width: 11.25rem;
		height: 1.55rem;
		margin-left: 8rem;
	}


}

/*手机*/
@media only screen and (max-width: 768px) {
	.footer {
		position: relative;
		top: 0rem;
		height: 10rem;
		background-color: #1166be;
		color: #fff;
		padding-top: 1rem;
	}

	.text-center>p {
		margin-top: .5%;
	}

	.about {
		display: none;
	}
}

@media only screen and (max-width: 900px) {
	.header{
		min-height:auto!important;
	}
	.zcxt>span{
		font-size:12px;
	}
	.zcxt{
		margin-top: 0.2rem;
	}
	.banner{
		margin-top:10%;
		margin-left:0;
	}
	.section{
		max-height: 55%;
	}
	span.phone,p.footer_p{
		font-size:5px!important;
	}
	p.footer_p{
		margin-top: 0rem;
	}
	p>span.login_icon3{
		background-size: auto 60%;
		padding-left: .3rem;
	}
	body{
		overflow: hidden;
	}
	.btn-box .sb{
		margin-left: 6px;
		font-size: 8px!important;
	}
	.login {
		margin:0;
    	margin-top: 8%;
    	height: 100px;
    	min-height: 0rem;
	}
	.footer{
		height: 21%;
		position: absolute;
    	bottom: 0;
		top: auto;
		    
	}
	.footer .container{
		margin-top: 0px!important;
	}
	#verify-wrap{
		margin: 5px auto!important;
		height: 15%!important;
	}
	.verify-wrap .drag-btn{
		width: 20px;
    	height: 115%;
	}
	.verify-wrap .fix-tips, .verify-msg{
		line-height: 14px;
    	font-size: 8px;
	}
	#login_icon1 span{
		position: absolute;
	}
	#sb{
		font-size:12px;
	}
	.login_icon{
		margin-top: 0.1rem!important;
	}
	.login_div{
		 margin-top: 1.25rem;
	}
	.login_div>div>input, .login_div>div>a>input{
		font-size: .4rem;
	}
	.login .login-QR{
		width: 30px;
    	height: 30px;
	}
	#login_icon,#login_icon1,#btn-box{
		height:15%!important;
	}
	.login_div>div{
		overflow: hidden;
	}
	#login_icon1{
		position: relative;
	}
	#login_icon1 input{
		position: absolute;
    	right: 0;
	}
}
/**/