﻿@charset "utf-8";

/*
  Document   : 门户前端样式集合
  Created on : 2017. 3. 6,09:00:00
  Author :
  Description:
 对前端门户样式的设置
  导入方式：<link href="/css/global.css" rel="stylesheet" type="text/css" />
  */
body {
    padding-right: 0 !important;
}

/*
*************PC皮肤颜色样式*************
*/
button,
input,
input[type=button] {
    border-radius: 2px
}

/*进度条、按钮*/
button,
.s-bg,
.progress-speed>span,
.modal-header,
.mile-top h1,
input[type=button] {
    background: #ff8200;
    color: #fff !important;
}

/*点缀色*/
.s-orange {
    background: #ffab18;
    color: #fff
}

/*边框颜色*/
.s-border-bottom {
    border-bottom: 2px solid #ff8200;
    color: #ff8200;
}

.s-border-top {
    border-top: 4px solid #ff8200;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
}

/*链接颜色*/
a {
    color: #3c3c3c;
    text-decoration: none
}

a:hover {
    color: #ff8200;
    text-decoration: none;
}

/*文本点击颜色*/
input[type]:focus {
    border: 1px solid #ff8200;
    outline: 0;
}

/*颜色主色调*/
.current {
    /*color: #ff8200 !important;*/
}

/*选项卡颜色处理*/
.tab-menu li.active {
    border-top-color: #ff8200;
}

.tab-menu li.active a {
    color: #ff8200;
    text-decoration: none;
    border: 1px solid #f1f1f1;
    border-bottom: 0;
}

/*边框颜色*/
.bd-color {
    border-bottom: 2px solid #ff8200;
}

.m-white {
    background: #fff;
}

/*提示模态框*/
.bd_alert {
    line-height: 68px;
    font-size: 18px;
    font-weight: bolder;
    text-align: center;
}

#btn_cancel {
    width: 100px;
    line-height: 30px;
}

.alert_modal {
    margin: 200px 415px;
}

/*版心宽度*/
.bd-width {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.pglf {
    padding: 0 10px;
}

/*
****************头部样式开始***************
*/
.g-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    border-bottom: 1px solid #f5f5f5;
}

.hd-wrap {
    width: 100%;
    background: #3c3c3c;
    height: 40px;
}

.hd-content {
    color: #ccc;
    overflow: auto;
    zoom: 1;
}

.hd-content .f-fl {
    width: 60%;
}

.hd-content .f-fr {
    width: 40%;
    display: flex;
    justify-content: flex-end;
}

