/*  ҳ  ʽֻ   login.html*/
.w-280{
	width:280px;
	margin:auto;
}
.w-360{
	width:360px;
	margin:auto;
}
.h-50{
	height: 50px;
}
.mt40{
	margin-top:40px;
}
.mt40{
	margin-top:40px;
}
.mt25{
	margin-top:25px;
}
.login{
	width:100%;
	margin:0 auto;
	position:absolute;
	z-index:10;
	height:100%;
}
.login-logo{
	margin:0 auto;
	width:60px;
	height:60px;
	margin-bottom:20px;
}
.login-logo img{
	width:60px;
	height:60px;
}
.login-bg{
	padding-top:40px;
	width:400px;
	background:#FFF;
	/*background:rgba(0,0,0,0.3);*/
	margin:0 auto;
	height:100%;
}
/*    */
.link-lb{
	position:absolute;
	bottom:10px;
	left:10px;
}
/*    */
.link-lt{
	position:absolute;
	top:10px;
	left:10px;
}
/*    */
.link-lc{
	position:absolute;
	top:50%;
	left:10px;
	margin-top:-55px;
}
/*    */
.link-rb{
	position:absolute;
	bottom:10px;
	right:10px;
}
/*    */
.link-rt{
	position:absolute;
	top:10px;
	right:10px;
}
/*    */
.link-rc{
	position:absolute;
	top:50%;
	right:10px;
	margin-top:-55px;
}
/*    */
.link-text{
	padding:10px;
	color:#FFF;
	width:330px;
	height:110px;
}
/*  ɫ*/
.link-text-black{
	background:rgba(0,0,0,0.5);
}
/*  ɫ*/
.link-text-red{
	background:rgba(255,0,0,0.5);
}
/*  ɫ*/
.link-text-green{
	background:rgba(0,255,0,0.5);
}
/*  ɫ*/
.link-text-blue{
	background:rgba(0,0,255,0.5);
}
/*  ɫ*/
.link-text-cyan{
	background:rgba(0,255,255,0.5);
}
/*  ɫ*/
.link-text-yellow{
	background:rgba(255,255,0,0.5);
}
/*  ɫ*/
.link-text-purple{
	background:rgba(255,0,255,0.5);
}
/*  ɫ*/
.link-text-orange{
	background:rgba(255,97,0,0.5);
}
.link-text p{
	margin-bottom:0px;
	line-height:24px;
	color:#fefefe;
}
.link-text p span{
	margin-right:10px;
}
.link-text a{
	font-size:16px;
	color:#fff;
	display:block;
	height:50px;
	overflow:hidden;
	margin-bottom:10px;
}
.link-text a:hover{color:#fff;}
/* Ҷ   */
.link-right{
	text-align:right;
}
/*     */
.link-left{
	text-align:left;
}


.login-text {
    text-align: center;
    font-size: 30px;
    margin-bottom:25px;
	color:#424242;
}

.login .form-control{
	border-radius:0;
	height:50px;
}
.login .btn{
	border-radius:0;
	height:50px;
}
.login-foot{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	text-align:center;
	font-size:14px;
	color:#666;
	background:rgba(0,0,0,0.7);
	padding:10px 0 10px 0;
}
.use-link{
	margin-top:10px;
	text-align:center;
}
.use-link a{
	color:#b0b0b0;
	text-decoration:none;
	font-size:14px;
}
.use-link a+a{
	margin-left:15px;
}
.use-link a:hover{
	color:#337ab7;
}
.qq{
	width:48%;
	background:#09A3DC;
	color:#FFF;
	border:0;
}
.qq span{
	margin-right:5px;
	font-size:16px;
}
.qq:hover{
	background:#3CC3F5;
	color:#fff;
}
.wx{
	width:48%;
	background:#38C738;
	color:#FFF;
	border:0;
}
.wx span{
	margin-right:5px;
	font-size:16px;
}
.wx:hover{
	background:#3DCE3D;
	color:#fff;
}
.btn-block + .btn-block{
	margin-top:0;
}
.w-175 {
    float: left;
    width: 175px;
}
.w-175-r {
    float: right;
    width: 175px;
}
@media (max-width:768px) {
.login-bg{
	padding-top:40px;
	width:100%;
	background:#FFF;
	margin:0 auto;
	height:100%;
}
.w-360{
	width:85%;
	margin:auto;
}
.w-175 {
    float: left;
    width: 145px;
}
/*    */
.link-lb, .link-lc, .link-lt, .link-rb, .link-rc, .link-rt{
	position:absolute;
	bottom:10px;
	left:10px;
	top: inherit;
	right: inherit;
}
}


html,body {
	position: relative;
	height: 100%;
}

body {
	background: #eee;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	position: relative;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-tp {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.swiper-tp:before {
	content: "";
	display: block;
	padding-top: 52%;
}

.login-bg {
	background: rgba(0, 0, 0, 0.5);
}

.use-link a {
	color: #ccc;
}

.use-link a:hover {
	color: #fff;
}

.login-text {
	color: #FFF;
}

.erro-bg {
	border-color: #a94442;
}

.erro-box {
	height: 25px;
	margin-bottom: 15px;
}

.erro-tip {
	width: 360px;
	margin: 0 auto;
	color: #B7484E;
	background: #ffd1ca;
	border: 1px solid;
	border-color: rgba(159, 43, 41, 0.4);
	height: 25px;
	line-height: 22px;
	font-size: 12px;
	padding-left: 10px;
}

@media ( max-width :768px) {
	.erro-tip {
		width: 85%;
		margin: 0 auto;
	}
	.erro-box {
		margin:0 -15px 15px -15px;
	}
}

.erro-tip span {
	font-size: 16px;
	vertical-align: middle;
	margin-top: -1px;
}

.mt20 {
	margin-top: 20px;
}

.mt50 {
	margin-top: 50px;
}

.form-group {
	margin-bottom: 10px;
}
.login-text {
    font-size: 34px;
}
.btn-primary {
   background-color: #991010;
   border-color: #991010;
}
.btn-primary:hover {
   background-color: #800d0d;
   border-color: #800d0d;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
   background-color: #800d0d;
   border-color: #800d0d;
}