/* 列表单页的div */
.xq_ListDiv1{width: 100%;display: flex;justify-content: center;}
.xq_ListDiv2{width: 60%;}
@media screen and (max-width: 1280px){
  /*--*/
  .xq_ListDiv2{width: 100%;}
  }
.xq_ListDiv2 .itembox{width: 100%;border-bottom: 1px dotted #bbb;box-sizing: border-box;padding: 0.3rem 0.25rem;display: flex;justify-content: space-between;}
.xq_ListDiv2 .itembox:last-child{border-bottom: none;}
.xq_ListDiv2 .itembox .lefts{width: 1.5rem;height: 1.5rem;border-radius: 100%;overflow: hidden;border: 1px dotted #eee;}
.xq_ListDiv2 .itembox .rights{width: calc(100% - 1.5rem);box-sizing: border-box;padding-left: 0.25rem;display: flex;flex-direction: column;justify-content: space-between;background: -pink;}
.xq_ListDiv2 .itembox .rights .rightRow1{width: 100%;font-size: 0.26rem;font-weight: 700;}
.xq_ListDiv2 .itembox .rights .rightRow2{width: 100%;font-size: 0.26rem;color: #666;padding-bottom:0.15rem;}
.xq_ListDiv2 .itembox .rights .rightRow3{width: 100%;display: flex;align-items: center;}
.xq_ListDiv2 .itembox .rights .rightRow3 a{padding: 0.08rem 0.16rem;border: 1px solid #1e9fff;font-size: 0.23rem;border-radius: 0.05rem;overflow: hidden;margin-left: 10%;color: #1e9fff;transition: all 0.5s;}
.xq_ListDiv2 .itembox .rights .rightRow3 a:first-child{margin-left: 0;}
@media (any-hover: hover){
  /*--*/
  .xq_ListDiv2 .itembox .rights .rightRow3 a:hover{background: #1e9fff;color: #fff;}
  }
@media screen and (max-width: 1000px){
  /*--*/
  .xq_ListDiv2 .itembox .rights .rightRow3 a:active{background: #1e9fff;color: #fff;}
  }




/* 手机端通用头部 */
body{padding-top: 1.4rem;}
.wapHeader1{width: 100%;display: flex;justify-content: center;background: #fff;box-shadow:0 0 0.2rem rgba(200, 200, 200 0.8);border-bottom: 1px solid #eee;position: fixed;left: 0;right: 0;top: 0;height: 1.4rem;align-items: center;z-index:9999;}
.wapHeader2{width: 90%;display: flex;justify-content: center;background: -pink;height: 1rem;}
.wapHeader2 .lefts{height: 1rem;width: 1rem;overflow: hidden;border-radius: 100%;}
.wapHeader2 .rights{width:calc(100% - 1rem);padding-left:0.3rem;display:flex;flex-direction:column;justify-content:space-between;}
.wapHeader2 .rights .dd1{font-size: 0.3rem;font-weight: 700;color: #f56c6c;width: 100%;}
.wapHeader2 .rights .dd2{display:flex;align-items:center;width: 100%;}
.wapHeader2 .rights .dd2 .layuiInput{height:0.5rem;font-size:0.26rem;}
.wapHeader2 .rights .dd2 input{width:50%;text-align:center;border:1px solid #999;}
.wapHeader2 .rights .dd2 a{display:inline-flex;justify-content:center;align-items:center;width:20%;margin-left:0.2rem;background:#1e9fff;color:#fff;border-radius:0.1rem;overflow:hidden;border:1px solid #1e9fff;transition:all 0.5s;}
@media (any-hover: hover){
/*--*/
.wapHeader2 .rights .dd2 a:hover{background:#3294dd;}
}
@media screen and (max-width: 1000px){
/*--*/
.wapHeader2 .rights .dd2 a:active{background:#3294dd;}
}






/*九宫格图片展示效果*/
.gridImgShow1{width: 100%;display: flex;justify-content: center;margin: 0 auto;padding-top:0.2rem;}
.gridImgShow2{width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;}
.gridImgShow2 a{width: 32%;overflow: hidden;height: 3rem;margin-top: 0.2rem;border-radius: 0.1rem;cursor: pointer;}
.gridImgShow2 a:nth-child(1){margin-top: 0;}
.gridImgShow2 a:nth-child(2){margin-top: 0;}
.gridImgShow2 a:nth-child(3){margin-top: 0;}
.gridImgShow2 a:last-child:nth-child(3n + 2){margin-right: calc((100% - 32%) / 2);}
.gridImgShow2 a img{cursor: pointer;-webkit-transition: all 0.8s;-o-transition: all 0.8s;transition: all 0.8s;-webkit-transform: scale(1, 1);-ms-transform: scale(1, 1);transform: scale(1, 1);}

@media (any-hover: hover){
/*--*/
.gridImgShow2 a:hover img{-webkit-transform: scale(1.2, 1.2);-ms-transform: scale(1.2, 1.2);transform: scale(1.2, 1.2);}
}
@media screen and (max-width: 1000px){
/*--*/
.gridImgShow2 a:active img{-webkit-transform: scale(1.2, 1.2);-ms-transform: scale(1.2, 1.2);transform: scale(1.2, 1.2);}
}
@media screen and (max-width: 1000px){
/*--*/
.gridImgShow1{width: 100%;margin: 0;}
.gridImgShow2 a{height: 2rem;margin-top: 0.1rem;}
}