﻿@charset "utf-8";

:root{
    --main_color: #d85278;
    --main_color_hover: rgb(216 82 120 / 33%);
    --main_color_opacity: rgb(216 82 120 / 70%);
    --minor_color: #EE7A00;
}

a {
    text-decoration: none;
}
a:active{
    text-decoration: none;
}

img {
    width: 100%;
    height: 100%;
    display: block;
}
li{
    list-style: none;
}
html {
	height: 100%;
	background: #dddddd;
}
body {
	color: #484666;
	min-width: 1130px;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	font-size: 1rem;
	overflow: auto;
	background: #FFFFFF;
	touch-action: none;
	font-family: "Microsoft YaHei","Source Sans Pro","Helvetica Neue", Helvetica, Arial, sans-serif;
}

.click{cursor:pointer}
blockquote, body, button, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul{
    margin: 0;
    padding: 0;
}
body{
    background: #fff !important;
}
.bd_width {
    width: 1200px;
    margin: 0 auto;
}
.g-body{
    min-height: 700px;
}

/* 头部head样式开始 */
.currline{
    height: 4px;
    background: var(--main_color);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    z-index: 10;
}
#head{
    z-index: 100;
    width: 100%;
    height: 90px;
    background: rgba(255,255,255, 100%);
}
#head .container{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#head .container .logo{
    padding-left: 50px;
}
.nav{
    height: 100%;
    position: relative;
}
#head .login{
    height: 90px;
}
#menu{
    height: 100%;
    display: flex;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 99;
}
.nav li{
    width: 100px;
    text-align: center;
    line-height: 64px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.secondOrder {
    position: absolute;
    top: 90px;
    display: none;
    z-index: 1000;
}
.secondOrder.act{
    display: block !important;
}
.secondOrder li {
    float: none!important;
    line-height: 23px!important;
    font-size: 14px!important;
}
.secondOrder li{
    opacity: 0;
    background: rgb(204 204 204 / 70%);
}
.secondOrder li a{
    padding: 0.6rem;
	display: block;
}
.secondOrder li a:hover{
	cursor: pointer;
	background: var(--main_color_opacity);
	padding-left: 0.8rem;
}
.senc>a{
    text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
#menu .secondOrder li a {
    display: block;
    padding: 0 20px;
    line-height: 44px;
    color: #fff!important;
}
#menu a{
    color: #333 !important;
}
#menu .secondOrder li a:hover{
    color: #fff !important;
}
.secondOrder li{
    background: rgb(204 204 204 / 70%);
    text-align: left;
    display: block;
}
.act{
    display: block !important;
}
#menu .secondOrder.act li:nth-of-type(1){animation:menu1 .3s ease-in-out forwards;animation-delay:.1s}
#menu .secondOrder.act li:nth-of-type(2){animation:menu1 .3s ease-in-out forwards;animation-delay:.2s}
#menu .secondOrder.act li:nth-of-type(3){animation:menu1 .3s ease-in-out forwards;animation-delay:.3s}
#menu .secondOrder.act li:nth-of-type(4){animation:menu1 .3s ease-in-out forwards;animation-delay:.4s}
#menu .secondOrder.act li:nth-of-type(5){animation:menu1 .3s ease-in-out forwards;animation-delay:.5s}
#menu .secondOrder.act li:nth-of-type(6){animation:menu1 .3s ease-in-out forwards;animation-delay:.6s}
#menu .secondOrder.act li:nth-of-type(7){animation:menu1 .3s ease-in-out forwards;animation-delay:.7s}
@keyframes menu1{
	from{opacity:0;transform:translateX(30px) rotateY(90deg)}
	to{opacity:1;transform:translateX(0) rotateY(0)}
}
/* #menu .senc:hover{
    border-bottom: 4px solid #d85278;
} */
/*头部样式结束*/


