/* Author: Cymoo
   Author e-mail: milkywayjc@hotmail.com
   Version: 0.1
   Created: Dec 2016
   File Description:Main CSS file
*/

/*======= Reset ======== */

body {
  color: #555;
  background: #fff;
  font-size: 14px;
  line-height: 22px;
  overflow-x:hidden;
}

::selection{
  background: rgba(249, 230, 5, 0.5);
  color: #496174;
}

::-moz-selection {
  background: rgba(249, 230, 5, 0.5);
  color: #496174;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
a {
  color: #00ab6b;
}
a:hover {
  color: #00804e;
}

a:hover,a:focus,.a:active {
  text-decoration: none;
  outline: none !important;
}

/*======= Helper classes ======== */
.section {
  padding-top: 100px;
  padding-bottom: 80px;
}
.block {
    display: block;
}
.inline-block {
  display: inline-block;
}
.hr-dashed {
  border-top: 1px dashed #e7eaec;
  color: #ffffff;
  background-color: #ffffff;
  height: 1px;
  margin: 20px 0;
}
.title {
  font-size: 25px;
  margin-top: 0;
}
.sub-title {
  margin-bottom: 40px;
  font-size: 15px;
}
.text-navy {
  color: #1ab394;
}
.text-grey {
  color: #555;
}
.text-white {
  color: #ffffff !important;
}
.text-muted {
  color: #95A8B7;
}
.text-light {
  color: rgba(255, 255, 255, 0.85);
}
.bg-light {
  background-color: #f3f6fa;
  border-top: 1px solid #E6EDF3;
  border-bottom: 1px solid #E6EDF3;
}
.bottom-bordered {
  border-bottom: 1px solid rgba(0,0,0,.13);
}
.list-inline {
  display: inline-block;
  width: 100%;
}
.list-inline li {
  padding: 15px;
}
.list-inline li a {
  font-size: 16px;
  color: #00ab6b;
}
.m-30 {
  margin: 30px;
}
.m-t-15 {
  margin-top: 15px;
}
.m-t-20 {
  margin-top: 20px;
}
.m-t-b-15 {
  margin: 15px 0;
}
.m-t-b-20 {
  margin: 20px 0;
}
.m-l-15 {
  margin-left: 15px;
}
.m-r-15 {
  margin-right: 15px;
}
.m-t-0 {
  margin-top: 0 !important;
}
.m-b-0 {
  margin-bottom: 0;
}
.m-b-15 {
  margin-bottom: 15px;
}
.p-t-b-30 {
  padding: 30px 0;
}
.p-t-b-15 {
  padding: 15px 0;
}
.p-5 {
  padding: 5px;
}
.p-l-15 {
  padding-left: 15px;
}
.p-0 {
  padding: 0 !important;
}
.p-t-5 {
  padding-top: 5px;
}
.p-t-10 {
  padding-top: 10px;
}
.p-t-15 {
  padding-top: 10px;
}
.p-b-15 {
  padding-bottom: 15px;
}
.p-b-30 {
  padding-bottom: 30px;
}
.p-15 {
  padding: 15px;
}
.p-30 {
  padding: 30px;
}
.fs-15 {
  font-size: 15px;
}
.text-normal {
  font-size: 14px;
}
.text-large {
  font-size: 16px;
}
.text-small {
  font-size: 13px;
}
.text-xs-small {
  font-size: 12px;
}
.w-full {
  width: 100% !important;
}
.trans {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.box-shadow {
	-webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, .13);
	box-shadow: 0 3px 12px rgba(0, 0, 0, .13);
}
/* Back to top */
.back-to-top {
  width: 30px;
  height: 30px;
  position: fixed;
  bottom: 10px;
  right: 20px;
  display: none;
  text-align: center;
  z-index: 10000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #496174;
}
.back-to-top i {
  color: #fff;
  font-size: 22px;
  display: block;
  line-height: 30px;
}
.cover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.app-search {
	position: relative;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: 15px;
	color: #ffffff;
}
.app-search .form-control {
	border: none;
	font-size: 13px;
	color: #333;
	padding-left: 20px;
	background: rgba(231, 235, 236, 0.98);
	box-shadow: none;
	border-radius: 34px;
	margin-top: 1px;
}
.app-search a, .app-search button{
	position: absolute;
	top: 3px;
	right: 15px;
	color: #666 !important;
}
.app-search button {
  border-style: none;
  background-color: transparent;
}
/*======= Buttons ======= */
.btn {
  border-radius: 2px;
  padding: 8px 16px;
  outline: none !important;
  box-shadow: none !important;
}

.btn-sm {
  padding: 5px 10px !important;
}

.btn-white-fill {
  padding: 8px 24px !important;
  background-color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.75) !important;
  border-radius: 50px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.btn-white-fill:hover {
  border: 2px solid rgba(255, 255, 255, 0.75) !important;
  background-color: transparent;
  color: #ffffff !important;
}
.btn-white-bordered {
  padding: 8px 24px !important;
  background-color: transparent !important;
  border: 2px solid rgba(255, 255, 255, 0.75) !important;
  color: #ffffff;
  border-radius: 50px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.btn-white-bordered:hover {
  background-color: #ffffff !important;
}
.btn-custom {
  padding: 8px 24px !important;
  color: #ffffff !important;
  border-style: none;
  border-radius: 50px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.btn-custom:hover {
  border: 1px solid #00ab6b;;
  background-color: transparent !important;
}

/*======= Dropdown ======= */
.dropdown-menu {
  box-shadow: none;
  padding: 4px;
  border-radius: 4px !important;
  -webkit-animation: dropdownOpen 0.3s ease-out;
  -o-animation: dropdownOpen 0.3s ease-out;
  animation: dropdownOpen 0.3s ease-out;
  border: 2px solid #eee;
}
.dropdown-menu > li > a {
  padding: 6px 20px;
  font-size: 15px !important;
  color: #496174 !important;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  color: #ffffff !important;
}
@-webkit-keyframes dropdownOpen {
  0% {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	opacity: 0;
  }
  100% {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
  }
}
@keyframes dropdownOpen {
  0% {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	opacity: 0;
  }
  100% {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
  }
}
/* Modals */
.modal .modal-dialog .modal-content {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-color: #DDDDDD;
  border-radius: 2px;
  box-shadow: none;
  padding: 25px;
}

.modal .modal-dialog .modal-content .modal-header {
  border-bottom-width: 2px;
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 20px 0;
}
.modal .modal-dialog .modal-content .modal-footer {
  padding: 0;
  padding-top: 15px;
}

/*===== Navbar Custom ======*/

.navbar-custom {
  width: 100%;
  border-radius: 0;
  z-index: 999;
  padding: 20px 0;
  margin-bottom: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.navbar-custom .navbar-nav li a {
  color: rgba(255, 255, 255, 0.83);
  font-size: 14px;
  margin: 5px 0;
}
.navbar-custom .nav>li>a:focus,.navbar-custom .nav>li>a:hover,.navbar-custom .navbar-nav li.active a {
  background-color: transparent;
  color: #ffffff;
}
.navbar-nav .open .dropdown-menu>li>a {
  font-size: 13px !important;
}
.navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-btn {
  padding: 5px 20px !important;
  text-transform: none !important;
  font-weight: 400;
  margin-top: 8px !important;
}
.logo {
	padding: 0;
	font-weight: 500;
	font-size: 22px;
	color: #ffffff !important;
	letter-spacing: 1px;
}
.logo img {
	height: 100%;
	width: auto;
	vertical-align: middle;
	border-radius: 4px;
}
.navbar-toggle {
  font-size: 30px;
}
.navbar-custom .btn-custom {
  margin-top: 8px;
  margin-left: 20px;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  background-color: transparent;
  border-color: #337ab7;
}
.sticky-wrapper {
	position: absolute;
	width: 100%;
}
.sticky-wrapper.is-sticky .navbar-custom {
	padding: 10px 0 !important;
}
/*======= Home page =======*/

.home-fullscreen {
  height: 100%;
  min-height: 400px;
}
.home-wrapper {
  padding: 200px 0 150px 0;
}
.home-sm {
  padding: 175px 0 125px 0 !important;
}
.home-sm .h1 {
  margin-top: 30px !important;
}
.home-wrapper h1{
  line-height: 46px;
  width: 70%;
  margin: 0 auto;
}
.home-wrapper h4 {
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  width: 80%;
  margin: 30px auto 50px auto;
}

/*======= Footer =======*/

.footer {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
  font-size: 13px;
  color: #777;
}
.footer h5{
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}
.footer a{
  color: rgba(255, 255, 255, 0.4);;
}
.footer a:hover{
  color: rgba(255, 255, 255, 0.6);;
}
.footer ul li {
  margin: 5px 0;
}
.footer-alt {
  margin-top: 30px;
  padding-top: 20px;
}
.footer address {
  color: rgba(255, 255, 255, 0.4);
  line-height: 24px;
  font-size: 13px;
}

/* === Other pages  === */

.header-title-box {
  padding-top: 5px;
  padding-bottom: 10px
}
.header-title-box h3 {
  font-size: 30px;
  font-weight: 300;
}
.title-about h3 {
  margin-bottom: 30px;
}
.wide-img-showcase-row {
  position: relative;
}
.cover-img {
  position: absolute;
  height: 100%;
}
.about-detail-img-box {
  padding: 15% 0;
}

/* testimony page */
.ibox-title .avatar {
  width: auto;
  height: 180px;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,.07);
}
.ibox-title .name {
  font-size: 15px;
  color: #72c02c;
}
.testimony .words{
    text-indent: 2em;
  background: #fff;
  position: relative;
  margin-bottom: 40px;
  padding: 0 10px 20px 10px;
}
.testimony .words p {
    font-size: 15px;
    line-height: 1.5;
}
.testimony .words:before {
  position: absolute;
  margin: -25px 0 0 -40px;
  color: #bbb;
  font-size: 60px;
  font-family: Georgia, serif;
  content: "\201C";
}


/* === Contact page ===*/

textarea {
  max-width: 100%;
}
.contact-form {
    padding-top: 30px;
}
.contact-form .form-control {
  height: 42px;
  box-shadow: none;
  border: 2px solid rgba(40, 40, 46, 0.3);
}
textarea.form-control {
  height: auto !important;
}
.contact-box {
    padding: 30px 30px 10px;
}
.contact-detail {
  margin-bottom: 15px;
}
.contact-detail label {
    display: inline-block;
}
.contact-detail i{
  float: left;
  width: 40px;
  font-size: 24px;
}
.contact-detail p,.contact-detail address{
  overflow: hidden;
}
.contact-detail a {
  color: #496174;
}
.qr-wrap {
  text-align: center;
}
.qr-wrap img {
    max-width: 400px;
    height: auto;
}

/* ==== FAQ page ==== */

.question {
  margin-top: 40px;
  font-weight: 400;
  font-size: 16px;
}
/* === Intro page === */
.intro-form {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0 22px 45px -15px rgba(0,0,0,0.5) !important;
  -moz-box-shadow: 0 22px 45px -15px rgba(0,0,0,0.5) !important;
  box-shadow: 0 22px 45px -15px rgba(0,0,0,0.5) !important;
}
.intro-form h3{
  color: #949799;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 0;
}
.intro-form input {
  border: 1px solid #eee;
  height: 38px;
  box-shadow: none !important;
}
.intro-form .form-group:last-of-type {
  margin-bottom: 0;
}

/*======= Responsive ======*/

@media (min-width: 768px) {
  .nav-custom-left {
    margin-left: 2%;
  }
  .navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
	.logo {
		padding-left: 15px;
	}
	.no-padding.img,.no-padding.img-2 {
		position: relative;
		height: 300px;
	}
	.video-wrapper {
		padding-top: 50px;
	}
	.intro-form {
		margin-top: 50px;
	}
	.feat-description {
		margin-bottom: 50px;
		text-align: center;
	}
}
/* ==== Color === */
.back-to-top:hover,.bg-custom,.btn-custom,.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover,
.navbar-custom  {
  background-color:#00ab6b!important;
}
.btn-white-fill,.text-custom,.btn-white-bordered:hover,.btn-custom:hover,.features-box i,
.pricing-column .plan-title {
  color:#00ab6b!important;
}
.btn-custom {
}
.intro-form input:focus {
  border: 1px solid #01bf86;
}
.text-red {
  font-weight:500;
  color: rgba(207, 78, 89, 0.91) !important;
}

/* ==== Vendors custom === */

.badge {
  padding: 2px 5px;
  font-size: 11px;
}
/* bx-slider */
.bxslider-controls {
	position: relative;
}
.bxslider-controls .bx-prev, .bxslider-controls .bx-next {
  position: absolute;
  /*display: inline-block;*/
  top: -35px;
  padding: 6px 0;
  width: 32px;
  height: 35px;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.bxslider-controls .bx-prev {
  cursor: pointer;
  right: 37px;
}
.bxslider-controls .bx-next {
  cursor: pointer;
  right: 0;
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
  background-color: #00ab6b;
}
.panel-default>.panel-heading {
}
.panel-footer {
  background-color: rgba(186, 25, 57, 0.1);
}
/* === 搜索页 === */
.search-form button {
  padding: 10px 16px;
  border: 1px solid rgba(0,0,0, .13);
  background-color: #00ab6b;
  color: #fff;
}
.search-form button:hover {
  background: #fff;
  color: #00ab6b;
}
.search-results {
  min-height: 230px;
}
.search-results li {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed rgba(0,0,0,.13);
}
.search-results li time {
  padding-right: 4px;
  color: #777;
  font-size: 13px;
}
.search-results a {
  padding-left: 6px;
  color: #555;
  border-left: 1px solid rgba(0,0,0,.15);
}
/* ==== News Slider === */
.bx-viewport {
  box-shadow: none !important;
}
.bxslider {
  margin-top: 20px;
}
.bxslider li {
  height: auto;

}
.bxslider li .cover {
  height: 160px;
}
.bxslider li .cover span {
  display: inline-block;
  margin-top: 50px;
  padding: 5px;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  background-color: rgba(0, 0, 0, 0.53);
  border-radius: 4px;
}
.bxslider li .detail {
  position: relative;
  margin-bottom: 5px;
  height: 150px;
}
.bxslider li .detail a {
  display: block;
  height: 100%;
  padding: 15px;
  font-size: 13px;
  color: #666;
  text-align: justify;
  overflow: hidden;
  text-decoration: none;
}
.bxslider li .detail a:hover {
  color: #01bf86;
}
.bxslider li .detail span {
  position: absolute;
  bottom: 15px;
  left: 15px;
  font-size: 13px;
}
/* ==== breadcrumbs === */
.breadcrumbs {
    overflow: hidden;
    padding: 10px 0 6px;
    border-bottom: solid 1px #eee;
}
.breadcrumbs h3 {
  font-size: 18px;
  color: #555;
}
.breadcrumb {
  top: 10px;
  margin-bottom: 8px;
  padding-right: 0;
  background: none;
  position: relative;
  font-size: 13px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb a {
  color: #777;
}
/* ==== hot rank ==== */
.hot-rank {
    display: inline-block;
    margin-right: 9px;
    height: 27px;
    width: 27px;
    /* background-color: rgba(174, 174, 174, 0.84); */
    background-color: rgba(186, 25, 57, 0.1);
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    color: #555;
    line-height: 27px;
}

/* ==== news ==== */
.news-wrapper {
  display: block;
}
.news-badge {
  position: relative;
  /*overflow: hidden;*/
  height: 185px;
}
.news-badge > p {
    left: 0;
    top: 20px;
    background: #fff;
    padding: 3px 8px;
    text-align: center;
    position: absolute;
    background: rgba(255,255,255, .85);
}
.news-badge > p span  {
  color: #555;
  display: block;
  font-size: 16px;
  line-height: 16px;
}
.news-badge > p small {
    color: #555;
    display: block;
    font-size: 11px;
}
.news-badge .news-time-xs {
  display: none;
}
.news-desc {
  padding: 7px 15px 15px;
  height: 130px;
  background: #fff;
}
@media (min-width: 400px) and (max-width: 435px){
  .news-desc {
    height: 110px;
  }
}
@media (min-width: 500px) and (max-width: 767px){
 .news-desc {
   height: 80px;
 }
}
.news-desc h4 {
  margin: 0 0 3px;
  color: #444;
  font-size: 16px;
}
.news-desc time {
  display: inline-block;
  padding-top: 3px;
  color: #777;
  line-height: 1;
  font-size: 13px;
}
.news-desc p {
  padding-top: 3px;
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .news-wrapper {
    display: table;
    position: relative;
    padding: 20px 15px 25px;
    vertical-align: middle;
  }
  .news-badge {
    display: table-cell;
    width: 120px;
    height: 80px;
  }
  .news-desc {
    padding: 0 0 0 15px;
    display: table-cell;
    vertical-align: middle;
  }
  .news-desc h4 {
    font-size: 15px;
  }
  .news-desc p {
    margin-bottom: 0;
    font-size: 13px;
  }
  .news-badge .news-time-xs {
    display: inline-block;
    position: absolute;
    bottom: -23px;
    left: 30px;
    font-size: 12px;
    color: #777;
  }
}

.sidebar .headline {
  display: block;
  background: #fff;
  padding: 1px 10px;
  margin: 0 0 20px 0;
  border-left: 2px solid #000;
}
.sidebar .headline h2 {
  margin: 3px 0;
  font-size: 20px;
  font-weight: 300;
}
.sidebar ul li {
  padding: 7px 0;
  border-bottom: 1px solid rgba(0,0,0,.13);
}
.sidebar ul li h3 {
  font-size: 14px;
  margin: 0 0 5px;
  line-height: 17px;
}
.sidebar ul li h3 a {
  color: #555;
}
.sidebar ul li small {
  color: #777;
}
.sidebar ul li small time {
    padding-right: 4px;
}
.sidebar ul li small a {
  padding-left: 6px;
  border-left: 1px solid rgba(0,0,0,.13);
  color: #01bf86;
}
.news-content {
  width: 100%;
  padding-bottom: 20px;
}
.news-content > h2 {
  margin-top: 5px;
  margin-bottom: 15px;
  color: #555;
  font-size: 18px;
  text-align: center;
}
.news-content .pub-date {
  font-size: 13px;
  color: #777;
  text-align: center;
}
.news-content .news-intro {
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 15px;
}
.news-content .news-intro p {
  margin: 0;
  font-style: italic;
  color: #777;
}
/* 待完善 */
.news-body {
  width: 100%;
  line-height:1.6;
  text-indent: 2em;
  color: #555;
}
.news-body .img-wrapper {
  text-indent: 0;
  width: 100%;
  margin: 10px auto;
  text-align: center;
}
.news-body .img-wrapper img {
  display: inline-block;
  /*max-width: 90%;*/
  width: 100%;
  height: auto;
}
/* ==== tab === */
.tab-container .nav-tabs {
  border-bottom: 1px solid #e7eaec;
}
.tab-container .nav-tabs > li {
  /*float: left;*/
  width: 33.333333%;
  margin-bottom: -1px;
}
.tab-container .nav-tabs > li a {
  width: 100%;
  display: inline-block;
  color: #01bf86;;
  border: 1px solid #e7eaec;
  border-bottom-color: transparent;
}
.ibox {
  clear: both;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 15px;
}
.ibox:before, .ibox:after {
  display: table;
}
.ibox-title {
  background-color: #ffffff;
  border-color: #e7eaec;
  color: inherit;
  margin-bottom: 0;
  padding: 15px 15px 7px;
  min-height: 48px;
}
.ibox-title h5 {
  display: inline-block;
  font-size: 16px;
  margin: 0 0 7px;
  padding: 0;
  text-overflow: ellipsis;
  float: left;
}
.ibox-content {
  clear: both;
  background-color: #ffffff;
  color: inherit;
  /*padding: 15px 20px 20px 20px;*/
  padding: 8px;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 0;
}
.ibox-content ul {
  padding-left: 5px;
}
.ibox-content ul li {
  margin-bottom: 15px;
}
.ibox-content h5 {
  font-size: 16px;
}
.ibox-content p {
  font-size: 13px;
}
/*=== projects page  === */

#projects {
  background: #f3f6fa;
}
#projects .ibox {
  position: relative;
  height: 200px;
  text-align: center;
  overflow: hidden;
  background: #00ab6b;
}
#projects .ibox h4 {
  color: #fff;
}
#projects .ibox p {
  font-size: 13px;
  color: #fff;
  text-align: justify;
}

/*=== 捐款项目页面 ===*/
.search-wrap {
    max-width: 320px;
}
.donation-list {

}
.donation-list a {
    color: #555;
}
.donation-list .img-cover {
    height: 100px;
}
.donation-list .img-cover a {
    display: block;
    margin-right: -15px;
    height: 100%;
}
.donation-list .detail {
    position: relative;
    height: 100px;
}
.donation-list .detail h5 {

}
.donation-list .detail p {
    line-height: 1.3;
}
.donation-list .detail h5 .see-more{
    margin-left: 30px;
    padding: 7px;
    background: #00ab6b;
    border-radius: 6px;
    color: #fff;
    font-size: 12px;
}
.donation-list .detail .detail-footer {
    position: absolute;
    bottom: 0;
    left: 0;
}
.donation-list .detail .detail-footer i,
.donation-list .detail .detail-footer .count{
    padding-right: 3px;
}

/* 推荐捐赠项目 */
.col-p-5 {
  padding-left: 5px;
  padding-right: 5px;
}
.em-donation {
    color: #555;
}
.em-donation .cover {
    height: 130px;
}
.em-donation .detail {
    position: relative;
    padding: 5px;
}
.em-donation .detail h5 {
  margin: 5px 0;
  font-weight: normal;
}
.em-donation .detail p {
    line-height: 1.3;
}
.em-donation .detail .see-more {
    background: #00ab6b;
    border-radius: 6px;
    color: #fff;
    font-size: 12px;
}
@media (max-width: 767px) {
    .em-donation .cover {
        height: 80px;
    }
}

/*=== 项目详情页面 ===*/
.project-content {
    font-size: 13px;
    text-indent: 2em;
    padding-bottom: 60px;
}
.project-content img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 75% !important;
}
.fixed-bottom {
    position: fixed;
    padding-top: 5px;
    padding-bottom: 5px;
    bottom: 0;
    left: 0;
    right: 0;
    height: 48px;
    background: rgba(0, 171, 107, 0.85);
}
.fixed-bottom > a {
    display: inline-block;
    font-size: 12px;
    text-align: center;
    padding: 6px 18px;
    font-weight: 400;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 50px;
    background: #fff;
    color: #00ab6b;
}
.fixed-bottom > a:hover {
    color: #fff;
    background: rgba(0, 171, 107, 0.85);
}
.fixed-bottom .share-option {
  position: absolute;
  top: -40px;
  left: 50px;
}

