@charset "UTF-8";

html {
    height: 100%
}

body {
    min-height: 100%;
    position: relative;
    background-color: #fafafa;
    -webkit-background-size: cover;
    background-size: cover
}

.img-box img {
    max-width: 100%;
    height: 100%
}

.white {
    background-color: #fff
}

em {
    font-style: normal
}

button,
input[type=button] {
    cursor: pointer
}

a {
    text-decoration: none;
    color: #333
}

b,
strong {
    font-weight: 700
}

div,
p {
    word-wrap: break-word;
    word-break: break-all
}

.container {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden
}

.bgw {
    background-color: #fff
}

.bgg {
    background-color: #f9f9f9
}

.wrapper {
    zoom: 1
}

.main {
    padding-top: 40px
}

.v-align {
    display: table-cell;
    vertical-align: middle
}

.text-center {
    text-align: center !important
}

.button {
    background-color: #ffb30a;
    color: #fff;
    -webkit-box-shadow: 0 1px 1px #ffb30a;
    box-shadow: 0 1px 1px #ffb30a;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    border: none;
    text-align: center;
    padding: 5px 14px;
    line-height: normal
}

.button.button-border {
    background-color: #fff;
    border: 1px solid #ffb30a;
    color: #ffb30a;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none
}

.button.button-border:hover {
    background-color: #ffb30a;
    border: 1px solid #ffb30a;
    color: #fff
}

.button+.button {
    margin-left: 10px
}

.button-red {
    background-color: #e24c37;
    color: #fff;
    -webkit-box-shadow: 0 1px 1px #f69935;
    box-shadow: 0 1px 1px #f69935;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    border: none;
    text-align: center;
    padding: 5px 14px
}

.button-red.button-s,
.button-yellow.button-s,
.button.button-s {
    min-width: 75px;
    height: 35px;
    line-height: 35px;
    padding: 0 15px
}

.button-red.button-sm,
.button-yellow.button-sm,
.button.button-sm {
    height: 40px;
    line-height: 40px;
    width: 110px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px
}

.button-red.button-md,
.button-yellow.button-md,
.button.button-md {
    box-sizing: border-box;
    width: 180px;
    height: 45px;
    line-height: 45px;
    padding: 0;
    font-size: 20px;
    font-weight: 700
}

.button.upload {
    background-image: url(../images/upload.png);
    background-position: 18px center;
    background-repeat: no-repeat;
    width: 80px;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 40px;
    text-align: left
}

.line {
    display: block;
    height: 1px;
    background-color: #fff
}

.line-grey {
    display: block;
    height: 1px;
    background-color: #e9e9e9
}

.fl {
    float: left
}

.fr {
    float: right
}

.clearfix {
    clear: both
}

select {
    height: 45px;
    line-height: 45px;
    color: #666;
    font-size: 14px;
    background-color: #eee;
    border: none;
    outline: 0;
    padding: 0 0 0 20px;
    width: 190px
}

textarea {
    background-color: #eee;
    color: #666;
    padding: 10px;
    outline: 0;
    border: none;
    font: 14px/1.4286 arial, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

span.red {
    color: #e24c37
}

.font-bold {
    font-weight: 700
}

.page {
    padding-bottom: 150px;
    background-color: #fff
}

.bg-white {
    background-color: #fff
}

.bg-grey {
    background-color: #f5f5f5
}

.common-bg {
    background-image: url(../images/sx_decorative.png);
    background-repeat: no-repeat;
    background-size: initial;
    background-position: 90px 101%
}

.mb60 {
    margin-bottom: 60px
}

.pb60 {
    padding-bottom: 60px
}

.btn {
    width: 200px;
    height: 60px;
    background: #ffb30a;
    border: 1px solid #ffb30a;
    box-shadow: 0 5px 10px 0 rgba(174, 125, 17, .16);
    border-radius: 30px;
    display: inline-block;
    color: #fff;
    line-height: 60px;
    text-align: center;
    font-size: 18px
}

.btn:hover {
    color: #ffb30a;
    background: #fff;
    border: 1px solid #ffb30a
}

.btn.btn-disabled {
    border-color: #eee !important;
    background-color: #fbfbfb !important;
    color: #d2d2d2 !important;
    cursor: not-allowed !important
}

.mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 998;
    display: none
}

.modal-box {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 80%;
    height: 80%;
    padding: 0 40px;
    margin: auto;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 999;
    display: none
}

.modal-box.confirm-box {
    width: 600px;
    height: 300px
}

.modal-box.confirm-box .content {
    margin: 20px 40px 40px;
    padding-top: 20px
}

.modal-box.confirm-box .button-group {
    margin-top: 20px
}

.modal-box.confirm-box .button-group .button {
    margin: 0 20px;
    line-height: 30px;
    width: 100px;
    font-size: 16px
}

.modal-box .modal-head .close {
    cursor: pointer;
    line-height: 70px
}

.modal-box .modal-head .close img {
    width: 20px
}

.modal-box .modal-head h2.title {
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9e9e9
}

