@charset "UTF-8";body,html{width:100%;min-height:100%;background:#fff;color:#000;font-size:16px;font-family:Microsoft YaHei,Arial,Helvetica,sans-serif}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
ol,ul,li{list-style:none;padding:0px;margin:0px}
i,em{font-style:normal}
input:focus,textarea:focus,select:focus,button,video{outline:none}
caption,img,input,button{border:0}
a{text-decoration:none;color:#666}
li,button{list-style:none}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
button,img,input{vertical-align:middle}
img{max-width:100%}
input,textarea,select{font-family:"Microsoft Yahei";font-size:inherit;font-weight:inherit;*font-size:100%}
.clearfix:before,.clearfix:after{content:" ";display:table;clear:both}
.fl{float:left}
.fr{float:right}
a{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}

.log_box{
  background:#037cd8 url(../images/RMbg.png) center no-repeat;
  background-size:100% 100%;
  position:absolute;top:0;
  left:0;right:0;bottom:0;
}
.login{
  width: 693px;
  height: 586px;
  background:url(../images/RMlogobg.png) center no-repeat;
  background-size:100% 100%;
  position:absolute;
  left:50%;top: 50%;
  margin-left:-346.5px;
  margin-top:-293px;
}
.loginimg{
  text-align: center;
}
.loginimg img{
  width: 124px;
  margin-top: -45px;
}
.login>h4{
  text-align: center;
  font-size: 36px;
  color: #000000;
  font-weight: bold;
  margin: 15px 0;
}
.logitem{
  padding: 0 50px;
  font-size: 16px;
  color: #000;
}
.logbar p{
  margin-bottom: 10px;
}
.logbar p i{
  font-size: 18px;
  margin-right: 3px;
}
.logbar input{
  width: 96%;
  padding: 0 2%;
  background: #dedede;
  border: 1px solid #4d81fb;
  height: 46px;
}
.btnlog{
  height:55px;
  filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#4467b9,endColorStr=#334d8b);
  background: -ms-linear-gradient(left,#4467b9,#334d8b);
  background:-moz-linear-gradient(left,#4467b9,#334d8b);
  background: -webkit-linear-gradient(left, #4467b9, #334d8b);
  background: -o-linear-gradient(left, #4467b9, #334d8b);
  border-radius:3px;width:100%;
  text-align:center;
  line-height:55px;
  color:#fff;
  font-size:18px;
  cursor: pointer;
}
.lognotice{
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
  color: #d7464c;
}
.code{
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.code input{
  width: 465px;
  flex: 1;
  float: left;
  margin-right: 20px;
}
.code img{
  height: 46px;
  float: right;
  cursor: pointer;
}



/*5-6*/
/*5-6*/
.acquiringPage{
  padding: 15px 10px;
  background: #fff;
}
.acqpage{
  border: 1px solid #ccc;
  overflow: hidden;
  border-radius: 10px;
}
.acqpage_t{
  padding:10px;
  background: #f4f4f4;
}
.acqpage_t h5{
  float: left;
  font-weight: bold;
  font-size: 16px;
  width: 65%;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.acqpage_t span{
  float: right;
  color: #666;
}
.acqpage_b{
  padding:10px 10px 5px 10px;
}
.acqpage_b p{
  padding: 2px 0;
  height: 40px;
  line-height: 20px;
  display: flex;
  justify-content: flex-start;
}
.acqpage_b p span{
  width: 80px;
  display: inline-block;
}
.acqpage_b p em{
  flex: 1;
  height: 40px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.acqpage_b p:first-child{
  height: 20px;
  line-height: 20px;
}
.acqpage button{
  float: right;
  background: #10c2b6;
  color: #fff;
  padding: 5px 10px;
  margin: 10px;
  cursor: pointer;
  border-radius: 5px;
}
.layui-col-md3.active .acqpage{
  border: 1px solid #10c2b6;
  background: #f3ffff;
}
.layui-col-md3.active .acqpage .acqpage_t {
  background: #d6fffb;
}