body{
	background:#fff;
}
.m-breadcrumb{
position: absolute;
top:-50px;
}
.first-nav-bg{
	background: url(../../../images/hn.jpg) no-repeat ;
	background-size: cover;
    margin-top: 0;
    height: 100%;
    opacity:0.9;
}
.first-nav p{
	color:#fff;
	font-weight:bold;
}
.first-nav li{
	height:76px;
}
.first-nav img{
	width: 40px;
 		    height: 40px;
}
.driving-nav .greeting{
	padding:30px  40px;
	font-size:25px;
	text-align:left;
}
.driving-nav{
	margin:0 ;
	position: relative;
}
.driving-nav ul{
	margin:10px;
}
.nav-btn{
	display: inline-block;
    height: 45px;
    line-height: 45px;
    font-size: 19px;
    color: #555;
    min-width: 38px;
    text-align: center;
    border-radius: 4px;
    border: none;
    margin: 5px 5px 5px 0;
    color: #fff;
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a52 100%);
}
.nav-course1 {
   border: 1px solid #eee;
   height: 40px;
   margin: 0 5%;
   width: 90%;
   display: block;
   display: -moz-box;
   display: -webkit-box;
   margin-bottom: 10px;
   box-sizing: border-box;
}
.nav-course1 li {
    float: inherit;
    text-align: center;
    height: 43px;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    line-height: 17px;
    background-color: #f5f5f5;
}
.nav-course1 a {
   background-color: #fff;
   text-align: center;
   font-size: 12px;
   padding: 3px 0;
   display: block;
   border-right: 1px solid #eee;
}
.nav-course1 a span{
    height: 36px;
    line-height: 36px;
}
.nav-course1 .active a {
    color: #e53f42;
    border-bottom: 1px solid #e53f42;
}
.nav-course-content .tab-pane {
    display: none;
}
.nav-course-content .active {
    display: block;
}

.nav-course-content .more{
	float: right;
  		padding-top: 10px;
  		padding-right: 5%;
}
.orderbg{
	margin-bottom:0px;
}
.driving-nav p {
	font-size:14px;
}
/* 分类标签样式 */
.category-tabs {
    display: flex;
    overflow-x: auto;
    padding: 10px 0;
    background-color: white;
    border-bottom: 1px solid #eee;
    position: sticky;
    top: 0;
    z-index: 10;
    align-items: center;
    /* 隐藏滚动条 */
-ms-overflow-style: none;  /* IE and Edge */
scrollbar-width: none;  /* Firefox */
}

/* 隐藏Chrome、Safari和Opera的滚动条 */
.category-tabs::-webkit-scrollbar {
    display: none;
}

.category-tab {
    flex: 0 0 auto;
    padding: 8px 15px;
    margin: 0 5px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 13px;
    white-space: nowrap;
}

.category-tab.active {
    background-color: #e74c3c;
    color: white;
}

.category-tab.inactive {
    background-color: #f5f5f5;
    color: #666;
}
 ul.tools{
 	display: flex;
    flex-wrap: wrap;
    align-items: center;
 }	
 .tools{
 	padding:10px 10px 0;
 }
 .tools li{
 	min-width:24%;
 	padding: 8px;
 }
 
 .index-notices{
	position: absolute;
    right: 0;
    bottom: -20px;
   font-size:17px;
    width: 80%;
}
.index-notices .time-content{
		padding-left:36px;
		font-size:20px;
}
.index-notices .time-content .time{
	color:#fff;
	font-size:16px;
}
.index-notices .notices-content{
	 color:#fff;
    background: #cbb586;
}
.index-notices>div{
	position: relative;
}
.search-top {
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  margin: 5px 15px 0 90px;
  background-color: rgba(255, 255, 255, 0.5);
  }
  .search-top input {
    background: none;
    border: none;
    line-height: 42px;
    width: 88%;
    padding: 0 2% 0 30px; 
  }
    .icon-searchr {
    width: 20px;
    height: 20px;
    background: url(../../../img/dacaoxiaoxian/search-ico.png) no-repeat;
    background-size: contain;
    right: 5px;
    top: 10px;
}
.search-top input::placeholder{
	color:#fff;
	font-size:17px;
}
.icon-search {
    width: 20px;
    height: 20px;
    background: url(../../../img/search-white.png) no-repeat;
    background-size: contain;
    left: 5px;
    top: 10px;
}
.search-add{
			height:30px;
			width:30px;
			display:inline-block;
			background:url("/img/add-white.png") no-repeat;
			background-size: contain;
			margin-left:8px;
			cursor:pointer;
}
	.index-notices .robot {
	    width: 64px;
	    height: 80px;
	    background: url(../../../../img/robot.png) -276px 0 no-repeat;
	    display: inline-block;
	    background-size: 480px;
	    position: absolute;
	    top: -28px;
	    left: -26px;
		 }
		 .index-notices .message{
		 	line-height: 52px;
		 	padding:0 20px 4px 40px;
		 	color:#fff;
		 }
		.first-nav{
			display: flex;
    		align-items: center;
   			 justify-content: space-around;
   			 text-align:center;
		}
		.first-nav p{
			color:#fff;
			font-weight:bold;
			font-size: 16px;
		    line-height: 20px;
		    height: 20px;
		    overflow: hidden;
		    padding-top:4px;
		}
		.first-nav li{
			height:76px;
			width: 23%;
		}
		.first-nav img{
			width: 48px;
   		    height: 48px;
		}
		.top-nav{
			margin:0 ;
			position: relative;
			color:#fff;
		}
		
		.top-nav .slg{
			font-size: 17px;
		    padding-top: 20px;
		    text-align: center;
		}
		.top-nav ul{
			padding:10px;
		}
		.top-nav .jq{
			font-size:32px;
			padding:36px 30px 30px;
			font-family: "黑体";
    		font-weight: bold;
		}
		.top-nav .jq .v{
	    padding: 4px 6px;
	    border-radius: 6px;
		
		}
		.top-nav .jq .lb{
			font-size: 16px;
   			 margin-left: -8px;
   			 color:#fff;
			
		}
		.classify-ico {
    width: 30px;
    height: 30px;
    display: inline-block;
}
.icon-water {
    background: url(../../../images/icons/water.png) no-repeat;
    background-size: contain;
}
.icon-bowl {
    background: url(../../../images/icons/bowl.png) no-repeat;
    background-size: contain;
}
.icon-rest {
    background: url(../../../images/icons/rest.png) no-repeat;
    background-size: contain;
}
.icon-sport {
    background: url(../../../images/icons/sport.png) no-repeat;
    background-size: contain;
}