.modal-box .content {
    position: absolute;
    top: 50px;
    margin: 40px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto
}

.modal-box .content h3 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700
}

.popup-item {
    cursor: pointer
}

.omit {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.hidden {
    display: none
}

.tips-text {
    padding-left: 20px;
    vertical-align: middle;
    background: url(../images/notice.png) no-repeat left center;
    color: #999
}

.tips-text.form-tips-text {
    margin-left: 150px
}

.channel-main {
    float: left;
    width: 800px;
    padding: 20px;
    margin-bottom: 30px
}

.channel-sidebar {
    padding: 20px;
    width: 300px;
    float: right
}

.inner-wrap {
    padding-top: 50px
}

.channel-sidebar .sidebar-panel {
    margin: 0 0 20px
}

.channel-sidebar .sidebar-panel .title {
    zoom: 1;
    overflow: hidden;
    position: relative
}

.channel-sidebar .sidebar-panel .title:after {
    content: "";
    position: absolute;
    bottom: 1px;
    width: 100%;
    height: 1px;
    background-color: #e9e9e9
}

.channel-sidebar .sidebar-panel .title h3 {
    float: left;
    font-size: 18px;
    padding: 10px 5px 10px 35px;
    background-position: left center;
    background-repeat: no-repeat;
    border-bottom: 3px solid #ffb30a
}

.channel-sidebar .sidebar-panel .title .more {
    float: right;
    line-height: 50px
}

.channel-sidebar .sidebar-panel.pool {
    margin-bottom: 0
}

.channel-sidebar .sidebar-panel.pool h3 {
    background-image: url(../images/pool.png)
}

.channel-sidebar .sidebar-panel.pool.topic h3 {
    background-image: url(../images/topic.png)
}

.channel-sidebar .sidebar-panel.pool.project h3 {
    background-image: url(../images/project.png)
}

.channel-sidebar .sidebar-panel.pool ul {
    zoom: 1;
    overflow: hidden
}

.channel-sidebar .sidebar-panel.pool ul li {
    float: left;
    width: 50%;
    text-align: center;
    margin: 20px 0;
    font-size: 14px
}

.channel-sidebar .sidebar-panel.pool ul li img {
    display: block;
    margin: 0 auto
}

.channel-sidebar .sidebar-panel.pool ul li p {
    margin: 10px;
    height: 50px;
    color: #999
}

.channel-sidebar .sidebar-panel.project ul li {
    overflow: hidden;
    width: 100%;
    display: block;
    height: 100px
}

.channel-sidebar .sidebar-panel.project ul li .img_wrap {
    width: 120px;
    height: 100%;
    overflow: hidden;
    float: left;
    margin-right: -138px
}

.channel-sidebar .sidebar-panel.project ul li .img_wrap img {
    width: 100%;
    height: auto
}

.channel-sidebar .sidebar-panel.project ul li .right {
    margin-left: 138px;
    position: relative;
    height: 100%;
    float: left;
    width: 180px
}

.channel-sidebar .sidebar-panel.project ul li .right .project_title {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.channel-sidebar .sidebar-panel.project ul li .right .project_desc {
    font-size: 12px;
    color: #666;
    line-height: 1.5;
    text-align: left;
    margin-top: 5px
}

.channel-sidebar .sidebar-panel.project ul li .right .anchor {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #e24c37;
    border: 1px solid #e24c37;
    height: 25px;
    line-height: 25px;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 3px
}

.channel-sidebar .sidebar-panel.project ul li .right .anchor:hover {
    background-color: #e24c37;
    color: #fff
}

.channel-sidebar .sidebar-panel.qa h3 {
    background-image: url(../images/qa.png)
}

.channel-sidebar .sidebar-panel.qa ul {
    zoom: 1;
    overflow: hidden
}

.channel-sidebar .sidebar-panel.qa ul li {
    padding: 20px 50px 20px 30px;
    border-bottom: 1px dashed #e9e9e9;
    background: url(../images/help.png) no-repeat 10px 23px;
    position: relative
}

.channel-sidebar .sidebar-panel.qa ul li:after {
    content: ">";
    position: absolute;
    right: 0;
    top: 0;
    color: #c3c3c3;
    line-height: 60px
}

.channel-sidebar .sidebar-panel.qa ul li a {
    display: block
}

.channel-sidebar .sidebar-panel.org-info .title h3 {
    padding-left: 5px
}

.channel-sidebar .sidebar-panel.org-info ul li {
    font-size: 14px;
    padding-top: 17px;
    padding-bottom: 17px;
    line-height: 1.2;
    border-bottom: 1px dashed #e9e9e9
}

.channel-sidebar .sidebar-panel.org-info ul li .ques {
    float: left;
    width: 70px
}

.channel-sidebar .sidebar-panel.org-info ul li .answer {
    margin-left: 70px;
    font-size: 14px;
    color: #333
}

.channel-sidebar .sidebar-panel.news h3 {
    background-image: url(../images/news.png)
}

.channel-sidebar .sidebar-panel.news ul {
    zoom: 1;
    overflow: hidden
}

.channel-sidebar .sidebar-panel.news ul li {
    padding: 20px 0 20px 10px;
    border-bottom: 1px dashed #e9e9e9;
    position: relative
}

.channel-sidebar .sidebar-panel.news ul li:after {
    content: ">";
    position: absolute;
    right: 0;
    top: 0;
    color: #c3c3c3;
    line-height: 60px
}

.channel-sidebar .sidebar-panel.news ul li a {
    display: block;
    padding-right: 50px
}

.channel-sidebar .sidebar-panel.start-org .title h3 {
    padding-left: 5px
}

.channel-sidebar .sidebar-panel.start-org a {
    display: block;
    zoom: 1;
    overflow: hidden;
    margin-top: 25px
}

.channel-sidebar .sidebar-panel.start-org img.org-logo {
    float: left;
    width: 120px
}

.channel-sidebar .sidebar-panel.start-org .name {
    float: right;
    width: 160px;
    margin: 10px 0;
    background: url(../images/arrow-right.png) no-repeat right bottom 12px
}

.channel-sidebar .sidebar-panel.start-org .name h3 {
    font-size: 16px;
    font-weight: 700
}

.channel-sidebar .sidebar-panel.start-org .name p {
    margin-top: 10px
}

.channel-sidebar .sidebar-panel.accept-org {
    margin-bottom: 30px
}

.channel-sidebar .sidebar-panel.accept-org .title h3 {
    padding-left: 5px
}

.channel-sidebar .sidebar-panel.accept-org a {
    display: block;
    zoom: 1;
    overflow: hidden;
    margin-top: 25px
}

.channel-sidebar .sidebar-panel.accept-org img.receive-logo {
    width: 108px;
    float: left
}

.channel-sidebar .sidebar-panel.accept-org .name {
    float: right;
    width: 180px;
    margin: 10px 0;
    background: url(../images/arrow-right.png) no-repeat right bottom 12px
}

.channel-sidebar .sidebar-panel.accept-org .name h3 {
    font-size: 16px;
    font-weight: 700
}

.channel-sidebar .sidebar-panel.accept-org .name p {
    margin-top: 10px
}

.channel-sidebar .sidebar-panel.accept-org p.explain {
    margin-top: 15px;
    padding-left: 30px;
    vertical-align: middle;
    background: url(../images/medal.png) no-repeat left center
}

.channel-sidebar .sidebar-panel.what-is-pool .title h3 {
    padding-left: 5px
}

.channel-sidebar .sidebar-panel.what-is-pool .content {
    margin-top: 30px
}

.channel-sidebar .sidebar-panel.what-is-pool .tip {
    background-color: #fef6e9;
    padding: 20px
}

.channel-sidebar .sidebar-panel.what-is-pool .tip p {
    margin-bottom: 0
}

.channel-sidebar .sidebar-panel.activity-org .title h3 {
    padding-left: 5px
}

.channel-sidebar .sidebar-panel.activity-org a {
    display: block;
    zoom: 1;
    overflow: hidden;
    margin-top: 25px
}

.channel-sidebar .sidebar-panel.activity-org img.org-logo {
    float: left;
    max-width: 120px;
    height: auto
}

.channel-sidebar .sidebar-panel.activity-org .name {
    float: right;
    width: 180px
}

.channel-sidebar .sidebar-panel.activity-org .name h3 {
    font-size: 16px;
    font-weight: 700
}

.channel-sidebar .sidebar-panel.activity-org .name p {
    margin-top: 10px
}

.channel-sidebar .sidebar-panel.activity-org p.explain {
    margin-top: 10px;
    padding-left: 20px;
    vertical-align: middle;
    background: url(../images/notice.png) no-repeat left center
}

.channel-sidebar .stat {
    border: 1px solid #e8e8e8;
    margin-top: 30px
}

.channel-sidebar .stat .title {
    color: #666;
    margin-bottom: 0
}

.channel-sidebar .stat .number {
    color: #e24c37;
    font-size: 26px;
    font-weight: 700
}

.channel-sidebar .stat .line {
    margin: 15px 0;
    height: 1px;
    width: 100%;
    background-color: #e8e8e8
}

.channel-sidebar .stat .stat-panel-title {
    color: #fff;
    background-color: #e24c37;
    line-height: 50px;
    font-size: 18px;
    margin-bottom: 25px;
    padding-left: 10px
}

.channel-sidebar .stat .stat-panel-content {
    padding: 0 25px 15px
}

.channel-sidebar .relative-project {
    overflow: hidden
}

.channel-sidebar .relative-project .title {
    margin-bottom: 10px
}

.channel-sidebar .relative-project .title h3 {
    padding-left: 5px
}

.channel-sidebar .relative-project .project-logo {
    float: left;
    width: 120px;
    margin-right: 10px
}

.bread-crumb {
    color: #666;
    margin: 20px 0
}

.bread-crumb a {
    color: #666
}

.bread-label {
    color: #f07819
}

.article-title-red {
    color: #f07819;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px
}

.article-title-yellow {
    color: #ffb30a;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    clear: both
}

.timeline .button {
    background-color: #f07819;
    margin-top: 20px
}

.timeline .process-type {
    color: #f07819
}

.timeline .time {
    padding-left: 50px;
    background: url(../images/time.png) no-repeat left center;
    line-height: 24px;
    font-size: 12px;
    color: #e24c37
}

.timeline .content {
    margin-left: 12px;
    padding: 15px 15px 60px 38px;
    border-left: 1px solid #ef9139
}

.timeline .content h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px
}

.timeline .content p {
    color: #999
}

.timeline .content .images {
    margin-top: 30px
}

.timeline .item.last .content,
.timeline .timeline-item.last .content {
    border: none
}

.donate-record .item {
    zoom: 1;
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px dashed #e9e9e9
}

.donate-record .item img.avatar {
    float: left;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 20px;
    width: 70px;
    height: 70px
}

.donate-record .item .name {
    float: left;
    width: 400px
}

.donate-record .item .name h4 {
    font-size: 16px;
    margin: 0 0 10px
}

.donate-record .item .name p {
    margin-bottom: 0
}

.donate-record .item .name .date {
    color: #999;
    margin-bottom: 0
}

.donate-record .item .name .title {
    color: #999
}

.donate-record .item .name .money {
    color: #e24c37;
    font-size: 18px
}

.donate-record .item .donate-amount {
    float: right;
    line-height: 70px;
    color: #999
}

.donate-record .item .donate-amount span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    font-size: 30px;
    color: #e24c37
}

