body {font-family:br2;
  background-color: #111;
  background-size: 40px 20px;
  margin: 0px;
  overflow-x: hidden;
  height: 100%;
  position: relative;
  width: 1;
}

.main_layout {
  overflow: hidden;
}

@font-face {
  font-family: "mdl2";
  src: url("dripicons-v2.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "br2";
  src: url("DIN-Pro-Regular-2.otf");
  font-weight: normal;
  font-style: normal;
}
#weititle_layout{
  height: 60px;
}
#title_layout {
  position:fixed;
  display: flex;
  width:100%;
  height: 60px;
  align-items: center;
  z-index:99;
  justify-content: center;
  background-color: rgb(34, 139, 34);
}

#title_group {
  display: flex;
  align-items: center;
  flex: 1 1 auto;

}

/*标题栏选择列表*/
#title_nav {
  margin-left: -20px;
}

#title_nav ul {
  list-style: none;
}

#title_nav li {
  display: inline;
  font-size: 14px;
  font-weight: 600;
}

#side_nav a:not(.active),
#title_nav a:not(.active) {
  line-height: 20px;
  color: #fff;
  text-decoration: none;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
}

a.active {
  padding: 5px 10px 5px 10px;
  background-color: white;
  color: rgb(34, 139, 34);
}

#side_nav a:hover:not(.active),
#title_nav a:hover:not(.active) {
  background-color: rgb(80, 200, 120);
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
}

/*侧滑窗*/
#squ-side {
  width: 150px;
  position: fixed;
  text-align: center;
  right: -160px;
  z-index: 99999;
  background-color: rgb(34, 139, 34);
  transition: all 1s;
  top: 60px;
}

#side_nav ul {
  list-style: none;
}

#side_nav li {
  display: inherit;
  height: 40px;
  width: 80px;
  font-size: 14px;
  font-weight: 600;
}

/*搜索框*/
#title_search {
  position: absolute;
  right: 35px;
  display: flex;
  margin: 10px 0px 10px 0px;
  margin-right: 5px;
  width: 160px;
  height: 30px;
  background-color: rgb(8, 80, 8);
}

#title_search .search {
  width: 110px;
  height: 28px;
  background-color: transparent;
  border-right: 0;
  border-width: 0px;
  font-size: 14px;
  color: white;
  padding-left: 15px;
  font-weight:100;
}

.btns,#btn,
#btn2 {
  /*button按钮border并不占据外围大小，设置高度42px*/
  border-width: 0px;
  background-color: transparent;
  color: white;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  font-family: mdl2;
  font-size: 14px;
  transition: all 0.5s;
}


/*图片轮播器*/
#img_ctrl {
  background-color: #00000088;
  display: flex;
  align-items: center;
}

#gotoBtn ,#DefaultBtn{
  text-align: center;
  font-family:mdl2;
  font-size: 14px;
  border-width: 0;
  background-color: rgb(34, 129, 34);
  margin: 0px 10px 10px 0;
  color: white;
  height: 32px;
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s;
}
#DefaultBtn:hover,
#gotoBtn:hover,
#pauseBtn:hover {
  background-color: rgb(80, 200, 120);
}

/*标题栏选择列表*/
#indicator {
  list-style: none;
  padding: 0px 10px 0px 10px;
}

#indicator li {
  display: inline;
  font-size: 14px;
  font-weight: 600;
}

#indicator a {
  background-color: rgb(34, 139, 34);
  line-height: px;
  color: #fff;
  padding: 5px;
  text-decoration: none;
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s;
}

a.active {
  padding: 5px 10px 5px 10px;
  background-color: white;
  color: rgb(34, 139, 34);
}

#indicator a:hover {
  background-color: rgb(80, 200, 120);
}

#img_view {
  display: flex;
  height: 300px;
  overflow: hidden;
}

#gotoBtn {
  width: auto;
}

#tips {
  background-color: #d1d1d1;
}
/*轮播图部分*/
#carousel{
  top:10px;
  height:300px;
  width:100%;
}
#car_fbox{
  position: absolute;
  height:300px;
  width:100%;
  top:60px;
  z-index:-1;
  transition-duration: 0.5s;
}
.car_card{
  display:flex;
}
#tipimg{
  height:300px;
  width:60%;
  padding-bottom: 0%;
  background-size:cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#car_tips{ 
  padding:20px;
  width:40%;
  height:260px;
  background-color:#f1f1f1;
}
.btn:hover,
#btn2:hover ,.btns:hover{
  background:#00000044;
}
.btns{
  background-color: rgb(34, 139, 34);
}
#carousel-controls{
  padding:10px;
  display:flex;
  justify-content: center;
  align-items: center;
  background-color:rgb(57,57,57);
}
.point{
  background-color:#fff;
  width:5px;
  padding:0.6px;
  height:5px;
  margin:10px;
}
#pointgrp{
  display:flex;
}
.onpoint{
  background-color: rgb(34, 139, 34);
  width:5px;
  padding:0.6px;
  height:5px;
  margin:10px;
}
#morepage{
  background-color: #111;
  width:100%;
  min-height:600px;
}
.divBody{
    justify-content:center;
    display: grid;
    grid-template-columns: repeat(auto-fill,300px);
    grid-gap:18px;
    list-style: none;
} 
.card{
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    background-color:#2b2b2b;
    border-radius:3px;
    padding:0px 15px 20px 15px; 
    margin: 2px;
    text-align: center;
    color:#FFF;
}
#buttom_info{
    background-color:rgb(8, 80, 8);
    padding: 32px 16px ;
  color:white;
}