
.sectionList{
  width: 100%;
  height: fit-content;
}
.sectionList .dhtop{
  width: 100%;
  border-bottom: 1px solid #E5E5E5;
}

.sectionList .listcate{
  width: 100%;
  max-width: 1620px;
  margin: 20px auto 0 auto;
}
.sectionList .listcate .cline{
  width: 100%;
  display: flex;
  font-size: 14px;
  line-height: 28px;
  color: #666666;
  margin-top: 13px;
}
.sectionList .listcate .cline span{
  line-height: 28px;
  white-space: nowrap;
  margin-right: 4px;
}
.sectionList .listcate .cline .cates{
  width: 100%;
  display: flex;
  gap: 6px 10px;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  flex-wrap: wrap;
}
.sectionList .listcate .cline .cates .cnav{
  height: 28px;
  line-height: 28px;
  color: #666666;
  padding: 0 10px;
  white-space: nowrap;
  border-radius: 20px;
  box-sizing: border-box;
}
.sectionList .listcate .cline .cates .cnav.active,
.sectionList .listcate .cline .cates .cnav:hover{
  color: #fff;
  background: #5295F3;
}


/* 列表页 */
.pubulibox {
    width:100%;
    max-width: 1640px;  
    margin:20px auto;
    overflow: hidden;
    clear: both;
    box-sizing: border-box;
}
.pubulibox .page{
  margin-top: 20px;
}
#noserImg {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin: 0 auto 30px auto;
}
#pblimgs {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin: 0 auto 0 auto;
}

#noserImg .nodata,
#pblimgs .nodata{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 5vh;
}
#noserImg .nodata .noimg,
#pblimgs .nodata .noimg{
  width: 210px;
  display: block;
}
#noserImg .nodata p,
#pblimgs .nodata p{
  font-size: 14px;
  line-height: 42px;
  height: 42px;
  margin-top: 15px;
}
#noserImg .nodata p span,
#pblimgs .nodata p span{
  line-height: 42px;
  color: #269edc;
}

.flex-images .fitem {
  float: left;
    margin: 10px;
    box-sizing: content-box;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}
.flex-images .fitem>a{
    display: block;
    background: #fff;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
}
#lovelimgs.flex-images .fitem{
    overflow: visible;
}

.flex-images .fitem>a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.flex-images .fitem .info{
    display: none;
    position: absolute;
    right: 10px;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 42px;
    line-height: 42px;
    padding: 0 20px;
    border-radius: 0 0 10px 10px;
    box-sizing: border-box;
}
.flex-images .fitem .info h2{
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #fff;
    box-sizing: border-box;
}
.Mobile .flex-images .fitem .info,
.flex-images .fitem:hover .info {
    display: block;
    /* bottom: 0px; */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    /* width: 100%; */
}
.flex-images .fitem .download{
    display: none;
    width: 90px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    background: #24c5da;
    border-radius: 50px;
    position: absolute;
    top: 10px;
    right: 10px;
    box-sizing: border-box;
}
.flex-images .fitem:hover .download {
    display: block;
}
.flex-images .fitem .lovebtn{
    display: none;
    width: 40px;
    height: 40px;
    overflow: hidden;
    cursor: pointer;
    position:absolute;
    top: 10px;
    right: 10px;
}
.flex-images .fitem .lovebtn .climg{
    width: 100%;
    height: 100%;
    display: block;
}
.flex-images .fitem:hover .lovebtn{
    display: block;
}
.flex-images .fitem .fillbtn{
    display: none;
    align-items: center;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    font-weight: 400;
    text-align: LEFT;
    color: #ffffff;
    background: rgba(0,0,0,0.80);
    border-radius: 4px;
    overflow: hidden;
    position:absolute;
    top: 13px;
    right: 60px;
    padding: 0 10px;
    cursor: pointer;
    box-sizing: border-box;
}
.flex-images .fitem .fillbtn .ximg{
    display: block;
    width: 10px;
    height: 5px;
    margin-left: 10px;
}
.flex-images #fi-space {
  float: left;
  margin: 10px;
  box-sizing: content-box;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  user-select: none;
  background: #fff;
  color: #fff;
  background: url("/assets/img/bg/xyybg.jpg");
  background-size: cover;
  border-radius: 10px;
  position: relative;
}
.flex-images #fi-space .info{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  height: 90px;
  width: 100%;
}
.flex-images #fi-space span{
  display: inline-block;
  width: 90px;
  line-height: 90px;
}
.flex-images #fi-space span img{
  width: 100%;
  height: 100%;
  display: block;
}
.flex-images #fi-space .info p{
  display: inline-block;
  font-size: 26px;
  line-height: 39px;
  vertical-align: top;
  text-align: left;
  padding: 5px 0;
  margin-left: 18px;
}