.welcome {
    display: block;
    line-height: 40px;
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.m-subnave {
    height: 40px;
}

.m-subnave li {
    float: left;
    height: 40px;
}

.m-subnave li a {
    display: block;
    padding: 0 10px;
    line-height: 14px;
    text-align: center;
    color: #ccc !important;
    margin-top: 14px;
    border-right: 1px solid #ccc;
}

.m-subnave li:last-child a {
    border: 0;
    padding-right: 0;
}

.m-subnave li a.avatar {
    margin-top: 8px;
    padding: 0;
    border: 0;
}

.avatar img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

/******************头部样式结束******************/

/******************底部信息开始****************/
.g-footer {
    /*position: absolute;*/
    /*bottom: 0;*/
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 12px;
    color: #fff;
    background: #3c3c3c;
    margin-top: 20px;
}

/******************底部信息结束******************/

/******************首页样式开始******************/
/*******主导航样式开始*******/
.m-nav {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
}

.nav-box {
    height: 80px;
}

.m-logo {
    display: block;
    /* width: 280px; */
    height: 50px;
    margin: 15px 60px 15px 0;
    background-size: contain;
}

.m-menu {
    overflow: hidden;
}

.m-menu>ul>li {
    float: left;
    line-height: 80px;
    margin: 0px 20px;
    font-size: 18px;
    cursor: pointer;
}

.m-menu>ul>li:last-child {
    margin-right: 0;
}

/*******主导航样式结束*******/
/*******主题区域开始*******/
.g-body {
    width: 100%;
    overflow: hidden;
    margin-top: 130px;
}

/***左侧区域***/
.hl-line {
    bottom: 0;
    left: 0;
    width: 104px;
    display: block;
    position: absolute;
}

.bd-left {
    float: left;
    width: 890px;
}

/*轮播开始*/
.m-slider {
    width: 890px;
    height: 413px;
}

.slider-box {
    position: relative;
    width: 715px;
    height: 413px;
    overflow: hidden;
}

.slider-box ul {
    position: absolute;
    left: 0;
}

.slider-box ul li {
    width: 715px;
    height: 413px;
}

.slider-nav {
    width: 165px;
    height: 413px;
}

.slider-nav ul li {
    width: 165px;
    height: 93px;
    background: blue;
    margin-bottom: 13px;
}


.slider-nav ul li:last-child {
    margin-bottom: 0;
}

/*轮播结束*/
.m-category {
    margin-top: 10px;
    padding: 0 10px 10px;
    background: #fff;
}

.cat-number {
    position: relative;
}

.cat-list {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
}

.cat-list li {
    float: left;
}

.cat-list li a {
    display: block;
    padding: 13px 20px 10px 20px;
    font-size: 16px;
}

/***右侧区域***/
.bd-right {
    float: right;
    width: 300px;
}

/*里程碑开始*/
.m-milestone {
    height: 413px;
    background: #fff;
}

.mile-top h1 {
    padding: 14px 10px;
    color: #fff;
    font-size: 16px;
}

.total-list {
    overflow: hidden;
}

.total-list>li {
    float: left;
    width: 33.3%;
    padding: 10px 5px;
    border-right: 1px solid #f8f8f8;
    border-bottom: 1px solid #f8f8f8;
}

.total-list li:nth-child(3n) {
    border-right: 0;
}

.total-list li p {
    color: #333;
    text-align: center;
}

.total-list li p span {
    font-size: 22px;
}

.miletitle {
    padding-top: 15px;
    color: #666;
}

.full {
    height: 90px;
}

/*里程碑结束*/
/*移动端二维码开始*/
.mb-list {
    padding: 20px 10px 0 10px;
    overflow: hidden;
}

.mb-list>li {
    float: left;
    width: 33.3%;
}

.mb-list>li a {
    display: block;
}

.mb-list>li a img {
    width: 85px;
    height: 85px;
}

.mb-list>li p {
    padding: 4px 0;
    color: #3c3c3c;
    font-size: 12px;
    text-align: center;
}

/*移动端二维码结束*/
/*爱心动态开始*/
.g-box {
    /*padding: 10px 10px;*/
    overflow: hidden;
    margin-bottom: 10px;
    background: #fff;
    padding-bottom: 10px;
}

.mg0 {
    margin-bottom: 0;
}

.m-history {
    margin-top: 10px;
}

.m-title {
    line-height: 41px;
    padding: 0 10px;
    font-size: 16px;
    background: #fcfcfc;
    border: 1px solid #f2f2f2;
}

.m-history ul {
    padding-top: 10px;
    padding-left: 10px;
}

.hsy-box {
    overflow: hidden;
    font-size: 12px;
    color: #666;
}

.hsy-box span:nth-of-type(1) {
    margin-right: 5px;
}

.hsy-box span:nth-of-type(2) {
    color: #999;
}

.m-history ul>li {
    position: relative;
    padding-left: 15px;
    height: 86px;
}

.hsy-detail {
    padding: 5px 24px;
    height: 44px;
    line-height: 22px;
    color: #666;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.point {
    position: absolute;
    top: 0;
    left: 0px;
    display: block;
    width: 6px;
    height: 6px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #cccccc;
}

.vl-line {
    top: 15px;
    left: 2px;
    width: 2px;
    height: 58px;
    display: block;
    position: absolute;
    background-color: #cccccc;
}

.m-history ul li:last-child {
    overflow: hidden;
}

/*爱心动态结束*/
/*机构信息开始*/
.m-unit {
    padding: 10px;
    padding-left: 10px;
    color: #999;
}

.m-unit li {
    margin-top: 20px;
}

.m-unit li:first-child {
    margin-top: 10px;
}

.m-unit li span em {
    color: #333;
    margin-left: 10px;
}

/*机构信息结束*/

/******************首页样式结束******************/
/*
*****************新闻列表样式开始*****************
*/

.news-box {
    background: #fff;
    padding: 10px 10px;
}

.tt-news {
    padding-bottom: 10px;
    font-size: 20px;
    padding-left: 10px;
    font-weight: bold;
    border-bottom: 1px solid #f1f1f1;
}

/*新闻列表*/
.lst-news {
    margin-top: 1px;
    padding: 0 10px 20px 10px;
    overflow: hidden;
}

.lst-news>ul {
    overflow: hidden;
}

.lst-news>ul>li {
    padding: 16px 0;
    border-bottom: 1px dashed #dbdbdb;
}

.lst-news>ul>li:last-child {
    padding: 16px 0;
    border-bottom: none !important;
}

.news-img {
    float: left;
    width: 260px;
    height: 147px;
    overflow: hidden;
    border: 1px solid #eee;
}

.news-img img {
    width: 260px;
    height: 147px;
}

.news-img:hover img {
    transform: scale(1.1);
    transition: all .6s ease 0s;
}

.news-msg {
    float: right;
    position: relative;
    width: 570px;
    height: 147px;
}

.news-title {
    line-height: 34px;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer
}

.author {
    position: absolute;
    bottom: 0;
    line-height: 30px;
    font-size: 12px;
    overflow: hidden;
    color: #888;
}

.author>ul>li {
    width: 185px;
    height: 30px;
    float: left;
}

.author>ul>li:nth-of-type(2) {
    text-align: center;
}

.author>ul>li:nth-of-type(3) {
    text-align: right;
}

.author span {
    font-size: 12px;
    display: inline-block;
    margin-left: 5px;
}

.pub-avatar {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    vertical-align: middle;
}

.read-num {
    width: 22px;
    height: 12px;
}

.news-detail {
    margin-top: 10px;
    color: #888;
    height: 48px;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-sdl {
    height: 24px;
}

/*新闻分类开始*/
.lst-article {
    margin-top: 10px;
    padding: 0 10px;
    overflow: hidden;
}

.lst-article>li {
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
}

.lst-article li:nth-child(3n) {
    margin-right: 0;
}

.lst-article>li a {
    color: #666;
    width: 84px !important;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    border: 1px solid #ccc;
    overflow: hidden;
}

/*.lst-article > li a:hover {*/
/*background: #00abff;*/
/*color: #fff;*/
/*}*/
/*新闻分类结束*/
/*新闻推荐开始*/
.lst-recommend {
    padding: 0 10px;
    margin-top: 10px;
}

.lst-recommend li {
    margin: 10px;
    border-bottom: 1px dashed #e6e6e6;
}

.lst-recommend li:last-child {
    margin: 10px;
    border-bottom: none;
}

.lst-recommend li a {
    display: block;
    height: auto !important;
    border: 1px solid #e0e0e0;
}

.lst-recommend li p {
    width: auto !important;
    color: #3c3c3c;
    padding: 10px 0;
    line-height: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*新闻推荐结束*/

/*
*****************新闻列表样式结束*****************
*/
/******************新闻详情样式开始******************/
.news-content {
    background: #fff;
    padding: 20px;
}

.news-content h2 {
    font-weight: normal;
    font-size: 22px;
}

.dl-author {
    color: #999;
    font-size: 12px;
    padding: 20px 0 10px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #cccccc;
}

.seeMore {
    font-size: 14px;
    color: #999999;
    text-decoration: none;
    float: right;
}

.dl-author span {
    display: inline-block;
    margin-right: 20px;
}

.dl-news {
    overflow: hidden;
    font-size: 17px;
    font-family: "宋体"
}

.dl-news div {
    margin-bottom: 10px;
}

.dl-news p {
    text-indent: 2em;
}

.text {
    text-indent: 30px;
}

.img-size {
    display: block;
    width: 400px;
    height: 200px;
    vertical-align: middle;
    margin: 0 auto;
}

.instructions {
    text-align: center;
    margin-top: 14px;
    line-height: 24px;
}

/*分享功能*/
.m-share em {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: red;
    margin-right: 4px;
    border-radius: 4px;
}

.m-share em:nth-of-type(1) {
    background: url("/images/pc/share.png") -1px -1px;
}

.m-share em:nth-of-type(2) {
    background: url("/images/pc/share.png") 0 24px;
}

.m-share em:nth-of-type(3) {
    background: url("/images/pc/share.png") 0 52px;
}

.m-share em:nth-of-type(4) {
    background: url("/images/pc/share.png") -1px 78px;
}

.m-share span {
    width: 40px;
    height: 30px;
    vertical-align: middle;
}

.next-news {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px dashed #ccc;
}

.next-news p {
    margin-bottom: 10px;
}

.next-news span {
    color: #999;
}

/******************新闻详情样式结束******************/
/******************活动、众筹列表样式开始******************/
.m-query {
    width: 100%;
    overflow: hidden;
    margin-top: 130px;
}

.lst-query {
    padding: 10px 10px 0;
}

.lst-query>li {
    padding: 10px 0;
}

.lst-query>li .tp {
    color: #999;
    display: inline-block;
}

.lst-query>li a {
    display: inline-block;
    margin-right: 10px;
    padding: 3px 10px;
}

.btn-query {
    display: inline-block;
    padding: 5px 25px;
    border-radius: 2px;
}

.rs-input {
    color: #ccc;
    width: 220px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    margin-right: 25px;
    text-indent: 20px;
    border: 1px solid #ccc;
}

.activitygroup {
    width: 100%;
    height: auto;
    float: left;
    padding: 10px;
    border: 1px solid #ccc
}

.rs-input:focus {
    border-color: #66afe9;
    outline: 0;
}

.lst-query>li .btn-query:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

/*列表*/
.main-list {
    margin-top: 10px;
}

.lst-activity {
    overflow: hidden;
    padding: 10px;
}

.lst-activity>li {
    width: 280px;
    overflow: hidden;
    float: left;
    background: #fff;
    margin: 0 20px 15px 0;
    border: 1px solid #e6e6e6;
    position: relative
}

.lst-activity>li:nth-of-type(4n) {
    margin-right: 0;
}

.lst-activity>li:hover {
    box-shadow: 0 2px 9px 0 rgba(149, 148, 148, 0.35);
}

.img-item {
    height: 160px;
    background: #ccc;
    overflow: hidden;
    text-align: center;
}

.img-item a {
    height: 160px;
}

.img-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-item:hover img {
    transform: scale(1.1);
    transition: all .6s ease 0s;
}

.info-item {
    padding: 16px 10px;
}

.info-time p {
    font-family: 'arial', 'Microsoft YaHei';
}

.info-title {
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

.info-detail {
    margin-top: 14px;
    color: #888;
    font-size: 12px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.progress-speed {
    position: relative;
    height: 8px;
    border-radius: 4px;
    overflow: visible;
    background: #e6e6e6;
}

.progress-speed i {
    position: absolute;
    top: -30px;
    right: 0;
    z-index: 2;
}

.progress-speed span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    /*width: 100px;*/
    height: 8px;
    border-radius: 4px;
}

.progress-speed span i {
    position: absolute;
    top: -6px;
    left: 100px;
    font-size: 12px;
    text-align: right;
}

.info-time {
    overflow: hidden;
    margin-top: 10px;
}

.info-time li {
    display: block;
    float: left;
    width: 33.33%;
}

/*
*****************列表样式结束*****************
*/

/*
*****************详情页面样式开始*****************
*/

/*我要报名、我要捐款开始*/
.modal-open {
    padding-right: 0;
}

.modal-content {
    width: 480px;
}

.modal-body {
    padding: 14px 30px;
}

.modal-header {
    height: 46px;
    /*color: #fff;*/
    font-size: 18px;
}

.fm-group input.w258 {
    width: 258px;
}

.modal-footer {
    padding: 0px 30px 20px 30px;
    text-align: center;
    border: none;
}

#btn_NowSignUp {
    height: 46px;
    line-height: 40px;
    width: 100%;
    font-size: 18px;
}


.m-donation-box .fm-group {
    width: 420px;
}

.m-donation span {
    display: block;
    float: left;
    width: 100px;
    height: 42px;
    line-height: 42px;
    margin: 0 6px 14px 0;
    text-align: center;
    border: 1px solid #e0e0e0;
    cursor: pointer;
}

.m-donation span:nth-of-type(4) {
    margin-right: 0;
}

.payment {
    margin: 20px 0;
}

.payment p {
    width: 30%;
    height: 26px;
    display: inline-block;
}

.payment i {
    display: block;
    margin-bottom: 10px;
}

.pay-list {
    display: inline-block;
    height: 20px;
    width: 100%;
    margin-bottom: 14px;
    cursor: pointer;
    background: url('/images/pc/rdo.png') 0 -29px no-repeat;
}

.pay-list label {
    margin-left: 40px;
}

.pay-list label img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}


.rdo-pay {
    display: none;
    cursor: pointer;
}

.on {
    background-position: 0 0;
}

/*我要报名、我要捐款结束*/
.w-container {
    padding: 10px;
}

/*发表登录开始*/
.impre-box {
    padding: 10px;
}

.impression-login {
    position: fixed;
    z-index: 1;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -200px;
}

.impression-login .modal-content {
    padding: 10px 20px 10px 20px;
    width: 460px;
}

.impression-login .modal-content .m-login-method {
    height: 38px;
    color: #333;
    background: none;
    margin-top: 10px;
    border-bottom: 1px solid #ccc;
}

.impression-login .modal-content .modal-body {
    padding: 0;
    margin-top: 20px;
}

.impression-login .modal-content .m-login-method li {
    float: left;
    margin-right: 20px;
    padding: 0 10px;
    height: 38px;
    font-size: 16px;
    cursor: pointer;
}

.m-login-box li {
    display: none;
}

.m-login-box .fm-group {
    width: 100%;
}

.m-login-box .fm-group input {
    width: 90%;
}

.m-login-box .fm-group .validate {
    width: 200px;
}

/*发表登录结束*/
/*活动感想、活动总结样式开始*/
.txt-impression {
    margin-bottom: 10px;
    width: 100%;
    height: 80px;
    border: 1px solid #e0e0e0;
    font-size: 12px;
    padding: 5px
}

.btn-impression {
    width: 60px;
    height: 30px;
    float: right;
}

/*活动感想、活动总结样式结束*/
.dl-top {
    padding: 20px;
    background: #fff;
    overflow: hidden;
}

.dl-img {
    float: left;
    width: 580px;
    height: 328px;
    text-align: center;
}

.dl-img img {
    width: auto;
    height: 100%;
    max-width: 100%;
    max-height: auto;
}

.dl-detail {
    position: relative;
    padding-top: 6px;
    float: right;
    width: 560px;
    height: 328px;
}

.z-status {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 84px;
    height: 83px;
    /*background: url("/images/pc/sprit.png") no-repeat;*/
}

.dl-title {
    width: 540px;
    line-height: 30px;
    height: 60px;
    font-size: 24px;
    font-weight: bold;
    overflow: hidden;
    margin-top: -8px;
}

.dl-activity {
    margin-top: 15px;
}

.dl-activity p {
    margin-bottom: 10px;
}

.dl-activity p:last-child {
    margin-bottom: 0;
}

.doubt {
    margin: 10px 0 20px 0;
    font-size: 12px;
}

.sender span {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 0 10px 10px 0;
}

/*发起团队*/
.team-box {
    padding: 10px;
}

.team-box p:nth-of-type(1) {
    font-size: 16px;
    font-weight: bold;
}

.team-box p:nth-of-type(2) {
    margin-top: 10px;
    color: #999;
    height: 110px;
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

/*按钮样式开始*/
.btn-group {
    display: block;
    overflow: hidden;
    padding-bottom: 0;
}

.btn-group button,
.btn-group input[type=button] {
    color: #fff;
    font-size: 18px;
    width: 49%;
    text-align: center;
    border: 0;
    margin-right: 0;
    line-height: 42px;
    display: inline-block;
    border-radius: 2px;
}

/*按钮样式结束*/
/*列表详情页选项卡*/
.dl-bottom {
    margin-top: 10px;
    overflow: hidden;
}

.tab-box {
    background-color: #fff;
}

.title {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
}

.news-list>li {
    overflow: hidden;
    padding: 15px 0;
    border-bottom: 1px dashed #dbdbdb;
}

.news-list>li .w-img {
    float: left;
    width: 300px;
}

.news-list>li .w-msg {
    float: left;
    width: 535px;
    margin-left: 15px;
}

.w-msg .tp {
    color: #3c3c3c;
    font-size: 18px;
    height: 52px;
    line-height: 26px;
    overflow: hidden;
}

.w-msg p {
    color: #999;
    height: 98px;
    line-height: 24px;
    overflow: hidden;
}

.tab-menu {
    overflow: hidden;
}

.tab-menu>li {
    float: left;
    border-top: 4px solid transparent;
}

.tab-menu>li a {
    color: #333;
    font-size: 16px;
    width: 145px;
    display: block;
    padding: 14px 0;
    text-align: center;
    background-color: #fff;
}

.tab-menu li.active a {
    border: 1px solid #f1f1f1;
    border-bottom: 0;
}

.tab-list {
    margin-top: -1px;
    padding: 20px;
    border: 1px solid #f1f1f1;
}

.tab-page {
    display: none;
}

.tab-page.show {
    display: block;
}

.tab-page p {
    color: #666;
    line-height: 25px;
    text-indent: 28px;
    padding-bottom: 20px;
}

.tab-page .image {
    padding-bottom: 0;
}

.tab-page .image a {
    display: block;
    text-align: center;
}

.tab-page .image span {
    color: #333;
    font-size: 16px;
    display: block;
    text-align: center;
}

/*报名情况开始*/
.raise-table {
    width: 100%;
}

.raise-table th,
.raise-table td {
    color: #333;
    text-align: left;
    padding: 10px;
}

.raise-table th {
    background-color: #f2f2f2;
}

.raise-table tbody tr:nth-child(odd) td {
    background-color: #fbfbfb;
}

.raise-page .raise-title {
    color: #333;
    font-size: 30px;
    text-align: center;
    padding-bottom: 30px;
}

/*报名情况结束*/
/*活动总结开始*/
.lst-donation>li {
    padding: 14px;
    overflow: hidden;
    border-bottom: 1px dashed #f1f1f1;
}

.lst-donation>li .img {
    display: block;
}

.lst-donation>li .img img {
    width: 50px;
    height: 50px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.lst-donation>li p {
    color: #333;
    line-height: inherit;
    padding-bottom: 10px;
    text-indent: 0;
}

.lst-donation>li p:last-child {
    padding-bottom: 0;
}

.lst-donation>li .info {
    margin-top: 5px;
    margin-left: 10px;
}

.time {
    color: #999;
    font-size: 12px;
    display: inline-block;
    margin: 0 15px;
}

.lst-donation-list>li .info .price {
    color: #00abff;
    display: inline-block;
}

.lt52 {
    line-height: 52px;
}

/*活动总结结束*/
/*众筹详情样式开始*/
.publicfinancing-info,
.publicfinancing-info ul {
    overflow: hidden;
    margin: 5px 0 9px;
}

.publicfinancing-info ul li {
    float: left;
    width: 96px;
    text-align: left;
    margin-right: 70px;
}

.publicfinancing-info ul li:last-child {
    margin-right: 0;
    width: auto;
}

.publicfinancing-info p {
    margin-bottom: 0;
}

.raise-money {
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
}

/*累计拨付金额*/
.withdrawal {
    margin-top: 10px;
    line-height: 30px;
    text-align: right;
    font-size: 16px;
}

.ch-acount li {
    line-height: 40px;
    font-size: 12px;
    border-bottom: 1px dashed #e0e0e0;
}

/*众筹详情样式结束*/
/*登录注册样式开始*/
.m-login {
    /*margin-top: 10px;*/
    height: 700px;
    background: #fff url(/images/pc/city-bg.png) bottom no-repeat;
}

.fm-login {
    width: 380px;
    padding: 30px 20px;
    margin: 50px 30px 0 0;
    border-right: 1px solid #f8f8f8;
    border-left: 1px solid #f8f8f8;
    border-bottom: 1px solid #f8f8f8;
    box-shadow: 0 0 3px 0 rgba(216, 216, 216, 0.5);
    -moz-box-shadow: 0 0 3px 0 rgba(216, 216, 216, 0.5);
    -webkit-box-shadow: 0 0 3px 0 rgba(216, 216, 216, 0.5);
    -o-box-shadow: 0 0 3px 0 rgba(216, 216, 216, 0.5);
}

.log-img {
    width: 618px;
    height: 480px;
}

.log-title {
    margin-bottom: 20px;
}

.log-title span {
    display: inline-block;
}

.mgb14 {
    margin-bottom: 14px;
    width: 100%;
    text-align: right;
}

.log-title span:nth-of-type(1) {
    font-size: 20px;
    font-weight: bold;
}

.log-title span:nth-of-type(2) {
    float: right;
}

.log-title span:nth-of-type(2) a {
    margin-left: 10px;
}

.fm-group {
    position: relative;
    width: 535px;
    margin-bottom: 14px;
}

.fm-group input[type=text],
.fm-group input[type=password] {
    display: inline-block !important;
    padding: 10px 0 10px 20px;
    width: 420px;
    border: 1px solid #e0e0e0;
}

.fm-group input.log-with {
    width: 340px;
}

.fm-group input.validate {
    width: 258px;
}

.fm-group .btn-validate {
    width: 140px;
    margin-left: 14px;
    text-align: center;
    padding: 10px 0;
    float: right;
}

.fm-group label {
    display: inline-block;
    width: 100px;
    font-weight: normal;
    text-align: right;
    margin-right: 10px;
}

.fm-group label.m-intro {
    position: absolute;
    top: 0;
    left: 0;
}

/*二级域名*/
.domain {
    position: absolute;
    top: 0;
    ;
    right: 0;
    display: block;
    width: 90px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    background: #f1f1f1;
    border: 1px solid #e0e0e0;
}

.fm-group .int-team {
    height: 80px;
}

.fm-check input[type=checkbox] {
    width: 14px;
    height: 14px;
    padding: 0;
    display: inline-block;
    margin-right: 10px;
    border: 0;
}

.fm-check label:first-child {
    display: inline-block;
    width: 110px;
    height: 20px;
}

.fm-group textarea {
    border: 1px solid #e0e0e0;
    width: 420px;
    height: 80px;
    padding: 10px 0 0 20px;
}

/*城市开始*/
.fm-group select {
    padding: 10px 0 10px 20px;
    margin-right: 10px;
    width: 130px;
    border: 1px solid #e0e0e0;
}

.fm-group select.set-value {
    display: inline-block;
    padding: 6px 0 6px 20px;
    width: 284px;
    border: 1px solid #e0e0e0;
}

.fm-group select.set-city {
    display: inline-block;
    margin-right: 12px;
    padding: 6px 0 6px 10px;
    width: 84px;
    border: 1px solid #e0e0e0;
}

.fm-group select:last-child {
    margin-right: 0;
}

/*城市结束*/
.btn-login {
    width: 100%;
    height: 46px;
    margin-top: 30px;
    font-size: 16px;
    color: #fff;
}

.m-register {
    padding: 20px 30px;
    background: #fff;
}

.reg-box {
    padding-left: 120px;
}

.btn-register {
    width: 420px;
    margin-left: 112px;
}

.fd-pwd {
    margin-top: 80px;
    height: 500px;
}

/*完善资料开始*/
.open-cot {
    width: 370px;
    height: 330px;
    margin: auto;
    position: absolute;
    top: 600px;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    background: url("/images/pc/time.png");
    border-radius: 4px;
}

.open-title {
    position: absolute;
    width: 370px;
    font-size: 24px;
    color: #098de8;
    top: 130px;
}

.open-info {
    position: absolute;
    top: 180px;
    padding: 0 20px;
    line-height: 24px;
    text-align: left;
    height: 50px;
}

.new-cot {
    position: relative;
    height: 330px;
}

.new-cot i {
    display: block;
    width: 30px;
    line-height: 30px;
    cursor: pointer;
    font-style: normal;
    position: absolute;
    right: 10px;
    top: 60px;
}

.new-cot i:hover {
    background: #e6e6e6;
    border-radius: 17px;
}

.new-cot span {
    position: absolute;
    right: 173px;
    top: 30px;
    font-size: 34px;
    color: #fff;
}

.btn-cot {
    position: absolute;
    width: 370px;
    bottom: 0;
    left: 0;
    border-top: 1px solid #ccc;
    margin: 0 auto;
}

.u-btn {
    margin-right: -4px;
    width: 184px;
    line-height: 50px;
    text-align: center;
    color: #00abff;
    border: none;
    background: none;
    cursor: pointer;
}

.bn {
    border-right: 1px solid #cccccc;
}

/*完善资料结束*/

/*
*************登录注册样式结束*************
*/

/*
*************个人中心样式开始*************
*/

.my-left {
    float: left;
    width: 200px;
    padding: 0 20px 20px 20px;
    background: #fff;
}

.my-right {
    float: right;
    width: 990px;
}

/*个人中心左侧样式开始*/
.lt {
    margin: 10px 0;
}

.lt h3 {
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    margin-top: 14px;
    font-weight: bold;
}

.lt h3:first-child {
    margin-top: 0;
}

.lt ul {
    margin-top: 4px;
    color: #888;
}

.lt ul li {
    line-height: 32px;
    cursor: pointer;
}

/*个人中心左侧样式结束*/
.ct-top {
    padding: 20px 0 20px 0;
    background: #fff;
}

.ct-top ul {
    overflow: hidden;
}

.ct-top ul li {
    float: left;
    width: 236px;
    height: 70px;
    text-align: center;
    border-right: 1px dashed #f1f1f1;
}

.ct-top ul li:last-child {
    border: none;
}

.ct-top ul li:first-child {
    width: 270px;
}

.ct-avatar {
    margin-left: 30px;
    width: 70px;
    height: 70px;
}

.ct-avatar img {
    border-radius: 50%;
}

.ct-info {
    text-align: left;
    margin-left: 20px;
}

.ct-info p {
    margin-bottom: 4px;
}

.ct-info p:nth-of-type(1) {
    font-size: 18px;
}

.ct-info p:nth-of-type(2),
.ct-info p:nth-of-type(3) {
    font-size: 12px;
}

.ctop-li p:nth-of-type(1) {
    margin-top: 10px;
    font-size: 24px;
}

.ct-box {
    margin-top: 10px;
    padding: 10px 20px;
    min-height: 660px;
    background: #fff;
    display: none;
}

.ct-box.show {
    display: block;
}

.ct-box h3 {
    padding-left: 10px;
    margin-top: 10px;
    line-height: 30px;
    border-bottom: 1px solid #f1f1f1;
}

.ct-box h3 span {
    font-size: 16px;
    display: inline-block;
    width: 100px;
    height: 34px;
    text-align: center;
    /*border-bottom: 2px solid #00abff;*/
}

.ct-wrap {
    margin-top: 20px;
    overflow: hidden;
}

/*爱心历程开始*/
.love-story>li {
    margin-left: 40px;
    height: 90px;
    width: 920px;
    margin-bottom: 4px;
}

.ly-date {
    font-family: 'arial', 'Microsoft YaHei';
    color: #999;
}

.ly-date p:first-child {
    font-size: 18px;
}

.ly-box {
    position: relative;
    margin-left: 14px;
    width: 850px;
}

.ly-cot {
    margin: 10px 0 0 20px;
    padding-bottom: 10px;
    overflow: hidden;
    border-bottom: 1px dashed #f1f1f1;
}

.ly-cot ul li {
    float: left;
}

.ly-cot ul li:nth-of-type(1) {
    width: 88px;
    height: 50px;
}

.ly-cot ul li:nth-of-type(2) {
    margin-left: 10px;
    width: 500px;
    line-height: 50px;
    height: 50px;
}

.ly-cot ul li:nth-of-type(3) {
    margin-right: 30px;
    float: right;
    line-height: 50px;
}

/*爱心历程结束*/
/*服务记录、活动安排、捐款金额*/
.service-record>li {
    width: 920px;
    height: 60px;
    margin-bottom: 8px;
    border-bottom: 1px dashed #f1f1f1;
}

.sr-box {
    margin-left: 30px;
    overflow: hidden;
}

.sr-box ul li {
    float: left;
}

.sr-box ul li:nth-of-type(1) {
    width: 88px;
    height: 50px;
}

.sr-box ul li:nth-of-type(2) {
    margin-left: 10px;
    padding-top: 4px;
    width: 500px;
    height: 50px;
}

.sr-box ul li:nth-of-type(2) p:nth-of-type(2) {
    font-size: 12px;
    color: #999;
}

.sr-box ul li:nth-of-type(3) {
    float: right;
    line-height: 50px;
}

/*我的设置开始*/

.btn-save {
    padding: 6px 30px;
    margin-top: 30px;
}

/*志愿者资料*/

/*我的设置结束*/
/*个人中心样式结束*/
/*
***********时间银行、财务透明开始**********
*/
.tb-box {
    margin: 20px 20px 0 20px;
}

.volunteer-box {
    height: 440px;
}

.volunteer-box .fm-group {
    width: 440px;
    float: left;
}

.fm-description {
    margin: 10px 0 10px 30px;
    color: #999;
}

.tb-box .fm-group {
    width: 400px;
    margin-bottom: 20px;
}

.tb-box .fm-group:last-child {
    margin-bottom: 0px;
}

.wh {
    width: 300px;
}

.ranking {
    padding: 0 10px;
}

.ranking li {
    color: #999;
    padding: 10px 0;
    border-bottom: 1px dashed #f1f1f1;
}

.ranking li:last-child {
    border-bottom: 0;
}

.ranking li ol {
    display: table-cell;
    text-align: center;
}

.ranking li ol:nth-of-type(1) {
    width: 60px;
    /*text-align: left;*/
    margin: 0 auto;
}

.ranking li ol:nth-of-type(2) {
    width: 120px;
    /*text-align: left;*/
    margin: 0 auto;
}

.lst-rank li {
    color: #333;
}

.lst-rank li ol:nth-of-type(1) img {
    vertical-align: middle;
    width: 20px;
    height: 26px;
}

.lst-rank li ol:nth-of-type(2) {
    width: 120px;
    /*text-align: left;*/
}

.lst-rank li ol:nth-of-type(2) img {
    vertical-align: middle;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 10px;
}

.fm-group input.set-value {
    display: inline-block;
    padding: 6px 0 6px 20px;
    width: 284px;
    border: 1px solid #e0e0e0;
}

.fm-group input.code {
    width: 146px;
}

.fm-group input.set-time {
    display: inline-block;
    padding: 6px 0 6px 6px;
    width: 130px;
    border: 1px solid #e0e0e0;
    background: #f1f1f1;
}

.fm-group input.set-money {
    background: #fff;
}

.fm-group em {
    position: absolute;
    padding: 6px;
    border: 1px solid #e0e0e0;
    background: #f1f1f1;
}

.pr-before {
    top: 0px;
    ;
    left: 218px;
}

.pr-after {
    top: 0px;
    ;
    right: 0px;
}

/*
***********时间银行、财务透明结束**********
*/
/*
***********关于我们开始**********
*/
.crt-background {
    background: #f1f1f1;
}

.pglbr0 {
    width: 200px;
    padding: 0;
    height: 300px;
}

.about-tab {
    margin-top: 20px;
}

.about-tab ul li {
    line-height: 40px;
    padding-left: 30px;
    cursor: pointer;
}

.about-box {
    display: none;
    padding: 20px 20px 20px 20px;
    background: #fff;
}

.about-box.show {
    display: block;
}

.ab-text .m-title,
.ab-account .m-title,
.contact .m-title {
    background: none;
    border: 0;
    border-bottom: 1px solid #F2F2F2;
    margin-bottom: 20px;
}

.ab-text p {
    margin-bottom: 20px;
    text-align: center;
    text-indent: 30px;
}

.ab-account div {
    width: 50%;
}

.bank p {
    margin-bottom: 14px;
    color: #666;
}

/*大记事*/
.unit-record {
    margin-top: 20px;
}

.unit-record span {
    display: block;
}

.unit-record span:first-child {
    color: #999;
}

/*机构成员*/
.unit-member ul li {
    float: left;
    width: 184px;
    height: 290px;
    margin-right: 6px;
    margin-bottom: 20px;
    font-size: 12px;
    border: 1px solid #e0e0e0;
}

/*.unit-member ul li:last-child {
        margin-right: 0;
    }*/

.mr-photo {
    /* width: 218px; */
    /* height: 218px; */
    background: #f1f1f1;
}

.mr-photo img {
    width: 175px;
    height: 175px
}

.mr-info {
    margin: 10px;
    overflow: hidden
}

.mr-info p {
    margin-bottom: 8px;
    white-space: nowrap;
}

/*
***********关于我们结束**********
*/

/*
*********按钮样式*************
*/

#btn_sendSMS {
    width: 134px;
    padding: 10px;
}

#btn_saveUser {
    width: 100px;
    padding: 10px;
}

#btn_support {
    width: 49%;
    line-height: 42px;
    background-color: #ffab18;
    margin-left: 10px;
}

.btn_signUp {
    width: 49%;
    line-height: 42px;
    margin-right: 10px;
}

#int_saveDetail {
    float: left;
    margin-top: 64px;
    margin-left: -263px;
}