/* todo: find a better place */
/*=== TEMP ====*/
#pay_btn {
  padding: 15px 72px !important;
  font-size: 16px;
}
#pay_btn:hover span {
  font-size: 23px;
}
.pay-text {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1;
}

/* 个人主页 */
.avatar-wrap {
    padding-top: 20px;
    padding-bottom: 30px;
    text-align: center;
}
.avatar-wrap img {
    display: inline-block;
    height: 64px;
    width: 64px;
    border-radius: 50%;
}
.avatar-wrap p {
    padding-top: 10px;
    font-size: 13px;
    color: #333;
}
#show-cert {
    position: absolute;
    right: 5px;
}
#show-cert a {
    display: inline-block;
    padding-top: 45px;
    padding-right: 15px;
    font-size: 15px;
}
.img-list {

}
.img-list li {
  padding: 5px;
}
.img-list a {
  text-decoration: none;
}
.img-list img {
  width: 100%;
  height: auto;
}

/* 索引页 */
.index-header {
  padding-bottom: 15px;
}
.index-header h2 {
  font-size: 18px;
}
.index-header img {
  height: 60px;
  width: auto;
}

.index-content ul,
.index-footer ul
{
  display: table;
  width: 100%;
}
.index-content li,
.index-footer li
{
  display: table-cell;
}
.index-content .row1 li,
.index-content .row2 li
{
  width: 33.333%;
}
.index-content li img {
  width: 100%;
  height: auto;
}

.index-footer {
  margin-top: 15px;
  margin-bottom: 15px;
}
.index-footer .wrapper {
  padding: 7px;
  background-color: #f0f0f0;
}
.index-footer li {
  width: 25%;
  text-align: center;
}
.index-footer li a {
  display: inline-block;
  text-align: center;
}
.index-footer li img {
  width: 48px;
  height: 48px;
}