* {
    color: #242a44;
}
body {
    max-width: 750px;
    margin: 0 auto;
    background-color: #f3f0f0;
}
.hui-wrap {
    background: #fff;
}
#hui-footer {
    padding: 0;
    margin:0 auto;
    left: 0;
    right: 0;
    height: 60px;
}
#hui-footer a {
    margin-top: 5px;
    width: 25%;
    text-align: center;
}
.hui-footer-text {
    font-size: 12px;
}
.hui-footer-icons {
    width: 22px;
    margin: 0 auto;
    background-size: 76%;
    background-repeat: no-repeat;
    background-position: center;
    height: 20px;
}
.nav-home {
    background-image: url(../img/nav-home.png);
}
.nav-article {
    background-image: url(../img/nav-article.png);
}
.nav-activity {
    background-image: url(../img/nav-activity.png);
}
.nav-ucenter {
    background-image: url(../img/nav-ucenter.png);
}
.nav-home.active {
    background-image: url(../img/nav-home-active.png);
}
.nav-article.active {
    background-image: url(../img/nav-article-active.png);
}
.nav-activity.active {
    background-image: url(../img/nav-activity-active.png);
}
.nav-ucenter.active {
    background-image: url(../img/nav-ucenter-active.png);
}
.logo {
    /*position: absolute;*/
    display: block;
    margin:30px auto;
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 50px;*/
    width: 150px;
    z-index: -1;
    user-select: none;
}
.index-wrap {
    position: relative;
    padding: 0 0 60px 0;
}
.index-cate {
    margin: 30px 0 0 0;
}
.index-cate .index-cate-item {
    width:100%;
    /*height: 80px;*/
    margin: 5px 5px 20px 5px;
    text-align: center;
}
.index-cate .index-cate-item img {
    width: 37%;
}
.index-cate .index-cate-item .index-cate-title {
    margin-top: 6px;
    display: block;
    font-size: 12px;
}
.swiper-pagination-bullet-active {
    background: hotpink;
}
.swiper-container {
    width: 100%;
    -webkit-transform:rotate(0deg);
}
.swiper-container div.swiper-wrapper {
    overflow: visible!important;
}
.swiper-slide {
    width: 100%;
    line-height: 0;
}
.swiper-slide img {
    display: inline-block;
    width: 100%;
}
.swiper-slide a {
    width: 100%;
    line-height: 0;
}
.index-banner a {
    display: inline-block;
}
.index-news {
    margin: 5px 0 0 0;
}
.index-news-title {
    float: left;
    margin: 10px;
    width: 56px;
    height: 56px;
    background: hotpink;
    color: #fff;
    font-size: 18px;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 400;
    line-height:1.5em
}
.index-news-container {
    float: left;
    margin: 10px 0;
    width: 72%;
    height: 56px;
}
.index-news-more {
    float: right;
    margin: 10px 0;
    width: 25px;
    height: 56px;
    color: #999;
    font-size: 12px;
    text-align: center;
    line-height: 56px;
}
.index-news-more * {
    color: #999;
    font-size: 12px!important;
}
.index-activity {
    margin: 0;
}
.index-activity a {
    float: left;
    width: 100%;
}
.index-activity-title {
    float: left;
    margin: 10px 15px;
    width: 100px;
    height: 32px;
    font-size: 16px;
    text-align: left;
    font-weight: 400;
    line-height: 32px;
}
.index-activity-more {
    float: right;
    margin: 10px 0;
    width: 25px;
    height: 32px;
    color: #999;
    font-size: 12px;
    text-align: center;
    line-height: 32px;
}
.index-activity-more * {
    color: #999;
    font-size: 12px!important;
}
.index-active-list {
    margin: 10px 0;
}
.index-active-item {
    margin-bottom: 10px!important;
    padding: 0!important;
    border-radius: 12px;
    /*width: 145px;*/
}
.index-active-item div {
    background: #ebe6eb;
}
.index-active-item h1 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    font-size: 14px;
    position: relative;
    line-height: 1.5em;
}
.index-active-item p {
    font-size: 12px;
}
.swiper-box {
    margin: 10px 15px;
    overflow: hidden;
    background-color: rgba(255,255,255,0);
}
.index-donate-list {
    /*margin: 10px 15px 10px;*/
}
.swiper-box.swiper-box-activity {
    box-shadow: 0 0 7px rgba(0,0,0,1);
    border-radius: 12px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform:rotate(0deg);
}
.index-donate-list .swiper-wrapper {
    width: 100%;
}
.index-donate-list .swiper-slide {
}
.index-donate-list img {
    /*border-radius: 12px;*/
}
.index-donate-list a {
    display: inline-block;
    vertical-align:top;
    width: 100%;
    line-height: 0;
}
.index-article-list li {
    padding: 10px 0;
    margin: 0 15px;
    border-bottom: 1px solid #F3F4F5;
    /*height: 70px;*/
}

