@charset "utf-8";

body {
	background-color: #f4f4f4;
}

.btn-n {
	height: 40px;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	color: #fff;
    background-color: var(--main-color);
	border-radius: 40px;
	border: 0;
	outline: 0;
}

.btn-n[disabled] {
	background-color: gray;
}

.body {
	padding-top: 54px;
	min-height: calc(100vh - 224px);
}

.vue-nomore {
	display: flex;
	height: 45px;
	align-items: center;
	justify-content: center;
}

.vue-nomore span {
	font-size: 12px;
	color: #a1a6b6;
}

.van-button--primary {
    color: #fff;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
}

.van-opt {
	padding: 10px 16px;
}

.van-opt button {
	margin-bottom: 10px;
}

.cnt-pagination {
	text-align: center;
}

.van-pagination {
	display: inline-flex;
	padding: 15px 0;
}

.van-pagination__item {
    color: var(--main-color);
}

.van-pagination__item:active {
    background-color: var(--main-color);
    color: #fff;
}

.van-pagination__item--active {
    background-color: var(--main-color);
    color: #fff;
}

.van-dropdown-item__option--active {
    color: var(--main-color);
}

.van-dropdown-item__option--active .van-dropdown-item__icon {
    color: var(--main-color);
}

.van-dropdown-menu__title--active {
    color: var(--main-color);
}

.vue-loading {
	display: flex;
	height: 45px;
	align-items: center;
	justify-content: center;
}

.vue-loading span {
	margin-left: 3px;
	margin-top: 2px;
	font-size: 12px;
}

.vue-nomore {
	display: flex;
	height: 45px;
	align-items: center;
	justify-content: center;
}

.vue-nomore span {
	font-size: 12px;
	color: #a1a6b6;
}

.vue-loadmore {
	display: flex;
	height: 45px;
	align-items: center;
	justify-content: center;
}

.vue-loadmore i {
	margin-right: 5px;
	color: #a1a6b6;
}

.vue-loadmore span {
	font-size: 12px;
	color: #a1a6b6;
}

.fixmenu {
	position: fixed;
	right: 10px;
	bottom: 80px;
	z-index: 99;
}

