*, html {
    margin: 0;
    padding: 0;
}

body {
    min-width: 1250px !important;
}

[v-cloak] {
    display: none;
}

.top {
    width: 100% !important;
    background: var(--main-color);
    border: 0;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 153, 253, 0.5);
}

.top-cnt {
    width: 1250px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    overflow: hidden;
}

.top-ul {
    display: flex;
    align-items: center;
    overflow: hidden;
}

.link-a {
    font-size: 14px;
    color: #FFFFFF !important;
    display: inline-block;
    margin: 13px 27px 13px 0;
    letter-spacing: 1px;
}

.link-a:hover {
    cursor: pointer;
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 12px;
    text-shadow: 0 0 2px white;
}

.split {
    margin: 0 0 0 -13px;
}

.split:hover {
    cursor: none;
    border-bottom: 0;
    text-shadow: none;
}

.top-img {
    width: 200px;
    height: 200px;
}

.menu {
    width: 100% !important;
    background: var(--main-color);
    position: relative;
}


.menu-cnt {
    width: 1250px;
    height: 78px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    background: none;
}

.menu-logo {
    width: 343px;
    height: 41px;
    display: block;
    margin: 16.5px 0;
}

.menu-ul {
    margin: 0 !important;
    width: auto !important;
    align-items: end;
}

.menu li {
    flex: none;
    float: none;
}

.menu-link-a {
    font-size: 18px;
    height: auto !important;
    line-height: normal !important;
    padding: 23px 19px !important;
    margin: 0;
}

.menu-link-a:hover {
    border-bottom: 0;
    margin-bottom: 0 !important;
}

.menu-list-link-a, .top-list-link-a {
    color: #A8A7A7 !important;
    font-size: 16px;
    border: 0 !important;
    margin-right: 0 !important;
    padding: 0 10px;
}

.menu-list-link-li {
    text-align: center;
}

.menu-list-link-li:hover, .top-list-link-li:hover {
    background: rgba(238, 246, 254, 1);
}

.menu-list-link-li:hover .menu-list-link-a,
.top-list-link-li:hover .top-list-link-a {
    color: var(--main-color) !important;
}

.menu-list-link-li:hover .menu-list-link-a {
    margin-bottom: 13px !important;
}

.top-list-link-li:hover .top-list-link-a {
    margin-bottom: 0 !important;
}

.my-popover {
    padding: 12px 0;
    margin-top: -1px !important;
    min-width: 120px !important;
}

.user-info-popover {
    padding: 12px 0;
    min-width: 120px !important;
}

.user-info-box {
    border-bottom: 0 !important;
}

.user-info-box:hover {
    margin-bottom: 13px !important;
}

.top-list-link-a {
    margin: 8px 0 !important;
    font-size: 14px !important;
}

.my-search-i:hover {
    cursor: pointer;
}

.menu .menu-ul li:last-child a {
    padding-right: 0 !important;
}

.swiper-box {
    background: #bebebe;
}

.swiper {
    width: 100%;
    margin: 0 auto;
    height: 494px;
    overflow: hidden;
    position: relative;
}

.swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.swiper-a {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    background-repeat: no-repeat !important;
    background-size: auto 100% !important;
    background-position: center !important;
    display: block;
}

.swiper-proj-name {
    position: absolute;
    bottom: 29px;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    width: 1250px;
    margin-left: calc((100% - 1250px) / 2);
    letter-spacing: 1px;
    text-shadow: 0 0 2px white;
    z-index: 9;
}

.swiper-pagination {
    bottom: 29px !important;
    left: auto !important;
    width: auto !important;
    right: calc((100% - 1250px) / 2);
    display: flex;
}

.swiper-pagination-bullet {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(20, 20, 20, 0.2);
    margin-left: 18px !important;
    margin-right: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
    opacity: 1 !important;
}