/* 详情页 */
.sectionDetail{
  width: 100%;
  height: fit-content;
}
.sectionDetail .sectop{
  width: 100%;
}
.sectionDetail .daohang{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.ImgDetail {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px;
  box-sizing: border-box;
  border-radius: 6px;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15);
}
.ImgDetail .title {
    width: 100%;
    overflow: hidden;
    clear: both;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    align-items: center;
    box-sizing: border-box;
}
.ImgDetail .title h1 {
    line-height: 35px;
    font-size: 24px;
    font-weight: 400;
    text-align: LEFT;
    color: #333333;
    box-sizing: border-box;
}
.ImgDetail .title .imgid {
  font-weight: 400;
  color: #999999;
  font-size: 14px;
}

.ImgDetail .imgInfobox {
    width: 100%;
    display: flex;
    margin-top: 20px;
    box-sizing: border-box;
}
.ImgDetail .imgInfobox .dimgbox {
  flex-shrink: 0;
  width: 820px;
  max-height: 500px;
  /* border-radius: 8px; */
  overflow: hidden;
  box-sizing: border-box;
}
.ImgDetail .imgInfobox .dimgbox .dimg {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}
.ImgDetail .imgInfobox .iinfo {
  flex: 1;
  width: 100%;
  margin-left: 32px;
  justify-content: flex-start;
}
.ImgDetail .imgInfobox .iinfo .choosetype {
    width: 100%;
}
.ImgDetail .imgInfobox .iinfo .choosetype .type {
    width: 100%;
    height: 19px;
    font-size: 14px;
    font-weight: 400;
    text-align: LEFT;
    color: #666666;
    margin-top: 18px;
    line-height: 19px;
    display: flex;
    align-items: center;
}
.ImgDetail .imgInfobox .iinfo .choosetype .type:first-child {
    margin-top: 9px;
}
.ImgDetail .imgInfobox .iinfo .choosetype .type .timgbox {
    width: 14px;
    height: 14px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    cursor: pointer;
    box-sizing: border-box;
}
.ImgDetail .imgInfobox .iinfo .choosetype .type .timgbox img {
    width: 100%;
    height: 100%;
    display: none;
}
.ImgDetail .imgInfobox .iinfo .choosetype .type.active .timgbox {
    border: none;
}
.ImgDetail .imgInfobox .iinfo .choosetype .type.active .timgbox img {
    display: block;
}
.ImgDetail .imgInfobox .iinfo .choosetype .type .tname {
    width: 100px;
    margin: 0 10px;
}
.ImgDetail .imgInfobox .iinfo .choosetype .type span{
  white-space: nowrap;
}
.ImgDetail .imgInfobox .shouquan {
  width: 100%;
  margin-top: 28px;
  font-size: 14px;
  color: #999999;
  box-sizing: border-box;
}
.ImgDetail .imgInfobox .shouquan .item{
  line-height: 19px;
  display: flex;
  gap: 10px;
  margin-bottom: 18px;
  box-sizing: border-box;
}
.ImgDetail .imgInfobox .shouquan .item label{
  margin-right: 15px;
  white-space: nowrap;
}
.ImgDetail .imgInfobox .iinfo .showtype {
  width: 100%;
  background: #f3f4f5;
  border-radius: 10px;
  padding: 14px 16px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.ImgDetail .imgInfobox .iinfo .showtype .stype {
    display: none;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.ImgDetail .imgInfobox .iinfo .showtype .stype.active {
    display: flex;
    gap: 18px;
}
.ImgDetail .imgInfobox .iinfo .showtype .stype div {
    width: 100%;
    height: 19px;
    line-height: 19px;
    font-size: 14px;
    font-weight: 400;
    text-align: LEFT;
    color: #999999;
    box-sizing: border-box;
}
.ImgDetail .imgInfobox .iinfo .showtype .stype span {
    height: 19px;
    line-height: 19px;
    color: #666666;
}
.ImgDetail .imgInfobox .iinfo .chosebotn {
  width: 100%;
}
.ImgDetail .imgInfobox .iinfo .downlbtn {
  display: block;
  width: 100%;
  max-width: 300px;
  height: 48px;
  line-height: 48px;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(134.98deg, #03BBD8 0%, #588EEC 100%);
  border-radius: 24px;
  cursor: pointer;
  box-sizing: border-box;
}
.ImgDetail .imgInfobox .iinfo .shares {
  width: 100%;
  height: 24px;
  display: flex;
  align-items: center;
  color: #999999;
  font-size: 14px;
  margin-top: 18px;
}
.ImgDetail .imgInfobox .iinfo .imgs {
  height: 24px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.ImgDetail .imgInfobox .iinfo .shares img{
  width: 24px;
  height: 24px;
  display: block;
  cursor: pointer;
}
.sectionDetail .tjsearch{
  width: 100%;
  line-height: 30px;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 19px;
  font-size: 14px;
  color: #999999;
}
.sectionDetail .tjsearch a{
  height: 30px;
  line-height: 28px;
  padding: 0 16px;
  color: #666666;
  border-radius: 34px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
}
.tjmkType {
  width: 100%;
  max-width: 1200px;
  margin: 24px auto 5px auto;
  display: flex;
  overflow: hidden;
}
.tjmkType .mktype {
  float: left;
  height: 35px;
  font-size: 18px;
  font-weight: 400;
  text-align: LEFT;
  color: #333333;
  line-height: 25px;
  margin-right: 32px;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
}
.tjmkType .mktype.active::after {
  content: "";
  width: 46px;
  height: 3px;
  background: linear-gradient(108.11deg, #03BBD8 0%, #588EEC 100%);
  border-radius: 3px;
  position: absolute;
  left: 9px;
  bottom: 0px;
}

.sectionDetail .pubulibox{
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
}
.sectionDetail .flex-images .fitem{
  margin: 10px;
}



/* hover */
.sectionDetail .tjsearch a:hover{
  border-color: var(--ahover-color1);
}
.sectionDetail .tjsearch a:hover{
  color: var(--ahover-color1);
}


@media screen and (max-width: 1680px) {
  .sectionList .dhtop .daohang,
  .sectionList .listcate{
    padding: 0 10px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1500px) {
  .sectionList .dhtop .daohang,
  .sectionList .listcate{
    padding: 0 11px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1300px) {}
@media screen and (max-width: 1320px) {
  .sectionDetail .sectop{
    padding: 0 10px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1250px) {
  .ImgDetail .imgInfobox .dimgbox {
    flex-shrink: 1;
    max-width: 820px;
  }
}
@media screen and (max-width: 1200px) {
  .pubulibox{
    padding: 0 5px;
    box-sizing: border-box;
  }
  .sectionDetail .flex-images .fitem,
  .flex-images .fitem {
    margin: 5px;
  }

  .flex-images #fi-space{
    margin: 5px;
  }
}

/* Mobile */
@media screen and (max-width: 850px) {
  .pubulibox{
    margin: 20px auto 0 auto;
  }
  .tjmkType {
    margin: 20px auto 5px auto;
  }
}
@media screen and (max-width: 800px) {
  .ImgDetail {
    padding: 15px 15px 20px 15px;
  }
  .ImgDetail .imgInfobox{
    flex-direction: column;
    margin-top: 15px;
  }
  .ImgDetail .imgInfobox .dimgbox{
    width: 100%;
  }
  .ImgDetail .imgInfobox .iinfo{
    margin: 15px 0 0 0
  }
  .ImgDetail .imgInfobox .shouquan{
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    gap: 0 30px;
    flex-wrap: wrap;
  }
  .ImgDetail .imgInfobox .shouquan .item{
    margin-bottom: 12px;
  }
  .ImgDetail .imgInfobox .shouquan .item label{
    color: #333;
  }
  .ImgDetail .imgInfobox .shouquan .item span{
    white-space: nowrap;
  }
  .ImgDetail .imgInfobox .iinfo .downlbtn{
    margin: 0 auto;
  }
  .ImgDetail .imgInfobox .iinfo .shares{
    display: none;
  }
}