#int_saveNickName {
    width: 100px;
    padding: 8px;
}


.feeling_list {
    background-color: #fff;
    margin-bottom: 10px;
}

.img_head {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.d_message {
    margin: -41px 0px 0px 60px;
}

.l_bottom {
    margin-bottom: 10px;
}

.info-detail {
    height: 40px;
}

.md_alert {
    padding-top: 60px;
    text-align: center;
    font-size: 18px;
    font-weight: bolder;
}

#alertModal .modal-content {
    margin: 150px auto;
}

#myModal .modal-content {
    margin: 60px auto;
}

#signUp_message {
    width: 100%;
    height: 100px;
    border: 1px solid #ccc;
    padding: 10px;
}

.a_color {
    color: #05acf3;
}

/*页面头部的样式*/
#l_management,
#l_mySpace,
#l_cancellation,
#l_headImg,
#l_userName {
    display: none;
}

/*修改头像*/
.import-wapper {
    width: 120px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    line-height: 34px;
    margin-top: 20px;
    margin-right: 20px;
    cursor: pointer;
    border-radius: 2px;
    text-align: center;
    float: left;
}

.img-container {
    width: auto;
    height: auto;
    padding: 0px;
    margin: 0px;
}

.g_modalCon {
    padding: 0px;
    width: auto;
}