.fixmenu-btn {
	width: 50px;
	height: 50px;
	background-color: rgba(43, 50, 68, .7);
	border-radius: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.fixmenu-btn>i {
	font-size: 26px;
	color: #fff;
}

.banner {
	display: flex;
	height: 28px;
	padding: 10px 15px;
	align-items: center;
	background-color: #fff;
}

.banner .logo {
	flex: 1;
	height: 100%;
}

.banner .btn_menu {
	margin-right: 10px;
}

.banner .btn_menu>i {
	font-size: 20px;
}

.banner .btn_user {
	display: block;
	height: 22px;
	width: 22px;
	border-radius: 22px;
	overflow: hidden;
}

.menu-bg {
	height: 100%;
	background: url(../image/left_menu_bg.png) no-repeat;
	background-position: left bottom;
	background-size: 100% auto;
}

.menu {
	padding-top: 20px;
}

.menu-left-list {
	
}

.menu-left-list a {
	display: block;
	font-size: 14px;
	line-height: 1.5;
	padding: 10px 15px;
}

.menu-left-item {
	position: relative;
}

.menu-left-item:after {
	content: '';
	display: block;
	border-top: 1px solid #eee;
	width: calc(60vw - 30px);
	position: absolute;
	bottom: 0;
	left: 15px;
}

.menu-left-item-list {
	background: #eee;
	padding-left: 20px;
}

.search_bg {
	display: flex;
	height: 100%;
	width: 100%;
	justify-content: center;
	align-items: center;
}

.search {
	display: flex;
	width: 80vw;
}

.search input {
	flex: 1;
	background-color: #fff;
	border: 1px solid var(--main-color);
	outline: 0;
	font-size: 14px;
	line-height: 1.5;
	padding: 6px 12px;
}

.search .search-btn_sub {
	display: flex;
	align-items: center;
	background-color: var(--main-color);
	color: #fff;
	padding: 0 10px;
}

.scroller {
	position: relative;
}

.scroller .swiper-container {
	
}

.scroller .swiper-slide a {
	display: block;
	height: 53vw;
	background-color: #eee;
	overflow: hidden;
	text-align: center;
}

.scroller .pagination {
	position: absolute;
	bottom: 8px;
	left: 0;
	z-index: 99;
	width: 100%;
	text-align: center;
	font-size: 0;
	margin: 0;
}

.scroller .swiper-pagination-bullet {
	opacity: 1;
	background: transparent;
	border: 1px solid #fff;
	margin-right: 8px;
}

.scroller .swiper-pagination-bullet-active {
	background: var(--main-color);
}

.thanks {
	padding: 8px 6px;
	background: #fff;
}

.thanks-cnt {
	height: 30px;
	width: 100%;
	background-color: #eee;
	overflow: hidden;
	border-radius: 30px;
}

.thanks-cnt>ul {
	
}

.thanks-cnt>ul>li {
	display: flex;
	height: 30px;
	align-items: center;
	padding: 0 15px;
}

.thanks-icon_heart {
	display: block;
	height: 12px;
	width: 17px;
	background: url(../image/icon_donate.png) no-repeat center;
	background-size: 100% 100%;
}

.thanks-name {
	font-size: 12px;
	color: var(--main-color);
	margin: 0 5px;
}

.thanks-txt {
	font-size: 12px;
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.panel {
	padding: 15px 15px 0 15px;
	margin-top: 4px;
	background-color: #fff;
}

.panel-head {
	display: flex;
	align-items: center;
}

.panel-title {
	font-size: 16px;
	position: relative;
	padding-left: 10px;
	display: block;
	flex: 1;
	font-weight: bold;
}

a.panel-btn_more {
	font-size: 12px;
	color: var(--main-color);
}

.panel-title:before {
	content: '';
	display: block;
	width: 3px;
	height: 11px;
	background-color: var(--main-color);
	border-radius: 3px;
	position: absolute;
	left: 0;
	top: 6px;
}

.panel-body {
	
}

.project-item {
	padding: 15px 0;
	border-bottom: 1px solid #eee;
	align-items: center;
}

.project-item a {
	display: flex;
}

.project-image {
	position: relative;
	height: 98px;
	width: 140px;
	overflow: hidden;
	background-color: #eee;
	border-radius: 6px;
}

.project-image_box {
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.project-image_box img {
	height: 100%;
	width: 100%;
}

.project-status {
	position: absolute;
	left: 0;
	top: 0;
	background-color: var(--main-color);
	display: block;
	color: #fff;
	border-bottom-right-radius: 6px;
	font-size: 10px;
	line-height: 1;
	padding: 5px 10px;
}

.project-info {
	flex: 1;
	margin-left: 10px;
}

.project-name {
	display: block;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: calc(100vw - 170px);
}

.project-statistic {
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.project-statistic-item {
	flex: 3;
}

.project-statistic-item_split {
	display: block;
	height: 24px;
	width: 0;
	border-right: 1px solid #eee;
	margin-right: 10px;
}

.project-statistic-item span {
	display: block;
	font-size: 11px;
}

.project-statistic-item_num {
	color: var(--main-color);
}

.project-progress {
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.project-progress_bg {
	flex: 1;
	height: 4px;
	background-color: #eee;
	border-radius: 2px;
	overflow: hidden;
	margin: 0 5px;
}

.project-progress_fg {
	height: 100%;
	background-color: var(--main-color);
}

.project-progress span {
	font-size: 10px;
}

.project-progress .project-progress_num {
	color: var(--main-color);
	width: 45px;
}

.panel_msg {
	padding-bottom: 15px;
}

.panel_msg .panel-body {
	background: url(../image/index_panel_msg_bg.jpg) no-repeat center;
	background-size: 100% 100%;
	margin-top: 15px;
	height: 210px;
}

.news-item {
	display: flex;
	padding-left: 10px;
	padding-bottom: 10px;
}

.news-item-title {
	flex: 1;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news-item-time {
	font-size: 12px;
	color: #aaaaaa;
}

.msg-item {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	margin: 0 15px;
}

.msg-item span {
	font-size: 12px;
	padding-left: 15px;
}

.msg-item-header {
	
}

.msg-item-body {
	margin-top: 10px;
}

.msg-item .msg-item-name {
	font-size: 14px;
	position: relative;
}

.msg-item .msg-item-name:before {
	content: '';
	display: block;
	height: 4px;
	width: 4px;
	position: absolute;
	background-color: var(--main-color);
	border-radius: 4px;
	top: 7px;
	left: 0;
}

.msg-item .msg-item-time {
	color: #aaaaaa;
	margin-left: 30px;
}

.msg-item .msg-item-cnt {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.footer {
	
}

.footer-menu {
	display: flex;
	flex-wrap: wrap;
	padding: 0 25px;
}

.footer-menu>a {
	display: block;
	color: #fff !important;
	font-size: 10px;
	margin-right: 10px;
	padding-top: 10px;
}

.footer-main {
	background: #303030;
	padding-bottom: 20px;
	padding-top: 10px;
}

.footer-txt {
	padding-top: 10px;
	font-size: 12px;
	color: #fff;
	text-align: center;
}

.my-nav-bar {
	display: flex;
	align-items: center;
	height: 54px;
	width: 100%;
	background-color: #eee;
	box-shadow: 0 2px 4px rgb(0 0 0/ 12%), 0 0 6px rgb(0 0 0/ 4%);
	z-index: 99;
	position: fixed;
	left: 0px;
	top: 0px;
}

.my-nav-bar>a {
	height: 100%;
	width: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.my-nav-bar>a>i {
	
}

.my-nav-bar>span {
	font-size: 16px;
	padding: 0 10px;
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.cntItem {
	padding: 10px;
	background-color: #fff;
}

.cntItemCnt {
}

.news-list {
	
}

.news-item {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}

.news-item a {
	display: flex;
	width: 100%;
}

.news-item_title {
	flex: 1;
}

.news-item_date {
	width: 100px;
	text-align: right;
}

.myNav {
	padding: 10px 6px;
}

.myNav .navItem {
	display: flex;
	padding: 6px;
	border: solid 1px #eee;
	margin-bottom: 5px;
	overflow: hidden;
	align-items: center;
}

.myNav .navItem_lbl {
	width: 80px;
}

.myNav .navItem_cnt {
	flex: 1;
	overflow-y: auto;
	white-space: nowrap;
}

.myNav .navItem .item {
    margin: 0px 6px;
    color: #777777;
}

.myNav .navItem .on {
	
}

.myNav .navItem a.on {
	color: var(--main-color);
}

/* start of jzList */
.tb-jzList {
	width: 100%;
}

.tb-jzList th {
	background-color: var(--main-color);
	color: #fff;
    font-size: 12px;
    line-height: 1.5;
    padding: 10px 0;
}

.tb-jzList td {
	font-size: 12px;
    line-height: 1.5;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

.tb-jzList td>span {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tb-jzList td>span.highlight {
	color: var(--main-color);
}
/* end of jzList */

/* start of jzMsg */
.common-list {
	
}

.common-list .common-line {
	position: relative;
	padding: 0 0 10px 50px;
}

.common-list .common-line .common-avatar {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 40px;
	height: 40px;
	font-size: 0;
	border-radius: 50%;
	overflow: hidden;
}

.common-list .common-line .comment-block {
	
}

.common-list .common-line .comment-block .comment-username {
	font-size: 14px;
	font-weight: bold;
	color: #232a3d;
	display: block;
	flex: 1;
}

.common-list .common-line .comment-block .comment-time {
	font-size: 11px;
	color: #a1a6b6;
	display: block;
	margin-top: 5px;
	height: 16px;
}

.common-list .common-line .comment-block .comment-content {
	padding: 8px 10px;
	background: #f5f5f8;
	border-radius: 0 5px 5px 5px;
	margin-top: 5px;
}
/* end of jzMsg */

.pay, .pay:link, .pay:visited, .pay:active {
	display: inline-block;
	height: 44px;
	border: solid 2px #e5e5e5;
	overflow: hidden;
}

.pay:hover {
	border: solid 2px var(--main-color);
}

.wiscomPay {
	width: 334px;
	background-image: url(../image/wiscomPay.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 30px;
}

.unionPay {
	width: 154px;
	background-image: url(../image/payUnion.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 30px;
}

.aliPay {
	width: 124px;
	background-image: url(../image/payAlipay.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 30px;
}

.weixinPay {
	width: 160px;
	background-image: url(../image/payWeixin.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 30px;
}

.paypalPay {
	width: 210px;
	background-image: url(../image/payPaypal.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 30px;
}

.payOn, .payOn:link, .payOn:visited, .payOn:active, .payOn:hover {
	border: solid 2px var(--main-color);
}

.opt {
	position: fixed;
	width: 100%;
	left: 0px;
	bottom: 0px;
	z-index: 99;
}

.opt .float {
	position: relative;
	float: left;
	overflow: hidden;
}

.opt .txt {
	display: block;
	width: 100%;
	height: 50px;
	font-size: 15px;
	font-weight: bold;
	padding: 0px 4px;
	vertical-align: middle;
	border: 0px;
	background-color: #eee;
	overflow: hidden;
}

.opt .btn, 
.opt .btn:link, 
.opt .btn:visited, 
.opt .btn:active {
	display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    border: 0px;
    background-color: var(--main-color);
    text-decoration: none;
    overflow: hidden;
    padding: 0;
}

.opt .btn:hover {
	background-color: var(--main-color);
	text-decoration: none;
}

.opt .btnGray, 
.opt .btnGray:link, 
.opt .btnGray:visited, 
.opt .btnGray:active {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	font-weight: bold;
	color: #555;
	letter-spacing: 1px;
	text-align: center;
	vertical-align: middle;
	border: 0px;
	background-color: #bbb;
	overflow: hidden;
}

.opt .btnGray:hover {
	background-color: #aaa;
	text-decoration: none;
}

.opt .disabled, 
.opt .disabled:link, 
.opt .disabled:visited, 
.opt .disabled:active,
.opt .disabled:hover {
	color: #777;
	background-color: #ccc;
}