.index-article-list .hui-media-list-img {
    width: 108px;
    height: 82px;
    border-radius: 6px;
}
.index-article-list .hui-media-list-img img {
    width: 100%;
    height: 100%;
}
.index-article-list .hui-media-content {
    position: relative;
    width: 65%;
}
.index-article-list .hui-media-content h1 {
}
.index-article-list p {
    position: absolute;
    bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    font-size: 12px;
}

.ucenter-info {
    padding: 20px 30px;
}
.ucenter-info-avatar {
    width: 55px !important;
    border-radius: 50%;
}
.ucenter-info-avatar img {
    width: 55px;
}
.ucenter-info-name {
    padding-left: 15px;
}
.ucenter-info-name h1 {
    margin-bottom: 10px;
    font-size: 16px;
}
.ucenter-info-name p {
    font-size: 12px;
}
.ucenter-info-count {
    padding: 0 8px 2px!important;
    margin-bottom: 0!important;
    justify-content: flex-start!important;
    flex-wrap: wrap;
}
.ucenter-info-count.ucenter-info-count-title div {
    font-size: 12px;

}
.ucenter-info-count div {
    width: 40%;
}

.ucenter-list {
    margin-top: 10px;
}
.ucenter-list .hui-list-icons {
    width: 60px;
}
.ucenter-list .hui-list-info {
    width: 36px;
}