.img-upload-btn {
    position: relative;
    width: 105px;
    height: 74px;
    background: url("port/images/g_file_bg.jpg");
    background-size: 100% 100%;
    border: none;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.tocs-tooltips {
    display: block;
    background-color: #3bb4f2;
    border-radius: 4px;
    line-height: 40px;
    border-color: #0e90d2;
    text-align: center;
    padding: 0px;
    margin-left: -17px;
}

.img-prev {
    display: none;
    margin: 0;
}

.btn-wapper {
    width: 340px;
    overflow: hidden;
}

.btn-wapper button {
    width: 100%;
    padding: 10px 0;
}

.btn-label {
    width: auto;
}

.btn-fixed {
    position: fixed;
    bottom: 10px;
    left: 0;
    z-index: 100;
}

.head-pre {
    width: auto;
    height: auto;
    float: left;
    margin-left: 0px;
}

.head-title {
    margin-top: 20px;
    font-size: 14px;
    font-weight: bold;
}

.head-img {
    width: auto;
    margin-top: 20px;
}

.head-img img {
    float: left;
    margin-right: 10px;
}


/*首页轮播图样式*/
.bd-left .slider {
    width: 100%;
    height: 413px;
    overflow: hidden;
    position: relative;
}

.slider .slider-wrapper {
    width: 715px;
    height: 100%;
    float: left;
    position: absolute;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    -moz-perspective: 1000px;
    -moz-transform-style: preserve-3d;
    -o-backface-visibility: hidden;
    -o-perspective: 1000px;
    -o-transform-style: preserve-3d;
    -ms-backface-visibility: hidden;
    -ms-perspective: 1000px;
    -ms-transform-style: preserve-3d;
}

.slider .slider-pagination {
    width: 165px;
    height: 100%;
    float: right;
}

.slider-pagination .slider-nav>li {
    padding-bottom: 10px;
}

.slider-pagination .slider-nav li:last-child {
    padding-bottom: 0;
}

.slider-pagination .slider-nav>li a {
    display: block;
}

.slider-pagination .slider-nav li img {
    width: 165px;
    height: 95px;
}

.slider-pagination .slider-nav li.active img {
    width: 165px;
    height: 95px;
    border: 1px solid #ec7b06;
}

.slider .slider-wrapper .slider-item a {
    display: block;
}

.slider .slider-wrapper .slider-item img {
    width: 711px;
    height: 411px;
}

.slider-wrapper .slider-item .slider-layer {
    bottom: 0;
    left: 0;
    width: 715px;
    padding: 20px 10px 10px 10px;
    opacity: 0.75;
    filter: alpha(opacity=75);
    position: absolute;
    background-color: #120b02;
}

.slider-wrapper .slider-item .slider-layer p {
    display: none;
}

.slider-item .slider-layer h1 {
    color: #fff;
    font-size: 18px;
    padding-bottom: 10px;
}

.slider-item .slider-layer p {
    color: #cac9c9;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*我负责的活动*/
#activityTable {
    font-size: 12px !important;
    margin-top: 0px !important;
}

#activityTable a {
    color: #337ab7 !important;
}

