

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */

/* # =================================================================
   # Global selectors
   # ================================================================= */

html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */

/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

ul,li {
  list-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */

input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto; /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"], /* Prevent a WebKit bug where (2) destroys native `audio` and `video`controls in Android 4 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */

img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */

/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */

/* Specify text selection background color and omit drop shadow */

::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/*
 # =================================================================
 # body
 # ================================================================= */
html,body {
  font-family:Helvetica;
  background-color: #fff;
  width: 100%;
  height: 100%;
}

a {
  text-decoration: none !important;
}

.s-alert-success {
    background: #29C6A9 !important;
    color: #fff;
}

/*
 # =================================================================
 # flexbox
 # ================================================================= */

 .fb-row {
   display: flex;
   flex-direction: row;
 }

 .fb-column {
   display: flex;
   flex-direction: column;
 }

 .fb-center-h {
  justify-content: center;
 }

 .fb-center-v {
   align-items: center;
 }

 .fb-center {
   justify-content: center;
   align-items: center;
 }

 .fb-item {
   flex: 1;
 }

 .line1px {
  height: 1px;
  background: #E5E5E5;
  transform: scaleY(0.5);
}

.line1px-v {
  width: 1px;
  background: #E5E5E5;
  transform: scaleX(0.5);
}

input::-webkit-input-placeholder{
  color: #C0C0C0;
}

/**
 * CSS Components
 */
 .component-search-bar {
  display: flex;
  align-items: stretch;
  height: 32px;
  opacity: .95;
  border-radius: 16px;
  background: #F8F8F8 url(../images/search.png) no-repeat 10px center;
  background-size: 25px 25px;
  flex: 1;
  margin: 0 15px;
}

.component-search-bar .input {
  margin-left: 45px;
  flex: 1;
  font-size: 14px;
  color: #333;
}

.component-loading-more {
  height: 50px;
  background: #FAFAFA;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #999999;
}

.component-loading-more img {
  margin-right: 10px;
  animation: spinner 1s linear infinite;
  width: 16px;
  height: 16px;
}

@keyframes spinner{
  0%{ transform: rotateZ(0deg); }
  100%{ transform: rotateZ(360deg); }
}
a,button,input,optgroup,select,textarea { -webkit-tap-highlight-color:rgba(0,0,0,0); }

.page-launch{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 10px;
  left: 0;
  display: flex;
  flex-direction: column;
  background: #F8F8F8;
}



.page-launch .content {
  flex: 1;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.page-launch .tabs{
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  height: 49px;
}
.page-launch .tabs li{
  flex: 1;
  list-style: none;
  text-align: center;
}

.page-launch .tabs li a{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  text-decoration: none;
}

.page-launch .tabs li .tab-icon {
  height: 25px;
  width: 25px;
  background-size: contain;
  background-position: center;
}

.page-launch .tabs li .tab-icon-home {
  background-image: url(../images/tab_home.png);
}

.page-launch .tabs li .tab-icon-home.active {
  background-image: url(../images/tab_home_active.png);
}

.page-launch .tabs li .tab-icon-signin {
  background-image: url(../images/tab_signin.png);
}


.page-launch .tabs li .tab-icon-me {
  background-image: url(../images/tab_me.png);
}

/*大都会*/

.page-launch .tabs li .tab-icon-home.daduhui {
  background-image: url(../images/tab_home_daduhui.png);
}

.page-launch .tabs li .tab-icon-home.active.daduhui {
  background-image: url(../images/tab_home_active_daduhui.png);
}

.page-launch .tabs li .tab-icon-signin.daduhui {
  background-image: url(../images/tab_signin_daduhui.png);
}


.page-launch .tabs li .tab-icon-me.daduhui {
  background-image: url(../images/tab_me_daduhui.png);
}


/*中金*/
/*中金*/
.page-launch .tabs li .tab-icon-home.zhongjin  {
  background-image: url(/images/tab_home_zhongjin.png);
}

.page-launch .tabs li .tab-icon-home.active.zhongjin{
  background-image: url(/images/tab_home_active_zhongjin.png);
}

.page-launch .tabs li .tab-icon-signin.zhongjin{
  background-image: url(/images/tab_signin_zhongjin.png);
}

.page-launch .tabs li .tab-icon-me.zhongjin{
  background-image: url(/images/tab_me_zhongjin.png);
}

/*维他奶*/
.page-launch .tabs li .tab-icon-home.vitasoy  {
  background-image: url(/images/tab_home_vitasoy.png);
}

.page-launch .tabs li .tab-icon-home.active.vitasoy{
  background-image: url(/images/tab_home_active_vitasoy.png);
}

.page-launch .tabs li .tab-icon-signin.vitasoy{
  background-image: url(/images/tab_signin_vitasoy.png);
}

.page-launch .tabs li .tab-icon-me.vitasoy{
  background-image: url(/images/tab_me_vitasoy.png);
}

/*三一*/


/*三一公益*/
.page-launch .tabs li .tab-icon-home.sanyi  {
  background-image: url(/images/home_normal.png);
}

.page-launch .tabs li .tab-icon-home.active.sanyi{
  background-image: url(/images/home.png);
}

.page-launch .tabs li .tab-icon-signin.sanyi{
  background-image: url(/images/sanyi_sing.png);
}

.page-launch .tabs li .tab-icon-signin.active.sanyi{
  background-image: url(/images/sanyi_sign_in.png);

}
.page-launch .tabs li .tab-icon-me.sanyi{
  background-image: url(/images/sanyi_normal.png);
}

.page-launch .tabs li .tab-icon-me.active.sanyi{
  background-image: url(/images/sanyi_person.png);

}

.page-launch .tabs li .tab-icon-home.active.yangguang{
  background-image: url(/images/yangguanghome.jpg);
}
.page-launch .tabs li a span {
  font-size: 10px;
  color: #333333;
}



.page-home {
  width: 100%;
  height: 100%;
}

.page-home .page-home-header {
  position: relative;
  /* overflow: hidden; */
}

.page-home .swiper-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 264px;
}

.swiper-container .swiper-container-empty {
    height: 264px;
  background: url(../images/default_banner.png) no-repeat top left;
  background-size: cover;
  background-position: center;
}

.page-home .swiper-container .image {
  width: 100%;
  height: 264px;
}

.page-home .slick-dots {
  position: absolute;
  bottom: 10px;
}

.page-home .header-bar {
  display: flex;
  /* justify-content: space-between; */
  /* width: 375px; */
  padding: 15px;
  align-items: center;
  background: transparent;
  position: absolute;
  top: 0;
  /* left: 0;
  right: 0; */
  width: 100%;
  height: 62px;
  z-index: 99;
  font-weight: 300;
  box-sizing: border-box;
}

.page-home .header-bar .city-name {
  width: 64px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  opacity: 0.75;
  background: #333333;
  border-radius: 14px;
  color: #fff;
  font-size: 14px;
  overflow: hidden;
}
.page-home .header-bar .component-search-newbar {
  /*width: 180px;*/
  display: flex;
  align-items: stretch;
  height: 32px;
  opacity: 0.95;
  border-radius: 16px;
  background: #f8f8f8 url(../images/search.png) no-repeat 10px center;
  background-size: 25px 25px;
  margin: 0 15px;
}
.dirmargin {
  margin: 0;
}
.content-boxpadding {
  box-sizing: border-box;
    padding: 0 12px 0 15px;
  flex: 1;
}
.page-home .header-bar .component-search-newbar input {
  margin-left: 45px;
  flex: 1;
  font-size: 14px;
  color: #333;
    width: 116px;
}
.page-home .header-bar .login-button {
  width: 64px !important;
  height: 28px;
  line-height: 28px;
  text-align: center;
  opacity: 0.95;
  background: #ffffff;
  border-radius: 14px;
  color: #333333;
  font-size: 14px;
  border: 1px solid #e5e5e5;
}
.page-home .header-bar .login-button-img {
  margin-left:18px;
}
.page-home .header-bar .avatar {
  width: 28px;
  height: 28px;
  border-radius: 14px;
}
.page-home-feedback-show-container {
  width: 100%;

  display: flex;
  flex-direction: reverse;
  justify-content: space-around;
  padding: 12px;
  background-color: #fff;
  align-content: center;
}
.page-home-feedback-show-container a {
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.page-home-feedback-show-container a img {
  width: 100%;
  height: 100%;
}
.page-home .menus-activity {
  display: flex;
  justify-content: center;
  padding: 12px;
}

.page-home .menus-activity a {
  /*width: 110px;*/
  /*height: 80px;*/
    flex: 1;
  margin-right: 10px;
  overflow: hidden;
}

.page-home .menus-activity a:last-child {
  margin-right: 0;
}

.page-home .menus-activity a img {
  width: 100%;
  height: 100%;
}

.page-home .project-list {
}

.page-home .project-list .list-header {
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 58px;
  justify-content: center;
  align-items: center;
}

.page-home .project-list .list-header .main-label {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-home .project-list .list-header .main-label span {
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  line-height: 15px;
  margin: 0 10px;
}

.page-home .project-list .list-header .main-label .label-line {
  height: 1px;
  width: 40px;
  background: #e5e5e5;
  transform: scaleY(0.5);
}

.page-home .project-list .list-header .sub-label {
  font-size: 10px;
  color: #999;
  letter-spacing: 0;
  transform: scale(0.8);
  font-weight: 100;
}

.page-home .project-list .line1px {
  height: 1px;
  background: #e5e5e5;
  transform: scaleY(0.5);
}

.page-home .project-list > ul li {
  background: #fff;
}
.page-home-feedback-show-totle-box {
  width: 100%;
  padding: 10px 0;
}

.page-home .notice {
  width: 100%;
  height: 44px;
  background: #fff;
  padding-left: 59px;
  /*background-image: url(../images/newtitle.png);*/
  /*background-repeat: no-repeat;*/
  /*background-size: 30px 30px;*/
  /*background-position: 20px center;*/
  display: flex;
  align-items: center;
}
.page-home .notice a {
  display: flex;
  align-items: center;
  flex: 1;
  width: 100%;
  height: 44px;
}



.page-home .components-announcement-container{
    width:280px;
    height: 18px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.page-home .components-announcement-container .swiper-slide{
    width:280px;
    height: 18px;
    line-height:18px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    font-size: 14px;
    color: #6AC6F8;
}


.page-home .page-home-body .component-menus {
  background: #fff;
  padding: 15px 0;
}

.page-home .page-home-body .component-menus li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
}

.page-home .page-home-body  .component-menus li:last-child {
  margin-bottom: 0;
}

.page-home .page-home-body  .component-menus a {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.page-home .page-home-body  .component-menus a .menu-icon {
  height: 35px;
  width: 35px;
  background-size: contain;
  background-position: center;
}

.page-home  .page-home-body  .component-menus a span {
  font-size: 12px;
  color: #333333;
  line-height: 14px;
  margin-top: 5px;
}







.page-home  .page-home-body .projects-empty-tip {
  padding: 20px;
  text-align: center;
  color: #999;
  font-size: 14px;
  background: #fff;
  font-weight: 200;
  min-height: 300px;
}

.page-home  .page-home-body .component-projects{
  background: #FAFAFA;
}

.page-home  .page-home-body .component-projects li{
  padding: 15px;
  margin-bottom: 10px;
  background: #fff;
  text-decoration: none;
}

.page-home  .page-home-body .component-projects .project-header {
  height: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
}

.page-home  .page-home-body .component-projects .project-header .org-avatar {
  width: 30px;
  height: 30px;
  border-radius: 4px;
}

.page-home  .page-home-body .component-projects .project-header .org-name {
  flex: 1;
  text-align: left;
  font-size: 15px;
  color: #333333;
  line-height: 30px;
  margin-left: 5px;
}

.page-home  .page-home-body .component-projects .project-main {
  overflow: hidden;
  position: relative;
  display: block;
}

.page-home  .page-home-body .component-projects .project-main .image{
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
}

.page-home  .page-home-body .component-projects .project-main .project-status {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background-position: top right;
  background-size: contain;
}
.page-home  .page-home-body .component-projects .project-main .project-status-full {
  background-image: url(../images/full.png);
}

.page-home  .page-home-body .component-projects .project-main .project-status-recruit {
  background-image: url(../images/activities_status_recruit.png);
}

.page-home  .page-home-body .component-projects .project-main .project-status-progress {
  background-image: url(../images/activities_status_progress.png);
}

.page-home  .page-home-body .component-projects .project-main .project-status-end {
  background-image: url(../images/activities_status_end.png);
}

.page-home  .page-home-body .component-projects .project-main .project-status-employed-wait{
  background-image: url(/images/employed_wait.png);
}
.page-home  .page-home-body .component-projects .project-main .project-status-employed{
  background-image: url(../images/employed.png);
}
.page-home  .page-home-body .component-projects .project-main .project-status-employed-end{
  background-image: url(../images/activities_status_end.png);
}


.page-home  .page-home-body .component-projects .project-main .project-name {
  font-size: 18px;
  color: #333333;
  /* background: url(/images/icon_safeguard.png) no-repeat right center;
  background-size: 24px;
  padding-right: 30px; */
  display: flex;
  justify-content: space-between;
}
.page-home  .page-home-body .component-projects .project-main .project-name .project-name-logo{
  background: url(../images/icon_safeguard.png) no-repeat right center;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.page-home  .page-home-body .component-projects .project-main .project-date {
  font-size: 13px;
  color: #666666;
  margin: 10px 0;
  font-weight: 200;
}

.page-home  .page-home-body .component-projects .project-footer{
  display: flex;
  font-size: 13px;
  color: #666666;
  font-weight: 200;
}

.page-home  .page-home-body .component-projects .project-footer .project-location {
  flex: 1;
  height: 24px;
  line-height: 24px;
  padding-left: 30px;
  background: url(../images/icon_location.png) no-repeat left center;
  background-size: 24px;
}

.page-home  .page-home-body .component-projects .project-footer .project-members {
  flex: 1;
  height: 24px;
  line-height: 24px;
  padding-left: 30px;
  background: url(../images/icon_people.png) no-repeat left center;
  background-size: 24px;
  margin-left: 40px;
}

.page-home  .page-home-body .component-projects .project-footer .project-members span:first-child{
  color: #F6AB00;
}
.page-error{
  width: 100%;
  padding: 22px 20px;
  font-size: 16px;
  color: #fff;
  background-color: #E74C3C;
  position: fixed;
  top:-999px;
  left: 0;
  z-index: 999999;
  background-image: url('../images/delete.png');
  background-repeat: no-repeat;
  background-size: 10px 10px;
  background-position: 360px 8px;
  opacity: 0;

}

.page-home-agree-title {
  color: #000;
  font-weight: 800;
}
.page-home-agree-word {
  line-height: 19px;
  font-size: 14px;
  color: #000;
  text-align: left;
}

.page-home .statistics-config {
    width: 100%;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    background: #fff;
    margin-top: 8px;
}

.page-home .statistics-config-item {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #9C9C9C;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
    flex: 1;
    position: relative;
}
.page-home .statistics-config-item:nth-child(1)::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    display: inline-block;
    top: 0;
    right: 0;
    background-color: #F4F4F4;
}
.page-home .statistics-config-item-title {
    opacity: 0.85;
    font-family: STHeitiTC-Medium;
    font-size: 32px;
    color: #CF4135;
    letter-spacing: 0;
    text-align: center;
    font-weight: 700;
}
  