/*******************************
    为了保证 app 的结构清晰，你必须参照 semantic 的目录结构
*******************************/
/******** Flex Mixin *********/
/*--------------------
   Site Variables
---------------------*/
/* Default site.variables */
/* Site theme site.variables */
/*-------------------
 Component Variables
---------------------*/
/* Default */
/* Site Theme */
@media only screen and (max-width: 300px) {
  html,
  body {
    font-size: 12px;
  }
}
@media only screen and (max-width: 310px) and (min-width: 300px) {
  html,
  body {
    font-size: 12px;
  }
}
@media only screen and (max-width: 320px) and (min-width: 310px) {
  html,
  body {
    font-size: 12px;
  }
}
@media only screen and (max-width: 350px) and (min-width: 320px) {
  html,
  body {
    font-size: 12px;
  }
}
@media only screen and (max-width: 360px) and (min-width: 350px) {
  html,
  body {
    font-size: 12px;
  }
}
@media only screen and (max-width: 400px) and (min-width: 360px) {
  html,
  body {
    font-size: 13px;
  }
}
@media only screen and (max-width: 470px) and (min-width: 400px) {
  html,
  body {
    font-size: 15.46665px;
  }
}
@media only screen and (max-width: 480px) and (min-width: 470px) {
  html,
  body {
    font-size: 18.08334px;
  }
}
@media only screen and (max-width: 540px) and (min-width: 480px) {
  html,
  body {
    font-size: 15px;
  }
}
@media only screen and (max-width: 560px) and (min-width: 540px) {
  html,
  body {
    font-size: 15px;
  }
}
@media only screen and (max-width: 570px) and (min-width: 560px) {
  html,
  body {
    font-size: 15px;
  }
}
@media only screen and (max-width: 630px) and (min-width: 570px) {
  html,
  body {
    font-size: 15px;
  }
}
@media only screen and (max-width: 640px) and (min-width: 630px) {
  html,
  body {
    font-size: 15px;
  }
}
@media only screen and (max-width: 710px) and (min-width: 640px) {
  html,
  body {
    font-size: 15px;
  }
}
@media only screen and (max-width: 720px) and (min-width: 710px) {
  html,
  body {
    font-size: 15px;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1024px) {
  html,
  body {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  html,
  body {
    font-size: 15px;
  }
}
.viewport {
  height: 100%;
  margin: 0 auto;
  max-width: 680px;
}
.viewport hr {
  border-width: 0px;
  border-bottom: 1px solid #BEBEBE;
  margin: 0;
}
.noselect {
  touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.needsclick {
  cursor: pointer;
}
img.lazyload {
  cursor: pointer;
}
.no-result-tip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3.75em;
}
.page-with-footer {
  min-height: 100%;
  padding-top: 2.462em;
  margin-top: -2.462em;
}
.xamargin {
  margin-right: auto !important;
  margin-left: auto !important;
}
.a0margin {
  margin: 0 0 !important;
}
.t0margin {
  margin-top: 0 !important;
}
.r0margin {
  margin-right: 0 !important;
}
.b0margin {
  margin-bottom: 0 !important;
}
.l0margin {
  margin-left: 0 !important;
}
.x0margin {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.y0margin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.y5margin {
  margin-top: .5rem !important;
  margin-bottom: .5rem !important;
}
.margin-top-auto {
  margin-top: auto;
}
.margin-auto {
  margin: 0 auto;
}
.x0padding {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.a0padding {
  padding: 0 0 !important;
}
.t0padding {
  padding-top: 0 !important;
}
.b125padding {
  padding-bottom: 1.25em !important;
}
.y125padding {
  padding-top: 1.25em !important;
  padding-bottom: 1.25em !important;
}
.x125padding {
  padding-right: 1.25em !important;
  padding-left: 1.25em !important;
}
.r0padding {
  padding-right: 0 !important;
}
.b0padding {
  padding-bottom: 0 !important;
}
.l0padding {
  padding-left: 0 !important;
}
.x0padding {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.y0padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.xlpadding {
  padding-left: 1.154rem !important;
  padding-right: 1.154rem !important;
}
.ylpadding {
  padding-top: 1.154rem !important;
  padding-bottom: 1.154rem !important;
}
.a0radius {
  -webkit-border-radius: 0 !important;
          border-radius: 0 !important;
}
.a1radius {
  -webkit-border-radius: 0.1em !important;
          border-radius: 0.1em !important;
}
.a2radius {
  -webkit-border-radius: 0.2em !important;
          border-radius: 0.2em !important;
}
.a3radius {
  -webkit-border-radius: 0.3em !important;
          border-radius: 0.3em !important;
}
.b0border {
  border-bottom: none !important;
}
.rs-line-height {
  line-height: 1rem !important;
}
.relative {
  position: relative !important;
}
.static {
  position: static !important;
}
.flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.row-direction.flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.column-direction.flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.center-justified {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.start-justified {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.end-justified {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.between-justified {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.center-aligned {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-around {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.flex-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.display-none {
  display: none;
}
.display-none-not-important {
  display: none;
}
.display-none-important {
  display: none !important;
}
.display-block {
  display: block;
}
.flex.justify.between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ajax-hide-content {
  display: none;
}
.move-up {
  position: relative;
  top: -0.666em;
}
.overflow.scroll {
  overflow-y: scroll;
  /* this fixes the overflow:hidden in Chrome */
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}
.overflow.hidden {
  overflow: hidden !important;
}
.pointer.cursor {
  cursor: pointer;
}
.word-break-all {
  word-break: break-all;
}
.width-50 {
  width: 50%;
}
.width-100 {
  width: 100%;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.img-circle {
  -webkit-border-radius: 500em;
          border-radius: 500em;
}
.img-rounded {
  -webkit-border-radius: 1em;
          border-radius: 1em;
}
.min-height {
  min-height: 9.833em !important;
}
.flipy {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.grey.text {
  color: #ABABAB;
}
.light.grey.text {
  color: #D0D0D0;
}
.lighter.grey.text {
  color: #BEBEBE;
}
.dark.grey.text {
  color: #8F8F8F;
}
.darker.grey.text {
  color: #414141;
}
.white.text {
  color: #FFFFFF;
}
.green.text {
  color: #00C782;
}
.small.text {
  font-size: 0.8em;
}
.error.text {
  color: #FF0000;
}
.primary.text {
  color: #3358B2;
}
.secondary.text {
  color: #407ADD;
}
.error.text {
  color: #FF0000;
}
.center.aligned.text {
  text-align: center;
}
.right.aligned.text {
  text-align: right;
}
.left.floated.text {
  float: left;
}
.right.floated.text {
  float: right;
}
.left.flex.floated.text {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.center.flex.floated.text {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.right.flex.floated.text {
  margin-left: auto;
}
.bold {
  font-weight: bold;
}
.bold i {
  font-weight: bold;
}
.normal.text {
  font-weight: normal !important;
}
.omit.text {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.underlined.text {
  text-decoration: underline;
}
.tip.text {
  font-size: 0.692rem !important;
}
.h1.text {
  font-size: 1.846rem !important;
}
.h2.text {
  font-size: 1.385rem !important;
}
.h3.text {
  font-size: 1.231rem !important;
}
.h4.text {
  font-size: 1.007rem !important;
}
.h5.text {
  font-size: 1rem !important;
}
.quote.text {
  position: relative;
}
.quote.text .cf-quotation {
  color: #3358B2;
  margin: 0;
  font-size: 90%;
  position: relative;
  left: -1em;
  top: -0.2em;
}
.subprimary.text {
  color: #F86053;
}
.subsecondary.text {
  color: #2BBBFF;
}
.body1.text {
  font-size: 1rem;
}
.body2.text {
  font-size: 0.923rem;
}
.body3.text {
  font-size: 0.846rem;
}
.body4.text {
  font-size: 0.769rem;
}
/*******************************
            Button
*******************************/
/*--------------------
   Site Variables
---------------------*/
/* Default site.variables */
/* Site theme site.variables */
/*-------------------
 Component Variables
---------------------*/
/* Default */
/* Site Theme */
.ui.button {
  cursor: pointer;
  display: inline-block;
  min-height: 1em;
  outline: none;
  border: none;
  vertical-align: baseline;
  background: #E0E1E2 none;
  color: rgba(0, 0, 0, 0.6);
  font-family: "Helvetica Neue", "Helvetica", "Tahoma", "Arial", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif, 'Helvetica Neue', Arial, Helvetica, sans-serif;
  margin: 0em 0.25em 0em 0em;
  padding: 0.78571429em 1.5em 0.78571429em;
  text-transform: none;
  text-shadow: none;
  font-weight: 300;
  line-height: 1em;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, -webkit-box-shadow 0.1s ease, background 0.1s ease;
          transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
  will-change: '';
  -webkit-tap-highlight-color: transparent;
}
.ui.full.radius.button {
  -webkit-border-radius: 500em !important;
          border-radius: 500em !important;
}
.ui.spacing.button {
  letter-spacing: 0.4em;
}
.ui.spacing.button .text {
  margin-right: -0.4em;
}
.ui.rounded.button {
  -webkit-border-radius: 500em;
          border-radius: 500em;
}
.ui.huge.button {
  height: 1.53483207em;
  font-size: 1.846rem;
  padding: 0.26741603em 0.5em !important;
  font-family: 'Roboto', Arial, sans-serif;
  width: 50%;
}
.ui.huge.button.special {
  height: 1.86498195em;
  font-size: 1.385rem;
  padding: 0.43249097em 0.5em !important;
  font-family: 'Roboto', Arial, sans-serif;
  width: 38%;
}
.ui.periodic.button {
  height: 1.86498195em;
  font-size: 1.385rem;
  padding: 0.43249097em 0.5em !important;
  font-family: 'Roboto', Arial, sans-serif;
  letter-spacing: 0.1333em;
  padding-left: .833em !important;
  padding-right: .833em !important;
  min-width: 50%;
}
.ui.periodic.button .text {
  margin-right: -0.1333em;
}
.ui.large.button {
  height: 1.86498195em;
  font-size: 1.385rem;
  padding: 0.43249097em 0.5em !important;
  font-family: 'Roboto', Arial, sans-serif;
  width: 50%;
}
.ui.small.button {
  height: 1.667em;
  font-size: 1em;
  padding: 0.3335em 0.5em !important;
  font-family: 'Roboto', Arial, sans-serif;
}
/*--------------
    Loading
---------------*/
/* Specificity hack */
.ui.loading.loading.loading.loading.loading.loading.button {
  position: relative;
  cursor: default;
  text-shadow: none !important;
  color: transparent !important;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: none;
          transition: none;
}
.ui.loading.loading.loading.loading.loading.loading.button .text {
  color: transparent !important;
}
.ui.loading.button:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -0.64285714em 0em 0em -0.64285714em;
  width: 1.28571429em;
  height: 1.28571429em;
  -webkit-border-radius: 500rem;
          border-radius: 500rem;
  border: 0.2em solid rgba(0, 0, 0, 0.15);
}
.ui.loading.button:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -0.64285714em 0em 0em -0.64285714em;
  width: 1.28571429em;
  height: 1.28571429em;
  -webkit-animation: button-spin 0.6s linear;
          animation: button-spin 0.6s linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-border-radius: 500rem;
          border-radius: 500rem;
  border-color: #FFFFFF transparent transparent;
  border-style: solid;
  border-width: 0.2em;
  -webkit-box-shadow: 0px 0px 0px 1px transparent;
          box-shadow: 0px 0px 0px 1px transparent;
}
.ui.labeled.icon.loading.button .icon {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@-webkit-keyframes button-spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes button-spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.ui.basic.loading.button:not(.inverted):before {
  border-color: rgba(0, 0, 0, 0.1);
}
.ui.basic.loading.button:not(.inverted):after {
  border-top-color: #ABABAB;
}
/*-------------------
       Primary
--------------------*/
.ui.primary.buttons .button,
.ui.primary.button {
  background-color: #3358B2;
  color: #FFFFFF;
  text-shadow: none;
  background-image: none;
}
.ui.primary.button {
  -webkit-box-shadow: 0px 0em 0px 0px #F2F2F2 inset;
          box-shadow: 0px 0em 0px 0px #F2F2F2 inset;
}
.ui.primary.buttons .button:hover,
.ui.primary.button:hover {
  background: #3358B2;
  color: #FFFFFF;
  text-shadow: none;
}
.ui.primary.buttons .button:focus,
.ui.primary.button:focus {
  background-color: #3358B2;
  color: #FFFFFF;
  text-shadow: none;
}
.ui.primary.buttons .button:active,
.ui.primary.button:active {
  background-color: #3358B2;
  color: #FFFFFF;
  text-shadow: none;
}
.ui.primary.buttons .active.button,
.ui.primary.active.button {
  background-color: #3358B2;
  color: #FFFFFF;
  text-shadow: none;
}
/*-------------------
      Secondary
--------------------*/
.ui.secondary.buttons .button,
.ui.secondary.button {
  background-color: #407ADD;
  color: #FFFFFF;
  text-shadow: none;
  background-image: none;
}
.ui.secondary.button {
  -webkit-box-shadow: 0px 0em 0px 0px #F2F2F2 inset;
          box-shadow: 0px 0em 0px 0px #F2F2F2 inset;
}
.ui.secondary.buttons .button:hover,
.ui.secondary.button:hover {
  background-color: #4f87e8;
  color: #FFFFFF;
  text-shadow: none;
}
.ui.secondary.buttons .button:focus,
.ui.secondary.button:focus {
  background-color: #568ff0;
  color: #FFFFFF;
  text-shadow: none;
}
.ui.secondary.buttons .button:active,
.ui.secondary.button:active {
  background-color: #6b98e5;
  color: #FFFFFF;
  text-shadow: none;
}
.ui.secondary.buttons .active.button,
.ui.secondary.active.button {
  background-color: #4b86eb;
  color: #FFFFFF;
  text-shadow: none;
}
/*-------------------
       Primary
--------------------*/
.ui.primary.basic.buttons .button,
.ui.primary.basic.button {
  background-color: #FFFFFF;
  color: #3358B2 !important;
  text-shadow: none;
  background-image: none;
  border: 1px solid #3358B2;
}
.ui.primary.basic.button {
  -webkit-box-shadow: 0px 0em 0px 0px #F2F2F2 inset;
          box-shadow: 0px 0em 0px 0px #F2F2F2 inset;
}
.ui.primary.basic.buttons .button:hover,
.ui.primary.basic.button:hover {
  background-color: #FFFFFF;
  color: #3358B2 !important;
  text-shadow: none;
}
.ui.primary.basic.buttons .button:focus,
.ui.primary.basic.button:focus {
  background-color: #FFFFFF;
  color: #3358B2 !important;
  text-shadow: none;
}
.ui.primary.basic.buttons .button:active,
.ui.primary.basic.button:active {
  background-color: #FFFFFF;
  color: #3358B2 !important;
  text-shadow: none;
}
.ui.primary.basic.buttons .active.button,
.ui.primary.basic.active.button {
  background-color: #FFFFFF;
  color: #3358B2 !important;
  text-shadow: none;
}
/*-------------------
      Secondary
--------------------*/
.ui.secondary.basic.buttons .button,
.ui.secondary.basic.button {
  background-color: #FFFFFF;
  color: #407ADD !important;
  text-shadow: none;
  background-image: none;
  border: 1px solid #407ADD;
}
.ui.secondary.basic.button {
  -webkit-box-shadow: 0px 0em 0px 0px #F2F2F2 inset;
          box-shadow: 0px 0em 0px 0px #F2F2F2 inset;
}
.ui.secondary.basic.buttons .button:hover,
.ui.secondary.basic.button:hover {
  background-color: #FFFFFF;
  color: #407ADD !important;
  text-shadow: none;
}
.ui.secondary.basic.buttons .button:focus,
.ui.secondary.basic.button:focus {
  background-color: #FFFFFF;
  color: #407ADD !important;
  text-shadow: none;
}
.ui.secondary.basic.buttons .button:active,
.ui.secondary.basic.button:active {
  background-color: #FFFFFF;
  color: #407ADD !important;
  text-shadow: none;
}
.ui.secondary.basic.buttons .active.button,
.ui.secondary.basic.active.button {
  background-color: #FFFFFF;
  color: #407ADD !important;
  text-shadow: none;
}
/*-------------------
      Disabled
--------------------*/
.ui.buttons .disabled.button,
.ui.disabled.button,
.ui.button:disabled,
.ui.disabled.button:hover,
.ui.disabled.active.button {
  cursor: default;
  opacity: 0.45 !important;
  background-image: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  pointer-events: none !important;
}
/* Basic Group With Disabled */
.ui.basic.buttons .ui.disabled.button {
  border-color: rgba(34, 36, 38, 0.5);
}
/*-------------------
        Fluid
--------------------*/
.ui.fluid.buttons,
.ui.fluid.button {
  width: 100%;
}
.ui.fluid.button {
  display: block;
}
.ui.one.buttons {
  width: 100%;
}
.ui.two.buttons {
  width: 100%;
}
.ui.two.buttons > .button {
  width: 50%;
}
.ui.three.buttons {
  width: 100%;
}
.ui.three.buttons > .button {
  width: 33.333%;
}
.ui.four.buttons {
  width: 100%;
}
.ui.four.buttons > .button {
  width: 25%;
}
.ui.five.buttons {
  width: 100%;
}
.ui.five.buttons > .button {
  width: 20%;
}
.ui.six.buttons {
  width: 100%;
}
.ui.six.buttons > .button {
  width: 16.666%;
}
.ui.seven.buttons {
  width: 100%;
}
.ui.seven.buttons > .button {
  width: 14.285%;
}
.ui.eight.buttons {
  width: 100%;
}
.ui.eight.buttons > .button {
  width: 12.500%;
}
.ui.nine.buttons {
  width: 100%;
}
.ui.nine.buttons > .button {
  width: 11.11%;
}
.ui.ten.buttons {
  width: 100%;
}
.ui.ten.buttons > .button {
  width: 10%;
}
.ui.eleven.buttons {
  width: 100%;
}
.ui.eleven.buttons > .button {
  width: 9.09%;
}
.ui.twelve.buttons {
  width: 100%;
}
.ui.twelve.buttons > .button {
  width: 8.3333%;
}
.ui.button.radius {
  -webkit-border-radius: .3333em;
          border-radius: .3333em;
}
.ui.button.active {
  background: #3358B2;
  color: #FFFFFF;
}
.ui.xs.button {
  padding-top: 0.2em;
  padding-right: 0.5em;
  padding-bottom: 0.2em;
  padding-left: 0.5em;
}
.ui.xs.button.green {
  background: -webkit-linear-gradient(left, #22AF9F, #1DB06F);
  color: #FFFFFF;
}
.ui.xs.button.green * {
  color: #FFFFFF !important;
}
.ui.sm.button {
  height: 2.60115607em;
  font-size: 0.692rem;
  padding: 0.80057803em 0.5em !important;
  font-family: 'Roboto', Arial, sans-serif;
  min-width: 5rem;
  margin-right: .8333rem;
  color: #FFFFFF;
  background: transparent;
  border: 1px solid #FFFFFF;
}
.ui.sm.button:last-child {
  margin-right: 0;
}
.ui.sm.button.active {
  background: #3358B2 !important;
  border-color: #3358B2;
}
.two-sm-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: raw;
      -ms-flex-direction: raw;
          flex-direction: raw;
}
.grey.border-color {
  border-color: #ABABAB;
}
.light.grey.border-color {
  border-color: #D0D0D0;
}
.dark.grey.border-color {
  border-color: #8F8F8F;
}
.darker.grey.border-color {
  border-color: #414141;
}
.primary.border-color {
  border-color: #3358B2;
}
.secondary.border-color {
  border-color: #407ADD;
}
.subprimary.border-color {
  border-color: #F86053;
}
.subsecondary.border-color {
  border-color: #2BBBFF;
}
.grey.border-color.solid {
  border: 1px solid #ABABAB;
}
.light.grey.border-color.solid {
  border: 1px solid #D0D0D0;
}
.dark.grey.border-color.solid {
  border: 1px solid #8F8F8F;
}
.darker.grey.border-color.solid {
  border: 1px solid #414141;
}
.primary.border-color.solid {
  border: 1px solid #3358B2;
}
.secondary.border-color.solid {
  border: 1px solid #407ADD;
}
.subprimary.border-color.solid {
  border: 1px solid #F86053;
}
.subsecondary.border-color.solid {
  border: 1px solid #2BBBFF;
}
.page-background.background {
  background-color: #F2F2F2;
}
.primary.background {
  background-color: #3358B2;
}
.grey.background {
  background-color: #ABABAB;
}
.grey-important.background {
  background-color: #ABABAB !important;
}
.light.grey.background {
  background-color: #D0D0D0;
}
.lighter.grey.background {
  background-color: #BEBEBE;
}
.dark.grey.background {
  background-color: #8F8F8F;
}
.darker.grey.background {
  background-color: #414141;
}
.white.background {
  background-color: #FFFFFF;
}
.primary.background {
  background-color: #3358B2;
}
.secondary.background {
  background-color: #407ADD;
}
.light.primary.background {
  background-color: #FF851B;
}
.light.secondary.background {
  background-color: #2ECC40;
}
.subprimary.background {
  background-color: #F86053;
}
.subsecondary.background {
  background-color: #2BBBFF;
}
.auto-height-textarea {
  resize: none !important;
}
.beauti-radio > i.icon {
  border: 1px solid #D0D0D0;
  margin: 0;
  color: #FFFFFF;
  height: 1.6667rem;
  width: 1.6667rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.beauti-radio.active > i.icon {
  border: none;
  font-size: 120%;
  background: #407ADD;
  border-color: #407ADD;
}
/*********** Modules **************/
.viewport.modal-open {
  left: 0;
  right: 0;
}
.close-button {
  cursor: pointer;
}
#modal_qualification .right-cover-img {
  height: 7em;
  width: 7em;
  position: absolute;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  background-position: center;
  opacity: 0.1;
}
#modal_donate .content,
#modal_join_periodic .content,
#project_donate_in_page_form .content {
  padding: 1em 0 2em!important;
}
#modal_donate .content #quota_donate,
#modal_join_periodic .content #quota_donate,
#project_donate_in_page_form .content #quota_donate {
  margin-top: -1em;
  line-height: 4.333em;
}
#modal_donate .submit_button_container,
#modal_join_periodic .submit_button_container,
#project_donate_in_page_form .submit_button_container {
  margin: 0;
  padding: 2em 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#modal_donate #button_submit_donate,
#modal_join_periodic #button_submit_donate,
#project_donate_in_page_form #button_submit_donate {
  width: 50%;
  margin: 0 0 .67em;
}
#modal_donate .invoice-content,
#modal_join_periodic .invoice-content,
#project_donate_in_page_form .invoice-content {
  border-bottom: dashed 1px #F2F2F2;
}
#modal_donate .invoice-content.active,
#modal_join_periodic .invoice-content.active,
#project_donate_in_page_form .invoice-content.active {
  background: #F8F8F8;
}
#modal_donate .invoice-content > .field,
#modal_join_periodic .invoice-content > .field,
#project_donate_in_page_form .invoice-content > .field,
#modal_donate .invoice-content > .fields,
#modal_join_periodic .invoice-content > .fields,
#project_donate_in_page_form .invoice-content > .fields {
  position: relative;
  padding: 1em 2.0833em;
  margin: 0;
}
#modal_donate .comment,
#modal_join_periodic .comment,
#project_donate_in_page_form .comment {
  border-bottom: dashed 1px #F2F2F2;
  padding: 1em 0;
  margin: 0;
}
#modal_donate .comment.field,
#modal_join_periodic .comment.field,
#project_donate_in_page_form .comment.field {
  padding-top: 0;
}
#modal_donate .comment > .field,
#modal_join_periodic .comment > .field,
#project_donate_in_page_form .comment > .field {
  padding: 1em 2.0833em 0;
  margin-bottom: 0;
}
#modal_donate .comment .field:last-child,
#modal_join_periodic .comment .field:last-child,
#project_donate_in_page_form .comment .field:last-child {
  margin-bottom: 1em;
}
#modal_donate .comment .field:nth-child(2),
#modal_join_periodic .comment .field:nth-child(2),
#project_donate_in_page_form .comment .field:nth-child(2) {
  margin-top: .5em;
}
.comment-modal .content .huge.header {
  margin-bottom: 0.45140845em !important;
}
.comment-modal .content .form {
  width: 100%;
  padding-top: 0.8333em;
}
.comment-modal .content .form .field {
  margin-bottom: 0 !important;
}
#ui_modal_confirm .content {
  padding: 2em 1.25em !important;
}
#ui_modal_confirm #modal_confirm_text {
  letter-spacing: 0.1em;
}
.confirm.modal .cancel.button {
  font-size: 1.385rem !important;
}
.confirm.modal .approve.button {
  font-size: 1.385rem !important;
}
.flash-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
}
.flash-container {
  top: 0;
  width: 100%;
  height: 2.461em;
  margin-top: 5.5%;
}
.flash-container .flash {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  width: 60%;
  -webkit-border-radius: 1.23em;
          border-radius: 1.23em;
  text-align: center;
  margin: auto;
}
.flash-container .flash.flash-success {
  background: #3358B2;
}
.flash-container .flash.flash-failed {
  background: rgba(248, 45, 45, 0.7);
}
.flash-container .flash .flash-icon {
  margin-right: .9em;
}
.flash-container .flash .flash-icon i {
  margin-right: 0;
}
.flash-container .flash.flash-success .flash-icon {
  display: none;
}
.flash-container .flash.flash-failed .flash-icon {
  display: none;
}
.flash-container .flash-message {
  color: #FFFFFF;
  color-size: 0.923rem;
}
/******** Components *********/
.page-with-img-header {
  position: relative;
}
.page-with-img-header .img-container {
  height: 11.416em;
  overflow: hidden;
}
.page-with-img-header .ui.dimmer {
  -webkit-transition: none;
          transition: none;
}
.page-with-img-header .ui.segment {
  padding: 0;
}
.page-with-img-header .user-area {
  position: absolute;
  top: 1.91em;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 1.0;
  text-align: center;
  color: white !important;
  z-index: 1024;
}
.page-with-img-header .user-area .username {
  margin-top: .58em;
  margin-bottom: .625em;
}
.page-with-img-header .user-area .message {
  margin-bottom: 1.333em;
}
.page-with-img-header img.avatar {
  height: 4.5em;
  width: 4.5em;
  border: 0.25em solid rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.page-with-img-header .header-tip {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.25em;
  padding: 0 .833em;
}
.page-with-img-header .header-tip.dimmer {
  z-index: 2;
  background: #414141;
  opacity: .8;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.page-with-img-header .header-tip button {
  margin-right: 0;
  background: #FFFFFF;
}
.page-with-img-header .header-tip button span {
  font-size: .833em;
}
.page-with-img-header .header-tip button i {
  color: #ABABAB;
}
.page-with-img-header .header-mark {
  position: absolute;
  top: 2.25em;
  right: 0;
  width: 5.5em;
  height: 5.5em;
  display: block;
  z-index: 10;
}
.page-with-img-header .header-mark.pc {
  width: 136px;
  height: 136px;
}
.page-with-img-header .header-mark.no-tip {
  top: 0;
}
.page-with-img-header .header-title {
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  position: absolute;
  bottom: 0;
  padding: 1.333rem 1.333rem 1rem 1.333rem;
}
.page-with-img-header .header-title.spacing {
  letter-spacing: 0.1em;
}
.page-with-img-header .header-title img {
  width: 3em;
  position: relative;
  top: -2px;
}
nav.fixed-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  position: fixed;
  border-top: 1px solid rgba(208, 208, 208, 0.5);
  height: 3.461em;
  background: #F7F7F7;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
nav.fixed-nav.top {
  top: 0;
}
nav.fixed-nav.bottom {
  bottom: 0;
}
nav.fixed-nav > .tab-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
nav.fixed-nav > .tab-item .tab-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3358B2;
  height: 2em;
  width: 6.923em;
  text-align: center;
  -webkit-border-radius: 3.4615em;
          border-radius: 3.4615em;
}
nav.fixed-nav > .tab-item .tab-content.active {
  background-color: #3358B2;
  color: #FFFFFF;
}
nav.fixed-nav > .tab-item .tab-content i {
  font-size: 1em;
  margin-right: .5em;
  height: 1.6em;
  line-height: 1.6em;
}
nav.fixed-nav > .tab-item .tab-content span {
  font-size: 0.923rem;
  height: 1.6em;
  line-height: 1.7em;
  vertical-align: middle;
  font-family: 'Roboto';
}
.bubble {
  position: relative;
  font-style: normal;
  display: inline-block;
}
.bubble:before {
  content: "";
  position: absolute;
  border-style: solid;
  display: block;
  width: 0;
  bottom: auto;
}
.progress-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.615em 0 0.769em;
  height: 0.385em;
  line-height: 0.385em;
}
.progress-bar .percent {
  margin-top: -webkit-calc(-0.769em/2 + 0.615em/2);
  margin-top: calc(-0.769em/2 + 0.615em/2);
  width: 4em;
  margin-left: 0.153em;
  text-align: right;
}
.progress-bar .graph {
  width: 100%;
  background-color: rgba(171, 171, 171, 0.5);
  -webkit-border-radius: 2em;
          border-radius: 2em;
}
.progress-bar .graph .line {
  display: block;
  height: 0.385em;
  background-color: #3358B2;
  -webkit-border-bottom-left-radius: 2em;
          border-bottom-left-radius: 2em;
  -webkit-border-top-left-radius: 2em;
          border-top-left-radius: 2em;
}
.progress-bar .graph .line.full {
  -webkit-border-top-right-radius: 2em;
          border-top-right-radius: 2em;
  -webkit-border-bottom-right-radius: 2em;
          border-bottom-right-radius: 2em;
}
.search-container {
  padding: 0.615em 1.154em 0.5em 1.154em;
  -webkit-border-radius: 0 !important;
          border-radius: 0 !important;
  background: #F2F2F2;
}
.search-container .search-container-content {
  height: 2em;
}
.search-container .search-container-content .search-tip {
  padding-right: 1.154em;
  background: #F2F2F2;
}
.search-container .search-container-content .search-input {
  background: #FFFFFF;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0.5em;
  -webkit-border-radius: 0.3em;
          border-radius: 0.3em;
}
.search-container .search-container-content .search-input i {
  height: 1em;
  line-height: 1em;
  margin-right: 0.5em;
}
.search-container .search-container-content .search-input input {
  background: none;
  border: none;
  color: #ABABAB;
  outline: none;
}
.search-container .search-container-content .search-input input::-webkit-input-placeholder {
  color: #8F8F8F;
  font-size: 1rem;
}
.search-container .search-container-content .search-input input:-ms-input-placeholder {
  color: #8F8F8F;
  font-size: 1rem;
}
.search-container .search-container-content .search-input input::placeholder {
  color: #8F8F8F;
  font-size: 1rem;
}
.search-container .search-container-content .search-btn {
  width: 4.154em;
  height: 2em;
  padding: 0;
  margin: 0;
  background-color: rgba(43, 187, 255, 0.8);
  -webkit-border-bottom-right-radius: 0.3em;
          border-bottom-right-radius: 0.3em;
  -webkit-border-top-right-radius: 0.3em;
          border-top-right-radius: 0.3em;
}
.switcher {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.switcher ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.switcher ul li {
  cursor: pointer;
  list-style: none;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.list-block {
  margin-bottom: .923em;
  background: #FFFFFF;
}
.list-block .list-title {
  border-bottom: 1px solid rgba(208, 208, 208, 0.5);
  padding: 1em 0 1.154em;
  font-size: 1.231rem;
}
.list-block .list-content {
  margin: 0;
  padding: 0;
}
.list-block .list-content .list-item.item-inner {
  border-bottom: 1px solid rgba(208, 208, 208, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 0;
  list-style: none;
  overflow: hidden;
}
.list-block .list-content .list-item.item-inner:last-child {
  border: none;
}
.list-block .list-content .list-item.item-inner .item-title {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 1rem;
}
.list-block .list-content .list-item.item-inner .item-after {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 1rem;
}
.column-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.column-block .column-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.column-block .column-item p {
  margin: 0;
  padding: 0;
  font-size: 0.769rem;
  color: #ABABAB;
  text-align: center;
}
.column-block .column-item p:first-child {
  margin-bottom: 1em;
}
.column-block .column-item p:first-child span {
  font-size: 1.231rem;
  color: #3358B2;
}
#modal_logout {
  width: 90%;
  height: 11em;
  position: absolute;
  bottom: 9.791em;
  margin-left: 5%;
  -webkit-border-radius: 1em;
          border-radius: 1em;
  -webkit-box-shadow: -2px 0px 16px 1px #ABABAB;
          box-shadow: -2px 0px 16px 1px #ABABAB;
}
#modal_logout .content {
  margin-top: 2.769em;
}
#modal_logout .button-group {
  margin: 2em auto 2.307em auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#modal_logout .button-group .button {
  height: 2.615em;
  width: 7.769em;
  -webkit-border-radius: 100px;
          border-radius: 100px;
  height: 2.59682224em;
  font-size: 1.007rem;
  padding: 0.79841112em 0.5em !important;
  font-family: 'Roboto', Arial, sans-serif;
}
#modal_logout .button-group .close-button {
  background-color: #FFFFFF;
  border: 1px solid #3358B2;
  margin-right: 2.307em;
}
#modal_logout .triangle {
  width: 0;
  height: 0;
  border-left: 2.307em solid transparent;
  border-right: 2.307em solid transparent;
  border-top: 0.885em solid #FFFFFF;
  left: 50%;
  margin-left: -2.307em;
  position: absolute;
}
.load-more-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.923rem;
  cursor: pointer;
}
.load-more-block .load-btn {
  border: 0 !important;
}
.column-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.column-block .column-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.column-block .column-item p {
  margin: 0;
  padding: 0;
  font-size: 0.769rem;
  color: #ABABAB;
  text-align: center;
}
.column-block .column-item p:first-child {
  margin-bottom: 1em;
}
.column-block .column-item p:first-child span {
  font-size: 1.231rem;
  color: #3358B2;
}
.block-slides .swiper-slide,
.block-slides .swiper-wrapper {
  height: auto!important;
}
.block-slides .swiper-slide img,
.block-slides .swiper-wrapper img {
  vertical-align: middle;
}
.block-slides .swiper-title {
  position: absolute;
  bottom: 1em;
  width: 20.769em;
  padding-left: 1.154rem !important;
  padding-right: 1.154rem !important;
  z-index: 99;
}
.block-slides .swiper-pagination {
  padding-right: 1.154rem;
  bottom: 1em;
  text-align: right;
}
.block-slides .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.385em;
  background-color: rgba(255, 255, 255, 0.8);
}
.block-slides .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #F86053;
}
.block-slides .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0 !important;
}
#block_footer {
  padding: 0 1.154rem;
  height: 2.462em;
  color: #ABABAB;
  width: 100%;
  background-color: #407ADD;
}
#block_footer .copy-and-power-by {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.462em;
  font-size: 0.769rem;
  color: #FFFFFF;
}
#block_footer .copy-and-power-by p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
}
#block_footer.primary-color {
  background: #3358B2 !important;
  color: #FFFFFF !important;
}
.block-header {
  border-bottom: 1px solid rgba(208, 208, 208, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 3.692em;
  background: #FFFFFF;
}
.block-header .back {
  position: absolute;
  left: 1.154rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.block-header .back a > i {
  color: #8F8F8F;
  margin: 0;
}
.block-header .title {
  position: absolute;
  left: 3.154rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.block-header .switcher {
  width: 50%;
}
.block-header .switcher ul {
  border: 1px solid #3358B2;
  height: 2.154em;
  padding: 0 0.154em;
  -webkit-border-radius: 1.077em;
          border-radius: 1.077em;
}
.block-header .switcher ul li {
  color: #3358B2;
  height: 1.846em;
  -webkit-border-radius: 0.923em;
          border-radius: 0.923em;
}
.block-header .switcher ul li.active {
  background: #3358B2;
  color: #FFFFFF;
  font-size: 1rem;
}
.back-btn-block {
  width: 2.5em;
  z-index: 99;
  position: fixed;
  top: auto;
  right: 2em;
  bottom: 5em;
  left: auto;
}
.back-btn-block img {
  width: 100%;
}
.header-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFFFFF;
  height: 3.565em;
}
.header-tabs .tabs-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(208, 208, 208, 0.5);
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #ABABAB;
}
.header-tabs .tabs-item.active {
  border-bottom: solid #3358B2 0.23em;
}
.header-tabs .tabs-item.active i,
.header-tabs .tabs-item.active span {
  color: #3358B2;
}
.header-tabs .tabs-item.active .triangle-container {
  display: block !important;
}
.header-tabs .tabs-item .item-content {
  display: inline-block;
  text-align: center;
}
.header-tabs .tabs-item .item-content i {
  margin: 0;
  font-size: 1.35em;
}
.header-tabs .tabs-item .item-content span {
  display: block;
  margin-top: .469em;
}
.header-tabs .triangle-container {
  height: 0;
  display: none;
}
.header-tabs .triangle-container .inverted-triangle {
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #3358B2;
  position: relative;
  top: 12px;
}
#modal_search {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  min-height: 100%;
  margin: 0 !important;
  background: #FFFFFF !important;
  padding-bottom: 3.461em;
}
#modal_search .search-container {
  width: 100%;
  height: 3.5em;
  padding: 0.615em 1.154rem;
  background: #F2F2F2;
}
#modal_search .search-container .search-container-content {
  height: 2em;
}
#modal_search .search-container .search-input {
  background: #FFFFFF;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0.5em;
  -webkit-border-radius: 0.3em;
          border-radius: 0.3em;
  border: none;
  color: #ABABAB;
  height: 2.2em;
}
#modal_search .search-container .search-input i {
  height: 1em;
  line-height: 1em;
  margin-right: 0.5em;
}
#modal_search .search-container .search-input input {
  border: none;
  outline: none;
}
#modal_search .search-container .search-tip,
#modal_search .search-container .search-tip2 {
  padding-right: 0.7em;
  margin-top: 6px;
  background: #F2F2F2;
}
#modal_search .search-container .search-btn {
  width: 4.154em;
  height: 2.2em;
  padding: 0;
  margin: 0;
  background-color: rgba(51, 88, 178, 0.8);
  -webkit-border-bottom-right-radius: 0.3em;
          border-bottom-right-radius: 0.3em;
  -webkit-border-top-right-radius: 0.3em;
          border-top-right-radius: 0.3em;
}
#modal_search .category-list {
  padding: 0.615em 1.154rem;
}
#modal_search .category-list .list-item .item-title {
  margin-top: 1.5em;
}
#modal_search .category-list .list-item .item-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  padding: 1.5em 0 0.9em 0;
}
#modal_search .category-list .list-item .item-content .button {
  width: -webkit-calc(47.6%);
  width: calc(47.6%);
  background-color: #FFFFFF;
  margin-bottom: 0.6em;
  margin-right: 0;
  padding: 0.6em;
  -webkit-border-radius: 3.8em;
          border-radius: 3.8em;
  border: 1px solid #E6E6E6;
  font-size: 1rem;
}
#modal_search .category-list .list-item .item-content .button .name {
  max-width: 70%;
  display: inline-block;
  position: relative;
  top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#modal_search .mask {
  height: -webkit-calc(96.5%);
  height: calc(96.5%);
  width: 100%;
  position: absolute;
  top: 3.5em;
  z-index: 99;
  background-color: rgba(171, 171, 171, 0.7);
}
#modal_search #search_block_projects {
  padding: 0 1.154rem;
}
#modal_search .no-result2 {
  height: 10em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.25em;
}
/******** Segment *********/
.mycenter-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.mycenter-header .head-bg {
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  background-position: center;
  width: 100%;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  height: 11.4em;
}
.mycenter-header .head-img-container {
  margin-top: -2.423em;
  height: 4.846em;
  width: 4.846em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.mycenter-header .head-img-container .head-img {
  height: 4.846em;
  width: 4.846em;
}
.mycenter-header .welcome-words {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.mycenter-header .welcome-words .name {
  padding-top: 0.5em;
}
.mycenter-header .welcome-words .name.name-center {
  margin-left: 1.769em;
}
.mycenter-header .welcome-words .name .edit-myinfo {
  margin-left: 0.769em;
}
.mycenter-header .tspadding {
  padding-top: 0.769rem;
}
.mycenter-header i.icon {
  margin: 0 !important;
}
#page_certificate {
  background-color: #FFFFFF;
  min-height: 100%;
}
#page_certificate .mycenter-header .head-bg {
  -webkit-background-size: 100% 100% !important;
          background-size: 100% !important;
  width: 100%;
  height: 18rem;
}
#page_certificate .mycenter-header .head-img-container {
  height: 5rem;
  width: 5rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 0.35rem solid white;
}
#page_certificate .content {
  margin: auto;
  line-height: 2rem;
  padding: 1.8rem;
}
#page_certificate .content .thanks {
  margin-top: 1.5rem;
}
#page_certificate .content .logo {
  width: 100%;
  text-align: right;
  padding: 4rem 0 2.4rem 0;
  line-height: 1.2rem;
  font-weight: 300;
}
#page_certificate .content .logo img {
  width: 11em;
}
#page_certificate .content .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
#page_certificate .content .bottom a {
  width: -webkit-calc(47.45%);
  width: calc(47.45%);
  border: 1px solid #3358B2;
  display: inline-block;
  text-align: center;
  height: 2.25rem;
  line-height: 2.25rem;
  -webkit-border-radius: 1rem;
          border-radius: 1rem;
}
.search-input form {
  border: 1px solid #BEBEBE;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  height: 2.4em;
  overflow: hidden;
}
.search-input select {
  width: 5em;
  border: none;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  padding: 0 0.6em;
}
.search-input input {
  border: none;
  padding-left: 0;
}
.search-input .button {
  height: 2.4em;
  width: 5em;
  background-color: #3358B2;
  position: absolute;
  right: 1em;
  padding: 0 0.5em;
}
.project-list .project-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.923em;
}
.project-list .project-icon i {
  font-size: 1.23em;
  margin-bottom: 0.308em;
  color: #3358B2;
}
.project-list .project-item {
  padding: 1.23em 0;
  overflow: hidden;
  border-bottom: 1px solid #F2F2F2;
}
.project-list .project-item:last-child {
  border-bottom: none;
}
.project-list .project-item .content-header {
  max-height: 6.625em;
}
.project-list .project-item .content-header .content-img {
  position: relative;
  margin-right: 0.615em;
  -webkit-border-radius: 0.308em;
          border-radius: 0.308em;
  width: 40%;
}
.project-list .project-item .content-header .content-img .header-mark {
  position: absolute;
  top: 0.5em;
  right: 0;
  height: 1.154em;
}
.project-list .project-item .content-header .content-img .project-img {
  width: 100%;
  -webkit-border-radius: .5em;
          border-radius: .5em;
  vertical-align: middle;
}
.project-list .project-item .content-header .content-detail {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-grow: 1;
  width: 60%;
}
.project-list .project-item .content-header .content-detail-title {
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.project-list .project-item .content-header .content-detail .fix-spacing {
  margin-top: 0.5em;
  margin-bottom: 0.923em;
}
.project-list .project-item .content-header .content-detail .donate-statistics i {
  margin-right: 0.385em;
}
.project-list .project-item .content-header .content-detail .donate-statistics .donate-amount-statistics {
  margin-bottom: 0.769em;
}
.project-list .project-item .content-header .content-detail .donate-statistics .donate-amount-statistics,
.project-list .project-item .content-header .content-detail .donate-statistics .donate-count-statistics {
  height: 0.769em;
  line-height: 0.769em;
}
.project-list .no-result {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.25em;
}
.switcher {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.switcher ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.switcher ul li {
  cursor: pointer;
  list-style: none;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.content-list .list-item {
  padding: 1.154rem;
  border-bottom: 1px solid #F2F2F2;
}
.content-list .list-item:last-child {
  border-bottom: none;
}
.content-list .list-item .item-title {
  margin-bottom: .4rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content-list .list-item .item-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-list .list-item .item-left {
  height: 5.1em;
  width: 8.1em;
  -webkit-border-radius: .23em;
          border-radius: .23em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.content-list .list-item .item-left img {
  height: 100%;
  width: 100%;
  -webkit-border-radius: .23em;
          border-radius: .23em;
}
.content-list .list-item .item-right {
  margin-left: .615rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.content-list .list-item .item-right .news-time {
  width: 100%;
  margin-bottom: .4em;
}
.content-list .no-news-tip {
  padding: .9em 0 3em 0;
}
#content_show .container {
  padding: 0 1.385rem;
}
#content_show .article-title {
  padding-top: 1em;
  line-height: 1.5em;
}
#content_show .info {
  margin: 1.23em 0;
  height: 2.461em;
  width: 100%;
}
#content_show .info .info-left {
  padding-right: 0.5em;
}
#content_show .info .info-left .image {
  height: 2.461em;
  width: 2.461em;
}
#content_show .info .info-right {
  position: relative;
  top: -0.2em;
}
#content_show .content-container img {
  max-width: 100% !important;
}
#trends_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFFFFF;
  height: 5.165em;
}
#trends_header .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(208, 208, 208, 0.5);
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #ABABAB;
}
#trends_header .item.active {
  border-bottom: solid #3358B2 0.23em;
}
#trends_header .item.active i,
#trends_header .item.active span {
  color: #3358B2;
}
#trends_header .item .item-content {
  display: inline-block;
  text-align: center;
}
#trends_header .item .item-content i {
  margin: 0;
  font-size: 1.35em;
}
#trends_header .item .item-content span {
  display: block;
  margin-top: .469em;
}
.tag-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.tag-list .tag-item {
  width: 6em;
  height: 2em;
  display: inline-block;
  -webkit-border-radius: 1em;
          border-radius: 1em;
  text-align: center;
  font-size: 1em;
  line-height: 2em;
  border: 1px solid #3358B2;
  background: #FFFFFF;
  color: #3358B2;
  margin-top: 0.5rem;
  margin-right: 0.1em;
}
.tag-list .tag-item.active {
  border: none;
  background: #3358B2;
  color: #FFFFFF;
}
/*********** Pages *********/
#page_error {
  font-size: 1em;
  height: 100%;
  border: 1.6667em solid #F2F2F2;
}
#page_error .container {
  padding-top: 16%;
  height: 100%;
}
#page_error .container .error-header-img {
  height: 10em;
  width: 9em;
}
#page_error .container .error-code-img {
  margin: 2.6667em auto 3em auto;
  height: 4em;
  width: 7.667em;
}
#page_error .container .error-tip-div {
  margin: 3em auto 4em auto;
}
#page_error .container .error-back-div {
  margin-left: -0.5em;
}
#page_error .container .error-return-div {
  margin-top: 1.6667em;
  width: 32%;
}
#page_error .container .error-return-btn {
  height: 2.333em;
  -webkit-border-radius: 2em;
          border-radius: 2em;
  padding: 0.67em 0.8em;
  width: 100%;
}
#page_bind_show {
  height: 100%;
  min-height: 45em;
}
#page_bind_show .ui.container {
  padding-left: 1.154rem !important;
  padding-right: 1.154rem !important;
}
#page_bind_show .form-container {
  padding-top: 5.923em;
  padding-bottom: 8.538em;
  padding-left: 0.769rem !important;
  padding-right: 0.769rem !important;
}
#page_bind_show .form-container input {
  height: 3em;
  opacity: 0.4;
  background-color: #D0D0D0 !important;
  border: 0;
}
#page_bind_show .form-container form input::-webkit-input-placeholder {
  color: #8F8F8F !important;
  margin-left: 13px;
  font-size: 1rem;
}
#page_bind_show .form-container .mobile-input {
  margin-top: 1.23em;
  -webkit-border-radius: 0.23em;
          border-radius: 0.23em;
  width: 100%;
}
#page_bind_show .form-container .captcha-container {
  margin: 1.5em 0;
  -webkit-border-radius: 0.23em;
          border-radius: 0.23em;
  height: 3em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#page_bind_show .form-container .captcha-container .captcha-input {
  width: 100%;
  -webkit-border-radius: 0.23em 0 0 0.23em;
          border-radius: 0.23em 0 0 0.23em;
}
#page_bind_show .form-container .captcha-container .captcha-btn {
  width: 9em;
  -webkit-border-radius: 0 0.23em 0.23em 0;
          border-radius: 0 0.23em 0.23em 0;
  margin: 0;
  color: #FFFFFF !important;
  opacity: 0.8;
  height: 3em;
  font-size: 1em;
  padding: 1em 0.5em !important;
  font-family: 'Roboto', Arial, sans-serif;
}
#page_bind_show .form-container .login-btn {
  width: 100%;
  letter-spacing: 1em;
  text-indent: 0.5em;
  -webkit-border-radius: 0.23em;
          border-radius: 0.23em;
  height: 2.43704305em;
  font-size: 1.231rem;
  padding: 0.71852153em 0.5em !important;
  font-family: 'Roboto', Arial, sans-serif;
}
#page_bind_show .form-container .bind-tip {
  margin-top: 0.769rem;
}
#single_donate {
  min-height: 100%;
  padding-bottom: 3.385em;
}
#single_donate .single-donate-stat {
  padding: 2.0769em 0;
}
#single_donate .content {
  margin-bottom: 0;
}
#single_donate .content .list-block {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
#single_donate .content .list-block .list-content {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
#single_donate .content .list-block .list-content .list-item.item-inner {
  padding: 1.538em 1.154rem 1.23em;
}
#single_donate .content .list-block .list-content.item-donate .list-item.item-inner {
  display: block;
}
#single_donate .content .list-block .list-content.item-donate .list-item.item-inner .donate-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#single_donate .content .list-block .list-content.item-donate .list-item.item-inner .donate-info-project-name {
  color: #414141;
  font-size: 1rem;
  max-width: 70%;
  word-break: break-all;
  white-space: normal;
  font-weight: bold;
}
#single_donate .content .list-block .list-content.item-donate .list-item.item-inner .donate-info-amount {
  color: #ABABAB;
  max-width: 30%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#single_donate .content .list-block .list-content.item-donate .list-item.item-inner .donate-info-amount span {
  color: #3358B2;
}
#single_donate .content .list-block .list-content.item-donate .list-item.item-inner .donate-fellow-number {
  padding-top: 1em;
  font-size: 0.846rem;
  color: #ABABAB;
}
#single_donate .content .list-block .list-content.item-donate .list-item.item-inner .donate-time {
  padding-top: .923em;
  font-size: 0.846rem;
  color: #ABABAB;
}
#single_donate .content .list-block .list-content.item-project .list-item.item-inner {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#single_donate .content .list-block .list-content.item-project .list-item.item-inner .project-info {
  width: 8.077em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: .615em;
}
#single_donate .content .list-block .list-content.item-project .list-item.item-inner .project-info .project-info-project-thumb {
  width: 8.077em;
  height: 5em;
}
#single_donate .content .list-block .list-content.item-project .list-item.item-inner .project-info .project-info-project-thumb img {
  width: 8.077em;
  height: 5em;
  -webkit-border-radius: 4%;
          border-radius: 4%;
  overflow: hidden;
  text-align: center;
}
#single_donate .content .list-block .list-content.item-project .list-item.item-inner .donate-detail {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#single_donate .content .list-block .list-content.item-project .list-item.item-inner .donate-detail div {
  margin: 0;
  padding: 0;
  line-height: 1;
}
#single_donate .content .list-block .list-content.item-project .list-item.item-inner .donate-detail > .donate-project-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.5em;
  font-size: 1rem;
  font-weight: bold;
  color: #414141;
}
#single_donate .content .list-block .list-content.item-project .list-item.item-inner .donate-detail > .donate-times {
  padding-top: .9em;
  padding-bottom: .615em;
}
#single_donate .content .list-block .list-content.item-project .list-item.item-inner .donate-detail > .donate-times,
#single_donate .content .list-block .list-content.item-project .list-item.item-inner .donate-detail > .donate-total {
  font-size: 0.923rem;
  color: #ABABAB;
}
#single_donate .content .list-block .list-content.item-project .list-item.item-inner .donate-detail > .donate-total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#single_donate .content .list-block .list-content.item-project .list-item.item-inner .donate-detail > .donate-total .donate-total-detail {
  padding: .20em .8em;
  font-size: 0.846rem;
  color: #ABABAB;
  background: #F2F2F2;
  -webkit-border-radius: .8em;
          border-radius: .8em;
}
#single_donate .content .list-block .list-content.item-project .list-item.item-inner .donate-detail > .donate-total .donate-total-detail i {
  margin-right: 0;
  padding-left: .5em;
  height: 1em;
  vertical-align: baseline;
}
#single_donate .content .list-block .list-content.item-project .list-item.item-inner .donate-detail .donate-record-list {
  display: none;
}
#single_donate .content .list-block .list-content.item-project .list-item.item-inner .donate-detail .donate-record-list ul {
  margin: 0;
  padding: 0;
}
#single_donate .content .list-block .list-content.item-project .list-item.item-inner .donate-detail .donate-record-list ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.23em;
  font-size: 0.846rem;
  color: #ABABAB;
}
#single_donate .content .list-block .list-content.item-project .list-item.item-inner .donate-detail .donate-record-list ul li .record-amount span {
  color: #3358B2;
}
#single_donate .content .no-record {
  padding: 1.23em 1.154rem;
  text-align: center;
  color: #C8C8C8;
}
#single_donate .load-more-block {
  background-color: #F2F2F2;
  padding-top: .923em;
  padding-bottom: 0;
}
#single_donate .load-more-block span.ui.button {
  padding-top: 0;
  padding-bottom: 0;
  background: none;
  color: #3358B2;
}
#single_donate .load-more-block span.ui.button.no-data {
  color: #D0D0D0;
}
#user_project_donate {
  min-height: 100%;
  padding-bottom: 3.385em;
}
#user_project_donate header {
  border-bottom: 1px solid rgba(208, 208, 208, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 3.692em;
  background: #FFFFFF;
}
#user_project_donate header .back {
  position: absolute;
  left: 1.154rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#user_project_donate header .back a > i {
  color: #8F8F8F;
  margin: 0;
}
#user_project_donate header .switcher {
  width: 50%;
}
#user_project_donate header .switcher ul {
  border: 1px solid #3358B2;
  height: 2.154em;
  padding: 0 0.154em;
  -webkit-border-radius: 1.077em;
          border-radius: 1.077em;
}
#user_project_donate header .switcher ul li {
  color: #3358B2;
  height: 1.846em;
  -webkit-border-radius: 0.923em;
          border-radius: 0.923em;
}
#user_project_donate header .switcher ul li.active {
  background: #3358B2;
  color: #FFFFFF;
  font-size: 1rem;
}
#user_project_donate .user-project-donate-stat {
  padding: 2.0769em 0;
}
#user_project_donate .content {
  margin-bottom: 0;
}
#user_project_donate .content .list-block {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
#user_project_donate .content .list-block .list-content {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
#user_project_donate .content .list-block .list-content .list-item.item-inner {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1.538em 1.154rem 1.23em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#user_project_donate .content .list-block .list-content .list-item.item-inner .project-info {
  width: 6.923em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: .615em;
}
#user_project_donate .content .list-block .list-content .list-item.item-inner .project-info .project-info-project-thumb {
  width: 100%;
  height: 5.615em;
}
#user_project_donate .content .list-block .list-content .list-item.item-inner .project-info .project-info-project-thumb img {
  width: 100%;
  -webkit-border-radius: 4%;
          border-radius: 4%;
  height: 100%;
  overflow: hidden;
  text-align: center;
}
#user_project_donate .content .list-block .list-content .list-item.item-inner .donate-detail {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#user_project_donate .content .list-block .list-content .list-item.item-inner .donate-detail div {
  margin: 0;
  padding: 0;
  line-height: 1;
}
#user_project_donate .content .list-block .list-content .list-item.item-inner .donate-detail > .donate-project-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.5em;
  font-size: 1rem;
  font-weight: bold;
  color: #414141;
}
#user_project_donate .content .list-block .list-content .list-item.item-inner .donate-detail > .donate-team-name {
  color: #8F8F8F;
  padding-top: .769em;
  padding-bottom: .5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#user_project_donate .content .list-block .list-content .list-item.item-inner .donate-detail > .donate-team-name i.icon {
  color: #F86053;
  margin-right: .364em;
}
#user_project_donate .content .list-block .list-content .list-item.item-inner .donate-detail > .donate-team-name span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#user_project_donate .content .list-block .list-content .list-item.item-inner .donate-detail > .donate-progress.progress-bar .graph .line {
  background-color: #407ADD;
}
#user_project_donate .content .list-block .list-content .list-item.item-inner .donate-detail > .donate-progress.progress-bar .percent {
  margin-left: .153em;
  font-size: 0.846rem;
  width: 3em;
}
#user_project_donate .content .list-block .list-content .list-item.item-inner .donate-detail > .donate-statistical {
  padding-top: .769em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #8F8F8F;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#user_project_donate .content .no-record {
  padding: 1.23em 1.154rem;
  text-align: center;
  color: #C8C8C8;
}
#user_project_donate .load-more-block {
  background-color: #F2F2F2;
  padding-top: .923em;
  padding-bottom: 0;
}
#user_project_donate .load-more-block span.ui.button {
  padding-top: 0;
  padding-bottom: 0;
  background: none;
  color: #3358B2;
}
#user_project_donate .load-more-block span.ui.button.no-data {
  color: #D0D0D0;
}
#page_user_show {
  padding-bottom: 3.461em;
}
#page_user_show .my-center-stat {
  padding: 3.846em 0 2.0769em 0;
}
#page_user_show .my-center-list {
  margin-top: 1em;
}
#page_user_show .my-center-list .list-item {
  padding: 1.538em 0;
  margin-left: 1.385rem;
  margin-right: 1.385rem;
  border-bottom: 1px solid #F2F2F2;
}
#page_user_show .my-center-list .list-item:last-child {
  border-bottom: 0;
}
#page_user_show .my-center-list .list-item .left-item,
#page_user_show .my-center-list .list-item .right-item {
  height: 3.0769em;
}
#page_user_show .my-center-list .list-item .item-title {
  margin-right: 1em;
  height: 3.0769em;
  width: 3.0769em;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#page_user_show .my-center-list .list-item .icon.dashboard-right {
  font-size: 1em;
}
#page_user_show .footer .logout-modal-button {
  width: 8.923em;
  margin: 2.615em auto;
  border: 1px solid #407ADD;
  -webkit-border-radius: 100px;
          border-radius: 100px;
  background-color: #F2F2F2;
  height: 2.615em;
  font-size: 1rem;
  padding: 0.8075em 0.5em !important;
  font-family: 'Roboto', Arial, sans-serif;
}
#page_user_show i.icon {
  margin-right: 0 !important;
  height: auto;
}
#page_dashboard_event_index {
  min-height: 100%;
  padding-bottom: 3.385em;
}
#page_dashboard_event_index .events .event-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.154em;
  border-bottom: 1px solid #F2F2F2;
}
#page_dashboard_event_index .events .event-item:last-child {
  border-bottom: none;
}
#page_dashboard_event_index .events .event-item .item-left {
  height: 4.885em;
  width: 8em;
  -webkit-border-radius: .23em;
          border-radius: .23em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