.search {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 11px;
    z-index: 2;
    display: flex;
    align-items: center;
    border: 1px solid #b4b5b8;
    width: 70%;
    background: rgba(255,255,255,0.7);
}
.search-icon {
    display: flex;
    width: 10%;
    height: 22px;
    align-items: center;
    justify-content: center;
}
.search-icon img {
    display: inline-block;
    vertical-align: baseline;
    width: 12px;
}
.search-input {
    width: 88%;
}
.search-input form {
    width: 100%;
}
.search-input input {
    height: 22px;
    appearance: none;
    padding: 0!important;
    margin: 0!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    box-shadow: 0 0 0 0;
    outline: 0;
    border: 0 none;
    font-size: 12px;
    background: rgba(255,255,255,0);
}
.activity-wrap {
    position: relative;
    padding: 0 0 60px 0;
}
.activity-top-image {
    position: relative;
    width: 100%;
    line-height: 0;
    vertical-align: top;
}
.activity-top-image img.activity-top-image-item {
    width: 100%;
}
.activity-container {
    padding: 20px 15px;
}
.activity-cate {
    margin: 0 0 10px 0;
    border: 0;
    height: auto;
    border-radius: 0;
}
.activity-cate a {
    margin-right: 15px;
    width: 60px;
    height: 24px;
    line-height: 26px;
    background: #fff!important;
    border-radius: 12px;
    border: 1px solid #fff;
    font-size: 12px;
    color: #242a44;
}
.activity-cate a.activity-cate-active {
    border: 1px solid #e50b85;
}
.activity-list li {
    padding: 10px 0;
    margin: 0;
    border-bottom: 1px solid #F3F4F5;
}
.activity-list .hui-media-list-img {
    width: 108px;
    height: 82px;
    border-radius: 6px;
}
.activity-list .hui-media-list-img img {
    width: 100%;
    height: 100%;
}
.activity-list h1 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    font-size: 14px;
    position: relative;
    line-height: 1.5em;
}
.activity-list span {
    font-size: 12px;
    color: #e50b85;
}
.activity-list span.activity-close {
    float: right;
}
.swiper-box-activity-user {
    /*display: flex;*/
    margin-bottom: 0;
    width: 195px;
    position: absolute;
    bottom: 0;
    z-index: 10;
}
.activity-user {
    height: 105px;
}
.swiper-box-activity-user .swiper-slide {
    display: flex;
    height: 26px!important;
    background: #242a44;
    border-radius: 15px;
}
.swiper-box-activity-user-avatar {
    margin: 3px 6px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden!important;
    background: #fff;
}
.swiper-box-activity-user-avatar img {
    width: 100%;
    height: 100%;
}
.swiper-box-activity-user-name {
    /*margin-left: 10px;*/
    height: 26px;
    width: 94px;
    font-size: 12px;
    line-height: 26px;
    color: #e50b85;
}
.swiper-box-activity-user-content {
    /*margin-left: 10px;*/
    height: 26px;
    font-size: 12px;
    line-height: 26px;
    color: #fff;
}
.swiper-box-activity-user-content span {
    font-size: 12px;
    color: #e50b85;
}
.activity-content {
    padding: 20px 20px;
}
.activity-title {
    font-size: 18px;
    font-weight: 500;
}
.activity-sub-title {
    margin-top: 10px;
    font-size: 12px;
    font-weight: normal;
}
.activity-progress {
    margin-top: 30px;
}
.activity-date, .activity-num, .apply-progress, .activity-amount {
    margin-bottom: 5px;
    font-size: 12px;
}
.activity-date span, .activity-num span, .apply-progress span, .activity-amount span {
    margin-left: 3px;
    font-size: 12px;
    color: #e50b85;
}
.activity-amount span {
    font-size: 14px;
}
.apply-progress>span {
    position: relative;
    display: inline-block;
    border: 1px solid #e50b85;
    border-radius: 3px;
    height: 6px;
    line-height: 6px;
    vertical-align: middle;
    width: 150px;
}
.apply-progress span i {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    display: inline-block;
    border: 1px solid #e50b85;
    border-radius: 2px;
    height: 4px;
    line-height: 4px;
    vertical-align: middle;
    width: var(--progress);
    background: #e50b85;
}
.apply-progress>i {
    font-size: 12px;
    color: #e50b85;
}
.activity-p-title {
    margin-top: 30px;
    font-size: 16px;
    font-weight: normal;
}
.activity-detail-content {
    font-size: 16px;
    padding: 0;
    margin: 20px 0 0 0;
}
.activity-detail-content.activity-remark {
    font-size: 16px;
    font-weight: bold;
}
.activity-detail-content img {
    display: inline-block;
    width: 100%;
    line-height: 0;
    vertical-align: top;
}
#hui-black-mask {
    display: none;
}
#hui-black-action {
    position: relative;
}
.hui-black-mask-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: #fff;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    z-index: -1;
}
.activity-share-image {
    text-align: center;
}
.activity-share-greeting {
    margin-top: 10px;
    width: 100%;
    font-size: 14px;
    text-align: center;
    color: #fff;
    /*height: 40px;*/
    /*line-height: 40px;*/
    overflow: auto;
    white-space: normal;
    word-wrap:break-word;
}
.activity-share-btn {
    margin: 20px auto 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    background: #e50b85;
    color: #fff;
}
.activity-apply-btn {
    margin: 20px auto 0;
    width: 100%;
    height: 38px;
    line-height: 38px;
    background: #e50b85;
    color: #fff;
}
.charity-end {
    background: #999;
}
.activity-list-item {
    margin: 20px 15px;
}
.activity-list-item li {
    border-bottom: none;
}
.activity-apply-content {
    display: flex;
    flex-direction: column;
}
.activity-apply-content-subtitle {
    height: 34px;
    overflow: hidden;
    line-height: 1.25em!important;
}
.activity-apply-amount {
    height: 20px;
}
.activity-apply-amount>span {
    font-size: 16px!important;
}
.activity-apply-form {
    padding: 0 20px 20px 20px;
}
.activity-detail-content p *, .activity-content  p * {
    font-size: inherit;
}
.hui-form-items-title {
    width: 85px;
}
.form-items-sub {
    width: 50px;
}
.form-radios-inline {
    display: flex;
}
.hui-form-radios input[type="radio"]:checked + label:before {
    color: #e50b85;
}
.hui-form-radios input[type="checkbox"]:checked + label:before {
    color: #e50b85;
    vertical-align: text-top;
}
.hui-form-radios input[type="checkbox"] + label:before {
    vertical-align: text-top;
}
.hui-form-radios a {
    color: #e50b85;
    text-decoration: underline;
}
.donate-amount-choose {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
    position: fixed;
    z-index: 11;
    left: 0;
    top: 0;
    display: none;
}
.donate-amount-choose-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
}
.donate-amount-choose-close {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 25px;
    height: 25px;
}
.donate-amount-choose-content .heart {
    font-size: 12px;
}
.donate-amount-choose-close img {
    width: 100%;
    height: 100%;
}
.donate-amount-choose .activity-list {
    padding: 20px 10px;
}
.donate-amount-choose .activity-list .hui-media-content {
    position: relative;
}
.donate-amount-choose .activity-list .hui-media-content .donate-choose-amount {
    position: absolute;
    bottom: 0;
    font-size: 12px;
}
.donate-choose-amount span {
    font-size: 18px;
}
.donate-amount-choose-items {
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}
.donate-amount-choose-item {
    margin: 0 0 10px 0;
    width: 30%;
    height: 30px;
    background: #fff;
    color: #242a44;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    border: 1px solid #e50b85;
    border-radius: 15px;
}
.donate-amount-choose-item.active {
    background: #e50b85;
    color: #fff;
}
.donate-amount-choose-items:after {
    content: "";
    width: 30%;
}
.donate-amount-customize {
    margin: 0 auto;
    padding: 15px 20px;
    text-align: center;
    border: none;
}
.donate-amount-customize>input {
    font-size: 14px;
    text-align: center;
    border: 1px solid #e50b85;
    height: 30px;
    border-radius: 16px;
}
.donate_agreement {
    margin-left: 20px;
}
.donate-apply-btn {
    margin: 20px 0 40px 0;
    padding: 0 20px;
}
.donate-apply-btn button {
    width: 100%;
    margin: 0 auto;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    background: #e50b85;
    color: #fff;
}
.layui-m-layerbtn span[yes] {
    color: #e50b85!important;
}
.layui-m-layercont {
    padding: 0 20px 20px 20px!important;
    height: calc(60vh);
    overflow: scroll;
}
.article-cate-title {
    margin-bottom: 10px;
    font-size: 18px;
}
.article-list-main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.article-list-main h1 {
    width: 100%;
    height: 60px;
    white-space: normal;
}
.article-detail-title {
    padding: 20px;
    font-size: 18px;
    font-weight: 600;
}
.article-detail-swiper {
    border-radius: 8px;
}
.article-detail-subtitle {
    display: flex;
    justify-content: space-between;
    padding: 0 20px 10px 20px;
    font-size: 12px;
    font-weight: normal;
    color: #565966;
}
.feedback-box {
    padding: 0 15px 15px 15px;
    border: none;
}
.hui-form-items .hui-form-textarea.feedback {
    width: 100% !important;
}
.hui-form-items .hui-form-textarea.feedback textarea {
    border: 1px solid #b4b5b8;
    background: #fff;
    border-radius: 8px;
    height: 150px;
}
.partner-list-box li {
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #242a44;
    border-radius: 12px;
    height: 160px;
}
.partner-list-box a {
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
}
.partner-list-logo {
    height: 26px;
}
.partner-list-logo img {
    height: 100%;
}
.partner-list-name {
    margin: 10px 0;
    height: 20px;
    overflow: hidden;
    font-size: 16px;
    font-weight: 500;
}
.partner-list-desc {
    height: 56px;
    overflow: hidden;
    font-size: 14px;
    color: #b4b5b8;
}
.partner-list-industry {
    margin: 10px 0 0 0;
    height: 32px;
    overflow: hidden;
    font-size: 12px;
    color: #b4b5b8;
}
#hui-loading-in > div {
    background-color: #e50b85;
}
#hui-loading-text {
    color: #e50b85;
    font-size: 14px;
}
#hui-transparent-mask {
    background-color: rgba(255,255,255,0.7);
}

