
/* [data-theme="color"] {
    background: #f3f4f7;
}

[data-theme="color"] .symian {
    background: #f3f4f7;
} */


/* 所有 */
.headTop .headbox .navs li .allcate {
  display: none;
  width: 430px;
  padding-top: 20px;
  position: absolute;
  top: 54px;
  left: -45px;
  z-index: 5;
}
.headTop .headbox .navs li:hover .allcate {
  display: block;
}
.headTop .headbox .navs li .allcate .sjarr {
  top: 8px;
  left: 63px;
}
.headTop .headbox .navs li .cateplan {
  width: 100%;
  /* height: 251px; */
	background: #ffffff;
	box-shadow: 0px 0px 20px 0px
		rgba(51, 51, 51, 0.14);
	border-radius: 10px;
  padding-top: 27px;
  display: flex;
  box-sizing: border-box;
}
.headTop .headbox .navs li .cateyjs {
  width: 114px;
  min-width: 114px;
  padding-left: 20px;
  padding-top: 2px;
  box-sizing: border-box;
}
.headTop .headbox .navs li .cateyjs .ctyj{
  width: 100%;
  height: 15px;
  line-height: 15px;
	font-size: 14px;
  margin-bottom: 28px;
	letter-spacing: 0px;
	color: #333333;
  cursor: pointer;
}
.headTop .headbox .navs li .cateyjs .ctyj:last-child{
  margin-bottom: 0;
}
.headTop .headbox .navs li .ctxian {
  width: 2px;
  height: inherit;
  margin-bottom: 33px;
  border-right: 1px dashed #cccccc;
}
.headTop .headbox .navs li .cateshowbox {
  width: 100%;
  flex-grow: 1;
  padding-left: 20px;
  box-sizing: border-box;
}
.headTop .headbox .navs li .cateshowbox .showcate {
  width: 100%;
  display: none;
  box-sizing: border-box;
}
.headTop .headbox .navs li .cateshowbox .showcate.show{
  display: block;
}
.headTop .headbox .navs li .showcate .ejimgs {
  width: 100%;
  display: flex;
  padding-right: 19px;
  justify-content: space-between;
  box-sizing: border-box;
}
.headTop .headbox .navs li .showcate .ejimgs a {
  display: block;
  width: 128px;
	height: 71px;
	border-radius: 10px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.headTop .headbox .navs li .showcate .ejimgs a img {
  display: block;
  width: 100%;
  height: 100%;
}
.headTop .headbox .navs li .showcate .ejimgs a p {
  width: 100%;
  height: 19px;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 14px;
  padding: 0 8px;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0.00) 100%);
  border-radius: 0px 0px 10px 10px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
}
.headTop .headbox .navs li .showcate .ejlists {
  width: 100%;
  display: flex;
  margin-top: 20px;
}
.headTop .headbox .navs li .showcate .ejlists .ejitem {
  font-weight: 400;
}
.headTop .headbox .navs li .showcate .ejlists .ejitem .ertit {
  width: 100%;
  height: 14px;
  font-size: 14px;
  text-align: LEFT;
  color: #333333;
  line-height: 14px;
  padding: 0 20px 0 10px;
  margin-bottom: 15px;
  position: relative;
}
.headTop .headbox .navs li .showcate .ejlists .ejitem .ertit::before {
  content: " ";
  width: 2px;
  height: 100%;
  background: #24c5da;
  position: absolute;
  left: 0;
  top: 0;
}
.headTop .headbox .navs li .showcate .ejlists .ejitem a {
  display: block;
  width: 100%;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  padding-left: 10px;
  text-align: left;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 4px;
  margin-bottom: 8px;
  box-sizing: border-box;
}
.headTop .headbox .navs li .showcate .ejlists .ejitem a:hover,
.headTop .headbox .navs li .cateyjs .ctyj:hover,
.headTop .headbox .navs li .cateyjs .ctyj.active{
  color: #22c4dd;
}