.swiper-pagination-bullet:hover {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    background: #FFFFFF;
    color: var(--main-color);
}

.swiper-cover {
    width: 100%;
    height: 83px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    z-index: 3;
}

.panel-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #FFFFFF;
}

.panel-cnt {
    width: 1250px;
    overflow: hidden;
    margin: 0 auto;
}

.panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    margin-top: 42px;
    padding-bottom: 16px;
}

.panel-header-border {
    border-bottom: 2px solid var(--main-color);
}

.panel-header-item {
    display: block;
}

.panel-header-title {
    font-size: 23px;
    font-weight: bold;
    color: var(--main-color);
}

.panel-header-btn {
    font-size: 12px;
    font-weight: 400;
    color: #8E8E8E;
    text-decoration: none !important;
    padding: 4px 13px;
    border: 1px solid #CFCFCF;
    border-radius: 12px;
}

.panel-header-btn:hover {
    color: var(--main-color);
    border-color: var(--main-color);
    text-shadow: 0 0 1px var(--main-color);
}

.panel-body {
    width: 1250px;
    height: auto;
    margin: 22px auto 8px;
    display: flex;
    flex-wrap: wrap;
}

.panel-body-null {
    color: #8E8E8E;
    font-size: 16px;
    text-align: center;
    padding: 30px 0;
}

.project-item {
    width: 296px;
    height: 295px;
    margin-bottom: 36px;
    margin-right: 22px;
    box-shadow: 0 1px 5px 0 rgba(8, 5, 6, 0.11);
    background: #FFFFFF;
}

.project-item:nth-child(4n) {
    margin-right: 0;
}

.project-image {
    width: 296px;
    height: 179px;
    overflow: hidden;
    position: relative;
}

.project-status {
    position: absolute;
    top: 0;
    left: 0;
    width: 54px;
    height: 25px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0 0 9px 0;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-info {
    height: 80px;
    padding: 17px 21px 19px;
    overflow: hidden;
}

.project-name {
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    color: #222222;
    line-height: normal !important;
    padding-bottom: 12px;
}

.single-line-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.project-statistic-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    float: none !important;
    height: auto !important;
    width: auto !important;
    text-align: center;
    font-weight: 400;
}

.project-statistic-item-txt {
    font-size: 12px !important;
    color: #8E8E8E !important;
    line-height: normal !important;
}

.project-statistic-item-num {
    font-size: 12px !important;
    font-weight: 400;
    color: #8E8E8E !important;
    line-height: normal !important;
}

.project-statistic-item-cnt {
    display: flex;
    width: auto !important;
    align-items: baseline;
}

.project-statistic-item-num-get {
    color: #DA2128 !important;
    font-weight: bold;
}

.project-statistic-item-progress {
    padding: 5px 0;
}

.el-progress {
    width: 100% !important;
}

.no-target-money-item {
    margin-top: 31px;
}

.no-get-money-item {
    margin-top: 15px;
}