/*我负责的众筹*/
#publicfinancingTable {
    font-size: 12px !important;
    margin-top: 0px !important;
}

#publicfinancingTable a {
    color: #337ab7 !important;
}

#studentTable a {
    color: #337ab7 !important;
}

#studentTable {
    font-size: 12px !important;
    margin-top: 0px !important;
}

.qrcode_modalBd {
    margin: 115px 215px;
}

.qrcode_mb img {
    width: 50px;
    height: 50px;
}

#codeico {
    margin: 73px !important;
}

.portal_content {
    width: 90% !important;
    margin: 0px auto;
}

#btn_qrcode {
    width: 150px !important;
    line-height: 30px !important;
    margin-right: 0px !important;
}

.qrcode_modalBd .modal-content {
    width: 98% !important;
}

.serman_modal {
    margin-left: 6%;
}

/*首页二维码弹框*/
#codeico_android {
    position: absolute;
    z-index: 99;
    width: 21px;
    height: 21px;
    margin: 31px;
    border-radius: 20%;
    border: 2px solid #fff;
}

#codeico_androids {
    position: absolute;
    z-index: 99;
    width: 100px;
    height: 100px;
    margin-top: 100px;
    margin-left: 100px;
    border-radius: 20%;
    border: 2px solid #fff;
}