/* mianban */
.mianban{
    width: 100%;
    min-height: 100vh;
    min-width: 1300px;
    display: flex;
    box-sizing: border-box;
}
.mianban .mbleft{
    width: 200px;
    min-width: 200px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: #ffffff;
    flex-shrink: 0;
    padding: 0 10px;
    box-shadow: 4px 0px 4px 0px rgba(0,0,0,0.04);
    box-sizing: border-box;
}
.mianban .mbleft .mblogobox{
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.mianban .mbleft .leftmenu{
    width: 100%;
    box-sizing: border-box;
}
.mianban .mbleft .leftmenu .item{
    width: 100%;
    margin-top: 20px;
    box-sizing: border-box;
}
.mianban .mbleft .leftmenu .yjitem{
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    font-weight: 400;
    text-align: LEFT;
    color: #333333;
    border-radius: 4px;
    padding: 0 10px;
    overflow: hidden;
    cursor: pointer;
    box-sizing: border-box;
}
.mianban .mbleft .leftmenu .yjitem:hover{
    background: #e9fcff;
}
.mianban .mbleft .leftmenu .yjitem .yjimg{
    width: 18px;
    height: 18px;
    margin: 7px 4px 0 0;
    display: block;
}
.mianban .mbleft .leftmenu .yjitem .yjimg.simg{
    display: none;
}
.mianban .mbleft .leftmenu .yjitem .arr{
    width: 14px;
    height: 14px;
    margin-top: 10px;
    display: block;
}
.mianban .mbleft .leftmenu .yjitem .arr.sarr{
    display: none;
}
.mianban .mbleft .leftmenu .item .ejtypes{
    display: none;
    width: 100%;
    background: #f2f4f5;
    margin-top: 10px;
    padding: 10px 0;
    box-sizing: border-box;
}
.mianban .mbleft .leftmenu .item.active .yjitem{
    color: #ffffff;
    background: #24c5da;
}
.mianban .mbleft .leftmenu .item.active .yjitem .yjimg{
    display: none;
}
.mianban .mbleft .leftmenu .item.active .yjitem .yjimg.simg{
    display: block;
}
.mianban .mbleft .leftmenu .item.active .yjitem .arr{
    display: none;
}
.mianban .mbleft .leftmenu .item.active .yjitem .arr.sarr{
    display: block;
}
.mianban .mbleft .leftmenu .item.active .ejtypes{
    display: block;
}
.mianban .mbleft .leftmenu .ejtypes a{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #999999;
    box-sizing: border-box;
}
.mianban .mbleft .leftmenu .ejtypes a.active{
    color: #24c5da;
}
.mianban .mbleft .mblogobox .logo{
    width: 130px;
    height: 40px;
    display: block;
}
.mianban .mbright{
    width: 100%;
    min-height: 100vh;
    min-width: 1100px;
    margin-left: 200px;
    box-sizing: border-box;
}
.mianban .mbright .headTop{
    width: 100%;
    min-width: 1100px;
    box-sizing: border-box;
}
.mianban .mbright .headTop .headbox{
    width: 100%;
    min-width: 1100px;
    padding: 0 40px 0 20px;
    box-sizing: border-box;
}
.mianban .mbright .pubulibox{
    width: 100%;
    padding: 0 15px;
}


/* main */
.main {
    width: 100%;
    box-sizing: border-box;
}
.mkbox {
    width: 100%;
}
.mkbox .mktit {
    width: 100%;
    overflow: hidden;
}
.mkbox .mktit .mkimg {
    width: 36px;
    height: 36px;
    display: block;
}
.mkbox .mktit h2 {
  height: inherit;
  text-align: LEFT;
  line-height: inherit;
  margin-left: 10px;
  font-size: 30px;
  font-weight: 700;
  font-stretch: normal;
  letter-spacing: 2px;
  color: #333333;
}
.mkbox .mktit h2.symktit{
  position: relative;
}
.mkbox .mktit h2.symktit::after {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 100%;
  position: absolute;
  right: -24px;
  top: 6px;
}
.mkbox.sjinxuan .mktit h2.symktit::after {
  border: solid 2px #ff8854;
}
.mkbox.aipng .mktit h2::after {
  border: solid 2px #2f66ff;
}
.mkbox.yiliao .mktit h2::after {
  border: solid 2px #9159ff;
}
.mkbox.lvyou .mktit h2::after {
  border: solid 2px #74d89d;
}
.mkbox.canyin .mktit h2::after {
  border: solid 2px #fa4380;
}

.mkbox.sjinxuan .mktit{
  height: 54px;
  line-height: 54px;
}
.mkbox.sjinxuan .mktit .mkimg{
  width: 59px;
  height: 54px;
}
.mkbox.aipng .mktit{
  height: 57px;
  line-height: 57px;
}
.mkbox.aipng .mktit .mkimg{
  width: 56px;
  height: 57px;
}
.mkbox.yiliao .mktit{
  height: 60px;
  line-height: 60px;
}
.mkbox.yiliao .mktit .mkimg{
  width: 57px;
  height: 60px;
}
.mkbox.lvyou .mktit{
  height: 55px;
  line-height: 55px;
}
.mkbox.lvyou .mktit .mkimg{
  width: 69px;
  height: 55px;
}
.mkbox.canyin .mktit{
  height: 65px;
  line-height: 65px;
}
.mkbox.canyin .mktit .mkimg{
  width: 67px;
  height: 65px;
}

.mktittype1 {
    width: 100%;
    display: flex;
    overflow: hidden;
}
.mktittype1 .mktype {
  float: left;
  height: 35px;
  font-size: 18px;
  font-weight: 400;
  text-align: LEFT;
  color: #333333;
  line-height: 25px;
  margin-right: 58px;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
}
.mktittype1 .mktype.active::after {
  content: "";
  width: 33px;
  height: 5px;
  background-image: linear-gradient(80deg, #03bbd8 0%, #588eec 100%), linear-gradient( #f34a6f, #f34a6f);
  border-radius: 3px;
  position: absolute;
  left: 19px;
  bottom: 0px;
}

/* sy 精选专辑*/
.mky_jinxuan {
  width: 100%;
  margin-top: 15px;
  position: relative;
  box-sizing: border-box;
}
.mky_jinxuan .swiper-wrapper{
  width: 100%;
  display: flex;
  height: 348px;
  margin-bottom: 52px;
  padding: 10px 5px;
  overflow: hidden;
  box-sizing: border-box;
}
.mky_jinxuan .swiper-wrapper a {
  display: inline-block;
  min-width: 382px;
  height: 328px;
  margin-right: 37px;
  padding: 10px 9px 0 9px;
  box-shadow: 0px 0px 10px 0px rgba(203, 203, 203, 0.33);
  border-radius: 10px;
  box-sizing: border-box;
}
.mky_jinxuan .item {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 10px;
  box-sizing: border-box;
}
.mky_jinxuan .item .imgbox {
  width: 100%;
  height: 268px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.mky_jinxuan .item .imgbox img {
  width: 100%;
  height: 100%;
}
.mky_jinxuan .item .info {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-weight: 400;
  padding: 0 10px;
  color: #333333;
  background: #ffffff;
  position: relative;
  box-sizing: border-box;
}
.mky_jinxuan .item .info .tit {
  float: left;
  max-width: 46%;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mky_jinxuan .item .info .num {
  float: right;
  max-width: 46%;
  font-size: 14px;
}
.mky_jinxuan .swiper-wrapper a:hover .item::before{
  content: "";
  width: 100%;
  height: 100%;
  background: #dce7f3;
  position: absolute;
  top: 10px;
  left: 0;
  border-radius: 10px;
}
.mky_jinxuan .allZhanJi {
  display: block;
  width: 468px;
  height: 62px;
  line-height: 62px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1px;
  color: #ffffff;
  background-image: linear-gradient(80deg, #03bbd8 0%, #588eec 100%), linear-gradient( #ffffff, #ffffff);
  background-blend-mode: normal, normal;
  box-shadow: 0px 0px 57px 0px rgba(68, 163, 228, 0.33);
  margin: 0 auto;
  border-radius: 31px;
}

/* swiper */
/* 精选专辑 */
.mk_jinxuan {
    width: 100%;
    height: 180px;
    margin-top: 15px;
    padding: 0 57px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
.mk_jinxuan .swiper {
    width: 1284px;
    height: 100%;
    overflow: hidden;
}
.mk_jinxuan .swiper .swiper-slide{
    width: 240px;
    height: 100%;
    margin-right: 21px;
    box-sizing: border-box;
}
.mk_jinxuan .swiper .swiper-slide:last-child{
    margin-right: 0px;
}
.mk_jinxuan .swiper .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.mk_jinxuan .swiper .swiper-slide .item {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.mk_jinxuan .swiper .swiper-slide .item .imgbox {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}
.mk_jinxuan .swiper .swiper-slide .item .imgbox img {
    width: 100%;
    height: 100%;
}
.mk_jinxuan .swiper .swiper-slide .item .info {
    width: 100%;
    height: 82px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0.00) 100%);
    border-radius: 0px 0px 8px 8px;
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
}
.mk_jinxuan .swiper .swiper-slide .item .info .tit {
    width: 100%;
    height: 29px;
    font-size: 20px;
    line-height: 29px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px;
    margin: 14px 0 5px 0;
}
.mk_jinxuan .swiper .swiper-slide .item .info .num {
    width: 100%;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
}
.swiper-button-prev:after {
    display: none;
}
.swiper-button-next:after {
    display: none;
}
.mk_jinxuan .swiper-button-next,
.mk_jinxuan .swiper-button-prev {
    position: absolute;
    top: 22px;
    width: 40px;
    height: 100%;
    background-color: #f7fafa;
    border-radius: 4px;
    outline: none;
    overflow: hidden;
    box-sizing: border-box;
}
.mk_jinxuan .swiper-button-prev {
    left: 0px;
    right: auto;
}
.mk_jinxuan .swiper-button-next {
    right: 0px;
    left: auto;
}
.mk_jinxuan .swiper-button-prev.swiper-button-disabled,
.mk_jinxuan .swiper-button-next.swiper-button-disabled {
    opacity: 1;
    background-color: #ffffff;
    border: 1px solid #f2f2f2;
}
.mk_jinxuan .swiper-button-next .ntimg,
.mk_jinxuan .swiper-button-prev .primg {
    width: 30px;
    height: 30px;
    background: url('../imgs/arrs/arr_sright.png') no-repeat;
    background-size: 30px 30px;
    display: block;
}
.mk_jinxuan .swiper-button-prev .primg {
    transform: rotate(180deg);
}
.mk_jinxuan .swiper-button-next.swiper-button-disabled .ntimg,
.mk_jinxuan .swiper-button-prev.swiper-button-disabled .primg {
    width: 30px;
    height: 30px;
    background: url('../imgs/arrs/arr_sleft.png') no-repeat;
    background-size: 30px 30px;
    display: block;
}
.mk_jinxuan .swiper-button-prev.swiper-button-disabled .primg {
    transform: rotate(0deg);
}
.mk_jinxuan .swiper-button-next.swiper-button-disabled .ntimg {
    transform: rotate(180deg);
}
/* geshiTop */
.geshiTop{
  width: 85%;
  min-width: 1100px;
  margin: 11px auto 0 auto;
  overflow: hidden;
  clear: both;
  box-sizing: border-box;
}
.geshiTop .gstitem{
  float: left;
  display: flex;
  height: 30px;
  line-height: 30px;
  margin-top: 20px;
  padding-left: 10px;
  box-sizing: border-box;
}
.geshiTop .gstitem .tit{
  line-height: inherit;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  text-align: center;
  white-space: nowrap;
  color: #ffffff;
  background-image: linear-gradient(80deg, #03bbd8 0%, #588eec 100%), linear-gradient( #23c5da, #23c5da);
  background-blend-mode: normal, normal;
  border-radius: 15px;
  padding: 0 8px 0 14px;
  margin-right: 27px;
  box-sizing: border-box;
}
.geshiTop .gstitem .item{
  font-size: 14px;
	letter-spacing: 0px;
  margin-right: 40px;
	color: #333333;
}
.geshiTop .gstitem .item.active,
.geshiTop .gstitem .item:hover{
  color: #26c6da;
}

/* 列表页 */
.pubulibox {
    width:85%;
    min-width: 1100px;
    /* min-height: 80vh; */
    min-height: 58.2vh;
    margin:20px auto;
    overflow: hidden;
    clear: both;
    box-sizing: border-box;
}
#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 58px auto;
}
#pblimgs .pblitem {
    min-width: 300px;
    width: 300px;
    display: block;
    border-radius: 8px;
    position: relative;
    box-sizing: border-box;
}
#pblimgs .pblitem .item {
    display: block;
    width: 280px;
    position: relative;
    margin: 0 10px 0 10px;
    border-radius: 8px;
    box-sizing: border-box;
}
#pblimgs .pblitem .imgbox {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-sizing: border-box;
}
#pblimgs .pblitem .imgbox img {
    display: block;
    width: 100%;
    background: #fff;
    object-fit: contain;
    border-radius: 8px;
    box-sizing: border-box;
}
#pblimgs .pblitem .item .info {
    width: 100%;
}
#pblimgs .pblitem .item .info .tit{
    width: 100%;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #333333;
    line-height: 20px;
    padding: 0 10px;
    margin-top: 10px;
    box-sizing: border-box;
}
#pblimgs .pblitem .item .info .tags{
    width: 100%;
    margin-top: 4px;
    justify-content: left;
}
#pblimgs .pblitem .item .info .tags span{
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #333333;
    background: #e6e6e6;
    border-radius: 55px;
    padding: 0 10px;
    margin-right: 10px;
    line-height: 20px;
    box-sizing: border-box;
}
#pblimgs .pblitem .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: 30px;
    box-sizing: border-box;
}
#noserImg .nodata,
#pblimgs .nodata{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* margin-top: 10vh; */
  margin-top: 5vh;
}
#noserImg .nodata .noimg,
#pblimgs .nodata .noimg{
  /* width: 270px; */
  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: 4px;
    /* border: 1px solid #eee; */
    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: auto;
    height: 100%;
    object-fit: initial;
}
.flex-images .fitem .info{
    display: none;
    position: absolute;
    right: 10px;
    left: 0px;
    bottom: 0px;
    /* bottom: -190px; */
    width: 100%;
    height: 42px;
    line-height: 42px;
    padding: 0 20px;
    border-radius: 0 0 10px 10px;
    /* -webkit-transition: all .2s ease-in; */
    /* transition: all .2s ease-in; */
    /* border-radius: 0 0 4px 4px; */
    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;
}
.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: 4px;
  box-sizing: content-box;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  user-select: none;
  background: #fff;
  color: #fff;
  background: url("/assets/img/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;
}
.collectFile{
    display: none;
    width: 266px;
    height: 220px;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.10);
    position: absolute;
    right: 10px;
    top: 60px;
    z-index: 5;
    padding-top: 10px;
    box-sizing: border-box;
}
.collectFile .ectit{
    width: 100%;
    height: 23px;
    line-height: 23px;
    font-size: 16px;
    font-weight: 400;
    text-align: LEFT;
    color: #333333;
    padding: 0 10px;
    box-sizing: border-box;
}
.collectFile .ectit .closebtn{
    float: right;
    width: 19px;
    height: 19px;
    cursor: pointer;
    display: block;
}
.collectFile .cscroll{
    width: 100%;
    height: 132px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-top: 10px;
    box-sizing: border-box;
}
.collectFile .cscroll .item{
    width: 100%;
    height: 46px;
    padding: 0 10px 0 20px;
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 15px;
    box-sizing: border-box;
}
.collectFile .cscroll .item .cinfo{
    width: 116px;
    height: 46px;
    font-weight: 400;
    text-align: LEFT;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    box-sizing: border-box;
}
.collectFile .cscroll .item .filename{
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #333333;
    margin-bottom: 3px;
    box-sizing: border-box;
}
.collectFile .cscroll .item .cinfo span{
    height: 17px;
    line-height: 17px;
    font-size: 12px;
    color: #666666;
    box-sizing: border-box;
}
.collectFile .cscroll .item .agofile{
    display: none;
    width: 60px;
    height: 25px;
    line-height: 23px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #666666;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    margin-left: 10px;
    box-sizing: border-box;
}
.collectFile .cscroll .item .collectType{
    display: none;
    width: 60px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    background: #24c5da;
    border-radius: 4px;
    margin-left: 10px;
    cursor: pointer;
    box-sizing: border-box;
}


