.section .items{
    margin-top:10px;
}
/*适应PC端 宽度大于1200px*/
@media screen and (min-width: 1200px) {
    .section .items .item {
        width: calc(16.6666% - 10px);
        height: 180px;
        background-color: #fff;
        float: left;
        margin: 8px 10px 10px 0 !important;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }
}


/*适应PC端 宽度大于1000px*/
@media screen and (min-width: 1000px) and (max-width: 1200px) {
    .section .items .item {
        width: calc(16.6666% - 10px);
        height: 180px;
        background-color: #fff;
        float: left;
        margin: 8px 6px 10px 0 !important;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }
}

 
/*适应pad端 宽度在640-1000之间*/
@media screen and (min-width: 640px) and (max-width: 1000px) {
    .section .items .item {
        width: calc(16.6666% - 10px);
        height: 180px;
        background-color: #fff;
        float: left;
        margin: 8px 6px 10px 0 !important;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }
}
 
 
/*适应移动端 宽度小于640*/
@media screen and (max-width: 639px){
   .section .items .item {
        width: calc(16.6666% - 10px);
        height: 180px;
        background-color: #fff;
        float: left;
        margin: 8px 6px 10px 0 !important;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
   }
}
.tab_index {
  background: #e4e4e4;
  padding: 5px 5px;
  border-radius: 50px;
}
.tab_index > li {
  float: left;
  color: #999;
  font-size: 14px;
  line-height: 22px;
  padding: 2px 20px;
  cursor: pointer;
}
.active {
  background: #00a274;
  color: #fff !important;
  border-radius: 15px;
  box-shadow: 0px 1px 2px #00a274;
}
.selected_all {
  width: 140px;
  background: #fff;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  border: 1px solid #e4e4e4;
  cursor: pointer;
  text-indent: 10px;
  padding: 0 10px;
}
.selected_all > li {
  padding-left: 20px;
  line-height: 36px;
}
.index_search_text {
  padding: 9px 20px;
  color: #333;
  border-radius: 18px;
  border: 1px solid #e4e4e4;
  width: 260px;
  font-size: 14px;
}
.index_search_text::-webkit-input-placeholder {
  color: #acacac;
}
.index_search_text::-moz-placeholder {
  color: #acacac;
}
.index_search_text:-ms-input-placeholder {
  color: #acacac;
}
.search_icon_text {
  position: absolute;
  width: 14px;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.fr {
    float: right;
}
.clearfix {
    zoom: 1;
}
.clearfix {
    display: block;
}
.relative {
    position: relative;
}
.fl {
    float: left;
}

element.style {
    height: 34px;
    top: -2652px;
}
.scroll-box li {
    position: relative;
    height: 34px!important;
}
ul, ul li, ol, li {
    list-style: none outside none;
}
.given_n {
    background-color: #57b7ba !important;
}
.given {
    color: #fff;
    padding: 2px 8px;
    margin-right: 13px;
    border-radius: 4px;
    background-color: #00a274;
    display: inline-block;
    position: relative;
    font-size: 12px;
}
.given {
    color: #fff;
    padding: 2px 8px;
    margin-right: 13px;
    border-radius: 4px;
    background-color: #00a274;
    display: inline-block;
    position: relative;
    font-size: 12px;
}
.clfff {
    color: #fff;
}
.section .items .item {
    position: relative;
}
.section .items .item:hover{
    transform:translateY(-8px);
}
.item_bd .zd{
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
}
img {
    display: inline-block;
    border: none;
    vertical-align: middle;
}
.auth_img {
	display: block;
  width: 80px;
  height: 18px;
  background-size: 80px 18px;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 7px;
}
.auth_realname {
	background-image: url(/static/images/auth_realname.png);
}
.auth_vip {
	background-image: url(/static/images/auth_vip.png);
}
.jgglist{
    width:100%;
    display:flex;
    flex-wrap:wrap;
    align-items: center;
}
.jggitem{
    width:33.33%;
    margin-bottom:10px;
    
}
.jggitem a img{
    width:98%;
    height:100px;
}
.typelist{
    display:flex;
    align-items: center;
}
.typeitem{
    margin:0 5px;
}