.btn_loadmore,
.donate-record a.more {
    display: block;
    margin: 30px auto 10px;
    padding: 10px 20px;
    border: 1px dashed #e9e9e9;
    width: 100px;
    text-align: center
}

header {
    background-color: #fff;
    position: relative;
    height: 184px;
    border-bottom: none;
    z-index: 10
}

header .header-top {
    width: 1200px;
    margin: 0 auto;
    height: 88px;
    position: relative;
    z-index: 100;
    padding-top: 40px
}

header .logo {
    display: block;
    width: 231px
}

header .logo-img {
    height: 62px;
    width: auto;
    margin-right: 40px
}

header .logo-wrap .sub-module .sub-module-wrap {
    vertical-align: middle;
    width: 118px;
    height: 38px;
    line-height: 38px;
    border: 1px dashed #e24c37;
    border-radius: 50px;
    text-align: center;
    font-size: 0;
    color: #e24c37;
    display: inline-block
}

header .logo-wrap .sub-module .sub-module-wrap .sub-module-name {
    font-size: 20px;
    margin-left: 10px
}

header .logo-wrap img,
header .logo-wrap span {
    vertical-align: middle
}

header .search-form {
    height: 38px;
    line-height: 38px;
    position: absolute;
    right: 200px;
    top: 60px;
    width: 280px
}