/* 主体样式开始 */
#banner{
    width: 100%;
    height: 27.60vw;
    display: flex;
    justify-content: center;
}
.mySwiper{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
.mySwiper img{
    width: 100%;
}
.mySwiper .swiper-pagination-bullet{
    width: 62px;
    height: 3px;
    background: #fff;
    opacity: 0.5;
    border-radius: 0;
}
#banner .mySwiper .swiper-pagination-bullet{
    width: 70px;
    height: 8px;
    border-radius: 2px;
    background: rgba(255, 255, 255, .5);
}
#banner  .mySwiper .swiper-pagination .swiper-pagination-bullet-active{
    background: #d85278;
    width: 70px;
    height: 8px;
    opacity: 1;
    border-radius: 2px;
}

/* 捐赠信息 */
#message{
    width: 1200px;
    height: 700px;
    margin: 0 auto;
    background: #ffffff;
    display: flex;
    justify-content: space-between;
}
#message .donation {
    margin-top: 120px;
}
#message .donation .title{
    font-weight: bold;
    font-size: 23px;
    color: #333333;
}
#message .english-title{
    margin-top: 5px;
    font-size: 17px;
    color: #dbdbdb;
}
#message .detail{
    overflow: hidden;
    margin-top: 15px;
    width: 320px;
    height: 280px;
    border: #eeeeee solid 1px;
}
#message .detail .donation-item{
    height: 32px;
    line-height: 32px;
    display: flex;
    justify-content: space-between;
    color: #999;
    font-size: 14px;
    margin: 0 10px;
    border-bottom: 1px solid #f3f3f3;
}
#message .donation-item .name{
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#message .donate_body{
    position: relative;
    overflow: hidden;
}
#message .btnbox{
    margin-top: 35px;
    display: flex;
}
#message .btnbox .donate{
    position: relative;
}
#message .btnbox .code{
    position: absolute;
    right: -230px;
    top: -80px;
    width: 200px;
    height: 200px;
    border: 1px solid #ddd;
    border-radius: 20px;
    overflow: hidden;
    opacity: 0;
}


.rowup{
    -webkit-animation: 10s rowup linear infinite normal;
    animation: 10s rowup linear infinite normal;
    position: relative;
}

#message .donation .btnbox .more {
    margin:0 35px 0 0 ;
    font-size: 14px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 40px;
    width: 140px;
    border-radius: 20px;
    color: #ffffff !important;
    background: linear-gradient(to right,#d66a90 0,#ec92b1 100%);
    padding: 0;
}
#message .more img{
    width: 18px;
    height: 18px;
}
#message .limit{
    display: flex;
}
#message .limit .income {
    background: url('/template/zjfjh/images/donate-bg.png') no-repeat 50% 0%;
    display: flex;
    width: 250px;
    height: 700px;
    justify-content: center;
}
#message .word{
    margin-top: 230px;
    text-align: center;
}
#message .limit .income .title{
    color: #fcf5f7;
    font-size: 14px;
    margin: 15px auto;
    padding: 0;
    border: 0;
}
#message .limit .line{
    border-bottom: 1px solid #e17ca0;
    padding: 0 10px;
    font-size: 22px;
    color: #fff;
}
#message .limit .line span{
    font-size: 18px;
}
#message .limit .line .unit{
    font-size: 16px;
}
#message .limit .donate-count{
    margin-left: 30px;
    margin-top: 180px;
    width: 220px;
    height: 305px;
    box-shadow: 0 20px 20px rgb(0 0 0 / 20%);
    border-radius: 15px;
    text-align: center;
    color: #d85278;
    font-size: 20px;
}
#message .donate-count .title1{
    margin: 80px 24px 0 24px;
    padding-bottom: 24px;
    font-size: 24px;
    color: #d85278;
    border-bottom: #d0d0d0 solid 1px;
}
#message .donate-count .report {
    cursor: pointer;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#message .donate-count .report img{
    width: 27px;
    height: 35px;
}
#message .donate-count .report span{
    margin-left: 14px;
    font-size: 14px;
    color: #d85278;
}
#message .donate-count .more1{
    font-size: 24px;
    color: #c44069 !important;
}