#codeico_ios {
    position: absolute;
    z-index: 99;
    width: 21px;
    height: 21px;
    margin: 31px;
    border-radius: 20%;
    border: 2px solid #fff;
}

#codeico_ioss {
    position: absolute;
    z-index: 99;
    width: 100px;
    height: 100px;
    margin-top: 100px;
    margin-left: 100px;
    border-radius: 20%;
    border: 2px solid #fff;
}

#maskContent {
    position: fixed;
    width: 322px;
    height: 322px;
    left: 50%;
    top: 50%;
    margin-left: -161px;
    margin-top: -161px;
    z-index: 1003;
    border: solid #fff 10px;
    background-color: #fff;
}

#fangd {
    width: 100%;
    height: 273px;
    background-color: #eee;
}

#maskContent2 {
    position: fixed;
    width: 322px;
    height: 322px;
    left: 50%;
    top: 50%;
    margin-left: -161px;
    margin-top: -161px;
    z-index: 1003;
    border: solid #fff 10px;
    background-color: #fff;
}

#fangd2 {
    width: 100%;
    height: 273px;
    background-color: #eee;
}

#maskContent3 {
    position: fixed;
    width: 322px;
    height: 322px;
    left: 50%;
    top: 50%;
    margin-left: -161px;
    margin-top: -161px;
    z-index: 1003;
    border: solid #fff 10px;
    background-color: #fff;
}