header .search-form input {
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    background-color: #fff;
    border: 1px solid #e87817;
    width: 242px;
    padding: 0 20px;
    color: #999;
    box-sizing: border-box
}

header .search-form .search-btn .search-icon {
    display: block;
    margin: 0 auto;
    background-image: url(../images/sprite/header_sprites.png?0730);
    background-position: -164px -96px;
    background-size: 196px 163px;
    width: 21px;
    height: 21px;
    background-repeat: no-repeat
}

header .search-form .search-btn {
    background-color: #e87817;
    position: absolute;
    right: 0;
    top: 1px;
    width: 38px;
    cursor: pointer;
    border: 0;
    height: 38px
}

header .search-form .search-btn:focus {
    outline: 0
}

header .nav-bar {
    height: 58px;
    line-height: 58px;
    box-sizing: border-box;
    background: linear-gradient(to right, #b31b7a 0, #e87817 50%, #f8c300 100%)
}

header .user-area {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 26px;
    height: 36px;
    padding-right: 10px;
    color: #e87817
}

header .user-area:hover .user-menu {
    display: block
}

header .user-area:hover .hidden.user-menu {
    display: none
}

header .user-area .user-link {
    color: #e87817;
    font-size: 16px
}

header .user-area .user-info-box .user-nav {
    padding-right: 30px;
    width: 105px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../images/triangle.png) no-repeat center right;
    vertical-align: middle;
    cursor: pointer;
    font-size: 14px;
    line-height: 30px;
    height: 32px
}

header .user-area .user-info-box .user-nav img {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px
}

header .user-area .user-menu {
    display: none;
    background-color: #fff;
    position: absolute;
    top: 38px;
    left: 0;
    width: 100%;
    box-shadow: 0 0 5px 0 #ccc
}

header .user-area .user-menu li {
    line-height: 55px;
    margin: 0 15px
}

header .user-area .user-menu li a {
    display: block
}

header .user-area .user-menu li+li {
    border-top: 1px solid #ededed
}

header .cover-nav {
    display: none;
    position: absolute;
    width: 100%;
    height: 130px;
    left: 0;
    background: rgba(255, 255, 255, .9)
}