/* 众筹列表样式开始 */
.project {
    height: 850px;
    width: 100%;
    background: #f6f6f6;
}
#certify {
    position: relative;
    width: 1200px;
    height: 850px;
    padding-top: 130px;
    margin: 0 auto;
}
#certify .swiper-container {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 60px;
}
#certify .swiper-button-prev {
    top: 40%;
    left: 310px;
    width: 60px;
    height: 40px;
    background: url(https://www.zjwcf.org.cn/statics/images/Common/arrow-down-banner-ffffff-88851d5e4909309b5844106ea584d97d.svg) no-repeat;
    background-size: 100%;
    transform: rotate(90deg);
}
#certify .swiper-button-next {
    top: 40%;
    right: 310px;
    width: 60px;
    height: 40px;
    background: url(https://www.zjwcf.org.cn/statics/images/Common/arrow-down-banner-ffffff-88851d5e4909309b5844106ea584d97d.svg) no-repeat;
    background-size: 100%;
    transform: rotate(-90deg);
}
#certify .swiper-slide {
    height: 405px;
    width: 620px;
    background: #fff;
}
#certify  .swiper-slide img{
	height:405px;
	width:620px;
	display:block;
}
#certify  .swiper-slide p {
	width:600px;
	line-height: 60px;
	padding-top: 0;
	text-align: center;
	color: #333333;
	font-size: 16px;
	margin: 0;
	display: none;
}
#certify  .swiper-slide.swiper-slide-active {
	box-shadow:0 15px 40px rgb(0 0 0 / 50%);
}
#certify  .swiper-slide.swiper-slide-active p {
	display: block;
}
#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .tip {
	text-align: center;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}



#certify .tip .title{
	font-weight:bold;
	font-size: 23px;
	color: #333333;
}

#certify .tip .english-title{
	margin-top:10px;
	font-size: 17px;
	color: #dbdbdb;
}

#certify .tip .detail{
    font-size:14px;
    cursor:pointer;
    justify-content: center;
    align-items: center;
    display:flex;
    margin: 30px auto 0;
    height: 40px; 
    width: 165px;
    border-radius:20px;
    color:#ffffff;
    background: linear-gradient(to right,#d66a90 0,#ec92b1 100%);
}