.nav-course1 {
border: 1px solid #eee;
height: 40px;
margin: 0 5%;
width: 90%;
display: block;
display: -moz-box;
display: -webkit-box;
margin-bottom: 10px;
box-sizing: border-box;
}
.nav-course1 li {
    float: inherit;
    text-align: center;
    height: 43px;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    line-height: 17px;
    background-color: #f5f5f5;
}
.nav-course1 a {
background-color: #fff;
text-align: center;
font-size: 12px;
padding: 3px 0;
display: block;
border-right: 1px solid #eee;
}
.nav-course1 a span{
    height: 36px;
    line-height: 36px;
}
.nav-course1 .active a {
    color: #e53f42;
    border-bottom: 1px solid #e53f42;
}
.nav-course-content .tab-pane {
    display: none;
}
.nav-course-content .active {
    display: block;
}
.layui-input-parents .layui-jzlx{
	border-bottom : none !important;
}
.nav-course-content .more{
	float: right;
	padding-top: 10px;
	padding-right: 5%;
}
/* 下拉内容 (默认隐藏) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #4b4b4b;
  min-width: 152px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  right: -10px;
    border-radius: 6px;
    top:44px;
}
 .dropdown-content .dropdown-triangle {
 	background: url(../../../images/icons/triangle-up.png) no-repeat;
 	background-size: contain;
 	width: 16px;
    height: 16px;
    display: inline-block;
    position: absolute;
   right: 18px;
   top:-10px;
 }
/* 下拉列表的链接 */
.dropdown-content a{
  color: #fff;
  padding: 12px 16px;
  display: block;
  text-align: center;
  font-size:18px;
}
.dropdown-content a:not(:last-child){
	border-bottom:1px  dotted #fff;
}
.link-table{
padding-bottom: 10px;
margin: 10px auto;
border-top: 1px dotted #e5e5e5;
}
.link-table .row{
	display: flex;
    align-items: center;
    padding:8px 0;
}
.link-table .label{
	color:#7e7e7e;
	width:50px;
	text-align: center;
	font-size:18px;
	font-weight:bold;
	display: flex;
    flex-direction: column;
}

.link-table .values{
	flex: 1;
    display: flex;
    flex-wrap: wrap;
}

.link-table .values a{
	margin:4px;
    color:#666;
    font-size: 16px;
    border: 1px solid #e5e5e5;
    padding: 6px;
    border-radius: 6px;
}
.opt-nav {
	padding: 12px 12px 2px;
}
.opt-nav .ot{
	line-height: 30px;
    height: 30px;
    font-size: 20px;
    padding-left: 4px;
    font-weight: bold;
    color:#6494e2;
    display: flex;
    align-items: center;
}
.opt-nav .ot img{
	width: 22px;
	margin-right:4px;
}
.opt-nav .od{
	color: #999;
    padding-left: 4px;
    font-size: 14px;
	
}