#fangd3 {
    width: 100%;
    height: 273px;
    background-color: #eee;
}

.mask {
    position: absolute;
    top: 0px;
    filter: alpha(opacity=60);
    background-color: #000;
    z-index: 1002;
    left: 0px;
    opacity: 0.7;
    -moz-opacity: 0.7;
    width: 100%;
}

.mask2 {
    position: absolute;
    top: 0px;
    filter: alpha(opacity=60);
    background-color: #000;
    z-index: 1002;
    left: 0px;
    opacity: 0.7;
    -moz-opacity: 0.7;
    width: 100%;
}

.mask3 {
    position: absolute;
    top: 0px;
    filter: alpha(opacity=60);
    background-color: #000;
    z-index: 1002;
    left: 0px;
    opacity: 0.7;
    -moz-opacity: 0.7;
    width: 100%;
}

.e_pic img {
    height: auto;
    max-width: 100%;
    width: auto;
}

/*分页*/
.page {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.pagination {
    margin: 0 auto;
    margin-bottom: 20px;
}

.pagination span.current {
    color: #fff !important;
    border-color: #0abbff;
    margin-right: 5px;
    background: #ff8200;
}

.pagination span.current.prev,
.pagination span.current.next {
    color: #A8A8A8 !important;
    display: inline-block;
    margin-right: 5px;
    padding: 7px 15px;
    border: 1px solid #ccc;
    background: #fff;
    cursor: not-allowed;
}

.pagination a {
    color: #666;
    display: inline-block;
    margin-right: 5px;
    padding: 7px 15px;
    border: 1px solid #ccc;
    background: #fff;
}

.portal_activity {
    width: 100%;
    text-align: center;
}

.hy-fright span {
    padding: 7px 15px;
}

/*捐款成功*/
.suc-cot {
    overflow: hidden;
    background: #fff;
    text-align: center;
    padding: 150px 0px 300px 0px;
}

.suc-cot img {
    margin-top: 40px;
    width: 60px;
    height: 60px;
}

.suc-cot p:nth-of-type(2) {
    margin-top: 30px;
    font-size: 20px;
}

.suc-cot p:nth-of-type(3) {
    margin-top: 20px;
    font-size: 14px;
    color: #999;
}

/***********专业版首页***********/
/*轮播样式开始*/
.mj-slider {
    overflow: hidden;
}

.slider-left {
    float: left;
    width: 890px;
    height: 411px;
}

.slider-right {
    float: right;
    width: 300px;
    height: 411px;
    border: 1px solid #efefef;
    background: #fff;
}

/*机构新闻*/
.g-place {
    overflow: hidden;
    margin-bottom: 10px;
    padding: 0px !important;
    background: #fff;
}

.mjg-title {
    line-height: 44px;
    padding: 0 10px;
    font-size: 16px;
    background: #fcfcfc;
    border: 1px solid #f2f2f2;
}

.mj-news-title {
    margin-top: 10px;
    padding: 0 10px 6px 10px;
    list-style-type: square;
    list-style-type: -moz-square;
}

.mj-news-title li {
    height: 34px;
    line-height: 34px;
    padding-left: 14px;
    background: url("/images/pc/square.png") no-repeat left center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*数据统计开始*/
.data-static {
    padding: 20px 0;
    margin-top: 10px;
    overflow: hidden;
    background: #fff;
}

.data-static ul li {
    float: left;
    width: 238px;
    height: 56px;
    text-align: center;
    border-right: 1px solid #e6e6e6;
}

.data-static ul li:last-child {
    border: none;
}

.data-title {
    font-size: 26px;
}

.data-sum img {
    vertical-align: middle;
    height: 20px;
    width: 20px;
    margin-right: 4px;
}

/*数据统计结束*/
.main-cot {
    margin-top: 10px;
    overflow: hidden;
}

.main-list {
    overflow: hidden;
}

.main-cot .main-list {
    margin-top: 0;
}

.main-cot .main-list .lst-activity>li {
    margin-right: 15px;
    box-shadow: 0 0 40px rgba(216, 216, 216, .1);
}

.main-cot .main-list .lst-activity>li:nth-of-type(3n) {
    margin-right: 0;
}

/*活动、众筹、物资、志愿风采标题样式开始*/
.ct {
    background: #fff;
}

.list-title {
    position: relative;
    padding: 16px 10px 0 10px
}

.list-title h2 {
    display: inline-block;
    font-size: 18px;
}

.list-title span {
    position: absolute;
    top: 20px;
    right: 20px;
    vertical-align: bottom;
}

.list-title span a {
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
}

/*查看更多*/
.more {
    margin: 0 10px;
    padding: 10px 0 20px;
    border-bottom: 1px solid #eee;
}

.a {
    font-size: 14px;
    color: #666;
}

.more a {
    display: block;
    margin: 0 auto;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 2px;
}



.more a:hover {
    color: #fff;
    background: #ff8200;
}

.lst-volunteer {
    padding: 10px;
}

.main-list .lst-volunteer ul li {
    float: left;
    width: 134px;
    margin-right: 10px;
    border: 1px solid #e0e0e0;
}

.main-list .lst-volunteer ul li img {
    height: 160px;
}

.main-list .lst-volunteer ul li p {
    text-align: center;
    padding: 8px 0;
}

.main-list .lst-volunteer ul li:last-child {
    margin-right: 0;
}

.main-list .lst-volunteer ul li p {}

/*活动、众筹、物资、志愿风采标题样式结束*/
.g-position {
    position: relative;
}

.g-position span {
    display: inline-block;
    position: absolute;
    top: 14px;
    right: 10px;
    color: #999;
}

/*对公帐户*/
.account-place {
    padding: 0 10px;
}

.account h2 {
    margin-bottom: 14px;
    font-size: 15px;
    color: #ec7b06;
}

.account p {
    margin-bottom: 10px;
}

/*爱心企业*/
.friend {
    padding: 14px 10px;
}

.friend li {
    height: 60px;
    margin-top: 10px;
    padding: 5px;
    border: 1px solid #e6e6e6;
}

.friend li:first-child {
    margin-top: 0;
}

.friend li a {
    display: block;
}

.friend li a img {
    width: auto;
    height: 60px;
    display: block;
    margin: 0 auto;
}

.carousel-control {
    width: 8%;
}

.link {
    color: #fff !important;
    width: 80px;
    display: block;
    padding: 5px 0;
    font-size: 12px;
    margin-bottom: 6px;
    text-align: center;
    background-color: #ff8200;
}

.img-intro {
    line-height: 40px;
    text-align: center;
}

/**********查询志愿组织**********/
.org-top {
    width: 100%;
    height: 210px;
    background: #ff7f00 url("/images/pc/reg.png") no-repeat;
}

.org-top h2 img {
    width: 222px;
    height: auto;
    padding-top: 10px;
}

.org-text {
    color: #fff;
    font-size: 28px;
    text-align: center;
    padding-top: 30px;
}

.org-search {
    width: 600px;
    margin: 0 auto;
    position: relative;
}

.org-search input[type=text] {
    display: block;
    width: 528px;
    height: 42px;
    margin-top: 30px;
    text-indent: 20px;
}

.org-search input {
    box-sizing: border-box
}

.org-search input[type=button] {
    transition: background .2s ease;
    position: absolute;
    top: 0;
    right: 0;
    height: 42px;
    padding: 0 10px;
    background: #1190fc;
    border: 0;
    cursor: pointer;
}

.org-search input[type=button]:hover {
    background: #097cdd;
}

.org-search input[type=text]:focus {
    border: 1px solid #1190fc;
}

.org-box {
    margin: 0 auto;
    width: 1000px;
}

.org-rapper {
    width: 1000px;
    margin: 10px auto;
    padding: 10px;
    background: #fff;
}

.org-rapper .org-title {
    border-left: 3px solid #ff7f00;
    padding-left: 8px;
    font-size: 16px;
    margin-bottom: 20px;
    overflow: hidden;
}

.org-result ul li {
    line-height: 50px;
    height: 50px;
    border-bottom: 1px solid #e0e0e0;
}

.org-name {
    width: 400px;
    padding-left: 10px;
    font-size: 15px;
}

.org-name span {
    margin-left: 20px;
    color: #999;
    font-size: 14px;
}

.org-info {
    width: 500px;
    text-align: right;
    color: #999;
}

.org-button {
    height: 34px;
    width: 70px;
    cursor: pointer;
    border: 0;
}

.org-button:hover {
    background: #f37c06;
}

.no-result {
    margin-top: 30px;
    text-align: center;
}

.no-result span {
    cursor: pointer;
}

/*志愿者检索下拉框图片样式*/
.select2-result-repository__avatar img {
    width: 40px !important;
    margin-right: 10px;
    border-radius: 20px;
}

.ctop-li span {
    font-size: 15px;
    font-weight: bold;
}

#wxPay img {
    position: fixed;
    width: 421px;
    height: 421px;
    top: 64px;
    left: 90px;
}

#wxPay canvas {
    position: fixed;
    width: 421px;
    height: 421px;
    top: 64px;
    left: 90px;
}