header .cover-nav .cover-nav-list {
    display: flex;
    align-items: center;
    justify-content: center
}

header .cover-nav .cover-nav-item {
    padding-top: 30px;
    margin: 0 10px;
    float: left;
    position: relative
}

header .cover-nav .cover-nav-item a {
    display: block;
    width: 108px;
    text-align: center
}

header .cover-nav .cover-nav-item i {
    display: block;
    margin: 0 auto
}

header .cover-nav .cover-title {
    color: #666;
    font-size: 16px
}

header .cover-nav .icon-project {
    background-image: url(../images/sprite/header_sprites.png?0730);
    background-position: 0 0;
    background-size: 196px 163px;
    width: 33px;
    height: 33px;
    background-repeat: no-repeat
}

header .cover-nav .icon-calendar {
    background-image: url(../images/sprite/header_sprites.png?0730);
    background-position: -32px -65px;
    background-size: 196px 163px;
    width: 32px;
    height: 33px;
    background-repeat: no-repeat
}

header .cover-nav .icon-pool {
    background-image: url(../images/sprite/header_sprites.png?0730);
    background-position: 0 -98px;
    background-size: 196px 163px;
    width: 32px;
    height: 33px;
    background-repeat: no-repeat
}

header .cover-nav .icon-special {
    background-image: url(../images/sprite/header_sprites.png?0730);
    background-position: -132px -33px;
    background-size: 196px 163px;
    width: 32px;
    height: 33px;
    background-repeat: no-repeat
}

header .cover-nav .icon-infomation {
    background-image: url(../images/sprite/header_sprites.png?0730);
    background-position: -100px -33px;
    background-size: 196px 163px;
    width: 32px;
    height: 33px;
    background-repeat: no-repeat
}

header .cover-nav .icon-qna {
    background-image: url(../images/sprite/header_sprites.png?0730);
    background-position: -33px 0;
    background-size: 196px 163px;
    width: 33px;
    height: 33px;
    background-repeat: no-repeat
}

header .cover-nav .icon-help {
    background-image: url(../images/sprite/header_sprites.png?0730);
    background-position: -100px 0;
    background-size: 196px 163px;
    width: 32px;
    height: 33px;
    background-repeat: no-repeat
}

header .cover-nav .icon-active {
    background-image: url(../images/sprite/header_sprites.png?0730);
    background-position: -66px -32px;
    background-size: 196px 163px;
    width: 32px;
    height: 33px;
    background-repeat: no-repeat
}

header .cover-nav .icon-donate {
    background-image: url(../images/sprite/header_sprites.png?0730);
    background-position: -64px -65px;
    background-size: 196px 163px;
    width: 32px;
    height: 33px;
    background-repeat: no-repeat
}

header .cover-nav .icon-shop {
    background-image: url(../images/sprite/header_sprites.png?0730);
    background-position: -132px 0;
    background-size: 196px 163px;
    width: 32px;
    height: 33px;
    background-repeat: no-repeat
}

header .cover-nav .icon-auction {
    background-image: url(../images/sprite/header_sprites.png?0730);
    background-position: 0 -65px;
    background-size: 196px 163px;
    width: 32px;
    height: 33px;
    background-repeat: no-repeat
}

header .cover-nav .icon-volu {
    background-image: url(../images/sprite/header_sprites.png?0730);
    background-position: -164px -32px;
    background-size: 196px 163px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat
}

header .cover-nav .icon-enterprise {
    background-image: url(../images/sprite/header_sprites.png?0730);
    background-position: -98px -98px;
    background-size: 196px 163px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat
}

header .cover-nav .icon-pay {
    background-image: url(../images/sprite/header_sprites.png?0730);
    background-position: 0 -33px;
    background-size: 196px 163px;
    width: 34px;
    height: 32px;
    background-repeat: no-repeat
}

header .index-nav {
    width: 1200px;
    margin: 0 auto
}

header .index-nav .nav-list {
    overflow: visible
}

header .index-nav .nav-list .nav-item {
    height: 30px;
    line-height: 30px;
    margin-bottom: 0;
    border: 0;
    float: left;
    width: 56px;
    text-align: center;
    display: table
}

header .index-nav .nav-list .nav-item .nav-item-a {
    padding: 0;
    height: 58px;
    line-height: 58px;
    display: block;
    border-bottom: none;
    position: relative;
    vertical-align: middle;
    color: #fff;
    width: 146px;
    font-size: 20px;
    position: relative
}

header .index-nav .nav-list .nav-item .nav-item-a:after {
    display: none;
    position: absolute;
    bottom: 0;
    left: 40%;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #fff;
    content: ""
}

header .index-nav .nav-list .nav-item .nav-item-a.active {
    color: #f6b035
}

header .index-nav .nav-list .nav-item .nav-item-a.active:after {
    content: "";
    display: block;
    border-bottom: 2px solid #f6b035;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px
}