#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}
.project .tip,#news .tip{
    text-align: center;
    padding-top: 50px;
}
.project .tip .title,#news .tip .title{
    font-weight: bold;
    font-size: 23px;
    color: #333333;
}
.project .tip .english-title,#news .tip .english-title{
    margin-top: 10px;
    font-size: 17px;
    color: #dbdbdb;
}
/* .project{
    width: 100%;
    background: #f6f6f6;
    padding-bottom: 50px;
}


.project #certify{
    width: 1200px;
    margin: 50px auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.project_item{
    width: 384px;
    cursor: pointer;
}
.project_item img{
    width: 384px;
    height: 216px;
}
.project_item .shadow{
    position: relative;
}
.project_item .shadow:hover .mask{
    opacity: 1;
}
.project_item .mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    z-index: 99;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.project_item .mask>div{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    z-index: 100;
}
.project_item .mask img{
    width: 170px;
    height: 170px;
    z-index: 100;
    border-radius: 20px;
}

.project_item .shadow:hover .fmask {
    opacity: 1;
}

.project_item .fmask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    z-index: 99;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.project_item .fmask > div {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    z-index: 100;
}

.project_item .fmask img {
    width: 170px;
    height: 170px;
    z-index: 100;
}

.project_info{
    margin: 20px 0 30px 15px;
}
.project_info .title{
    font-size: 18px;
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    border: 0;
}
.project_info .summary{
    font-size: 12px;
    font-weight: 400;
    margin-top: 10px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #808080;
    height:48px;
    line-height:24px;
}
.project_speed{
    width: 364px;
    height: 8px;
    margin: 0 10px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    background: #e6e6e6;
    display:none
}
.project_speed>span{
    background: #D50915;
    position: absolute;
    top: 0;
    left: 0;
    height: 8px;
    border-radius: 4px;
}
 */
 .gomore{
    margin: 20px auto;
    color: #fff;
    background: linear-gradient(to right,#d66a90 0,#ec92b1 100%);
    text-align: center;
    width: 140px;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
}


/* 众筹列表样式结束 */
#news{
    width: 1200px;
    margin: 0 auto;
    background: #fff;
}
#news .content {
    display: flex;
    margin-top: 110px;
    height: 450px;
}
#news .imgbox{
    width: 600px;
    height: 450px;
}
#news .news-list{
    flex: 1;
    margin-left: 50px;
}
#news .type-list{
    display: flex;
}
#news .type{
    cursor: pointer;
    color: rgb(51, 51, 51);
    border-top: 0px solid rgb(233, 83, 126);
    padding-top: 16px;
    font-size: 20px;
    margin: 0 20px 20px 0;
}
#news .type-list .type:hover{
    color: rgb(233, 83, 126);
    border-top: 2px solid rgb(233, 83, 126);
    padding-top: 14px;
}
#news .type_active{
    color: rgb(233, 83, 126);
    border-top: 2px solid rgb(233, 83, 126);
    padding-top: 14px;
}
#news .news-item{
    display: flex;
    align-items: center;
    color: #666666;
    font-size: 14px;
    line-height: 40px;
}
#news .news-item .news-title{
    width: 530px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
}
#news .new-icon{
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ddd;
    margin-right: 10px;
}
#news .list .new_active{
    color: #000;
    font-weight: bold;
}
#news .imgbox{
    position: relative;
}
#news .imgbox img{
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
#news .content .imgbox .imgon{
    opacity: 1;
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-delay: 0s;
}
@-webkit-keyframes fadeIn {
    0% {
    opacity: 0;
    }
    50% {
    opacity: 0;
    }
    100% {
    opacity: 1;
    }
    }



#foot{
    width: 100%;
    /* height: 720px; */
    background: url(/template/zjfjh/images/foot-bg.png) no-repeat 50%/cover;
}
#foot .navbox{
    width: 630px;
    padding-top: 20px;
    display: flex;
    margin: 0 auto;
}
#foot .nav-item{
    flex: 1;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    position: relative;
}
#foot .nav-item .code{
    position: absolute;
    width: 200px;
    height: 200px;
    background: #fff;
    z-index: 99;
    bottom: -200px;
    left: 0px;
    border-radius: 10px;
    overflow: hidden;
    display: none;
}
#foot .nav-item .code img{
    width: 180px;
    height: 180px;
    display: block;
    margin: 10px;
}
#foot .nav-item img{
    width: 100px;
    height: 100px;
    display: inline-block;
}
#foot .nav-item div{
    margin-top: 10px;
}
#foot .content{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    color: #fff;
    padding: 70px 0 0 0;
    height: 430px;
    overflow: hidden;
}
#foot .foot-menu{
    width: 120px;
}
#foot .menu-title{
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 700;
}
#foot .menu-title:after {
    margin-top: 16px;
    display: block;
    content: "";
    width: 32px;
    border-bottom: 1px solid #fff;
}
#foot .menu-list{
    font-size: 18px;
    line-height: 36px;
    cursor: pointer;
}
#foot .menu-list a{
    display: block;
    color: #fff !important;
}
#foot .foot-end{
    width: 1200px;
    height: 40px;
    margin: 0 auto;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    border-top: 1px solid #e995b2;
}
#foot .foot-end img{
    width: 20px;
    height: 20px;
    margin-left: 10px;
}
#foot .foot-end a{
    color: #fff !important;
}

