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);
}
.rotate {
  animation: spin 2s
  linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.inner {
  width: 1200px;
  margin: auto;
}
.hidden {
  display: none !important;
}
.opacity0 {
  opacity: 0;
  cursor: default !important;
}
.title-box {
  padding: 0 32px;
  position: relative;
  display: flex;
  align-items: center;
}
.title-box .title {
  font-size: 31px;
  line-height: 44px;
  color: #F76A01;
  padding: 0 16px;
  width: fit-content;
  letter-spacing: 4px;
}
.title-box .line {
  flex: 1;
  height: 1px;
  background-color: #eee;
}
.common1 .swiper-container {
  width: 100%;
}
.common1 .swiper-container .swiper-wrapper {
  padding-top: 30px;
}
.common1 .swiper-container .swiper-slide {
  width: 382px;
}
.common1 .swiper-container .swiper-slide:hover {
  cursor: pointer;
}
.common1 .swiper-container .swiper-slide:hover .temp-box .img-box {
  border: solid 1px rgba(0, 0, 0, 0);
}
.common1 .swiper-container .swiper-slide:hover .common-title {
  color: #F76A01;
}
.common1 .swiper-container .swiper-slide:hover .temp-box .tags {
  top: 1px;
}
.common1 .swiper-container .swiper-slide .temp-box {
  position: relative;
}
.common1 .swiper-container .swiper-slide .temp-box .tags {
  position: absolute;
  width: 110px;
  padding-left: 28px;
  box-sizing: border-box;
  height: 31px;
  color: #fff;
  line-height: 31px;
  background-image: url('/Application/Home/View/child/styles/images/tags_icon.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  left: 5px;
  top: 0;
  transform: translateY(-12px);
}
.common1 .swiper-container .swiper-slide .temp-box .img-box {
  width: 382px;
  height: 259px;
  border-radius: 8px;
  overflow: hidden;
  box-sizing: border-box;
}
.common1 .swiper-container .swiper-slide .temp-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.common1 .swiper-container .swiper-slide .common-title {
  color: #333;
  font-size: 18px;
  line-height: 25px;
  margin-top: 10px;
  margin-bottom: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.common1 .swiper-container .swiper-slide .publish-time {
  font-size: 14px;
  line-height: 16px;
  color: #FF6601;
}
.common1 .swiper-container .swiper-slide .summary {
  font-size: 14px;
  line-height: 21px;
  color: #9c9c9c;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
* {
  padding: 0;
  margin: 0;
}
html,
body {
  width: 100%;
  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;
}
ul {
  list-style: none;
}
a {
  color: #666;
  text-decoration: none;
}
input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #aaa;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaa;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaa;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #aaa;
}
.title.filter-title {
  font-weight: 600;
  margin: 0 !important;
  font-size: 14px !important;
}
.donate.icon3 {
  width: 131px;
  height: 38px;
  padding-left: 43px;
  box-sizing: border-box;
  color: #fff;
  font-size: 16px;
  line-height: 38px;
  background: linear-gradient(123deg, #E73F0D 0%, #FF7B04 100%);
  border-radius: 24px;
  margin-left: 19px;
  position: relative;
}
.donate.icon3:before {
  content: '';
  width: 22px;
  height: 22px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url('/Application/Home/View/child/styles/images/donate3.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.donate.icon3:hover {
  opacity: 0.8;
}
.common-banner {
  width: 1200px;
  margin: 0 auto;
  height: 360px;
}
.common-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.common-nav2 {
  width: 100%;
  height: 100px;
  background: #fff;
}
.common-nav2 ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.common-nav2 ul li {
  height: 100px;
  padding: 38px 24px 32px;
  box-sizing: border-box;
}
.common-nav2 ul li .li-box {
  width: fit-content;
  height: 30px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
  line-height: 22px;
}
.common-nav2 ul li.active {
  background: #F76A01;
}
.common-nav2 ul li.active .li-box {
  color: #fff;
  border-bottom: solid 1px #fff;
}
.common-nav2 ul li:hover {
  background: #F76A01;
}
.common-nav2 ul li:hover .li-box {
  color: #fff;
  border-bottom: solid 1px #fff;
}
.main {
  width: 100%;
  padding-bottom: 54px;
  background: #f6f6f6;
}
.main5 {
  width: 100%;
  background: #262626;
}
.main.area-main {
  /*padding-top: 38px;*/
}
.main.main-index {
  background: #fff;
}
.top-img {
  width: 1200px;
  height: 360px;
  background: #FFFFFF;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  margin: auto;
  /*margin-bottom: 38px;*/
  position: relative;
}
.top-img .tags {
  display: none;
  /*position: absolute;
  width: 323px;
  height: 323px;
  padding: 60px 60px 0 72px;
  box-sizing: border-box;
  left: 0px;
  top: -38px;
  background-image: url('/Application/Home/View/child/styles/images/temp/area-top.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;*/
}
.top-img .tags .title {
  height: 40px;
  font-size: 28px;
  color: #FFFFFF;
  line-height: 40px;
}
.top-img .tags .line {
  margin-top: 14px;
  height: 1px;
  background: #F47121;
}
.top-img .tags .num {
  font-size: 26px;
  line-height: 31px;
  margin-top: 20px;
  color: #fff;
}
.top-img .tags .desc {
  height: 20px;
  font-size: 14px;
  color: #FFBD91;
  line-height: 20px;
}
.top-img .tags .donate.icon3 {
  margin-top: 23px;
  position: relative;
  width: 196px;
  background: #fff;
  color: #F76A01;
  margin-left: 0;
  padding-left: 74px;
}
.top-img .tags .donate.icon3:before {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  left: 54px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url('/Application/Home/View/child/styles/images/donate2.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.top-img .img-box {
  width: 100%;
  height: 100%;
  /*border-radius: 8px;*/
  overflow: hidden;
  box-sizing: border-box;
}
.top-img .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-box2 {
  width: 1200px;
  margin: auto;
  /*margin-top: -87px;*/
  background: #fff;
  padding: 38px 54px;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
}
.top-box2 .li-box {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.top-box2 .li-box .img-box {
  margin-right: 43px;
  height: 145px;
}
.top-box2 .li-box .img-box img {
  width: auto;
  max-width: 400px;
  height: 100%;
  object-fit: contain;
}
.top-box2 .li-box .content-li {
  flex: 1;
}
.top-box2 .li-box .content-li .title {
  height: 30px;
  line-height: 30px;
  font-size: 22px;
  color: #333333;
  margin-bottom: 15px;
}
.top-box2 .li-box .content-li .desc {
  line-height: 22px;
  font-size: 14px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.top-box2 .li-box .content-li .temp-box {
  margin-top: 16px;
  display: flex;
  align-items: center;
}
.top-box2 .li-box .content-li .temp-box .left-box {
  margin-right: 31px;
  padding-right: 29px;
  width: fit-content;
}
.top-box2 .li-box .content-li .temp-box .left-box:after {
  content: '';
  width: 1px;
  height: 45px;
  background: #f1f1f1;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.top-box2 .li-box .content-li .temp-box .left-box .num {
  font-size: 26px;
  line-height: 31px;
  color: #F76A01;
}
.top-box2 .li-box .content-li .temp-box .donate.icon3 {
  width: 177px;
  padding-left: 60px;
  margin-left: 0;
}
.top-box2 .li-box .content-li .temp-box .donate.icon3:before {
  left: 39px;
}
.top-box2.top-box3 {
  margin-top: -167px;
  background: #fff;
  padding: 0;
}
.top-box2.top-box3 .li-box .img-box {
  margin-right: 43px;
  border-right: none;
  width: 673px;
  height: 453px;
  border-radius: 0;
  overflow: hidden;
  box-sizing: border-box;
}
.top-box2.top-box3 .li-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-box2.top-box3 .li-box .content-li {
  flex: 1;
  padding-right: 42px;
}
.top-box2.top-box3 .li-box .content-li .img-box {
  width: 251px;
  height: 117px;
  border-radius: 0;
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 19px;
}
.top-box2.top-box3 .li-box .content-li .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.top-box2.top-box3 .li-box .content-li .num {
  margin-top: 16px;
  font-size: 26px;
  line-height: 31px;
  color: #F76A01;
}
.top-box2.top-box3 .li-box .content-li .line {
  height: 1px;
  background: #f3f3f3;
  margin: 16px 0 24px;
}
.top-box2.top-box3 .li-box .content-li .donate.icon3 {
  margin-left: 0;
}
.inner2 {
  width: 1200px;
  margin: auto;
  position: relative;
  /*margin-top: -87px;*/
  background-color: #fff;
  border-radius: 8px;
  min-height: 500px;
  display: flex;
}
.inner3 {
  width: 1200px;
  margin: auto;
  background: #262626;
  min-height: 400px;
}
.inner2.area-wrapper {
  /*margin-top: 38px;*/
}
.left-breadcrumb {
  flex: 0 0 215px;
  height: 100%;
}
.left-breadcrumb .title-box2 {
  width: 100%;
  min-height: 120px;
  box-sizing: border-box;
  padding-top: 34px;
  border-bottom: solid 1px #f1f1f1;
  text-align: center;
}
.left-breadcrumb .title-box2 .title {
  font-size: 26px;
  color: #333;
  line-height: 37px;
  padding: 0 15px;
}
.left-breadcrumb .title-box2 .name {
  font-size: 16px;
  color: #999999;
  line-height: 19px;
}
ul.common-nav {
  padding-top: 5px;
  padding-bottom: 30px;
}
ul.common-nav li {
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
ul.common-nav li .li-box {
  width: fit-content;
  /*height: 26px;*/
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
  line-height: 26px;
}
ul.common-nav li .li-box .sub-category li {
  justify-content: left;
  margin-left: 20px;
}
ul.common-nav .has-sub {
  padding-top: 20px;
  margin-left: 20px;
}
ul.common-nav li .li-box.active {
  color: #F76A01;
  border-bottom: solid 2px #F76A01;
}
ul.common-nav li .li-box:hover {
  color: #F76A01;
  border-bottom: solid 2px #F76A01;
}
ul.common-nav li.has-sub .li-box:hover {
  border-bottom: none;
}
ul.common-nav li.has-sub .sub-category .li-box:hover {
  border-bottom: solid 2px #F76A01;
}
.right-wrapper {
  flex: 1;
  width: 985px;
  padding: 10px 37px 40px 32px;
  border-left: solid 1px #f1f1f1;
  box-sizing: border-box;
}
.right-wrapper ul.list li {
  width: 100%;
  padding: 30px 0;
  box-sizing: border-box;
  border-bottom: solid 1px #f3f3f3;
}
.right-wrapper ul.list li .li-box {
  display: flex;
  align-items: center;
  position: relative;
}
.right-wrapper ul.list li .li-box .img-box {
  margin-right: 19px;
  width: 251px;
  height: 145px;
  border-radius: 8px;
  overflow: hidden;
  box-sizing: border-box;
}
.right-wrapper ul.list li .li-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.right-wrapper ul.list li .li-box .content-li {
  flex: 1;
}
.right-wrapper ul.list li .li-box .content-li .title {
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  margin-bottom: 4px;
}
.right-wrapper ul.list li .li-box .content-li .time {
  height: 14px;
  font-size: 12px;
  color: #999999;
  line-height: 14px;
}
.right-wrapper ul.list li .li-box .content-li .summary {
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 23px;
  height: 60px;
  font-size: 12px;
  color: #999999;
  line-height: 20px;
}
.right-wrapper ul.list li .li-box:hover .img-box {
  opacity: 0.8;
}
.right-wrapper ul.list li .li-box:hover .content-li .title {
  color: #F76A01;
}
.right-wrapper .content-box {
  width: 100%;
  box-sizing: border-box;
  padding-top: 26px;
}
.right-wrapper .content-box.hide, .right-wrapper .content-box .item.hide {
  display: none;
}
.right-wrapper .content-box .title {
  height: 33px;
  line-height: 33px;
  font-size: 24px;
  color: #333333;
  margin-bottom: 16px;
}
.right-wrapper .content-box .item {
  margin-bottom: 30px;
}
.right-wrapper .content-box .item .detail {
  margin-top: 13px;
}
.right-wrapper .content-box .item .ul-img-title {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.right-wrapper .content-box .item .ul-img-title li {
  width: 275px;
  margin-bottom: 30px;
  margin-right: 0;
}
.right-wrapper .content-box .item .ul-img-title li:not(:nth-child(3n)) {
  margin-right: 38px;
}
.right-wrapper .content-box .item .ul-img-title li .li-box .img-box {
  padding: 0px;
  border: 1px solid #EBEBEB;
  width: 275px;
  height: 149px;
  border-radius: 8px;
  overflow: hidden;
  box-sizing: border-box;
}
.right-wrapper .content-box .item .ul-img-title li .li-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.right-wrapper .content-box .item .ul-img-title li .li-box .title {
  height: 31px;
  line-height: 22px;
  font-size: 16px;
  color: #333333;
  margin-top: 8px;
  text-align: center;
}
.right-wrapper .content-box .item .ul-img-title li .li-box:hover {
  opacity: 0.8;
}
.right-wrapper .content-box .item .ul-img-title li .li-box:hover .title {
  color: #F76A01;
}
.right-wrapper .content-box .item .ul-title-time {
  margin-top: 10px;
}
.right-wrapper .content-box .item .ul-title-time li {
  height: 51px;
  border-bottom: 1px solid #eee;
}
.right-wrapper .content-box .item .ul-title-time li .li-box {
  display: flex;
}
.right-wrapper .content-box .item .ul-title-time li .li-box .title {
  max-width: 800px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.right-wrapper .content-box .item .ul-title-time li .li-box .time {
  flex: 0 0 100px;
  width: 100px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #666;
  margin-left: auto;
}
.right-wrapper .content-box .item .ul-title-time li .li-box:hover {
  opacity: 0.8;
}
.right-wrapper .content-box .item .ul-title-time li .li-box:hover .title {
  color: #F76A01;
}
.right-wrapper .content-box .item .ul-title-time li .li-box:hover .time {
  color: #F76A01;
}
.right-wrapper .content-box .item .ul-img-title.pictures {
  margin-top: 20px;
}
.right-wrapper .content-box .item .ul-img-title.pictures li {
  width: 435px;
  margin-bottom: 30px;
  margin-right: 0;
}
.right-wrapper .content-box .item .ul-img-title.pictures li:not(:nth-child(2n)) {
  margin-right: 38px;
}
.right-wrapper .content-box .item .ul-img-title.pictures li .li-box .temp-box {
  position: relative;
}
.right-wrapper .content-box .item .ul-img-title.pictures li .li-box .temp-box .shadow {
  position: absolute;
  z-index: 15;
}
.right-wrapper .content-box .item .ul-img-title.pictures li .li-box .temp-box .shadow.shadow1 {
  width: 424px;
  height: 4px;
  background: #6f6f6f;
  left: 4px;
  bottom: -3px;
}
.right-wrapper .content-box .item .ul-img-title.pictures li .li-box .temp-box .shadow.shadow2 {
  width: 408px;
  height: 4px;
  background: #bbb;
  left: 13px;
  bottom: -7px;
}
.right-wrapper .content-box .item .ul-img-title.pictures li .li-box .img-box {
  padding: 0px;
  position: relative;
  width: 435px;
  height: 241px;
  border-radius: 8px;
  overflow: hidden;
  box-sizing: border-box;
}
.right-wrapper .content-box .item .ul-img-title.pictures li .li-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.right-wrapper .content-box .item .ul-img-title.pictures li .li-box .title {
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  color: #333333;
  margin-top: 16px;
}
.right-wrapper .content-box .item .ul-img-title.pictures li .li-box .time {
  font-size: 14px;
  color: #999999;
  line-height: 16px;
  height: 17px;
}
.right-wrapper .content-box .item .ul-img-title.pictures li:hover {
  opacity: 0.8;
}
.right-wrapper .content-box .item .ul-img-title.pictures li:hover .title {
  color: #F76A01;
}
.right-wrapper .content-box .item .ul-img-title.mark-layer li .li-box .img-box {
  position: relative;
  border: none;
  width: 273px;
  height: 147px;
  border-radius: 8px;
  overflow: hidden;
  box-sizing: border-box;
}
.right-wrapper .content-box .item .ul-img-title.mark-layer li .li-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.right-wrapper .content-box .item .ul-img-title.mark-layer li .li-box .img-box .img-num {
  position: absolute;
  padding-left: 12px;
  bottom: 9px;
  left: 0;
  width: fit-content;
  color: #F76A01;
  font-size: 14px;
  line-height: 16px;
}
.right-wrapper .content-box .item .ul-img-title.mark-layer li .li-box .img-box .img-num span {
  margin-left: 7px;
  color: #c6c6c6;
  line-height: 20px;
}
.right-wrapper .content-box .item .ul-img-title.mark-layer li .li-box .img-box .mark-layer {
  position: absolute;
  width: 274px;
  height: 187px;
  background: rgba(0, 0, 0, 0.72);
  border-radius: 8px;
  left: 0;
  top: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}
.right-wrapper .content-box .item .ul-img-title.mark-layer li .li-box .img-box .mark-layer .img-box {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  box-sizing: border-box;
}
.right-wrapper .content-box .item .ul-img-title.mark-layer li .li-box .img-box .mark-layer .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.right-wrapper .content-box .item .ul-img-title.mark-layer li .li-box .img-box .mark-layer .desc {
  font-size: 14px;
  line-height: 20px;
  margin-top: 7px;
  color: #F76A01;
}
.right-wrapper .content-box .item .ul-img-title.mark-layer li .li-box:hover .mark-layer {
  display: flex;
}
.right-wrapper .content-box .detail p {
  font-size: 14px;
  line-height: 26px;
  color: #666;
}
.right-wrapper .content-box .detail img {
  max-width: 800px;
  margin-top: 15px;
  margin-bottom: 10px;
  height: auto !important;
}
.right-wrapper .temp-box .title {
  height: 22px;
  font-size: 16px;
  color: #666666;
  line-height: 22px;
  margin-top: 26px;
  margin-bottom: 12px;
}
.right-wrapper .temp-box .select-box {
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  background: #F9F9F9;
  border-radius: 8px;
}
.right-wrapper .temp-box .select-box .search {
  width: 251px;
  height: 32px;
  padding: 0 18px;
  box-sizing: border-box;
  position: relative;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
}
.right-wrapper .temp-box .select-box .search button,
.right-wrapper .temp-box .select-box .search .search-icon {
  position: absolute;
  cursor: pointer;
  width: 50px;
  height: 32px;
  right: 0;
  top: 0;
  outline: none;
  border: none;
  background: transparent;
}
.right-wrapper .temp-box .select-box .search button .iconfont,
.right-wrapper .temp-box .select-box .search .search-icon .iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  color: #a6a6a6;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 8px;
  right: 18px;
}
.right-wrapper .temp-box .select-box .box {
  width: 167px;
  height: 32px;
  padding: 0 18px;
  box-sizing: border-box;
  position: relative;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  cursor: pointer;
}
.right-wrapper .temp-box .select-box .box.long {
  width: 200px;
}
.right-wrapper .temp-box .select-box .box input {
  cursor: pointer;
}
.right-wrapper .temp-box .select-box .box .iconfont {
  font-family: "iconfont" !important;
  font-size: 10px;
  color: #a6a6a6;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 10px;
  right: 10px;
}
.right-wrapper .temp-box .select-box .box.show ul {
  display: block;
}
.right-wrapper .temp-box .select-box .box ul {
  width: 100%;
  /*max-height: 190px;*/
  overflow-y: auto;
  background: #fff;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 32px;
  display: none;
  box-shadow: 0 10px 30px -5px #ddd;
}
.right-wrapper .temp-box .select-box .box ul::-webkit-scrollbar {
  display: none;
}
.right-wrapper .temp-box .select-box .box ul li {
  width: 100%;
  padding: 0 18px;
  box-sizing: border-box;
  height: 38px;
  line-height: 38px;
  font-size: 12px;
  color: #666;
}
.right-wrapper .temp-box .select-box .box ul li.active {
  background: #F76A01;
  color: #fff;
}
.right-wrapper .temp-box .select-box .box ul li:hover {
  background: #F76A01;
  color: #fff;
}
.right-wrapper .temp-box .select-box .box ul li.hide {
  display: none;
}
.right-wrapper .temp-box .select-box input {
  outline: none;
  border: none;
  width: 100%;
  height: 36px;
  line-height: 36px;
  background: transparent;
}
.right-wrapper .temp-box .select-box input::-webkit-input-placeholder {
  font-size: 14px;
}
.right-wrapper ul.list.area li .li-box .img-box {
  margin-right: 25px;
  border: 1px solid #F0F0F0;
  width: 251px;
  height: 145px;
  border-radius: 8px;
  overflow: hidden;
  box-sizing: border-box;
}
.right-wrapper ul.list.area li .li-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.right-wrapper ul.list.area li .li-box .content-li {
  flex: 1;
}
.right-wrapper ul.list.area li .li-box .content-li .title {
  font-size: 18px;
}
.right-wrapper ul.list.area li .li-box .content-li .summary {
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 9px;
  height: 40px;
}
.right-wrapper ul.list.area li .li-box .content-li .num {
  margin-top: 11px;
  font-size: 22px;
  line-height: 26px;
  color: #F76A01;
}
.right-wrapper ul.list.area li .li-box .content-li .desc {
  font-size: 14px;
  color: #666;
  line-height: 20px;
  margin-top: 10px;
}
.right-wrapper ul.list.area li .li-box .donate.icon3 {
  width: 124px;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  background: #0089D4;
  margin-left: 30px;
  padding-left: 41px;
}
.right-wrapper ul.list.area li .li-box .donate.icon3:before {
  left: 18px;
}
.right-wrapper ul.list.area li .li-box:hover {
  opacity: 0.8;
}
.right-wrapper ul.list.area li .li-box:hover .img-box {
  box-shadow: 0px 7px 16px 0px rgba(247, 106, 1, 0.12);
}
.right-wrapper .ul-title-time {
  margin-top: 23px;
}
.right-wrapper .ul-title-time li {
  height: 60px;
  border-bottom: 1px solid #f2f2f2;
  box-sizing: border-box;
}
.right-wrapper .ul-title-time li .li-box {
  display: flex;
  height: 60px;
  line-height: 60px;
}
.right-wrapper .ul-title-time li .li-box .title {
  flex: 1;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.right-wrapper .ul-title-time li .li-box .time {
  flex: 0 0 100px;
  width: 100px;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  color: #999;
  text-align: right;
  margin-left: 20px;
  margin-right: 7px;
}
.right-wrapper .ul-title-time li .li-box .iconfont {
  font-family: "iconfont" !important;
  font-size: 14px;
  color: #666;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.right-wrapper .ul-title-time li .li-box:hover .title {
  color: #F76A01;
}
.right-wrapper .ul-title-time li .li-box:hover .iconfont {
  font-family: "iconfont" !important;
  font-size: 14px;
  color: #F76A01;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.common-head5 {
  display: flex;
  position: relative;
  padding-bottom: 9px;
  align-items: baseline;
  border-bottom: solid 1px #f1faf1;
}
.common-head5 .title {
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  color: #333333;
  margin-right: auto;
}
.common-head5 .more {
  padding-left: 15px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #999;
}
.common-head5 .more:hover {
  color: #F76A01;
}
.common-head5 .line {
  width: 25px;
  height: 2px;
  border-right: 2px;
  background: #F76A01;
  position: absolute;
  left: 0;
  bottom: 0;
}
.header-wrap {
  width: 100%;
  background-color: #fff;
}
.header-wrap .inner {
  width: 1200px;
  height: 82px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  font-size: 16px;
}
.header-wrap .inner img {
  width: 238px;
  height: 67px;
  display: block;
}
.header-wrap .inner .header-nav-box {
  flex: 1;
  /*margin-left: 158px;*/
}
.header-wrap .inner .header-nav-box .nav-ul1 {
  display: flex;
  list-style: none;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.header-wrap .inner .header-nav-box .nav-ul1 .nav-li1 {
  height: 82px;
  box-sizing: border-box;
  line-height: 82px;
  position: relative;
}
.header-wrap .inner .header-nav-box .nav-ul1 .nav-li1 .li-box {
  color: #666;
}
.search-form {
  position: relative;
  width: 180px;
  border: 1px solid #efefef;
  border-radius: 30px;
}

.index-header-wrap .inner .search-form .search-box input {
  position: absolute;
  width: 135px;
  padding-left: 10px;
  padding-right: 5px;
}
.index-header-wrap .inner .search-form .search-box button {
  position: absolute;
  right: 0;
}
.header-wrap .inner .header-nav-box .nav-ul1 .nav-li1.active .li-box {
  color: #F76A01;
}
.header-wrap .inner .header-nav-box .nav-ul1 .nav-li1:hover {
  border-bottom: solid 3px #F76A01;
}
.header-wrap .inner .header-nav-box .nav-ul1 .nav-li1:hover .li-box {
  color: #F76A01;
}
.header-wrap .inner .header-nav-box .nav-ul1 .nav-li1:hover .nav-ul2 {
  display: block;
}
.header-wrap .inner .header-nav-box .nav-ul1 .nav-ul2 {
  display: none;
  position: absolute;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
  top: 82px;
  list-style: none;
  width: 138px;
  background-color: #fff;
  box-shadow: 0px 9px 16px 0px rgba(0, 0, 0, 0.23);
}

.header-wrap .inner .header-nav-box .nav-ul1 .nav-ul2 .nav-li2 .nav-ul3 {
  position: absolute;
  right: -138px;
  width: 138px;
  top: 0;
  background: rgba(255, 255, 255, 0.92);
  display: none;
}
.header-wrap .inner .header-nav-box .nav-ul1 .nav-ul2 .nav-li2:hover .nav-ul3 {
  display: block;
}
.header-wrap .inner .header-nav-box .nav-ul1 .nav-ul2 .nav-li2 {
  position: relative;
}
.header-wrap .inner .header-nav-box .nav-ul1 .nav-ul2 .nav-li2, .header-wrap .inner .header-nav-box .nav-ul1 .nav-ul2 .nav-li2 .nav-li3 {
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
}
.header-wrap .inner .header-nav-box .nav-ul1 .nav-ul2 .nav-li2 .li-box {
  color: #333;
}
.header-wrap .inner .header-nav-box .nav-ul1 .nav-ul2 .nav-li2.active {
  background-color: #F76A01;
}
.header-wrap .inner .header-nav-box .nav-ul1 .nav-ul2 .nav-li2.active .li-box {
  color: #fff;
}
.header-wrap .inner .header-nav-box .nav-ul1 .nav-ul2 .nav-li2:hover, .header-wrap .inner .header-nav-box .nav-ul1 .nav-ul2 .nav-li2 .nav-ul3 .li-box:hover {
  background-color: #F76A01;
}
.header-wrap .inner .header-nav-box .nav-ul1 .nav-ul2 .nav-li2:hover .li-box, .header-wrap .inner .header-nav-box .nav-ul1 .nav-ul2 .nav-li2 .nav-ul3 .nav-li3:hover .li-box {
  color: #fff;
}

.header-wrap .inner .header-nav-box .nav-ul1 .nav-ul2 .nav-li2:hover .nav-ul3 .li-box {
  color: #333;
}
.footer-wrap {
  padding-top: 60px;
  background: url('/Application/Home/View/child/styles/images/footer-orange.png') no-repeat center;
  background-size: cover;
  opacity: 0.92;
}
.footer-wrap .footer-inner {
  display: flex;
  justify-content: space-between;
}
.footer-wrap .footer-inner:after {
  height: 0;
  overflow: hidden;
  content: '';
  clear: both;
  display: block;
  visibility: hidden;
}
.footer-wrap .footer-inner .box {
  font-size: 14px;
}
.footer-wrap .footer-inner .box.box-qr {
  width: 304px;
}
.footer-wrap .footer-inner .box.box-qr a {
  cursor: default;
  color: white !important;
}
.footer-wrap .footer-inner .box .nav {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.footer-wrap .footer-inner .box .nav-item {
  display: inline-block;
  color: white;
  vertical-align: middle;
  margin-top: 22px;
}
.footer-wrap .footer-inner .box .nav-item1 {
  display: inline-block;
  color: white;
  vertical-align: middle;
  margin-top: 2px;
}
.footer-wrap .footer-inner .box .link-main .qr-box {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  margin-top: 20px;
}
.footer-wrap .footer-inner .box .link-main .qr-box:last-child {
  margin-right: 0;
}
.footer-wrap .footer-inner .box .link-main .qr-box .qr-img {
  width: 120px;
  height: 120px;
  border: 1px solid white;
  box-sizing: border-box;
  padding: 6px;
  border-radius: 8px;
}
.footer-wrap .footer-inner .box .link-main .qr-box .qr-img .img-box {
  padding: 4px;
  background: #fff;
  border-radius: 6px;
  box-sizing: border-box;
}
.footer-wrap .footer-inner .box .link-main .qr-box .qr-img .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.footer-wrap .footer-inner .box .link-main .qr-box .qr-text {
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}
.footer-wrap .footer-copyright {
  margin-top: 40px;
  padding: 12px 0;
  font-size: 14px;
  line-height: 20px;
  color: #bdbdbd;
  text-align: center;
  background: #002D46;
}
.footer-wrap .footer-copyright a {
  color: #bdbdbd;
}
.footer-wrap a:hover {
  opacity: 0.8;
}
.table-box {
  width: 100%;
  background-color: #fff;
  margin-top: 30px;
}
.table-box div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table-box .common-table {
  display: none;
}
.table-box .common-table.show {
  display: block;
}
.table-box .common-table:target {
  display: block;
}
.table-box .caption {
  width: 100%;
  height: 48px;
  box-sizing: border-box;
  background-color: #FFF0EA;
  display: flex;
  margin-bottom: 2px;
}
.table-box .caption .common-title {
  height: 48px;
  padding: 0 30px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 48px;
  color: #333;
}
.table-box .caption .common-title.table-tags .active {
  height: 48px;
  box-sizing: border-box;
  border-bottom: solid 3px #F76A01;
}
.table-box .caption .common-title.table-tags:hover > div {
  height: 48px;
  box-sizing: border-box;
  border-bottom: solid 3px #F76A01;
}
.table-box .caption a.more {
  margin-left: auto;
}
.table-box .caption a.more .more {
  padding: 0 22px;
  height: 48px;
  font-size: 14px;
  color: #666666;
  line-height: 48px;
}
.table-box .caption a.more .more:hover {
  color: #F76A01;
}
.table-box .t-tr {
  width: 100%;
  display: flex;
}
.table-box .t-tr > div {
  padding: 0 10px 0 32px;
  box-sizing: border-box;
}
.table-box .thead {
  height: 52px;
  margin-bottom: 2px;
}
.table-box .thead > div {
  background-color: #eee;
  height: 52px;
  font-size: 16px;
  color: #333333;
  line-height: 52px;
}
.table-box .who {
  width: 531px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table-box .t-time {
  width: 376px;
  margin-left: 2px;
}
.table-box .money {
  width: 213px;
  margin-left: 2px;
}
.table-box .table-li {
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  color: #666;
}
.table-box .table-li > div {
  background: #f8f8f8;
}
.index-header-wrap {
  width: 100%;
  /*background-color: rgba(0, 0, 0, 0.3);*/
  position: sticky;
  top: 0;
  z-index: 999999;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
.index-header-wrap .inner {
  width: 1100px;
  box-sizing: border-box;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: 99;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  font-size: 16px;
}
.index-header-wrap .inner img {
  width: 238px;
  height: 67px;
}
.header-wrap .login {
  margin-left: 10px;
  height: 26px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 14px;
  /* 儿慈橙 */
  background: #F76A01;
  box-sizing: border-box;
  border-radius: 119px;
  /* 儿慈橙 */
  border: 1px solid #F76A01;
}
.index-header-wrap .inner .header-nav-box {
  flex: 1;
  margin-left: 10px;
  margin-right: 10px;
}
.index-header-wrap .inner .header-nav-box .nav-ul1 {
  display: flex;
  list-style: none;
  flex-wrap: nowrap;
  justify-content: flex-end;
  /*gap: 20px;*/
}
.index-header-wrap .inner .header-nav-box .nav-ul1 .nav-li1 {
  height: 82px;
  box-sizing: border-box;
  line-height: 82px;
  position: relative;
  margin-right: 19px;
}
.index-header-wrap .inner .header-nav-box .nav-ul1 .nav-li1:last-child {
  margin-right: 0;
}
.index-header-wrap .inner .header-nav-box .nav-ul1 .nav-li1 .li-box {
  color: black;
}
/*.index-header-wrap .inner .header-nav-box .nav-ul1 .nav-li1.active {
  border-bottom: solid 3px #F76A01;
}*/
.index-header-wrap .inner .header-nav-box .nav-ul1 .nav-li1.active .li-box {
  color: #F76A01;
}
.index-header-wrap .inner .header-nav-box .nav-ul1 .nav-li1 img {
  display: none;
}
.index-header-wrap .inner .header-nav-box .nav-ul1 .nav-li1.active img {
  width: 15px;height: 14px;
  display: inline-block;
}
.index-header-wrap .inner .header-nav-box .nav-ul1 .nav-li1:hover {
  border-bottom: solid 3px #F76A01;
}
.index-header-wrap .inner .header-nav-box .nav-ul1 .nav-li1:hover .li-box {
  color: #F76A01;
}
.index-header-wrap .inner .header-nav-box .nav-ul1 .nav-li1:hover .nav-ul2 {
  display: block;
}
.index-header-wrap .inner .header-nav-box .nav-ul1 .nav-ul2 {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 82px;
  list-style: none;
  width: 138px;
  background-color: #fff;
  box-shadow: 0px 9px 16px 0px rgba(0, 0, 0, 0.23);
}
.index-header-wrap .inner .header-nav-box .nav-ul1 .nav-ul2 .nav-li2 {
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
}
.index-header-wrap .inner .header-nav-box .nav-ul1 .nav-ul2 .nav-li2 .li-box {
  color: #333;
}
.index-header-wrap .inner .header-nav-box .nav-ul1 .nav-ul2 .nav-li2.active {
  background-color: #F76A01;
}
.index-header-wrap .inner .header-nav-box .nav-ul1 .nav-ul2 .nav-li2.active .li-box {
  color: #fff;
}
.index-header-wrap .inner .header-nav-box .nav-ul1 .nav-ul2 .nav-li2:hover {
  background-color: #F76A01;
}
.index-header-wrap .inner .header-nav-box .nav-ul1 .nav-ul2 .nav-li2:hover .li-box {
  color: #fff;
}
.index-header-wrap .inner .search-box {
  /*margin-left: 20px;*/
  /*margin-right: 20px;*/
  width: 50px;
  height: 34px;
  border-radius: 17px;
  /*background-color: #fff8f1;*/
  display: flex;
}
.index-header-wrap .inner .search-box input {
  width: 0;
  height: 34px;
  /*margin-left: 17px;*/
  outline: none;
  border: none;
  background-color: transparent;
}
.index-header-wrap .inner .search-box input::-webkit-input-placeholder {
  font-size: 14px;
}
.index-header-wrap .inner .search-box button {
  outline: none;
  border: none;
  background-color: transparent;
  width: 40px;
  height: 34px;
  background-image: url('/Application/Home/View/child/styles/images/search.png');
  background-repeat: no-repeat;
  background-size: 19px 19px;
  background-position: center center;
}
.index-header-wrap .inner .search-box button:hover {
  cursor: pointer;
}
.index-header-wrap .inner .icon {
  margin-left: 10px;
  width: 34px;
  height: 34px;
  background: url('/Application/Home/View/child/styles/images/donate.png') no-repeat 100% center;
}
.index-header-wrap .inner .icon.login {
  width: 35px;
  background-image: url('/Application/Home/View/child/styles/images/login.png');
}
.index-header-wrap .banner-box {
  width: 1200px;
  margin: 0 auto;
  height: 360px;
}
.index-header-wrap .banner-box .swiper-container {
  width: 100%;
  height: 100%;
}
.index-header-wrap .banner-box .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.index-header-wrap .banner-box .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index-header-wrap .banner-box .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-header-wrap .banner-box .swiper-container .swiper-pagination {
  position: absolute;
  bottom: 29px;
  left: 50%;
  transform: translateX(-50%);
}
.index-header-wrap .banner-box .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #F76A01;
}
.index-header-wrap .banner-box .swiper-container .swiper-button {
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 64px 64px;
  background-position: center center;
}
.index-header-wrap .banner-box .swiper-container .swiper-button-prev, .main-content .swiper-button-prev{
  /*display: none;*/
  opacity: 0.9;
  width: 44px;
  height: 44px;
  background-image: url('/Application/Home/View/child/styles/images/banner-left-normal.png');
  background-size: 100% 100%;
  left: 50%;
  transform: translateX(-604px);
}
.index-header-wrap .banner-box .swiper-container .swiper-button-prev {
  left: 51%;
}
.main-content .swiper-button-prev {
  left: 61%;
}
.index-header-wrap .banner-box .swiper-container .swiper-button-prev:after {
  display: none;
  content: '';
}
.index-header-wrap .banner-box .swiper-container .swiper-button-next, .main-content .swiper-button-next {
  /*display: none;*/
  opacity: 0.9;
  width: 44px;
  height: 44px;
  background-image: url('/Application/Home/View/child/styles/images/banner-right-normal.png');
  background-size: 100% 100%;
  right: 50%;
  transform: translateX(604px);
}
.index-header-wrap .banner-box .swiper-container .swiper-button-next {
  right: 51%;
}
.index-header-wrap .banner-box .swiper-container .swiper-button-next:after {
  display: none;
  content: '';
}
.index-header-wrap .banner-box .swiper-container .swiper-btn.swiper-button-next:hover, .main-content .swiper-button-next:hover {
  background-image: url('/Application/Home/View/child/styles/images/banner-right-active.png');
}
.index-header-wrap .banner-box .swiper-container .swiper-btn.swiper-button-prev:hover, .main-content .swiper-button-prev:hover {
  background-image: url('/Application/Home/View/child/styles/images/banner-left-active.png');
}
.index-header-wrap .banner-box .swiper-container .swiper-btn.swiper-button-next.swiper-button-disabled {
  background-image: url('/Application/Home/View/child/styles/images/disbale_next.png');
}
.index-header-wrap .banner-box .swiper-container .swiper-btn.swiper-button-prev.swiper-button-disabled {
  background-image: url('/Application/Home/View/child/styles/images/disbale_prev.png');
}
.index-header-wrap .banner-box .swiper-container .swiper-pagination-bullet {
  background: black;
}
.index-header-wrap .recommend-wrap {
  width: 1200px;
  height: 209px;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 99;
  background-color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.index-header-wrap .recommend-wrap .special {
  width: 104px;
  height: 31px;
  background-color: #0089d4;
  color: #fff;
  font-size: 14px;
  line-height: 31px;
  text-align: center;
  position: absolute;
  left: 38px;
  transform: translateY(-50%);
}
.index-header-wrap .recommend-wrap .special:before {
  content: '☆';
  font-size: 18px;
}
.index-header-wrap .recommend-wrap .special-inner .special-ul {
  width: 100%;
  height: 209px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.index-header-wrap .recommend-wrap .special-inner .special-ul .special-li {
  width: 25%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}
.index-header-wrap .recommend-wrap .special-inner .special-ul .special-li:not(:first-child):before {
  content: '';
  width: 1px;
  height: 84px;
  background-color: #eee;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.index-header-wrap .recommend-wrap .special-inner .special-ul .special-li .li-box {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 29px 0 24px;
  display: flex;
  align-items: center;
}
.index-header-wrap .recommend-wrap .special-inner .special-ul .special-li .li-box:hover {
  cursor: pointer;
}
.index-header-wrap .recommend-wrap .special-inner .special-ul .special-li .li-box:hover .img-box {
  border: solid 1px rgba(0, 0, 0, 0);
}
.index-header-wrap .recommend-wrap .special-inner .special-ul .special-li .li-box:hover .info .title {
  color: #F76A01;
}
.index-header-wrap .recommend-wrap .special-inner .special-ul .special-li .li-box .img-box {
  width: 102px;
  height: 102px;
  margin-right: 16px;
  border-radius: 50%;
  overflow: hidden;
  box-sizing: border-box;
}
.index-header-wrap .recommend-wrap .special-inner .special-ul .special-li .li-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-header-wrap .recommend-wrap .special-inner .special-ul .special-li .li-box .info {
  flex: 1;
}
.index-header-wrap .recommend-wrap .special-inner .special-ul .special-li .li-box .info .title {
  color: #333;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index-header-wrap .recommend-wrap .special-inner .special-ul .special-li .li-box .info .summary {
  color: #999;
  font-size: 12px;
  line-height: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 4px 0 6px;
}
.index-header-wrap .recommend-wrap .special-inner .special-ul .special-li .li-box .info .more {
  color: #0089D4;
  font-size: 12px;
  line-height: 17px;
}
.index-header-wrap .mark-layer {
  width: 100%;
  height: 805px;
  position: absolute;
  left: 0;
  top: -805px;
  z-index: 999;
  background-color: #000;
  opacity: 0.84;
  display: none;
  transition: all 10s ease-in-out 3s;
}
.index-header-wrap .mark-layer.has_float {
  transform: translate(0, 100%);
}
.index-header-wrap .mark-layer .img {
  width: 100%;
  height: 100%;
  background-image: url('/Application/Home/View/child/styles/images/temp/mark-layer.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.index-header-wrap .mark-layer .close-btn {
  width: 66px;
  height: 66px;
  position: absolute;
  top: 80px;
  right: 227px;
  cursor: pointer;
}
.index-header-wrap .mark-layer .close-btn .iconfont {
  font-family: "iconfont" !important;
  font-size: 66px;
  color: #000;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.main-index .info-main {
  width: 1200px;
  margin: 0 auto;
}
.main-index .info-main .inner-trust {
  margin-top: 18px;
}
.main-index .info-main .inner-trust .description {
  text-align: center;
  color: #666;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 29px;
}
.main-index .info-main .inner-trust .trust-ul {
  display: flex;
  flex-wrap: wrap;
}
.main-index .info-main .inner-trust .trust-ul .trust-li {
  width: 300px;
  height: 230px;
  box-sizing: border-box;
}
.main-index .info-main .inner-trust .trust-ul .trust-li:not(:nth-child(4n+1)) {
  border-left: solid 1px #f4f4f4;
}
.main-index .info-main .inner-trust .trust-ul .trust-li:nth-child(n+5) {
  border-top: solid 1px #f4f4f4;
}
.main-index .info-main .inner-trust .trust-ul .trust-li .li-box {
  width: 100%;
  height: 100%;
}
.main-index .info-main .inner-trust .trust-ul .trust-li .li-box:hover {
  cursor: pointer;
  opacity: 0.8;
}
.main-index .info-main .inner-trust .trust-ul .trust-li .li-box .img-box {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  margin: 21px auto 0;
  box-sizing: border-box;
}
.main-index .info-main .inner-trust .trust-ul .trust-li .li-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-index .info-main .inner-trust .trust-ul .trust-li .li-box .number {
  text-align: center;
  font-size: 46px;
  line-height: 55px;
  color: #0089D4;
}
.main-index .info-main .inner-trust .trust-ul .trust-li .li-box .number span.not-num {
  font-size: 34px;
}
.main-index .info-main .inner-trust .trust-ul .trust-li .li-box .number span.little {
  font-size: 16px;
  line-height: 22px;
  margin-left: 2px;
}
.main-index .info-main .inner-trust .trust-ul .trust-li .li-box .desc {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
.main-index .info-main .inner-news {
  margin-top: 57px;
}
.main-index .info-main .inner-news .title-box {
  margin-bottom: 37px;
}
.main-index .info-main .inner-news .swiper-main {
  width: 100%;
  position: relative;
}
.main-index .info-main .inner-news .swiper-main .swiper-btn {
  position: absolute;
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  top: 130px;
  z-index: 999;
}
.main-index .info-main .inner-news .swiper-main .swiper-btn:hover {
  cursor: pointer;
}
.main-index .info-main .inner-news .swiper-main .swiper-btn.swiper-btn-prev {
  left: -54px;
  background-image: url('/Application/Home/View/child/styles/images/banner-left-normal.png');
}
.main-index .info-main .inner-news .swiper-main .swiper-btn.swiper-btn-next {
  right: -54px;
  background-image: url('/Application/Home/View/child/styles/images/banner-right-normal.png');
}
.main-index .info-main .inner-news .swiper-main .swiper-btn:focus {
  outline: none;
}
.main-index .info-main .inner-news .swiper-main .swiper-btn.swiper-btn-next:hover {
  background-image: url('/Application/Home/View/child/styles/images/banner-right-active.png');
}
.main-index .info-main .inner-news .swiper-main .swiper-btn.swiper-btn-prev:hover {
  background-image: url('/Application/Home/View/child/styles/images/banner-left-active.png');
}
.main-index .info-main .inner-news .swiper-main .swiper-btn.swiper-btn-next.swiper-button-disabled {
  background-image: url('/Application/Home/View/child/styles/images/disbale_next.png');
}
.main-index .info-main .inner-news .swiper-main .swiper-btn.swiper-btn-prev.swiper-button-disabled {
  background-image: url('/Application/Home/View/child/styles/images/disbale_prev.png');
}
.main-index .info-main .inner-news .more {
  width: 120px;
  height: 34px;
  border-radius: 21px;
  line-height: 34px;
  font-size: 16px;
  text-align: center;
  margin: 24px auto 70px;
  background-color: #0089D4;
  color: #fff;
}
.main-index .project-main .temp-box:first-child {
  width: 100%;
  height: 226px;
  opacity: 0.92;
  background-image: url('/Application/Home/View/child/styles/images/temp/project_title.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.main-index .project-main .temp-box:first-child .inner {
  width: 1200px;
  margin: 0 auto;
}
.main-index .project-main .temp-box:first-child .inner .title-box {
  padding-top: 41px;
}
.main-index .project-main .temp-box:first-child .inner .title-box .line {
  opacity: 46%;
}
.main-index .project-main .temp-box:first-child .inner .title-box .title {
  color: #fff;
}
.main-index .project-main .temp-box:first-child .inner .description {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
.main-index .project-main .temp-box:first-child .inner .summary {
  width: 530px;
  margin: 0 auto;
  margin-top: 30px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
.main-index .project-main .temp-box:last-child {
  width: 100%;
  height: 871px;
  background-image: url('/Application/Home/View/child/styles/images/temp/project_banner.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.main-index .project-main .temp-box:last-child .inner {
  width: 1200px;
  height: 766px;
  margin: 0 auto;
}
.main-index .project-main .temp-box:last-child .swiper-main {
  width: 100%;
  height: 100%;
  position: relative;
}
.main-index .project-main .temp-box:last-child .swiper-main .swiper-btn {
  position: absolute;
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  top: 412px;
  z-index: 999;
}
.main-index .project-main .temp-box:last-child .swiper-main .swiper-btn:hover {
  cursor: pointer;
}
.main-index .project-main .temp-box:last-child .swiper-main .swiper-btn.swiper-btn-prev {
  left: -16px;
  background-image: url('/Application/Home/View/child/styles/images/banner-left-normal.png');
}
.main-index .project-main .temp-box:last-child .swiper-main .swiper-btn.swiper-btn-next {
  right: -16px;
  background-image: url('/Application/Home/View/child/styles/images/banner-right-normal.png');
}
.main-index .project-main .temp-box:last-child .swiper-main .swiper-btn:focus {
  outline: none;
}
.main-index .project-main .temp-box:last-child .swiper-main .swiper-btn.swiper-btn-next:hover {
  background-image: url('/Application/Home/View/child/styles/images/banner-right-active.png');
}
.main-index .project-main .temp-box:last-child .swiper-main .swiper-btn.swiper-btn-prev:hover {
  background-image: url('/Application/Home/View/child/styles/images/banner-left-active.png');
}
.main-index .project-main .temp-box:last-child .swiper-main .swiper-btn.swiper-btn-next.swiper-button-disabled {
  background-image: url('/Application/Home/View/child/styles/images/disbale_next.png');
}
.main-index .project-main .temp-box:last-child .swiper-main .swiper-btn.swiper-btn-prev.swiper-button-disabled {
  background-image: url('/Application/Home/View/child/styles/images/disbale_prev.png');
}
.main-index .project-main .temp-box:last-child .swiper-main .swiper-container {
  width: 100%;
  height: 100%;
}
.main-index .project-main .temp-box:last-child .swiper-main .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
}
.main-index .project-main .temp-box:last-child .swiper-main .swiper-container .swiper-slide .slide-ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.main-index .project-main .temp-box:last-child .swiper-main .swiper-container .swiper-slide .slide-ul .slide-li {
  width: 25%;
}
.main-index .project-main .temp-box:last-child .swiper-main .swiper-container .swiper-slide .slide-ul .slide-li .li-box {
  padding-top: 72px;
  box-sizing: border-box;
  height: 383px;
}
.main-index .project-main .temp-box:last-child .swiper-main .swiper-container .swiper-slide .slide-ul .slide-li .li-box:hover .img-box {
  border: solid 1px rgba(0, 0, 0, 0);
}
.main-index .project-main .temp-box:last-child .swiper-main .swiper-container .swiper-slide .slide-ul .slide-li .li-box:hover .common-title {
  color: #F76A01;
}
.main-index .project-main .temp-box:last-child .swiper-main .swiper-container .swiper-slide .slide-ul .slide-li .li-box > div {
  margin: auto;
}
.main-index .project-main .temp-box:last-child .swiper-main .swiper-container .swiper-slide .slide-ul .slide-li .li-box .img-box {
  width: 140px;
  height: 140px;
  border-radius: 70px;
  overflow: hidden;
  box-sizing: border-box;
}
.main-index .project-main .temp-box:last-child .swiper-main .swiper-container .swiper-slide .slide-ul .slide-li .li-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-index .project-main .temp-box:last-child .swiper-main .swiper-container .swiper-slide .slide-ul .slide-li .li-box .common-title {
  color: #333;
  font-size: 22px;
  line-height: 30px;
  margin-top: 25px;
  margin-bottom: 9px;
  width: fit-content;
}
.main-index .project-main .temp-box:last-child .swiper-main .swiper-container .swiper-slide .slide-ul .slide-li .li-box .summary {
  width: 230px;
  height: 96px;
  color: #6e6e6e;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.main-index .dynamic-main .inner {
  width: 1200px;
  margin: 0 auto;
  margin-top: 114px;
}
.main-index .dynamic-main .inner .tags-box {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
}
.main-index .dynamic-main .inner .tags-box .item {
  font-size: 14px;
  line-height: 20px;
  color: #666;
}
.main-index .dynamic-main .inner .tags-box .item.active {
  color: #F76A01;
}
.main-index .dynamic-main .inner .tags-box .item.active a {
  color: #F76A01;
}
.main-index .dynamic-main .inner .tags-box .item:hover {
  cursor: pointer;
  color: #F76A01;
}
.main-index .dynamic-main .inner .tags-box .item:hover a {
  color: #F76A01;
}
.main-index .dynamic-main .inner .tags-box .item:not(:first-child) {
  margin-left: 5px;
}
.main-index .dynamic-main .inner .swiper-main {
  width: 100%;
  position: relative;
}
.main-index .dynamic-main .inner .swiper-main .swiper-btn {
  position: absolute;
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  top: 130px;
  z-index: 999;
}
.main-index .dynamic-main .inner .swiper-main .swiper-btn:hover {
  cursor: pointer;
}
.main-index .dynamic-main .inner .swiper-main .swiper-btn.swiper-btn-prev {
  left: -54px;
  background-image: url('/Application/Home/View/child/styles/images/banner-left-normal.png');
}
.main-index .dynamic-main .inner .swiper-main .swiper-btn.swiper-btn-next {
  right: -54px;
  background-image: url('/Application/Home/View/child/styles/images/banner-right-normal.png');
}
.main-index .dynamic-main .inner .swiper-main .swiper-btn:focus {
  outline: none;
}
.main-index .dynamic-main .inner .swiper-main .swiper-btn.swiper-btn-next:hover {
  background-image: url('/Application/Home/View/child/styles/images/banner-right-active.png');
}
.main-index .dynamic-main .inner .swiper-main .swiper-btn.swiper-btn-prev:hover {
  background-image: url('/Application/Home/View/child/styles/images/banner-left-active.png');
}
.main-index .dynamic-main .inner .swiper-main .swiper-btn.swiper-btn-next.swiper-button-disabled {
  background-image: url('/Application/Home/View/child/styles/images/disbale_next.png');
}
.main-index .dynamic-main .inner .swiper-main .swiper-btn.swiper-btn-prev.swiper-button-disabled {
  background-image: url('/Application/Home/View/child/styles/images/disbale_prev.png');
}
.main-index .dynamic-main .inner .more {
  width: 120px;
  height: 34px;
  border-radius: 21px;
  line-height: 34px;
  font-size: 16px;
  text-align: center;
  margin: 24px auto 70px;
  background-color: #0089D4;
  color: #fff;
}
.main-index .independent-main {
  width: 100%;
  padding-bottom: 50px;
  opacity: 0.92;
  background-image: url('/Application/Home/View/child/styles/images/temp/independent.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.main-index .independent-main .inner {
  width: 1200px;
  margin: 0 auto;
  padding-top: 72px;
}
.main-index .independent-main .inner .line {
  background-color: #ddd;
}
.main-index .independent-main .inner .logo-box {
  margin-top: 64px;
}
.main-index .independent-main .inner .logo-box .logo-ul .logo-li {
  margin-bottom: 35px;
}
.main-index .independent-main .inner .logo-box .logo-ul .logo-li:not(:nth-child(4n+1)) {
  margin-left: 34px;
}
.main-index .independent-main .inner .logo-box .logo-ul .logo-li .li-box {
  width: 274px;
  height: 180px;
  background: #fff;
  border-radius: 8px;
  position: relative;
}
.main-index .independent-main .inner .logo-box .logo-ul .logo-li .li-box:hover .detail-box {
  display: block;
}
.main-index .independent-main .inner .logo-box .logo-ul .logo-li .li-box .box {
  width: 100%;
  height: 100%;
  padding: 22px;
  box-sizing: border-box;
}
.main-index .independent-main .inner .logo-box .logo-ul .logo-li .li-box .box .img-box {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 8px;
}
.main-index .independent-main .inner .logo-box .logo-ul .logo-li .li-box .box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main-index .independent-main .inner .logo-box .logo-ul .logo-li .li-box .detail-box {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  background: linear-gradient(136deg, #FF8E3A 0%, #EF6B08 100%);
  box-shadow: 0px 6px 26px 0px rgba(247, 106, 1, 0.09);
  border-radius: 8px;
}
.main-index .independent-main .inner .logo-box .logo-ul .logo-li .li-box .detail-box .common-title {
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 6px;
}
.main-index .independent-main .inner .logo-box .logo-ul .logo-li .li-box .detail-box .summary {
  font-size: 12px;
  line-height: 17px;
  color: #ffbc8a;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.main-index .independent-main .inner .logo-box .logo-ul .logo-li .li-box .detail-box .more {
  width: 98px;
  height: 31px;
  border-radius: 21px;
  line-height: 31px;
  font-size: 14px;
  text-align: center;
  margin: 24px auto 70px;
  background-color: #0089D4;
  color: #fff;
  margin-left: 0;
  margin-top: 13px;
}
.main-index .mission-main {
  width: 100%;
  height: 256px;
  background-image: url('/Application/Home/View/child/styles/images/temp/mission.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  opacity: 0.92;
}
.main-index .mission-main .inner {
  width: fit-content;
  margin: 0 auto;
  padding-top: 52px;
  display: flex;
  align-items: center;
}
.main-index .mission-main .inner .img-box {
  width: 162px;
  height: 136px;
  border-radius: 0px;
  overflow: hidden;
  box-sizing: border-box;
  margin-right: 15px;
}
.main-index .mission-main .inner .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-index .mission-main .inner .temp-box {
  width: 915px;
}
.main-index .mission-main .inner .title {
  color: #fff;
  font-size: 32px;
  line-height: 45px;
  margin-bottom: 14px;
}
.main-index .mission-main .inner .summary {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.main-index .open-main .inner {
  width: 1200px;
  margin: 0 auto;
  padding-top: 62px;
}
.main-index .open-main .description {
  text-align: center;
  color: #666;
  font-size: 14px;
  line-height: 20px;
  margin-top: 4px;
}
.main-index .open-main .donate-box {
  width: 100%;
  padding: 48px 39px 33px 37px;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.05);
  margin-top: 29px;
  box-sizing: border-box;
  position: relative;
}
.main-index .open-main .donate-box .tags {
  position: absolute;
  width: 140px;
  padding-left: 28px;
  box-sizing: border-box;
  height: 37px;
  color: #fff;
  font-size: 16px;
  line-height: 37px;
  background-image: url('/Application/Home/View/child/styles/images/tags_icon.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  left: 10px;
  top: -14px;
}
.main-index .open-main .donate-box .tags .icon-xinxing:before {
  margin-right: 5px;
  font-size: 17px;
}
.main-index .open-main .donate-box .time {
  font-size: 18px;
  color: #333;
  line-height: 21px;
  margin-bottom: 11px;
}
.main-index .open-main .donate-box .num-box {
  display: flex;
}
.main-index .open-main .donate-box .num-box .num {
  width: 43px;
  height: 64px;
  background: #F76A01;
  border-radius: 4px;
  margin-right: 2px;
  font-size: 32px;
  color: #FFFFFF;
  line-height: 64px;
  text-align: center;
}
.main-index .open-main .donate-box .num-box .num.dot {
  width: 14px;
  background-color: #fff;
  color: #F76A01;
}
.main-index .open-main .expend-box {
  width: 100%;
  padding: 30px 39px 28px 37px;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.05);
  margin-top: 21px;
  box-sizing: border-box;
}
.main-index .open-main .expend-box .big-box {
  display: flex;
}
.main-index .open-main .expend-box .big-box .expend.table-box {
  width: 500px;
  margin-top: 0;
}
.main-index .open-main .expend-box .big-box .expend.table-box .who {
  width: 178px;
}
.main-index .open-main .expend-box .big-box .expend.table-box .money {
  width: 159px;
}
.main-index .open-main .expend-box .big-box .expend.table-box .t-time {
  width: 159px;
}
.main-index .open-main .expend-box .big-box .issue.table-box {
  margin-left: 10px;
  margin-top: 0;
  width: 614px;
}
.main-index .open-main .expend-box .big-box .issue.table-box .who {
  width: 178px;
}
.main-index .open-main .expend-box .big-box .issue.table-box .money {
  width: 159px;
}
.main-index .open-main .expend-box .big-box .issue.table-box .unit {
  width: 148px;
  margin-left: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-index .open-main .expend-box .big-box .issue.table-box .t-time {
  width: 122px;
}
.main-index .partner-main {
  margin-top: 130px;
}
.main-index .partner-main .description {
  width: 506px;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  margin: auto;
}
.main-index .partner-main .partner-tags {
  margin: auto;
  margin-top: 66px;
  width: fit-content;
  height: 32px;
  border: 1px solid #EFEFEF;
  box-sizing: border-box;
  display: flex;
}
.main-index .partner-main .partner-tags .item {
  padding: 0 20px;
  height: 32px;
  line-height: 32px;
  color: #666;
  font-size: 14px;
  cursor: pointer;
}
.main-index .partner-main .partner-tags .item.active {
  background-color: #F76A01;
  color: #fff;
}
.main-index .partner-main .partner-tags .item:hover {
  background-color: #F76A01;
  color: #fff;
}
.main-index .partner-main .logo-box {
  width: 1200px;
  margin-top: 52px;
  margin-bottom: 50px;
}
.main-index .partner-main .logo-box .logo-ul {
  width: 100%;
  flex-wrap: wrap;
}
.main-index .partner-main .logo-box .logo-ul.active {
  display: flex;
  box-sizing: border-box;
}
.main-index .partner-main .logo-box .logo-ul .logo-li {
  box-sizing: border-box;
  height: 60px;
  margin-bottom: 30px;
}
.main-index .partner-main .logo-box .logo-ul .logo-li .li-box {
  width: 100%;
  width: 170px;
  height: 100%;
  padding: 0 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #666666;
  overflow: hidden;
}
.main-index .partner-main .logo-box .logo-ul .logo-li .li-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main-index .partner-main .logo-box .logo-ul .logo-li a .li-box:hover {
  box-shadow: 0 0 10px #ccc;
}
.right-wrapper.news-detail .contain-box {
  width: 632px;
  margin-top: 25px;
}
.right-wrapper.news-detail .contain-box .title {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  line-height: 33px;
}
.right-wrapper.news-detail .contain-box .time {
  height: 16px;
  font-size: 14px;
  color: #999999;
  line-height: 16px;
  margin-top: 10px;
}
.right-wrapper.news-detail .contain-box .content {
  margin-top: 38px;
}
.right-wrapper.news-detail .contain-box .content p {
  font-size: 14px;
  line-height: 22px;
  color: #666;
}
.right-wrapper.news-detail .contain-box .content img {
  max-width: 632px;
  margin-top: 20px;
  margin-bottom: 20px;
  height: auto !important;
}
.fix-box {
  width: 220px;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px 0px rgba(208, 208, 208, 0.28);
  border-radius: 4px;
  padding: 18px 23px 0;
  box-sizing: border-box;
  border-top: 3px solid #F76A01;
}
.fix-box .recent {
  height: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
}
.fix-box .line {
  width: 25px;
  height: 2px;
  background: #F76A01;
  border-radius: 2px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.fix-box li:not(:last-child) {
  border-bottom: 1px solid #f8f8f8;
}
.fix-box .li-box {
  padding: 17px 0 18px;
}
.fix-box .li-box .title {
  height: fit-content;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.fix-box .li-box .temp-box {
  margin-top: 13px;
  display: flex;
  height: 17px;
  align-items: center;
  font-size: 12px;
  line-height: 17px;
  color: #999;
}
.fix-box .li-box .temp-box span {
  margin-left: 5px;
  margin-right: 7px;
  font-size: 7px;
}
.fix-box .li-box:hover .title {
  color: #F76A01;
}
.right-wrapper .donate-box .time {
  font-size: 18px;
  color: #333;
  line-height: 21px;
  margin-bottom: 11px;
}
.right-wrapper .donate-box .num-box {
  display: flex;
  margin-bottom: 32px;
}
.right-wrapper .donate-box .num-box .num {
  width: 43px;
  height: 64px;
  background: #F76A01;
  border-radius: 4px;
  margin-right: 2px;
  font-size: 32px;
  color: #FFFFFF;
  line-height: 64px;
  text-align: center;
}
.right-wrapper .donate-box .num-box .num.dot {
  width: 14px;
  background-color: #fff;
  color: #F76A01;
}
.right-wrapper .donate-box .temp-box {
  width: 100%;
  background: #f8f8f8;
  padding: 15px 18px 23px;
  box-sizing: border-box;
}
.right-wrapper .donate-box .temp-box .title {
  font-size: 14px;
  line-height: 20px;
  color: #666;
  margin: 0;
}
.right-wrapper .donate-box .temp-box .select-box {
  padding: 0;
  justify-content: normal;
  align-items: center;
  border-radius: 0px;
  margin-top: 11px;
  font-size: 12px;
  color: #666;
}
.right-wrapper .donate-box .temp-box .select-box .desc {
  white-space: nowrap;
}
.right-wrapper .donate-box .temp-box .select-box .select {
  overflow: hidden;
}
.right-wrapper .donate-box .temp-box .select-box .search,
.right-wrapper .donate-box .temp-box .select-box .box {
  width: 179px;
  height: 32px;
  padding: 0 10px;
  border-radius: 0;
}
.right-wrapper .donate-box .temp-box .select-box .search input,
.right-wrapper .donate-box .temp-box .select-box .box input {
  height: 32px;
  font-size: 12px;
  color: #666;
}
.right-wrapper .donate-box .temp-box .select-box .search input::-webkit-input-placeholder,
.right-wrapper .donate-box .temp-box .select-box .box input::-webkit-input-placeholder {
  font-size: 12px;
}
.right-wrapper .donate-box .temp-box .select-box .desc.common-2 {
  margin-left: 31px;
}
.right-wrapper .donate-box .temp-box .select-box .desc.common-3 {
  margin-left: 22px;
}
.right-wrapper .donate-box .temp-box .select-box .search.common-1 {
  margin-left: 20px;
}
.right-wrapper .donate-box .temp-box .select-box .search.search-time {
  cursor: pointer;
}
.right-wrapper .donate-box .temp-box .select-box .search.search-time input {
  cursor: pointer;
}
.right-wrapper .donate-box .temp-box .select-box .search .icon-box {
  width: 50px;
  height: 32px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.right-wrapper .donate-box .temp-box .select-box .search .iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  color: #a6a6a6;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 8px;
  right: 10px;
}
.right-wrapper .donate-box .temp-box .select-box .box .iconfont {
  font-family: "iconfont" !important;
  font-size: 2px;
  color: #a6a6a6;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 10px;
  right: 10px;
}
.right-wrapper .donate-box .temp-box .select-box .box.show ul {
  display: block;
}
.right-wrapper .donate-box .temp-box .select-box .box ul {
  width: 100%;
  max-height: 190px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 31px;
  display: none;
  z-index: 20;
  overflow-y: auto;
  box-shadow: 0 10px 30px -5px #ddd;
}
.right-wrapper .donate-box .temp-box .select-box .box ul::-webkit-scrollbar {
  display: none;
}
.right-wrapper .donate-box .temp-box .select-box .box ul li {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  height: 38px;
  line-height: 38px;
  font-size: 12px;
  color: #999;
  overflow: hidden;
}
.right-wrapper .donate-box .temp-box .select-box .box ul li.active {
  background: #F76A01;
  color: #fff;
}
.right-wrapper .donate-box .temp-box .select-box .box ul li:hover {
  background: #F76A01;
  color: #fff;
}
.right-wrapper .donate-box .table-box {
  width: 100%;
  background-color: #fff;
  margin-top: 30px;
}
.right-wrapper .donate-box .table-box .t-tr {
  width: 100%;
  display: flex;
}
.right-wrapper .donate-box .table-box .t-tr > div {
  padding: 0;
  box-sizing: border-box;
  text-align: center;
}
.right-wrapper .donate-box .table-box .t-tr > div:not(:first-child) {
  margin-left: 2px;
}
.right-wrapper .donate-box .table-box .thead {
  height: 52px;
  margin-bottom: 2px;
}
.right-wrapper .donate-box .table-box .thead > div {
  background-color: #FFF1E7;
}
.right-wrapper .donate-box .table-box .who-num {
  width: 163px;
}
.right-wrapper .donate-box .table-box .who {
  width: 88px;
}
.right-wrapper .donate-box .table-box .t-time {
  width: 106px;
}
.right-wrapper .donate-box .table-box .using {
  width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.right-wrapper .donate-box .table-box .recipient {
  width: 88px;
}
.right-wrapper .donate-box .table-box .way {
  width: 104px;
}
.right-wrapper .donate-box .table-box .money {
  width: 111px;
}
.right-wrapper .donate-box .table-box .message {
  flex: 1;
}
.right-wrapper .donate-box .table-box .message.iconfont {
  font-family: "iconfont" !important;
  font-size: 19px;
  color: #F76A01;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.right-wrapper .donate-box .table-box .table-li {
  height: 44px;
  line-height: 44px;
}
.right-wrapper .donate-box .table-box .table-li > div {
  background: #f8f8f8;
  padding: 0 8px;
}
.temp-box .button {
  display: flex;
  justify-content: center;
  margin-left: 30px;
  /*margin-top: 11px;*/
}
.temp-box .button button {
  cursor: pointer;
  width: 126px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  background: #0089D4;
  border-radius: 15px;
  outline: none;
  border: none;
}
ul.ul-img-title.picture {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
ul.ul-img-title.picture li {
  margin-bottom: 39px;
  margin-right: 0;
}
ul.ul-img-title.picture li:not(:nth-child(3n)) {
  margin-right: 19px;
}
ul.ul-img-title.picture li .li-box {
  width: 291px;
  height: 219px;
  background: #FFFFFF;
  box-shadow: 0px 1px 8px 0px rgba(216, 216, 216, 0.5);
  border-radius: 8px;
}
ul.ul-img-title.picture li .li-box .img-box {
  padding: 0px;
  position: relative;
  width: 291px;
  height: 162px;
  border-radius: 8px;
  overflow: hidden;
  box-sizing: border-box;
}
ul.ul-img-title.picture li .li-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
ul.ul-img-title.picture li .li-box .img-box .iconfont {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 10px;
  bottom: 10px;
  width: 57px;
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  color: #fff;
  background: #000000;
  border-radius: 12px;
  opacity: 0.7;
}
ul.ul-img-title.picture li .li-box .img-box .iconfont:before {
  font-size: 20px;
}
ul.ul-img-title.picture li .li-box .title {
  line-height: 22px;
  font-size: 16px;
  color: #333333;
  margin-top: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 18px;
}
ul.ul-img-title.picture li .li-box .time {
  margin-left: 18px;
  font-size: 12px;
  color: #999999;
  line-height: 14px;
}
ul.ul-img-title.picture li .li-box:hover {
  opacity: 0.8;
}
ul.ul-img-title.picture li .li-box:hover .title {
  color: #F76A01;
}
.right-wrapper .temp-box .select-box.activity {
  justify-content: normal;
}
.right-wrapper .temp-box .select-box.activity .search {
  margin-right: 18px;
}
.right-wrapper ul.ul-img-title.activity {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.right-wrapper ul.ul-img-title.activity li {
  margin-bottom: 39px;
  margin-right: 0;
}
.right-wrapper ul.ul-img-title.activity li:not(:nth-child(2n)) {
  margin-right: 22px;
}
.right-wrapper ul.ul-img-title.activity li .li-box {
  width: 445px;
  height: fit-content;
  box-shadow: none;
}
.right-wrapper ul.ul-img-title.activity li .li-box .img-box {
  padding: 0px;
  position: relative;
  width: 445px;
  height: 255px;
  border-radius: 8px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.right-wrapper ul.ul-img-title.activity li .li-box .img-box .tags {
  width: 60px;
  height: 28px;
  text-align: center;
  font-size: 12px;
  line-height: 28px;
  color: #fff;
  background: linear-gradient(133deg, #E73F0D 0%, #F76A01 100%);
  box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.21);
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  position: absolute;
  left: 0;
  top: 20px;
}
.right-wrapper ul.ul-img-title.activity li .li-box .img-box .tags.end {
  background: #e9e9e9;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  color: #999;
}
.right-wrapper ul.ul-img-title.activity li .li-box .img-box .temp-1 {
  width: fit-content;
  position: absolute;
  left: 11px;
  bottom: 13px;
  font-size: 20px;
  line-height: 24px;
  color: #F76A01;
}
.right-wrapper ul.ul-img-title.activity li .li-box .img-box .temp-1 span {
  font-size: 14px;
  line-height: 20px;
  color: #dcdcdc;
}
.right-wrapper ul.ul-img-title.activity li .li-box .title {
  margin-top: 9px;
  margin-left: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.right-wrapper ul.ul-img-title.activity li .li-box .temp-2 {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #999999;
}
.right-wrapper ul.ul-img-title.activity li .li-box .temp-2 .iconfont {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 5px;
}
.right-wrapper ul.ul-img-title.activity li .li-box .time {
  margin-left: 0px;
}
.right-wrapper ul.ul-img-title.activity li .li-box:hover {
  opacity: 0.8;
}
.right-wrapper ul.ul-img-title.activity li .li-box:hover .title {
  color: #F76A01;
}
.right-wrapper ul.ul-img-title.videos {
  margin-top: 30px;
  border-bottom: 1px solid #f1f1f1;
}
.right-wrapper ul.ul-img-title.videos li {
  margin-bottom: 32px;
  margin-right: 0;
}
.right-wrapper ul.ul-img-title.videos li:not(:nth-child(3n)) {
  margin-right: 19px;
}
.right-wrapper ul.ul-img-title.videos li .li-box {
  width: 291px;
  height: fit-content;
  box-shadow: none;
}
.right-wrapper ul.ul-img-title.videos li .li-box .img-box {
  padding: 0px;
  position: relative;
  width: 291px;
  height: 167px;
  border-radius: 8px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.right-wrapper ul.ul-img-title.videos li .li-box .img-box .icon {
  display: none;
  position: absolute;
  width: 42px;
  height: 42px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: url('/Application/Home/View/child/styles/images/video.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.right-wrapper ul.ul-img-title.videos li .li-box .img-box .temp-1 {
  width: fit-content;
  position: absolute;
  left: 10px;
  bottom: 8px;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
}
.right-wrapper ul.ul-img-title.videos li .li-box .title {
  margin-top: 6px;
  margin-left: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.right-wrapper ul.ul-img-title.videos li .li-box:hover .img-box .icon {
  display: block;
}
.inner3 {
  padding-top: 22px;
}
.inner3 .back {
  margin-bottom: 17px;
  font-size: 14px;
  line-height: 20px;
  width: fit-content;
  color: #F76A01;
}
.inner3 .pictures-wrapper {
  width: 1200px;
  display: flex;
}
.inner3 .pictures-wrapper ul li {
  margin-bottom: 10px;
}
.inner3 .pictures-wrapper ul li .li-box {
  width: 752px;
  height: 438px;
  border-radius: 0;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.inner3 .pictures-wrapper .right-contain {
  margin-left: 61px;
  flex: 1;
}
.inner3 .pictures-wrapper .right-contain .title {
  height: 28px;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 28px;
}
.inner3 .pictures-wrapper .right-contain .time {
  margin-top: 2px;
  font-size: 14px;
  line-height: 16px;
  color: #999;
}
.inner3 .pictures-wrapper .right-contain .line {
  margin-top: 18px;
  margin-bottom: 14px;
  background: #3c3c3c;
  height: 1px;
}
.inner3 .pictures-wrapper .right-contain .content {
  font-size: 15px;
  line-height: 28px;
  color: #999;
}
#btnTop {
  position: fixed;
  right: 200px;
  bottom: 100px;
  z-index: 99;
  cursor: pointer;
  opacity: 0;
  transition-duration: 1s;
}
#btnTop .img-top {
  width: 72px;
  height: 72px;
  border-radius: 0;
  overflow: hidden;
  box-sizing: border-box;
}
#btnTop .img-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#search-box {
  width: 1200px;
  min-height: 500px;
  margin: auto;
  display: flex;
  position: relative;
  margin-top: -120px;
  margin-bottom: 50px;
  background: #fff;
  border-radius: 8px;
}
#search-box .search-box {
  margin: auto;
  margin-top: 20px;
  width: 192px;
  height: 34px;
  border-radius: 17px;
  background-color: #fff8f1;
  display: flex;
}
#search-box .search-box input {
  width: 120px;
  height: 34px;
  margin-left: 17px;
  outline: none;
  border: none;
  background-color: transparent;
}
#search-box .search-box input::-webkit-input-placeholder {
  font-size: 14px;
}
#search-box .search-box button {
  outline: none;
  border: none;
  background-color: transparent;
  width: 50px;
  height: 34px;
  background-image: url('/Application/Home/View/child/styles/images/search.png');
  background-repeat: no-repeat;
  background-size: 19px 19px;
  background-position: center center;
}
#search-box .search-box button:hover {
  cursor: pointer;
}
#search-box .right-wrapper {
  padding-top: 26px;
}
#search-box .list-box-head.title {
  height: 33px;
  line-height: 33px;
  font-size: 24px;
  color: #333333;
  margin-bottom: 16px;
}
#search-box .list-content {
  margin-bottom: 10px;
}
.case-dialog-wrap {
  display: none;
  padding-top: 20px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: auto;
}
.case-dialog-wrap .content {
  position: relative;
  width: 600px;
  height: 95%;
  margin: auto;
  background-color: #fff;
  border-bottom: 0.16rem solid #f1f1f1;
}
.case-dialog-wrap .content .close {
  position: absolute;
  right: -50px;
  top: 0;
  width: 40px;
  vertical-align: middle;
  cursor: pointer;
}
html.body-over {
  overflow: hidden;
}
body.body-over {
  background: transparent;
}
nav.temp-box {
  width: 100%;
  background: #f8f8f8;
  padding: 11px 18px 11px;
  box-sizing: border-box;
}
nav.temp-box .title {
  font-size: 14px;
  line-height: 20px;
  color: #666;
  margin: 0;
}
nav.temp-box .select-box {
  padding: 0;
  justify-content: normal;
  align-items: center;
  border-radius: 0px;
  margin-top: 11px;
  font-size: 12px;
  color: #666;
}
nav.temp-box .select-box .select {
  overflow: hidden;
}
nav.temp-box .select-box .search,
nav.temp-box .select-box .box {
  width: 179px;
  height: 32px;
  padding: 0 10px;
  border-radius: 0;
}
nav.temp-box .select-box .search input,
nav.temp-box .select-box .box input {
  height: 32px;
  font-size: 12px;
  color: #666;
}
nav.temp-box .select-box .search input::-webkit-input-placeholder,
nav.temp-box .select-box .box input::-webkit-input-placeholder {
  font-size: 12px;
}
nav.temp-box .select-box .desc.common-2 {
  margin-left: 31px;
}
nav.temp-box .select-box .desc.common-3 {
  margin-left: 22px;
}
nav.temp-box .select-box .search.common-1 {
  margin-left: 20px;
}
nav.temp-box .select-box .search.search-time {
  cursor: pointer;
}
nav.temp-box .select-box .search.search-time input {
  cursor: pointer;
}
nav.temp-box .select-box .search .icon-box {
  width: 50px;
  height: 32px;
  position: absolute;
  top: 0px;
  right: 0px;
}
nav.temp-box .select-box .search .iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  color: #a6a6a6;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 8px;
  right: 10px;
}
nav.temp-box .select-box .box .iconfont {
  font-family: "iconfont" !important;
  font-size: 2px;
  color: #a6a6a6;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 10px;
  right: 10px;
}
nav.temp-box .select-box .box.show ul {
  display: block;
}
nav.temp-box .select-box .box ul {
  width: 100%;
  /*max-height: 190px;*/
  background: #fff;
  position: absolute;
  left: 0;
  top: 31px;
  display: none;
  z-index: 20;
  overflow-y: auto;
  box-shadow: 0 10px 30px -5px #ddd;
}
nav.temp-box .select-box .box ul::-webkit-scrollbar {
  display: none;
}
nav.temp-box .select-box .box ul li {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  height: 38px;
  line-height: 38px;
  font-size: 12px;
  color: #666;
  overflow: hidden;
}
nav.temp-box .select-box .box ul li.active {
  background: #F76A01;
  color: #fff;
}
nav.temp-box .select-box .box ul li:hover {
  background: #F76A01;
  color: #fff;
}
.main.main-index {
  padding-bottom: 10px;
}
.total {
  padding-top: 12px;
  float: left;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #F76A01;
}
.total .money {
  margin-right: 30px;
}
.total .word {
  color: #666;
}
.space {
  height: 25px;
}
.select {
  color: #999;
}
.month {
  margin-left: 30px;
}
.month-money {
  color: #F76A01;
}
.time.project {
  font-size: 14px;
  float: right;
  color: #999;
  height: 20px !important;
  line-height: 20px !important;
}
.tags-only {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 44px 0 17px;
}
.tags-only .item {
  border-radius: 8px;
  background: #f6f6f6;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 125px;
  color: #333;
  margin-right: 30px;
  font-size: 13px;
}
.tags-only .item:hover,
.tags-only .item.active {
  background: #F76A01;
  color: #fff;
}
.d-flex {
  display: flex;
}
.align-items-center {
  align-items: center;
}
.justify-content-center {
  justify-content: center;
}
.member-contain {
  padding-bottom: 30px;
  padding-left: 110px;
}
.member-contain .left-box {
  margin-right: 30px;
}
.member-contain .left-box .content {
  background: #f3f3f3;
  margin-top: 20px;
  padding-right: 10px;
}
.member-contain .left-box .content .detail {
  width: fit-content;
}
.member-contain .left-box .content p {
  font-size: 14px !important;
  line-height: 24px;
}
.member-contain .left-box .content p span {
  font-size: 14px !important;
}
.member-contain .login-code {
  padding: 10px;
  border: 1px solid #eee;
}
.member-contain .right-box .mobile {
  width: 440px;
}
.independent-project {
  position: relative;
}
.independent-project .swiper-btn {
  position: absolute;
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  top: 0px;
  z-index: 999;
  bottom: 0px;
  margin: auto;
}
.independent-project .swiper-btn:hover {
  cursor: pointer;
}
.independent-project .swiper-btn.swiper-btn-prev {
  left: -54px;
  background-image: url('/Application/Home/View/child/styles/images/banner-left-normal.png');
}
.independent-project .swiper-btn.swiper-btn-next {
  right: -54px;
  background-image: url('/Application/Home/View/child/styles/images/banner-right-normal.png');
}
.independent-project .swiper-btn:focus {
  outline: none;
}
.independent-project .swiper-btn.swiper-btn-next:hover {
  background-image: url('/Application/Home/View/child/styles/images/banner-right-active.png');
}
.independent-project .swiper-btn.swiper-btn-prev:hover {
  background-image: url('/Application/Home/View/child/styles/images/banner-left-active.png');
}
.independent-project .swiper-btn.swiper-btn-next.swiper-button-disabled {
  background-image: url('/Application/Home/View/child/styles/images/disbale_next.png');
}
.independent-project .swiper-btn.swiper-btn-prev.swiper-button-disabled {
  background-image: url('/Application/Home/View/child/styles/images/disbale_prev.png');
}
.common-partner {
  position: relative;
  padding-bottom: 20px;
}
.common-partner .swiper-btn {
  position: absolute;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  top: 0px;
  z-index: 999;
  bottom: 0px;
  margin: auto;
}
.common-partner .swiper-btn:hover {
  cursor: pointer;
}
.common-partner .swiper-btn.swiper-btn-prev {
  left: -54px;
  background-image: url('/Application/Home/View/child/styles/images/banner-left-normal.png');
}
.common-partner .swiper-btn.swiper-btn-next {
  right: -54px;
  background-image: url('/Application/Home/View/child/styles/images/banner-right-normal.png');
}
.common-partner .swiper-btn:focus {
  outline: none;
}
.common-partner .swiper-btn.swiper-btn-next:hover {
  background-image: url('/Application/Home/View/child/styles/images/banner-right-active.png');
}
.common-partner .swiper-btn.swiper-btn-prev:hover {
  background-image: url('/Application/Home/View/child/styles/images/banner-left-active.png');
}
.common-partner .swiper-btn.swiper-btn-next.swiper-button-disabled {
  background-image: url('/Application/Home/View/child/styles/images/disbale_next.png');
}
.common-partner .swiper-btn.swiper-btn-prev.swiper-button-disabled {
  background-image: url('/Application/Home/View/child/styles/images/disbale_prev.png');
}
.logo-ul .swiper-pagination {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.logo-ul .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #F76A01;
}
.logo-ul .swiper-pagination-bullet {
  margin-right: 4px;
  background: rgba(0, 0, 0, 0.5);
}
.no-data {
  margin-top: 20px;
  color: gray; text-align: center;
  font-size: 14px;
}
.footer-image img.footer-logo {
  height: 70px;
  margin-bottom: 20px;
}
.width-1100 {
  width: 1100px; margin: 0 auto;
}

/* 顶部通知样式 */
.top-notice {
  width: 1200px;
  margin: 0 auto;
  background: #F9F7F3;
  color: #333;
  padding: 18px 0;
  position: relative;
  overflow: hidden;
  /*opacity: 0;*/
}

.top-notice .notice-container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-notice .notice-icon {
  display: flex;
  align-items: center;
}

.top-notice .notice-icon img {
  height: 20px;
  width: auto;
  margin-right: 10px;
}

.top-notice .notice-content {
  flex: 1;
  overflow: hidden;
  /*padding: 0 20px;*/
  height: 24px; /* 固定高度，显示一条公告 */
  position: relative;
}

.top-notice .notice-slider {
  position: relative;
  width: 100%;
  height: 100%;
}
.comp-empty {
  margin: 60px auto;
  text-align: center;
}
.ellipsis1, .ellips {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipses-6{
  display: -webkit-box;            /* 必须 */
  -webkit-box-orient: vertical;    /* 必须 */
  -webkit-line-clamp: 6;           /* 限制行数为 6 */
  overflow: hidden;                /* 隐藏溢出文本 */
  text-overflow: ellipsis;         /* 可选，单行也用 */
  line-height: 1.5;                /* 推荐显式设置行高，后面 max-height 方案会用到 */
}
.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 方案会用到 */
}
.top-notice .notice-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0;
  transform: translateY(20px); /* 从下方进入 */
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0s 0.5s;
  font-size: 16px;
  visibility: hidden;
  cursor: pointer; /* 鼠标指针变为手型，表示可点击 */
  color: #333;
}

.top-notice .notice-item.active {
  opacity: 1;
  transform: translateY(0); /* 正常位置 */
  visibility: visible;
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0s;
  background:#F9F7F3;
}

.top-notice .notice-item.leaving {
  /*opacity: 0;*/
  transform: translateY(-20px); /* 向上离开 */
  visibility: visible;
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0s 0.5s;
}

.top-notice .notice-item.next-up {
  opacity: 0;
  transform: translateY(20px);
  visibility: visible;
  transition: none;
}

.top-notice .notice-item:hover {
  color: #f77c24;
}

.top-notice .notice-label {
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  margin-top: -1px;
}

.top-notice .announcement {
  /*display: inline-block;*/
  vertical-align: middle;
}

.top-notice .notice-more {
  margin-left: 15px;
}

.top-notice .notice-more a {
  color: #999;
  text-decoration: none;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.top-notice .notice-more a:hover {
  color: #f77c24;
}

.top-notice .arrow {
  font-size: 18px;
  margin-left: 5px;
}
/* 顶部通知样式 */
/* 首页标题样式 */
.home-info-title {
  padding: 40px 0;
}
.news-title-container {
  display: flex;
}

.news-title-line {
  width: 2px;
  background-color: #F37021;
  margin-right: 15px;
}

.news-title-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.news-title-en {
  color: #666;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 5px 0;
}

.news-title-zh {
  color: #333;
  font-size: 33px;
  font-weight: 700;
  margin: 0;
}
/* 首页标题样式 */

/******首页新闻咨询******/
/* 顶部导航栏样式 */
.news-info-wrap .top-nav {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  max-width: 1100px;
  margin: 0 auto;
}

.news-info-wrap .nav-left {
  display: flex;
}

.news-info-wrap .nav-right {
  display: flex;
}

.news-info-wrap .nav-button {
  padding: 8px 20px;
  margin-left: 10px;
  /*background-color: #F4F4F4;*/
  background-color: #f77c24 ;
  /*color: #666;*/
  color: white;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  border: none;
  text-decoration: none;
}

.news-info-wrap .nav-button.inactive {
  /*background-color: transparent;*/
  background-color: #f77c24;
  color: white;
}

/* 添加主内容区域容器样式 */
.news-info-wrap .main-content {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto 30px;
}

/* 轮播图样式 */
.news-info-wrap .carousel {
  position: relative;
  width: 500px;
}

.news-info-wrap .carousel-container {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  width: 100%;
}

/* 自定义Swiper样式，保持与原有样式一致 */
.news-info-wrap .swiper-container {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.news-info-wrap .carousel-slide {
  width: 500px;
  position: relative;
  height: 360px;
}

.news-info-wrap .carousel-slide img {
  object-fit: cover;
  display: block;
  width: 100%;
}

.news-info-wrap .carousel-slide img:hover {
  cursor: pointer;
}

.news-info-wrap .carousel-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65px;
  padding: 0 10px;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
  box-sizing: border-box;
}

.news-info-wrap .carousel-caption a h2 {
  font-size: 16px;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 420px;
  color: white;
}

.news-info-wrap .carousel-controls {
  display: flex;
  gap: 10px;
}

/* 自定义Swiper导航按钮样式 */
.news-info-wrap .swiper-button-next,
.news-info-wrap .swiper-button-prev {
  background: rgba(255, 255, 255, .3);
  color: white;
  border: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background 0.3s;
  position: relative;
  margin: 0;
}
.news-info-wrap .swiper-button-prev, .news-info-wrap .swiper-container-rtl .swiper-button-next {
  left: 0;
}
.news-info-wrap .swiper-button-next, .news-info-wrap .swiper-container-rtl .swiper-button-prev {
  right: 0;
}
.news-info-wrap .swiper-button-next:after,
.news-info-wrap .swiper-button-prev:after {
  font-size: 12px;
  font-weight: bold;
  transform: scale(0.8);
}
.main-content .swiper-button-prev:after, main-content .swiper-container-rtl .swiper-button-next:after, .main-content .swiper-button-next:after, .main-content .swiper-container-rtl .swiper-button-prev:after {
  content: '';
}
.news-info-wrap .swiper-button-next:hover:after,
.news-info-wrap .swiper-button-prev:hover:after {
  color: #333;
}
.news-info-wrap .swiper-button-next:hover,
.news-info-wrap .swiper-button-prev:hover {
  background: rgba(255, 255, 255, 1);
}

.news-info-wrap .swiper-pagination {
  position: absolute;
  bottom: 5px;
  right: 20px;
}
.swiper-news-next img, .swiper-news-prev img {
  width: 20px; height: 20px;
}
.news-small-icon-left, .news-small-icon-right {
  width: 20px; height: 20px;
  cursor: pointer;
}
.news-small-icon-left {
  background: url(/Application/Home/View/child/styles/images/small-icon-left-normal.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.news-small-icon-right {
  background: url(/Application/Home/View/child/styles/images/small-icon-right-normal.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.news-small-icon-left:hover {
  background: url(/Application/Home/View/child/styles/images/small-icon-left-active.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.news-small-icon-right:hover {
  background: url(/Application/Home/View/child/styles/images/small-icon-right-active.png);
  background-repeat: no-repeat;
  background-size: cover;
}

/* 隐藏默认的控制按钮 */
.news-info-wrap .carousel-control {
  display: none;
}

/* 新闻列表样式 */
.news-info-wrap .news-list {
  width: 550px;
}

.news-info-wrap .news-item {
  display: flex;
  background-color: #fff;
  /*margin-bottom: 20px;*/
  border-radius: 5px;
  overflow: hidden;
  height: 56px;
}
.news-widh-full {
  background-color: #F9F7F3;
}
.news-info-wrap .project {
  padding-top: 30px;
  padding-bottom: 30px;
}

.news-info-wrap .project .nav-button {
  display: inline-block;
  margin-bottom: 10px;
}
.news-info-wrap .news-item {
  background-color: transparent;
}

.news-info-wrap .news-date {
  width: 62px;
  background-color: #f0f0f0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px;
  text-align: center;
  margin-right: 15px;
}

.news-info-wrap .news-day {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.news-info-wrap .news-month-year {
  font-size: 14px;
  color: #666;
  width: 100%;
  text-align: right;
  box-sizing: border-box;
  padding-right: 5px;
}

.news-info-wrap .news-content {
  flex: 1;
  padding: 3px;
  width: 0;
}

.news-info-wrap .news-title {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-info-wrap a .news-title {
  color: #333;
}

.news-info-wrap .news-description {
  color: #666;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 22px;
  line-height: 22px;
}

/* 新闻分类样式 */
.news-info-wrap .news-category {
  /*display: none;*/
  display: block;
}
.news-info-wrap .news-category a:hover .news-title {
  color: #f77c24;
}
.news-info-wrap .news-category a:hover .news-date {
  background: #f77c24;
}
.news-info-wrap a:hover .news-day, .news-info-wrap a:hover .news-month-year {
  color: white;
}
/*.news-info-wrap .news-category.active {*/
/*  display: block;*/
/*}*/

/* 导航按钮样式 */
.news-info-wrap .nav-button.active {
  background-color: #f77c24;
  color: white;

}
.news-info-wrap .important-news {
  padding: 8px 20px;
  margin-left: 10px;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  border: none;
  text-decoration: none;
  background-color: #f77c24;
  color: white;
}
/******首页新闻咨询******/
/******首页了解我们******/
.home-about-us {
  background: url("/Application/Home/View/child/styles/images/about_us_bg.png");
  background-size: cover;
  padding-bottom: 60px;
}
.home-about-us .main-container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  /*justify-content: space-between;*/
  gap: 12px;
}

/* 左侧内容区域 */
.home-about-us .content-left {
  width: 780px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  padding: 30px;
}

/* 右侧边栏 */
.home-about-us .content-right {
  /*width: 290px;*/
  display: flex;
  flex:1;
  flex-direction: column;
}

/* 顶部财务数据样式 */
.home-about-us .finance-data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0;
  /*padding: 10px;*/
  margin-top: 25px;
  border-radius: 8px;
  position: relative;
}

.home-about-us .finance-item {
  flex: 1;
  /*text-align: center;*/
}

.home-about-us .finance-number {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 8px;
}

.home-about-us .finance-label {
  font-size: 11px;
  color: #666;
}

.home-about-us .finance-divider {
  width: 1px;
  height: 60px;
  background-color: #ddd;
  margin: 0 30px ;
}

/* 数据卡片样式 */
.home-about-us .data-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0px 0 0px 0;
}

.home-about-us .data-card {
  background-color: #fef7f0;
  padding: 11px;
  border-radius: 8px;
  text-align: center;
  border: 1px solid #f5e6d3;
}

.home-about-us .data-number {
  font-size: 24px;
  font-weight: bold;
  /*margin-bottom: 8px;*/
}

.home-about-us .data-number.orange {
  color: #F37021;
}

.home-about-us .data-label {
  font-size: 16px;
  color: #666;
}

/* 雷凯体育官方网站首页会账户样式 */
.home-about-us .vision-mission {
  flex: 1;
  padding: 20px 20px 30px 20px;
  background: url("/Application/Home/View/child/styles/images/vision_purpose_bg.png");
  background-size: cover;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-about-us .vision-item {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: column;
}

.home-about-us .vision-icon {
  flex-shrink: 0;
}

.home-about-us .colorful-logo {
  position: relative;
  width: 80px;
  height: 80px;
}

.home-about-us .colorful-logo img {
  width: 100%; height: 100%;
}

.home-about-us .logo-circle {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.home-about-us .logo-circle.yellow {
  background-color: #ffd54f;
  top: 0;
  right: 10px;
}


.home-about-us .vision-content h3 {
  font-size: 22px;
  color: #1976d2;
  margin-bottom: 8px;
  margin-top: 15px;
}

.home-about-us .vision-content h3:first-child {
  margin-top: 0;
}

.home-about-us .vision-content p {
  font-size: 14px;
  color: #333;
  /*margin-bottom: 5px;*/
}

.home-about-us .vision-content {
  text-align: center;
}

/* 支持我们按钮 */
.home-about-us .support-button {
  display: inline-block;
  background-color: #1976d2;
  color: white;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  margin-top: 30px;
  transition: background-color 0.3s;
  text-align: center;
  width: 210px;
  box-sizing: border-box;
}

.home-about-us .support-button:hover {
  background-color: #1565c0;
}
/******首页了解我们******/
/******首页品牌雷凯体育中文官网下载******/
/* 主要内容区域 */
.home-brand-project .main-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 40px 20px;
}

/* Swiper容器样式 */
.home-brand-project .projects-swiper {
  width: 100%;
  margin-bottom: 40px;
  overflow: hidden;
}

.home-brand-project .swiper-slide {
  display: flex;
  justify-content: center;
}

/* 雷凯体育中文官网下载网格布局 - 在每个slide内部 */
.home-brand-project .projects-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 100%;
  max-width: 1100px;
}

/* 雷凯体育中文官网下载卡片样式 */
.home-brand-project .project-card {
  /*background: #fff;*/
  /*border-radius: 4px;*/
  overflow: hidden;
  /*box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);*/
  transition: all 0.3s ease;
  position: relative;
  width: 350px;
  box-sizing: border-box;
}

/* 雷凯体育中文官网下载图片容器 */
.home-brand-project .project-image {
  width: 100%;
  height: 215px;
  position: relative;
  overflow: hidden;
  background: white;
  border-radius: 4px;
  padding: 10px;
  box-sizing: border-box;
}

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

.home-brand-project .project-card:hover .project-image img {
  transform: scale(1.05);
  filter: blur(5px);
}
.home-brand-project .project-card:hover .project-image-mask {
  opacity: 1;
}

.home-brand-project .project-image-mask {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s;
}
.home-brand-project .project-image-summary {
  font-size: 14px;
  color: #fff;
  padding: 20px 30px 0 30px;
  margin-bottom: 10px;
}
.home-brand-project .project-more {
  width: 130px;
  height: 38px;
  line-height: 38px;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #0089D4;
  border-radius: 4px;
  margin-left: 20px;
}
.home-brand-project .project-more:hover {
  cursor: pointer;
  opacity: 0.9;
}

/* 雷凯体育中文官网下载信息区域 */
.home-brand-project .project-info {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-brand-project {
  background: #F9F7F3;
}
.home-brand-project .project-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 0;
  width: 366px;
}

.home-brand-project .project-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

/* 分页导航 */
.home-brand-project .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}

.home-brand-project .pagination-btn {
  width: 50px;
  height: 50px;
  background-color: #0089D4;
}
#prevBtn:hover {
  cursor: pointer;
  background: url(/Application/Home/View/child/styles/images/banner-left-active.png);
  background-size: cover;
}
#prevBtn {
  background: url(/Application/Home/View/child/styles/images/banner-left-normal.png);
  background-size: cover;
}
#nextBtn:hover {
  cursor: pointer;
  background: url(/Application/Home/View/child/styles/images/banner-right-active.png);
  background-size: cover;
}
#nextBtn {
  background: url(/Application/Home/View/child/styles/images/banner-right-normal.png);
  background-size: cover;
}
.home-brand-project .pagination-btn:disabled {
  background: #f5f5f5;
  color: #ccc;
  cursor: not-allowed;
  transform: none;
}

.home-brand-project .pagination-btn:disabled:hover {
  background: #f5f5f5;
  color: #ccc;
  transform: none;
}
/******首页品牌雷凯体育中文官网下载******/
/******首页捐赠公示******/
/* 主容器 */
.home-donate-info .main-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
}

/* 导航按钮区域 */
.home-donate-info .nav-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 0;
  margin-bottom: 30px;
  margin-top: 70px;
}

.home-donate-info .nav-button {
  padding: 12px 24px;
  background-color: #f8f9fa;
  color: #333;
  text-decoration: none;
  border: 1px solid #dee2e6;
  font-size: 14px;
  transition: all 0.3s ease;
  position: relative;
  height: 20px;
}

.home-donate-info .nav-button:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.home-donate-info .nav-button:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.home-donate-info .nav-button:not(:first-child) {
  border-left: none;
}

.home-donate-info .nav-button.active {
  background-color: #f77c24;
  color: white;
  border-color: #f77c24;
}

.home-donate-info .nav-button:hover:not(.active) {
  background-color: #e9ecef;
}
.donate-info-nav {
  display: flex;
  justify-content: space-between;
}
/* 内容区域 */
.home-donate-info .content-area {
  background-color: white;
  border-radius: 8px;
  /*box-shadow: 0 2px 10px rgba(0,0,0,0.1);*/
  overflow: hidden;
}

/* 表格容器 */
.home-donate-info .tables-container {
  display: flex;
  gap: 20px;
  /* min-height: 600px; */
}

/* 单个表格区域 */
.home-donate-info .table-section {
  flex: 1;
  padding: 0;
  display: flex;
  flex-direction: column;
}

/*.home-donate-info .table-section:first-child {
  border-right: 1px solid #e9ecef;
}*/

/* 表格滚动容器 */
.home-donate-info .table-scroll-container {
  flex: 1;
  overflow-y: auto;
  max-height: 400px; /* 大约显示5行数据的高度 */
  /* 隐藏滚动条 */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  /* 禁用用户滚动操作 */
  pointer-events: none;
}

/* 隐藏 Webkit 浏览器的滚动条 */
.home-donate-info .table-scroll-container::-webkit-scrollbar {
  display: none;
}

/* 允许表格内容响应鼠标事件，但不允许滚动 */
.home-donate-info .table-scroll-container .donation-table {
  pointer-events: auto;
}

/* 表格样式 */
.home-donate-info .donation-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.home-donate-info .donation-table thead {
  /*position: sticky;*/
  top: 0;
  z-index: 10;
}

.home-donate-info .donation-table th {
  background-color: #f8f9fa;
  color: #495057;
  font-weight: 600;
  padding: 16px 20px;
  text-align: left;
  border-bottom: 2px solid #dee2e6;
  font-size: 14px;
  box-sizing: border-box;
}

.home-donate-info .donation-table td {
  padding: 16px 20px;
  border-bottom: 1px solid #f1f3f4;
  color: #333;
}

.home-donate-info .donation-table tbody tr:hover {
  background-color: #f8f9fa;
}

.home-donate-info .donation-table tbody tr:nth-child(even) {
  background-color: #fafbfc;
}

.home-donate-info .donation-table tbody tr:nth-child(even):hover {
  background-color: #f1f3f4;
}

/* 金额列样式 */
.home-donate-info .amount-column {
  font-weight: 600;
  color: #f77c24;
}

/* 时间列样式 */
.home-donate-info .time-column {
  color: #6c757d;
  font-size: 13px;
}

/* 捐赠人列样式 */
/*.home-donate-info .donor-column {
  font-weight: 500;
}*/

/* 内容区域切换样式 */
.home-donate-info .content-area.hidden {
  display: none;
}

/* 服务时长列样式 */
.home-donate-info .hours-column {
  font-weight: 600;
  color: #28a745;
}

/* 服务雷凯体育中文官网下载列样式 */
.home-donate-info .service-column {
  color: #6c757d;
  font-size: 13px;
}
/******首页捐赠公示******/
/******首页合作伙伴******/.home-partner .main-container {
                      max-width: 1100px;
                      margin: 0 auto;
                      padding: 0 15px;
                    }

.home-partner .content-area {
  background-color: #fff;
  border-radius: 4px;
  /*box-shadow: 0 0 10px rgba(0,0,0,0.1);*/
  padding-bottom: 40px;
}

.home-partner .main-content {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  position: relative;
}

.home-partner .left {
  width: 72px;
  flex-shrink: 0;
}

.home-partner .right {
  flex: 1;
  overflow: hidden;
}

.home-partner .section {
  margin-bottom: 10px;
}

.home-partner .section:last-child {
  margin-bottom: 0;
}

.home-partner .section-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  /*margin-bottom: 77px;*/
  margin-bottom: 58px;
  margin-top: 30px;
  white-space: nowrap;
}

.home-partner .section-title:last-child {
  margin-bottom: 0;
}

.home-partner .logo-grid {
  display: grid;
  gap: 10px;
  align-items: center;
  justify-items: center;
  flex: 1;
}

.home-partner .partners-grid,
.home-partner .platforms-grid,
.home-partner .media-grid,
.home-partner .companies-grid {
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: 1fr;
  overflow: hidden;
  padding-top: 2px;
}

.home-partner .logo-item {
  width: 114px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background-color: #fff;
  transition: all 0.3s ease;
}

.home-partner .logo-item:hover {
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transform: translateY(-2px);
}

.home-partner .logo-item img {
  max-width: 104px;
  max-height: 66px;
  object-fit: contain;
}

.home-partner .swiper {
  width: 100%;
  height: 100%;
  position:relative;
}
.next-pre {
  position: relative;
  display: flex;
  justify-content: end;
  height: 35px;
  margin: 10px 0;
  gap: 10px;
}
.main-content .next-pre .swiper-button-next, .main-content .next-pre .swiper-button-prev {
  position: unset;transform: unset;
  margin: 0;
}
.next-pre .swiper-button-prev, .next-pre .swiper-button-next {
  width: 35px;
  height: 35px;
}
.home-partner .swiper-slide {
  padding: 10px 0;
}

.home-partner .swiper-pagination {
  position: relative;
  margin-top: 20px;
}
.partnerSwiper .swiper-wrapper {
  width: 1040px;
}

/*.home-partner .swiper-button-next,
.home-partner .swiper-button-prev {
  color: #f77c24;
}*/
/******首页合作伙伴******/
.no-margin {
  margin: 0 !important;
}
/***********搜索页***********/
.search-project-list-container {
  padding-bottom: 20px;
}
.search-project-list-container .project-list-container {
  padding-top: 0;
}
.search-project-list-container .project-list-container .project-grid {
  margin-top: 20px;
}
.search-fund-list-container {
  padding-bottom: 20px;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.search-normal-list-container {
  margin: 0 auto;
  width: 1100px;
  background-color: #fff;
  border-radius: 8px;
  padding: 0 40px 40px 40px;
}

.search-normal-list-container .section {
  margin-bottom: 40px;
}

.search-normal-list-container .section:last-child, .search-normal-list-container .section .report-list .report-item:last-child {
  margin-bottom: 0;
}

.search-normal-list-container h2 {
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  color: #333;
  margin-bottom: 20px;
}

.search-normal-list-container .report-list {
  list-style: none;
}

.search-normal-list-container .report-item {
  margin-bottom: 24px;
}

.search-normal-list-container .report-link {
  display: block;
  color: #333;
  text-decoration: none;
}

.search-normal-list-container .report-link:hover {
  color: #F76A01;
}

.search-normal-list-container .report-link span {
  color: #F76A01;
  margin-left: 5px;
}
.search-result-category-container {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  padding: 0 40px 40px 40px;
  border-radius: 8px;
  box-sizing: border-box;
}

.search-result-category-container .section {
  margin-bottom: 40px;
}
.search-result-category-container a:last-child .section, .search-result-category-container a:last-child p {
  margin-bottom: 0px;
}

.search-result-category-container h2 {
  font-size: 24px;
  color: #2c3e50;
  margin-bottom: 15px;
}

.search-result-category-container p {
  margin-bottom: 15px;
  font-size: 18px;
}

.search-result-category-container .highlight {
  color: #F76A01;
  font-weight: bold;
}
.search-result-category-container a:hover {
  color: #F76A01;
}
.search-result-content-container .search-load-more {
  color: #F76A01;
  cursor: pointer;
  width: 100%;
  grid-column: 1 / -1;
}
.search-project-list-container.search-result-content-container .search-load-more {
  margin-top: 0;
}
.search-result-content-container .search-load-more img {
  width: 24px;
}
/***********搜索页***********/
/***********搜索结束***********/
.result-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 150px 20px 40px 20px;
}


.result-container .search-summary {
  font-size: 18px;
  line-height: 20px;
  color: #666;
  margin-bottom: 30px;
}

.result-container .search-summary span {
  color: #F76A01;
  font-weight: bold;
}

.result-container .category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  margin-top: 20px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
}

.result-container .category-item {
  padding: 15px 25px;
  padding-left: 0;
}

.result-container .category-item a {
  text-decoration: none;
  /*color: #333;*/
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid transparent;
  padding-bottom: 5px;
}

.result-container .category-name {
  font-size: 16px;
  font-weight: 500;
}

.result-container .category-count {
  color: #F76A01;
  font-size: 14px;
  margin-left: 2px;
}
.result-container .active .category-name {
  font-weight: bold;
}
.result-container .active {
  color: #F76A01;
  position: relative;
}

.result-container .active::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 23px;
  height: 2px;
  background-color: #F76A01;
}
/***********搜索结束***********/

/***********搜索开始***********/
.search-result-box {
  height: 0;
  left: 0;
  overflow: hidden;
  transition: height 0.3s;
  position: absolute;
  top: 101px;
  width: 100%;
  z-index: 9;
  background: white;
}
.search-container {
  display: flex;
  max-width: 570px;
  margin: 30px auto;
  position: relative;
}
.search-container .search-icon img {
  width: 30px;
  height: 30px;
  position: relative;
  left: 34px;
  top: 15px;
  cursor: pointer;
}
.cancel-button {
  display: none;
}
.search-input {
  width: 100%;
  border: none;
  padding: 21px 20px 22px 20px;
  padding-left: 40px;
  font-size: 16px;
  border-bottom: 1px solid #e0e0e0;
  outline: none;
  color: #333;
  padding-right: 120px;
}
.outline-button:hover {
  background-color: #fff5f5;
  cursor: pointer;
}
.outline-button {
  border: 2px solid #F76A01;
  color: #F76A01;
  background-color: transparent;
}
.search-input::placeholder {
  color: #999;
}

.search-button {
  padding: 10px 30px;
  border-radius: 6px;
  white-space: nowrap;
  background-color: transparent;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 16px;
}

.search-button:hover {
  opacity: 0.8;
}
.project-banner {
  width: 1200px;
  margin: 0 auto;
}
/***********搜索结束***********/

.project-banner .banner-box .swiper-wrapper img {
  height: 360px;
  width: 100%;
  object-fit: cover;
}
.project-banner .banner-box .swiper-wrapper .swiper-slide {
  position: relative;
}
.project-banner .banner-box .swiper-wrapper .mask {
  width: 100%;
  bottom: 0;
  padding: 34px 40px;
  height: 120px;
  box-sizing: border-box;
  font-size: 18px;
  color: #333;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 57%, rgba(255, 255, 255, .5) 100%);
  backdrop-filter: blur(3px);
  position: absolute;
}
.project-banner .banner-box .swiper-wrapper .mask.no-bg-mask {
  background: transparent;
  backdrop-filter: unset;
}
.project-banner .banner-box .swiper-wrapper .mask.no-bg-mask .title {
  top: 0;
}
.project-banner .banner-box .swiper-wrapper .mask .summary {
  height: 55px;
  display: -webkit-box;            /* 必须 */
  -webkit-box-orient: vertical;    /* 必须 */
  -webkit-line-clamp: 2;           /* 限制行数为 6 */
  overflow: hidden;                /* 隐藏溢出文本 */
  text-overflow: ellipsis;         /* 可选，单行也用 */
  line-height: 1.5;
}
.project-banner .banner-box .swiper-wrapper .mask .title {
  position: absolute;
  top: -100px;
  font-size: 46px;
  color: white;
  font-weight: bold;
}
/* 搜索表单容器 */
.welfare-program-main .search-container {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 20px;
  box-sizing: border-box;
  background-color: #fff;
  /*box-shadow: 0 0 10px rgba(0,0,0,0.1);*/
  border-radius: 4px;
}

/* 搜索表单样式 */
.welfare-program-main .program-search-form {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}

/* 输入框样式 */
.welfare-program-main .search-input {
  flex: 1;
  min-width: 200px;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 12px;
  outline: none;
  transition: border-color 0.3s;
}

.welfare-program-main .search-input:focus {
  border-color: #1976d2;
}

/* 下拉菜单样式 */
.welfare-program-main .search-select {
  flex: 1;
  min-width: 200px;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  outline: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 8.825L1.763 4.5 2.5 3.763 6 7.175 9.5 3.763l.737.737z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 12px;
  cursor: pointer;
  transition: border-color 0.3s;
}

.welfare-program-main .search-select:focus {
  border-color: #1976d2;
}

/* 查询按钮样式 */
.welfare-program-main .program-search-button {
  padding: 8px 30px;
  width: 124px;
  background-color: #0089D4;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
}

.welfare-program-main .program-search-button:hover {
  background-color: #1565c0;
}
.program-line {
  height: 1px;
  background: #E2DBCC;
  margin-top: 10px;
}
.search-container .program-search-form .box {
  height: 38px;
  padding: 0 18px;
  box-sizing: border-box;
  position: relative;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  cursor: pointer;
  width: 205px;
}
.search-container .program-search-form .box .select {
  width: 100%;
  height: 100%;
  font-size: 12px;
  color: #666;
  line-height: 38px;
  overflow: hidden;
}
.search-container .program-search-form .box ul {
  width: 100%;
  max-height: 190px;
  overflow-y: auto;
  background: #fff;
  position: absolute;
  z-index: 99999;
  left: 0;
  top: 32px;
  display: none;
  box-shadow: 0 10px 30px -5px #ddd;
}
.search-container .program-search-form .box.show ul {
  display: block;
}
.search-container .program-search-form .box .iconfont {
  font-family: "iconfont" !important;
  font-size: 10px;
  color: #a6a6a6;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 12px;
  right: 10px;
}
.search-container .program-search-form .box ul li {
  width: 100%;
  padding: 0 18px;
  box-sizing: border-box;
  height: 38px;
  line-height: 38px;
  font-size: 12px;
  color: #666;
}
.search-container .program-search-form .box ul li.active {
  background: #F76A01;
  color: #fff;
}
/* 图片库样式 */
.welfare-program-main .gallery-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 55px;
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 30px;
}

/* 单个图片项 */
.welfare-program-main .gallery-item {
  background-color: #fff;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  position: relative;
}

.welfare-program-main .gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* 图片区域 */
.welfare-program-main .gallery-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
  padding: 10px;
  box-sizing: border-box;
}

.welfare-program-main .donate-button-overlay {
  background-color: #f77c24;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 8px 15px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s;
  text-decoration: none;
}

.welfare-program-main .donate-button-overlay:hover {
  background-color: #e56b13;
}

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

/* 悬浮遮罩层 */
.welfare-program-main .gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  padding: 20px;
  text-align: center;
  color: #fff;
  z-index: 10;
  box-sizing: border-box;
}

.welfare-program-main .gallery-item:hover .gallery-overlay {
  opacity: 1;
}

/* 遮罩文字与按钮 */
.welfare-program-main .overlay-text {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.6;
}

.welfare-program-main .overlay-buttons {
  display: flex;
  gap: 10px;
}

.welfare-program-main .more-button {
  background-color: #0099ff;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 8px 15px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s;
  text-decoration: none;
}

.welfare-program-main .more-button:hover {
  background-color: #0077cc;
}

/* 内容区 */
.welfare-program-main .gallery-content {
  background-color: #fef7f0;
  padding: 12px 20px;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.welfare-program-main .gallery-title {
  font-size: 22px;
  font-weight: 600;
  /*margin-bottom: 15px;*/
  color: #333;
}

/* 捐赠按钮 */
.welfare-program-main .donate-button {
  background-color: #f77c24;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 10px 25px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
}

.welfare-program-main .donate-button:hover {
  background-color: #e56b13;
}

.program-page-wraper {
  height: 50px;
  margin-bottom: 30px;
}

/* 主内容区域样式 */
.domain-wrap .main-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
}

/* 业务领域网格布局 */
.domain-wrap .domain-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 200px);
  gap: 0;
  height: 400px;
}

/* 业务领域卡片基础样式 */
.domain-wrap .domain-card {
  position: relative;
  border-radius: 0;
  overflow: hidden;
  color: white;
  display: block;
  text-decoration: none;
}

/* 背景图片容器 */
.domain-wrap .domain-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease;
  z-index: 0;
}

.domain-wrap .domain-card:hover::after {
  transform: scale(1.1);
}

.domain-wrap .domain-card-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  height: 100%;
  width: 100%;
  z-index: 2;
  box-sizing: border-box;
}

/* 渐变遮罩，使文字更清晰可见 */
.domain-wrap .domain-card-inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
  z-index: 1;
}

/* 卡片内容样式 */
.domain-wrap .domain-card-content {
  position: relative;
  z-index: 3;
}

.domain-wrap .domain-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.domain-wrap .domain-description {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 11px;
}

/* 查看更多按钮样式 */
.domain-wrap .view-more {
  display: inline-block;
  background-color: #f77c24;
  color: white;
  padding: 8px 20px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
  /*font-weight: bold;*/
  transition: background-color 0.3s;
}

.domain-wrap .view-more:hover {
  background-color: #e86b13;
}

/* 医疗保障卡片特殊样式 - 占据两个网格 */
.domain-wrap .medical-care {
  grid-column: 1;
  grid-row: 1 / span 2;
  height: 400px;
}

.domain-wrap .medical-care::after {
  background-image: url('https://images.unsplash.com/photo-1584820927498-cfe5211fd8bf?q=80&w=1000');
}

/* 其他卡片背景 */
.domain-wrap .growth-care::after {
  background-image: url('https://images.unsplash.com/photo-1502086223501-7ea6ecd79368?q=80&w=1000');
}

.domain-wrap .education-support::after {
  background-image: url('https://images.unsplash.com/photo-1503676260728-1c00da094a0b?q=80&w=1000');
}

.domain-wrap .psychological-health::after {
  background-image: url('https://images.unsplash.com/photo-1527137342181-19aab11a8ee8?q=80&w=1000');
}

.domain-wrap .sports-development::after {
  background-image: url('https://images.unsplash.com/photo-1434596922112-19c563067271?q=80&w=1000');
}

/* 橙色下划线 */
.domain-wrap .orange-underline {
  display: inline-block;
  height: 3px;
  width: 40px;
  background-color: #f77c24;
  margin-bottom: 11px;
}


.text-list-container {
  max-width: 1120px;
  margin: 20px auto;
}

.text-list-container .news-list {
  list-style: none;
  background-color: #fff;
  border-radius: 4px;
}

.text-list-container .news-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 28px;
  transform: translateY(-50%);
  width: 5px;
  height: 18px;
  background-color: #e6e6e6;
}

.text-list-container .news-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px;
  border-bottom: 1px solid #eee;
  transition: background-color 0.2s ease;
  position: relative;
}

.text-list-container .news-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.text-list-container .news-item:last-child:before {
  top: 28px;
}
.text-list-container .news-item.hidden {
  display: none;
}
.text-list-container .news-title {
  flex: 1;
  color: #333;
  text-decoration: none;
  padding-right: 20px;
  transition: all 0.3s ease;
  display: inline-block;
  min-height: 18px;
  line-height: 1.5;
  font-size: 17px;
}

.text-list-container .news-title:hover {
  color: #F76A01;
  font-size: 17px;
}

.text-list-container .news-date {
  color: #999;
  font-size: 14px;
  white-space: nowrap;
}

.search-result-category-container .search-load-more {
  margin-top: 20px;
  color: #F76A01;
  cursor: pointer;
  width: 100%;
  font-size: 16px;
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
}

.search-result-category-container .search-load-more img {
  width: 24px;
}
.width150 {
  width: 150px !important;
}