.collectFile .cscroll .item:hover{
    background: #f2f2f2;
}
.collectFile .cscroll .item:hover .agofile{
    display: block;
}
.collectFile .cscroll .item:hover .collectType{
    display: block;
}
.collectFile .clectfoot{
    height: 44px;
    margin: 0 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-top: 1px solid #f2f2f2;
    box-sizing: border-box;
}
.collectFile .clectfoot .mycollect{
    display: block;
    width: 110px;
    height: 25px;
    line-height: 23px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #666666;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    box-sizing: border-box;
}


/* 详情页 */
.daohang{
  height: 16px;
  line-height: 16px;
	font-size: 14px;
	letter-spacing: 0px;
	color: #999999;
}
.daohang a{
  height: 16px;
	font-size: 14px;
	color: #999999;
}

.tkdetail {
  width: 100%;
  background: #ffffff;
  padding: 30px 40px 45px 30px;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 0px 0px 20px 0px rgba(51, 51, 51, 0.14);
}

.tkdetail .title {
    width: 100%;
    overflow: hidden;
    clear: both;
    box-sizing: border-box;
}

.tkdetail .title h1 {
    float: left;
    width: 80%;
    height: 35px;
    line-height: 35px;
    font-size: 24px;
    font-weight: 400;
    text-align: LEFT;
    color: #333333;
    box-sizing: border-box;
}
.tkdetail .title .tback {
    float: right;
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: #999999;
    box-sizing: border-box;
}
.tkdetail .title .tback .tbimg{
    width: 20px;
    height: 20px;
    display: block;
    margin-right: 7px;
}
.tkdetail .biaoqian {
    width: 100%;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}