header .index-nav .nav-list .cover-nav-item:hover .icon-project {
    background-image: url(../images/sprite/header_sprites.png?0730);
    background-position: -32px -98px;
    background-size: 196px 163px;
    width: 33px;
    height: 32px;
    background-repeat: no-repeat
}

header .index-nav .nav-list .cover-nav-item:hover .icon-calendar {
    background-image: url(../images/sprite/header_sprites.png?0730);
    background-position: -100px -66px;
    background-size: 196px 163px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat
}

header .index-nav .nav-list .cover-nav-item:hover .icon-pool {
    background-image: url(../images/sprite/header_sprites.png?0730);
    background-position: -96px -131px;
    background-size: 196px 163px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat
}

header .index-nav .nav-list .cover-nav-item:hover .icon-special {
    background-image: url(../images/sprite/header_sprites.png?0730);
    background-position: -164px 0;
    background-size: 196px 163px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat
}

header .index-nav .nav-list .cover-nav-item:hover .icon-infomation {
    background-image: url(../images/sprite/header_sprites.png?0730);
    background-position: -64px -131px;
    background-size: 196px 163px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat
}

header .index-nav .nav-list .cover-nav-item:hover .icon-qna {
    background-image: url(../images/sprite/header_sprites.png?0730);
    background-position: -65px -98px;
    background-size: 196px 163px;
    width: 33px;
    height: 32px;
    background-repeat: no-repeat
}

header .index-nav .nav-list .cover-nav-item:hover .icon-help {
    background-image: url(../images/sprite/header_sprites.png?0730);
    background-position: -32px -131px;
    background-size: 196px 163px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat
}

header .index-nav .nav-list .cover-nav-item:hover .icon-active {
    background-image: url(../images/sprite/header_sprites.png?0730);
    background-position: -132px -66px;
    background-size: 196px 163px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat
}

header .index-nav .nav-list .cover-nav-item:hover .icon-donate {
    background-image: url(../images/sprite/header_sprites.png?0730);
    background-position: -34px -33px;
    background-size: 196px 163px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat
}

header .index-nav .nav-list .cover-nav-item:hover .icon-shop {
    background-image: url(../images/sprite/header_sprites.png?0730);
    background-position: -128px -131px;
    background-size: 196px 163px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat
}

header .index-nav .nav-list .cover-nav-item:hover .icon-auction {
    background-image: url(../images/sprite/header_sprites.png?0730);
    background-position: -132px -98px;
    background-size: 196px 163px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat
}

header .index-nav .nav-list .cover-nav-item:hover .icon-volu {
    background-image: url(../images/sprite/header_sprites.png?0730);
    background-position: -164px -64px;
    background-size: 196px 163px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat
}

header .index-nav .nav-list .cover-nav-item:hover .icon-enterprise {
    background-image: url(../images/sprite/header_sprites.png?0730);
    background-position: 0 -131px;
    background-size: 196px 163px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat
}

header .index-nav .nav-list .cover-nav-item:hover .icon-pay {
    background-image: url(../images/sprite/header_sprites.png?0730);
    background-position: -66px 0;
    background-size: 196px 163px;
    width: 34px;
    height: 32px;
    background-repeat: no-repeat
}

header .index-nav .nav-list .nav-sj:hover .cover-nav {
    display: block
}

header .index-nav .nav-list .nav-sj:hover .nav-item-a:after {
    display: block
}

header .index-nav .nav-list .nav-sz:hover .cover-nav {
    display: block
}

header .index-nav .nav-list .nav-sz:hover .nav-item-a:after {
    display: block
}

header .index-nav .nav-list .nav-sx:hover .cover-nav {
    display: block
}

header .index-nav .nav-list .nav-sx:hover .nav-item-a:after {
    display: block
}

header .index-nav .nav-list .nav-sp:hover .cover-nav {
    display: block
}

header .index-nav .nav-list .nav-sp:hover .nav-item-a:after {
    display: block
}

.complaint-box {
    display: none
}

.complaint-box .complaint-content {
    padding: 0 50px 0 30px;
    margin-top: 30px
}

.complaint-box .layui-form {
    margin-top: 30px
}

.complaint-box .layui-form .layui-form-label {
    width: 100px
}

.complaint-box .layui-form .layui-input-block {
    margin-left: 130px
}

.complaint-box .layui-form .layui-textarea {
    height: 180px
}

.complaint-box .tips {
    margin-bottom: 30px
}

.complaint-box .text-red {
    color: #e24c37
}

.sj-index .stat-title {
    display: none
}

.sj-index .stat-box {
    margin-top: -50px
}

.stat-title {
    padding-top: 60px
}

.stat-title h4 {
    text-indent: -9999px;
    background: url(../images/title/sz/shujutongji.png) no-repeat;
    width: 309px;
    height: 92px;
    margin: 0 auto 60px
}

.stat-wrap {
    width: 1200px;
    margin: 0 auto
}

.stat-box {
    padding-bottom: 60px;
    height: 238px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
    position: relative
}

.stat-box .stat-content {
    float: left;
    padding: 0 35px;
    text-align: center
}

