* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}
html.set-gray {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,#grayscale");
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(1);
}
html,
body {
  max-width: 750px;
  height: auto;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  margin: auto;
}
html {
  font-size: 13.33vw;
}
.ellipsis1{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipses-2{
  display: -webkit-box;            /* 必须 */
  -webkit-box-orient: vertical;    /* 必须 */
  -webkit-line-clamp: 2;           /* 限制行数为 6 */
  overflow: hidden;                /* 隐藏溢出文本 */
  text-overflow: ellipsis;         /* 可选，单行也用 */
  line-height: 1.5;                /* 推荐显式设置行高，后面 max-height 方案会用到 */
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media screen and (min-width: 750px) {
  html {
    font-size: 100px;
  }
}
body {
  font-size: 0.26rem;
}
ul,
li {
  list-style: none;
}
a {
  color: #000;
  text-decoration: none;
  word-break: break-word;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}
img {
  border: none;
}
textarea {
  resize: none;
}
input {
  border: none;
  outline: none;
}
button {
  border: none;
  outline: none;
}
.hide {
  display: none !important;
}
.common-nav-scroll {
  height: 2.25rem;
  padding: 0 0.3rem;
  background: #f6f6f6;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.common-nav-scroll::-webkit-scrollbar {
  display: none;
}
.common-nav-scroll .nav-list {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.common-nav-scroll .nav-list .list-box {
  display: inline-block;
  height: 2.25rem;
  width: 1.6rem;
  padding-top: 0.53rem;
  box-sizing: border-box;
}
.common-nav-scroll .nav-list .list-box.active {
  background: #fff;
}
.common-nav-scroll .nav-list .list-box .img-box {
  margin: 0 auto;
  width: 0.74rem;
  height: 0.74rem;
  border-radius: 50%;
  overflow: hidden;
  box-sizing: border-box;
}
.common-nav-scroll .nav-list .list-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.common-nav-scroll .nav-list .list-box .title {
  color: #333;
  font-size: 0.24rem;
  line-height: 0.33rem;
  text-align: center;
  margin-top: 0.02rem;
}
.common-img-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.common-img-scroll::-webkit-scrollbar {
  display: none;
}
.common-img-scroll ul.list {
  width: max-content;
  padding-left: 0.31rem;
}
.common-img-scroll ul.list li {
  margin-right: 0.2rem;
  display: inline-block;
  float: left;
}
.common-img-scroll ul.list li:last-child {
  padding-right: 0.31rem;
}
.common-img-scroll ul.list li .li-box {
  background: #f5f5f5;
  width: 3.04rem;
  height: 3.13rem;
  border-radius: 0.08rem;
}
.common-img-scroll ul.list li .li-box .img-box {
  width: 3.04rem;
  height: 2.01rem;
  border-radius: 0.08rem;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #eee;
  border-bottom: none;
  background: #fff;
}
.common-img-scroll ul.list li .li-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.common-img-scroll ul.list li .li-box .content-li {
  padding: 0.12rem 0.19rem;
}
.common-img-scroll ul.list li .li-box .content-li .common-title {
  margin-bottom: 0.04rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.common-img-scroll ul.list li .li-box .content-li .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 0.33rem;
  font-size: 0.24rem;
  color: #999999;
}
.common-nav5 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: 0.88rem;
  border-bottom: 1px solid #ebebeb;
  box-sizing: border-box;
}
.common-nav5 .item {
  height: 0.88rem;
  line-height: 0.88rem;
  font-size: 0.3rem;
  box-sizing: border-box;
}
.common-nav5 .item.active {
  color: #FF6601;
  border-bottom: 4px solid #FF6601;
}
.common-nav {
  height: 0.74rem;
  line-height: 0.74rem;
  background-color: #C94A54;
  font-size: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.common-nav::-webkit-scrollbar {
  display: none;
}
.common-nav .nav-list {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.common-nav .nav-list .link {
  display: inline-block;
  width: 1.74rem;
  text-align: center;
  padding: 0 0.3rem;
  box-sizing: border-box;
  color: #fff;
  font-size: 0.28rem;
  vertical-align: middle;
}
.common-nav .nav-list .link:not(:last-child) {
  border-right: 0.01rem solid #d46d75;
}
.common-nav .nav-list .link.active {
  color: #fff;
  background-color: #d46d75;
  font-weight: bold;
}
.common-row-nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.4rem 0.3rem 0;
}
.common-row-nav .link {
  display: block;
  width: 3.25rem;
  height: 0.74rem;
  line-height: 0.74rem;
  border-radius: 0.04rem;
  background-color: #F5F5F5;
  text-align: center;
  color: #545454;
  font-size: 0.3rem;
  margin-bottom: 0.3rem;
}
.common-row-nav .link.active {
  background-color: #C94A54;
  color: #fff;
}
.common-title {
  font-size: 0.28rem;
  line-height: 0.4rem;
  color: #333;
}
.common-donate {
  width: 2.24rem;
  height: 0.73rem;
  padding-left: 0.7rem;
  box-sizing: border-box;
  color: #fff;
  font-size: 0.32rem;
  line-height: 0.73rem;
  background: linear-gradient(123deg, #E73F0D 0%, #FF7B04 100%);
  box-shadow: 0rem 0.05rem 0.11rem 0rem rgba(0, 0, 0, 0.16);
  border-top-left-radius: 0.37rem;
  border-bottom-left-radius: 0.37rem;
  position: absolute;
}
.common-donate:before {
  content: '';
  width: 0.42rem;
  height: 0.42rem;
  position: absolute;
  left: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url('/Application/Home/View/child/styles/images/mobile/donate3.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.common-more {
  width: 5.16rem;
  height: 0.86rem;
  line-height: 0.86rem;
  color: #666;
  text-align: center;
  background: #f5f5f5;
  border-radius: 0.43rem;
  margin: 0.3rem auto 0.27rem;
}
.ul-title-time li {
  border-bottom: 1px solid #ebebeb;
  box-sizing: border-box;
}
.ul-title-time li:last-child {
  border-bottom: none;
}
.ul-title-time li .li-box {
  display: flex;
  height: 1.43rem;
  align-items: center;
}
.ul-title-time li .li-box .temp-box {
  flex: 1;
  margin-right: 0.3rem;
}
.ul-title-time li .li-box .title {
  flex: 1;
  font-size: 0.3rem;
  line-height: 0.42rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.03rem;
}
.ul-title-time li .li-box .time {
  font-size: 0.26rem;
  line-height: 0.31rem;
  color: #999;
}
.ul-title-time li .li-box .xiazai {
  width: 1.22rem;
  height: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  background: linear-gradient(123deg, #E73F0D 0%, #FF7B04 100%);
  border-radius: 0.25rem;
  color: #fff;
}
.ul-title-time li .li-box .xiazai a {
  color: #fff;
}
.ul-img-title {
  display: flex;
  flex-wrap: wrap;
}
.ul-img-title li {
  margin-right: 0;
}
.ul-img-title li:not(:nth-child(2n)) {
  margin-right: 0.32rem;
}
.ul-img-title li .li-box {
  width: 3.3rem;
}
.ul-img-title li .li-box .img-box {
  position: relative;
  width: 3.3rem;
  height: 2.23rem;
  border-radius: 0.08rem;
  overflow: hidden;
  box-sizing: border-box;
}
.ul-img-title li .li-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ul-img-title li .li-box .title {
  color: #333;
  font-size: 0.28rem;
  line-height: 0.4rem;
  margin-bottom: 0.19rem;
}
.ul-img-title li .li-box .time {
  font-size: 0.24rem;
  color: #FF6601;
  margin-bottom: 0.18rem;
}
.ul-img-title li .li-box .summary {
  color: #9C9C9C;
  font-size: 0.24rem;
  line-height: 0.36rem;
}
.header-wrap {
  display: flex;
  align-items: center;
  height: 0.91rem;
  line-height: 0.91rem;
  flex: 0 0 auto;
  font-size: 0;
  background-color: #fff;
  box-sizing: border-box;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
.header-wrap .logo {
  height: 0.67rem;
  vertical-align: middle;
  margin-left: 0.3rem;
}
.header-wrap .menu-btn,
.header-wrap .member, .header-wrap .search {
  width: 0.88rem;
  height: 0.91rem;
  text-align: center;
}
.header-wrap .menu-btn img,.header-wrap .search img,
.header-wrap .member img {
  height: 0.75rem;
  vertical-align: middle;
}
.header-wrap .iconfont {
  font-size: 12px;
  color: #e0e0e0;
}
.header-wrap .search {
  margin-left: auto;
}

.menu-mask {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.6);
}
.menu-wrap {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2001;
  width: 4.19rem;
  height: 100%;
  background-color: #fff;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}
.menu-wrap::-webkit-scrollbar {
  display: none;
}
.menu-wrap .close {
  height: 0.83rem;
  padding: 0.18rem 0.4rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.menu-wrap .ul1 .li1 .li-box {
  padding: 0 0.4rem;
  box-sizing: border-box;
  min-height: 1rem;
  line-height: 1rem;
  font-size: 0.28rem;
  color: #666;
}
.menu-wrap .ul1 .li1 .li-box .li1-text {
  border-bottom: 1px solid #eee;
}
.menu-wrap .ul1 .li1.active .li-box {
  background: #FF6601;
  color: #fff;
}
.menu-wrap .ul1 .li1.active .li-box .li1-text {
  border-bottom: none;
}
.menu-wrap .ul1 .li1.active.has-item .li-box {
  background-image: url('/Application/Home/View/child/styles/images/mobile/menu-shrink.png');
  background-repeat: no-repeat;
  background-size: 0.14rem 0.02rem;
}
.menu-wrap .ul1 .li1.active .ul2 {
  display: block;
}
.menu-wrap .ul1 .li1.has-item .li-box, .menu-wrap .ul1 .li2.has-item .li-box2 {
  background-image: url('/Application/Home/View/child/styles/images/mobile/menu-open.png');
  background-repeat: no-repeat;
  background-size: 0.14rem 0.14rem;
  background-position: right 0.4rem center;
}
.menu-wrap .ul1 .li1 .ul2 {
  display: none;
}
.menu-wrap .ul1 .li1 .ul2 .li2 {
  padding-left: 0.6rem;
  line-height: 0.9rem;
  font-size: 0.26rem;
}
.menu-wrap .ul1 .li1 .ul2 .li2.active .li-box2 {
  color: #FF6601;
}
.menu-wrap .ul1 .li1 .ul2 .li2 .li-box2, .menu-wrap .ul1 .li1 .ul2 .li2 .ul3 .li3 .li-box3 {
  color: #666;
}

.menu-wrap .ul1 .li1 .ul2 .li2 .ul3 .li3 {
  padding-left:0.3rem;
}
.footer-wrap {
  position: relative;
  width: 7.5rem;
  margin: auto;
  background-color: #F0F0F0;
}
.footer-wrap .footer-inner {
  display: flex;
  padding: 0.45rem 0.34rem;
  width: 7.5rem;
  height: 2.42rem;
  border-radius: 0;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.footer-wrap .footer-inner .qr-box {
  width: 1.5rem;
  height: 1.5rem;
  background: #FFFFFF;
  border-radius: 0.06rem;
  border: 0.02rem solid #EFEFEF;
  box-sizing: border-box;
  padding: 0.08rem;
}
.footer-wrap .footer-inner .qr-box .img-box {
  width: 100%;
  height: 100%;
  border-radius: 0;
  overflow: hidden;
  box-sizing: border-box;
}
.footer-wrap .footer-inner .qr-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.footer-wrap .footer-inner .box {
  margin-left: 0.22rem;
  flex: 1;
}
.footer-wrap .footer-inner .box .footer-title {
  font-size: 0.26rem;
  line-height: 0.37rem;
  color: #fff;
  margin-bottom: 0.06rem;
}
.footer-wrap .footer-inner .box .link-main a {
  color: #7AD0FF;
  font-size: 0.22rem;
  line-height: 0.34rem;
}
.footer-wrap .footer-copyright {
  background: #002D46;
  padding: 0.19rem 0;
  height: fit-content;
}

.footer-wrap .footer-copyright a {
  color: #939393;
}
.footer-wrap .footer-copyright .by {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  font-size: 0.18rem;
  color: #939393;
  line-height: 0.21rem;
}
.footer-wrap .footer-copyright .by img {
  height: 0.2rem;
  margin-left: 0.08rem;
  display: block;
}
.inner6 {
  background: #fff;
  padding: 0.23rem 0.29rem 0.01rem;
  margin-bottom: 0.3rem;
}
.index-title {
  color: #333;
  font-size: 0.3rem;
  line-height: 0.42rem;
  margin-bottom: 0.23rem;
}
.index-wrapper {
  background: white;
}
.search-box {
  display: flex;
  align-items: center;
  width: 6.9rem;
  height: 0.66rem;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0rem 0.02rem 0.25rem 0rem rgba(0, 0, 0, 0.27);
  border-radius: 0.35rem;
  left: 0.3rem;
  top: 0.21rem;
}
.search-box .icon-box {
  padding-left: 0.33rem;
  height: 100%;
  display: flex;
  align-items: center;
}
.search-box .iconfont {
  font-size: 0.29rem;
  color: #999;
}
.search-box input {
  flex: 1;
  height: 100%;
  margin-left: 0.05rem;
  margin-right: 0.3rem;
  background: transparent;
  font-size: 0.28rem;
  line-height: 0.66rem;
}
.search-box input::-webkit-input-placeholder {
  color: #666;
}
.search-box .button {
  border-bottom-right-radius: 0.35rem;
  border-top-right-radius: 0.35rem;
  width: 1.29rem;
  height: 0.66rem;
  line-height: 0.66rem;
  background: #FF6601;
  font-size: 0.28rem;
  color: #fff;
}
.banner-box {
  position: relative;
  width: 100%;
  /*height: 3.2rem;*/
}
.banner-box .swiper-container {
  width: 100%;
  height: 100%;
}
.banner-box .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.banner-box .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner-box .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  /*object-fit: cover;*/
}
.banner-box .swiper-container .swiper-pagination {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.14rem;
  height: 0.86rem;
  background: #222;
  z-index: 10;
  bottom: 0;
  right: 0;
  left: auto;
  opacity: 0;
}
.banner-box .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
}
.banner-box .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FF6601;
}
.search-box,
.banner-box .temp-box {
  position: absolute;
  z-index: 12;
}
.mobile-search-form {
  position: sticky;
  z-index: 9999;
  top: 1rem;
}
.banner-box .temp-box {
  width: 4.36rem;
  height: 1.73rem;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  background: #F76A00;
  opacity: 0.9;
  padding: 0.46rem 0.41rem 0.1rem;
  color: #fff;
}
.banner-box .temp-box .title {
  font-size: 0.32rem;
  line-height: 0.45rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.banner-box .temp-box .desc {
  font-size: 0.24rem;
  line-height: 0.33rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.organization {
  background: #fff;
  position: relative;
  padding: 0.21rem 0.6rem 0.3rem;
  margin-bottom: 0.3rem;
}
.organization .d-flex {
  display: flex;
  justify-content: flex-end;
}
.organization .common-donate {
  position: relative;
  width: 2.6rem;
  padding-right: 0.5rem;
  text-align: center;
  border-radius: 0.37rem;
}
.organization .title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.08rem;
  margin-bottom: 0.16rem;
}
.organization .title-box .icon {
  width: 0.5rem;
  height: 0.5rem;
  background-image: url('/Application/Home/View/child/styles/images/mobile/org_icon.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.organization .title-box .big-title {
  color: #F66C02;
  font-size: 0.3rem;
  line-height: 0.42rem;
  margin-left: 0.09rem;
}
.organization .summary {
  text-indent: 2em;
  text-align: left;
  color: #797979;
  font-size: 0.24rem;
  line-height: 0.36rem;
  margin-bottom: 0.23rem;
}
.organization .org-banner {
  width: 6.9rem;
  height: 3.2rem;
  margin: 0 auto;
  border-radius: 0.08rem;
  overflow: hidden;
}
.organization .org-banner .common-banner {
  position: relative;
  width: 100%;
  height: 100%;
}
.organization .org-banner .common-banner:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 4.38rem;
  height: 100%;
  content: '';
  background: linear-gradient(259deg, rgba(110, 113, 146, 0) 0%, rgba(177, 177, 183, 0) 0%, rgba(110, 113, 146, 0) 0%, rgba(95, 99, 139, 0) 0%, rgba(180, 118, 92, 0.75) 74%, #98474F 99%, #98474F 100%);
  opacity: 0.68;
}
.organization .org-banner .common-banner:after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3.64rem;
  height: 100%;
  content: '';
  background: linear-gradient(99deg, rgba(152, 71, 79, 0) 0%, #5F638B 100%);
  opacity: 0.83;
}
.organization .org-banner .common-banner .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.organization .org-banner .common-banner .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
}
.organization .org-banner .common-banner .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.organization .org-banner .common-banner .title {
  position: absolute;
  left: 0;
  right: 0;
  top: 1.85rem;
  color: #fff;
  font-size: 0.5rem;
  font-weight: bold;
  text-align: center;
}
.organization .org-banner .common-banner .swiper-pagination {
  text-align: right;
  padding-right: 0.2rem;
  box-sizing: border-box;
}
.organization .org-banner .common-banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FF6601;
}
.inner-news {
  background: #fff;
  padding: 0.23rem 0.29rem 0.01rem;
  margin-bottom: 0.3rem;
}
.inner-news .ul-img-title li .li-box {
  width: 3.3rem;
}
.inner-news .ul-img-title li .li-box .temp-box {
  position: relative;
  padding-top: 0.14rem;
}
.inner-news .ul-img-title li .li-box .temp-box .tags {
  position: absolute;
  left: 0.1rem;
  top: 0rem;
  color: #fff;
  font-size: 0.18rem;
  line-height: 0.36rem;
  width: 1.6rem;
  height: 0.36rem;
  padding-left: 0.4rem;
  box-sizing: border-box;
  background-image: url('/Application/Home/View/child/styles/images/mobile/tags_icon.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.inner-news .ul-img-title li .li-box .img-box {
  position: relative;
}
.inner-news .ul-img-title li .li-box .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.inner-news .ul-img-title li .li-box .summary {
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.inner5 {
  background: #fff;
  padding: 0.23rem 0 0 0.29rem;
  margin-bottom: 0.3rem;
}
.inner5 .project-banner .swiper-container {
  padding-right: 0.29rem;
  height: 2.3rem;
}
.inner5 .project-banner .swiper-container .swiper-pagination-bullet-active {
  background-color: #FF6601;
}
.inner5 .project-banner .swiper-slide {
  width: 2.57rem;
  height: 1.51rem;
  border-radius: 0.08rem;
  overflow: hidden;
  box-sizing: border-box;
  box-shadow: 0px 0px 20px 0px rgba(113, 113, 113, 0.18);
}
.inner5 .project-banner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.inner-yuejuan ul.ul-img-title.yuejuan {
  display: block;
}
.inner-yuejuan ul.ul-img-title.yuejuan li {
  margin-bottom: 0.3rem;
  margin-right: 0;
}
.inner-yuejuan ul.ul-img-title.yuejuan li .li-box {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.inner-yuejuan ul.ul-img-title.yuejuan li .li-box .img-box {
  width: 2.5rem;
  height: 1.7rem;
  border-radius: 0.08rem;
  overflow: hidden;
  box-sizing: border-box;
}
.inner-yuejuan ul.ul-img-title.yuejuan li .li-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.inner-yuejuan ul.ul-img-title.yuejuan li .li-box .common-title {
  margin-bottom: 0.1rem;
}
.inner-yuejuan ul.ul-img-title.yuejuan li .li-box .content-li {
  margin-left: 0.3rem;
  flex: 1;
}
.inner-yuejuan ul.ul-img-title.yuejuan li .li-box .content-li .area {
  font-size: 0.24rem;
  line-height: 0.33rem;
  color: #FF6601;
}
.inner-about {
  padding-bottom: 0.3rem;
  margin-bottom: 0;
}
.inner-about .contain-box {
  margin-top: 0.33rem;
}
.inner-about .contain-box .detail {
  display: none;
}
.inner-about .contain-box .detail.active {
  display: block;
}
.about-us-content {
  padding: 0 .2rem .2rem .2rem;
  background: linear-gradient(to bottom, white, transparent);
}
.inner-mission {
  padding-top: 0.5rem;
  padding-left: 2.11rem;
  padding-right: 0.2rem;
  margin-bottom: 0.3rem;
  width: 7.5rem;
  height: 2.56rem;
  border-radius: 0;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.inner-mission .temp-box {
  color: #fff;
}
.inner-mission .temp-box .title {
  padding-right: 0.3rem;
  font-size: 0.28rem;
  line-height: 0.35rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.inner-mission .temp-box .summary {
  font-size: 0.2rem;
  line-height: 0.3rem;
  margin-top: 0.1rem;
  opacity: 0.7;
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.mission-num {
  padding-bottom: 0.2rem;
  background-image: url('/Application/Home/View/child/styles/images/mobile/donate_num.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.mission-num .end-time {
  margin-top: 0.1rem;
  color: #999;
  font-size: 0.26rem;
  line-height: 0.37rem;
  margin-bottom: 0.35rem;
}
.mission-num .common-num {
  font-size: 0.4rem;
  line-height: 0.48rem;
  color: #FF6601;
  margin-bottom: 0.37rem;
}
.mission-num .common-num span {
  margin-left: 0.21rem;
  color: #666;
  font-size: 0.26rem;
  line-height: 0.37rem;
}
.mission-num .end-more {
  margin: 0 auto;
  width: fit-content;
  color: #999;
  font-size: 0.26rem;
  line-height: 0.37rem;
}
.list-wrapper.download {
  background: #fff;
  padding: 0 0.29rem 0.2rem;
}
.list-wrapper.news {
  background: #fff;
  padding: 0.43rem 0.29rem 0.2rem;
}
.list-wrapper.news .title {
  color: #333;
  line-height: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list-wrapper.news .summary {
  font-size: 0.24rem;
  color: #A3A3A3;
  line-height: 0.37rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list-wrapper.news .big-img {
  margin-bottom: 0.5rem;
}
.list-wrapper.news .big-img .img-box {
  width: 6.9rem;
  height: 4.01rem;
  border-radius: 0.08rem;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 0.15rem 0.12rem;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.list-wrapper.news .big-img .time {
  font-size: 0.24rem;
  line-height: 0.29rem;
  color: #fff;
}
.list-wrapper.news .big-img .temp-box {
  padding: 0.26rem 0.2rem 0.31rem 0.29rem;
}
.list-wrapper.news .big-img .temp-box .title {
  font-size: 0.3rem;
  line-height: 0.42rem;
  margin-bottom: 0.11rem;
}
.list-wrapper.news ul.ul-img-title.news {
  display: block;
}
.list-wrapper.news ul.ul-img-title.news li {
  margin-right: 0;
}
.list-wrapper.news ul.ul-img-title.news li:not(:last-child) {
  border-bottom: 1px solid #ededed;
}
.list-wrapper.news ul.ul-img-title.news li .li-box {
  width: 100%;
  display: flex;
  align-items: center;
  height: 2.24rem;
}
.list-wrapper.news ul.ul-img-title.news li .li-box .img-box {
  width: 3.08rem;
  height: 1.86rem;
  border-radius: 0.08rem;
  overflow: hidden;
  box-sizing: border-box;
}
.list-wrapper.news ul.ul-img-title.news li .li-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.list-wrapper.news ul.ul-img-title.news li .li-box .content-li {
  margin-left: 0.21rem;
  flex: 1;
}
.news_box.detail_news {
  padding-top: 0.32rem;
}
.news_box.detail_news .common-title {
  color: #333;
  font-size: 0.34rem;
  line-height: 0.48rem;
  margin-bottom: 0.06rem;
}
.news_box.detail_news .publish-time {
  color: #999;
  font-size: 0.24rem;
  line-height: 0.29rem;
}
.news_box.detail_news .text-box {
  margin-top: 0.33rem;
  font-size: 0.24rem;
  line-height: 0.4rem;
  color: #666;
}
.news_box.detail_news .text-box img {
  max-width: 100%;
  height: auto !important;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}
.recent {
  background: #fff;
  padding: 0 0.29rem;
  margin-bottom: 0.33rem;
}
.recent ul li {
  padding: 0.37rem 0 0.21rem;
}
.recent ul li:not(:last-child) {
  border-bottom: 1px solid #eaeaea;
}
.recent ul li .li-box .title {
  font-size: 0.3rem;
  line-height: 0.42rem;
  color: #333;
  margin-bottom: 0.05rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recent ul li .li-box .temp-box {
  display: flex;
}
.recent ul li .li-box .temp-box > div {
  color: #999;
  font-size: 0.24rem;
  line-height: 0.33rem;
}
.recent ul li .li-box .temp-box span {
  margin-left: 0.15rem;
  margin-right: 0.15rem;
  font-size: 0.11rem;
  color: #999;
}
body {
  display: flex;
  display: -webkit-box;
  flex-direction: column;
}
#app {
  flex: 1;
  min-height: 8.95rem;
}
.end {
  display: none;
  color: #999;
  text-align: center;
}
.list-content .muted {
  color: #999;
}
.muted.summary_box {
  color: #999;
  font-size: 12px;
  padding-top: 8px;
}
.total {
  height: 0.7rem;
  line-height: 0.7rem;
  font-size: 0.26rem;
  color: #F76A01;
  padding-left: 0.4rem;
}
.total .money {
  margin-right: 0.3rem;
}
.total .word {
  color: #666;
}
.container video {
  max-width: 100% !important;
}
.d-flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.domain {
  background: #fff;
  margin-bottom: 0.3rem;
  padding: 0.23rem 0.29rem 0.01rem;
}
.domain .link {
  width: 25%;
}
.domain .list-box {
  display: inline-block;
  width: 100%;
  margin-bottom: 0.3rem;
  box-sizing: border-box;
}
.domain .list-box .img-box {
  margin: 0 auto;
  width: 0.74rem;
  height: 0.74rem;
  border-radius: 50%;
  overflow: hidden;
  box-sizing: border-box;
}
.domain .list-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.domain .list-box .title {
  color: #333;
  font-size: 0.24rem;
  line-height: 0.33rem;
  text-align: center;
  margin-top: 0.02rem;
}
/* 确保body下的所有直接子元素都有0.3rem的左右padding */
.mobile-wrap {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.announcement {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* 通知容器样式 */
.index-wrapper .notice-container {
  display: flex;
  align-items: center;
  width: 100%;
  height: 0.78rem;
  background-color: #F9F7F3;
  border-radius: 0.067rem;
  padding: 0 .3rem;
  box-sizing: border-box;
}

.index-wrapper .notice-icon {
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.133rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index-wrapper .notice-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.index-wrapper .notice-content {
  flex: 1;
  overflow: hidden;
  height: 100%;
}

.index-wrapper .notice-slider a {
  text-decoration: none;
}

.index-wrapper .notice-slider {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.index-wrapper .notice-item {
  display: flex;
  align-items: center;
  height: 0.78rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.26rem;
  color: #333333;
}

.index-wrapper .notice-label {
  color: #ff6600;
  font-weight: bold;
  margin-right: 0.067rem;
}

.mobile-wrap .announcement {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mobile-wrap .news-title-container {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  /*background-color: #fff;*/
}

.mobile-wrap .news-title-left {
  display: flex;
  flex-direction: column;
}

.mobile-wrap .news-title-en {
  font-size: 0.28rem;
  color: #666;
  margin-bottom: 0.05rem;
}

.mobile-wrap .news-title-cn {
  font-size: 0.38rem;
  font-weight: bold;
  color: #333;
}

.mobile-wrap .news-title-right {
  display: flex;
  align-items: center;
}

.mobile-wrap .news-category-btn {
  display: inline-block;
  padding: 0.1rem 0.2rem;
  background-color: #ff6600;
  color: #fff;
  font-size: 0.26rem;
  text-decoration: none;
  border-radius: 0.05rem;
}

.mobile-wrap .news-swiper-container {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0.4rem;
}

.mobile-wrap .news-swiper {
  width: 100%;
  height: 3.5rem;
  border-radius: 0.1rem;
  overflow: hidden;
}

.mobile-wrap .news-slide {
  position: relative;
  width: 100%;
  height: 100%;
}

.mobile-wrap .news-image-link {
  display: block;
  width: 100%;
  height: 100%;
}

.mobile-wrap .news-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mobile-wrap .news-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.2rem;
  background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0));
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}

.mobile-wrap .news-title-link {
  text-decoration: none;
  max-width: 80%;
  display: block;
}

.mobile-wrap .news-caption h3 {
  color: #fff;
  font-size: 0.3rem;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.mobile-wrap .news-controls {
  display: flex;
  gap: 0.1rem;
}

.mobile-wrap .news-swiper .swiper-button-next,
.mobile-wrap .news-swiper .swiper-button-prev {
  color: #fff;
  --swiper-navigation-size: 0.3rem;
  background-color: rgba(0, 0, 0, 0.3);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: static;
  margin: 0;
}

.mobile-wrap .news-swiper .swiper-button-next:after,
.mobile-wrap .news-swiper .swiper-button-prev:after {
  font-size: 0.3rem;
  font-weight: bold;
}

.mobile-wrap .news-swiper .swiper-pagination-bullet {
  width: 0.16rem;
  height: 0.16rem;
  background: #fff;
  opacity: 0.5;
}

.mobile-wrap .news-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ff6600;
}

.mobile-wrap .news-tabs {
  display: flex;
  width: 100%;
  margin-bottom: 0.2rem;
  gap: 0.1rem;
}

.mobile-wrap .news-tab {
  flex: 1;
  text-align: center;
  padding: 0.12rem 0;
  font-size: 0.22rem;
  color: #333;
  background-color: #f5f5f5;
  position: relative;
  cursor: pointer;
}

.mobile-wrap .news-tab.active {
  color: #fff;
  background-color: #ff6600;
}

.mobile-wrap .news-tab:not(.active) {
  color: #333;
  background-color: #f5f5f5;
}

.mobile-wrap .news-lists-wrapper {
  width: 100%;
  margin-bottom: 0.4rem;
}

.mobile-wrap .news-list-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  display: none;
}

.mobile-wrap .news-list-container.active {
  display: flex;
}

.mobile-wrap .news-list-item {
  display: block;
  text-decoration: none;
  background-color: #f5f5f5;
  border-radius: 0.1rem;
  overflow: hidden;
}

.mobile-wrap .news-list-content {
  padding: 0.2rem 0.2rem;
}
.about-us-bg {
  background-color: #FFF6EF;
  margin-left: -.3rem;
  padding: 0 .3rem;
  width: 7.5rem;
  box-sizing: border-box;
  background-image: url("/Application/Home/View/child/styles/images/mobile/about-us-bg.png");
  background-repeat: no-repeat;
  background-size: 200%;
  background-position: bottom left;
}
.mobile-wrap .news-list-title {
  color: #333;
  font-size: 0.28rem;
  margin: 0;
  margin-bottom: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.3;
}

.mobile-wrap .news-list-date {
  color: #999;
  font-size: 0.24rem;
}

.mobile-wrap .stats-container {
  width: 100%;
  /*padding-bottom: 0.3rem;*/
  margin-bottom: 0.4rem;
  /*background-color: #FFF9F5;*/
}

.mobile-wrap .stats-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.4rem;
  padding: 0.3rem 0;
  border-bottom: 1px solid #f0f0f0;
}

.mobile-wrap .stats-item {
  flex: 1;
  text-align: center;
}

.mobile-wrap .stats-number {
  font-size: 0.33rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.15rem;
}

.mobile-wrap .stats-label {
  font-size: 0.22rem;
  color: #666;
}

.mobile-wrap .achievements-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem;
}

.mobile-wrap .achievement-card {
  border-radius: 0.1rem;
  padding: 0.3rem 0.1rem;
  text-align: center;
  background: #FFF9F5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 1.5rem;
  box-sizing: border-box;
}

.mobile-wrap .achievement-number {
  font-size: 0.28rem;
  font-weight: bold;
  color: #ff6600;
  margin-bottom: 0.1rem;
}

.mobile-wrap .achievement-label {
  font-size: 0.22rem;
  color: #666;
  line-height: 1.3;
}

.mobile-wrap .vision-mission-container {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0.4rem;
  position: relative;
}

.mobile-wrap .vision-mission-content {
  width: 100%;
  /*background-color: #fff;*/
  /*border-radius: 0.2rem;*/
  padding: 0.46rem 0.4rem;
  text-align: center;
  position: relative;
  /*box-shadow: 0 0.05rem 0.2rem rgba(0, 0, 0, 0.05);*/
  overflow: hidden;
  background-image:url('/Application/Home/View/child/styles/images/vision_purpose_bg.png');
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
}

.mobile-wrap .vision-mission-content::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.8rem;
  background-color: #ff6600;
  z-index: -1;
  border-radius: 0 0 0.2rem 0.2rem;
}

.mobile-wrap .ccafc-logo {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 auto 0.1rem;
}

.mobile-wrap .ccafc-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mobile-wrap .section-title {
  font-size: 0.4rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.1rem;
}

.mobile-wrap .section-text {
  font-size: 0.3rem;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.2rem;
}

.mobile-wrap .support-button {
  display: inline-block;
  background-color: #0088cc;
  color: #fff;
  font-size: 0.32rem;
  padding: 0.2rem 0.6rem;
  border-radius: 0.1rem;
  text-decoration: none;
  /*margin-top: 0.2rem;*/
}

.mobile-wrap .project-title-container a {
  color: #999999;
  font-size: .26rem;
}

.mobile-wrap .projects-container {
  width: 100%;
  padding-top: 0;
  margin-bottom: 0.1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
  padding-bottom: .4rem;
}

.mobile-wrap .project-card {
  background-color: #fff;
  border-radius: 0.1rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.mobile-wrap .project-image {
  width: 100%;
  height: 1.5rem;
  overflow: hidden;
  padding: .1rem;
  box-sizing: border-box;
}

.mobile-wrap .project-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mobile-wrap .project-logo {
  width: 100%;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f9f9f9;
  padding: 0.5rem;
}

.mobile-wrap .project-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.mobile-wrap .project-content {
  padding: 0.2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.mobile-wrap .project-title {
  font-size: 0.28rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.1rem;
}

.mobile-wrap .project-desc {
  font-size: 0.24rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.3;
}

.mobile-wrap .domains-container {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0.4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
}

.mobile-wrap .domain-card {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  aspect-ratio: 16/9;
}

.mobile-wrap .domain-card-large {
  grid-column: span 2;
}

.mobile-wrap .domain-image {
  width: 100%;
  height: 100%;
  position: relative;
}

.mobile-wrap .domain-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mobile-wrap .domain-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.6));
}

.mobile-wrap .domain-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.1rem;
  color: #fff;
  font-size: 0.28rem;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.5);
}

.mobile-wrap .subtitle-container {
  width: 100%;
  padding-top: 0.1rem;
  background-color: #fff;
}

.mobile-wrap .subtitle-text {
  font-size: 0.22rem;
  color: #0089D4;
  font-weight: normal;
  position: relative;
  padding-right: 0.2rem;
}

.mobile-wrap .subtitle-text::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5.4rem;
  height: 0.02rem;
  background-color: #D8D8D8;
}

.mobile-wrap .donation-lists-wrapper {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0.4rem;
}

.mobile-wrap .donation-list-container {
  width: 100%;
  display: none;
}

.mobile-wrap .donation-list-container.active {
  display: block;
}

.mobile-wrap .donation-table {
  width: 100%;
  border-radius: 0.1rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.mobile-wrap .donation-table-header {
  width: 100%;
}

.mobile-wrap .donation-table-body {
  width: 100%;
  height: 5rem;
  overflow: hidden;
  position: relative;
}

.mobile-wrap .donation-table-scroll {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mobile-wrap .donation-row {
  display: flex;
  width: 100%;
}

.mobile-wrap .donation-row:nth-child(odd) {
  background-color: #f5f5f5;
}

.mobile-wrap .donation-row:nth-child(even) {
  background-color: #fff;
}

.mobile-wrap .donation-header {
  background-color: #f0f0f0 !important;
  font-weight: bold;
}

.mobile-wrap .donation-cell {
  flex: 1;
  padding: 0.25rem 0.2rem;
  font-size: 0.28rem;
  text-align: left;
}

.mobile-wrap .donation-cell:nth-child(2) {
  text-align: center;
}

.mobile-wrap .donation-cell:nth-child(3) {
  text-align: right;
}

/* 合作伙伴logo展示样式 */
.mobile-wrap .partners-swiper {
  width: 100%;
  background-color: #fff;
  padding-top: 0.3rem;
  /*padding-bottom: 0.3rem;*/
}

.mobile-wrap .partners-swiper .swiper-wrapper {
  /* 让两行网格更紧凑 */
}

.mobile-wrap .partners-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EEEEEE;
}

.mobile-wrap .partner-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.08rem;
  padding: 0.1rem;
  height: .8rem;
  /*height: 1.6rem;*/
}

.mobile-wrap .partner-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* 分页器样式适配 */
.mobile-wrap .partners-swiper .swiper-pagination {
  position: relative;
  margin-top: 0.3rem;
}
.mobile-wrap .partners-swiper .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  background: #ccc;
  opacity: 1;
  margin-right: .1rem;
}
.mobile-wrap .partners-swiper .swiper-pagination-bullet-active {
  background: #ff6600;
}
.show-more-partner {
  padding-bottom: 0.3rem;
}
.brand-project-bg {
  width: 7.5rem;
  margin-left: -.3rem;
  box-sizing: border-box;
  padding: 0 .3rem;
  background: #F9F7F3;
}

/*雷凯体育中文官网下载样式*/
/* 医疗保障头部样式 */
.welfare-program .header {
  position: relative;
  width: 100%;
  /*height: 3.2rem; !* 300px *!*/
  overflow: hidden;
}
.welfare-program .header img {
  max-width: 100%;
}
.welfare-program .header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.6));
  display: flex;
  align-items: center;
  justify-content: center;
}

.welfare-program .header-title {
  color: #fff;
  font-size: .46rem; /* 100px，对应13.33vw */
  font-weight: bold;
  text-align: center;
  text-shadow: 0 0.04rem 0.08rem rgba(0,0,0,0.5);
}

/* 内容区域样式 */
.welfare-program .content {
  padding: 0.4rem 0.267rem; /* 30px 20px */
  background-color: #fff;
}

.welfare-program .stats-container {
  margin-bottom: 0.4rem; /* 30px */
}

.welfare-program .stats-text {
  font-size: 0.28rem; /* 16px */
  line-height: 1.8;
  color: #333;
  text-align: justify;
}

/* 表单样式 */
.welfare-program .form-container {
  margin-top: 0.4rem; /* 30px */
  padding: 0.267rem; /* 20px */
  background-color: #fff;
  border-radius: 0.133rem; /* 10px */
}
.welfare-program .text-center {
  text-align: center;
}
.welfare-program .form-input {
  width: 100%;
  height: 0.8rem; /* 60px */
  padding: 0 0.267rem; /* 0 20px */
  margin-bottom: 0.267rem; /* 20px */
  border: none;
  background-color: #f2f2f2;
  border-radius: 0.067rem; /* 5px */
  font-size: 0.28rem; /* 16px */
  color: #666;
  box-sizing: border-box;
}

.welfare-program .form-select {
  width: 100%;
  height: 0.8rem; /* 60px */
  padding: 0 0.267rem; /* 0 20px */
  margin-bottom: 0.267rem; /* 20px */
  border: none;
  background-color: #f2f2f2;
  border-radius: 0.067rem; /* 5px */
  font-size: 0.28rem; /* 16px */
  color: #666;
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23666" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
  background-repeat: no-repeat;
  background-position: right 0.267rem center; /* right 20px center */
}

.welfare-program .form-row {
  display: flex;
  justify-content: space-between;
  gap: 0.267rem; /* 20px */
  margin-bottom: 0.267rem; /* 20px */
}

.welfare-program .form-col {
  flex: 1;
}

.welfare-program .form-button {
  width: 100%;
  height: 0.8rem; /* 60px */
  background-color: #0088cc;
  color: #fff;
  border: none;
  border-radius: 0.067rem; /* 5px */
  font-size: 0.28rem; /* 20px */
  font-weight: bold;
  cursor: pointer;
  margin-top: 0.133rem; /* 10px */
}

.welfare-program .form-button:hover {
  background-color: #006699;
}

/* 雷凯体育中文官网下载列表样式 */
.welfare-program .projects-container {
  margin-top: 0.4rem; /* 30px */
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.267rem; /* 20px */
}

.welfare-program .project-card {
  background-color: #fff;
  border-radius: 0.133rem; /* 10px */
  overflow: hidden;
  box-shadow: 0 0.027rem 0.133rem rgba(0, 0, 0, 0.1); /* 2px 10px */
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.welfare-program .project-card:hover {
  transform: translateY(-0.067rem); /* -5px */
  box-shadow: 0 0.067rem 0.2rem rgba(0, 0, 0, 0.15); /* 5px 15px */
}

.welfare-program .project-image {
  width: 100%;
  height: 2.133rem; /* 160px */
  overflow: hidden;
}

.welfare-program .project-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.welfare-program .project-card:hover .project-image img {
  transform: scale(1.05);
}

.welfare-program .project-info {
  padding: 0.2rem; /* 15px */
  flex: 1;
  display: flex;
  flex-direction: column;
}

.welfare-program .project-title {
  font-size: 0.24rem; /* 18px */
  font-weight: bold;
  margin-bottom: 0.133rem; /* 10px */
  color: #333;
}

.welfare-program .project-desc {
  font-size: 0.187rem; /* 14px */
  color: #666;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*雷凯体育中文官网下载样式*/

.menu_top .menu-nav {
  margin-right: .3rem;
}

.menu_top .menu-nav.menu-nav-normal::before {
  display: none;
}

.menu_top .menu-nav.menu-nav-normal a {
  color: #666;
}