#page_dashboard_event_index .events .event-item .item-left img {
  height: 100%;
  width: 100%;
  -webkit-border-radius: 0.23em;
          border-radius: 0.23em;
}
#page_dashboard_event_index .events .event-item .item-right {
  margin-left: .615rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
#page_dashboard_event_index .events .event-item .item-right .event-title {
  margin-bottom: .192rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#page_dashboard_event_index .events .event-item .item-right .event-time {
  width: 100%;
}
#page_dashboard_event_index .events .event-item .item-right .event-duration {
  width: 100%;
}
#page_dashboard_event_index .events .event-item .item-right .event-credit {
  width: 100%;
}
#page_dashboard_event_index .events .event-item .certificate {
  width: 5.6em;
  border: 1px solid #3358B2;
  display: inline-block;
  text-align: center;
  height: 1.5em;
  line-height: 1.5em;
  -webkit-border-radius: 1em;
          border-radius: 1em;
  font-size: 0.923rem;
}
#page_dashboard_event_index .no-events-tip {
  padding: 5em;
}
#page_dashboard_event_index .ui.card:last-child {
  margin-bottom: .923em;
}
#page_dashboard_event_show {
  min-height: 100%;
  background-color: #FFFFFF;
  padding-bottom: 3.385em;
}
#page_dashboard_event_show .container {
  padding: 0 1.385rem;
}
#page_dashboard_event_show .event-title {
  padding-top: 1.538em;
}
#page_dashboard_event_show .info {
  margin: 1.23em 0;
  height: 2.461em;
  width: 100%;
}
#page_dashboard_event_show .content-container img {
  max-width: 100% !important;
}
#page_dashboard_event_show #back_button {
  height: 3.077em;
  width: 3.077em;
  position: fixed;
  right: 1.385rem;
  bottom: 5.768em;
  background-image: url('img/dashboard/back.png');
  -webkit-background-size: 100% 100%;
          background-size: 100%;
}
#page_certificate_show {
  height: 100%;
  -webkit-background-size: 100% 100% !important;
          background-size: 100% 100% !important;
}
#page_certificate_show .page-title {
  padding-top: 10rem;
  color: #8b212d;
  letter-spacing: 0.5rem;
  font-size: 2.3rem;
}
#page_certificate_show .headimg {
  padding-top: 2rem;
}
#page_certificate_show .headimg .image {
  height: 3.7rem;
  margin: auto;
}
#page_certificate_show .main {
  margin: 1.5rem 4.8rem;
  font-size: 1.1rem;
  letter-spacing: 1px;
}
#page_certificate_show .main .content {
  text-indent: 2rem;
  line-height: 1.85rem;
}
#page_certificate_show .bottom {
  margin: 0 3.5rem;
  width: 100;
  position: absolute;
  bottom: 5rem;
}
#page_certificate_show .bottom img {
  width: 100%;
}
#page_certificate_show .time {
  position: absolute;
  bottom: 1rem;
  left: 0.5rem;
}
#page_certificate_show .subprimary.text {
  color: #8b212d;
}
#page_dashboard_event_certificate {
  min-height: 100%;
}
#page_dashboard_event_certificate .mycenter-header .head-bg {
  background-image: url('/build/img/dashboard/event_certificate_head-cff3ab0b7d.png') !important;
}
#page_partner_project_index {
  padding-bottom: 4.461em;
  min-height: 100%;
}
#page_partner_project_index .header {
  padding-left: 1.154rem !important;
  padding-right: 1.154rem !important;
  padding-top: 0.769rem !important;
  padding-bottom: 0.769rem !important;
  background: #FFFFFF;
}
#page_partner_project_index .header .money-card {
  position: relative;
  background: #3358B2;
  width: 0.769em;
  height: 1.154em;
  line-height: 1.154em;
  text-align: center;
  margin-right: 2px;
  font-size: 1em;
  color: #FFFFFF;
  padding: 2px;
}
#page_partner_project_index .header .money-card:last-child {
  margin-right: 0;
}
#page_partner_project_index .header .money-card .money-card-helper {
  position: absolute;
  height: 1px;
  width: 100%;
  background: #3358B2;
  left: 0px;
  bottom: 0;
  top: 50%;
  margin-top: -0.5px;
}
#page_partner_project_index .header .donate-count {
  padding: 0 0.3em;
}
#page_partner_project_index .block-all-projects {
  padding-left: 1.154rem !important;
  padding-right: 1.154rem !important;
}
#page_partner_project_index .block-all-projects .search-project {
  padding: 0.5em 0;
  -webkit-border-radius: 0.308em;
          border-radius: 0.308em;
  border: 1px solid #D0D0D0;
}
#page_partner_project_index .block-all-projects .search-project .search-tip {
  line-height: 0.923em;
  height: 0.923em;
}
#page_partner_project_index .block-all-projects .search-project .search-tip i {
  margin: 0 0.5em;
  vertical-align: middle;
  font-size: 0.75em;
}
#page_partner_project_index .block-all-projects .search-project .search-tip span {
  line-height: 0.923em;
  height: 0.923em;
  display: inline-block;
}
#page_partner_project_index .block-special-projects {
  padding-left: 1.154rem !important;
  padding-right: 1.154rem !important;
}
#page_partner_project_index .block-special-projects .project-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.923em;
}
#page_partner_project_index .block-special-projects .project-icon i {
  font-size: 1.23em;
  margin-bottom: 0.308em;
  color: #3358B2;
}
#page_partner_project_index .block-special-projects .project-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#page_partner_project_index .block-special-projects .project-list .project-item {
  width: -webkit-calc(50% -  0.346em );
  width: calc(50% -  0.346em );
  padding-bottom: 0.923em;
  padding-top: 0;
  border-bottom: none;
}
#page_partner_project_index .block-special-projects .project-list .project-item:last-child {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
#page_partner_project_index .block-special-projects .project-list .project-item .project-title-and-stat {
  width: 100%;
}
#page_partner_project_index .block-special-projects .project-list .project-item .project-title-and-stat .project-title {
  padding: 0.615em 0 0.5em;
}
#page_partner_project_index .block-special-projects .project-list .project-item .project-img {
  width: 100%;
  -webkit-border-radius: 0.308em;
          border-radius: 0.308em;
}
#page_partner_project_index .head-img-container {
  position: relative;
}
#page_partner_project_index .head-img-container .title {
  position: absolute;
  bottom: 1em;
  width: 20.769em;
  padding-left: 1.154rem !important;
  padding-right: 1.154rem !important;
  z-index: 99;
}
#page_partner_project_index .category-content {
  padding: 1.154rem;
}
#page_partner_news_index .tags {
  padding: 2rem 1.154rem 1rem;
}
#page_partner_news_index .tags-title {
  padding-bottom: 0.5rem;
}
#project_progress {
  padding-bottom: 4.384em;
}
#project_progress .ui.card {
  padding: 1.154rem 1.23em;
}
#project_progress .ui.card .progress-container .progress-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#project_progress .ui.card .progress-container .progress-item:last-child .progress-left-line {
  border: none;
}
#project_progress .ui.card .progress-container .progress-item .progress-left {
  width: 1.0769em;
  margin-right: .615em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#project_progress .ui.card .progress-container .progress-item .progress-left-circle {
  height: 1.2679em;
  width: 1.2679em;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border: solid 1px #3358B2;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#project_progress .ui.card .progress-container .progress-item .progress-left-circle span {
  display: block;
  height: 0.615em;
  width: 0.615em;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #3358B2;
}
#project_progress .ui.card .progress-container .progress-item .progress-left-line {
  width: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 auto;
  border-left: dotted 1px #3358B2;
}
#project_progress .ui.card .progress-container .progress-item .progress-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 1.864em;
}
#project_progress .ui.card .progress-container .progress-item .progress-content-time {
  font-size: 0.769rem;
  color: #ABABAB;
}
#project_progress .ui.card .progress-container .progress-item .progress-content-title {
  font-size: 1rem;
  color: #8F8F8F;
  margin: .5em 0;
  font-weight: bold;
}
#project_progress .ui.card .progress-container .progress-item .progress-content-detail {
  color: #8F8F8F;
  font-size: 0.923rem;
}
#project_progress .ui.card .progress-container .progress-item .progress-content-atlas {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
#project_progress .ui.card .progress-container .progress-item .progress-content-atlas.single li {
  margin-top: .769em;
}
#project_progress .ui.card .progress-container .progress-item .progress-content-atlas.single img {
  max-height: 16.192em;
  max-width: 16.192em;
  width: auto;
}
#project_progress .ui.card .progress-container .progress-item .progress-content-atlas.multiple {
  margin-left: -0.3845em;
}
#project_progress .ui.card .progress-container .progress-item .progress-content-atlas.multiple li {
  width: 28%;
  height: 0;
  display: inline-block;
  margin: 0.769em 0.3845em 0;
  padding-top: 28%;
  position: relative;
  overflow: hidden;
}
#project_progress .ui.card .progress-container .progress-item .progress-content-atlas.multiple li img {
  max-width: 100%;
  left: 0;
  top: 0;
  min-height: 100%;
  position: absolute;
}
#page_partner_donates_index {
  padding-bottom: 4.384em;
}
/********** Other *********/
/**
 * @HACK pc 样式调整
 */
