/*!/css/app.s-css*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
  background-color: #f5f5f5;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
strong,
b {
  font-weight: bold;
}
i,
em {
  font-style: italic;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
body {
  font: 14px/1.6 "PingFang SC", "STHeitiSC-Light", "Helvetice-Light", arial, sans-serif;
}
a {
  text-decoration: none;
}
input {
  outline: none;
}
img {
  max-width: 100%;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.hr {
  width: 100%;
  height: 1px;
  background-color: #e3eefc;
  margin: 0.3rem 0;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.bg-white {
  background-color: #fff;
}
.no-margin {
  margin: 0;
}
.no-padding {
  padding: 0;
}
.no-padding-body {
  margin-bottom: -1.2rem;
}
.wrapper {
  padding-top: 10px;
}
p {
  margin-bottom: 0.2rem;
}
body,
html {
  color: #333;
  max-width: 414px;
  margin: 0 auto;
}
input,
select,
button,
textarea {
  font-family: inherit;
}
button,
html input[type="button"] {
  outline: none;
}
.container {
  padding: 10px 10px 0;
}
.container .detail-item:first-child {
  padding-top: 0;
}
.place-list-wrapper .place-list .list a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.white-wrap {
  padding: 0 10px;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 10px;
}
.btn-round {
  display: inline-block;
  border-radius: 0.4rem;
  height: 0.7rem;
  line-height: 0.7rem;
  padding: 0 0.4rem;
  font-size: 0.28rem;
  border: 1px solid transparent;
  text-align: center;
  box-sizing: border-box;
}
.small-btn {
  display: inline-block;
  border-radius: 10px;
  padding: 0 0.2rem;
  font-size: 0.24rem;
  border: 1px solid transparent;
  text-align: center;
}
.btn-full {
  width: 100%;
}
.btn2 > a,
.btn2 > button {
  width: 48%;
}
.btn3 > a,
.btn3 > button {
  width: 32%;
}
.btn-blue {
  background-color: #0d93fa;
  color: #fff;
}
.btn-red {
  background-color: #ec6615;
  color: #fff;
}
.btn-yellow {
  background-color: #f5e423;
  color: #b24b0d;
}
.btn-disabled {
  background-color: #999;
  color: #fff;
}
.btn-blue-default {
  border: 1px solid #0d93fa;
  color: #0d93fa;
  background-color: transparent;
}
.btn-red-default {
  border: 1px solid #ec6615;
  color: #ec6615;
  background-color: transparent;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.hidden {
  display: none;
}
.label-blue {
  border-radius: 10px;
  color: #fff;
  background-color: #0d93fa;
  font-size: 12px;
  padding: 3px 10px;
  line-height: 1;
}
.label-green {
  border-radius: 10px;
  color: #fff;
  background-color: #16b04c;
  font-size: 12px;
  padding: 3px 10px;
  line-height: 1;
}
.label-red {
  border-radius: 10px;
  color: #fff;
  background-color: #ec6615;
  font-size: 12px;
  padding: 3px 10px;
  line-height: 1;
}
.label-gray {
  border-radius: 10px;
  color: #fff;
  background-color: #999;
  font-size: 12px;
  padding: 3px 10px;
  line-height: 1;
}
.tab_box {
  border-bottom: 1px solid #e3eefc;
  display: flex;
}
.tab_box .tab_item {
  font-size: 0.28rem;
  color: #333;
  padding: 0.1rem 0;
  margin-right: 0.7rem;
  margin-bottom: -1px;
}
.tab_box .tab_item.tab_item_active {
  font-weight: bold;
  color: #0d93fa;
  border-bottom: 2px solid #0d93fa;
}
.tab_detail_item {
  padding: 0.1rem 0;
}
.panel-title {
  font-size: 16px;
  color: #0d93fa;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  font-weight: bold;
}
.panel-title span {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 2px solid #0d93fa;
  margin-bottom: -1px;
}
body {
  background: #e3eefc;
}
/**
公用begin
**/
.block-title {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 0.7rem;
  width: 3.5rem;
  -webkit-border-radius: 0.37rem;
  border-radius: 0.37rem;
  border: inherit;
  text-align: center;
  top: -0.35rem;
  left: 50%;
  margin-left: -1.75rem;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-image: url(../images/company-fg.png);
  background-repeat: no-repeat;
  background-position: -webkit-calc(95%) 5px;
  background-position: -moz-calc(95%) 5px;
  background-position: calc(100% - 5px) 5px;
  -webkit-background-size: 32px 5.5px;
  background-size: 32px 5.5px;
  font-size: 15px;
}
.rank-page {
  position: relative;
}
.rank-page .block-title {
  margin-left: -2.5rem;
  background-color: #0d93fa;
  color: #fff;
  font-size: 0.27rem;
  font-weight: bold;
  width: 5rem;
}
.text-blue {
  color: #0d93fa !important;
}
.white-space {
  white-space: nowrap !important;
}
/**
公用end
**/
.index-page {
  background: url(../images/index-bg.jpg) no-repeat center top / contain;
  padding-top: 0.4rem;
  padding-left: 10px;
  padding-right: 10px;
}
.book-number-wrapper .book-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.2rem;
}
.book-number-wrapper .book-type .text {
  color: #fff;
}
.book-number-wrapper .book-number {
  font-size: 0;
  margin-right: 0.32rem;
}
.book-number-wrapper .book-number .number {
  display: inline-block;
  width: 0.35rem;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 14px;
  background: url(../images/number-bg.png) no-repeat center / cover;
  text-align: center;
  color: #0d81fa;
  margin-right: 1px;
}
.recovery {
  padding: 0 0.35rem;
  /*  margin-top: .5rem;*/
}
.recovery .recovery-title {
  vertical-align: middle;
}
.recovery .text {
  font-size: 0.24rem;
  color: #fff;
  line-height: 180%;
  margin: 15px 0;
}
.recovery .see-recovery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0.4rem;
}
.recovery .see-recovery a {
  display: block;
  width: 2.6rem;
  line-height: 0.78rem;
  -webkit-border-radius: 0.41rem;
  border-radius: 0.41rem;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
}
.recovery .woyao-btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.recovery .woyao-btn-wrapper a,
.recovery .woyao-btn-wrapper img {
  width: 2.7rem;
  height: 2.66rem;
}
.sum {
  display: flex;
  justify-content: space-between;
  margin: 0rem 0rem 0.5rem 0rem;
}
.sum-item {
  font-size: 0.28rem;
  color: #fff;
  text-align: center;
  text-shadow: 1px 2px 10px #333;
}
.sum-title {
  font-size: 0.28rem;
  color: #fff;
  text-shadow: 1px 2px 10px #333;
}
.sum-num {
  font-size: 0.4rem;
  color: #f5e423;
}
.sum-unit {
  font-size: 0.24rem;
  color: #f5e423;
  line-height: 0.29rem;
}
.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 10px;
}
.nav a {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 1.4rem;
  -moz-box-flex: 0;
  -ms-flex: 0 0 1.4rem;
  flex: 0 0 1.4rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 1.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  border: 1px solid #241905;
  background-image: url(../images/fanguang.png);
  background-position: -webkit-calc(99.87%) 0.1rem;
  background-position: -moz-calc(99.87%) 0.1rem;
  background-position: calc(100% - 0.13rem) 0.1rem;
  -webkit-background-size: 0.33rem 0.36rem;
  background-size: 0.33rem 0.36rem;
  background-repeat: no-repeat;
  font-size: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.nav a img {
  width: 0.4rem;
  margin-bottom: 0.03rem;
}
.nav a:nth-child(1) {
  background-color: #ec6615;
  -webkit-box-shadow: 0 -3px 0 0 #e85211 inset;
  box-shadow: 0 -3px 0 0 #e85211 inset;
}
.nav a:nth-child(2) {
  background-color: #0da2e7;
  -webkit-box-shadow: 0 -3px 0 0 #0a8fe2 inset;
  box-shadow: 0 -3px 0 0 #0a8fe2 inset;
}
.nav a:nth-child(3) {
  background-color: #0aca56;
  -webkit-box-shadow: 0 -3px 0 0 #08bf45 inset;
  box-shadow: 0 -3px 0 0 #08bf45 inset;
}
.nav a:nth-child(4) {
  background-color: #1086fa;
  -webkit-box-shadow: 0 -3px 0 0 #0d6ef9 inset;
  box-shadow: 0 -3px 0 0 #0d6ef9 inset;
}
/*.marquee-div{
  border: .3rem solid #FFF;
  width: 100%;
}

.marquee{
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    overflow: hidden;
    -webkit-animation: marquee 15s linear infinite;
    animation: marquee 15s linear infinite;
}
@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
*/
.sort-panel-title-bg {
  position: absolute;
  width: 3.56rem;
  border-radius: 0.37rem;
  border: inherit;
  background-color: #0d93fa;
  color: #fff;
  background-image: url(../images/company-fg.png);
  background-repeat: no-repeat;
  background-position-x: right;
  line-height: 0.7rem;
  top: -0.35rem;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -0.37rem;
  top: 50%;
  top: 0;
  text-align: center;
}
.sort-panel-title {
  margin-left: 10px;
  top: -50px;
  text-decoration: none;
  font-size: 14px;
}
.sort-panel-text-bg {
  position: relative;
  border: 2px dashed #0e3482;
  border-radius: 12px;
  background-size: 100% 100%;
  padding-top: 32px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  background-color: #fff;
  margin: 1.24rem 0rem 0.7rem 0rem;
}
.sort-panel-text {
  font-size: 14px;
}
.rank {
  margin: 0.6rem 0rem 0.6rem 0.1rem;
}
.nodata-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0.51rem;
  margin-bottom: 1rem;
}
.nodata-wrap img {
  width: 2.86rem;
  height: 2.86rem;
  margin-bottom: 0.75rem;
}
.nodata-wrap p {
  color: #fff;
  font-size: 0.26rem;
  margin-left: 0.72rem;
  margin-right: 0.72rem;
  text-align: center;
}
.book-bg-top {
  height: 0.45rem;
  width: 100%;
  background: url(../images/book-bg-top.png) no-repeat left bottom / contain;
}
.book-bg-bottom {
  height: 0.5rem;
  width: 100%;
  background: url(../images/book-bg-bottom.png) no-repeat left top / contain;
}
.book-bg {
  height: 100%;
  padding-bottom: 0.3rem;
  background: url(../images/book-bg-chunk.png) repeat left top / contain;
}
.book-bg .bookTap-nav {
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0.35rem;
  -webkit-box-shadow: 0 -2px 0 -1px #1478d6 inset, 0 3px 0 -1px #3891eb;
  box-shadow: 0 -2px 0 -1px #1478d6 inset, 0 3px 0 -1px #3891eb;
}
.book-bg .rank-title {
  font-size: 0.26rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 0.24rem 0;
  margin: 0;
}
.book-bg .bookTap-nav li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 0.26rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #06305b;
  text-shadow: 0px 1px 0px rgba(164, 208, 255, 0.76);
}
.book-bg .bookTap-nav li.on span {
  border-bottom: 2px solid #f9ef52;
  color: #f9ef52;
  text-shadow: 0px 2px 3px rgba(13, 91, 250, 0.76);
  font-weight: bold;
  padding-bottom: 0.3rem;
}
.donate-top-list {
  margin: 0.3rem 0.52rem;
  text-align: center;
}
.donate-top-list-ul {
  display: flex;
  justify-content: space-between;
}
.donate-top-list-ul li {
  width: 33.33333%;
}
.donate-top-img {
  height: 1.5rem;
  margin-bottom: 0.1rem;
  position: relative;
}
.donate-top-img .img {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.donate-top-img .donate-head-img {
  border: 0.06rem solid #fff;
  border-radius: 50%;
  width: 1.03rem;
  height: 1.03rem;
  display: block;
  margin: auto;
}
.team-donate-top-list .donate-top-img .donate-head-img {
  border-radius: 0;
}
.donate-head-icon {
  top: -0.15rem;
  right: 0.35rem;
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
}
.team-donate-top-list .donate-head-icon {
  right: 0.15rem;
}
.donate-top-img-middle-size {
  border: 0.06rem solid #fff;
  border-radius: 50%;
  width: 1.4rem;
  height: 1.4rem;
  display: block;
  margin: auto;
}
.team-donate-top-list .donate-top-img-middle-size {
  border-radius: 0;
}
.donate-team-logo img {
  width: 0.7rem;
  height: 0.7rem;
  vertical-align: middle;
  border: 0.065rem solid #fff;
  border-radius: 0;
}
.donate-head-icon-middle {
  width: 0.4rem;
  height: 0.4rem;
  top: -0.15rem;
  right: 0.25rem;
  position: absolute;
}
.team-donate-top-list .donate-head-icon-middle {
  right: 0;
}
.donate-top-name {
  color: #fff;
  font-size: 0.24rem;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  overflow: hidden;
}
.donate-top-desc {
  color: #9fc3fc;
}
.donate-top-number {
  color: #ffd800;
  font-weight: bold;
  font-size: 0.28rem;
}
hr {
  border: none;
  border-top: 1px dashed #5ba9f8;
  margin: 0rem 0.6rem 0rem 0.6rem;
}
.donate-desc {
  color: #9fc3fc;
  margin-left: 0.4rem;
}
.donate-id {
  color: #fff;
  margin: 0 0.2rem 0rem 0rem;
  font-size: 0.24rem;
  width: 0.3rem;
}
.ifooter {
  margin: 0.13rem 1rem 0rem 1rem;
}
.donate-content .donate-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 12px;
  margin: 0.15rem 0rem 0.15rem 0.58rem;
}
.donate-content .donate-list .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.donate-content .donate-list .flex .donate-logo img {
  width: 0.7rem;
  height: 0.7rem;
  vertical-align: middle;
  border: 0.06rem solid #fff;
  border-radius: 50%;
}
.donate-content .donate-list .flex .donate-name {
  color: #fff;
  margin-left: 0.4rem;
  font-size: 0.24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  width: 2rem;
}
.donate-content .donate-list .number {
  color: #ffd800;
  margin-right: 0.6rem;
  font-size: 0.28rem;
  font-weight: bold;
}
.donate-content .btn {
  display: block;
  line-height: 0.7rem;
  -webkit-border-radius: 0.36rem;
  border-radius: 0.36rem;
  border: 1px solid #fff;
  text-align: center;
  font-size: 15px;
  color: #fff;
  width: 5.2rem;
  margin: 0.3rem auto 0;
}
.donate-content .btn img {
  margin-left: 10px;
}
.company-wrapper .company-item {
  padding: 0.5rem 0.1rem 0.2rem;
  background: #ffffff;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
  border: 1px dashed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  font-size: 15px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 0.8rem;
}
.company-wrapper .company-item .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.company-wrapper .company-item .company-logo {
  text-align: center;
  margin-top: 0.2rem;
  width: 33.33%;
  padding: 0.2rem;
  box-sizing: border-box;
}
.company-wrapper .company-item .company-logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}
.company-wrapper .company-item:last-child {
  margin-bottom: 0;
}
.company-wrapper .company-item:nth-child(2n+1) .block-title {
  background-color: #f5e423;
}
.company-wrapper .company-item:nth-child(2n) .block-title {
  background-color: #0d93fa;
  color: #fff;
}
.company-wrapper .company-item:nth-child(2n) {
  border-color: #0e3482;
}
.footer {
  text-align: center;
  color: #315b90;
}
.footer p {
  padding: 5px 10px;
}
html {
  height: 100%;
}
body {
  position: relative;
  min-height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 1.2rem;
}
.footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.activity-page {
  padding-top: 1px;
  margin-left: 10px;
  margin-right: 10px;
}
.activity-page .activity-page-item {
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
  background: #fff;
  position: relative;
  padding: 0.2rem 10px;
  margin-top: 0.5rem;
}
.activity-page .activity-page-item .block-title {
  border: 1px dashed #523703;
}
.activity-page .activity-page-item:nth-child(1) .block-title {
  background-color: #0d93fa;
  color: #fff;
}
.activity-page .activity-page-item:nth-child(2) .block-title {
  background-color: #f5e423;
}
.activity-page .activity-page-item:nth-child(3) .block-title {
  background-color: #0da2e7;
  color: #fff;
}
.activity-page .review-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  /*background: url(../images/review-next.png) no-repeat center .3rem/2.2rem 0.5rem;*/
  position: relative;
  margin: 0.4rem 0;
  margin-bottom: 0.9rem;
  font-size: 12px;
}
.activity-page .review-item .itme-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
.activity-page .review-item .itme-content .icon {
  display: block;
  width: 1.1rem;
  margin: 0 auto;
}
.activity-page .review-item .itme-content .icon img {
  width: 1.1rem;
  height: 1.1rem;
}
.activity-page .review-item .itme-content span {
  font-weight: bold;
  color: #0d93fa;
}
.activity-page .review-item .itme-content .percentage {
  color: #ec6615;
}
.activity-page .review-item .review-nexts {
  position: absolute;
  right: 10px;
  top: 0.5rem;
  width: 0.86rem;
  height: 2.9rem;
  /*background: url(../images/review-nexts.png) no-repeat center/contain;*/
}
.activity-page .review-item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  /*background: url(../images/review-next2.png) no-repeat center .3rem/2.2rem 0.5rem;*/
}
.activity-page .review-item:nth-child(2n) .review-nexts {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  left: 10px;
}
.activity-page .review-item:last-child {
  margin-bottom: 0;
}
.activity-page .review-item:last-child .review-nexts {
  display: none;
}
.activity-background dt {
  font-size: 14px;
  color: #0da2e7;
  font-weight: bold;
  margin: 0.5rem 0;
}
.activity-background dd {
  font-size: 14px;
  color: #333;
  line-height: 180%;
}
.activity-marvellous {
  font-size: 14px;
  line-height: 180%;
}
.activity-marvellous span {
  font-weight: bold;
  color: #0da2e7;
}
.activity-marvellous ol {
  list-style-type: decimal;
  padding-left: 45px;
}
.activity-progress .publuclist-wrapper {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-top: 0.3rem;
}
.publuclist-wrapper {
  background: #fff;
  padding-top: 1px;
}
.publuclist-wrapper .list {
  border-bottom: 1px solid #e3eefc;
  padding-bottom: 0.2rem;
  margin: 0.2rem 0;
}
.publuclist-wrapper .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.publuclist-wrapper .list-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 1.9rem;
  -moz-box-flex: 0;
  -ms-flex: 0 0 1.9rem;
  flex: 0 0 1.9rem;
}
.publuclist-wrapper .list-img img {
  vertical-align: middle;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.publuclist-wrapper .list-text {
  padding-left: 0.3rem;
  width: 10rem;
}
.publuclist-wrapper .list-text .title {
  font-size: 16px;
  color: #333;
  margin-bottom: 0.2rem;
  margin-top: 0;
}
.publuclist-wrapper .list-text p {
  font-size: 12px;
  color: #999999;
}
.load-more {
  text-align: center;
  line-height: 0.8rem;
  color: #0d93fa;
}
.load-more img {
  width: 10px;
  vertical-align: middle;
  margin-left: 0.2rem;
}
.school-select-wrap .school-select-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  height: 1rem;
  line-height: 1rem;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 10px;
  margin-bottom: 10px;
}
.school-select-wrap .school-select-flex .select-box {
  width: 50%;
  background: url(../images/select-icon.png) no-repeat -webkit-calc(80%) center / 10px 6px;
  background: url(../images/select-icon.png) no-repeat -moz-calc(80%) center / 10px 6px;
  background: url(../images/select-icon.png) no-repeat calc(100% - 20px) center / 10px 6px;
}
.school-select-wrap .school-select-flex .select-box select {
  -webkit-appearance: none;
  border: none;
  width: 100%;
  background: none;
  text-indent: 10px;
  /* border-right: 1px solid #c7d1df; */
}
.school-select-wrap .school-select-flex .select-box select:focus {
  outline: none;
}
.school-select-wrap .school-select-flex .select-box:nth-child(2) select {
  border: none;
}
.school-select-wrap .school-select-flex .school-select-btn {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  line-height: 1rem;
}
.school-select-wrap .school-select-flex .school-select-btn img {
  width: 100%;
  vertical-align: middle;
}
.school-detail .school-swiper {
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  margin-top: 0.5rem;
}
.school-detail .school-swiper .swiper-slide a img {
  vertical-align: middle;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
}
.school-detail .school-swiper .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 1;
}
.school-detail .school-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f5e423;
}
.school-detail .detail-list-wapper .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.2rem 0;
  border-bottom: 1px solid #e3eefc;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.school-detail .detail-list-wapper .list span {
  color: #0da2e7;
  font-weight: bold;
}
.school-detail .detail-list-wapper .list p {
  line-height: normal;
  line-height: 180%;
  margin-top: -1px;
}
.school-detail .detail-introduce {
  margin-top: 0.5rem;
}
.school-detail .detail-introduce dt {
  font-weight: bold;
  color: #0da2e7;
  margin-bottom: 0.2rem;
}
.school-detail .detail-introduce dd {
  line-height: 180%;
}
.public-tab-wrapper {
  background: #fff;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
  margin: 0.38rem 10px;
  padding: 0.4rem 15px;
}
.public-tab-wrapper .tab-nav {
  line-height: 0.9rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e3eefc;
}
.public-tab-wrapper .tab-nav li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #333;
}
.public-tab-wrapper .tab-nav li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #333;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.public-tab-wrapper .tab-nav li.on {
  font-weight: bold;
  color: #0d93fa;
}
.public-tab-wrapper .tab-nav li.on span {
  -webkit-box-shadow: 0 -2px 0 0 #0d93fa inset;
  box-shadow: 0 -2px 0 0 #0d93fa inset;
}
.public-tab-wrapper .public-ranking .tab-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.15rem;
}
.public-tab-wrapper .public-ranking .tab-list .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.public-tab-wrapper .public-ranking .donate-name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  width: 2rem;
}
.public-tab-wrapper .public-ranking .tab-list .donate-logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 0.8rem;
  -moz-box-flex: 0;
  -ms-flex: 0 0 0.8rem;
  flex: 0 0 0.8rem;
  margin-right: 0.5rem;
}
.public-tab-wrapper .public-ranking .tab-list .donate-logo img {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  vertical-align: middle;
}
.public-tab-wrapper .public-ranking .tab-list .team-logo img {
  border-radius: 0;
}
.public-tab-wrapper .public-ranking .tab-list:nth-child(2n) {
  background: #f0f6fd;
}
.public-tab-wrapper .public-ranking .tab-list span.number {
  white-space: nowrap;
}
.public-tab-wrapper .tab-nav2 li {
  text-align: center;
}
.public-tab-wrapper .tab-nav2 li.on {
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.public-tab-wrapper .tab-nav2 li.on span {
  -webkit-box-shadow: 0 -2px 0 0 #0d93fa inset;
  box-shadow: 0 -2px 0 0 #0d93fa inset;
  color: #0d93fa;
}
.search-item {
  flex: 1;
  display: flex;
}
.search-item input {
  border: none;
  flex: 1;
}
.search-donation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 0.8rem;
  border: 1px solid #c3d3e8;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
  background: #e3eefc;
  margin: 0.4rem 0;
  padding: 0 10px;
}
.search-donation input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: none;
  background: transparent;
}
.search-donation button,
.search_btn {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  background: url(../images/search-donation-btn.png) no-repeat center / contain;
  border: none;
  margin-left: 10px;
}
.donation-record {
  width: 100%;
}
.donation-record thead td {
  height: 0.7rem;
  background: #f0f6fd;
  color: #666666;
  width: 33.333%;
  text-indent: 0.3rem;
}
.donation-record tbody td {
  height: 0.95rem;
  /*text-indent: .3rem;*/
  padding: 0 10px;
  border-bottom: 1px solid #e3eefc;
}
.qrcode-page {
  background: #0d8dfa url(../images/qrcode-page.jpg) no-repeat center bottom / contain;
  padding: 1px 20px 1px;
  margin-bottom: -1.3rem;
}
.qrcode-page .recovery {
  margin-top: 0.9rem;
}
.qrcode-page .qrcode-box {
  background: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 15px;
  text-align: center;
  margin: 0.55rem 0 1.1rem;
}
.qrcode-page .qrcode-box .title {
  color: #0d8dfa;
  margin-bottom: 0.2rem;
}
.qrcode-page .qrcode-box img {
  display: block;
  margin: 0 auto;
}
.qrcode-page .qrcode-box .detail-img {
  margin-top: 0.2rem;
  width: 150px;
}
.don-request {
  padding: 0 10px;
  margin-top: 0.5rem;
}
.don-request dl dt {
  color: #0da2e7;
  font-weight: bold;
}
.don-request dl dt {
  margin-top: 10px;
}
.don-request ol {
  list-style-type: decimal;
  padding-left: 20px;
}
.don-request ol li {
  float: left;
  line-height: 180%;
}
.don-request ol li {
  margin-right: 1rem;
}
.don-request ol li:last-child {
  margin-bottom: 0;
}
.don-request .btn {
  line-height: 0.8rem;
  border: 1px solid #0d93fa;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0.4rem;
  border-radius: 0.4rem;
  display: block;
  text-align: center;
  color: #0d93fa;
  margin: 0.8rem 0 0.2rem;
}
.mode-head-text {
  text-align: center;
  color: #0d93fa;
  font-weight: bold;
  width: 80%;
  margin: 0 auto;
}
.mode-select {
  padding: 0 10px;
}
.mode-select .select-tiem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.6rem;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
  border: 1px solid;
  margin: 0.6rem 0;
  text-align: center;
}
.mode-select .select-tiem .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.mode-select .select-tiem .select-text {
  line-height: 180%;
  color: #999;
}
.mode-select .select-tiem:nth-child(1) {
  border-color: #ec6615;
}
.mode-select .select-tiem:nth-child(1) .title {
  color: #ec6615;
}
.mode-select .select-tiem:nth-child(2) {
  border-color: #0d93fa;
}
.mode-select .select-tiem:nth-child(2) .title {
  color: #0d93fa;
}
.place-list-wrapper {
  padding: 0 10px;
}
.place-list-wrapper .head-title {
  font-weight: bold;
  color: #0d93fa;
}
.place-list-wrapper .place-list {
  margin-top: 0.3rem;
}
.place-list-wrapper .place-list .list {
  line-height: 1rem;
}
.place-list-wrapper .place-list .list a {
  display: block;
  color: #333;
  padding-right: 10px;
  border-top: 1px solid #e3eefc;
  background: url(../images/list-icon.png) no-repeat right center / 6px 10px;
}
.donate-books {
  padding: 0 10px;
}
.donate-books .donate-books-text {
  color: #333;
  line-height: 180%;
}
.donate-books .donate-type {
  line-height: 1rem;
  text-align: center;
  -webkit-border-radius: 0.4rem;
  border-radius: 0.4rem;
  font-size: 0.4rem;
  font-weight: bold;
  margin: 0.3rem 0;
}
.donate-books .donate-type1 {
  border: 1px solid #0d93fa;
  color: #0d93fa;
}
.donate-books .donate-type2 {
  border: 1px solid #0aca56;
  color: #0aca56;
  margin-bottom: 0;
}
.donate-books .how {
  text-align: center;
  color: #999999;
}
.donate-books .how img {
  vertical-align: middle;
  margin-right: 0.2rem;
}
.donate-books .wait-title {
  color: #0da2e7;
  font-weight: bold;
  border-bottom: 1px solid #e3eefc;
  padding-bottom: 0.3rem;
}
.donate-books .wait-donate .list {
  line-height: 1rem;
  border-bottom: 1px solid #e3eefc;
}
.donate-books .wait-donate .list i {
  display: block;
}
.donate-books .wait-donate .list i img {
  vertical-align: middle;
}
.donate-books .btn {
  display: block;
  line-height: 0.8rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #0d93fa;
  border: 1px solid #0d93fa;
  -webkit-border-radius: 0.4rem;
  border-radius: 0.4rem;
  text-align: center;
  margin-top: 0.4rem;
}
.scanCode-guide {
  color: #0d93fa;
  font-weight: bold;
  text-align: center;
}
.scanCode-guide .iphone {
  height: 9.18rem;
  margin-top: 0.4rem;
  background: url(../images/iphone.png) no-repeat center / contain;
  position: relative;
}
.scanCode-guide .iphone a {
  display: block;
  position: absolute;
  width: 50%;
  margin: 0 auto;
  height: 0.8rem;
  bottom: 2rem;
  left: 0;
  right: 0;
  background: transparent;
}
.searchBooks-404 {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  max-width: 414px;
  margin: 0 auto;
  background: url(../images/bg404.jpg) no-repeat center / cover;
}
.searchBooks-404 .content {
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 3rem;
  margin: auto 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.searchBooks-404 .btn {
  display: block;
  line-height: 0.8rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #0d93fa;
  border: 1px solid #0d93fa;
  -webkit-border-radius: 0.4rem;
  border-radius: 0.4rem;
  text-align: center;
  margin-top: 0.4rem;
  width: 80%;
  margin: 0.6rem auto 0;
}
.input-form .title {
  font-weight: bold;
  color: #0d93fa;
  border-bottom: 1px solid #e3eefc;
  padding-bottom: 0.2rem;
  margin-bottom: 0.2rem;
}
.input-form .form-control {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}
.input-form .form-control .name-note {
  color: #999;
  margin: -0.2rem 0rem 0rem 1.7rem;
}
.input-form .form-control .label {
  width: 1.6rem;
  height: 0.7rem;
  line-height: 0.7rem;
  flex-shrink: 0;
  margin-right: 0.1rem;
  font-size: 0.28rem;
}
.input-form .form-control.full {
  display: block;
}
.input-form .form-control.full .label {
  width: 100%;
}
.input-form .form-control .field {
  width: 100%;
  line-height: 0.7rem;
  font-size: 0.28rem;
  position: relative;
}
.input-form .note {
  color: red;
}
.input-form .form-share-logo {
  margin: 0rem 0rem 0.2rem 1.6rem;
}
.input-form .share-logo {
  line-height: 0.7rem;
  font-size: 0.28rem;
  position: relative;
  margin-right: auto;
  width: 2rem;
  height: 2rem;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px 1px #ccc;
}
.input-form .form-control .field .unit {
  position: absolute;
  right: 15px;
}
.input-form .form-control#check-opt {
  display: none;
}
.input-form .form-control .field textarea {
  width: 100%;
  border-radius: 5px;
  padding: 5px;
  box-sizing: border-box;
}
.input-form .select-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}
.input-form .select-list .item {
  width: 1.44rem;
  box-sizing: border-box;
  border: 2px solid #d7d7d7;
  border-radius: 5px;
  padding: 0.1rem 0;
  font-size: 0.28rem;
  text-align: center;
}
.input-form .select-list .item.selected {
  border-color: #0d93fa;
}
.input-form .content {
  padding: 0;
}
.input-form .content dt {
  line-height: 35px;
}
.input-form .content dd {
  margin-bottom: 0.2rem;
}
.input-form .text {
  height: 0.7rem;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #bbbbbb;
  /*background: #f6f6f6;*/
  color: #999;
  width: 100%;
  padding: 0 1rem 0 0.2rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.input-form .btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 0.5rem;
}
.input-form .textarea {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #bbbbbb;
  color: #999;
  width: 100%;
  padding: 5px 0.2rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.input-form #region {
  background: #f6f6f6 url(../images/diqu.png) no-repeat -webkit-calc(90%) center / 6px 10px;
  background: #f6f6f6 url(../images/diqu.png) no-repeat -moz-calc(90%) center / 6px 10px;
  background: #f6f6f6 url(../images/diqu.png) no-repeat calc(100% - 10px) center / 6px 10px;
}
.input-form .radio {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.input-form .radio,
.input-form .checkbox {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background: #f6f6f6;
  border: 1px solid #c3c3c3;
  vertical-align: middle;
  text-align: center;
  margin-top: 0;
  margin-right: 0.2rem;
}
.input-form .radio:checked,
.input-form .checkbox:checked {
  background: #0d93fa url(../images/radio.jpg) no-repeat center / 15px 8px;
  border-color: #0d93fa;
}
.input-form .flex1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.input-form .flex1 .money-select {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  line-height: 0.75rem;
}
.input-form .flex1 .money-select span {
  display: inline-block;
  vertical-align: middle;
}
.input-form .flex1 .other-money {
  margin-top: 15px;
  border-bottom: 1px solid #e3eefc;
  padding-bottom: 0.4rem;
}
.input-form .flex1 .other-money .text {
  margin: 0 0.2rem;
}
.input-form .flex1 .other-money p {
  padding-left: 1.2rem;
  font-size: 12px;
  margin-top: 15px;
}
.input-form .checkbox-wrapper > .checkbox-list {
  padding: 0.3rem 0 0;
}
.input-form .checkbox-wrapper > .checkbox-list:first-child {
  padding-bottom: 0.4rem;
}
.input-form .checkbox-wrapper .checkbox-list {
  display: block;
  border-bottom: 1px solid #e3eefc;
}
.input-form .checkbox-wrapper .checkbox-list .checkbox {
  vertical-align: middle;
  -webkit-border-radius: 0.05rem;
  border-radius: 0.05rem;
}
.input-form .checkbox-wrapper > .flex {
  padding-top: 0.3rem;
}
.input-form .checkbox-wrapper .checkbox-list2 {
  margin-bottom: 0.35rem;
}
.input-form .checkbox-wrapper .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
}
.input-form .checkbox-wrapper .flex .w75 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 0.75rem;
  -moz-box-flex: 0;
  -ms-flex: 0 0 0.75rem;
  flex: 0 0 0.75rem;
}
.input-form .checkbox-wrapper .flex .checkbox-text {
  line-height: 180%;
}
.input-form .checkbox-wrapper .flex .checkbox-text .p2 {
  font-size: 12px;
  color: #666;
  border-bottom: 1px solid #e3eefc;
  padding-bottom: 0.25rem;
}
.input-form .checkbox-wrapper .flex .checkbox-text .p3 {
  color: #999;
  margin-top: 0.3rem;
  margin-bottom: 0.2rem;
}
.input-form .checkbox-wrapper .info {
  font-size: 12px;
  color: #0d93fa;
  line-height: 180%;
  border-top: 1px solid #e3eefc;
  padding-top: 0.3rem;
}
.book-detail {
  padding: 0 10px;
}
.book-detail p {
  line-height: 1.45rem;
  border-bottom: 1px solid #e3eefc;
  font-weight: bold;
}
.book-detail p span {
  font-weight: normal;
  color: #999;
}
.book-detail p:last-child {
  border: none;
}
.book-detail .btn {
  display: block;
  line-height: 0.8rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #0d93fa;
  border: 1px solid #0d93fa;
  -webkit-border-radius: 0.4rem;
  border-radius: 0.4rem;
  text-align: center;
}
.wuguan .list {
  padding: 0.3rem 0;
  border-bottom: 1px solid #e3eefc;
}
.wuguan .list .name {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #ec6615;
  display: inline-block;
  line-height: 0.46rem;
  -webkit-border-radius: 0.23rem;
  border-radius: 0.23rem;
  color: #fff;
  padding: 0 0.1rem;
  margin-bottom: 0.3rem;
}
.wuguan .list .detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.wuguan .list .detail span {
  margin-right: 0.7rem;
}
.wuguan .list .detail span b {
  color: #666;
}
.wuguan .list .detail span:last-child {
  margin-right: 0;
}
.wuguan .list:last-child {
  border: none;
}
.wuguan2 {
  border-bottom: 1px solid #e3eefc;
  margin: 0 10px;
  margin-bottom: 0.2rem;
  padding-bottom: 0.2rem;
}
.wuguan2 .title {
  font-weight: bold;
  color: #0d93fa;
  margin-bottom: 0.1rem;
}
.wuguan2 p {
  font-size: 12px;
  color: #999999;
}
.thank-wrapper {
  padding: 0 10px;
}
.thank-wrapper h1 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
  color: #0d93fa;
  font-weight: bold;
}
.thank-wrapper .head {
  border-bottom: 1px solid #e3eefc;
  padding: 0.5rem;
}
.thank-wrapper .head .title {
  font-weight: bold;
  color: #0d93fa;
  margin-bottom: 0.3rem;
  font-size: 16px;
  text-align: center;
}
.thank-wrapper .thank-content {
  text-align: center;
  padding: 0.5rem 0 0;
}
.thank-wrapper .thank-content a {
  display: block;
  line-height: 0.8rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0.4rem;
  border-radius: 0.4rem;
  text-align: center;
  margin: 0.4rem 0;
}
.thank-wrapper .thank-content a.btn1 {
  color: #ec6615;
  border: 1px solid #ec6615;
}
.thank-wrapper .thank-content a.btn2 {
  color: #0d93fa;
  border: 1px solid #0d93fa;
}
.thank-wrapper .thank-content a.btn3 {
  color: #0aca56;
  border: 1px solid #0aca56;
  margin-bottom: 0;
}
.thank-wrapper .thank-content a.btn4 {
  color: #fff;
  background: #ec6615;
}
.thank-letter {
  position: fixed;
  overflow: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(../images/thank-letter.jpg) no-repeat top center / cover;
  max-width: 414px;
  margin: 0 auto;
}
.thank-letter .letter-content {
  width: 5.2rem;
  margin: 0 auto;
  padding-top: 3.45rem;
}
.thank-letter .letter-content p {
  text-shadow: 0px 1px 13px rgba(9, 117, 217, 0.76);
  color: #fff;
}
.thank-letter .letter-content .text {
  text-indent: 2em;
}
.thank-letter .letter-content .btn {
  display: block;
  line-height: 0.8rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  border: 1px solid #fff;
  -webkit-border-radius: 0.4rem;
  border-radius: 0.4rem;
  text-align: center;
  margin-top: 0.55rem;
}
.mask {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7) url(../images/share-guide.png) no-repeat right 0.5rem / contain;
  max-width: 414px;
  margin: 0 auto;
}
.mask a {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 7.2rem;
  width: 4rem;
  margin: 0 auto;
  height: 0.8rem;
  background: transparent;
}
.donate-books2 {
  padding: 0 10px;
}
.donate-books2 .title {
  color: #0d93fa;
  font-weight: bold;
  border-bottom: 1px solid #e3eefc;
  padding-bottom: 0.3rem;
}
.donate-books2 .donate-list dt {
  line-height: 0.85rem;
  border-bottom: 1px solid #e3eefc;
  color: #666666;
}
.donate-books2 .donate-list dd {
  border-bottom: 1px solid #e3eefc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1.1rem;
}
.donate-books2 .donate-list dd .ok {
  color: #0aca56;
  background: url(../images/ok.png) no-repeat left center / 15px 10px;
  padding-left: 0.4rem;
}
.donate-books2 .donate-list dd .noWay {
  color: #b62d0d;
  padding-left: 0.3rem;
  background: url(../images/noWay.png) no-repeat left center / 10px 10px;
}
.donate-books2 .info {
  color: #666;
  line-height: 180%;
  border-left: 2px solid #0d93fa;
  margin: 0.5rem 0;
  padding-left: 0.25rem;
}
.my-donation {
  padding: 0 10px;
}
.my-donation .tab-nav {
  background: #fff;
  -webkit-border-radius: 0.25rem 0.25rem 0 0;
  border-radius: 0.25rem 0.25rem 0 0;
  margin-top: 0.4rem;
  padding-top: 0.2rem;
}
.my-donation .my-donation-detail {
  background: #fff;
  -webkit-border-radius: 0 0 0.25rem 0.25rem;
  border-radius: 0 0 0.25rem 0.25rem;
}
.my-donation .my-donation-detail .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.my-donation .my-donation-detail .detail-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0.6rem;
  margin-top: 0.4rem;
}
.my-donation .my-donation-detail .detail-item .head {
  line-height: 1;
  color: #ec6615;
}
.my-donation .my-donation-detail .detail-item .head img {
  vertical-align: middle;
  margin-right: 0.45rem;
}
.my-donation .my-donation-detail .detail-item .head span {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.8rem;
}
.my-donation .my-donation-detail .detail-item p {
  color: #333;
  margin-top: 0.3rem;
}
.my-donation .my-donation-detail .detail-item p b {
  font-size: 12px;
  color: #999999;
}
.my-donation .my-donation-detail .detail-item:first-child {
  border-right: 1px solid #cdd4de;
}
.my-donation .my-donation-detail .detail-item:first-child .head {
  color: #0d93fa;
}
.my-donation .my-donation-detail .share-friends {
  padding-left: 0.6rem;
  line-height: 1rem;
  color: #0d93fa;
}
.my-donation .my-donation-detail .share-friends img {
  vertical-align: middle;
  margin-right: 0.2rem;
}
.my-donation .my-donation-detail .record-head {
  padding: 0 10px;
  padding-top: 0.5rem;
  padding-bottom: 0.2rem;
}
.my-donation .my-donation-detail .record-head p {
  line-height: 1;
}
.my-donation .my-donation-detail .record-head p img {
  margin: 0 0.3rem;
}
.my-donation .my-donation-detail .record-head span {
  font-size: 0.8rem;
  color: #ec6615;
  display: inline-block;
}
.my-donation .my-donation-detail .record-head .share-friends {
  padding-left: 0;
}
.my-donation .my-donation-block {
  background: #fff;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
  padding: 15px 10px;
  margin: 0.2rem 0;
}
.my-donation .my-donation-block .date-list-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.my-donation .my-donation-block .date-list-head .date-list-detail {
  line-height: 180%;
}
.my-donation .my-donation-block .date-list-head .date-list-detail span {
  color: #999999;
}
.my-donation .my-donation-block .date-list-head i {
  color: #0d93fa;
}
.my-donation .my-donation-block .date-list-head i img {
  margin-left: 5px;
  vertical-align: middle;
}
.my-donation .my-donation-block .date-list-head.on i img {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.my-donation .my-donation-block .donate-books2 {
  background: #f7fafd;
  border: 1px solid #e3eefc;
  padding: 0;
  margin: 0.3rem 0;
  display: none;
}
.my-donation .my-donation-block .donate-books2 dd,
.my-donation .my-donation-block .donate-books2 dt {
  padding: 0 10px;
}
.my-donation .my-donation-block .record-table {
  width: 100%;
}
.my-donation .my-donation-block .record-table td {
  padding-left: 10px;
}
.my-donation .my-donation-block .record-table thead td {
  height: 0.7rem;
  background: #f0f6fd;
  color: #666;
}
.my-donation .my-donation-block .record-table tbody td {
  line-height: 1rem;
  border-bottom: 1px solid #e3eefc;
}
.my-donation .my-donation-block .record-table tbody tr:last-child td {
  border: none;
}
.QA-page {
  padding: 0 10px;
  padding-top: 0.5rem;
}
.QA-page dt {
  font-weight: bold;
  color: #0da2e7;
  margin-bottom: 0.2rem;
  background: url(../images/q.png) no-repeat;
  background-size: 15px 15px;
  background-position-x: left;
  background-position-y: 3px;
  padding-left: 25px;
}
.QA-page dd {
  border-bottom: 1px solid #e3eefc;
  padding-bottom: 0.25rem;
  padding-left: 25px;
  margin-bottom: 0.3rem;
  background: url(../images/a.png) no-repeat;
  background-size: 15px 15px;
  background-position-x: left;
  background-position-y: 3px;
}
.QA-page dd p {
  line-height: 180%;
}
.QA-page dd ol {
  list-style-type: decimal;
  padding-left: 15px;
}
.QA-page dd .code {
  text-align: center;
  width: 5.5rem;
  margin: 0 auto;
}
.QA-page dd .code img {
  vertical-align: middle;
}
.QA-page dd .code .code-img {
  width: 5.5rem;
}
.contact-mtx {
  padding: 0 10px;
}
.contact-mtx .mtx-loog {
  text-align: center;
  margin: 0.9rem 0;
}
.contact-mtx .mtx-loog img {
  vertical-align: middle;
}
.contact-mtx .contact-address {
  margin-bottom: 0.5rem;
}
.contact-mtx .contact-address p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e3eefc;
  padding: 0.3rem 0;
  position: relative;
}
.contact-mtx .contact-address p a {
  color: #333;
}
.contact-mtx .contact-address p img {
  position: absolute;
  right: 0;
  top: 50%;
  width: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contact-mtx .contact-block-title {
  font-weight: bold;
  color: #0da2e7;
}
.contact-mtx .enterprise .contact-block-title {
  margin-bottom: 0.2rem;
}
.contact-mtx .enterprise .code {
  text-align: center;
  margin-top: 0.4rem;
}
.contact-mtx .enterprise .code img {
  vertical-align: middle;
}
.project-debriefing {
  padding: 0 15px;
}
.project-debriefing .title {
  font-size: 0.35rem;
  color: #0da2e7;
  font-weight: bold;
}
.project-debriefing .date {
  font-size: 12px;
  color: #666666;
  margin-top: 0.25rem;
}
.project-debriefing .date img {
  vertical-align: -3px;
  margin-right: 5px;
}
.project-debriefing .head {
  border-bottom: 1px solid #e3eefc;
  padding-bottom: 0.3rem;
}
.project-debriefing .debriefing-content {
  padding-top: 0.4rem;
}
.project-debriefing .debriefing-content p {
  line-height: 180%;
  font-size: 14px;
}
.project-detail {
  font-size: 14px;
}
.project-detail h2 {
  font-size: 0.28rem;
  color: #0d93fa;
  font-weight: bold;
}
.project-detail .cover {
  width: 100%;
  height: 4.6rem;
  text-align: center;
  overflow: hidden;
}
.project-detail .cover img {
  width: auto;
  height: 100%;
}
.project-detail .detail-item {
  border-bottom: 1px solid #e3eefc;
  padding: 15px 0;
}
.project-detail .title h1 {
  font-size: 0.3rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.project-detail .stat {
  display: flex;
}
.project-detail .stat .stat-item {
  width: 33.333%;
}
.project-detail .stat .stat-item .name {
  font-size: 0.24rem;
  margin-bottom: 0.1rem;
}
.project-detail .stat .stat-item .name img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: 0.24rem;
  margin-right: 0.1rem;
}
.project-detail .stat .stat-item .num {
  font-size: 0.28rem;
  color: #0d93fa;
  font-weight: bold;
}
.project-detail .info > div {
  margin: 5px 0;
}
.project-detail .info .name {
  color: #999999;
}
.project-detail .info .name img {
  display: inline-block;
  vertical-align: middle;
  width: 0.24rem;
  height: auto;
  max-height: 0.24rem;
  margin-right: 5px;
}
.project-detail .org h2 {
  margin-bottom: 0.2rem;
}
.project-detail .org a {
  display: flex;
  align-items: center;
  background: url('../images/right-arrow.png') no-repeat right center;
  background-size: 16px 30px;
}
.project-detail .org .org-logo {
  width: 1.4rem;
  text-align: center;
  margin-right: 15px;
  flex-shrink: 0;
}
.project-detail .org .org-logo img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.project-detail .org .name {
  width: 100%;
  padding-right: 30px;
  color: #333;
}
.project-detail .org .name h2 {
  font-size: 0.26rem;
  margin-bottom: 10px;
  font-weight: bold;
}
.project-detail .board a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
}
.project-detail .board h2 {
  font-size: 0.28rem;
  color: #0d93fa;
}
.project-detail .board .top {
  padding-right: 30px;
  background: url('../images/right-arrow.png') no-repeat right center;
  background-size: 12px 24px;
}
.project-detail .board .top .item {
  display: inline-block;
  position: relative;
  margin: 0 0.15rem;
}
.project-detail .board .top .item img.avatar {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
}
.project-detail .board .top .item img.rank {
  position: absolute;
  right: -0.1rem;
  top: -0.1rem;
  width: 0.3rem;
  height: auto;
}
.project-detail .introduction h2 {
  font-size: 0.28rem;
  color: #0d93fa;
  margin-bottom: 15px;
}
.project-detail .donate-record h2 {
  font-size: 0.28rem;
  color: #0d93fa;
  margin-bottom: 15px;
}
.project-detail .node-num {
  background-color: #f0f7ff;
  display: flex;
  flex-wrap: wrap;
  border-radius: 4px;
  padding: 0.3rem 0.1rem 0rem 0.1rem;
}
.project-detail .node-num .num-list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.1rem;
}
.project-detail .node-num .num-list .num-item {
  width: 3rem;
  height: 1.1rem;
  border-bottom: solid 2px #d8eefe;
  border-radius: 4px;
  background-color: #fff;
  align-items: center;
  margin: 0rem 0rem 0.2rem 0rem;
  text-align: center;
}
.project-detail .node-num .book-num p {
  color: #ec6615;
}
.project-detail .node-num .reader-num p {
  color: #0d93fa;
}
.project-detail .node-num .all-borrow-num p {
  color: #0aca56;
}
.project-detail .node-num .avg-borrow-num p {
  color: #eec507;
}
.project-detail .node-num .num-item p {
  font-size: 0.32rem;
  margin: 0rem;
  padding-top: 0.1rem;
}
.project-detail .node-num .num-item h3 {
  font-size: 0.24rem;
  color: #5c6166;
  padding-bottom: 0.1rem;
}
.project-detail .node-num .node-desc {
  margin: 0rem 0.1rem 0.3rem 0.2rem;
  font-size: 0.24rem;
  color: #333;
}
.project-detail .node-num .node-desc p {
  margin: 0rem;
}
.project-detail .introduction {
  margin-top: 0.3rem;
}
.org-detail {
  font-size: 14px;
}
.org-detail .article-content {
  margin: 0.3rem 0;
}
.org-detail .cover {
  width: 100%;
  height: 4.6rem;
  overflow: hidden;
}
.org-detail .cover img {
  width: 100%;
  height: auto;
}
.org-detail .detail-item {
  border-bottom: 1px solid #e3eefc;
  padding: 15px 0;
}
.org-detail .stat {
  display: flex;
}
.org-detail .stat .stat-item {
  width: 50%;
  text-align: center;
}
.org-detail .stat .stat-item .name {
  font-size: 0.24rem;
  margin-bottom: 10px;
}
.org-detail .stat .stat-item .name img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: 0.24rem;
}
.org-detail .stat .stat-item .num {
  font-size: 0.28rem;
  color: #0d93fa;
  font-weight: bold;
}
.org-detail .org {
  display: flex;
  align-items: center;
}
.org-detail .org-cover {
  padding: 0.15rem 0.15rem 0rem 0.15rem;
}
.org-detail .org-logo {
  width: 2.4rem;
  height: 1.4rem;
  line-height: 1.4rem;
  margin: auto;
  overflow: hidden;
  text-align: center;
}
.org-detail .org-logo img {
  max-width: 100%;
  max-height: 100%;
}
.org-detail .org-name h2 {
  text-align: -webkit-center;
  font-size: 18px;
  font-weight: bold;
  line-height: 0.7rem;
}
.org-detail .org .name p.intro {
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.org-detail .introduction h2 {
  font-size: 0.28rem;
  color: #0d93fa;
  margin-bottom: 15px;
}
.org-detail .donate-record h2 {
  font-size: 0.28rem;
  color: #0d93fa;
  margin-bottom: 15px;
}
.donate-list .donate-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #e3eefc;
}
.donate-list .donate-item img {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  margin-right: 15px;
  flex-shrink: 0;
}
.donate-list .donate-item .donator {
  width: 100%;
}
.donate-list .donate-item h3 {
  margin-bottom: 5px;
  font-size: 0.26rem;
}
.donate-list .donate-item h3 .text {
  color: #999999;
}
.donate-list .donate-item h3 .num {
  color: #ec6615;
  display: inline-block;
  margin-left: 5px;
}
.donate-list .donate-item p {
  margin-bottom: 0;
  margin-bottom: 0.1rem;
}
.donate-list .donate-item .date {
  font-size: 12px;
  color: #999;
}
.donate-list .donate-item .donate-amount {
  flex-shrink: 0;
  color: #999999;
  font-size: 0.26rem;
}
.donate-list .donate-item .donate-amount span {
  color: #ec6615;
  display: inline-block;
  margin-left: 5px;
}
#manual-input-isbn input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #bbbbbb;
  border-radius: 5px;
  height: 0.8rem;
  line-height: 0.8rem;
  padding: 0 10px;
  margin: 0.5rem 0;
  font-size: 0.28rem;
  display: block;
  background-color: #f6f6f6;
}
#manual-input-isbn .btn-round {
  width: 100%;
}
.donate-book-list {
  padding: 0.3rem;
  margin-bottom: 10px;
}
.donate-book-list .book-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem 0;
  border-bottom: 1px dashed #b5b5b5;
}
.donate-book-list .book-item .cover {
  width: 1rem;
  overflow: hidden;
  text-align: center;
  flex-shrink: 0;
  margin-right: 0.2rem;
}
.donate-book-list .book-item .cover img {
  max-width: 100%;
  height: auto;
}
.donate-book-list .book-item .book-info {
  text-align: left;
  width: 100%;
}
.donate-book-list .book-item .book-info p {
  margin-bottom: 0;
  font-size: 0.24rem;
}
.donate-book-list .book-item .book-info h2 {
  font-size: 14px;
  font-weight: bold;
}
.donate-book-list .book-item .book-info .num {
  width: 2rem;
}
.donate-book-list .book-item .remove {
  flex-shrink: 0;
  margin-left: 0.2rem;
}
.donate-book-list .book-item .remove img {
  width: 0.35rem;
  height: 0.35rem;
}
#manual-input-book-info .btn-round {
  width: 100%;
}
#manual-update-book-info .btn-round {
  width: 100%;
}
.team-donate-apply {
  padding: 0.3rem;
  margin-bottom: 10px;
}
.team-donate-apply .form-control .label {
  white-space: nowrap;
}
.team-donate-detail .team-info {
  margin-bottom: 0.5rem;
}
.team-donate-detail .team-info .cover {
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  box-sizing: border-box;
  padding: 0 0.1rem;
  overflow: hidden;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px 1px #ccc;
}
.team-donate-detail .team-info .cover img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.team-donate-detail .team-info h1 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: -0.8rem;
  margin-bottom: 0.3rem;
}
.team-donate-detail .team-info .meta .item {
  padding: 0.2rem 0;
  border-bottom: 1px dashed #dbdbdb;
}
.team-donate-detail .team-info .meta .item:last-child {
  border-bottom: none;
}
.team-donate-detail .team-info .meta span.name {
  color: #666666;
}
.team-donate-detail .donate-status {
  float: right;
}
.team-donate-detail .donate-book-list {
  padding: 0;
}
.team-donate-detail .donate-book-list .book-item h2 {
  margin-bottom: 0.1rem;
}
.team-donate-detail .donate-book-list .book-item p {
  margin-bottom: 0;
}
.co-donate-detail {
  margin-top: 1.3rem;
}
.co-donate-detail .co-info {
  margin-bottom: 0.5rem;
}
.co-donate-detail .co-info .cover {
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  box-sizing: border-box;
  padding: 0 0.1rem;
  overflow: hidden;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px 1px #ccc;
}
.co-donate-detail .share-cover {
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px 1px #ccc;
}
.co-donate-detail .co-info .cover img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.co-donate-detail .co-info h1 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: -0.8rem;
  margin-bottom: 0.3rem;
}
.co-donate-detail .stat {
  display: flex;
  justify-content: space-between;
  margin: 0.3rem 0 0;
}
.co-donate-detail .stat .stat-item {
  width: 33.333%;
  text-align: center;
}
.co-donate-detail .stat .stat-item .name {
  font-size: 0.24rem;
  margin-bottom: 0.1rem;
}
.co-donate-detail .stat .stat-item .name img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: 0.24rem;
}
.co-donate-detail .stat .stat-item .num {
  font-size: 0.28rem;
  color: #0d93fa;
  font-weight: bold;
}
.co-donate-detail .reason,
.co-donate-detail .project {
  margin-bottom: 0.5rem;
}
.co-donate-detail .project .project-list .project-item {
  padding: 0;
  border-bottom: 0;
}
.co-donate-detail .donate-book-list {
  padding: 0;
}
.co-donate-detail .donate-book-list .book-item h2 {
  margin-bottom: 0.1rem;
}
.co-donate-detail .donate-book-list .book-item p {
  margin-bottom: 0;
}
.project-donate-rank {
  font-size: 12px;
}
.project-donate-rank .donate-nav-p {
  padding: 0.34rem 0rem 0rem 0rem;
}
.project-donate-rank .donate-nav-text-p {
  margin: 0.4rem 0rem;
}
.project-donate-rank .donate-nav {
  border-bottom: 2px solid #e3eefc;
  color: #0d93fa;
  text-shadow: 0.01rem 0rem 0rem rgba(13, 91, 250, 0.76);
  font-weight: bold;
}
.project-donate-rank .donate-nav-text {
  border: 2px dashed #c5cee1;
  border-radius: 12px;
  background-size: 100% 100%;
  padding-top: 0.4rem;
  padding-bottom: 0.5rem;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  background-color: #fff;
}
.project-donate-rank .donate-top-list-ul {
  display: flex;
  justify-content: space-between;
  margin: 0.9rem 0.2rem 0.5rem 0.2rem;
}
.project-donate-rank .donate-top-list {
  margin: 0rem 0rem 0rem 0rem;
  text-align: center;
}
.project-donate-rank .donate-top-img {
  height: 1.7rem;
}
.project-donate-rank .donate-id {
  color: #494949;
  margin: 0 0.2rem 0rem 0rem;
}
.project-donate-rank .donate-top-name {
  color: #494949;
}
.project-donate-rank .donate-name {
  color: #494949;
}
.project-donate-rank .donate-top-desc {
  color: #b3b3b3;
}
.project-donate-rank .donate-desc {
  color: #b3b3b3;
  margin-left: 0.4rem;
}
.project-donate-rank .donate-top-number {
  color: #ec6615;
  font-weight: bold;
}
.project-donate-rank .donate-number {
  color: #ec6615;
}
.project-donate-rank .donate-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 12px;
  margin: 0.2rem 0rem 0.2rem 0.58rem;
}
.project-donate-rank hr {
  border: none;
  border-top: 1px dashed #e7e7e7;
  margin: 0rem 0.6rem 0rem 0.6rem;
}
.project-donate-rank .donate-logo img {
  width: 0.7rem;
  height: 0.7rem;
  vertical-align: middle;
  border: 0.06rem solid #fff;
  border-radius: 50%;
}
.project-donate-rank .donate-list .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.project-donate-rank .donate-top-img .donate-head-img {
  border: 0.06rem solid #f5f5f5;
  border-radius: 0;
}
.project-donate-rank .donate-top-img-middle-size {
  border: 0.06rem solid #f5f5f5;
  border-radius: 0%;
}
.project-donate-rank .back {
  font-size: 13px;
  color: #309cfa;
  text-align: center;
  padding: 0.4rem 0rem 0.6rem 0rem;
  /*display: block;
  margin: auto;*/
}
.user-profile {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.co-donate-apply {
  padding-bottom: 0.3rem;
  padding-top: 0.3rem;
}
.co-donate-apply #co-donate-name input {
  width: 60%;
  padding-right: 0;
}
.user-codonate {
  padding-top: 0.3rem;
}
.user-codonate .project-list .project-item a.btn-round {
  height: 0.6rem;
  line-height: 0.6rem;
}
.site-footer {
  position: fixed;
  bottom: 0;
  max-width: 414px;
  width: 100%;
  height: 1rem;
  box-sizing: border-box;
  background-color: #fafcff;
  display: flex;
  justify-content: space-between;
  padding: 0.15rem 0;
  z-index: 9999;
  box-shadow: 1px 1px 5px #ccc;
  border-top: 1px solid #eee;
}
.site-footer__item {
  color: #0d93fa;
  font-size: 0.22rem;
  display: block;
  width: 25%;
  text-align: center;
  line-height: 1.2;
}
.site-footer__item_inner {
  display: inline-flex;
  position: relative;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.site-footer__item_inner img {
  margin-bottom: 0.1rem;
  height: 0.3rem;
  width: auto;
}
.red-point {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50%;
  background-color: #ec6615;
  height: 5px;
  width: 5px;
}
.detail-footer {
  position: fixed;
  bottom: 0;
  max-width: 414px;
  width: 100%;
  background-color: #fafcff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.15rem 15px;
  border-top: 1px solid #e3eefc;
  height: 1rem;
  z-index: 9999;
  box-sizing: border-box;
}
.detail-footer .back,
.detail-footer .share {
  flex-shrink: 0;
}
.detail-footer .back {
  margin-right: 0.2rem;
}
.detail-footer .back img {
  width: 0.23rem;
  height: 0.4rem;
  display: inline-block;
  vertical-align: middle;
}
.detail-footer .operate {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding: 0 0.3rem;
  align-items: center;
}
.detail-footer .operate.book-input {
  padding: 0;
}
.detail-footer .share a {
  color: #0d93fa;
}
.detail-footer .share img {
  width: 0.27rem;
  height: 0.26rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.article-content {
  line-height: 1.8;
  color: #333;
  font-size: 14px;
}
.article-content p {
  font-size: 14px;
  color: #333;
  line-height: 1.8;
  margin-bottom: 10px;
  text-align: justify;
}
.article-content img {
  max-width: 100%;
  height: auto;
  padding-bottom: 10px;
}
.article-content h1 {
  font-size: 20px;
}
.article-content h2 {
  font-size: 18px;
}
.article-content h3 {
  font-size: 16px;
}
.article-content h4,
.article-content h5,
.article-content h6 {
  font-size: 14px;
}
.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
  padding: 15px 0;
  font-weight: bold;
}
.article-content ul {
  list-style: square;
  margin-left: 1em;
  padding: 10px 0;
}
.article-content ol {
  list-style: decimal;
  margin-left: 1em;
  padding: 10px 0;
}
.article-content iframe {
  max-width: 100%;
  width: 100%;
  height: 3.5rem;
}
/**
 * Swiper 3.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: December 13, 2016
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: -webkit-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -moz-transition-property: transform, height, -moz-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform, -moz-transform;
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.process-bar {
  width: 100%;
  height: 12px;
  line-height: 12px;
  position: relative;
}
.process-bar .process-count {
  position: absolute;
  line-height: 12px;
  height: 12px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  color: #ec6615;
  background-color: #fff;
  z-index: 1;
  border-radius: 10px;
  box-shadow: 0 0 2px 0 #666;
}
.process-bar .process-outer {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  top: 3px;
  width: 100%;
  height: 6px;
  background-color: #e3eefc;
}
.process-bar .process-outer .process-inner {
  border-radius: 5px;
  position: absolute;
  left: 0;
  height: 100%;
  transition: width 0.3s;
  width: 80%;
  background-color: #01A43F;
}
.project-list .project-item {
  padding: 0.3rem 0;
  border-bottom: 1px solid #e3eefc;
}
.project-list .project-item > a {
  color: #333;
}
.project-list .project-item .meta {
  padding: 0 0 0.2rem;
}
.project-list .project-item .org {
  font-size: 0.24rem;
  color: #666;
}
.project-list .project-item .org img {
  width: 0.44rem;
  height: 0.44rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.project-list .item-detail {
  display: flex;
  justify-content: space-between;
}
.project-list .item-detail .logo {
  border-radius: 5px;
  width: 2.18rem;
  height: 1.4rem;
  line-height: 1.4rem;
  flex-shrink: 0;
  margin-right: 0.3rem;
  overflow: hidden;
}
.project-list .item-detail .logo img {
  vertical-align: middle;
  border-radius: 5px;
}
.project-list .item-detail .detail {
  width: 100%;
}
.project-list .item-detail .detail h2 {
  font-size: 0.26rem;
  margin-bottom: 5px;
}
.project-list .item-detail .detail .btn-round {
  font-size: 12px;
  padding: 0 0.2rem;
  white-space: nowrap;
  line-height: unset;
  height: auto;
}
.project-list .item-detail .detail .stat {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #999999;
  margin-top: 5px;
}
.project-list .item-detail .detail .stat .num {
  color: #ec6615;
  font-weight: bold;
}
.org-list .org-item {
  padding: 0.3rem 0;
  border-bottom: 1px solid #e3eefc;
}
.org-list .org-item a {
  color: #333;
}
.org-list .item-detail {
  display: flex;
  justify-content: space-between;
}
.org-list .logo {
  width: 2.18rem;
  height: 1.4rem;
  line-height: 1.4rem;
  overflow: hidden;
  text-align: center;
  margin: auto;
}
.org-list .logo img {
  border-radius: 5px;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.org-list .item-detail .detail {
  width: 4rem;
}
.org-list .item-detail .detail h2 {
  font-size: 0.26rem;
  margin-bottom: 5px;
}
.org-list .item-detail .detail .stat {
  font-size: 12px;
  color: #999999;
  margin-top: 5px;
}
.org-list .item-detail .detail .stat .num {
  color: #ec6615;
  font-weight: bold;
}
.user-body {
  background: #e3eefc url('../images/user-bg.png') no-repeat center;
  background-size: cover;
  padding-top: 10px;
}
.user-center {
  margin-top: 1.3rem;
}
.user-center .user-info .cover {
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 50%;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 15px 1px #279efa;
  font-size: 0;
}
.user-center .user-info .cover img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.user-center .user-info h1 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-top: -0.8rem;
  margin-bottom: 0.3rem;
}
.user-center .user-info .stat {
  display: flex;
  padding: 0.4rem 0;
  border-top: 1px solid #e3eefc;
  border-bottom: 1px solid #e3eefc;
}
.user-center .user-info .stat .stat-item {
  width: 50%;
  text-align: center;
}
.user-center .user-info .stat .stat-item .name {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.user-center .user-info .stat .stat-item .name img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: 0.24rem;
  margin-right: 0.1rem;
}
.user-center .user-info .stat .stat-item .num {
  margin-top: 0.2rem;
  font-size: 0.28rem;
  color: #0d93fa;
  font-weight: bold;
}
.user-center .user-info .user-menu .item:last-child a {
  border-bottom: 0;
}
.user-center .user-info .user-menu .item a {
  color: #333;
  font-size: 0.28rem;
  display: flex;
  padding: 0.4rem 0;
  border-bottom: 1px solid #e3eefc;
}
.user-center .user-info .user-menu .item a .content {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.user-center .user-info .user-menu .item a .content .red-point {
  right: -0.1rem;
}
.user-center .user-info .user-menu .item a .content .img-wrap {
  width: 0.36rem;
  margin: 0 0.2rem;
  text-align: center;
  display: inline-block;
  font-size: 0;
}
.user-center .user-info .user-menu .item a .content .img-wrap img {
  display: inline-block;
  vertical-align: middle;
  max-height: 0.26rem;
}
.user-book-donate-record {
  padding-top: 0.3rem;
}
.book-donate-list .book-donate-item > a {
  padding: 0.2rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 0.6rem;
  background: url('../images/right-arrow.png') no-repeat right center;
  background-size: 16px 30px;
  border-bottom: 1px solid #e3eefc;
}
.book-donate-list .book-donate-item .item {
  padding: 0.2rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e3eefc;
}
.book-donate-list .book-donate-item .name-date h2 {
  color: #333;
  font-size: 0.26rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.book-donate-list .book-donate-item .name-date p {
  margin-bottom: 0;
  color: #999999;
  font-size: 12px;
}
.book-donate-list .book-donate-item .num-status {
  margin-left: 0.5rem;
  text-align: right;
  flex-shrink: 0;
}
.book-donate-list .book-donate-item .center-info {
  text-align: center;
}
.book-donate-list .book-donate-item .right-info {
  margin-left: 0.5rem;
  text-align: right;
}
.book-donate-list .book-donate-item .num-status .num {
  color: #ec6615;
  font-size: 0.26rem;
  margin-bottom: 5px;
}
.book-donate-list .book-donate-item .num-status .status {
  color: #0d93fa;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
}
.book-donate-list .book-donate-item .num-status .status .btn-round {
  font-size: 12px;
  padding: 0 0.2rem;
  white-space: nowrap;
  line-height: unset;
  height: auto;
}
.book-donate-list .book-donate-item .num-status .status .text {
  flex-shrink: 0;
  display: inline-block;
  margin-left: 0.1rem;
}
.user-book-donate-detail .info {
  margin-bottom: 0.3rem;
}
.user-book-donate-detail .info .item {
  display: flex;
  padding: 0.2rem 0;
  border-bottom: 1px dashed #dbdbdb;
}
.user-book-donate-detail .info .item .name {
  color: #999999;
  width: 1.5rem;
}
.express {
  margin: 0.1rem 0 0.2rem 1.5rem;
}
.express .express-item {
  padding: 0.1rem 0;
  display: flex;
}
.express .express-container {
  display: none;
}
.express .express-container.first {
  display: block;
}
.express .express-item .date {
  width: 1.8rem;
  flex-shrink: 0;
}
.express .express-item .text {
  width: 100%;
}
.express .express-item #expand {
  flex-shrink: 0;
  color: #0d93fa;
  font-size: 12px;
}
.express .express-item #expand img {
  display: inline-block;
  vertical-align: middle;
  width: 0.13rem;
  height: 0.14rem;
}
.user-book-donate-detail .book-donate-detail .donate-book-list {
  padding: 0 0 0.2rem 0;
}
.user-book-donate-detail .book-donate-detail .donate-book-list .book-item {
  padding: 0.2rem 0;
}
.user-book-donate-detail .book-donate-detail .donate-book-list .book-item:last-child {
  border-bottom: none;
}
.user-book-donate-detail .book-donate-detail .donate-book-list .book-item p {
  margin-bottom: 0;
}
.user-team-donate {
  padding-top: 0.3rem;
}
.team-donate-list .team-donate-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.3rem 0;
  border-bottom: 1px solid #e3eefc;
}
.team-donate-list .team-donate-item .cover {
  width: 1.5rem;
  margin-right: 0.4rem;
  overflow: hidden;
  flex-shrink: 0;
  height: 1.6rem;
  line-height: 1.6rem;
}
.team-donate-list .team-donate-item .cover img {
  vertical-align: middle;
}
.team-donate-list .team-donate-item .info {
  width: 100%;
  position: relative;
}
.team-donate-list .team-donate-item .info h2 {
  font-size: 0.26rem;
  margin-bottom: 0.15rem;
}
.team-donate-list .team-donate-item .info p.stat {
  font-size: 0.24rem;
  color: #ec6615;
  margin-bottom: 0.15rem;
  display: inline-block;
  margin-right: 0.3rem;
}
.team-donate-list .team-donate-item .info .operate {
  margin-top: 0.2rem;
}
.team-donate-list .team-donate-item .info .operate a {
  line-height: 0.6rem;
  height: 0.6rem;
}
.user-team-donate-manage .team-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  margin-bottom: 0.2rem;
}
.user-team-donate-manage .team-info .cover {
  width: 1.5rem;
  margin-right: 0.4rem;
  overflow: hidden;
  flex-shrink: 0;
}
.user-team-donate-manage .team-info .info {
  width: 100%;
}
.user-team-donate-manage .team-info h2 {
  font-size: 0.26rem;
  margin-bottom: 0.15rem;
}
.user-team-donate-manage .team-info p {
  font-size: 0.24rem;
  color: #999999;
  margin-bottom: 0.15rem;
}
.user-team-donate-manage .express-info {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.user-team-donate-manage .express-info .item {
  display: flex;
}
.user-team-donate-manage .donate-record {
  padding-top: 0.2rem;
}
.user-team-donate-manage .donate-record .donate-book-list {
  margin-bottom: 0;
}
.user-team-donate-manage .donate-record .donate-list {
  padding: 0.3rem;
}
.user-team-donate-manage .donate-record .donate-list .donate-item .operate {
  width: 2rem;
  text-align: right;
}
.user-team-donate-manage .donate-record .donate-list .donate-item .operate img {
  width: 0.35rem;
  height: 0.35rem;
  margin: 0 0 0 0.2rem;
  border-radius: 0;
}
.user-team-donate-manage .donate-record .school-select-wrap {
  margin-top: 0.2rem;
}
.user-team-donate-manage .donate-record .school-select-wrap .school-select-flex {
  background-color: #f0f7ff;
}
.user-team-donate-manage .donate-record .school-select-wrap .search-item input {
  background-color: #f0f7ff;
}
#view-user-donate .donate-book-list {
  padding: 0;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-scrollbar {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes swiper-preloader-spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*!/js/library/LArea/LArea.min.css*/
.area_btn,
.tooth {
  text-align: center;
}
.gearArea {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9900;
  overflow: hidden;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
.area_btn_box,
.area_roll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.area_ctrl,
.area_roll {
  height: auto;
  width: 100%;
}
.area_ctrl {
  vertical-align: middle;
  background-color: #d5d8df;
  color: #000;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9901;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.area_roll,
.area_roll > div {
  background-color: transparent;
  overflow: hidden;
}
.slideInUp {
  -webkit-animation: slideInUp 0.3s;
  -moz-animation: slideInUp 0.3s;
  animation: slideInUp 0.3s;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.area_roll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-mask: -webkit-gradient(linear, 0 50%, 0 100%, from(#debb47), to(rgba(36, 142, 36, 0)));
  -webkit-mask: -webkit-linear-gradient(top, #debb47 50%, rgba(36, 142, 36, 0));
}
.area_roll > div {
  font-size: 1.6em;
  height: 10em;
  float: left;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
}
.area_roll > div .gear {
  width: 100%;
  float: left;
  position: absolute;
  z-index: 9902;
  margin-top: 4em;
}
.area_roll_mask {
  -webkit-mask: -webkit-gradient(linear, 0 40%, 0 0, from(#debb47), to(rgba(36, 142, 36, 0)));
  -webkit-mask: -webkit-linear-gradient(bottom, #debb47 50%, rgba(36, 142, 36, 0));
  padding: 0;
}
.area_grid {
  position: relative;
  top: 4em;
  width: 100%;
  height: 2em;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 0;
  border-top: 1px solid #abaeb5;
  border-bottom: 1px solid #abaeb5;
}
.area_roll > div:nth-child(3) .area_grid > div {
  left: 42%;
}
.area_btn {
  color: #0575f2;
  font-size: 1.6em;
  line-height: 1em;
  padding: 0.8em 1em;
}
.area_btn_box:after,
.area_btn_box:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  display: block;
  background-color: #96979b;
  z-index: 15;
  -webkit-transform: scaleY(0.33);
  -moz-transform: scaleY(0.33);
  -ms-transform: scaleY(0.33);
  transform: scaleY(0.33);
}
.area_btn_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
  background-color: #f1f2f4;
  position: relative;
}
.area_btn_box:before {
  left: 0;
  top: 0;
  -webkit-transform-origin: 50% 20%;
  -moz-transform-origin: 50% 20%;
  -ms-transform-origin: 50% 20%;
  transform-origin: 50% 20%;
}
.area_btn_box:after {
  left: 0;
  bottom: 0;
  -webkit-transform-origin: 50% 70%;
  -moz-transform-origin: 50% 70%;
  -ms-transform-origin: 50% 70%;
  transform-origin: 50% 70%;
}
.tooth {
  height: 2em;
  line-height: 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  overflow: hidden;
}
.city-select {
  display: flex;
  justify-content: space-between;
}
.city-select .addr-select {
  flex: 1;
  width: calc((100% - 0.2rem) / 3);
  height: 0.6rem;
  background: #fff;
  border-radius: 4px;
}
.city-select .addr-select + .addr-select {
  margin-left: 0.1rem;
}
.pages {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -0.2rem;
}
.pages a {
  text-decoration: none;
  color: #0d93fa;
  font-size: 0.28rem;
}
.pages ul {
  list-style: none;
  display: inline-flex;
  align-items: center;
}
.pages a,
.pages ul {
  margin-left: 0.2rem;
}
#xxx {
  background-color: #fff;
}
.text-ceter {
  text-align: center;
}
.share-code {
  width: 4rem;
}
.wechat-nologin {
  height: 100%;
  padding: 0.9rem 0.7rem 1.1rem 0.7rem;
  box-sizing: border-box;
  background: #0d8dfa url(../images/bg-nologin.png) no-repeat center bottom;
  background-size: cover;
  overflow-y: auto;
}
.wechat-nologin .img + .img {
  margin-top: 0.25rem;
}
.wechat-nologin .img img {
  max-width: 100%;
}
.wechat-nologin .desc {
  line-height: 1.5;
  font-size: 14px;
  color: #fff;
  margin-top: 0.4rem;
  margin-bottom: 0.6rem;
}
.wechat-nologin .content {
  background-color: #fff;
  border-radius: 4px;
  padding: 0.4rem 0.45rem 0.3rem 0.45rem;
}
.wechat-nologin .content .title {
  font-size: 0.28rem;
  color: #0d8dfa;
  margin-bottom: 0.4rem;
  text-align: center;
  font-weight: 600;
}
.wechat-nologin .content .img {
  margin-bottom: 0.3rem;
}
.wechat-nologin .content .tips {
  text-align: center;
  font-size: 14px;
}
.wechat-nologin .content .tips img,
.wechat-nologin .content .tips span {
  vertical-align: middle;
}
.wechat-nologin .content .tips span + img {
  margin-left: 0.2rem;
}
.wechat-nologin .content .tips img + span {
  margin-left: 0.15rem;
}
.credential-page {
  background-image: url("../images/in-background.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top ;
  position: relative;
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
}
.credential-page .credential-content {
  margin: 0.65rem 0.6rem;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0.55rem;
  padding-right: 0.55rem;
  border-radius: 6px;
  background-color: #ffffff;
  opacity: 0.839;
  color: #0c529c;
  padding-bottom: 2rem;
}
.credential-page .credential-content .title-box {
  padding-top: 0.65rem;
  padding-bottom: 0.75rem;
  color: #0c529c;
  text-align: center;
}
.credential-page .credential-content .title-box .title {
  font-size: 0.36rem;
  color: #0c529c;
  position: relative;
  letter-spacing: 0.1rem;
  margin-bottom: 0.1rem;
}
.credential-page .credential-content .title-box .title:before {
  content: '';
  display: inline-block;
  width: 1.8rem;
  height: 1px;
  background: #0c529c;
  position: absolute;
  left: 50%;
  bottom: -0.1rem;
  transform: translateX(-50%);
}
.credential-page .credential-content .title-box h1 {
  font-size: 0.56rem;
  font-weight: bold;
  letter-spacing: 0.15rem;
}
.credential-page .credential-content .title-box .vice-title {
  font-size: 0.16rem;
  line-height: 1;
  margin-bottom: 0;
}
.credential-page .credential-content .credential-info {
  font-size: 0.26rem;
  line-height: 2;
  margin-bottom: 1.25rem;
}
.credential-page .credential-content .form-organization {
  font-size: 0.2rem;
  position: relative;
  text-align: right;
}
.credential-page .credential-content .form-organization .c-name,
.credential-page .credential-content .form-organization .c-date {
  font-size: 0.18rem;
  margin-bottom: 0;
}
.credential-page .credential-content .form-organization img {
  position: absolute;
  right: 0%;
  top: -85%;
  height: 1.48rem;
}
.credential-page .out-background {
  background-image: url("../images/out-background.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left bottom;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page-donate-cert {
  background-image: url(../../img/bg-cert.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 0.85rem 0.6rem;
}
.page-donate-cert .content {
  background-color: #fff;
  padding: 0 0 0.24rem 0;
  box-sizing: border-box;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  font-size: 0;
}
.page-donate-cert .content .desc {
  color: #114f92;
  font-size: 0.21rem;
  line-height: 1.8;
}
.page-donate-cert .content .underline-text {
  position: relative;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  text-align: center;
  border-bottom: 1px solid #114f92;
}
.page-donate-cert .content .underline-text.user-name {
  min-width: 1.63rem;
}
.page-donate-cert .content .underline-text.donate-count {
  min-width: 0.5rem;
}
.page-donate-cert .content .underline-text.year {
  width: 0.85rem;
  box-sizing: border-box;
  display: inline-block;
  padding: 0;
}
.page-donate-cert .content .underline-text.month,
.page-donate-cert .content .underline-text.day {
  width: 0.4rem;
  box-sizing: border-box;
  display: inline-block;
  padding: 0;
}
.page-donate-cert .content .main {
  flex-grow: 1;
}
.page-donate-cert .content .main .padding_container {
  padding: 0 0.4rem 0 0.4rem;
}
.page-donate-cert .content .main img {
  width: 100%;
}
.page-donate-cert .content .main .bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 1.53rem;
}
.page-donate-cert .content .main .qr-code-wrapper {
  text-align: center;
  font-size: 0;
}
.page-donate-cert .content .main .qr-code-wrapper img {
  width: 1.32rem;
  height: 1.32rem;
}
.page-donate-cert .content .meta {
  margin-left: 0.14rem;
  width: calc(100% - 0.14rem);
}
.page-donate-cert .content .donate-info-img {
  font-size: 0;
  margin-bottom: 0.19rem;
  position: relative;
}
.page-donate-cert .content .cw_b-wrapper {
  position: relative;
  font-size: 0;
  color: #114f92;
}
.page-donate-cert .content .cw_b-wrapper .seal {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 1.53rem;
  height: 1.53rem;
}
.page-donate-cert .content .cw_b-wrapper.text-bold > .desc {
  font-weight: bold;
}
.page-donate-cert .content .thanks-desc {
  font-size: 0.2rem;
  color: #114f92;
  line-height: 1.5;
}
.page-donate-cert .content .donate-info-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 0.75rem;
  margin-bottom: 0.65rem;
}
.page-donate-cert .content .donate-info-wrapper .donate-info {
  display: inline-block;
  position: relative;
}
.page-donate-cert .content .donate-info-wrapper .donate-info .seal {
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -0.76rem;
  width: 1.53rem;
  height: 1.53rem;
}
.page-donate-cert .content .holder {
  margin-top: 0.12rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-donate-cert .content .holder img {
  width: 1rem;
}
.page-donate-cert .content .holder .title-wrap {
  display: flex;
  width: 0.9rem;
  font-size: 0.16rem;
  color: #114f92;
  margin-right: 0.2rem;
  line-height: 1.8;
  padding-left: 0.2rem;
}
.page-donate-cert .content .holder .title-wrap .title {
  padding-left: 0.2rem;
}
.page-donate-cert .content .holder .title-wrap .separator {
  margin-left: 0.1rem;
}
.page-donate-cert .content .bottom_cert {
  width: calc(100% - 0.6rem);
  margin-right: 0.6rem;
}
.page-donate-cert .content .bottom_cert > img {
  width: 100%;
}
@media screen and (min-height: 750px) {
  .page-donate-cert {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.ngdialog-content {
  background: #fff !important;
}
.ngdialog.ngdialog-theme-default .ngdialog-content {
  padding: 0;
}
.ngdialog.ngdialog-theme-default .ngdialog-content {
  max-width: 6.98rem;
}
.ngdialog.ngdialog-theme-default .icon-close-mask.ngdialog-close {
  display: inline-block;
  border: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0.1rem;
  width: 0.58rem;
  height: 0.58rem;
  background: url(__PUBLIC__/libs/popup/img/close.png) no-repeat center;
  background-size: contain;
}
.ngdialog.ngdialog-theme-default .ngdialog-close:before {
  display: none;
}
.msgBox {
  box-sizing: border-box;
  padding: 15px !important;
  position: fixed;
  z-index: 1050;
  background-color: #fff;
  border-radius: 5px;
  margin-left: -3rem;
  width: 6rem !important;
  left: 50% !important;
}
.msgBoxBackGround {
  width: 100% !important;
}
.msgBox .msgBoxTitle {
  padding: 0;
  margin-bottom: 20px;
  width: 100%;
  border-bottom: 1px solid #ededed;
}
.msgBox .msgBoxTitle span {
  display: inline-block;
  font-size: 18px;
  border-bottom: 3px solid #00d4d7;
  margin-bottom: -2px;
  height: 36px;
  line-height: 36px;
  color: #00d4d7;
}
.msgBox .msgBoxImage {
  display: none;
}
.msgBox .msgBoxContent {
  color: #666;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.msgBox .msgBoxContent span {
  color: #666666;
}
.msgBox .msgBoxButtons {
  text-align: center;
}
.msgBox .msgBoxButtons .btn {
  height: 40px;
  line-height: 40px;
  width: 140px;
  background-color: #ffffff;
  margin: 0 10px;
}
.index-swiper {
  margin-top: 0.8rem;
  padding: 0.65rem 0.1rem 0.3rem;
  background: #ffffff;
  border-radius: 0.25rem;
  border: 1px dashed #0e3482;
  position: relative;
}
.index-swiper .more {
  margin-top: 0.3rem;
  text-align: center;
  font-size: 0.2rem;
  color: #0d93fa;
}
.index-swiper .block-title {
  background-color: #0d93fa;
  color: #fff;
}
.subject-list .subject-item {
  padding: 0.3rem 0;
  border-bottom: 1px solid #e3eefc;
}
.subject-list .subject-item a {
  color: #333;
}
.subject-list .item-detail {
  display: flex;
  justify-content: space-between;
}
.subject-list .logo {
  width: 2.18rem;
  height: 1.5rem;
  line-height: 1.4rem;
  overflow: hidden;
  text-align: center;
  margin: auto;
}
.subject-list .logo img {
  border-radius: 5px;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.subject-list .item-detail .detail {
  width: 4rem;
}
.subject-list .item-detail .detail h2 {
  color: #333333;
  font-size: 0.3rem;
  margin-bottom: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 0.4rem;
  height: 0.4rem;
}
.subject-list .item-detail .detail .stat {
  font-size: 0.24rem;
  color: #999999;
}
.subject-list .item-detail .detail .stat .num {
  color: #ec6615;
  font-weight: bold;
}
.subject-list .item-detail .detail .name {
  color: #999999;
}
.subject-list .item-detail .detail .name img {
  display: inline-block;
  vertical-align: middle;
  width: 0.24rem;
  max-height: 0.24rem;
  margin-right: 5px;
}
.index-swiper .subject-item {
  padding: 0;
  border-bottom: none;
}
.icon {
  display: inline-block;
  vertical-align: middle;
  width: 0.24rem;
  height: auto;
  margin-right: 5px;
  overflow: hidden;
}
.project-icon-del {
  background: url(../images/project-icon.png);
  height: 100%;
  width: 100%;
  display: inline-block;
}
.icon > .icon {
  position: relative;
  left: -20px;
  border-right: 20px solid transparent;
  -webkit-filter: drop-shadow(20px 0);
  filter: drop-shadow(20px 0);
}
.detail-footer .home img {
  width: auto;
  height: 0.3rem;
  display: inline-block;
  vertical-align: middle;
}
.detail-footer .home {
  margin-right: 0;
}
/*# sourceMappingURL=aio.css.map */