﻿@charset "utf-8";
/* CSS Document */

/* CSS wx_login */
/*.base-app-style {

	min-height: 672px;
	position: relative;
	height: 100%;
	width: 100%;
	background: #3075ab;
	background: linear-gradient(to bottom, #3a8dc8 0, #183a62 100%);
}
#loginForm {
	position: absolute;
	top: 280px;

	padding-left: 44px;
	z-index: 3;
	background-image: url(../img/divider.png);
	background-position: right;
	background-repeat: repeat-y;
}
#loginForm .layui-input {
	height: 34px;
	line-height: 20px;
}
#loginForm .layui-form-label {
	padding: 6px 15px;
}
#loginForm button {
	float: right;
	margin-top: 5px;
	margin-right: 70px;
}
#productName {
	position: absolute;
	top: 320px;
	left: 540px;
	font-size: 24px;
	color: #fff;
	letter-spacing: 3px;
}
#productName span {
	font-size: 14px;
	letter-spacing: 1px;
}
    #productName p {
        font-size:12px;
        padding:15px 0;
      
    }
.layui-form-label {
	color: #fff;
	letter-spacing: 1px;
}
.layui-input {
	width: 80%
}
.footer {
	background-color: #000;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-weight: 700;
	padding: 10px;
	color: #7B7E81
}
.prompt_info {
	display: none;
	position: absolute;
	top: 230px;
	left: 98px;
	padding: 5px;
	width: 320px;
	background: #f2dede;
	color: #b84442;
	border: 1px solid #ebccd1;
	border-radius: 2px;
}

.img_compoment {
position: absolute; top: 65px; left: 65px;
}
@media (max-width:767px) {
    .base-app-style {
        min-height:40vh;
    }
   #loginForm {
	position: absolute;
	top: 180px;

	padding: 0px;
	z-index: 3;
	
}
    #loginForm {
        text-align:center;
    }
    #loginForm button {
        float:none;
        margin:40px auto;
    }
    .img_compoment {
    text-align: center;
    top: 50px;
    left: inherit;
    width: 100%;
}

    .prompt_info {
	
	top: 130px;
    left: 0px;
	width:100%;

}
}*/

html, body, button, input, select, textarea, span, h1, h2, h3, li, font, d,a{
	font: 14px/1.5 "\u5fae\u8f6f\u96c5\u9ed1", "\5FAE\8F6F\96C5\9ED1", tahoma, arial, "\5b8b\4f53", sans-serif;	
}
.header_container{
	margin: 0 auto;
    width: 1040px;
    height: 70px;
    text-align: left;
    line-height: 100px;
    overflow: hidden;
    position: relative;
    margin-top: 50px;}
	
.main_container{
	min-width:1040px;
	min-height:360px;
	overflow:hidden;
	box-sizing:border-box;
	top:30px;	
	position:relative;
	}
.login_container{
	margin:0 auto;
	width:1040px;
	height:360px;
	overflow:hidden;
	position:relative;	
	background-repeat:no-repeat;
	}
	
.login_compoment{
	box-sizing:border-box;
	height:260px;
	width:358px;
	background:#fff;
	border:4px solid #f4f4f4;
	position:absolute;
	right:20px;
	top:45px;
	padding:10px 10px;}
	
.login_compoment span.title{
	font-size:15px;
	letter-spacing:1px;
}

.login_input_layout{
	padding:0;
	margin:0;
	list-style-type:none;
	margin-top:20px;}
	
.login_input_layout li{
	width:100%;
	height:40px;
	line-height:40px;
	margin-top:10px;
	color:#666;
	box-sizing:border-box;
	padding:0 20px;
	position:relative;
	}
.login_input_layout li img{
	position:absolute;
	top:5px;
	left:155px;}
	
.login_input_layout li font{
	float:left;
	margin-top:5px;}	
.login_input_layout li input[type="text"],.login_input_layout li input[type="password"]{
	border:1px solid #dfdfdf;
	height:35px;
	width:220px;
	line-height:35px;
	box-sizing:border-box;
	padding:0 10px;
	float:left;
	}
	
.footer_container{
	width:1040px;
	min-height:50px;
	overflow:hidden;
	padding:15px 0;
	box-sizing:border-box;
	margin:20px auto;
	/*background-image:url(../img/wx_logo.jpg);*/
	background-repeat:no-repeat;
	background-position:right center;
    margin-top: 25px;
}

