
.layui-nav  {
  font-size: 16px;
}
.cur-nav-user .layui-nav-item a{color: #333 ;padding: 0 10px;}
.cur-nav-user .layui-nav-item a:hover{color: #333}
.cur-nav-user .layui-nav-item a.layui-btn{background-color: #ff6d24;color: #fff;}
.cur-nav-user dl dd{cursor: pointer;}
.layui-nav .layui-nav-item a{
  /* color:#333; */
  padding:0 14px;
}
/* .layui-nav .layui-nav-item a:hover{
  background:#333;
} */

/* 单独拿出li标签设置样式 不用每个li都加layui-nav-item 减少代码量*/
.cur-nav li{position: relative;display: inline-block;vertical-align: middle;}
.cur-nav li a{padding: 0 12px;font-size: 16px;line-height:60px;color:#333}
.cur-header {border-bottom: 1px solid #ebebeb;}

/* 激活状态导航 */
/* 激活状态导航和悬浮写在一起 减少代码 */
.cur-nav  a.active-item, .cur-nav  a:hover{color: #ff6d24;}
.cur-nav  a{color: #333;}

.layui-nav-img{border-radius:15px;border:1px solid #ebebeb}
.layui-nav-child{top:60px}

.layui-tab-brief > .layui-tab-title .layui-this {
  color: #ff9c00;
}
.layui-tab-brief > .layui-tab-title .layui-this:after, .layui-tab-brief > .layui-tab-more li.layui-this:after {
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #ff9c00;
}
.cur-card{
  padding-top:50px;
}
.cur-card img{
  width:100%;
}
.cur-marginTop{
  margin-top: 0;
}
.cur-header{
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  width: 100%;
  height: 60px;
  border-radius: 0;
  /* background:#ff9c00; 
  修改背景色*/
  background:#fff;
  }
.cur-logo{
  position: absolute; 
  left: 15px; 
  top: 6px;
  width:180px;
}
.cur-logo img{
  width:100%;
}
.cur-nav{
  margin-left: 220px;
}
.cur-nav-user{
  position: absolute;
  top: 0;
  right: 0;
}
.cur-nav-user .iconfont{
  position: relative;
}
.cur-header .layui-nav{
  background:#fff;
} 

.cur-header .cur-nav-user a.iconfont{
  color: #A9B7B7;
}
.cur-header>.layui-nav-item a{
  color: rgba(255,255,255,0.5);
}
/* .cur-header .layui-this a{
  color: #fff;
} */
.cur-footer {
  margin: 50px 0 0; 
  padding: 20px 0 30px; 
  line-height: 30px; 
  text-align: center; 
  color: #737573; 
  border-top: 1px solid #e2e2e2;
}
.cur-footer a{
  padding:0 6px; 
  font-weight: 300;
   color: #333;
  }
.cur-footer a:hover{
  color: #777;
}
.cur-panel{ 
  border-radius: 2px; 
  background-color: #fff; 
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
}
.cur-panel[pad20]{
  padding: 20px;
}
.cur-panel-user[pad20]{
  padding-top: 50px;
  padding-bottom:60px;
}
@media(max-width:768px){
  html{
    background: #fff;
  }
}
@media(min-width:768px){
  .cur-panel-user[pad20]{
    min-height:500px;
  }
  .cur-marginTop{
    margin-top: 40px;
  }
}

@media screen and (max-width: 992px) {
  body .header .layui-nav .layui-nav-item{margin: 0 5px;}
}

.cur-nav-search{  
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  z-index: 999;
  top:10px;
  right:140px;
  border:1px solid #ddd;
  border-radius: 20px;
  background:#fff;  
}
.nav-search-btn{
  color:#fff;
  display: inline-block;
  width:30px;
  height: 30px;
  border:none;
  background-image: url(../img/search.png);
  background-size: 100%;
  background-color: #fff;
  cursor: pointer;
  margin-top:5px;
  margin-left: 10px;
}
.nav-search-text{
  font-size: 18px;
  display: block;
  float: left;
  line-height: 30px;
  height: 30px;
  width:30px;
  margin-top:5px;
  border:none;
  transition:width 0.4s;
}
.nav-search-text::-webkit-input-placeholder{
  color:#ddd;
}
.cur-nav-search:hover{
  padding-left: 30px;
}
.cur-nav-search:hover .nav-search-text{
  width:300px;
}