.stat-box .donate-project {
    width: 370px;
    height: 238px;
    background: url(../images/sj/stat_01.png) no-repeat right bottom;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    margin-right: 25px
}

.stat-box .donate-person {
    width: 370px;
    height: 238px;
    background: url(../images/sj/stat_03.png) no-repeat right bottom;
    color: #fff;
    font-size: 18px;
    display: inline-block
}

.stat-box .donate-amount {
    width: 370px;
    height: 238px;
    background: url(../images/sj/stat_02.png) no-repeat right bottom;
    color: #fff;
    font-size: 18px;
    margin-right: 25px;
    display: inline-block
}

.stat-box .donate-text {
    padding-top: 110px;
    text-align: center
}

.stat-box .donate-text span {
    font-size: 48px;
    line-height: 1.2
}

.sz-index .stat-box .donate-project {
    background: url(../images/sz/stat_01.jpg) no-repeat right bottom
}

.sz-index .stat-box .donate-person {
    background: url(../images/sz/stat_03.png) no-repeat right bottom
}

.sz-index .stat-box .donate-amount {
    background: url(../images/sz/stat_02.jpg) no-repeat right bottom
}

.footer {
    background: #e99d1d;
    background-size: cover;
    color: #fff;
    z-index: 0;
    width: 100%;
    font-size: 16px
}

.footer .footer-title {
    margin-bottom: 20px;
    font-size: 20px
}

.footer p {
    line-height: 1.8;
    margin-bottom: 10px
}

.footer .footer-email {
    margin-bottom: 20px
}

.footer .footer-cp {
    font-size: 14px
}

.footer a {
    color: #fff
}

.footer .footer-qrcode {
    position: absolute;
    right: 0;
    top: 50px
}

.footer .footer-qrcode .footer-qrcode-title {
    font-size: 16px;
    color: #474b4d;
    text-align: center
}

.footer .footer-qrcode .footer-qrcode-img {
    background: url(../images/gy-qr-code.png) no-repeat center;
    width: 105px;
    height: 105px;
    margin-bottom: 10px
}

.footer .footer-xcx-qrcode {
    position: absolute;
    right: 140px;
    top: 50px
}

.footer .footer-xcx-qrcode .footer-qrcode-title {
    font-size: 16px;
    color: #474b4d;
    text-align: center
}

.footer .footer-xcx-qrcode .xcx-qrcode-img {
    background: url(../images/xcx-code.jpg) no-repeat center;
    background-size: 100% 100%;
    width: 105px;
    height: 105px;
    margin-bottom: 10px
}

.footer .container {
    padding-top: 40px;
    height: 220px;
    background: url(../images/footer-bg.png) no-repeat center;
    position: relative
}

.title-box {
    background: url(../images/title-bg.png?20211021) no-repeat top;
    position: relative;
    height: 180px
}

.title-box .channel-title {
    color: #666;
    font-size: 36px;
    padding-left: 150px;
    padding-top: 60px
}

.title-box .title-icon {
    position: absolute;
    top: 50px;
    left: 50px
}

.title-box .title-icon-project {
    background-image: url(../images/sprite/title_sprites.png);
    background-position: -255px -144px;
    background-size: 327px 300px;
    width: 71px;
    height: 71px;
    background-repeat: no-repeat
}

.title-box .title-icon-information {
    background-image: url(../images/sprite/title_sprites.png);
    background-position: 0 -159px;
    background-size: 327px 300px;
    width: 72px;
    height: 72px;
    background-repeat: no-repeat
}

.title-box .title-icon-pool {
    background-image: url(../images/sprite/title_sprites.png);
    background-position: -72px -159px;
    background-size: 327px 300px;
    width: 72px;
    height: 72px;
    background-repeat: no-repeat
}

.title-box .title-icon-special {
    background-image: url(../images/sprite/title_sprites.png);
    background-position: -255px -72px;
    background-size: 327px 300px;
    width: 72px;
    height: 72px;
    background-repeat: no-repeat
}

.title-box .title-icon-qna {
    background-image: url(../images/sprite/title_sprites.png);
    background-position: -144px -159px;
    background-size: 327px 300px;
    width: 72px;
    height: 72px;
    background-repeat: no-repeat
}

.title-box .title-icon-calendar {
    background-image: url(../images/sprite/title_sprites.png);
    background-position: -72px -87px;
    background-size: 327px 300px;
    width: 72px;
    height: 72px;
    background-repeat: no-repeat
}

.title-box .title-icon-help {
    background-image: url(../images/sprite/title_sprites.png);
    background-position: -183px -72px;
    background-size: 327px 300px;
    width: 72px;
    height: 72px;
    background-repeat: no-repeat
}

.title-box .title-icon-szhi {
    background-image: url(../images/sprite/title_sprites.png);
    background-position: 0 0;
    background-size: 327px 300px;
    width: 111px;
    height: 87px;
    background-repeat: no-repeat
}

.title-box .title-icon-enterprise {
    background-image: url(../images/sprite/title_sprites.png);
    background-position: 0 -231px;
    background-size: 327px 300px;
    width: 64px;
    height: 69px;
    background-repeat: no-repeat
}