.tkdetail .biaoqian span.bq {
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    font-weight: 400;
    text-align: LEFT;
    color: #666666;
    background: #f7f7f7;
    padding: 0 10px;
    border-radius: 50px;
    margin-right: 10px;
    box-sizing: border-box;
}
.tkdetail .biaoqian .shcbox{
    box-sizing: border-box;
}
.tkdetail .biaoqian .shcbox .lovebtn{
    width: 87px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    font-weight: 400;
    text-align: LEFT;
    color: #ffffff;
    background: #24c5da;
    border: 1px solid #cccccc;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-sizing: border-box;
}
.tkdetail .biaoqian .shcbox .lovebtn.nolove{
  float: right;
    background: #fafafa;
    color: #666666;
}
.tkdetail .biaoqian .shcbox .lovebtn .climg{
    width: 16px;
    height: 14px;
    margin-right: 6px;
    display: block;
}
.tkdetail .biaoqian .shcbox .fillbtn{
    display: none;
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;
    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: -1px;
    right: 96px;
    padding: 0 10px;
    cursor: pointer;
    box-sizing: border-box;
}
.tkdetail .biaoqian .shcbox .fillbtn .ximg{
    display: block;
    width: 10px;
    height: 5px;
    margin-left: 10px;
}
.tkdetail .biaoqian .collectFile{
    right: 47px;
    top: 45px;
    z-index: 5;
}
.tkdetail .imgInfobox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    box-sizing: border-box;
}
.tkdetail .imgInfobox .dimgbox {
    width: 920px;
    height: 500px;
    border-radius: 8px;
    overflow: hidden;
    box-sizing: border-box;
}
.tkdetail .imgInfobox .dimgbox .dimg {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    display: block;
    object-fit: contain;
}
.tkdetail .imgInfobox .iinfo {
  width: 272px;
  margin-left: 36px;
  justify-content: space-between;
}
.tkdetail .imgInfobox .iinfo .choosetype {
    width: 100%;
}
.tkdetail .imgInfobox .iinfo .choosetype .type {
    width: 100%;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    text-align: LEFT;
    color: #666666;
    margin-top: 14px;
    line-height: 20px;
    display: flex;
}
.tkdetail .imgInfobox .iinfo .choosetype .type:first-child {
    margin-top: 9px;
}
.tkdetail .imgInfobox .iinfo .choosetype .type .timgbox {
    width: 18px;
    height: 18px;
    background: #ffffff;
    border: 1px solid #f2f2f2;
    border-radius: 50%;
    cursor: pointer;
    box-sizing: border-box;
}
.tkdetail .imgInfobox .iinfo .choosetype .type .timgbox img {
    width: 100%;
    height: 100%;
    display: none;
}
.tkdetail .imgInfobox .iinfo .choosetype .type.active .timgbox {
    border: none;
}
.tkdetail .imgInfobox .iinfo .choosetype .type.active .timgbox img {
    display: block;
}
.tkdetail .imgInfobox .iinfo .choosetype .type .tname {
    width: 100px;
    margin: 0 10px;
}
.tkdetail .imgInfobox .iinfo .showtype {
  width: 100%;
  background: #f3f4f5;
  border-radius: 10px;
  padding: 10px 0 20px 0;
  margin-top: 20px;
  box-sizing: border-box;
}
.tkdetail .imgInfobox .iinfo .showtype .stype {
    display: none;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.tkdetail .imgInfobox .iinfo .showtype .stype.active {
    display: flex;
}

.tkdetail .imgInfobox .iinfo .showtype .stype div {
    width: 100%;
    height: 17px;
    line-height: 17px;
    font-size: 12px;
    font-weight: 400;
    text-align: LEFT;
    color: #666666;
    margin-top: 10px;
    padding-left: 20px;
    box-sizing: border-box;
}
.tkdetail .imgInfobox .iinfo .chosebotn {
  display: block;
  width: 100%;
}
.tkdetail .imgInfobox .iinfo .aeditbtn {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  background: #24c5da;
  border-radius: 50px;
  margin-bottom: 20px;
  cursor: pointer;
  box-sizing: border-box;
}

.tkdetail .imgInfobox .iinfo .downlbtn {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    background: #24c5da;
    border-radius: 50px;
    cursor: pointer;
    box-sizing: border-box;
}

/* 相关搜索 */
.tk_xg_search{
  width: 100%;
  font-size: 14px;
	color: #999999;
  box-sizing: border-box;
}
.tk_xg_search a{
  display: inline-block;
  line-height: 20px;
	background-color: #ffffff;
	border-radius: 10px;
  margin-right: 18px;
  margin-top: 10px;
  padding: 0 5px;
  font-size: 14px;
  color: #333333;
	border: solid 1px #999999;
  box-sizing: border-box;
}
.tk_xg_search a:first-child{
  margin-left: 15px;
}
.tk_xg_search a:hover{
  color: #26c6da;
}

/* 详情swiper */
.mk_jinxuan.jxzjtj2 {
    margin-top: 20px;
}

.mk_jinxuan.jxzjtj2 .swiper-button-prev,
.mk_jinxuan.jxzjtj2 .swiper-button-next {
    opacity: 1;
    background: #f7fafa;
    border: 1px solid #f0f6f7;
}

.mk_jinxuan.jxzjtj2 .swiper-button-prev.swiper-button-disabled,
.mk_jinxuan.jxzjtj2 .swiper-button-next.swiper-button-disabled {
    background: #ffffff;
    border: none;
}

.sy-tupan {
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
  margin: 15px 0 15px -4px;
  box-sizing: border-box;
}

.sy-tupan .item-tupan {
    float: left;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    border-radius: 4px;
    padding: 10px;
    position: relative;
    z-index: 25;
    box-sizing: border-box;
}

.sy-tupan .item-tupan .tpimg {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.sy-tupan .item-tupan .tpimg img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 1s ease 0s;
    box-sizing: border-box;
}

.sy-tupan .item-tupan .tpimg .tp-tit {
    display: none;
    width: 100%;
    height: 46px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), transparent);
    font-size: 16px;
    line-height: 50px;
    color: #ffffff;
    position: absolute;
    bottom: 0px;
    z-index: 30;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 18px;
    border-radius: 0 0 4px 4px;
    box-sizing: border-box;
}

.sy-tupan .item-tupan .tpdown {
    display: none;
    width: 88px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    justify-content: center;
    background: #ff9d00;
    border-radius: 17px;
    position: absolute;
    top: 16px;
    right: 17px;
    z-index: 30;
}

.item-tupan:nth-child(3n) {
    margin-right: 0;
}

.item-tupan:hover {
    cursor: pointer;
}

.item-tupan:hover .tpdown {
    display: block;
}

.item-tupan:hover .tpimg .tp-tit {
    display: block;
}

.item-tupan:hover .tpimg img {
    transform: scale(1.2);
}

/* 弹窗 */
.close-tch {
    display: none !important;
}

.tanchuang {
    width: 100%;
    height: 100%;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 30;
}
.tanchuang .tch-box {
    width: 760px;
    height: 500px;
    background: #ffffff;
    margin: auto;
    overflow: hidden;
    border-radius: 10px;
    box-sizing: border-box;
}
.tanchuang .tch-box .in-box {
    width: 760px;
    height: 190px;
}
.tanchuang .tch-box .in-box .img img{
    display: block;
    width: 100%;
    height: 100%;
}
.tanchuang .tch-box .in-box .close {
    width: 20px;
    height: 20px;
    position: relative;
    top: -177px;
    left: 725px;
    cursor: pointer;
}
.tanchuang .tch-box .in-box .close img{
    display: block;
    width: 100%;
    height: 100%;
}
.tanchuang .tch-box .in-box .input-ma {
    width: 760px;
    position: relative;
    top: -154px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
}
.tanchuang .tch-box .in-box .input-ma p {
    height: 40px;
    font-size: 26px;
    margin: auto;
    text-shadow: 0px 0px 10px 2px rgba(182, 111, 0, 0.5);
}
.tanchuang .tch-box .in-box .input-ma .shurukuang {
    width: 330px;
    height: 46px;
    background: #ffffff;
    border-radius: 4px;
    display: flex;
    flex-wrap: nowrap;
    margin: 26px auto 44px auto;
}
.tanchuang .tch-box .in-box .shurukuang input {
    width: 250px;
    padding-left: 13px;
    border-radius: 4px;
    border: none;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: bold;
    text-align: left;
    color: #cccccc;
    outline: none;
}
.tanchuang .tch-box .in-box .shurukuang .btn {
    width: 72px;
    height: 38px;
    font-size: 16px;
    background: #4f95ff;
    color: #ffffff;
    border-radius: 4px;
    margin: 4px;
    border: none;
    cursor: pointer;
}
.tanchuang .tch-box .gongzhong {
    width: 760px;
    height: 310px;
    display: flex;
    flex-direction: column;
}
.tanchuang .tch-box .gongzhong p {
    width: 364px;
    height: 41px;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: bold;
    text-align: center;
    color: #333333;
    line-height: 24px;
    letter-spacing: 0.8px;
    margin: 30px auto 32px auto;
}
.tanchuang .tch-box .gongzhong p span {
    color: #FFAE3B;
}
.tanchuang .tch-box .gongzhong .erweima {
    width: 168px;
    height: 168px;
    border: 1px solid #e6e6e6;
    margin: 0 auto;
}
.tanchuang .tch-box .gongzhong .erweima img{
    width: 100%;
    height: 100%;
    display: block;
}

/* nodata */
.notfond_res{
    width: 100%;
    height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #999999;
}
.notfond_res img{
    margin-bottom: 20px;
    width: auto;
}


