@charset "utf-8";
/*ggzyw*/
/* CSS Document */
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p,span{padding:0; margin:0;}
table,td,tr,th{font-size:12px;}
ol,ul,li{list-style:none;}
li{list-style-type:none;}
img{vertical-align:middle;border:0;}
h1,h2,h3,h4,h5,h6{font-size:12px; font-weight:normal;}
input,select,textarea {font-size:12px; color:#555; vertical-align:middle; font-family:Microsoft YaHei;}
button{cursor:pointer; border:none;}
em {font-style:normal;}
table{border-collapse:collapse;border-spacing: 0;}
.form-actions input{-webkit-appearance: none; } 
.button {
 border-radius: 0;font-family:"微软雅黑";
 }
 input[type="submit"],
 input[type="reset"],
 input[type="button"],
 button {
-webkit-appearance: none;
 }
/*claer select style*/
select {   
  /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/  
  /*很关键：将默认的select选择框样式清除*/  
  appearance:none;   
  -moz-appearance:none;   
  -webkit-appearance:none;   
  /*在选择框的最右侧中间显示小箭头图片*/  
  background:url(../images/Dataanalysis/selectjt.png) no-repeat scroll right center transparent;
  /*为下拉小箭头留出一点位置，避免被文字覆盖*/  
  padding-right: 14px;   
}   
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/  
select::-ms-expand { display: none; }




/*Common  */
html,body {
  width: 100%;
  height: 100%;
  margin:0;
  padding:0; 
  font-size:13px;
  background: #f2efde;
  color:#555; 
  font-family:Microsoft YaHei;}
  a{font-family:Microsoft YaHei}
a,a.visited {blr:expression(this.onFocus=this.blur());outline:none;text-decoration:none; color:#555;}
a:hover{text-decoration:underline;}

a.hong:link,a.hong:visited {text-decoration:none;color:#da0000;}
a.hong:hover {text-decoration:underline;}
a.blue,a.blue:visited {color:#265ec6;text-decoration:none;}
a.blue:hover {color:#f60;text-decoration:underline;}
a.yellow,a.yellow:visited {color:#f90;text-decoration:none;}
a.yellow:hover {color:#f60;text-decoration:underline;}
a.white {color:#fff; text-decoration:underline;font-family:Microsoft YaHei !important;}

/*==清除float==*/
.clearfix:after {content: ".";  display:block;  height:0;  clear: both;  visibility: hidden;}
.clearfix {display:inline-block;}
* html .clearfix {height:0; }
.clearfix {display: block; clear:both; height:0;}
.clearfix {}
input{border:none;outline: none;}
button{border:none;outline: none;}

a{text-decoration: none;}
a:hover{text-decoration: none;}
a:visited{text-decoration: none;}
a:active{text-decoration: none;}
a:hover{color: #d30000;}

/**********************登录************************/

.m_login{width: 100%;height: 100%;background: #f2efde;}
.m_Top{width: 1200px;height: 70px;margin:auto; padding-top: 50px;}
.m_Top1{float: left;font-size: 25px;}
.m_Top1 img{vertical-align: text-bottom;}
.m_Top2{float: right;}
.m_Top2 a {font-size: 17px;}
.m_Top2 img{vertical-align: text-bottom;}
 
.m_loginInput{width: 400px;height: 400px;background:rgba(221,221,213,0.8);position: absolute;top:125px;left:50%;margin-left: 200px;}
.m_loginInput h3{height: 100px;line-height: 100px;font-size: 25px;font-weight: bold;padding-left: 40px;}
.m_loginInput1{width: 310px;height: 50px;line-height: 50px;margin:10px 40px;padding-left: 10px;font-size:15px;color: #666;}
.m_loginInput2{width: 310px;height: 50px;line-height: 50px;margin:10px 40px;padding-left: 10px;font-size:15px;color: #666;}
input::-webkit-input-placeholder{font-size:15px;color: #666;}
input:-moz-placeholder{font-size:15px;color: #666;}
input:-ms-input-placeholder{font-size:15px;color: #666;}
.m_loginInput3{width: 320px;height: 70px;margin:30px auto;}
.m_loginInput3a{width: 130px;height: 50px;color: #fff; float: left; background:#f76363;font-size: 17px;border-radius: 5px; }
.m_loginInput3b{width: 130px;height: 50px;color: #fff; float: right; background:#f76363; font-size: 17px;border-radius: 5px;}
.m_bottom{width: 1330px;height: 60px;line-height: 60px;border-top: 1px solid #e0dbdf;border-bottom: 1px solid #e0dbdf ;color: #948e92; margin:auto;font-size: 12.5px; margin-top: 70px;margin-bottom: 20px;}
.m_bottom span{width: 20px;height: 20px;line-height: 20px;padding-left: 5px;padding-right: 5px; display: inline; text-align: center; background: #f26060;border-radius:10px;color: #fff;}
