/*
*@项目: imrWeb - 智雨物联官网
*@作者: leo
*@时间: 2020年3月18日
*/

/*基础*/
body{
  background-color: #2c2c32;
  background-image: url(../img/bg.png);
}


/*header*/
.header_box{height: 60px; line-height: 60px;}
.header{max-width: 1200px; margin:0 auto; position: relative; height: 100%;}
.header h1{display: inline-block; padding-left: 35px;}
.header-down-nav{display: none;}
.login{color:rgba(255,255,255,.7);}
.login:hover{color:white;}
/*end-header*/

.title{
  font-size: 48px;
  line-height: 1.5;
}

.layui-row img{
  padding:10px;
}
.layui-row h3{
  margin-top:10px;
}
.header-down-nav{
  display:block;
}
.layui-nav {
  float: right;
  z-index: 2;
  text-align: right;
  padding: 0;
  background:none;
}
.layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after {
  background-color: rgba(199,62,62,.85);
}
.layui-nav *{
  font-size: 16px;
}

footer{
  position: relative;
  width: 100%;
  display: flex;
  height: 180px;
  justify-content: center;
  color: #fff;
  cursor: default;
  text-align: center;
}
footer .baseList {
  width: 250px;
  margin-top: 20px;
  text-align: left;
}
footer .base-footer {
  position: absolute;
  height: 13px;
  line-height: 13px;
  font-size: 13px;
  bottom: 24px;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: rgba(255,255,255,.4);
}
.headerLogin{
  float: right;margin-top: 2px;
}
.header ul{
  float: left;
  margin-left:20px;
  margin-top: 3px;
}

@media only screen and (max-width: 767px){
  .layui-nav {
    float: none;
    z-index: 2;
    text-align: center;
    padding: 0;
    background:none;
  }
  .header_box{
    display: contents;
  }
  .layui-nav *{
    font-size: 12px;
  }
  .login {
    font-size:12px;
  }
  .logo{
    display: block !important;
    text-align: center;
    float:none !important;
  }
  .header ul{
    margin-left:0 !important;
    margin-top:0 !important;
  }
  .header ul a{
    padding:0 15px !important;
  }
  .headerLogin{
    float: right !important;
    margin-top: -1px !important;
    margin-right: 5px !important;
  }
  .title{
    font-size: 30px;
  }
}