.mb30 {
    margin-bottom: 30px
}

.mb60 {
    margin-bottom: 60px
}

.pb30 {
    padding-bottom: 30px
}

.sx_decorative {
    background: url(../images/sx_decorative.png) no-repeat;
    background-size: initial;
    background-position: 90px 101%
}

.sx_decorative.p_b-44 {
    padding-bottom: 44px
}

#paging {
    display: flex;
    flex-direction: row;
    justify-content: center
}

.layui-laypage .layui-laypage-curr,
.layui-laypage .layui-laypage-spr,
.layui-laypage a,
.layui-laypage>:first-child {
    margin-right: 6px;
    margin-bottom: 0
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #ffb30a;
    top: 0
}

.layui-laypage a,
.layui-laypage span {
    color: #3f4344;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400
}

.layui-laypage a:hover {
    color: #ffb30a
}

.layui-laypage a,
.layui-laypage button,
.layui-laypage input,
.layui-laypage select,
.layui-laypage span {
    border: none
}

@keyframes loading {

    0%,
    100%,
    80% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    40% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.required {
    color: red !important
}

@keyframes loading {

    0%,
    100%,
    80% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    40% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.loading-box {
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin: auto;
    font-size: 0;
    top: 30px
}

.loading-box span {
    width: 33.3333333333%;
    height: 33.3333333333%;
    display: inline-block;
    background-color: #aeadba;
    border-radius: 50%;
    vertical-align: middle;
    animation: loading 1.4s infinite ease-in-out;
    animation-fill-mode: both
}

.loading-box .one {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.loading-box .tow {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

.project-detail .icon-target {
    display: inline-block;
    background-image: url(../images/sprite/icon_detail.png);
    background-position: -56px 0;
    background-size: 72px 59px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat
}

.project-detail .icon-amount {
    display: inline-block;
    background-image: url(../images/sprite/icon_detail.png);
    background-position: -56px -16px;
    background-size: 72px 59px;
    width: 16px;
    height: 15px;
    background-repeat: no-repeat
}

.project-detail .icon-pair {
    display: inline-block;
    background-image: url(../images/sprite/icon_detail.png);
    background-position: -40px -18px;
    background-size: 72px 59px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat
}

.project-detail .icon-person {
    display: inline-block;
    background-image: url(../images/sprite/icon_detail.png);
    background-position: 0 -41px;
    background-size: 72px 59px;
    width: 13px;
    height: 18px;
    background-repeat: no-repeat
}

.project-detail .icon-time {
    display: inline-block;
    background-image: url(../images/sprite/icon_detail.png);
    background-position: -40px 0;
    background-size: 72px 59px;
    width: 16px;
    height: 18px;
    background-repeat: no-repeat
}

.project-detail .icon-jump {
    display: inline-block;
    background-image: url(../images/sprite/icon_detail.png);
    background-position: 0 0;
    background-size: 72px 59px;
    width: 40px;
    height: 41px;
    background-repeat: no-repeat
}

.project-detail .icon-accept {
    display: inline-block;
    background-image: url(../images/sprite/icon_detail.png);
    background-position: -13px -41px;
    background-size: 72px 59px;
    width: 13px;
    height: 17px;
    background-repeat: no-repeat
}

.login-content {
    text-align: center
}

.login-content .notice {
    margin: 20px 0
}

.login-content p {
    margin-bottom: 10px
}

[v-cloak] {
    display: none !important
}

.remind_el {
    text-align: center;
    font-size: 18px;
    height: 50px;
    background: #fff8f1;
    color: #e99d1d;
    font-weight: 300;
    line-height: 50px
}

body .layui-layer-btn .layui-layer-btn0 {
    border-color: #f07819;
    background-color: #f07819
}

.enterprise-detail .icon {
    display: inline-block;
    vertical-align: middle;
    top: -2px;
    position: relative;
    margin-right: 4px
}

.enterprise-detail .icon-1 {
    background-image: url(../images/sprite/icon_help_detail.png);
    background-position: -15px -18px;
    background-size: 48px 33px;
    width: 15px;
    height: 14px;
    background-repeat: no-repeat
}

.enterprise-detail .icon-2 {
    background-image: url(../images/sprite/icon_help_detail.png);
    background-position: 0 -18px;
    background-size: 48px 33px;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat
}

.enterprise-detail .icon-3 {
    background-image: url(../images/sprite/icon_help_detail.png);
    background-position: 0 0;
    background-size: 48px 33px;
    width: 16px;
    height: 18px;
    background-repeat: no-repeat
}

.enterprise-detail .icon-4 {
    background-image: url(../images/sprite/icon_help_detail.png);
    background-position: -16px 0;
    background-size: 48px 33px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat
}

.enterprise-detail .icon-5 {
    background-image: url(../images/sprite/icon_help_detail.png);
    background-position: -32px 0;
    background-size: 48px 33px;
    width: 16px;
    height: 15px;
    background-repeat: no-repeat
}