/*头部*/
#header {
  z-index: 999;
  background: #2d3143;
  position: relative;
  height: 3rem;
  display: block;
}

#header h1 {
  color: #fff;
  font-size: 1.3rem;
  line-height: 3rem;
  text-align: center;
  font-weight: bold;
}

#header .header_r {
  position: absolute;
  top: 0;
  right: 0;
}

#header .header_l a {
  width: 3rem;
  height: 3rem;
  display: block;
  padding: 0 0.2rem;
  text-indent: -999em;
  overflow: hidden;
}

#header .header_l {
  position: absolute;
  top: 0;
  left: 0;
}

#header .header_l .logo {
  position: absolute;
  content: '';
  top: 50%;
  left: 14px;
  display: inline-block;
  width: 39px;
  height: 23px;
  background-image: url("../images/logo.png");
  background-position: 0px 0px;
  background-size: 100% auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-indent: -999em;
  overflow: hidden;
}

.category-list{
    width: 100%;
    background: #2d3143;
    max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -o-flex;
    display: flex;
    font-family: '微软雅黑';
    padding-top: 5px;
}
.category-list-l{
  width:102px;
  font-size: 15px;
  
  border-top: 1px solid #5b6281;
  text-align: center;
  background-color: #484e6a;
}
.category-list-l ul li{
  height: 3.2rem;
  border-bottom: 1px solid #5b6281;
}
.category-list-l ul li a{
  color: #fff;
  display: flex;
  height: 3.2rem;
  padding: 0 10px;
  justify-content: center;
  align-items: center;
  border-left: 2px solid transparent;
}
.category-list-l ul li.on a{
  color: #fff;
  border-left: 3px solid #ff5212;
  background: #2d3143;
}
.category-list-r{
  flex: 1;
  padding:0 8px;
  border-left: 1px solid #5b6281;
}
.category-ad{
  
}
.category-ad img{
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(25, 149, 255,.3)
}

.category-con-list{
  padding: 8px 0 ;
}
.category-con-list h3{
  color: #678ca7;
  font-size: 14px;
  line-height: 2rem;
}
.category-con-list ul li{
  box-sizing: border-box;
  float: left;
  width: calc(50% - 4px);
  background-color: #484e6a;
  padding: 4px;
  border-radius: 6px;
  margin-bottom: 10px;
}
.category-con-list ul li:nth-child(2n){
 float: right;
}
.category-con-list .category-con{
  display: none;
}
.category-con-list ul li>a:nth-child(1){
  display: -webkit-flex;
  display: flex;
  height: 4rem;
  border-radius: 8px;
  justify-content: center;
  align-items: center;

}

.category-con-list ul li a img{
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.category-con-list ul li p{
 text-align:center;
 font-size:14px;
 padding:5px 0 0px;
}
.category-con-list ul li p a{display:block; color: #fff}
.mainHd{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
 margin-bottom: 12px
}
.mainHd p{
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  color: #FFFFFF;
}
.mainHd p::before{
  content: '';
  display: block;
  width: 6px;
  height: 20px;
  background: linear-gradient(90deg, #FF7131 0%, #FF4101 100%);
  border-radius: 3px;
  margin-right: 3px;
}

.mainHd p a{
  display: inline-flex;
  color: rgba(255,255,255,0.65);
  font-weight: normal;
}
.mainHd p a.on{
  color: #fff;
  font-weight: bold;
}