.perday-body {
    background: #fff;
}
.perday-wrap {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    /*background-image: linear-gradient(to top, rgba(255,255,255,1), rgba(255,255,255,0)), url("../img/thumb.jpg");*/
}
.perday-donate-warp {
    padding: 30px 20px 0 30px;
    width: 100px;
}
.perday-donated-days {
    text-align: left;
    width: 100%;
    font-size: 30px;
    color: #e50b85;
}
.perday-donated-days-title {
    padding: 0;
    text-align: left;
    font-size: 14px;
    color: #b4b5b8;
    font-weight: normal;
}
.perday-donate-button {
    margin: 10px 0 15px 15px;
    text-align: center;
    width: 100px;
    height: 30px;
    background: #e50b85;
    border-radius: 15px;
    line-height: 30px;
    color: #fff;
}
.activity-apply-btn.donated {
    background: #999;
}
.perday-logo {
    position: absolute;
    right: 10px;
    height: 3.5rem;
    line-height: 3.5rem;
}
.perday-logo img {
    height: 100%;
    vertical-align: top;
}
.flex-pack-center {
    justify-content: left;
}

.Calendar {
    margin: 30px 15px 30px;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.Calendar #toyear {
    position: relative;
    height: 3.5rem;
}
.Calendar #toyear #idCalendarPre, .Calendar #toyear #idCalendarNext {
    padding: 0 1.5rem;
}
.Calendar #toyear .year-month,.Calendar #toyear #idCalendarPre, .Calendar #toyear #idCalendarNext {
    line-height: 3.5rem;
}
.Calendar table tr {
    height: 3rem;
}
.Calendar table tr td p {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
}
.Calendar table tr .today p {
    border-bottom: 1px solid #e50b85;
    /*border-radius: 50%;*/
}
.Calendar table tr .onToday {
    background-image: url("../img/signed.png");
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: top right;
}
.Calendar table tr .onToday p {
    color: #e50b85;
}
.nothing {
    display: block!important;
    margin: 30px auto 0!important;
    border-bottom: none!important;
    width: 100px;
}
.nothing img {
    width: 100%;
    vertical-align: top;
}
.nothing span {
    margin-top: 5px;
    display: inline-block;
    width: 100%;
    color: #e6e6e6;
    font-size: 14px;
    text-align: center;
}
.hui-list-icons img {
    width: 18px;
    vertical-align: middle;
}
body .layui-m-layer-agreement-layer-class .layui-m-layercont{
    text-align: left;
}
.icp {
    margin-bottom: 10px;
    text-align: center;
}
.icp * {
    color: #b4b5b8;
    font-size: 12px;
}
