#wap-page .header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.1rem;
  z-index: 999;
  background: #2c2c2c;
}
#wap-page .header .header-in {
  padding: 0 .3rem;
  height: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#wap-page .header .header-in .logo img {
  width: 1.94rem;
  height: .43rem;
}
#wap-page .header .header-in .nav ul {
  display: flex;
}
#wap-page .header .header-in .nav ul li {
  padding: 0 .15rem;
  line-height: 1.05rem;
  font-size: .28rem;
  box-sizing: border-box;
  border-bottom: .05rem solid transparent;
}
#wap-page .header .header-in .nav ul li a {
  color: #ffffff;
}
#wap-page .header .header-in .nav ul li.active {
  border-bottom: .05rem solid #FF9732;
  color: #FF9732;
}
#wap-page .header .header-in .nav ul li.active a {
  color: #FF9732;
}
#wap-page .footer {
  background: #000000;
  width: 100%;
  height: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#wap-page .footer .footer-in {
  text-align: center;
  font-size: .24rem;
  color: #797979;
  transform: scale(0.8);
  white-space: nowrap;
}
#wap-page .footer .footer-in p {
  margin-bottom: .1rem;
}
#wap-page .footer .footer-in p a {
  color: #797979;
}

#wap-page .joinus {
  background: #F7F7F7;
}
#wap-page .joinus .joinus-content {
  padding: 1.1rem 0 .5rem;
  min-height: 15rem;
  margin: 0 auto;
  width: 6.9rem;
}
#wap-page .joinus .joinus-content .joinus-title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.67rem;
}
#wap-page .joinus .joinus-content .joinus-title img {
  width: 2.89rem;
  height: .54rem;
}
#wap-page .joinus .joinus-content .joinus-list .joinus-item {
  padding: .6rem 0 .9rem;
}
#wap-page .joinus .joinus-content .joinus-list .joinus-item .title {
  height: .38rem;
  color: #000000;
  font-size: .34rem;
  position: relative;
  font-weight: bold;
  padding-left: .12rem;
  text-align: left;
}
#wap-page .joinus .joinus-content .joinus-list .joinus-item .title:before {
  position: absolute;
  content: "";
  height: .34rem;
  width: .08rem;
  background: #FF6D1A;
  top: .04rem;
  left: 0;
}
#wap-page .joinus .joinus-content .joinus-list .joinus-item .desc-ti {
  padding: .4rem 0 .2rem;
  color: #000000;
  font-size: .24rem;
  font-weight: bold;
  padding-left: .12rem;
}
#wap-page .joinus .joinus-content .joinus-list .joinus-item .desc-list {
  margin-left: .5rem;
  color: #5F5F5F;
  font-size: .24rem;
}
#wap-page .joinus .joinus-content .joinus-list .joinus-item .desc-list li {
  list-style: disc;
  line-height: 2;
}
#wap-page .joinus .joinus-content .joinus-list .joinus-item .address {
  padding-left: 12px;
  color: #686868;
  font-size: .24rem;
}
#wap-page .joinus .joinus-content .joinus-list .joinus-item .email {
  padding-left: 12px;
  color: #FF6D1A;
  font-size: .24rem;
}
#wap-page .aboutus .aboutus-content {
  padding: 1.1rem 0 .5rem;
  margin: 0 auto;
  width: 6.9rem;
  min-height: 15rem;
}
#wap-page .aboutus .aboutus-content .title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.67rem;
}
#wap-page .aboutus .aboutus-content .title img {
  width: 3.66rem;
  height: .54rem;
}
#wap-page .aboutus .aboutus-content .banner {
  margin-bottom: 0.3rem;
}
#wap-page .aboutus .aboutus-content .banner img {
  width: 6.9rem;
  height: 3.4rem;
}
#wap-page .aboutus .aboutus-content .aboutus-desc p {
  line-height: 2.2;
  font-size: .24rem;
  color: #5F5F5F;
}
#wap-page .aboutus .aboutus-content .aboutus-desc p.space {
  text-indent: 2em;
}
#wap-page .contactus .contactus-content {
  padding: 1.1rem 0 .5rem;
  min-height: 15rem;
  margin: 0 auto;
  width: 6.9rem;
}
#wap-page .contactus .contactus-content .contactus-title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.67rem;
}
#wap-page .contactus .contactus-content .banner{
  margin-bottom: 0.3rem;
}
#wap-page .contactus .contactus-content .banner img {
  width: 6.9rem;
  height: 3.4rem;
}
#wap-page .contactus .contactus-content .contactus-title img {
  width: 4.52rem;
  height: .54rem;
}
#wap-page .contactus .contactus-content .desc-ti {
  height: .38rem;
  color: #000000;
  font-size: .34rem;
  position: relative;
  font-weight: bold;
  padding-left: .18rem;
  text-align: left;
}
#wap-page .contactus .contactus-content .desc-ti:before {
  position: absolute;
  content: "";
  height: .34rem;
  width: .08rem;
  background: #FF6D1A;
  top: .06rem;
  left: 0;
}
#wap-page .contactus .contactus-content .desc-list {
  padding: .2rem 0 .5rem .2rem;
}
#wap-page .contactus .contactus-content .desc-list p {
  color: #5F5F5F;
  font-size: .24rem;
  line-height: 2;
}
#wap-page .contactus .contactus-content .contact-way {
  padding: .4rem 0 .5rem .12rem;
  display: flex;
}
#wap-page .contactus .contactus-content .contact-way .wx {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: .2rem;
}
#wap-page .contactus .contactus-content .contact-way .wx img {
  width: 1.6rem;
  height: 1.6rem;
}
#wap-page .contactus .contactus-content .contact-way .list {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
#wap-page .contactus .contactus-content .contact-way .list li {
  display: flex;
  align-items: center;
}
#wap-page .contactus .contactus-content .contact-way .list li img {
  margin-right: .15rem;
}
#wap-page .contactus .contactus-content .contact-way .list li img.avatar {
  width: .21rem;
  height: 0.23rem;
}
#wap-page .contactus .contactus-content .contact-way .list li img.qq {
  width: .2rem;
  height: 0.24rem;
}
#wap-page .contactus .contactus-content .contact-way .list li img.tel {
  width: .2rem;
  height: 0.2rem;
}
#wap-page .contactus .contactus-content .contact-way .list li img.wechat {
  width: .28rem;
  height: 0.23rem;
}
#wap-page .contactus .contactus-content .contact-way .list li img.email {
  width: .24rem;
  height: 0.18rem;
}
#wap-page .contactus .contactus-content .contact-way .list li span {
  color: #5F5F5F;
  font-size: .24rem;
}
#wap-page .detail .detail-content {
  padding: 1.1rem 0 .5rem;
  min-height: 14rem;
  margin: 0 auto;
  width: 6.9rem;
}
#wap-page .detail .detail-content .d-title {
  text-align: center;
  font-size: .38rem;
  font-weight: bold;
  padding: .6rem 0 .4rem;
}
#wap-page .detail .detail-content .d-desc {
  display: flex;
  justify-content: space-between;
  padding-bottom: .4rem;
}

