.after {
  content: '';
  display: inline-block;
}
.after_a {
  content: '';
  position: absolute;
}
.flex,
.flex_js,
.flex_jc,
.flex_ac,
.flex_js_ac,
.flex_jc_ac,
.flex_js_fe,
.flex_ae {
  display: flex;
}
.flex_ae {
  justify-content: flex-end;
}
.flex_js,
.flex_js_fe {
  justify-content: space-between;
}
.flex_jc {
  justify-content: center;
}
.flex_ac {
  align-items: center;
}
.flex_js_fe {
  align-items: flex-end;
}
.flex_js_ac {
  justify-content: space-between;
  align-items: center;
}
.flex_jc_ac {
  justify-content: center;
  align-items: center;
}
.flex_row {
  flex-flow: row wrap;
}
:root {
  --ww: 1920 * 100vw;
}
@media (max-width: 1600px) {
  :root {
    --ww: 1600 * 100vw;
  }
}
@media (max-width: 1024px) {
  :root {
    --ww: 1200 * 100vw;
  }
}
@media (max-width: 768px) {
  :root {
    --ww: 1024 * 100vw;
  }
}
@media (max-width: 640px) {
  :root {
    --ww: 600 * 100vw;
  }
}
html {
  font-size: calc(100 / var(--ww));
}
body {
  font-size: 0.16rem;
}
.f14 {
  font-size: 0.14rem;
}
.f16 {
  font-size: 0.16rem;
}
.f17 {
  font-size: 0.17rem;
}
.f18 {
  font-size: 0.18rem;
}
.f20 {
  font-size: 0.2rem;
}
.f22 {
  font-size: 0.22rem;
}
.f24 {
  font-size: 0.24rem;
}
.f26 {
  font-size: 0.26rem;
}
.f28 {
  font-size: 0.28rem;
}
.f30 {
  font-size: 0.3rem;
}
.f32 {
  font-size: 0.32rem;
}
.f34 {
  font-size: 0.34rem;
}
.f36 {
  font-size: 0.36rem;
}
.f38 {
  font-size: 0.38rem;
}
.f40 {
  font-size: 0.4rem;
}
.f42 {
  font-size: 0.42rem;
}
.f44 {
  font-size: 0.44rem;
}
.f46 {
  font-size: 0.46rem;
}
.f48 {
  font-size: 0.48rem;
}
.f50 {
  font-size: 0.5rem;
}
.f52 {
  font-size: 0.52rem;
}
.f54 {
  font-size: 0.54rem;
}
.f56 {
  font-size: 0.56rem;
}
.f58 {
  font-size: 0.58rem;
}
.f60 {
  font-size: 0.6rem;
}
.f62 {
  font-size: 0.62rem;
}
.f64 {
  font-size: 0.64rem;
}
@media (max-width: 768px) {
  .f48 {
    font-size: 0.32rem;
  }
  .f60 {
    font-size: 0.48rem;
  }
}
@media (max-width: 640px) {
  body {
    font-size: 0.2rem;
  }
  .f14 {
    font-size: 0.18rem;
  }
  .f16 {
    font-size: 0.2rem;
  }
  .f17 {
    font-size: 0.2rem;
  }
  .f18 {
    font-size: 0.22rem;
  }
  .f20 {
    font-size: 0.22rem;
  }
  .f22 {
    font-size: 0.24rem;
  }
}
.hidden {
  overflow: hidden;
}
.re {
  position: relative;
}
.ani {
  transition: all 0.5s;
}
a:hover .ani {
  transform: scale(1.15);
}
.header {
  width: 100%;
  z-index: 100;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
}
.header.white {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  background-color: #fff;
}
.header .left {
  gap: 0.7rem;
}
.header .logo {
  max-width: 1.7rem;
}
.header .right {
  display: inline-flex;
  gap: 0.13rem;
}
.header .menuIcon {
  display: none;
}
.header .search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header .search.search_show .top_search {
  opacity: 1;
  top: 100%;
  pointer-events: auto;
}
.header .open_search {
  width: 0.14rem;
  height: 0.13rem;
  background: url(../images/search.svg) no-repeat center;
  display: inline-block;
  background-size: contain;
}
.header .open_search.on {
  background: none;
  position: relative;
}
.header .open_search.on:before,
.header .open_search.on:after {
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  height: 2px;
  top: 50%;
  margin-top: -1.5px;
  background: #333;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.header .open_search.on:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.header .top_search {
  width: 100%;
  position: absolute;
  right: 0;
  opacity: 0;
  top: 100%;
  z-index: 10;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  pointer-events: none;
}
.header .top_search .btn {
  background: url(../images/search2.svg) no-repeat center;
  width: 0.36rem;
  height: 0.36rem;
  background-size: 0.16rem;
  position: absolute;
  right: 0;
  top: 0;
}
.header .top_search .text {
  width: 100%;
  height: 0.36rem;
  line-height: 0.36rem;
  padding: 0 0.4rem 0 0.15rem;
  border: none;
  background-color: #f7f8f9;
  border-radius: 0.1rem;
}
.header .top_search .text::placeholder {
  color: #bbbbbb;
}
.header .top_search .warp {
  width: 92%;
  max-width: 8rem;
  margin: 0 auto;
  border-radius: 0.04rem;
  overflow: hidden;
  display: flex;
}
.header .toplog {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
.header .logbtn {
  min-width: 0.8rem;
  height: 0.36rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: solid 1px #e5e5e5;
  border-radius: 0.1rem;
  color: #888888;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.header .logbtn:hover {
  border: solid 1px #e5e5e5;
  background-color: #f7f8f9;
  color: #292a2c;
}
.header .head {
  display: inline-flex;
  align-items: center;
  gap: 0.12rem;
  color: #292a2c;
}
.header .head img {
  width: 0.36rem;
  height: 0.36rem;
  object-fit: cover;
  -webkit-object-fit: cover;
  border-radius: 100%;
}
.header .head span {
  display: inline-block;
  min-width: 0.75rem;
}
.header .head::after {
  content: '';
  border: 0.06rem solid transparent;
  border-top-color: #9ca3af;
  display: inline-block;
  margin-top: 0.06rem;
}
@media (min-width: 1025px) {
  .header .open_search {
    display: none;
  }
  .header .top_search {
    position: relative;
    width: 3.6rem;
    opacity: 1;
    top: auto;
    pointer-events: auto;
  }
}
.header .navTop .ul {
  width: 100%;
  gap: 0.5rem;
}
.header .navTop li {
  text-align: center;
  position: relative;
}
.header .navTop li span {
  display: inline-block;
  position: relative;
}
.header .navTop li span a {
  position: relative;
  color: #000000;
  height: 0.76rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .navTop li span a::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 0;
  transform: translateX(-50%);
  height: 0.05rem;
  background-color: #f1b5b7;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
@media (min-width: 1025px) {
  .header .navTop li.aon span a::before,
  .header .navTop li:hover span a::before {
    width: 100%;
    opacity: 1;
  }
}
.header .navTop li .sub {
  position: absolute;
  left: 50%;
  top: 100%;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-50%, -10px, 0);
  -webkit-transform: translate3d(-50%, -10px, 0);
  -moz-transform: translate3d(-50%, -10px, 0);
  -o-transform: translate3d(-50%, -10px, 0);
  -ms-transform: translate3d(-50%, -10px, 0);
  backface-visibility: hidden;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.header .navTop li .sub .box {
  padding: 0.15rem 0.1rem;
  background-color: #fff;
  min-width: 1.4rem;
  border-radius: 0.1rem;
}
.header .navTop li .sub .box a {
  display: block;
  line-height: 0.4rem;
  color: #909399;
}
.header .navTop li .sub .box a:hover {
  color: #292a2c;
}
.header .navTop li .sub::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
  border: 0.08rem solid transparent;
  border-bottom-color: #fff;
}
.header .navTop li.hover .sub {
  opacity: 1;
  transform: translate3d(-50%, 0px, 0);
  -webkit-transform: translate3d(-50%, 0px, 0);
  -moz-transform: translate3d(-50%, 0px, 0);
  -o-transform: translate3d(-50%, 0px, 0);
  -ms-transform: translate3d(-50%, 0px, 0);
  backface-visibility: hidden;
  pointer-events: auto;
}
.header:not(.white, .pro_header) {
  background-color: transparent;
}
.header:not(.white, .pro_header) .logo,
.header:not(.white, .pro_header) .open_search {
  filter: brightness(0) invert(100%);
}
.header:not(.white, .pro_header) .navTop li span a {
  color: #f7f8f9;
}
.header:not(.white, .pro_header) .top_search .text {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.header:not(.white, .pro_header) .top_search .text::placeholder {
  color: rgba(247, 248, 249, 0.5);
}
.header:not(.white, .pro_header) .top_search .btn {
  filter: brightness(0) invert(100%);
}
.header:not(.white, .pro_header) .logbtn {
  background-color: rgba(255, 255, 255, 0);
  color: #f7f8f9;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.header:not(.white, .pro_header) .head {
  color: #fff;
}
.header:not(.white, .pro_header) .head::after {
  border-top-color: #fff;
}
.header:not(.white, .pro_header) #open_menu i,
.header:not(.white, .pro_header) #open_menu::before,
.header:not(.white, .pro_header) #open_menu::after {
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .header {
    line-height: 0.8rem;
  }
  .header .other {
    z-index: 110;
  }
  .header .lang {
    line-height: 1;
  }
  .header .lang .box {
    width: 0.7rem;
  }
  .header .open_search {
    width: 0.2rem;
    height: 0.2rem;
  }
  .header .menuIcon {
    display: inline-flex;
    align-items: center;
  }
  .header #open_menu {
    z-index: 100;
    width: 0.25rem;
    height: 0.18rem;
    cursor: pointer;
    position: relative;
  }
  .header #open_menu i {
    display: inline-block;
    width: 80%;
    height: 2px;
    transform: translateY(-50%);
    background-color: #000;
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 5px;
  }
  .header #open_menu::before,
  .header #open_menu::after {
    width: 100%;
    height: 2px;
    background-color: #000;
    border-radius: 5px;
    left: 0;
    content: '';
    position: absolute;
  }
  .header #open_menu::before {
    top: 0;
  }
  .header #open_menu::after {
    bottom: 0;
    top: auto;
  }
  .header #open_menu.open_menu_on i {
    opacity: 0;
  }
  .header #open_menu.open_menu_on:before {
    transform: rotate(45deg);
    top: 0.1rem;
  }
  .header #open_menu.open_menu_on:after {
    transform: rotate(-45deg);
    bottom: auto;
    top: 0.1rem;
  }
  .header .navTop {
    display: none;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow-y: auto;
    visibility: hidden;
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    line-height: 40px;
    margin-left: 0;
    display: block;
    padding: 0;
    transition: all 0.5s;
    opacity: 0;
    background-image: none;
    margin-right: 0;
    z-index: 106;
    padding-top: 0.8rem;
  }
  .header .navTop::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 0.8rem);
    background-color: rgba(0, 0, 0, 0.5);
  }
  .header .navTop.show {
    visibility: visible;
    right: 0;
    opacity: 1;
  }
  .header .navTop .ul {
    position: relative;
    height: 100%;
    max-height: 100%;
    width: 200px;
    margin: 0 0 0 auto;
    background-color: #fff;
    margin-right: 0;
    overflow: auto;
    display: block;
  }
  .header .navTop .ul li {
    float: none;
    height: auto;
    text-align: left;
    border-bottom: 1px solid #eee;
    margin: 0;
    width: 100%;
  }
  .header .navTop .ul li:hover span a,
  .header .navTop .ul li.aon span a {
    color: #333;
  }
  .header .navTop .ul li span {
    display: block;
    line-height: 0.8rem;
    padding: 0 10%;
  }
  .header .navTop .ul li span a {
    padding-bottom: 0;
    line-height: normal;
    height: 0.8rem;
    justify-content: flex-start;
    display: inline-flex;
    color: #000000;
  }
  .header .navTop .ul li span a::before {
    display: none;
  }
  .header .navTop .ul li .sub {
    position: relative;
    transform: none;
    left: 0;
    top: 0;
    color: #999999;
    width: 100%;
    background-color: transparent;
    text-align: left;
    padding: 0;
    min-width: auto;
    display: none;
    opacity: 1;
    backface-visibility: hidden;
    pointer-events: auto;
  }
  .header .navTop .ul li .box {
    top: 0;
    box-shadow: none;
    text-align: left;
    display: block;
    padding-left: 0.5rem;
    padding-top: 0;
  }
  .header .navTop .ul li .box::before {
    display: none;
  }
  .header .navTop .ul li .box a {
    margin: 0;
    padding: 0;
    line-height: 0.46rem;
    text-align: left;
    display: block;
    color: #000000;
  }
  .header .navTop .ul .li_sub span {
    position: relative;
    display: block;
    padding-right: 0.2rem;
  }
  .header .navTop .ul .li_sub .op {
    position: absolute;
    width: 0.14rem;
    height: 0.14rem;
    right: 0.2rem;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s;
  }
  .header .navTop .ul .li_sub .op::before,
  .header .navTop .ul .li_sub .op::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #333;
    transform: translate(-50%, -50%);
  }
  .header .navTop .ul .li_sub .op::before {
    width: 100%;
    height: 0.02rem;
  }
  .header .navTop .ul .li_sub .op::after {
    width: 0.02rem;
    height: 100%;
  }
  .header .navTop .ul .li_sub.hover .op::after {
    opacity: 0;
  }
}
@media screen and (max-width: 640px) {
  .header .logo {
    max-width: 1.2rem;
  }
  .header .search {
    position: static;
    line-height: normal;
  }
  .header .top_search {
    width: 100%;
    top: 100%;
  }
}
.Hmore {
  min-width: 1.6rem;
  border-radius: 4px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  height: 0.5rem;
  line-height: 0.5rem;
  justify-content: center;
  font-weight: 300;
  gap: 0.1rem;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
  background-color: #f1b5b7;
}
.Hmore::after {
  content: '';
  display: inline-block;
  width: 0.07rem;
  height: 0.07rem;
  border: solid #fff;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
  vertical-align: middle;
}
.Hmore:hover {
  color: #fff;
  background-image: -moz-linear-gradient(90deg, #191e5e, #57227f);
  background-image: -webkit-linear-gradient(90deg, #191e5e, #57227f);
  background-image: -ms-linear-gradient(90deg, #191e5e, #57227f);
  background-image: linear-gradient(90deg, #191e5e, #57227f);
}
.Hmore.white {
  background: #fff;
  color: #f1b5b7;
  font-weight: normal;
}
.Hmore.white::after {
  border-color: #f1b5b7;
}
a.box:hover .Hmore {
  color: #fff;
  background-image: -moz-linear-gradient(90deg, #191e5e, #57227f);
  background-image: -webkit-linear-gradient(90deg, #191e5e, #57227f);
  background-image: -ms-linear-gradient(90deg, #191e5e, #57227f);
  background-image: linear-gradient(90deg, #191e5e, #57227f);
}
.Hbanner {
  position: relative;
}
.Hbanner .pic {
  position: relative;
  overflow: hidden;
}
.Hbanner .pic img {
  width: 100%;
  transition: all 1.5s ease-in-out;
}
.Hbanner .slick-dots {
  bottom: calc(30 / 1920 * 100vw);
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.Hbanner .slick-dots li {
  width: 0.4rem;
  height: 0.4rem;
  margin: 0 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 3px;
  opacity: 0.25;
  width: 0.2rem;
  height: 0.05rem;
  background-color: #fff;
}
.Hbanner .slick-dots li button {
  display: none;
}
.Hbanner .slick-dots li.slick-active {
  opacity: 1;
  width: 0.4rem;
}
.Hbanner .slick-arrow {
  border: none;
  background-color: transparent;
  width: 30px;
}
.Hbanner .slick-arrow::before {
  width: 20px;
  height: 20px;
  border-color: #fff;
  border-width: 3px 3px 0 0;
}
.Hbanner .slick-prev {
  left: 0.7rem;
}
.Hbanner .slick-next {
  right: 0.7rem;
}
@media (max-width: 640px) {
  .Hbanner .pic img {
    min-height: 50vh;
    object-fit: cover;
    -webkit-object-fit: cover;
  }
}
@-webkit-keyframes picImg {
  0% {
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes picImg {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.pt120 {
  padding-top: 1.2rem;
}
.pt100 {
  padding-top: 1rem;
}
.pt80 {
  padding-top: 0.8rem;
}
.pt60 {
  padding-top: 0.6rem;
}
.pt40 {
  padding-top: 0.4rem;
}
.pt30 {
  padding-top: 0.3rem;
}
.pb120 {
  padding-bottom: 1.2rem;
}
.pb100 {
  padding-bottom: 1rem;
}
.pb80 {
  padding-bottom: 0.8rem;
}
.pb60 {
  padding-bottom: 0.6rem;
}
.pb55 {
  padding-bottom: 0.55rem;
}
.pb25 {
  padding-bottom: 0.25rem;
}
.pb30 {
  padding-bottom: 0.3rem;
}
.mb35 {
  margin-bottom: 0.35rem;
}
.mb40 {
  margin-bottom: 0.4rem;
}
.mb30 {
  margin-bottom: 0.3rem;
}
.mb25 {
  margin-bottom: 0.25rem;
}
.mb20 {
  margin-bottom: 0.2rem;
}
.mb15 {
  margin-bottom: 0.15rem;
}
.mb10 {
  margin-bottom: 0.1rem;
}
@media (max-width: 768px) {
  .pt120 {
    padding-top: 0.7rem;
  }
  .pt100 {
    padding-top: 0.6rem;
  }
  .pb120 {
    padding-bottom: 0.7rem;
  }
  .pb100 {
    padding-bottom: 0.6rem;
  }
  .pb80 {
    padding-bottom: 0.5rem;
  }
  .pb60 {
    padding-bottom: 0.4rem;
  }
}
.poImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
}
.Hnav {
  padding: 0.6rem 0;
}
.Hnav .ul {
  gap: 0.1rem;
}
.Hnav a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #e5e5e5;
  border-radius: 0.1rem;
  min-width: 1.8rem;
  height: 0.6rem;
  gap: 0.1rem;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
  color: #292a2c;
}
.Hnav a:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.Hnav .icon {
  max-width: 0.2rem;
}
@media screen and (max-width: 750px) {
  .Hnav a {
    min-width: auto;
    padding: 0 0.2rem;
  }
}
.Htitle {
  position: relative;
  padding-top: 0.2rem;
  z-index: 1;
}
.Htitle.border_b {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0.23rem;
}
.Htitle .warp {
  color: #292a2c;
  position: relative;
}
.Htitle .Hdes {
  color: #909399;
}
.Htitle .Htit {
  display: inline-block;
  position: relative;
}
.Htitle .Htit .num {
  color: #9ca3af;
}
.Htitle .quan_bg {
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 100%;
  background-image: -moz-linear-gradient(45deg, rgba(232, 126, 174, 0.6) 0%, rgba(246, 211, 188, 0.1) 80%);
  background-image: -webkit-linear-gradient(45deg, rgba(232, 126, 174, 0.6) 0%, rgba(246, 211, 188, 0.1) 80%);
  background-image: -ms-linear-gradient(45deg, rgba(232, 126, 174, 0.6) 0%, rgba(246, 211, 188, 0.1) 80%);
  background-image: linear-gradient(45deg, rgba(232, 126, 174, 0.6) 0%, rgba(246, 211, 188, 0.1) 80%);
  z-index: -1;
  right: -0.14rem;
  top: -0.15rem;
}
.Htitle .quan_bg::before {
  background-image: -moz-linear-gradient(45deg, rgba(232, 126, 174, 0.6) 0%, rgba(246, 211, 188, 0.1) 80%);
  background-image: -webkit-linear-gradient(45deg, rgba(232, 126, 174, 0.6) 0%, rgba(246, 211, 188, 0.1) 80%);
  background-image: -ms-linear-gradient(45deg, rgba(232, 126, 174, 0.6) 0%, rgba(246, 211, 188, 0.1) 80%);
  background-image: linear-gradient(45deg, rgba(232, 126, 174, 0.6) 0%, rgba(246, 211, 188, 0.1) 80%);
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 100%;
  left: -0.15rem;
  top: 0.02rem;
  content: '';
  position: absolute;
}
.Htitle .more {
  min-width: 1rem;
  line-height: 0.4rem;
  height: 0.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #909399;
  border: solid 1px #e5e5e5;
  border-radius: 0.06rem;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.Htitle .more:hover {
  background-color: #f1b5b7;
  color: #fff;
  border-color: #f1b5b7;
}
.Htitle[data-title="热门推荐"] .quan_bg {
  background-image: -moz-linear-gradient(45deg, rgba(232, 126, 174, 0.6) 0%, rgba(246, 211, 188, 0.1) 80%);
  background-image: -webkit-linear-gradient(45deg, rgba(232, 126, 174, 0.6) 0%, rgba(246, 211, 188, 0.1) 80%);
  background-image: -ms-linear-gradient(45deg, rgba(232, 126, 174, 0.6) 0%, rgba(246, 211, 188, 0.1) 80%);
  background-image: linear-gradient(45deg, rgba(232, 126, 174, 0.6) 0%, rgba(246, 211, 188, 0.1) 80%);
}
.Htitle[data-title="热门推荐"] .quan_bg::before {
  background-image: -moz-linear-gradient(45deg, rgba(232, 126, 174, 0.6) 0%, rgba(246, 211, 188, 0.1) 80%);
  background-image: -webkit-linear-gradient(45deg, rgba(232, 126, 174, 0.6) 0%, rgba(246, 211, 188, 0.1) 80%);
  background-image: -ms-linear-gradient(45deg, rgba(232, 126, 174, 0.6) 0%, rgba(246, 211, 188, 0.1) 80%);
  background-image: linear-gradient(45deg, rgba(232, 126, 174, 0.6) 0%, rgba(246, 211, 188, 0.1) 80%);
}
.Htitle[data-title="微短剧"] .quan_bg {
  background-image: -moz-linear-gradient(45deg, rgba(1, 180, 253, 0.6) 0%, rgba(200, 210, 241, 0.1) 80%);
  background-image: -webkit-linear-gradient(45deg, rgba(1, 180, 253, 0.6) 0%, rgba(200, 210, 241, 0.1) 80%);
  background-image: -ms-linear-gradient(45deg, rgba(1, 180, 253, 0.6) 0%, rgba(200, 210, 241, 0.1) 80%);
  background-image: linear-gradient(45deg, rgba(1, 180, 253, 0.6) 0%, rgba(200, 210, 241, 0.1) 80%);
}
.Htitle[data-title="微短剧"] .quan_bg::before {
  background-image: -moz-linear-gradient(45deg, rgba(1, 180, 253, 0.6) 0%, rgba(200, 210, 241, 0.1) 80%);
  background-image: -webkit-linear-gradient(45deg, rgba(1, 180, 253, 0.6) 0%, rgba(200, 210, 241, 0.1) 80%);
  background-image: -ms-linear-gradient(45deg, rgba(1, 180, 253, 0.6) 0%, rgba(200, 210, 241, 0.1) 80%);
  background-image: linear-gradient(45deg, rgba(1, 180, 253, 0.6) 0%, rgba(200, 210, 241, 0.1) 80%);
}
.Htitle[data-title="纪录片"] .quan_bg {
  background-image: -moz-linear-gradient(45deg, rgba(57, 125, 251, 0.6) 0%, rgba(216, 160, 254, 0.2) 80%);
  background-image: -webkit-linear-gradient(45deg, rgba(57, 125, 251, 0.6) 0%, rgba(216, 160, 254, 0.2) 80%);
  background-image: -ms-linear-gradient(45deg, rgba(57, 125, 251, 0.6) 0%, rgba(216, 160, 254, 0.2) 80%);
  background-image: linear-gradient(45deg, rgba(57, 125, 251, 0.6) 0%, rgba(216, 160, 254, 0.2) 80%);
}
.Htitle[data-title="纪录片"] .quan_bg::before {
  background-image: -moz-linear-gradient(45deg, rgba(57, 125, 251, 0.6) 0%, rgba(216, 160, 254, 0.2) 80%);
  background-image: -webkit-linear-gradient(45deg, rgba(57, 125, 251, 0.6) 0%, rgba(216, 160, 254, 0.2) 80%);
  background-image: -ms-linear-gradient(45deg, rgba(57, 125, 251, 0.6) 0%, rgba(216, 160, 254, 0.2) 80%);
  background-image: linear-gradient(45deg, rgba(57, 125, 251, 0.6) 0%, rgba(216, 160, 254, 0.2) 80%);
}
.Htitle[data-title="短视频"] .quan_bg {
  background-image: -moz-linear-gradient(45deg, rgba(140, 182, 17, 0.6) 0%, rgba(140, 182, 17, 0.1) 80%);
  background-image: -webkit-linear-gradient(45deg, rgba(140, 182, 17, 0.6) 0%, rgba(140, 182, 17, 0.1) 80%);
  background-image: -ms-linear-gradient(45deg, rgba(140, 182, 17, 0.6) 0%, rgba(140, 182, 17, 0.1) 80%);
  background-image: linear-gradient(45deg, rgba(140, 182, 17, 0.6) 0%, rgba(140, 182, 17, 0.1) 80%);
}
.Htitle[data-title="短视频"] .quan_bg::before {
  background-image: -moz-linear-gradient(45deg, rgba(140, 182, 17, 0.6) 0%, rgba(140, 182, 17, 0.1) 80%);
  background-image: -webkit-linear-gradient(45deg, rgba(140, 182, 17, 0.6) 0%, rgba(140, 182, 17, 0.1) 80%);
  background-image: -ms-linear-gradient(45deg, rgba(140, 182, 17, 0.6) 0%, rgba(140, 182, 17, 0.1) 80%);
  background-image: linear-gradient(45deg, rgba(140, 182, 17, 0.6) 0%, rgba(140, 182, 17, 0.1) 80%);
}
.Htitle[data-title="宣传片"] .quan_bg {
  background-image: -moz-linear-gradient(45deg, #d8a0fe 0%, rgba(216, 160, 254, 0.2) 80%);
  background-image: -webkit-linear-gradient(45deg, #d8a0fe 0%, rgba(216, 160, 254, 0.2) 80%);
  background-image: -ms-linear-gradient(45deg, #d8a0fe 0%, rgba(216, 160, 254, 0.2) 80%);
  background-image: linear-gradient(45deg, #d8a0fe 0%, rgba(216, 160, 254, 0.2) 80%);
}
.Htitle[data-title="宣传片"] .quan_bg::before {
  background-image: -moz-linear-gradient(45deg, #d8a0fe 0%, rgba(216, 160, 254, 0.2) 80%);
  background-image: -webkit-linear-gradient(45deg, #d8a0fe 0%, rgba(216, 160, 254, 0.2) 80%);
  background-image: -ms-linear-gradient(45deg, #d8a0fe 0%, rgba(216, 160, 254, 0.2) 80%);
  background-image: linear-gradient(45deg, #d8a0fe 0%, rgba(216, 160, 254, 0.2) 80%);
}
.Htitle[data-title="网剧"] .quan_bg {
  background-image: -moz-linear-gradient(45deg, rgba(253, 102, 1, 0.6) 0%, rgba(255, 188, 144, 0.1) 80%);
  background-image: -webkit-linear-gradient(45deg, rgba(253, 102, 1, 0.6) 0%, rgba(255, 188, 144, 0.1) 80%);
  background-image: -ms-linear-gradient(45deg, rgba(253, 102, 1, 0.6) 0%, rgba(255, 188, 144, 0.1) 80%);
  background-image: linear-gradient(45deg, rgba(253, 102, 1, 0.6) 0%, rgba(255, 188, 144, 0.1) 80%);
}
.Htitle[data-title="网剧"] .quan_bg::before {
  background-image: -moz-linear-gradient(45deg, rgba(253, 102, 1, 0.6) 0%, rgba(255, 188, 144, 0.1) 80%);
  background-image: -webkit-linear-gradient(45deg, rgba(253, 102, 1, 0.6) 0%, rgba(255, 188, 144, 0.1) 80%);
  background-image: -ms-linear-gradient(45deg, rgba(253, 102, 1, 0.6) 0%, rgba(255, 188, 144, 0.1) 80%);
  background-image: linear-gradient(45deg, rgba(253, 102, 1, 0.6) 0%, rgba(255, 188, 144, 0.1) 80%);
}
.Htitle[data-title="片库精选"] .quan_bg {
  background-image: -moz-linear-gradient(45deg, rgba(1, 180, 253, 0.6) 0%, rgba(200, 210, 241, 0.1) 80%);
  background-image: -webkit-linear-gradient(45deg, rgba(1, 180, 253, 0.6) 0%, rgba(200, 210, 241, 0.1) 80%);
  background-image: -ms-linear-gradient(45deg, rgba(1, 180, 253, 0.6) 0%, rgba(200, 210, 241, 0.1) 80%);
  background-image: linear-gradient(45deg, rgba(1, 180, 253, 0.6) 0%, rgba(200, 210, 241, 0.1) 80%);
}
.Htitle[data-title="片库精选"] .quan_bg::before {
  background-image: -moz-linear-gradient(45deg, rgba(1, 180, 253, 0.6) 0%, rgba(200, 210, 241, 0.1) 80%);
  background-image: -webkit-linear-gradient(45deg, rgba(1, 180, 253, 0.6) 0%, rgba(200, 210, 241, 0.1) 80%);
  background-image: -ms-linear-gradient(45deg, rgba(1, 180, 253, 0.6) 0%, rgba(200, 210, 241, 0.1) 80%);
  background-image: linear-gradient(45deg, rgba(1, 180, 253, 0.6) 0%, rgba(200, 210, 241, 0.1) 80%);
}
.Htitle[data-title="灵感精选"] .quan_bg {
  background-image: -moz-linear-gradient(45deg, rgba(57, 125, 251, 0.6) 0%, rgba(7, 241, 196, 0.1) 80%);
  background-image: -webkit-linear-gradient(45deg, rgba(57, 125, 251, 0.6) 0%, rgba(7, 241, 196, 0.1) 80%);
  background-image: -ms-linear-gradient(45deg, rgba(57, 125, 251, 0.6) 0%, rgba(7, 241, 196, 0.1) 80%);
  background-image: linear-gradient(45deg, rgba(57, 125, 251, 0.6) 0%, rgba(7, 241, 196, 0.1) 80%);
}
.Htitle[data-title="灵感精选"] .quan_bg::before {
  background-image: -moz-linear-gradient(45deg, rgba(57, 125, 251, 0.6) 0%, rgba(7, 241, 196, 0.1) 80%);
  background-image: -webkit-linear-gradient(45deg, rgba(57, 125, 251, 0.6) 0%, rgba(7, 241, 196, 0.1) 80%);
  background-image: -ms-linear-gradient(45deg, rgba(57, 125, 251, 0.6) 0%, rgba(7, 241, 196, 0.1) 80%);
  background-image: linear-gradient(45deg, rgba(57, 125, 251, 0.6) 0%, rgba(7, 241, 196, 0.1) 80%);
}
.Htitle[data-title="创意精选"] .quan_bg {
  background-image: -moz-linear-gradient(45deg, rgba(140, 182, 17, 0.6) 0%, rgba(140, 182, 17, 0.1) 80%);
  background-image: -webkit-linear-gradient(45deg, rgba(140, 182, 17, 0.6) 0%, rgba(140, 182, 17, 0.1) 80%);
  background-image: -ms-linear-gradient(45deg, rgba(140, 182, 17, 0.6) 0%, rgba(140, 182, 17, 0.1) 80%);
  background-image: linear-gradient(45deg, rgba(140, 182, 17, 0.6) 0%, rgba(140, 182, 17, 0.1) 80%);
}
.Htitle[data-title="创意精选"] .quan_bg::before {
  background-image: -moz-linear-gradient(45deg, rgba(140, 182, 17, 0.6) 0%, rgba(140, 182, 17, 0.1) 80%);
  background-image: -webkit-linear-gradient(45deg, rgba(140, 182, 17, 0.6) 0%, rgba(140, 182, 17, 0.1) 80%);
  background-image: -ms-linear-gradient(45deg, rgba(140, 182, 17, 0.6) 0%, rgba(140, 182, 17, 0.1) 80%);
  background-image: linear-gradient(45deg, rgba(140, 182, 17, 0.6) 0%, rgba(140, 182, 17, 0.1) 80%);
}
.Htitle[data-title="编辑精选"] .quan_bg {
  background-image: -moz-linear-gradient(45deg, #d8a0fe 0%, rgba(216, 160, 254, 0.2) 80%);
  background-image: -webkit-linear-gradient(45deg, #d8a0fe 0%, rgba(216, 160, 254, 0.2) 80%);
  background-image: -ms-linear-gradient(45deg, #d8a0fe 0%, rgba(216, 160, 254, 0.2) 80%);
  background-image: linear-gradient(45deg, #d8a0fe 0%, rgba(216, 160, 254, 0.2) 80%);
}
.Htitle[data-title="编辑精选"] .quan_bg::before {
  background-image: -moz-linear-gradient(45deg, #d8a0fe 0%, rgba(216, 160, 254, 0.2) 80%);
  background-image: -webkit-linear-gradient(45deg, #d8a0fe 0%, rgba(216, 160, 254, 0.2) 80%);
  background-image: -ms-linear-gradient(45deg, #d8a0fe 0%, rgba(216, 160, 254, 0.2) 80%);
  background-image: linear-gradient(45deg, #d8a0fe 0%, rgba(216, 160, 254, 0.2) 80%);
}
.swiper-button::after {
  color: #fff;
}
.pagebtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.05rem;
}
.pagebtn .swiper-button {
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 0.06rem;
  border: solid 1px #d1d5db;
  position: relative;
  opacity: 1;
  display: flex;
  left: 0;
  top: auto;
  margin-top: 0;
}
.pagebtn .swiper-button::after {
  font-size: 0.12rem;
  font-weight: bold;
  color: #9ca3af;
}
.pagebtn .swiper-button:hover {
  background-color: #f1b5b7;
  border-color: #f1b5b7;
}
.pagebtn .swiper-button:hover::after {
  color: #fff;
}
.Hbox_one .pic {
  padding-top: calc(180 / 270 * 100%);
  border-radius: 0.1rem;
}
.Hbox_two {
  background-color: #f7f8f9;
}
.jx_item .box {
  display: block;
}
.jx_item .pic {
  padding-top: calc(220 / 320 * 100%);
  border-radius: 0.1rem 0.1rem 0 0;
}
.jx_item .textwarp {
  background-color: #fff;
  border-radius: 0px 0px 0.1rem 0.1rem;
  padding: 0.2rem 0.15rem 0.1rem;
}
.jx_item .title {
  gap: 0.1rem;
}
.jx_item .label {
  display: inline-flex;
  flex-shrink: 0;
  background-color: #f3f3f3;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  width: 0.54rem;
  line-height: 0.24rem;
  color: #9ca3af;
}
.jx_item .des {
  margin: 0.1rem 0;
  height: 0.46rem;
  color: #292a2c;
  font-weight: 100;
}
.jx_item .other {
  padding-top: 0.1rem;
  border-top: 1px solid #e5e5e5;
  gap: 0.1rem;
}
.jx_item .head {
  gap: 0.1rem;
  flex: 1;
  min-width: 0;
}
.jx_item .head .img {
  width: 0.3rem;
  height: 0.3rem;
  flex-shrink: 0;
  border-radius: 100%;
}
.jx_item .head .name {
  color: #909399;
}
.jx_item .browse {
  padding-left: 0.22rem;
  background: url(../images/see.svg) no-repeat left center;
  background-size: 0.17rem;
  color: #9ca3af;
  line-height: 0.3rem;
}
.jx_item .a {
  width: 48%;
  padding: 0 0.13rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0.05rem 0 0.05rem;
  color: #9ca3af;
  gap: 0.1rem;
}
.jx_item .a::before {
  content: '';
  display: inline-block;
  display: inline-flex;
  width: 0.14rem;
  height: 0.12rem;
  background: url(../images/move.svg) no-repeat center;
  background-size: contain;
}
.jx_item .a:hover {
  color: #f1b5b7;
}
.jx_item .like {
  border-right: 1px solid #e5e5e5;
}
.jx_item .like::before {
  background-image: url(../images/like.svg);
}
@media screen and (max-width: 750px) {
  .jx_item .des {
    height: 0.52rem;
    margin-bottom: 0.2rem;
  }
}
.footer {
  padding-top: 0.6rem;
}
.footer .fnav {
  padding-bottom: 0.8rem;
}
.footer .fnav .logo {
  max-width: 1.5rem;
  margin-bottom: 0.25rem;
}
.footer .fnav .txt {
  line-height: 0.28rem;
  color: #909399;
}
.footer .fnav .txt p {
  display: flex;
}
.footer .fnav .txt .name {
  flex-shrink: 0;
  margin-right: 0.2rem;
}
.footer .fnav .nav {
  width: 5.6rem;
}
.footer .fnav dt {
  margin-bottom: 0.2rem;
}
.footer .fnav dd a {
  display: block;
  line-height: 0.32rem;
  font-weight: 100;
}
.footer .ficon {
  gap: 0.1rem;
  order: 2;
  flex-shrink: 0;
}
.footer .ficon .item {
  position: relative;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #f7f8f9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.footer .ficon .item .img {
  max-height: 100%;
  border-radius: 100%;
}
.footer .ficon .ewm {
  background-color: #fff;
  border-radius: 0.1rem;
  padding: 0.1rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  padding-bottom: 0.15rem;
  width: 1.2rem;
  color: #292a2c;
  line-height: calc(18 / 14);
  text-align: center;
  font-weight: 100;
  position: relative;
}
.footer .ficon .ewm::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border: 0.08rem solid transparent;
  border-top-color: #fff;
  top: 100%;
}
.footer .ficon .hover {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
  display: none;
  padding-bottom: 0.15rem;
}
.footer .ficon .hover img {
  width: 100%;
  margin-bottom: 0.1rem;
}
.footer .bottom {
  padding-bottom: 0.4rem;
}
.footer .Copyright {
  flex: 1;
  color: #909399;
  line-height: calc(24 / 14);
}
.footer .Copyright .flex {
  gap: 0.1rem;
}
.footer .Copyright a {
  color: #909399;
}
@media screen and (max-width: 750px) {
  .footer {
    padding-top: 0.3rem;
  }
  .footer .left {
    width: 100%;
    text-align: center;
  }
  .footer .left .logo {
    margin-left: auto;
    margin-right: auto;
  }
  .footer .fnav {
    padding-bottom: 0.2rem;
  }
  .footer .fnav .txt p {
    justify-content: center;
    width: 100%;
  }
  .footer .nav {
    display: none;
  }
  .footer .bottom {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding-bottom: 0.1rem;
  }
  .footer .Copyright,
  .footer .ficon {
    width: 100%;
    justify-content: center;
  }
  .footer .Copyright {
    order: 3;
    margin-top: 0.1rem;
  }
  .footer .Copyright .flex {
    justify-content: center;
  }
}
.border_b {
  border-bottom: 1px solid #e7e7e7;
}
.gd_list .ul {
  gap: 0.15rem;
}
.gd_list .ul li {
  width: calc((100% - 0.19rem * 4) / 5);
}
@media screen and (max-width: 1024px) {
  .gd_list .ul li {
    width: calc((100% - 0.15rem * 3) / 4);
  }
}
@media screen and (max-width: 750px) {
  .gd_list .ul li {
    width: calc((100% - 0.15rem * 1) / 2);
  }
}
.jx_list .ul {
  gap: 0.2rem 0.12rem;
}
.jx_list .ul li {
  width: calc((100% - 0.12rem * 5) / 6);
}
.jx_list .ul .textwarp {
  background-color: #f7f8f9;
}
.jx_list .ul .des {
  height: auto;
  margin-bottom: 0.2rem;
}
.jx_list .ul .label {
  background-color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .jx_list .ul li {
    width: calc((100% - 0.12rem * 3) / 4);
  }
}
@media screen and (max-width: 750px) {
  .jx_list .ul li {
    width: 100%;
  }
}
.pk_list .ul {
  gap: 0.2rem;
}
.pk_list .ul li {
  width: calc((100% - 0.2rem * 4) / 5);
}
.pk_list .ul .textwarp {
  background-color: #f7f8f9;
}
.pk_list .ul .label {
  background-color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .pk_list .ul li {
    width: calc((100% - 0.2rem * 3) / 4);
  }
}
@media screen and (max-width: 750px) {
  .pk_list .ul li {
    width: 100%;
  }
}
.wjj_list .ul li {
  width: calc((100% - 0.2rem * 3) / 4);
}
.wjj_list .Pages {
  margin: 0.4rem 0;
}
@media screen and (max-width: 1024px) {
  .wjj_list .ul li {
    width: calc((100% - 0.2rem * 2) / 3);
  }
}
@media screen and (max-width: 750px) {
  .wjj_list .ul li {
    width: 100%;
  }
}
.gd_item .box {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 0.1rem;
  background-color: #f7f8f9;
}
.gd_item .pic {
  padding-top: calc(220 / 320 * 100%);
}
.gd_item .textwarp {
  padding: 0.23rem 0.15rem 0.1rem;
}
.gd_item .des {
  color: #292a2c;
  font-weight: 100;
  margin-top: 0.1rem;
  height: 0.46rem;
}
@media screen and (max-width: 750px) {
  .gd_item .des {
    height: 0.52rem;
    margin-bottom: 0.2rem;
  }
}
.rmbd_item {
  margin-bottom: 0.1rem;
}
.rmbd_item .num {
  width: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rmbd_item .num span {
  width: 0.34rem;
  height: 0.34rem;
  line-height: 0.36rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #fff;
  background-color: #c0c0cb;
  position: relative;
}
.rmbd_item .num span::before {
  content: '';
  position: absolute;
  width: 0.3rem;
  height: 0.3rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 0.025rem solid #fff;
  border-radius: 100%;
}
.rmbd_item .pic {
  width: 3.4rem;
  flex-shrink: 0;
}
.rmbd_item .pic figure {
  height: 1.65rem;
  border-radius: 0.1rem 0 0 0.1rem;
  width: 2.4rem;
}
.rmbd_item .textwarp {
  background-color: #fff;
  border-radius: 0px 0px 0.1rem 0.1rem;
  padding: 0.2rem 0.2rem 0.1rem;
  flex-flow: column wrap;
  flex: 1;
  background-color: #f7f8f9;
  min-width: 0;
}
.rmbd_item .title {
  gap: 0.1rem;
}
.rmbd_item .label {
  display: inline-flex;
  flex-shrink: 0;
  background-color: #f3f3f3;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  width: 0.54rem;
  line-height: 0.24rem;
  color: #9ca3af;
}
.rmbd_item .des {
  margin: 0.1rem 0;
  color: #292a2c;
  font-weight: 100;
}
.rmbd_item .other {
  padding-top: 0.1rem;
  border-top: 1px solid #e5e5e5;
  gap: 0.1rem;
}
.rmbd_item .head {
  gap: 0.1rem;
  flex: 1;
  min-width: 0;
}
.rmbd_item .head .img {
  width: 0.3rem;
  height: 0.3rem;
  flex-shrink: 0;
  border-radius: 100%;
}
.rmbd_item .head .name {
  color: #909399;
}
.rmbd_item .browse {
  padding-left: 0.22rem;
  background: url(../images/see.svg) no-repeat left center;
  background-size: 0.17rem;
  color: #9ca3af;
  line-height: 0.3rem;
}
.rmbd_item:first-child .num span,
.rmbd_item:nth-child(2) .num span,
.rmbd_item:nth-child(3) .num span {
  font-size: 0;
  background: url(../images/bd_1.png) no-repeat center;
  width: 0.3rem;
  background-size: contain;
}
.rmbd_item:first-child .num span::before,
.rmbd_item:nth-child(2) .num span::before,
.rmbd_item:nth-child(3) .num span::before {
  display: none;
}
.rmbd_item:nth-child(2) .num span {
  background-image: url(../images/bd_2.png);
}
.rmbd_item:nth-child(3) .num span {
  background-image: url(../images/bd_3.png);
}
@media screen and (max-width: 750px) {
  .rmbd_item .num {
    width: 0.6rem;
  }
  .rmbd_item .pic {
    width: 2.5rem;
  }
  .rmbd_item .pic figure {
    height: 100%;
  }
}
.lljl_list .ul {
  gap: 0.2rem;
}
.lljl_list .rmbd_item {
  margin-bottom: 0;
  width: calc((100% - 0.2rem) / 2);
  overflow: hidden;
  border-radius: 0.1rem;
}
.lljl_list .rmbd_item .pic {
  width: auto;
}
.lljl_list .Pages {
  margin: 0.4rem 0;
}
@media screen and (max-width: 750px) {
  .lljl_list .rmbd_item {
    width: 100%;
  }
}
.ProjectIntro {
  max-width: 12rem;
  margin: 0 auto;
  background-color: #f7f8f9;
  border-radius: 0.1rem;
  padding: 0.2rem;
}
.ProjectIntro .pic {
  width: calc(510 / 1160 * 100%);
}
.ProjectIntro .pic img {
  width: 100%;
  border-radius: 0.1rem;
}
.ProjectIntro .textwarp {
  width: calc(590 / 1160 * 100%);
  padding: 0.2rem 0.4rem;
  padding-left: 0;
  display: flex;
  justify-content: space-between;
  flex-flow: column wrap;
  color: #292a2c;
}
.ProjectIntro .des {
  line-height: calc(32 / 16);
  margin: 0.35rem 0;
}
.ProjectIntro .other {
  color: #909399;
}
@media screen and (max-width: 750px) {
  .ProjectIntro .pic,
  .ProjectIntro .textwarp {
    width: 100%;
    margin-bottom: 0.2rem;
  }
}
.nyTitle {
  color: #292a2c;
}
.NYbanner {
  position: relative;
}
.NYbanner .img {
  width: 100%;
}
.NYbanner .textwarp {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.NYbanner .textwarp .title {
  color: #fff;
}
@media (max-width: 640px) {
  .NYbanner .f48 {
    font-size: 0.3rem;
  }
}
.NYmenu .nav .ul {
  gap: 0.1rem;
}
.NYmenu .nav li.aon a {
  border: solid 1px #e5e5e5;
  background-color: #f7f8f9;
  color: #292a2c;
}
.NYmenu .nav a {
  display: flex;
  align-items: center;
  position: relative;
  height: 0.5rem;
  min-width: 1.2rem;
  border: solid 1px #e5e5e5;
  border-radius: 0.1rem;
  justify-content: center;
  color: #909399;
}
.NYmenu .nav a:hover {
  border: solid 1px #e5e5e5;
  background-color: #f7f8f9;
  color: #292a2c;
}
.NYmenu .snav {
  margin-top: 0.15rem;
  border-bottom: 1px solid #e7e7e7;
}
.NYmenu .snav .ul {
  gap: 0.1rem 0.4rem;
}
.NYmenu .snav a {
  position: relative;
  padding: 0.15rem 0;
  display: block;
  color: #909399;
}
.NYmenu .snav a::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: #292a2c;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.NYmenu .snav a:hover {
  color: #292a2c;
}
.NYmenu .snav a:hover::after {
  width: 100%;
}
.NYmenu .snav li.aon a {
  color: #292a2c;
}
.NYmenu .snav li.aon a::after {
  width: 100%;
}
.NYmenu .other {
  gap: 0.05rem;
}
.NYmenu .other .timeSort {
  display: flex;
  align-items: center;
  position: relative;
  height: 0.5rem;
  min-width: 1.2rem;
  border: solid 1px #e5e5e5;
  border-radius: 0.1rem;
  justify-content: center;
  color: #909399;
  background-color: #f7f8f9;
  cursor: pointer;
  gap: 0.1rem;
}
.NYmenu .other .timeSort .icon {
  display: inline-flex;
  flex-flow: column wrap;
}
.NYmenu .other .timeSort i {
  display: flex;
  width: 0.06rem;
  height: 0.06rem;
  border: solid #bbbbbb;
  border-width: 2px 2px 0 0;
  transform: rotate(-45deg);
}
.NYmenu .other .timeSort .desc {
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.NYmenu .other .timeSort .on {
  border-color: #292a2c;
}
.NYmenu .other .timetab {
  position: relative;
}
.NYmenu .other .timetab dt {
  min-width: 2rem;
  height: 0.5rem;
  border: solid 1px #e5e5e5;
  border-radius: 0.1rem;
  display: flex;
  align-items: center;
  padding: 0 0.15rem;
  gap: 0.1rem;
  color: #909399;
  cursor: pointer;
  position: relative;
  padding-right: 0.5rem;
}
.NYmenu .other .timetab dt::before {
  content: '';
  display: inline-block;
  display: inline-flex;
  width: 0.14rem;
  height: 0.14rem;
  background: url(../images/time.svg) no-repeat center;
  background-size: contain;
}
.NYmenu .other .timetab dt::after {
  content: '';
  position: absolute;
  right: 0.15rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 0.08rem;
  height: 0.08rem;
  border: solid #909399;
  border-width: 2px 2px 0 0;
}
.NYmenu .other .timetab dd {
  position: absolute;
  left: 0;
  top: 85%;
  background-color: #fff;
  z-index: 1;
  padding: 0.15rem 0.1rem 0.1rem;
  text-align: center;
  width: 100%;
  border: solid 1px #e5e5e5;
  border-top: none;
  display: none;
  line-height: 0.36rem;
}
.NYmenu .other .timetab dd a {
  display: block;
}
.member_menu {
  border-bottom: 1px solid #e7e7e7;
}
.member_menu .snav {
  margin-top: 0;
  border-bottom: none;
}
.member_menu .snav a {
  padding: 0.3rem 0;
}
.news_item:not(:last-child) {
  margin-bottom: 0.2rem;
}
.news_item .pic {
  width: calc(270 / 1200 * 100%);
}
.news_item .pic figure {
  padding-top: calc(180 / 270 * 100%);
  border-radius: 0.1rem;
  width: 100%;
}
.news_item .textwarp {
  flex-flow: column wrap;
  width: calc(910 / 1200 * 100%);
  border-bottom: 1px solid #e5e5e5;
  padding: 0.15rem 0;
  min-width: 0;
}
.news_item .top {
  width: 100%;
}
.news_item .label {
  display: inline-flex;
  flex-shrink: 0;
  background-color: #f3f3f3;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  width: 0.54rem;
  line-height: 0.24rem;
  color: #9ca3af;
}
.news_item .des {
  margin: 0.1rem 0;
  color: #292a2c;
  font-weight: 100;
  line-height: calc(28 / 16);
}
.news_item .other {
  gap: 0.25rem;
  color: #9ca3af;
}
.news_item .time {
  padding-left: 0.2rem;
  background: url(../images/time.svg) no-repeat left center;
  background-size: 0.12rem;
}
.news_item .browse {
  padding-left: 0.22rem;
  background: url(../images/see.svg) no-repeat left center;
  background-size: 0.17rem;
}
@media screen and (max-width: 750px) {
  .news_item .pic {
    width: 38%;
  }
  .news_item .textwarp {
    width: 60%;
  }
}
.SingleBox {
  color: #292a2c;
  line-height: calc(28 / 16);
}
.SingleBox img {
  height: auto!important;
}
.newsInfo .news_title {
  border-bottom: 1px solid #eee;
  padding-bottom: 0.15rem;
  margin-bottom: 0.35rem;
  position: relative;
  z-index: 2;
}
.newsInfo .news_title .title {
  margin-bottom: 0.2rem;
  font-weight: normal;
  color: #333333;
}
.newsInfo .news_title .other {
  gap: 0.3rem;
  position: relative;
  line-height: 0.28rem;
}
.newsInfo .news_title .time {
  color: #9ca3af;
  padding-left: 0.2rem;
  background: url(../images/time.svg) no-repeat left center;
  background-size: 0.12rem;
}
.newsInfo .news_title .browse {
  padding-left: 0.22rem;
  background: url(../images/see.svg) no-repeat left center;
  background-size: 0.17rem;
  color: #9ca3af;
}
.newsInfo .click_txt {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.newsInfo .click_txt dt {
  min-width: 1rem;
  line-height: 0.36rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #e5e5e5;
  border-radius: 0.1rem;
  gap: 0.1rem;
  z-index: 3;
  position: relative;
  cursor: pointer;
}
.newsInfo .click_txt dt::before {
  content: '';
  display: inline-block;
  display: inline-flex;
  width: 0.18rem;
  height: 0.14rem;
  background: url(../images/txt.svg) no-repeat center;
  background-size: contain;
}
.newsInfo .click_txt dd {
  position: absolute;
  left: 0;
  top: 85%;
  background-color: #fff;
  z-index: 1;
  padding: 0.15rem 0.1rem 0.1rem;
  text-align: center;
  width: 100%;
  border: solid 1px #e5e5e5;
  border-top: none;
  display: none;
}
.newsInfo .click_txt dd a {
  display: block;
}
.newsInfo .Max {
  font-size: 0.2rem;
}
.newsInfo .norm {
  font-size: 0.18rem;
}
@media screen and (max-width: 750px) {
  .newsInfo .news_title .title {
    font-size: 0.3rem;
  }
  .newsInfo .Max {
    font-size: 0.26rem;
  }
  .newsInfo .norm {
    font-size: 0.24rem;
  }
}
.Details_page {
  position: relative;
  padding-right: 2rem;
  padding: 0.2rem 0;
  margin-top: 1.15rem;
  border-top: 1px solid #eeeeee;
  color: #909399;
  line-height: calc(28 / 16);
  margin-bottom: 1rem;
  padding-right: 1.8rem;
}
.Details_page a {
  color: #909399;
}
.Details_page a:hover {
  color: #f1b5b7;
}
.Details_page .more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 1.2rem;
  height: 0.5rem;
  line-height: 0.5rem;
  color: #909399;
  border: solid 1px #e5e5e5;
  border-radius: 0.1rem;
}
.Details_page .more:hover {
  background-color: #f1b5b7;
  color: #fff;
  border-color: #f1b5b7;
}
@media screen and (max-width: 768px) {
  .Details_page {
    padding-right: 0;
  }
  .Details_page .more {
    position: static;
    transform: none;
    margin: 0 auto 0.2rem;
  }
}
.open_inner {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: auto;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 200;
  display: none;
}
.open_inner .flexBox {
  width: 100%;
  min-height: 100%;
}
.open_inner .inner {
  max-width: 1320px;
  width: 92%;
  background-color: #fff;
  padding: 0.7rem 0.6rem;
  position: relative;
  border-radius: 0.1rem;
}
.open_inner .close {
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  width: 0.17rem;
  height: 0.17rem;
  transform: rotate(45deg);
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.open_inner .close:hover {
  transform: rotate(215deg);
}
.open_inner .close::before,
.open_inner .close::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #bbbbbb;
}
.open_inner .close::before {
  width: 2px;
  height: 100%;
}
.open_inner .close::after {
  width: 100%;
  height: 2px;
}
.open_inner .open_title {
  color: #292a2c;
}
.openloginBox .inner {
  max-width: 8.3rem;
  padding: 0;
  overflow: hidden;
}
.openloginBox .left,
.openloginBox .right {
  padding: 0.65rem 0.6rem;
}
.openloginBox .left {
  width: calc(350 / 830 * 100%);
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: column wrap;
  background-color: #f7f8f9;
}
.openloginBox .right {
  flex: 1;
  min-width: 0;
}
.openloginBox .ewm .pic {
  width: 1.8rem;
  max-width: 100%;
  margin: 0 auto 0.5rem;
  padding: 0.05rem;
  background: url(../images/ewm_bg.jpg) no-repeat center;
  background-size: cover;
}
.openloginBox .ewm .pic img {
  width: 100%;
}
.openloginBox .txt {
  text-align: center;
  color: #888888;
}
.openloginBox .txt a {
  color: #f1b5b7;
  text-decoration: underline;
}
.openloginBox .text {
  background-color: transparent;
  flex: 1;
  min-width: 0;
}
.openloginBox .text::placeholder {
  color: #909399;
}
.openloginBox .text,
.openloginBox .tel_li {
  border: solid 1px #e5e5e5;
  height: 0.5rem;
  line-height: 0.5rem;
  border-radius: 0.1rem;
  padding: 0 0.2rem;
}
.openloginBox .tel_li {
  padding: 0;
  position: relative;
}
.openloginBox .tel_li select {
  width: 0.8rem;
  text-align: center;
  border: none;
  line-height: 0.5rem;
  height: 0.5rem;
  color: #909399;
  font-size: 0.16rem;
  flex-shrink: 0;
  background: url(../images/select2.svg) no-repeat 90% center;
  background-size: 0.1rem;
  padding-right: 0.15rem;
}
.openloginBox .tel_li .text {
  flex: 1;
  border: none;
  min-width: 0;
}
.openloginBox .tel_li::before {
  content: '';
  position: absolute;
  left: 0.85rem;
  width: 1px;
  height: 0.2rem;
  background-color: #e5e5e5;
  top: 50%;
  transform: translateY(-50%);
}
.openloginBox .loginbtn {
  margin: 0.7rem 0;
}
@media screen and (max-width: 750px) {
  .openloginBox .left {
    padding: 0.4rem 0.05rem;
  }
  .openloginBox .right {
    padding: 0.4rem 0.15rem;
  }
}
.addWenjian .inner {
  max-width: 4.8rem;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
}
.addWenjian .inner .form_ul .text::placeholder {
  color: #909399;
}
.gap_10 {
  gap: 0.1rem;
}
.btn_yzm {
  display: inline-flex;
  min-width: 1.2rem;
  height: 0.5rem;
  line-height: 0.5rem;
  align-items: center;
  justify-content: center;
  border: solid 1px #e5e5e5;
  border-radius: 0.1rem;
  background-color: #f7f8f9;
  color: #909399;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.btn_yzm:hover {
  background-color: #f1b5b7;
  color: #fff;
  border-color: #f1b5b7;
}
.loginbtn {
  width: 100%;
  border-radius: 0.1rem;
  line-height: 0.5rem;
  height: 0.5rem;
  background-color: #f1b5b7;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.loginbtn:hover {
  color: #fff;
  box-shadow: 0 0 0.2rem rgba(241, 181, 183, 0.8);
}
.searpgKey {
  color: #555;
}
.onkey {
  color: #f1b5b7;
}
.bg_f7f8f9 {
  background-color: #f7f8f9;
}
.memberMain {
  background-color: #fff;
  border-radius: 0.1rem;
  padding: 0.2rem 0.3rem;
}
.member_box .form_ul {
  max-width: 5.7rem;
  width: 100%;
  margin: 0 auto;
  padding: 0.3rem 0;
}
.form_ul .name {
  flex-shrink: 0;
  width: 1.1rem;
  color: #292a2c;
  line-height: 0.5rem;
}
.form_ul .text,
.form_ul .item,
.form_ul .el-select,
.form_ul .el-input,
.form_ul .btn_center {
  width: 100%;
}
.form_ul .text,
.form_ul .el-input__inner {
  border: solid 1px #e5e5e5;
  height: 0.5rem;
  line-height: 0.5rem;
  border-radius: 0.1rem;
  padding: 0 0.2rem;
  color: #292a2c;
  font-size: 0.16rem;
  background-color: transparent;
}
.form_ul .text::placeholder,
.form_ul .el-input__inner::placeholder {
  color: #bbbbbb;
}
.form_ul .text:active,
.form_ul .text:active,
.form_ul .text:hover,
.form_ul .text:focus,
.form_ul .el-input__inner:active,
.form_ul .el-input__inner:active,
.form_ul .el-input__inner:hover,
.form_ul .el-input__inner:focus,
.form_ul .el-range-editor.is-active,
.form_ul .el-range-editor.is-active:hover,
.form_ul .el-select .el-input.is-focus .el-input__inner,
.form_ul .el-select .el-input__inner:focus,
.form_ul .on {
  border-color: #292a2c;
}
.form_ul .Avatar img {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
}
.form_ul .txt_xg,
.form_ul .kong {
  font-size: 0.14rem;
  border: none;
  background-color: transparent;
  line-height: 1;
  color: #9ca3af;
  text-decoration: underline;
  flex-shrink: 0;
  margin-left: 0.2rem;
  display: inline-flex;
  min-width: 0.29rem;
}
.form_ul .el-select .el-input .el-select__caret {
  background: url(../images/select3.svg) no-repeat center;
  background-size: 0.08rem;
  -webkit-transform: rotateZ(0);
  transform: rotateZ(0);
}
.form_ul .el-select .el-input .el-select__caret::before,
.form_ul .el-select .el-input .el-select__caret::after {
  display: none;
}
.form_ul .el-icon-date:before {
  display: none;
}
.form_ul .el-date-editor {
  background: url(../images/select3.svg) no-repeat 97.5% center;
  background-size: 0.08rem;
}
.form_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.2rem;
  line-height: 0.4rem;
  height: 0.4rem;
  border: solid 1px #e5e5e5;
  border-radius: 0.1rem;
  color: #9ca3af;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.form_btn:hover {
  background-color: #f1b5b7;
  color: #fff;
  border-color: #f1b5b7;
}
.videoMain {
  background: url(../images/video_bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
.videoMain .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.videoMain .bg video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
  opacity: 0.3;
}
.videoMain .w1200 {
  max-width: 9.6rem;
  overflow: hidden;
}
.videoMain .videobox {
  position: relative;
  z-index: 1;
}
.videoMain .playlist-con {
  padding: 0 0.3rem 0.3rem;
}
.videoMain .playlist-con .title {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.3rem 0 0.14rem;
}
.videoMain .playlist-con .list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.09rem;
}
.videoMain .playlist-con .video-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #181818;
  border-radius: 5px;
}
.videoMain .playlist-con .play-btn {
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  cursor: pointer;
}
.videoMain .playlist-con .play-btn i {
  display: none;
}
.videoMain .playlist-con .active .play-btn {
  gap: 0.04rem;
  align-items: flex-end;
  padding: 0.1rem 0;
  justify-content: center;
}
.videoMain .playlist-con .active .play-btn span {
  display: none;
}
.videoMain .playlist-con .active .voice-playing {
  height: 0.14rem;
  width: 2px;
  display: inline-flex;
  background-color: #fff;
}
.videoMain .playlist-con .active .play1 {
  animation: playing1 1s linear infinite alternate;
}
.videoMain .playlist-con .active .play2 {
  animation: playing2 1s linear infinite alternate;
}
.videoMain .playlist-con .active .play3 {
  animation: playing3 1s 0.5s linear infinite alternate;
}
.videoMain .rightBox {
  position: absolute;
  top: 0;
  height: calc(100% - 44px);
  padding-bottom: 40px;
  z-index: 3;
  right: -3rem;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
  background: url(../images/video_bg2.jpg) no-repeat left center;
  background-size: cover;
}
.videoMain .rightBox.show {
  right: 0;
}
.videoMain .rightBox.show .scroll {
  visibility: visible;
  right: 0;
  opacity: 1;
}
.videoMain .rightBox.show .show_btn::before {
  transform: rotate(45deg);
  margin-left: 0.03rem;
}
.videoMain .rightBox .top {
  padding: 0.4rem 0.3rem;
}
.videoMain .rightBox .title {
  color: #fff;
}
.videoMain .rightBox .des,
.videoMain .rightBox .other {
  color: #888888;
  line-height: calc(20 / 14);
}
.videoMain .rightBox .des {
  margin-top: 0.15rem;
}
.videoMain .rightBox .scroll {
  max-height: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: hidden;
  right: -100%;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
  width: 3rem;
}
.videoMain .rightBox .show_btn {
  width: 0.28rem;
  height: 0.56rem;
  border-top-left: 0.28rem;
  border-top-right: 0.28rem;
  border-radius: 0.56rem 0 0 0.56rem;
  background-color: #262319;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.videoMain .rightBox .show_btn::before {
  content: '';
  display: inline-block;
  width: 0.09rem;
  height: 0.09rem;
  border: solid #fff;
  border-width: 3px 3px 0 0;
  transform: rotate(-135deg);
  margin-left: 0.06rem;
}
.videoMain .playlist-component {
  display: flex;
}
@media screen and (max-width: 750px) {
  .videoMain .rightBox .show_btn::before {
    border-width: 1px 1px 0 0;
  }
}
@keyframes playing1 {
  0% {
    height: 0.06rem;
  }
  100% {
    height: 0.12rem;
  }
}
@keyframes playing2 {
  0% {
    height: 0.12rem;
  }
  100% {
    height: 0.06rem;
  }
}
@keyframes playing3 {
  0% {
    height: 0.06rem;
  }
  100% {
    height: 0.14rem;
  }
}
.videoDetails .leftmain {
  width: calc(860 / 1200 * 100%);
}
.videoDetails .itembox {
  background-color: #fff;
  padding: 0.3rem;
  border-radius: 0.1rem;
}
.videoDetails .title {
  color: #292a2c;
  margin-bottom: 0.3rem;
  padding-top: 0.1rem;
}
.videoDetails .itembox_one .des {
  color: #292a2c;
  line-height: calc(32 / 16);
  margin-bottom: 0.5rem;
  font-weight: 100;
}
.videoDetails .itembox_one .time {
  color: #909399;
  font-weight: 100;
  margin-bottom: 0.2rem;
}
.videoDetails .itembox_one .other {
  border-top: 1px solid #e5e5e5;
  padding-top: 0.2rem;
  font-weight: 100;
  gap: 0.55rem;
}
.videoDetails .itembox_one .other a {
  color: #9ca3af;
  display: inline-flex;
  padding-left: 0.3rem;
  background: url(../images/see.svg) no-repeat left center;
  background-size: 0.22rem;
  padding-top: 0.02rem;
}
.videoDetails .itembox_one .other .like {
  background-image: url(../images/like.svg);
  background-size: 0.2rem;
}
.videoDetails .itembox_one .other .like.on {
  background-image: url(../images/like2.svg);
}
.videoDetails .itembox_two {
  padding-bottom: 0.4rem;
}
.videoDetails .itembox_two .dl_item {
  gap: 0.2rem;
}
.videoDetails .itembox_two .dl_item:not(:last-child) {
  margin-bottom: 0.25rem;
}
.videoDetails .itembox_two dt {
  flex-shrink: 0;
  padding-top: 0.05rem;
}
.videoDetails .itembox_two dt img {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
}
.videoDetails .itembox_two dd {
  flex: 1;
  min-width: 0;
  min-height: 0.45rem;
  display: flex;
  align-items: center;
}
.videoDetails .itembox_two dd .NotlogIn {
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  padding: 0 0.2rem;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  color: #909399;
  cursor: pointer;
}
.videoDetails .itembox_two dd .onlogIn {
  display: flex;
  align-items: center;
  gap: 0.1rem;
}
.videoDetails .itembox_two dd .btn {
  line-height: 0.5rem;
  height: 0.5rem;
  cursor: pointer;
  border-radius: 5px;
  background-color: #f1b5b7;
  color: #fff;
}
.videoDetails .itembox_two dd .text {
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  padding: 0 0.2rem;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  flex: 1;
}
.videoDetails .itembox_two dd .text::placeholder {
  color: #909399;
}
.videoDetails .itembox_two .textwarp {
  line-height: calc(32 / 16);
  padding-top: 0.1rem;
  color: #292a2c;
}
.videoDetails .itembox_two .textwarp .stitle {
  margin-bottom: 0.03rem;
}
.videoDetails .itembox_two .textwarp .stitle time {
  display: inline-block;
  margin-left: 0.1rem;
  color: #909399;
}
.videoDetails .itembox_two .textwarp .sdes {
  line-height: 1.6;
  font-weight: 100;
}
.videoDetails .rightmain {
  width: calc(320 / 1200 * 100%);
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
.videoDetails .rightmain .top {
  text-align: center;
  color: #292a2c;
  padding: 0.1rem 0 0.4rem;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0.25rem;
}
.videoDetails .rightmain .top .pic {
  margin-bottom: 0.2rem;
}
.videoDetails .rightmain .top .pic img {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
}
.videoDetails .rightmain .list li:not(:last-child) {
  margin-bottom: 0.1rem;
}
.videoDetails .rightmain .list .pic {
  flex-shrink: 0;
  border-radius: 0.1rem;
}
.videoDetails .rightmain .list .pic img {
  width: 1.2rem;
  height: 0.8rem;
  object-fit: cover;
  -webkit-object-fit: cover;
}
.videoDetails .rightmain .list .stit {
  flex: 1;
  min-width: 0;
  padding: 0.05rem 0.2rem 0;
  line-height: calc(24 / 16);
}
@media screen and (max-width: 768px) {
  .videoDetails .leftmain {
    width: 65%;
  }
  .videoDetails .rightmain {
    width: 33%;
  }
}
@media screen and (max-width: 750px) {
  .videoDetails .leftmain,
  .videoDetails .rightmain {
    width: 100%;
    margin-bottom: 0.2rem;
  }
}
.member_myLike {
  min-height: 6rem;
}
.myLike {
  gap: 0.12rem;
}
.myLike .item {
  width: calc((100% - 0.12rem * 5) / 6);
  position: relative;
  overflow: hidden;
}
.myLike .item:hover .other {
  opacity: 1;
  top: 0.05rem;
}
.myLike .item:hover .pic_list::before {
  opacity: 1;
}
.myLike .pic {
  position: relative;
  padding-top: 100%;
  border-radius: 0.1rem;
  overflow: hidden;
  margin-bottom: 0.1rem;
}
.myLike .addBtn .pic {
  border: solid 1px #e5e5e5;
  cursor: pointer;
}
.myLike .addBtn .pic::before,
.myLike .addBtn .pic::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #d3d3d3;
}
.myLike .addBtn .pic::before {
  width: 0.3rem;
  height: 2px;
}
.myLike .addBtn .pic::after {
  width: 2px;
  height: 0.3rem;
}
.myLike .pic_list {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  gap: 2px;
}
.myLike .pic_list.itemlen_other figure {
  width: calc(50% - 1px);
  padding-top: 40%;
}
.myLike .pic_list.itemlen_other figure:first-child {
  width: 100%;
  padding-top: 65%;
}
.myLike .pic_list.itemlen_other img:first-child {
  grid-row-start: span 2;
  grid-column-start: span 2;
}
.myLike .pic_list figure {
  position: relative;
}
.myLike .pic_list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
}
.myLike .pic_list::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.myLike .pic_list.itemlen2 figure {
  padding-top: 49%;
  width: 100%;
}
.myLike .pic_list.itemlen1 figure {
  padding-top: 100%;
  width: 100%;
}
.myLike .title {
  color: #292a2c;
}
.myLike .title span {
  color: #9ca3af;
}
.myLike .other {
  position: absolute;
  right: 0.05rem;
  top: -0.3rem;
  background-color: #fff;
  border-radius: 0.15rem;
  z-index: 3;
  padding: 0.08rem 0.13rem;
  gap: 0.08rem;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.myLike .other a {
  width: 0.14rem;
  height: 0.14rem;
  background: url(../images/bj.svg) no-repeat center;
  background-size: contain;
}
.myLike .other .delete {
  background-image: url(../images/sc.svg);
}
.myLike .other em {
  width: 1px;
  height: 0.1rem;
  background-color: #e5e5e5;
  display: inline-flex;
}
@media screen and (max-width: 640px) {
  .myLike .item {
    width: calc((100% - 0.12rem * 2) / 3);
  }
}
.col_all {
  color: #f1b5b7;
}
.workRecommend .swiper-button-prev,
.workRecommend .swiper-button-next {
  background-color: rgba(255, 255, 255, 0.5);
  width: 0.4rem;
  height: 0.6rem;
  top: 30%;
}
.workRecommend .swiper-button-next::after,
.workRecommend .swiper-button-prev::after {
  font-size: 0.28rem;
  color: #292a2c;
}
.workRecommend .swiper-button-prev {
  left: 0;
}
.workRecommend .swiper-button-next {
  right: 0;
}
.workRecommend .swiper-button-next.swiper-button-disabled,
.workRecommend .swiper-button-prev.swiper-button-disabled {
  pointer-events: auto;
}
.player-olympic-player-prev {
  transform: rotate(180deg);
  width: 32px;
  height: 32px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAYAAABV7bNHAAAAAXNSR0IArs4c6QAAApJJREFUeAHt2T9OwzAUBvAatTC1lZIwsTJzAC7ACTgBLEhdOjGWDSYWVsQB6AVgR2wsCAkhsTI1ttQyIP4I87nCkpEiVJU0fkEfQ506afv847n2axoN/lGAAhSgAAUoQAEKUIACFKAABShAAQpQgAIUmFVAzXpheF2e5z2l1EuSJGdobXgu5vEozwtjWc2yucbpxrI0z4CsUtmntafamCtjzMY871GX18wF5Adnrd0E1M1I6+ORtW3f/5/aPwE5CCA18dBXxtxrrbf/E44by5+BPAig1pBN57nWF+PxeN33170tDchDAGrr7f39Dtk0wPGK769rWzrQN8QKsukA2eSgtuqK4+JeFJA3WQfUBaDOsTVY8511ahcNNLXAVHNf3u5LvI/jJoEKBLCDayObjnNjbgC1WXCJyK5KMujHyK3dANYV9k6nk8kk/XFO4JPqgYCAaabwsIPV7gHZtDN9LhDHhRQFyFsAJsW0E12yRAUKoMSWLCKAHNR0dRNYsogBCrJJVMkiDiiAElGyiAX6hopeskgH8gkVrZW+7X9tKHWUJckhftp9jaEkFgggl61ms9ftdh9jwPjPFAcEmCf8wt5P03Tog4zZigECzAdqtBObJINMqeeYKOFniwACzvWSUnu4jXQbBifhOCoQYDSm0760+2vhPyYKEGAsptPZcqu13+l0dBiQtOPqgZS6RdbsZWl6LQ2jKJ7KgIDyjMwZYDqdoP0oCkZiXyVAABm6m4tYup8kIvwW06KBHrE69QBz+VsQks8tCih6iVAWeulAmE4iSgRxQIARVSKIAXIrksQSQQQQcMSWCFGBsA/OgbMruUQoC4jvQwEKUIACFKAABShAAQpQgAIUoAAFKEABClBgdoEvgRgNiNlEUbkAAAAASUVORK5CYII=) center no-repeat;
  background-size: contain;
  float: left;
  margin-left: 10px;
  margin-top: 8px;
  cursor: pointer;
  position: relative;
}
