﻿@charset "UTF-8";
/*设置默认编码集*/
/*css 初始化 start */

html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}

[v-cloak] {
	display: none !important;
}

/*各浏览器显示不同，去掉边框等默认样式*/
fieldset, img, input, button {
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}

ul, ol {
    list-style: none;
}
b{
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
    font-weight: normal;
}
input {
    padding-top: 0;
    padding-bottom: 0;
}
/*防止拖动 影响布局*/
textarea {
    resize: none;
}

/*去掉行内替换元素空白缝隙*/
img {
    border: 0;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

body {
	font-family: 'Micosoft YaHei';
   }

/*清除浮动*/
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1; /*IE/7/6*/
}

/*a {
    color: #666;
    text-decoration: none;
}*/

h1, h2, h3, h4, h5, h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}

/*废物利用*/
s, i, em {
    font-style: normal;
    text-decoration: none;
}

/*公共类*/
.w {
    /*版心 提取 */
    width: 1210px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.al {
    text-align: left;
}

.ac {
    text-align: center;
}

.ar {
    text-align: right;
}

.hide {
    display: none;
}
.mr20{
	margin-right: 0.2rem;
}

/*登陆界面样式*/
#html{
	width: 100%;
	height: 100%;
	background: url("../img/login_bg.png") center center no-repeat;
	background-size: cover;
    position: relative;
    text-align: center;
}
.login{
	position: absolute;
	width: 12rem;
	height: 5.4rem;
	top: 50%;
	left: 50%;
	margin: -2.7rem 0rem 0rem -6rem;
}
.login-left{
	width: calc(100% - 4.6rem);
	height: 100%;
	text-align: left;
	position: relative;
	padding: 0rem;
	margin: 0rem;
}
.login-left span{
	display: inline-block;
	margin: .28rem 0rem 0rem .28rem;
	background-size: cover;
	vertical-align: top;
}
.left-botm{
	position: absolute;
	right: .35rem;
	bottom: .35rem;
	
}
.left-botm p{
	text-align: right;
	color: #fff;
	font-family: "microsoft yahei";
	line-height: .3rem;
}
.left-botm p:nth-of-type(1){
	font-size: .18rem;
}
.left-botm p:nth-of-type(2){
	font-size: .16rem;
}
.login-right{
	height:100%;
	width:3rem ;
	padding: 0px .8rem;
	background: #fff;
	position:relative;
}
.login-right .language{
	width:70px;
	border:1px solid #03a9f5;
	border-radius:5px;
	height:30px;
	line-height:30px;
	margin:10px 0px;
	position:absolute;
	right:15px;
}
.login-right .language ul{
	width:100%;
}
.login-right .language ul li{
	float:left;
	width:50%;
	height:100%;
	font-size:14px;
	text-align:center;
	cursor:pointer;
}
.login-right .language ul li.active{
	background:#03a9f5;
	color:#fff;
}
.login-right .language ul li:nth-of-type(1){
	
}
.login-right .language ul li:nth-of-type(2){
	
}
.right-title{
	display: inline-block;
	margin: .4rem 0rem;
	color: #333333;
	font-family: "microsoft yahei";
	font-size: .3rem;
	vertical-align: top;
}
.login-box{
}

.liner {
    width: 3rem;
    height: 40px;
    line-height: 40px;
    border-radius: .05rem;
    background: #fff;
    border: 1px solid #ccc;
    margin-bottom: .2rem;
    position: relative;
    overflow: hidden;
}

p.error-text{
	color: red;
	font-size: .14rem;
	height: .2rem;
	line-height: .2rem;
	vertical-align: top;
	text-align: left;
    margin: -0.2rem 0rem 0rem 0rem;
}
.liner i{
	display: inline-block;
	height: 100%;
	width: .34rem;
	float: left;
	border-right: .01rem solid #ccc;
	background: #EEEEEE;
}
.liner input{
	display: inline-block;
	height: 100%;
	width: 2.54rem;
	padding-left: .1rem;
	float: left;
	vertical-align: middle;
	list-style: none;
	outline: none;
	text-decoration: none;
}
.validate-box .liner{
	width: 1.80rem;
	float: left;
	margin: 0rem;
}
.validate-box .liner input{
	width: 1.34rem;
}
.validate{
	display: inline-block;
	width: .99rem;
	height: .36rem;
	line-height: .36rem;
	float: right;
	font-size: .12rem;
	text-align: center;
}

.validate-box{
}
input.btn-submit{
	color: #fff;
	font-size: .16rem;
	background: #03a9f5;
	width: 3rem;
	height: 40px;
	border-radius: .05rem;
	line-height: 40px;
	text-align: center;
	vertical-align: top;
	margin-top: .4rem;
	cursor: pointer;
}
.footer{
	position: absolute;
	width: 100%;
	font-family: "microsoft yahei";
	color: #fff;
	font-size: .14rem;
	bottom: 0rem;
	left: 0rem;
	height: .45rem;
	line-height: .45rem;
	text-align: center;
}
