﻿@charset "utf-8";
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select{
	margin:0;
	padding:0;
}
body,textarea,select,button,table{
	font-size:16px;
	line-height:1.25em;
	font-family:Arial,'microsoft yahei',Verdana,Helvetica,sans-serif;
}
/*取消按钮点击的时候有阴影*/
a,img,button,textarea{
	-webkit-tap-highlight-color:rgba(255,255,255,0);
	-ms-tap-highlight-color:rgba(255,255,255,0);
	-moz-tap-highlight-color:rgba(255,255,255,0);
	-o-tap-highlight-color:rgba(255,255,255,0);
}
button, input, textarea, select {
    border: medium none;
    outline: medium none;/*取消chrome下input和textarea的聚焦边框*/
	-webkit-appearance:none;
	-ms-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
}
body{
	min-width:320px;
	font-size:1em;
	-webkit-text-size-adjust:none; 
	color: #333;
}
h1,h2,h3,h4,h5,h6 {
	font-size: inherit; 
	font-weight: normal;
}
header,footer,section,nav,menu,details,hgroup,figure,figcaption,article,aside{
	margin:0;
	padding:0;
	display:block;
}
img,fieldset{
	border:0;
}
img { 
	vertical-align:middle;
}
ul,ol{
	list-style:none;
}
table{
	border-collapse:collapse; 
	width: 100%;
}
a{
	color:#666;
	text-decoration:none;
}
.cl:after{
	clear:both;
	content:" ";
	display:block;
	font-size:0;
	height:0;
	visibility:hidden;
}
.cl{
	zoom:1
}
.rel{
    position: relative;
}
.abs{
	position: absolute;
}
.dis{
    display: block;
}
.hide{
    display: none;
}
.hr_gray {
    border: none;
    border-top: 1px solid #ccc;
}
/*arrow*/
.arr_right:after,.arr_left:after{
  content: "";
  width: 0.4rem;
  height:0.4rem;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  top: 50%;
  right:15px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top:-0.25rem;
  }
  .arr_down:after{
  content: "";
  width: 8px;
  height:8px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  top: 48%;
  right:-0.85rem;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top:-0.25rem;
  }
  .arr_up:after{
  content: "";
  width: 8px;
  height:8px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  top: 50%;
  right:-0.85rem;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top:-0.15rem; 
  }
body {
	background-color: #fff;
}
.flex {
    display: flex;
}
.flex-row {
    display: flex;
    flex-direction: row;
}
.flex-col{
    display: flex;
    flex-direction: column;
}
.flex-grow-0{
    flex-grow: 0;
}
.flex-grow-1{
    flex-grow: 1;
}
.flex-x-center{
    display: flex;
    justify-content: center;
}
.flex-y-center{
    display: flex;
    align-items: center;
}
.flex-y-start{
   display: flex;
   align-items: flex-start;
}
.flex-x-between{
   display: flex;
   justify-content: space-between;
}
/*登录页*/
.container{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.container .login_pic{
  width: 60%;
  height: 100%;
  overflow: hidden;
}
.container .login_pic img{
  width: 100%;
}
.container .login_box{
  width: 40%;
  height: 100%;
}
.container .login_box .login_title{
  width: 63%;
  margin: 0 18.5%;
}
.container .login_box .inputBox{
  width: 70%;
  height: 65px;
  line-height: 65px;
  margin: 15px 15%;
  position: relative;
   
}
input::-webkit-input-placeholder {
  color: #989898;  
}
input::-moz-input-placeholder {
  color: #989898; 
}
input::-ms-input-placeholder {
  color: #989898; 
}
select::-ms-expand{ display: none; }
select{
   appearance:none; 
  -moz-appearance:none; 
  -webkit-appearance:none;
}
option::-ms-expand{ display: none; }
option{
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari 和 Chrome */
    appearance:none;
}
.container .login_box .inputBox input,.select_label select{
  width: 100%;
  height: 100%;
  border:1px solid #dcdcdc;
  font-size: 14px;
  color: #989898; 
  padding-left: 40px;
  padding-right: 15px;
  letter-spacing: 1px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.container .login_box .user:after,.container .login_box .password:after,.container .login_box .vCode:after,.container .login_box .select_label:after{
  content: '';
  background: url(../images/iuser.png) 0 0 no-repeat;
  width: 17px;
  height: 17px;
  background-size: 100%;
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.container .login_box .password:after{
   width: 17px;
   height: 17px;
   background: url(../images/ipassword.png) 0 0 no-repeat;
   background-size: 100%;
}
.container .login_box .vCode:after{
    width: 17px;
    height: 17px;
    background: url(../images/ivcode.png) 0 0 no-repeat;
    background-size: 100%;
}
.container .login_box .select_label:after{
   width: 17px;
   height: 17px;
   background: url(../images/itype.png) 0 0 no-repeat;
   background-size: 100%; 
}
.select_label:before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../images/idown.png) no-repeat center;
  background-size: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  pointer-events: none;
}
.select_one,.select_one:hover {
    height: 60px;
    line-height: 60px;
    font-size: 13px;
    color: #989898; 
}
.login_in{
  width: 70%;
  height: 65px;
  background-color: #38b5fe;
  font-size:18px;
  color: #fff;
  margin: 15px 15%;
  background: linear-gradient(left,#46baff,#019efa);
  background: -webkit-linear-gradient(left,#46baff,#019efa);
  background: -moz-linear-gradient(left,#46baff,#019efa);
  background: -ms-linear-gradient(left,#46baff,#019efa);
  background: -o-linear-gradient(left,#46baff,#019efa);
  box-shadow: 0 5px 16px rgba(0,124,211,.5);
  letter-spacing: 2px;
  cursor: pointer;
}
.forget_password{
  font-size: 14px;
  color: #3381ff;
  margin-left: 15%;
  font-weight: 400;
}
.copyright { clear: both; text-align: center; padding: 15px 0 0 0; color: #969696;font-size: 10px;}