/* 支持我们页面样式 */
#donate .head{
    width: 100%;
    height: 400px;
    margin: auto;
    position: relative;
}
#donate .head img{
    margin: 0 auto;
    object-fit: cover;
}
#donate .head .content{
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
#donate .head .content-info{
    width: 500px;
    position: absolute;
    left: 0;
    bottom: 130px;
    z-index: 99;
}
#donate .head .head-name{
    font-size: 25px;
    color: #D85278;
}
#donate .head .head-ename{
    font-size: 20px;
    color: #D85278;
}
#donate .head .head-line{
    margin-top: 20px;
    border-left: 2px solid #D85278;
    height: 60px;
}
#donate .menu{
    border-bottom: 1px solid #ddd;
}
#donate .menu-content{
    width: 1200px;
    height: 70px;
    margin: 0 auto;
    text-align: center;
    color: #999;
    line-height: 70px;
}
#donate .menu-content span{
    font-size: 16px;
    color: #343434;
    cursor: pointer;
    line-height: 70px;
    display: inline-block;
    margin-right: 56px;
}
#donate .menu-content .menu-active{
    color: #D85278;
    border-bottom: 3px solid #D85278;
}
#donate .wrap{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
#donate .wrap .code{
    width: 600px;
    height: 600px;
    margin:50px 0;
}
#partner .imgList{
    width: 100%;
}
#partner .wrap{
    margin-top: 50px;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    min-height: 650px;
}
#partner #donate .wrap img{
    width: 250px;
    margin-bottom: 40px;
    margin-right: 48px;
    display: inline-block;
    height: 93px;
}
.wrap .nodata{
    width: 100%;
    text-align: center;
    margin-top: 100px;
    color: #8c8c8c;
    font-size: 16px;
}
#newsList .wrap{
    min-height: 650px;
}
.org .tabHead{
    display: flex;
    font-weight: 600;
    color: #484666;
    font-size: 18px;

}
.org .tabHead>div{
    padding: 0 10px;
    cursor: pointer;
}
.org .tabActive{
    color: #d85278 !important;
}

.org .tabContent .swiper{
    width: 1200px;
    height: 610px;
    margin-top: 50px;
}
.org .tabContent .swiper .swiper-wrapper{
    height: 270px;
}
.org .tx{
    width: 160px;
    height: 160px;
    border-radius: 50%;
    margin-bottom: 30px;
    border: 2px solid #999;
}
.org .swiper-slide{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.org .swiper-slide:hover .tx{
    border: 2px solid #d85278;
}
.org .swiper-slide:hover p{
    color: #d85278;
}
.org .swiper-slide p{
    font-size: 18px;
    text-align: center;
}
.org .personInfo{
    width: 1200px;
    height: 300px;
    background: #f2f2f2;
    padding: 20px;
}
.org .personInfo{
    font-size: 16px;
    text-align: center;
}
.org .personInfo .name{
    font-size: 18px;
    font-weight: 600;
}
.org .personInfo .post{
    font-size: 16px;
    margin: 10px 0;
}
.org  .personActive .tx{
    border: 2px solid #d85278;
}
.org   .personActive p{
    color: #d85278;
}
.concat{
    width: 1200px;
    margin: 30px 0;
    display: flex;
}
.concat .right{
    width: 500px;
    font-size: 16px;
    margin-left: 30px;
}
.concat .left{
    width: 0;
    flex: 1;
    margin-top: 35px;
}
.concat .left img{
    width: 100%;
    height: auto;
}
.concat .right>div{
    display: flex;
    margin: 25px 0;
}
.concat .right>div span{
    display: inline-block;
    margin-right: 25px;
    line-height: 40px;
}
.concat .right p{
    line-height: 40px;
}
.concat .right img{
    width: 180px;
    height: 180px;
}
.concat .item p{
    text-align: center;
}