@media (min-width: 720px) {
  .ui.card .title {
    padding: .8333em 0 0 0 !important;
  }
  #block_donators_headimgs .block-headimg .headimg {
    width: 5.4em;
    height: 5.4em;
  }
  #block_donators_headimgs .active.block-headimg .headimg {
    width: 5.5em;
    height: 5.5em;
  }
  #block_donators_headimgs .triangle {
    margin-left: 2em !important;
  }
  #row_qualification_and_time {
    background-color: white;
    margin: 0;
    border-bottom: 1px solid #F2F2F2;
  }
  #row_qualification_and_time #qualification_icon {
    padding: 0;
  }
  #block_donaters,
  #project_preview_card,
  #block_progress_and_stat {
    margin: 0;
    border-bottom: 1px solid #F2F2F2;
  }
  #block_project_extras {
    margin-top: 0;
  }
  #user_project_show,
  #user_project_create {
    background-color: #FFFFFF;
  }
  ul.button_switchover li,
  .ui.button {
    font-family: "Helvetica Neue", "Helvetica", "Tahoma", "Arial", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif, 'Helvetica Neue', Arial, Helvetica, sans-serif !important;
  }
  #project_donate_in_page_form p {
    margin-top: 8px;
  }
  #project_donate_in_page_form .submit_button_container {
    padding-top: 1.25em;
  }
  #block_footer {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/*# sourceMappingURL=app.css.map */