/*关于我们》机构简介文字样式*/
.dl-news .text p {
    text-align: left !important
}

/**********证书模板开始**********/
.cte-content {
    width: 800px;
    height: 550px;
    padding: 90px 80px 80px;
    background: url("/images/pc/certificate.png");
    box-sizing: border-box;
}

.cte-wrapper {
    width: 640px;
    overflow: auto;
}

.m-login h1 img {
    max-width: 278px;
    height: auto;
}

.cte-left {
    width: 46%;
    float: left;
}

.cte-left p {
    line-height: 24px;
    padding: 5px;
    text-indent: 30px;
    font-weight: bold;
    margin-top: 10px;
    line-height: 30px;
    height: 290px;
    overflow-y: hidden;
}

.cte-right {
    width: 46%;
    float: right;
}

.cte-right .cte-name {
    /*margin:0 50px;*/
    text-indent: 44px;
    font-size: 38px;
    color: #da3a09;
    font-weight: bold;
}

.bianhao {
    font: 12px arial, '宋体';
    float: right;
    margin-top: 10px;
}

.cte-info {
    font-weight: bold;
    line-height: 30px;
    margin-top: 40px;
}

.cte-text {
    text-indent: 30px;
}

.cte-info .name {
    /* margin-top: 10px; */
    /* margin-bottom: 5px; */
}

.receiver {
    margin-top: 10px;
    text-align: right;
}

.seal {
    position: absolute;
    top: 335px;
    right: 70px;
    width: 150px;
    height: 150px;
}

.seal img {
    width: 100%;
    height: 100%;
}

/**********证书模板开结束**********/


/*会费*/
.dues-box {
    padding-left: 20px;
}

.dues-year span {
    margin-right: 10px;
    display: inline-block;
    width: 80px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #e0e0e0;
    cursor: pointer;
}

.dues-money input[type=text] {
    margin-top: 20px;
    width: 268px;
    padding-left: 16px;
    height: 34px;
    border: 1px solid #e0e0e0;
    background: #f5f5f5;
}

.btn-dues {
    margin: 30px 0 0 73px;
}

.btn-dues input[type=button] {
    width: 120px;
    padding: 8px;
}

.lst-dues p {
    font-size: 14px;
    margin-top: 30px;
    font-weight: bold;
}

.lst-dues table {
    margin-top: 16px;
    border: 1px solid #e0e0e0;
}

.lst-dues table th {
    width: 200px;
    height: 34px;
    padding-left: 20px;
    border: 1px solid #e0e0e0;
    background: #f5f5f5;
}

.lst-dues table td {
    height: 34px;
    padding-left: 20px;
    border: 1px solid #e0e0e0;
}

.detail-title {
    padding: 0px 0px 10px 0px;
}

/*
==========团队==========
*/
.org-img {
    float: left;
    width: 260px;
    height: 147px;
    border: 1px solid #e0e0e0;
}

.org-title {
    padding-top: 5px;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.org-detail {
    margin-top: 14px;
    color: #888;
    height: 100px;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
}

.org-address ul li:nth-of-type(2) {
    float: right;
    font-size: 12px;
}

.org-msg {
    position: relative;
    float: right;
    width: 590px;
    height: 147px;
    padding-left: 14px;
}

.org-address {
    position: absolute;
    bottom: 0;
}

.org-address ul li {
    float: left;
    margin-top: 5px;
    color: #666;
}

.org-join {
    width: 100%;
    height: 34px;
    line-height: 34px;
    position: absolute;
    bottom: 0;
}

.org-join ul li {
    float: left;
    width: 33.33%;
}

.org-join ul li:nth-of-type(1) input[type=button] {
    padding: 5px 10px;
    font-size: 12px;
    border: 1px solid #ff8200;
    background: #fff;
    color: #ff8200 !important;
}

.org-join ul li:nth-of-type(2) {
    font-size: 12px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
    text-align: center;
}

.org-join ul li:nth-of-type(3) {
    text-align: right;
    color: #ff8200;
}

.panel-body {
    cursor: pointer;
}

#l_register {
    display: none !important
}