#wap-page .detail .detail-content .d-desc div.type {
  background: url("../images/link-icon-black.png") no-repeat left center;
  background-size: 16px;
  padding-left: 16px;
}
#wap-page .detail .detail-content .d-desc div.type span {
  padding: 0 4px;
}

#wap-page .detail .detail-content .d-desc div {
  color: #BFBFBF;
  font-size: .24rem;
}
#wap-page .detail .detail-content .video {
  width: 6.9rem;
  height: 3.88rem;
}
#wap-page .detail .detail-content .d-content {
  padding: .5rem 0;
  font-size: .24rem;
  color: #000000;
}
#wap-page .detail .detail-content .d-img {
  width: 100%;
}
       /* 移动端作品列表样式 */
#wap-page .product-list-section{
    padding: 40px 15px;
  margin: 0 auto;
}
#wap-page .product-list-section .title {
  height: 100px;
  color: #000000;
}
#wap-page .product-list-section .title p {
  text-align: center;
}
#wap-page .product-list-section .title p.cn {
  padding-top: 30px;
  font-size: 30px;
  font-weight: bold;
}
#wap-page .product-list-section .title p.en {
  padding-top: 4px;
  font-size: 14px;
}
		


#wap-page .product-list {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 22px; /* 卡片间距 */
}

#wap-page .wap-product-item {
    position: relative; /* 相对定位作为容器 */
    width: 100%;
    height: 210px; /* 固定高度与封面图一致 */

    overflow: hidden;
    box-shadow: 0 6px 16px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

#wap-page .wap-product-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0,0,0,0.15);
}

/* 封面图样式 */
#wap-page .wap-product-img {
    width: 100%;
    height: 100%;
}

#wap-page .wap-product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

#wap-page .wap-product-item:hover .wap-product-img img {
    transform: scale(1.05);
}

/* 信息覆盖层 - 渐变背景增强可读性 */
#wap-page .wap-product-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 18px;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.8) 0%,
        rgba(0,0,0,0.4) 20%,
        rgba(0,0,0,0) 40%
    );
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* 信息靠下对齐 */
}

/* 类型标签 - 左上角突出显示 */
#wap-page .wap-product-type {
    position: absolute;
    top: 18px;
   
	right: 0px;
    font-size: 12px;
    color: #fff;
    background: #FF6D1A;
    padding: 3px 10px;
    border-radius: 4px;
    z-index: 2;
}

/* 作品标题 - 突出显示 */
#wap-page .wap-product-title {
    font-size: 19px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 10px;
    z-index: 2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* 标签和时间区域 - 底部信息栏 */
#wap-page .wap-product-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: rgba(255,255,255,0.85);
}

#wap-page .wap-product-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

#wap-page .wap-product-tags span {
    background: rgba(255,255,255,0.2);
    padding: 1px 6px;
    border-radius: 3px;
}

#wap-page .wap-product-date {
    color: rgba(255,255,255,0.7);
    margin-left: 8px;
    white-space: nowrap;
}

/* 加载更多按钮优化 */
#wap-page .wap-load-more {
    margin: 30px auto 20px;
    padding: 12px 24px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 20px;
    color: #333;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
}

#wap-page .wap-load-more:hover {
    background: #FF6D1A;
    color: #fff;
    border-color: #FF6D1A;
}
.aboutus-desc img {
  max-width: 100%; /* 图片最大宽度不超过父容器 */
  height: auto; /* 保持图片原有比例 */
}

/* 移动端适配（以768px为断点，可根据需求调整） */
@media (max-width: 768px) {
  .aboutus-desc img {
    width: 100%; /* 强制图片宽度为父容器100% */
    max-width: 100%; /* 确保不会超出容器 */
    height: auto; /* 自动计算高度，保持比例不变 */
  }
}