.panel-project-box {
    background-image: url("../../common/image/project_box_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.jz-list-msg-box {
    padding-bottom: 71px;
}

.jz-list-box {
    width: 450px;
    overflow: hidden;
    float: left;
}

.js-list-cnt {
    width: 100%;
    height: 420px;
    /*background-image: url("../../common/image/jz_list_bg.png");*/
    /*background-size: 100% 100%;*/
    /*background-repeat: no-repeat;*/
    overflow: hidden;
    background-color: #F2F2F1;
}

.jz-msg-box {
    width: 296px;
    overflow: hidden;
    float: right;
}

.js-msg-cnt {
    width: 100%;
    height: 420px;
    background-image: url("../../common/image/jz_msg_bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
}

.msg-panel-body-null {
    padding-top: 180px;
}

.jz-msg-item {
    height: 83px;
    line-height: 83px;
}

.jz-msg-item span {
    display: block;
    margin: 0 22px;
    border-bottom: 1px solid #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}

.jz-msg-item:last-child span {
    border-bottom: 0;
}

.jz-msg-item span::before {
    content: '●';
    margin-right: 10px;
    font-size: 14px;
    color: #222222 !important;
}

.tip-info span {
    line-height: 20px;
}

.tip-info-from {
    text-align: right;
    display: block;
    margin-top: 3px;
}

.msg-tooltip {
    width: 500px;
}

.jz-list-header {
    width: 100%;
    height: 54px;
    display: flex;
    align-items: center;
    background-image: url("../../common/image/jz_list_header_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.jz-list-header span {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    display: block;
}

.jz-list-name {
    width: 100px;
    margin: 0 35px;
    text-align: left;
}

.jz-list-proj {
    width: 110px;
    text-align: center;
}

.jz-list-money {
    width: 100px;
    text-align: right;
    margin: 0 35px;
}

.jz-list-body {
    width: 100%;
    height: 267px;
    margin: 5px 0;
    overflow: hidden;
    background-image: url("../../common/image/jz_list_body.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.jz-list-panel-body-null {
    display: block;
    padding-top: 115px;
}

.jz-list-body-item {
    width: 100%;
    height: 54px;
    display: flex;
    align-items: center;
}

.jz-list-body-item span {
    font-size: 14px;
    font-weight: 400;
    color: #222222;
    display: block;
}

.jz-list-money-spe {
    color: #D92127 !important;
    font-weight: bold !important;
}

.jz-list-footer {
    width: 100%;
    height: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-image: url("../../common/image/jz_list_footer_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.donate-btn {
    width: 159px;
    height: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border-radius: 30px;
    color: var(--main-color) !important;
    font-size: 18px;
    font-weight: bold;
}

.user-info-icon {
    padding: 0 3px;
}

.jz-list-tooltip {
    max-width: 350px;
}

.jz-list-tooltip p {
    line-height: 20px;
}

.jz-list-body-item:hover {
    cursor: pointer;
}

.footer-box {
    width: 100%;
    background-color: var(--main-color);
}

.footer-top {
    border-bottom: 1px solid rgba(0, 153, 253, 0.5);
}

.footer-top-cnt {
    width: 1250px;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-link-a {
    color: rgba(255, 255, 255, 0.75) !important;
    margin-right: 0 !important;
}

.footer-link-a:hover {
    color: #FFFFFF !important;
}


.footer-top-cnt span {
    color: #E8BFBF;
    padding: 0 21px;
}

.footer-bottom {
    color: rgba(255, 255, 255, 0.75) !important;
    padding: 17px 0;
    font-size: 14px;
}

.footer-bottom p {
    text-align: center;
    padding: 3px 0;
}

.footer-bottom .footer-bottom-cnt1 span {
    padding-right: 20px;
}

.footer-bottom .footer-bottom-cnt1 span:last-child {
    padding-right: 0;
}

.footer-bottom-cnt1 a {
    color: rgba(255, 255, 255, 0.75) !important;
    margin: 1px 0 !important;
}

.footer-bottom-cnt1 a:hover{
    margin-bottom: 0 !important;
}

#vue-projList .project-item:nth-child(4n) {
    margin-right: 22px !important;
}

#vue-projList .project-item a {
    width: 100%;
    border-radius: 0;
}

#vue-projList .project-item-no-margin {
    margin-right: 0 !important;
}

#vue-projList .default-img {
    width: 100%;
    height: 100%;
}

img[lazy=error] {
    width: 100%;
    height: 100%;
}

.top-list-link-li:hover .user-info-a {
    margin-bottom: 8px !important;
}

.top-list-link-li{
    overflow: hidden;
}

.user-info-a{
    width: 100%;
}

.top-list-link-li:hover, .menu-list-link-li:hover{
    background: rgba(168, 210, 251, 0.3) !important;
}

.jz-bj-list-box{
    margin-left: 28px;
}