/* 页码 */
.mypagebox {display:block; text-align:center; padding-bottom:20px;clear:both;}
.mypagebox a { display:inline-block; height:30px;line-height:28px;color:#333; font-size:16px;border-radius:3px;box-sizing: border-box;}
.mypagebox a { padding:0 11px; border:1px solid #e3e3e3;background: #fff;}
.mypagebox a:hover,.mypagebox a.current {background: #24c5da; border:1px solid #24c5da; color:white !important; text-decoration:none; }
.mypagebox a:last-child {margin-right:0px;}

.page {width: 100%;margin: 10px 0 15px 0;box-sizing: border-box;}
ul.pagination {width: 100%;display: flex;justify-content: center;align-items: center;box-sizing: border-box;}
ul.pagination a,
ul.pagination span{display: block;height: 30px;line-height: 28px;color: #333;font-size: 16px;padding: 0 11px;border: 1px solid #e3e3e3;background: #fff;border-radius: 3px;margin: 0 4px;cursor: pointer;box-sizing: border-box;}
ul.pagination .disabled span{cursor: default;box-sizing: border-box;}
ul.pagination a:hover,
ul.pagination li.active span{background: linear-gradient(80deg, #03bbd8 0%, #588eec 100%), linear-gradient( #ffffff, #ffffff); border:1px solid #24c5da;color: #ffffff;}


/* user  */
.centerBox{
    width: 100%;
    min-height: 746px;
    background: #ffffff;
    border-radius: 4px;
    padding: 20px 0 10px 0;
    margin-top: 30px;
    box-sizing: border-box;
}
.centerBox .unavsType{
    height: 50px;
    padding: 0 20px;
    background: #effbfd;
    border-radius: 4px;
    margin: 0 20px;
    display: flex;
    box-sizing: border-box;
}
.centerBox .unavsType a{
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: 500;
    text-align: LEFT;
    color: #666666;
    margin-right: 35px;
    position: relative;
    box-sizing: border-box;
}
.centerBox .unavsType a.active{
    color: #24c5da;
}
.centerBox .unavsType a.active::after{
    content: ' ';
    width: 100%;
    height: 2px;
    background: #24c5da;
    position: absolute;
    bottom: 11px;
    left: 0;
}
/* 我的下载 */
.centerBox .udownload{
    width: 100%;
    margin-top: 30px;
    box-sizing: border-box;
}
.centerBox .udownload table{
    width: 100%;
    border-spacing: 0px;
    box-sizing: border-box;
}
.centerBox .udownload table thead tr{
    width: 100%;
    height: 33px;
    line-height: 33px;
    font-size: 16px;
    font-weight: 400;
    text-align: LEFT;
    color: #999999;
    /* padding-bottom: 10px; */
    box-sizing: border-box;
}
.centerBox .udownload table thead tr td{
    padding: 0 30px 10px 30px;
    text-align: LEFT;
    box-sizing: border-box;
}
.centerBox .udownload table tbody tr{
    width: 100%;
    height: 140px;
    padding: 10px 80px 10px 0;
    box-sizing: border-box;
}
.centerBox .udownload table tbody tr:hover{
    background: #f7f7f7;
}
.centerBox .udownload table tbody tr td{
    height: 120px;
    box-sizing: border-box;
}
.centerBox .udownload table tbody tr td:first-child{
    width: 895px;
    min-width: 522px;
}
.centerBox .udownload table tbody tr td:last-child{
    width: 170px;
}
.centerBox .udownload table tbody tr td .Imginfo{
    height: 100%;
    justify-content: left;
    margin-left: 30px;
    box-sizing: border-box;
}
.centerBox .udownload table tbody tr td .Imginfo .dimg{
    width: 120px;
    height: 120px;
    border-radius: 4px;
    display: block;
}
.centerBox .udownload table tbody tr td .Imginfo .deg{
    width: 382px;
    font-size: 16px;
    font-weight: 400;
    text-align: LEFT;
    color: #333333;
    margin-left: 20px;
    box-sizing: border-box;
}
.centerBox .udownload table tbody tr td .Imginfo .deg .tit{
    width: 100%;
    height: 46px;
    line-height: 23px;
    margin-bottom: 11px;
    box-sizing: border-box;
}
.centerBox .udownload table tbody tr td .Imginfo .deg p{
    width: 100%;
    height: 17px;
    font-size: 12px;
    color: #666666;
    line-height: 17px;
    margin-bottom: 8px;
    box-sizing: border-box;
}
.centerBox .udownload table tbody tr td .Imginfo .deg p:last-child{
    margin-bottom: 0px;
}
.centerBox .udownload table tbody tr td .xztime{
    width: 132px;
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #666666;
    line-height: 20px;
    box-sizing: border-box;
}
.centerBox .udownload table tbody tr td .options{
    width: 90px;
    box-sizing: border-box;
}
.centerBox .udownload table tbody tr td .options .btn{
    display: block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #666666;
    background: #f5f5f5;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    margin: 10px 0;
    box-sizing: border-box;
}
.centerBox .udownload table tbody tr td .options .mydownload{
    color: #fff;
    background: #24c5da;
    border-color: #24c5da;
    cursor: pointer;
}
/* 我的收藏 */
.centerBox .ucollect{
    width: 100%;
    margin-top: 24px;
    box-sizing: border-box;
}
.centerBox .ucollect .collects{
    width: 100%;
    flex-wrap: wrap;
    margin-top: 24px;
    justify-content: flex-start;
    box-sizing: border-box;
}
.centerBox .ucollect .collects .item{
    width: 210px;
    height: 210px;
    border: 1px solid #e6e6e6;
    background: #ffffff;
    border-radius: 4px;
    margin-left: 20px;
    position: relative;
    align-items: initial;
    overflow: hidden;
    box-sizing: border-box;
}
.centerBox .ucollect .collects .additem{
    width: 210px;
    height: 210px;
    border: 1px solid #e6e6e6;
    background: #ffffff;
    border-radius: 4px;
    margin-left: 20px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    cursor: pointer;
}
.centerBox .ucollect .collects .additem .addimg{
    width: 50px;
    height: 50px;
    display: block;
}
.centerBox .ucollect .collects .additem span{
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #333333;
    margin-top: 8px;
    box-sizing: border-box;
}
.centerBox .ucollect .collects .item .imgs{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
}
.centerBox .ucollect .collects .item .imgs .eimg{
    width: 101px;
    height: 101px;
    margin-bottom: 5px;
    box-sizing: border-box;
}
.centerBox .ucollect .collects .item .imgs .eimg:nth-child(1),
.centerBox .ucollect .collects .item .imgs .eimg:nth-child(4){
    border-radius: 4px 0 4px 0;
}
.centerBox .ucollect .collects .item .imgs .eimg:nth-child(2),
.centerBox .ucollect .collects .item .imgs .eimg:nth-child(3){
    border-radius: 0 4px 0 4px;
}
.centerBox .ucollect .collects .item .imgs .eimg:nth-child(n+2){
    margin-bottom: 0px;
}
.centerBox .ucollect .collects .item .info{
    width: 208px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    text-align: LEFT;
    color: #333333;
    background: #effbfd;
    justify-content: space-between;
    padding: 0 9px;
    border-radius: 0px 0px 4px 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    box-sizing: border-box;
}
.centerBox .ucollect .collects .item .info .tit{
    width: 150px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
}
.centerBox .ucollect .collects .item .info span{
    height: 40px;
    line-height: 40px;
    color: #999999;
    box-sizing: border-box;
}
.centerBox .ucollect .collects .item .cateopt{
    display: none;
    width: 120px;
    height: 120px;
    background: #ffffff;
    border-radius: 4px;
    position: absolute;
    left: 80px;
    top: 40px;
    z-index: 5;
    padding: 10px 20px;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.10);
    box-sizing: border-box;
}
.centerBox .ucollect .collects .item .cateopt .copt{
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    text-align: LEFT;
    color: #666666;
    margin-bottom: 5px;
    cursor: pointer;
    box-sizing: border-box;
}
.centerBox .ucollect .collects .item .cateopt .copt:hover{
    color: #24c5da;
}
.centerBox .ucollect .collects .item .cateopt .copt:last-child{
    margin-bottom: 0;
}
.centerBox .ucollect .collects .item:hover .cateopt{
    display: block;
}



/* 账号设置 */
.centerBox .utypebox{
    width: 100%;
    margin-top: 24px;
    padding: 0 50px;
    box-sizing: border-box;
}
.utypebox .avatbox{
    width: 100%;
    display: flex;
    box-sizing: border-box;
}
.utypebox .avatbox{
    width: 100%;
    display: flex;
    margin-bottom: 30px;
    box-sizing: border-box;
}
.utypebox .avatbox span{
    width: 112px;
    min-width: 112px;
    height: 23px;
    font-size: 16px;
    font-weight: 500;
    text-align: LEFT;
    color: #333333;
    line-height: 23px;
    margin-right: 10px;
    box-sizing: border-box;
}
.utypebox .avatbox .aimgbox{
    width: 88px;
    height: 88px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    display: block;
    box-sizing: border-box;
}
.utypebox .avatbox .aimgbox .avatimg{
    width: 100%;
    height: 100%;
    display: block;
}
.utypebox .avatbox .aimgbox #file-input{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
    display: block;
}
.utypebox .uline{
    width: 100%;
    height: 85px;
    line-height: 85px;
    display: flex;
    border-top: 1px solid #eae7e7;
    box-sizing: border-box;
}
.utypebox .uline span{
    width: 112px;
    min-width: 112px;
    height: 100%;
    line-height: inherit;
    font-size: 16px;
    font-weight: 500;
    text-align: LEFT;
    color: #333333;
    margin-right: 10px;
    box-sizing: border-box;
}
.utypebox .uline .udeg{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.utypebox .uline .udeg .noset,
.utypebox .uline .udeg .seted{
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 400;
    text-align: LEFT;
    color: #666666;
    justify-content: left;
    position: relative;
    box-sizing: border-box;
}
.utypebox .uline .udeg .noshow{
    display: none;
}
.utypebox .uline .udeg.nikeinfo{
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
.utypebox .uline .udeg .nikebox{
    width: 34px;
    height: 34px;
    cursor: pointer;
    box-sizing: border-box;
}
.utypebox .uline .udeg .nikebox .nikeimg{
    width: 14px;
    height: 14px;
    box-sizing: border-box;
}
.utypebox .uline .udeg .setimg{
    width: 20px;
    height: 20px;
    margin-right: 6px;
    box-sizing: border-box;
}
.utypebox .uline .udeg .uoption{
    line-height: inherit;
    position:absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    box-sizing: border-box;
}
.utypebox .uline .udeg .upphone,
.utypebox .uline .udeg .setpassword,
.utypebox .uline .udeg .uppassword{
    font-size: 14px;
    font-weight: 400;
    text-align: LEFT;
    color: #24c5da;
}
.utypebox .uline .udeg .bdphone,
.utypebox .uline .udeg .bdweixin,
.utypebox .uline .udeg .bdqq{
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    background: #24c5da;
    top: 27px;
    border-radius: 555px;
    box-sizing: border-box;
}
/* userDig */
.userDig{
    display: none;
    width: 100%;
    min-width: 1200px;
    height: 100%;
    background: rgba(0,0,0,0.50);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 50;
    box-sizing: border-box;
}
.userDig.dislg{
    display: flex;
    justify-content: center;
    align-items: center;
}
.userDig .userBox{
    width: 380px;
    min-height: 210px;
    background: #ffffff;
    border-radius: 8px;
    padding: 20px;
    box-sizing: border-box;
}
.userDig .userBox .mkDig{
    display: none;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.userDig .userBox .titbox{
    width: 100%;
    line-height: 23px;
    font-size: 16px;
    font-weight: 400;
    text-align: LEFT;
    color: #333333;
    justify-content: space-between;
    padding-bottom: 9px;
    border-bottom: 1px solid #f2f2f2;
    box-sizing: border-box;
}
.userDig .userBox .titbox .uclose{
    width: 19px;
    height: 19px;
    display: block;
    cursor: pointer;
}
.userDig .userBox .editNike .nikename{
    width: 300px;
    height: 42px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    text-align: LEFT;
    color: #333333;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    margin: 30px 20px 36px 20px;
    padding: 0 12px;
    box-sizing: border-box;
}
.userDig .userBox .editNike .btns{
    width: 100%;
    justify-content: flex-end;
    box-sizing: border-box;
}
.userDig .userBox .editFile .filename,
.userDig .userBox .editUpfile .filename{
    width: 300px;
    height: 42px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    text-align: LEFT;
    color: #333333;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    margin: 30px 20px 36px 20px;
    padding: 0 12px;
    box-sizing: border-box;
}
.userDig .userBox .editFile .btns,
.userDig .userBox .editUpfile .btns{
    width: 100%;
    justify-content: flex-end;
    box-sizing: border-box;
}
.userDig .userBox .mkDig input::placeholder{
    color: #cccccc;
}
.userDig .userBox .mkDig .btns .btn{
    width: 90px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #666666;
    background: #f5f5f5;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    margin-left: 20px;
    cursor: pointer;
    box-sizing: border-box;
}
.userDig .userBox .mkDig .btns .btn:last-child{
    color: #ffffff;
    background: #24c5da;
    border-color: #24c5da;
}
.userDig .userBox .editPhone .step{
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    text-align: LEFT;
    box-sizing: border-box;
}
.userDig .userBox .editPhone .step2{
    display: none;
}
.userDig .userBox .editPhone .stepinfo{
    width: 100%;
    padding: 10px 20px 0 20px;
    box-sizing: border-box;
}
.userDig .userBox .editPhone .step p{
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
}
.userDig .userBox .editPhone .step .inputbox{
    width: 100%;
    height: 42px;
    line-height: 40px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    padding: 0 8px 0 12px;
    margin-top: 20px;
    box-sizing: border-box;
}
.userDig .userBox .editPhone .step .inputbox.nphone{
    display: flex;
    justify-content: left;
    align-items: center;
    box-sizing: border-box;
}
.userDig .userBox .editPhone .step .inputbox .phimg{
    width: 14px;
    height: 14px;
    margin: 0 10px 0 0;
    display: block;
}
.userDig .userBox .editPhone .step .inputbox input{
    width: 170px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    text-align: LEFT;
    color: #333333;
    box-sizing: border-box;
}
.userDig .userBox .editPhone .step .inputbox input::placeholder{
    color: #cccccc;
}
.userDig .userBox .editPhone .step .inputbox .getcode{
    float: right;
    line-height: 40px;
    font-size: 14px;
    color: #24c5da;
    cursor: pointer;
    box-sizing: border-box;
}
.userDig .userBox .editPhone .step .inputbox .getcode.ocolor{
    color: #ccc;
    cursor: default;
}
.userDig .userBox .mkDig.editPhone .btns{
    justify-content: flex-end;
    margin-top: 20px;
}
.userDig .userBox .editWiexin .wxewma,
.userDig .userBox .editQQ .qqewma{
    width: 136px;
    height: 136px;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    padding: 10px;
    margin: 20px auto;
    box-sizing: border-box;
}
.userDig .userBox .editWiexin .wxewma img,
.userDig .userBox .editQQ .qqewma img{
    width: 100%;
    height: 100%;
    display: block;
}
.userDig .userBox .editWiexin p,
.userDig .userBox .editQQ p{
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #666666;
    box-sizing: border-box;
}
.userDig .userBox .editPasd .inputbox{
    width: 100%;
    height: 42px;
    line-height: 40px;
    border-radius: 4px;
    margin-top: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: left;
    align-items: center;
    box-sizing: border-box;
}
.userDig .userBox .editPasd .inputbox span{
    width: 76px;
    min-width: 76px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    text-align: right;
    color: #333333;
    box-sizing: border-box;
}
.userDig .userBox .editPasd .inputbox input{
    width: 100%;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    text-align: LEFT;
    color: #333333;
    padding: 0 12px;
    margin-left: 10px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    box-sizing: border-box;
}
.userDig .userBox .editPasd .inputbox input::placeholder{
    color: #cccccc;
}
.userDig .userBox .mkDig.editPasd .btns{
    justify-content: flex-end;
    margin-top: 20px;
}

/* 收藏详情 */
.collecDetail{
    width: 100%;
    background: #ffffff;
    min-height: 500px;
    margin-top: 24px;
    padding: 20px;
    overflow: hidden;
    box-sizing: border-box;
}
.collecDetail .udaohaong{
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-family: Noto Sans SC, Noto Sans SC-400;
    font-weight: 400;
    text-align: LEFT;
    color: #666666;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.collecDetail .lovelimgs{
    width: 100%;
    box-sizing: border-box;
}






/* loginDig */
.loginDig{
    display: none;
    width: 100%;
    min-width: 1200px;
    height: 100%;
    background: rgba(0,0,0,0.50);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 50;
    box-sizing: border-box;
}
.loginDig.dislg{
    display: flex;
    justify-content: center;
    align-items: center;
}
.loginDig .loginBox{
    width: 800px;
    height: 500px;
    background: #ffffff;
    border-radius: 8px;
    position: relative;
    box-sizing: border-box;
}
.loginBox .lgbgimg{
    float: left;
    width: 320px;
    height: 500px;
    border-radius: 8px 0px 0px 8px;
    box-sizing: border-box;
}
.loginBox .close{
    width: 22px;
    height: 22px;
    position: absolute;
    right: 10px;
    top: -50px;
    cursor: pointer;
    box-sizing: border-box;
}
.loginBox .close::after{
    content: ' ';
    height: 24px;
    width: 1px;
    background: #fff;
    position: absolute;
    right: 10px;
    top: 24px;
    box-sizing: border-box;
}
.loginBox .close .cimg{
    width: 22px;
    height: 22px;
    display: block;
}
.loginBox .loginfo{
    float: right;
    width: 480px;
    height: 500px;
    position: relative;
    background: #ffffff;
    border-radius: 0px 8px 8px 0px;
    box-sizing: border-box;
}
.loginBox .loginfo .lgtypebox{
    width: 80px;
    height: 80px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    border-radius: 0px 8px 0px 0px;
    box-sizing: border-box;
}
.loginBox .loginfo .lgtypebox .tpimg{
    width: 80px;
    height: 80px;
    display: block;
}
/*pasyzm*/
.loginBox .loginfo .pasyzmbox{
    width: 100%;
    height: 100%;
    padding: 80px 80px 60px 80px;
    box-sizing: border-box;
}
.loginBox .loginfo .pasyzmbox .pdyztit{
    width: 100%;
    display: flex;
    margin-bottom: 45px;
    box-sizing: border-box;
}
.loginBox .loginfo .pasyzmbox .pdyztit .type{
    height: 38px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #333333;
    padding: 0 14px 12px 14px;
    line-height: 26px;
    cursor: pointer;
    border-bottom: 2px solid #ffffff;
    box-sizing: border-box;
}
.loginBox .loginfo .pasyzmbox .pdyztit .type.active{
    color: #24c5da;
    border-color: #24c5da;
}
.loginBox .loginfo .pasyzmbox .formbox{
    width: 100%;
    box-sizing: border-box;
}
.loginBox .loginfo .pasyzmbox .noshow{
    display: none;
}
.loginBox .loginfo .formbox .item{
    width: 100%;
    line-height: 20px;
    display: flex;
    justify-content: left;
    position: relative;
    margin-top: 30px;
    padding-bottom: 11px;
    border-bottom: 1px solid #d9d9d9;
    box-sizing: border-box;
}
.loginBox .loginfo .formbox .item .iimg{
    width: 14px;
    height: 14px;
    box-sizing: border-box;
}
.loginBox .loginfo .formbox .item input{
    width: 80%;
    line-height: 20px;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    text-align: LEFT;
    color: #333333;
    margin-left: 6px;
    box-sizing: border-box;
}
.loginBox .loginfo .formbox .item input.yzm{
    width: 200px;
}
.loginBox .loginfo .formbox .item input::placeholder{
    color: #999999;
}
.loginBox .loginfo .formbox.loginCode .item .safeCode{
    width: 88px;
    height: 32px;
    background: #f8f8f8;
    border: 1px solid #f2f2f2;
    border-radius: 2px;
    position: absolute;
    right: 0;
    top: -8px;
    cursor: pointer;
    box-sizing: border-box;
}
.loginBox .loginfo .formbox.loginCode .item .safeCode img{
    width: 100%;
    height: 100%;
    display: block;
    box-sizing: border-box;
}
.loginBox .loginfo .formbox.loginCode .item .CodeMa{
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    text-align: LEFT;
    line-height: 20px;
    color: #999999;
    position: absolute;
    right: 0;
    top: 0;
    box-sizing: border-box;
}
.loginBox .loginfo .formbox.loginCode .item .CodeMa.CodeMabtn{
    color: #24c5da;
    cursor: pointer;
}
.loginBox .loginfo .formbox .notebox{
    width: 100%;
    line-height: 20px;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    text-align: LEFT;
    color: #999999;
    justify-content: space-between;
    margin-top: 10px;
    box-sizing: border-box;
}
.loginBox .loginfo .formbox .notebox .jzinfo{
    height: 20px;
    line-height: 20px;
    box-sizing: border-box;
}
.loginBox .loginfo .formbox .notebox .jzinfo input{
    width: 14px;
    height: 14px;
    border: 1px solid #999999;
    border-radius: 2px;
    margin-right: 4px;
    box-sizing: border-box;
}
.loginBox .loginfo .formbox .notebox a{
    color: #999999;
}
.loginBox .loginfo .formbox .submitbtn{
    width: 320px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    background: #24c5da;
    border-radius: 555px;
    margin-top: 75px;
    cursor: pointer;
    box-sizing: border-box;
}
.loginBox .loginfo .formbox.loginCode .submitbtn {
    margin-top: 44px;
}
.loginBox .loginfo .formbox .noregin{
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-top: 10px;
    box-sizing: border-box;
}
.loginBox .loginfo .formbox .noregin a{
    color: #999999;
    cursor: pointer;
}
.loginBox .loginfo .formbox .noregin a span{
    color: #24C5DA;
}
/* erweima */
.loginBox .loginfo .erweimabox{
    display: none;
    width: 100%;
    height: 100%;
    padding: 50px 0 30px 0;
    box-sizing: border-box;
}
.loginBox .loginfo .erweimabox .ewmtit{
    width: 100%;
    height: 26px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #333333;
    line-height: 26px;
    box-sizing: border-box;
}
.loginBox .loginfo .erweimabox .ewmtit img{
    width: 25px;
    height: 20px;
    margin-right: 10px;
    display: block;
}
.loginBox .loginfo .erweimabox .ewmbox{
    width: 243px;
    height: 243px;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    display: flex;
    align-items: center;
    margin: 16px auto 0 auto;
    box-sizing: border-box;
}
.loginBox .loginfo .erweimabox .ewmbox img{
    width: 215px;
    height: 215px;
    border-radius: 4px;
    display: block;
}
.loginBox .loginfo .erweimabox .ewmbtn{
    width: 243px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #24c5da;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 38px auto 0 auto;
    border: 1px solid #24c5da;
    border-radius: 51px;
    cursor: pointer;
    box-sizing: border-box;
}
.loginBox .loginfo .erweimabox .ewmbtn img{
    width: 20px;
    height: 20px;
    display: block;
    margin-right: 10px;
}
.loginBox .loginfo .erweimabox p{
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    text-align: right;
    color: #666666;
    margin-top: 30px;
    padding-right: 30px;
    box-sizing: border-box;
}
.loginBox .loginfo .erweimabox p span{
    margin-left: 10px;
    cursor: pointer;
    box-sizing: border-box;
}
/* register */
.loginBox .register{
    display: none;
    float: right;
    width: 480px;
    height: 500px;
    position: relative;
    background: #ffffff;
    border-radius: 0px 8px 8px 0px;
    box-sizing: border-box;
}
.loginBox .register .regisinfo{
    width: 100%;
    padding: 40px 80px;
    box-sizing: border-box;
}
.loginBox .register .regtit{
    width: 100%;
    display: flex;
    box-sizing: border-box;
}
.loginBox .register .regtit .type{
    width: 100px;
    height: 38px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #24c5da;
    padding: 0 14px 12px 14px;
    line-height: 26px;
    cursor: pointer;
    border-bottom: 2px solid #24c5da;
    box-sizing: border-box;
}
.loginBox .register .registbox{
    width: 100%;
    box-sizing: border-box;
}
.loginBox .register .registbox .item{
    width: 100%;
    line-height: 20px;
    display: flex;
    justify-content: left;
    position: relative;
    margin-top: 30px;
    padding-bottom: 11px;
    border-bottom: 1px solid #d9d9d9;
    box-sizing: border-box;
}
.loginBox .register .registbox .item .iimg{
    width: 14px;
    height: 14px;
    box-sizing: border-box;
}
.loginBox .register .registbox .item input{
    width: 80%;
    line-height: 20px;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    text-align: LEFT;
    color: #333333;
    margin-left: 6px;
    box-sizing: border-box;
}
.loginBox .register .registbox .item input.yzm{
    width: 200px;
}
.loginBox .register .registbox .item input::placeholder{
    color: #999999;
}
.loginBox .register .registbox .item .safeCode{
    width: 88px;
    height: 32px;
    background: #f8f8f8;
    border: 1px solid #f2f2f2;
    border-radius: 2px;
    position: absolute;
    right: 0;
    top: -8px;
    cursor: pointer;
    box-sizing: border-box;
}
.loginBox .register .registbox .item .safeCode img{
    width: 100%;
    height: 100%;
    display: block;
    box-sizing: border-box;
}
.loginBox .register .registbox .item .CodeMa{
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    text-align: LEFT;
    line-height: 20px;
    color: #999999;
    position: absolute;
    right: 0;
    top: 0;
    box-sizing: border-box;
}
.loginBox .register .registbox .item .CodeMa.CodeMabtn{
    color: #24c5da;
    cursor: pointer;
}
.loginBox .register .registbox .notebox{
    width: 100%;
    line-height: 20px;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    text-align: LEFT;
    color: #999999;
    display: flex;
    margin-top: 10px;
    box-sizing: border-box;
}
.loginBox .register .registbox .notebox .jzinfo{
    height: 20px;
    line-height: 20px;
    box-sizing: border-box;
}
.loginBox .register .registbox .notebox .jzinfo input{
    width: 14px;
    height: 14px;
    border: 1px solid #999999;
    border-radius: 2px;
    margin-right: 4px;
    box-sizing: border-box;
}
.loginBox .register .registbox .notebox a{
    color: #24C5DA;
}
.loginBox .register .registbox .regBtn{
    width: 320px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    background: #24c5da;
    border-radius: 555px;
    margin-top: 38px;
    cursor: pointer;
    box-sizing: border-box;
}
.loginBox .register .registbox .actline{
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-top: 10px;
    box-sizing: border-box;
}
.loginBox .register .registbox .actline .goLogin{
    color: #999999;
    cursor: pointer;
}
.loginBox .register .registbox .actline .goLogin span{
    color: #24C5DA;
}

.loginBox .register .regsuccess{
    float: right;
    display: none;
    width: 480px;
    height: 500px;
    position: relative;
    background: #ffffff;
    padding-top: 139px;
    border-radius: 0px 8px 8px 0px;
    box-sizing: border-box;
}
.loginBox .register .regsuccess .success{
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}
.loginBox .register .success img{
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
    display: block;
}
.loginBox .register .success p{
    width: 100%;
    height: 26px;
    line-height: 26px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #333333;
    box-sizing: border-box;
}
.loginBox .register .success p.time{
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #999999;
    margin-top: 4px;
    box-sizing: border-box;
}
.loginBox .register .success p.time span{
    color: #ff5c5c;
}
.loginBox .register .success .goLogin{
    width: 100px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #24c5da;
    background: #eefbfc;
    border: 1px solid #24c5da;
    border-radius: 555px;
    margin-top: 20px;
    cursor: pointer;
    box-sizing: border-box;
}

/* hover */
.mkbox .mktit .mknav a:hover {
    background: linear-gradient(270deg,#f7e6fe 0%, rgba(247,230,254,0.50));
}

.mkbox.yiliao .mktit .mknav a:hover {
    background: linear-gradient(270deg, #b1f6ff 0%, rgba(177, 246, 255, 0.00));
}

.mkbox.lvyou .mktit .mknav a:hover {
    background: linear-gradient(270deg, #cbf0e7 0%, rgba(203, 240, 231, 0.50));
}

#pblimgs .pblitem:hover .download {
    display: block;
}

#pblimgs .pblitem:hover .imgbox .tit {
    display: block;
}


/* hover */
.mianban .mbleft .leftmenu .ejtypes a:hover,
.mkbox .mktit .mkmore:hover,
.linkfoot .link .alinks a:hover,
#pblimgs .pblitem .item .info:hover .tit,
.collecDetail .udaohaong a:hover{
    color: #24c5da;
}

@media screen and (max-width: 1500px){
    .geshiTop .gstitem .item{
      margin-right: 30px;
    }
}
@media screen and (max-width: 1647px){
  .banxin1 .mk_synavs a{
    margin-right: 30px;
  }
  .mky_jinxuan .swiper-wrapper{
    height: 320px;
  }
  .mky_jinxuan .item .imgbox{
    height: 240px;
  }
  .mky_jinxuan .swiper-wrapper a{
    min-width: 325px;
    height: 300px;
    margin-right: 30px;
  }
  .banxin1 .mk_ailists a{
    width: 338px;
    height: 220px;
  }
  .banxin1 .mk_ailists a:first-child {
    width: 684px;
    height: 455px;
    margin-left: 0;
  }
  .banxin1 .mk_yiliaos a {
    width: 338px;
    height: 220px;
    margin: 20px 15px 0 0;
  }
  .banxin1 .mkbox.canyin .mk_yiliaos a:first-child {
    width: 341px;
    height: 460px;
  }
  .banxin1 .mkbox.canyin .mk_yiliaos a {
    width: 338px;
    height: 220px;
  }
}
@media screen and (max-width: 1399px){
    .banxin{
        width: 1300px;
    }
    .mk_jinxuan{
        height: 166px;
        padding: 0 49px;
    }
    .mk_jinxuan .swiper{
        width: 1200px;
        height: 166px;
    }
    .mk_jinxuan .swiper .swiper-slide{
        width: 232.2px;
        margin-right: 10px;
    }
    .headTop .headbox .options .loginfobox .umenus{
        right: -35px;
    }
    .banxin1 .mk_synavs a:last-child{
      margin-right: 0px;
    }
    .banxin1 .mk_synavs a:first-child {
      margin-left: 0px;
    }
    .mky_jinxuan .swiper-wrapper{
      height: 295px;
    }
    .mky_jinxuan .item .imgbox{
      height: 215px;
    }
    .mky_jinxuan .swiper-wrapper a{
      min-width: 308px;
      height: 275px;
      margin-right: 20px;
    }
    .banxin1 .mk_ailists a{
      width: 313px;
      height: 205px;
    }
    .banxin1 .mk_ailists a:first-child {
      width: 634px;
      height: 425px;
      margin-left: 0;
    }
    .banxin1 .mk_yiliaos a {
      width: 313px;
      height: 205px;
    }
    .banxin1 .mkbox.canyin .mk_yiliaos a:first-child {
      width: 316px;
      height: 430px;
    }
    .banxin1 .mkbox.canyin .mk_yiliaos a {
      width: 313px;
      height: 205px;
    }
    .geshiTop .gstitem .item{
      margin-right: 25px;
    }
}

@media screen and (max-width: 1320px){}

/* Mobile */
@media screen and (max-width: 850px) {}