/* 遮罩 */
.mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999999;
  width: 100%;
  height: 100%;
  background: #000;
  display: none;
}
.mask_bg {
  width: 100%;
  height: 100%;
}
.mask_text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.4rem;
}
.mask_text h5 {
  font-weight: 400;
  font-size: 0.96rem;
  color: #52cdf9;
  line-height: 1.12rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin: 0 0 0.2rem;
  font-family: Arizonia;
}
.mask_text h6 {
  font-weight: 400;
  font-size: 0.32rem;
  color: #ffffff;
  line-height: 0.38rem;
  letter-spacing: 0.06rem;
  text-align: center;
  font-weight: normal;
}
/* 共用类名 */
.fang {
  overflow: hidden;
  display: flex;
  width: 100%;
}
.fang img {
  transition: all 0.6s;
  display: flex;
}
.fang:hover img {
  transform: scale(1.1);
}
.public_padding {
  padding: 0 7%;
}
.public_title {
  position: relative;
  z-index: 5;
}
.public_title h5 {
  font-size: 0.6rem;
  color: #000000;
  line-height: 0.94rem;
  padding: 0.3rem 0 0;
  white-space: nowrap;
}
.artists .public_title h5,
.skits .public_title h5,
.cooperate .public_title h5,
.skitApplet .public_title h5 {
  color: #fff;
}
.public_title h6 {
  font-family: Arizonia, Arizonia;
  font-weight: 400;
  font-size: 0.6rem;
  color: #52cdf9;
  line-height: 0.94rem;
  transform: translateY(-138%);
  position: absolute;
  z-index: -1;
  white-space: nowrap;
}
.index_container {
  padding-top: 0.7rem;
}
/* 头部 */
.header {
  width: 100%;
  height: 0.7rem;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.header .logo_img {
  height: 0.4rem;
}
.menu_list {
  display: flex;
}
.menu_list .menu_item {
  cursor: pointer;
  display: block;
  margin: 0 0.3rem;
  outline: none;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}
.menu_list .menu_item .nav_box {
  height: 0.24rem;
  overflow: hidden;
}
.menu_list .menu_item .menu_div {
  transform-origin: center left;
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.menu_list .menu_item .menu_div:last-child {
  transform: translate(0) rotate(15deg);
}
.menu_list .menu_item:hover .menu_div:first-child {
  transform: translateY(-100%) rotate(-15deg);
}
.menu_list .menu_item:hover .menu_div:last-child {
  transform: translateY(-100%);
}
.menu_list a {
  color: #fff;
  font-size: 0.18rem;
}
.menu_list a.active {
  color: #52cdf9;
}
/* 底部 */
.footer {
  background: #52cdf9;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.footer .left {
  width: 50%;
}
.footer .left h4 {
  font-family: Arizonia;
  font-weight: 400;
  font-size: 0.6rem;
  color: #000000;
  line-height: 0.8rem;
}
.footer .left h6 {
  font-weight: 400;
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.36rem;
  letter-spacing: 0.09rem;
}
.footer .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer .right .address {
  font-weight: 400;
  font-size: 0.2rem;
  color: #333333;
}
.footer .right .list_img {
  display: flex;
  gap: 0.3rem;
  margin: 0.35rem 0 0.8rem;
}
.footer .right .list_img li {
  position: relative;
  cursor: pointer;
}
.list_img .hover_img {
  position: absolute;
  bottom: calc(100% + 0.06rem);
  left: 50%;
  transform: translateX(-50%);
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  border-radius: 0.12rem;
  display: none;
}
.list_img .hover_img img {
  width: 80%;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.footer .right .ban,
.footer .right a {
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.09rem;
  letter-spacing: 0.03rem;
}
/* 关于长乐 */
.introduction {
  width: 100%;
  margin: 0.24rem 0 0.75rem;
}
.introduction .about_box {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.introduction .about_box .text {
  width: 60%;
  padding: 0.6rem 5% 0 0;
}
.introduction .about_box .text p {
  font-size: 0.16rem;
  color: #333;
}
.introduction .about_box .text strong {
  color: #52cdf9;
  font-size: 0.24rem;
  line-height: 0.38rem;
}
.introduction .about_box .text p:nth-last-of-type(2) {
  color: #666;
  font-size: 0.18rem;
}
.introduction .about_box .text p:last-child {
  color: #666;
}
.introduction .about_box .right_img {
  width: 40%;
  padding-left: 5%;
}
.new {
  width: 100%;
  padding-top: 0.8rem;
  padding-bottom: 1.13rem;
}
.new_box {
  width: 100%;
  margin: 0.48rem 0 0;
  display: flex;
  gap: 0.18rem;
}
.new_box .left {
  width: 40%;
  position: relative;
}
.new_box .left img,
.new_box .right li .content img {
  width: 100%;
  height: 100%;
  border-radius: 0.15rem;
  object-fit: cover;
}
.new_box .right {
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
}
.new_box .right li {
  display: flex;
  gap: 0.18rem;
}
.new_box .right li .content {
  position: relative;
  width: 30%;
}
.new_box .right li .content.longer_content {
  width: 70%;
}
.new_box .hover_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0.15rem;
  padding: 0.26rem 5%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 0;
  transition: all 0.25s ease;
}
.new_box .hover_box:hover {
  opacity: 1;
}
.new_box .hover_box .hover_tit {
  position: relative;
}
.new_box .hover_box .hover_tit h5 {
  font-size: 0.24rem;
  color: #52cdf9;
  margin: 0 0 0.08rem;
}
.new_box .hover_box .hover_tit h6 {
  font-weight: 400;
  font-size: 0.18rem;
  color: #ffffff;
  line-height: 0.14rem;
  text-transform: uppercase;
}
.new_box .hover_box .hover_tit::after {
  content: "";
  width: 0;
  height: 4px;
  background: #52cdf9;
  position: absolute;
  left: 0;
  top: 150%;
  transition: width 0.5s 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.new_box .hover_box:hover .hover_tit::after {
  width: 15%;
}
.new_box .hover_box .hover_content h4 {
  font-size: 0.26rem;
  color: #52cdf9;
  line-height: 0.36rem;
}
.new_box .hover_box .hover_content .text {
  font-weight: 400;
  font-size: 0.18rem;
  color: #ffffff;
  line-height: 0.2rem;
  margin: 0 0 0.27rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.new_box .hover_box .hover_content .hover_more {
  font-weight: 500;
  font-size: 0.2rem;
  color: #52cdf9;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
.new_box .hover_box .hover_content .hover_more .icon {
  position: absolute;
  left: 0;
  /* width: 0; */
  width: calc(100% - 1rem);
  height: 2px;
  background: #52cdf9;
  /* transition: width 0.5s cubic-bezier(0.22, 1, 0.36, 1); */
}
/* .new_box .hover_box:hover .hover_content .hover_more .icon {
  width: calc(100% - 1rem);
} */
.new_box .hover_box .hover_content .hover_more .icon::after {
  content: "";
  position: absolute;
  left: calc(100% - 0.2rem);
  width: 0.12rem;
  height: 0.12rem;
  border-top: 2px solid #52cdf9;
  border-right: 2px solid #52cdf9;
  transform: rotate(45deg) translateY(-0.08rem);
  /* opacity: 0; */
}
/* .new_box .hover_box:hover .hover_content .hover_more .icon::after{
  opacity: 1;
} */
.culture {
  padding-top: 0.8rem;
  padding-bottom: 1.23rem;
  background: #f5f5f5;
}
.culture .culture_item:nth-of-type(2) {
  margin-top: 0.48rem;
}
.culture .culture_item {
  display: flex;
  background: #fff;
  border-radius: 0.15rem;
  margin-bottom: 0.4rem;
}
.culture .culture_item .content {
  width: 55%;
  padding: 0 10% 0 0.48rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
}
.culture .s_title {
  font-weight: 300;
  font-size: 0.6rem;
  color: #666666;
  line-height: 0.47rem;
  margin: 0 0 0.3rem;
  text-transform: uppercase;
}
.culture .s_title span {
  color: #52cdf9;
}
.culture .culture_item .hidden-right {
  transform: translate(120%);
}
.culture .culture_item .hidden-left {
  transform: translate(-100%);
}
.culture .culture_item .show-text {
  transform: translate(0);
}
.culture .culture_item .content .text {
  font-weight: 400;
  font-size: 0.3rem;
  color: #666666;
  line-height: 0.36rem;
  transition: all 0.9s ease;
}
.culture .culture_item .img {
  width: 45%;
  border-radius: 0 0.15rem 0.15rem 0;
}
.culture .culture_item.culture_item_right .content {
  padding: 0 0.48rem 0 10%;
  align-items: flex-end;
}
.culture .culture_item.culture_item_right .img {
  border-radius: 0.15rem 0 0 0.15rem;
}
.culture .values {
  padding: 0.41rem 0.48rem 0.5rem;
  background-color: #fff;
  border-radius: 0.15rem;
}
.culture .values .ul {
  margin: 0.44rem 0 0;
  display: flex;
  gap: 0.18rem;
}
.culture .values .ul li {
  width: 25%;
}
.culture .values .ul li img {
  width: 100%;
}
.culture .values .ul li p {
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 0.32rem;
  color: #333333;
  line-height: 0.28rem;
  margin: 0.26rem 0 0;
}
.opcrational {
  padding-top: 0.41rem;
  padding-bottom: 0.77rem;
  background: #333;
}
.opcrational .public_title h5 {
  color: #fff;
}
.list_opcration {
  display: flex;
  justify-content: space-between;
  margin: 0.77rem 0 0;
}
.list_opcration li {
  width: 4rem;
  height: 4rem;
  background: url(../images/Polygon_1.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 0.21rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.list_opcration li:nth-of-type(2) {
  background: url(../images/Polygon_2.png) no-repeat;
  background-size: 100% 100%;
}
.list_opcration li:nth-of-type(3) {
  background: url(../images/Polygon_3.png) no-repeat;
  background-size: 100% 100%;
}
.list_opcration li .title {
  font-weight: 900;
  font-size: 0.6rem;
  color: #000000;
  text-align: right;
}
.list_opcration li .desc {
  font-weight: 400;
  font-size: 0.48rem;
  color: #000000;
  text-align: right;
}
.index_honor {
  width: 100%;
  padding-top: 0.88rem;
  padding-bottom: 0.94rem;
}
.index_honor .swiper-honor {
  margin: 1rem 0 0;
  padding-bottom: 0.94rem;
}
.swiper-honor .swiper-slide > img {
  transform: scale(0.85);
  transition: all 0.5s ease;
}
.swiper-honor .swiper-slide:hover > img {
  transform: scale(1);
}
.swiper-honor-pagination {
  bottom: 0 !important;
}
.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: transparent;
  border: 3px solid #52cdf9;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #52cdf9;
  border: none;
}
/* 艺人经纪 */
.banner {
  width: 100%;
  position: relative;
}
.banner > img {
  width: 100%;
}
.banner .text {
  width: 100%;
  font-weight: 400;
  font-size: 0.46rem;
  color: #52cdf9;
  line-height: 0.54rem;
  letter-spacing: 0.44rem;
  text-align: center;
  position: absolute;
  bottom: 1.09rem;
  color: #52cdf9;
}
.business {
  padding-top: 1.52rem;
  padding-bottom: 1.28rem;
}
.business .public_title h6 {
  color: #51dbca;
}
.business .card-row {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 0.7rem;
}
.business .card-row .card {
  width: 33%;
  height: 2.83rem;
  perspective: 1000px;
  position: relative;
}
.business .card-row .card .content-box {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.business .card-row .card .front-box {
  color: #000;
  font-size: 0.48rem;
  font-weight: 700;
  z-index: 2;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.8rem;
}
.business .card-row .card .card-face {
  width: 100%;
  height: 100%;
  transition: transform 1s;
}
.business .card-row .card .back-box {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  border-radius: 0.8rem;
  display: none;
}
.business .card-row .card .back-box .back-text {
  color: #000;
  display: block;
  font-size: 0.32rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.business .card-row .card .back-box p {
  position: relative;
  padding: 0 0 0 0.16rem;
}
.business .card-row .card .back-box p:before {
  background: #000;
  border-radius: 100%;
  box-sizing: border-box;
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  left: 0;
  position: absolute;
  top: calc(50%);
}
.business .card-row .card .bg1 {
  background-color: #52cdf9;
}
.business .card-row .card .bg2 {
  background-color: #f5e06f;
}
.business .card-row .card .bg3 {
  background-color: #9879fd;
}
.business .text {
  font-weight: 400;
  font-size: 0.32rem;
  color: #333333;
  line-height: 0.53rem;
  letter-spacing: 2px;
  text-align: justified;
  margin: 0.38rem 0 0.71rem;
}
.business .down {
  font-weight: bold;
  font-size: 0.36rem;
  color: #000000;
  line-height: 0.72rem;
  letter-spacing: 2px;
  text-align: center;
  margin: 0.93rem 0 0;
}
.artists,
.skits {
  background: #333;
  padding-top: 0.83rem;
  padding-bottom: 0.98rem;
}
.artists .desc {
  margin: 0.55rem 0 0.71rem;
  font-size: 0.32rem;
  color: #d9d9d9;
  line-height: 0.38rem;
}
.swiper-artists {
  padding: 0 0 0.64rem;
}
.swiper-artists .swiper-slide {
  display: flex;
  align-items: center;
}
.swiper-artists .swiper-slide .message {
  width: 75%;
  background: #52cdf9;
  border-radius: 0.3rem 0 0 0.3rem;
  padding: 0.46rem 0.54rem;
}
.swiper-artists .swiper-slide .message h5 {
  font-size: 0.4rem;
  color: #000000;
  line-height: 0.56rem;
  margin: 0 0 0.24rem;
}
.swiper-artists .swiper-slide .message .text {
  font-weight: 400;
  font-size: 0.24rem;
  color: #333333;
  line-height: 0.36rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.swiper-artists .swiper-slide img {
  width: 25%;
  border-radius: 0.24rem;
}
.skits {
  padding-bottom: 1.3rem;
}
.skits .desc {
  margin: 1.85rem 0 0;
  font-size: 0.32rem;
  line-height: 0.38rem;
  color: #aaaaaa;
  text-align: center;
}
.waterfall-wrap {
  width: 100%;
  display: flex;
  gap: 0.7rem;
  margin: 1.2rem 0 0;
}
.waterfall-wrap .waterfall-list {
  width: 33%;
  display: flex;
  flex-direction: column;
  gap: 0.57rem;
  transition: all 0.3s linear;
}
.waterfall-wrap .waterfall-list:nth-of-type(2) {
  padding-top: 1.8rem;
}
.case-item {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.case-item:hover .poster {
  display: none;
}
.case-item .poster {
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
}
.case-item .poster img {
  height: 100%;
}
.case-item .poster img,
.case-item video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.case-item video {
  width: 100%;
}
.cooperate {
  background: #333;
  padding-top: 0.83rem;
  padding-bottom: 1.78rem;
}
.cooper_ul {
  display: flex;
  gap: 0.48rem;
  margin: 1.67rem 0 0;
}
.cooper_ul li {
  width: 20%;
  height: 5rem;
  background: #52cdf9;
  border-radius: 1.44rem;
}
.cooper_ul li a {
  width: 100%;
  height: 100%;
  padding: 0 10%;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 0.4rem;
  color: #333333;
  line-height: 0.47rem;
  text-align: center;
}
.cooper_ul li:nth-of-type(2) {
  background: #f5e06f;
}
.cooper_ul li:nth-of-type(3) {
  background: #9879fd;
}
.cooper_ul li:nth-of-type(4) {
  background: #fd985f;
}
.cooper_ul li:nth-of-type(5) {
  background: #f495d9;
}

/* 微短剧 */
.poster {
  position: relative;
}
.poster > img {
  width: 100%;
  min-height: 600px;
}
.poster .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.poster .content .text {
  font-weight: 500;
  font-size: 0.3rem;
  color: #000000;
  line-height: 0.8rem;
}
.poster .content h4 {
  font-weight: 500;
  font-size: 0.5rem;
  color: #000000;
  line-height: 1rem;
}
.poster .content h4 b {
  display: block;
  font-weight: bold;
  font-size: 0.9rem;
  color: #f5e06f;
}
.poster.bg1 .content {
  background: linear-gradient(90deg, #52cdf9 30%, rgba(0, 0, 0, 0) 100%);
}
.poster.bg2 .content {
  background: linear-gradient(90deg, #f5e06f 30%, rgba(0, 0, 0, 0) 100%);
}
.poster.bg2 .content h4 b {
  color: #9879fd;
}
.short-mode {
  padding-top: 0.97rem;
  padding-bottom: 1.23rem;
}
.model_ul {
  margin: 0.85rem 0 0;
  display: flex;
  justify-content: space-between;
}
.model_ul > li {
  width: 4rem;
  height: 4rem;
  background: #52cdf9;
  border-radius: 50%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  padding: 0.5rem 0;
}
.model_ul > li:nth-of-type(2) {
  background: #f5e06f;
}
.model_ul > li:nth-of-type(3) {
  background: #9879fd;
}
.model_ul .text {
  font-weight: 400;
  font-size: 0.3rem;
  color: #000000;
  line-height: 0.47rem;
  text-align: center;
}
.model_ul .icon_list {
  display: flex;
}
.model_ul .icon_list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  border-right: 1px solid #000;
  padding: 0.1rem 0.15rem;
}
.model_ul .icon_list li:last-child {
  border: 0;
}
.model_ul .icon_list li img {
  width: 0.5rem;
}
.model_ul .icon_list li p {
  font-weight: 400;
  font-size: 0.24rem;
  color: #000000;
  line-height: 0.28rem;
}
.skitApplet {
  padding-top: 0.83rem;
  padding-bottom: 0.73rem;
  background: linear-gradient(
    140deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.4) 100%
  );
}
.skitApplet .headers {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 1.17rem;
}
.skitApplet .headers .code {
  display: flex;
  align-items: center;
  gap: 0.1rem;
}
.skitApplet .headers .code .text {
  font-weight: 400;
  font-size: 0.2rem;
  color: #d9d9d9;
  line-height: 0.23rem;
  text-align: right;
  margin: 0 0.34rem 0 0;
}
.skitApplet .headers .code img {
  width: 0.75rem;
  border-radius: 0.16rem;
}
.swiper-skitApplet {
  padding-bottom: 0.63rem;
}
.news {
  padding-top: 0.91rem;
  padding-bottom: 0.84rem;
}
.news .line,
.information .line {
  width: calc(100% - 0.06rem);
  height: 4px;
  background: #52cdf9;
  position: relative;
  margin: 0.74rem 0;
}
.news .line::after,
.information .line::after {
  content: "";
  position: absolute;
  right: 0.1rem;
  top: 50%;
  width: 0.16rem;
  height: 0.16rem;
  border-top: 4px solid #52cdf9;
  border-right: 4px solid #52cdf9;
  transform: rotate(45deg) translateY(calc(-50% - 4px));
}
.news_content {
  display: flex;
  gap: 0.34rem;
  height: 5rem;
}
.news_content .first_new {
  position: relative;
  width: 50%;
}
.news_content .first_new .fang,
.marketing_list a .fang {
  border-radius: 0.3rem;
}
.news_content .first_new .fang img,
.marketing_list a .fang img {
  width: 100%;
  height: 100%;
  border-radius: 0.3rem;
}
.news_content .first_new .message,
.marketing_list a .message {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #52cdf9;
  border-radius: 0 0 0.3rem 0.3rem;
  padding: 5% 0.32rem 5.5% 0.24rem;
}
.news_content .first_new .message h5,
.marketing_list a .message h5 {
  font-size: 0.24rem;
  color: #000000;
  line-height: 0.35rem;
  letter-spacing: 3px;
  margin: 0 0 0.04rem;
  width: calc(100% - 0.48rem);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news_content .first_new .message .desc,
.marketing_list a .message .desc {
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.23rem;
  letter-spacing: 2px;
  width: calc(100% - 0.48rem);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news_content .first_new .message .icon,
.marketing_list a .message .icon {
  width: 0.4rem;
  height: 0.4rem;
  background: #000;
  border-radius: 50%;
  position: absolute;
  right: 0.32rem;
  top: 0.35rem;
}
.news_content .first_new .message .icon::after,
.marketing_list a .message .icon::after {
  content: "";
  position: absolute;
  right: 0.15rem;
  top: 0.14rem;
  width: 0.12rem;
  height: 0.12rem;
  border-top: 2px solid #52cdf9;
  border-right: 2px solid #52cdf9;
  transform: rotate(45deg);
}
.news_ul {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  overflow-y: auto;
}
.news_ul li {
  display: flex;
}
.news_ul li .fang {
  width: 40%;
  border-radius: 0.15rem 0 0 0.15rem;
}
.news_ul li .fang img {
  border-radius: 0.24rem 0 0 0.24rem;
}
.news_ul li .message {
  width: 60%;
  padding: 3% 4%;
  background: #f5f5f5;
  border-radius: 0 0.15rem 0.15rem 0;
}
.news_ul li .message h5 {
  font-size: 0.22rem;
  color: #000000;
  line-height: 0.35rem;
  letter-spacing: 3px;
  width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news_ul li .message .desc {
  font-weight: 400;
  font-size: 0.17rem;
  color: #333333;
  line-height: 0.23rem;
  letter-spacing: 2px;
  width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news_ul li .message a {
  display: block;
  text-align: right;
  font-weight: 400;
  font-size: 0.17rem;
  color: #aaaaaa;
  line-height: 0.23rem;
  letter-spacing: 2px;
  margin: 0.1rem 0 0;
  transition: all 0.3s ease;
}
.news_ul li .message:hover a {
  color: #52cdf9;
}
.information {
  padding-top: 0.55rem;
  padding-bottom: 0.56rem;
}
.marketing_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.34rem;
}
.marketing_list a {
  position: relative;
  width: calc(33% - 0.182rem);
}
.marketing_list a:nth-of-type(1),
.marketing_list a:nth-of-type(2) {
  width: calc(50% - 0.17rem);
}
.products {
  padding-top: 0.94rem;
  padding-bottom: 0.83rem;
}
.thumb_box {
  margin: 0.56rem 0 0;
}
#product-gallery {
  margin: 0 0 0.64rem;
}
#product-gallery .swiper-slide {
  display: flex;
  height: auto !important;
}
#product-gallery .swiper-slide > img {
  width: 56%;
  height: 100%;
  border-radius: 0 0.3rem 0.3rem 0;
}
#product-gallery .swiper-slide .swiper-message {
  border-radius: 0.3rem 0 0 0.3rem;
  background: #52cdf9;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 44%;
  height: 100%;
  padding: 0 8% 0 4%;
}
#product-gallery .swiper-slide .swiper-message h5 {
  font-weight: bold;
  font-size: 0.45rem;
  color: #000000;
}
#product-gallery .swiper-slide .swiper-message h6 {
  font-weight: bold;
  font-size: 0.36rem;
  color: #000000;
  margin: 0 0 0.24rem;
}
#product-gallery .swiper-slide .swiper-message .text {
  font-weight: 400;
  font-size: 0.22rem;
  color: #666666;
  line-height: 0.38rem;
}
#product-thumbs {
  padding: 0 0.04rem;
}
#product-thumbs .swiper-slide img {
  width: 100%;
  border-radius: 0.2rem;
  position: relative;
}
#product-thumbs .swiper-slide.swiper-slide-thumb-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 0.06rem);
  height: calc(100% - 0.06rem);
  border-radius: 0.2rem;
  border: 0.04rem solid #52cdf9;
}
/* 加入我们 */
.hot_pagination .public_title h6,
.process .public_title h6,
.recruitment .public_title h6 {
  left: 50%;
  transform: translateY(-138%) translateX(-50%);
}
.hot_pagination .public_title h6 {
  color: #51dbca;
}
.hot_pagination,
.process,
.recruitment {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hot_pagination {
  padding-top: 0.77rem;
  padding-bottom: 1.23rem;
}
.process {
  padding-top: 0.77rem;
  padding-bottom: 0.37rem;
}
.recruitment {
  padding-top: 1.22rem;
  padding-bottom: 1.1rem;
}
.jobs_ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem;
  margin: 1rem 0 1.5rem;
}
.jobs_ul a {
  display: flex;
  justify-content: center;
  min-width: 2rem;
  padding: 0.38rem 0.34rem;
  font-size: 0.32rem;
  color: #000000;
  background: linear-gradient(90deg, #52cdf9 0%, #f5e06f 100%);
  border-radius: 80px 80px 80px 80px;
}
.search_box {
  display: flex;
  justify-content: center;
}
.margin_search {
  margin: 0.85rem 0 1.35rem;
}
.search_box .search {
  width: 8rem;
  height: 0.8rem;
  max-width: 800px;
  background: #efefef;
  border-radius: 0.2rem 0 0 0.2rem;
  padding: 0 0.32rem;
  font-size: 0.32rem;
  color: #aaaaaa;
}
.search_icon {
  position: relative;
}
.search_box .submit {
  width: 0.8rem;
  height: 0.8rem;
  background: #52cdf9;
  border-radius: 0px 0.2rem 0.2rem 0px;
  cursor: pointer;
}
.search_icon > img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateX(-50%) translateY(-50%);
  width: 0.4rem;
  height: 0.4rem;
  background: url(../images/search.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.process_img {
  margin: 1.4rem 0 0;
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  position: relative;
}
.process_img > li {
  width: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.process_img > li img {
  width: 100%;
  border-radius: 0.16rem;
  margin: 0 0 1.2rem;
}
.process_img > li h5 {
  font-weight: 500;
  font-size: 0.28rem;
  color: #52cdf9;
  line-height: 0.47rem;
  text-align: center;
}
.process_img > li .text {
  font-weight: 400;
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.34rem;
  text-align: center;
}
.process_img::before {
  content: "";
  width: calc(100% - 0.09rem);
  height: 0.04rem;
  background: #52cdf9;
  position: absolute;
  left: 0;
  bottom: calc(50% - 1.05rem);
  transform: translateY(50%);
}
.process_img::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: calc(50% - 1.05rem);
  width: 0.18rem;
  height: 0.18rem;
  border-top: 4px solid #52cdf9;
  border-right: 4px solid #52cdf9;
  transform: rotate(45deg) translateY(calc(50% + 4px));
}
.process_img li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(50% - 1.05rem);
  transform: translateX(-50%) translateY(50%);
  width: 0.4rem;
  height: 0.4rem;
  background: #ffffff;
  border-radius: 50%;
  border: 0.06rem solid #52cdf9;
  transition: all 0.3s ease;
}
.process_img li.active::after {
  background: #52cdf9;
}
.jobs_link {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin: 1.63rem 0 0;
}
.jobs_link a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.jobs_link a img {
  width: 1.6rem;
}
.jobs_link a p {
  font-weight: 400;
  font-size: 0.24rem;
  color: #666666;
  line-height: 0.34rem;
  text-align: center;
  margin: 0.3rem 0 0;
}
/* 岗位搜索 */
.job_search_box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 0 7%;
  margin: 1.35rem 0 0.93rem;
}
.job_search_content {
  display: flex;
  justify-content: center;
}
.job_search_content .left {
  width: 3.5rem;
  padding: 0 0.44rem 0 0;
}
.job_search_content .left .top {
  display: flex;
  justify-content: space-between;
  padding: 0.12rem 0 0.15rem;
  margin: 0 0 0.33rem;
  border-bottom: 1px solid #d9d9d9;
}
.job_search_content .left .category {
  margin: 0 0 0.58rem;
  display: flex;
  flex-direction: column;
  gap: 0.27rem;
}
.job_search_content .left .category h6 {
  font-weight: 500;
  font-size: 0.24rem;
  color: #333333;
  line-height: 0.28rem;
}
.job_search_content .left .category .form_item {
  font-weight: 400;
  font-size: 0.2rem;
  color: #666666;
  line-height: 0.23rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.job_search_content .left .category .form_item input {
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 1px;
  border: 1px solid #aaaaaa;
  margin: 0 0.1rem 0 0;
}
.job_search_content .left .top span,
.job_search_content .left .top button {
  font-weight: 400;
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.23rem;
  border: none;
  background: transparent;
  cursor: pointer;
}
.job_search_content .right {
  border-left: 1px solid #d9d9d9;
  padding: 0.04rem 0 0.31rem 0.22rem;
}
.job_search_content .right h5 {
  font-weight: 500;
  font-size: 0.36rem;
  color: #333333;
  line-height: 0.42rem;
  margin: 0 0 0.2rem;
}
.list_job {
  width: 10rem;
  display: flex;
  flex-direction: column;
  gap: 0.27rem;
}
.list_job li {
  width: 100%;
  padding: 0.39rem 0.3rem 0.21rem;
  background: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
}
.list_job li:hover {
  box-shadow: 0px 0.06rem 0.2rem 0px rgba(0, 0, 0, 0.12);
  border-radius: 0.3rem;
}
.list_job li a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.list_job li a h6 {
  font-weight: 500;
  font-size: 0.24rem;
  color: #333333;
  line-height: 0.28rem;
  margin: 0 0 0.22rem;
}
.list_job li a .desc {
  font-weight: 400;
  font-size: 0.18rem;
  color: #999999;
  line-height: 0.3rem;
  margin: 0.21rem 0 0;
}
.pager {
  margin: 0.86rem 0 0;
  display: flex;
  gap: 0.4rem;
}
.pager a,
.pager span {
  font-weight: 500;
  font-size: 0.2rem;
  color: #666666;
  line-height: 0.23rem;
}
.pager a:first-child,
.pager a:last-child {
  color: #d9d9d9;
}
.pager span {
  color: #52cdf9;
}
/* 岗位详情 */
.job_detail_container {
  display: flex;
  justify-content: center;
}
.job_detail {
  margin: 0.7rem 0 1.6rem;
  padding: 0.88rem 0 0;
  max-width: 1000px;
}
.job_detail h5 {
  font-weight: bold;
  font-size: 0.4rem;
  color: #333333;
  line-height: 0.47rem;
  margin: 0 0 0.2rem;
}
.job_category span {
  font-weight: 400;
  font-size: 0.2rem;
  color: #666666;
  line-height: 0.23rem;
}
.job_category span:not(:last-child)::after {
  content: "|";
  margin: 0 0.04rem;
}
.job_detail .messages {
  margin: 0.68rem 0 0;
}
.job_detail .messages h6 {
  font-weight: 500;
  font-size: 0.24rem;
  color: #333333;
  line-height: 0.28rem;
  margin: 0 0 0.2rem;
  position: relative;
  padding: 0 0 0 0.14rem;
}
.job_detail .messages h6::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.05rem;
  height: 100%;
  background: #52cdf9;
}
.job_detail .messages .text {
  font-weight: 400;
  font-size: 18px;
  color: #999999;
  line-height: 30px;
}
.job_detail .apply_job {
  margin: 0.88rem 0 0;
  width: 2.5rem;
  height: 0.9rem;
  line-height: 0.9rem;
  text-align: center;
  font-weight: 400;
  font-size: 0.4rem;
  color: #000000;
  background: #52cdf9;
  border: none;
  border-radius: 0.6rem;
  cursor: pointer;
}
.job_detail .apply_jobs{
  display: inline-block;
  width: 2.5rem;
  height: 0.9rem;
  line-height: 0.9rem;
  text-align: center;
  font-weight: 400;
  font-size: 0.4rem;
  color: #000000;
  background: #52cdf9;
  border: none;
  border-radius: 0.6rem;
  cursor: pointer;
  margin-left: 0.32rem;
}
.dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.dialog_body {
  width: 60%;
  background: #f5f5f5;
  position: relative;
  border-radius: 0.3rem;
}
.dialog_body h6 {
  font-weight: 400;
  font-size: 0.24rem;
  color: #999999;
  line-height: 0.4rem;
  text-align: center;
  background: #fff;
  border-radius: .3rem .3rem 0 0;
  padding: .51rem 0 .24rem;
}

.dialog_body a {
  font-size: 0.36rem;
  color: #333333;
  line-height: 0.6rem;
  padding: 0.45rem .4rem;
  border-top: 2px solid #efefef;
  display: block;
  text-align: center;
  background: #fff;
}
.dialog_close {
  width: 100%;
  height: 1.46rem;
  background: #fff;
  margin: 0.24rem 0 0;
  font-weight: 400;
  font-size: 0.36rem;
  color: #333333;
  line-height: 0.6rem;
  border: none;
  border-radius: 0  0 .3rem .3rem;
  cursor: pointer;
}
