/* ##公共部分 */
body {
	font-family: "PingFang-SC-Medium";
}
.container {
	background: #f3f3f3;
}
.iconfont {
	font-size: 12px;
}
.page {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}
.page .page__bd {
	flex: 1;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
}
.page .weui-tabbar {
	width: 100%;
	position: static;
	background: #eee;
	padding-bottom: env(safe-area-inset-bottom);
}
.page .weui-tab__panel {
	padding-bottom: 0;
}
.color-blue {
	color: #4378BE;
}
/* 底部 */
.weui-tabbar .weui-tabbar__icon {
	width: 40px;
	height: 22px;
}
/* 底部-首页 */
.bar-home .weui-tabbar__icon {
	background: url(../img/bar01-grey.png) no-repeat center/auto 100%;
}
.bar-home.weui-bar__item_on .weui-tabbar__icon {
	background: url(../img/bar01.png) no-repeat center/auto 100%;
}
/* 底部-用户审核 */
.bar-user .weui-tabbar__icon {
	background: url(../img/bar02-grey.png) no-repeat center/auto 100%;
}
.bar-user.weui-bar__item_on .weui-tabbar__icon {
	background: url(../img/bar02.png) no-repeat center/auto 100%;
}
/* 底部-项目审核 */
.bar-project .weui-tabbar__icon {
	background: url(../img/bar03-grey.png) no-repeat center/auto 100%;
}
.bar-project.weui-bar__item_on .weui-tabbar__icon {
	background: url(../img/bar03.png) no-repeat center/auto 100%;
}
/* 底部-学校信息 */
.bar-school .weui-tabbar__icon {
	background: url(../img/bar04-grey.png) no-repeat center/auto 100%;
}
.bar-school.weui-bar__item_on .weui-tabbar__icon {
	background: url(../img/bar04.png) no-repeat center/auto 100%;
}
/* 底部-联系人 */
.bar-contact .weui-tabbar__icon {
	background: url(../img/bar05-grey.png) no-repeat center/auto 100%;
}
.bar-contact.weui-bar__item_on .weui-tabbar__icon {
	background: url(../img/bar05.png) no-repeat center/auto 100%;
}
/* 底部-客户沟通 */
.bar-customer .weui-tabbar__icon {
	background: url(../img/bar06-grey.png) no-repeat center/auto 100%;
}
.bar-customer.weui-bar__item_on .weui-tabbar__icon {
	background: url(../img/bar06.png) no-repeat center/auto 100%;
}
/* 底部-售后管理 */
.bar-after-sale .weui-tabbar__icon {
	background: url(../img/bar07-grey.png) no-repeat center/auto 100%;
}
.bar-after-sale.weui-bar__item_on .weui-tabbar__icon {
	background: url(../img/bar07.png) no-repeat center/auto 100%;
}
/* 底部-交付管理 */
.bar-delivery .weui-tabbar__icon {
	background: url(../img/bar08-grey.png) no-repeat center/auto 100%;
}
.bar-delivery.weui-bar__item_on .weui-tabbar__icon {
	background: url(../img/bar08.png) no-repeat center/auto 100%;
}
/* 底部-问题集锦 */
.bar-question .weui-tabbar__icon {
	background: url(../img/bar09-grey.png) no-repeat center/auto 100%;
}
.bar-question.weui-bar__item_on .weui-tabbar__icon {
	background: url(../img/bar09.png) no-repeat center/auto 100%;
}
/* 底部-BUG反馈 */
.bar-bug .weui-tabbar__icon {
	background: url(../img/bar10-grey.png) no-repeat center/auto 100%;
}
.bar-bug.weui-bar__item_on .weui-tabbar__icon {
	background: url(../img/bar10.png) no-repeat center/auto 100%;
}
/* 底部-项目管理2 */
.bar-project2 .weui-tabbar__icon {
	background: url(../img/bar11-grey.png) no-repeat center/auto 100%;
}
.bar-project2.weui-bar__item_on .weui-tabbar__icon {
	background: url(../img/bar11.png) no-repeat center/auto 100%;
}
/* 底部-合同管理 */
.bar-contract .weui-tabbar__icon {
	background: url(../img/bar12-grey.png) no-repeat center/auto 100%;
}
.bar-contract.weui-bar__item_on .weui-tabbar__icon {
	background: url(../img/bar12.png) no-repeat center/auto 100%;
}
/* 底部-日志 */
.bar-work-log .weui-tabbar__icon {
	background: url(../img/bar13-grey.png) no-repeat center/auto 100%;
}
.bar-work-log.weui-bar__item_on .weui-tabbar__icon {
	background: url(../img/bar13.png) no-repeat center/auto 100%;
}

/* 搜索 */
.weui-search-bar {
	background: #fff;
}
.weui-search-bar .weui-search-bar__box .weui-search-bar__input {
	padding: 0;
	height: 34px;
	line-height: 34px;
}
.weui-search-bar .weui-search-bar__label {
	height: 34px;
	line-height: 34px;
	border-radius: 34px;
	background: #EEEEEE;
}
.weui-search-bar_focusing .weui-search-bar__box {
	background: #EEEEEE;
}
.weui-search-bar .weui-search-bar__box .weui-icon-search,
.weui-search-bar .weui-search-bar__box .weui-icon-clear {
	top: 3px;
}
.weui-search-bar .weui-search-bar__cancel-btn {
	line-height: 34px;
}
.weui-search-bar .weui-search-bar__form:after {
	display: none;
}
.weui-search-bar .weui-search-bar__form {
	background: transparent;
}
.weui-search-bar:after,
.weui-search-bar:before {
	display: none;
}
/* ##首页 */
.index-style .page {
	background: #F3F3F3;
}
.index-style .weui-article {
	padding: 14px 12px 0;
}
.index-style .weui-article p {
	margin: 0;
}
.index-style .weui-article img {
	display: block;
	width: 100%;
}
.index-style .weui-grids {
	margin: 6.5px 8px;
}
.index-style .weui-grids:before,
.index-style .weui-grids:after {
	display: none;
}
.index-style .weui-grid {
	padding: 7.5px 10px;
}
.index-style .weui-grid:before,
.index-style .weui-grid:after {
	display: none;
}
.index-style .weui-grid a {
	display: block;
	width: 100%;
	height: 100px;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
}
.index-style .weui-grid__icon {
	margin-top: 14px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
}
.index-style .row1 .weui-grid__icon {
	background: #3EB5AB;
}
.index-style .row2 .weui-grid__icon {
	background: #F5AA2F;
}
.index-style .row3 .weui-grid__icon {
	background: #1883F0;
}
.index-style .weui-grid__icon img {
	width: 30px;
	height: 30px;
	margin: 10px auto;
}
.index-style .weui-grid__label {
	margin: 0;
	height: 36px;
	line-height: 36px;
	font-size: 15px;
}

/* 卡片信息列表 */
.card-list a {
	display: block;
	margin: 10px 12px;
	padding: 10px;
	border-radius: 5px;
	background: #fff;
}
.card-list .weui-panel__left {
	float: left;
	height: 100%;
	margin-top: 4px;
	margin-right: 10px;
}
.card-list .weui-panel__left span {
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	background: #4378BE;
	border-radius: 50%;
	overflow: hidden;
}
.card-list .weui-panel__left span img {
	display: block;
	width: 20px;
	height: 20px;
	margin: 5px auto;
}
.card-list .weui-panel__left.bg-orange span {
	background: #FF7A45;
}
.card-list .weui-panel__bd {
	overflow: hidden;
}
.card-list .weui-media-box {
	padding: 0;
}
.card-list .weui-media-box__title {
	margin-bottom: 4px;
	/* height: 20px; */
	line-height: 20px;
	color: #4378BE;
	font-size: 16px;
}
.card-list .weui-media-box__desc {
	color: #333;
	font-size: 13px;
}
.card-list .weui-media-box__desc span {
	display: inline-block;
	line-height: 20px;
}
.card-list .weui-media-box__desc span {
	margin-right:10px;
	color: #666;
}
.card-list .weui-media-box__desc span:last-child {
	margin-right:0;
}
.card-list .weui-media-box__info {
	margin-top: 6px;
	padding: 0;
	color: #666;
	font-size: 13px;
}
.card-list .no-data {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
}
.card-list .no-data img {
	width: 50%;
}
.card-list .no-data .weui-media-box__desc {
	margin-top: -40px;
}

/* card-list3设置卡片title不省略，换行 */
.card-list.card-list3 .weui-media-box__title {
	overflow: auto;
	text-overflow: inherit;
	white-space: normal;
	word-wrap: normal;
	word-break: normal;
}
.card-list.card-list3 .weui-panel__left span img {
	width: 18px;
	height: 18px;
}
/* 添加 */
.add-btn {
	width: 20px;
	height: 20px;
	margin: 8px 0 0 6px;
}
.add-btn img {
	display: block;
	width: 100%;
}
/* 搜索结果遮罩层 */
.user-audit-container .card-list2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	display: none;
}
.user-audit-container .province {
	position: absolute;
	top: 7px;
	left: 0;
	width: 74px;
	padding-left: 8px;
	color: #999;
	line-height: 20px;
	font-size: 13px;
	text-align: center;
	border-right: 1px solid #ddd;
	box-sizing: border-box;
	z-index: 10;
}
.user-audit-container .weui-search-bar__box {
	padding-left: 104px;
}
.user-audit-container .weui-search-bar__box .weui-icon-search {
	left: 84px;
}
.link-man-list .card-list a {
	padding: 15px 10px;
}
/* 城市类型 */
.conditions {
	margin-top: -8px;
	padding: 0 20px;
	background: #fff;
}
.conditions span {
	display: inline-block;
	padding: 0 10px;
	height: 30px;
	color: #999;
	font-size: 14px;
	line-height: 30px;
}
.conditions em {
	font-style: normal;
}
/* ##客户沟通记录 */
.link-log-list .card-list .weui-media-box__desc span {
	margin-right: 0;
}
.link-log-list .card-list .weui-media-box__desc span:nth-child(2) {
	width: 30px;
	height: 1px;
	background: #666;
	vertical-align: middle;
}

/* 信息列表 */
.info-list .weui-cells {
	margin: 10px 12px;
	font-size: 15px;
	border-radius: 5px;
}
.info-list .weui-cell {
	line-height: 34px;
	margin: 0 12px;
	padding: 0;
}
.info-list .weui-cell:before {
	left: 0;
}
.info-list .weui-label,
.info-list .weui-cell .weui-cell__ft,
.info-list .weui-cells_form .weui-cell__ft {
	color: #333;
	font-size: 15px;
	font-weight: 700;
}
.info-list .weui-cell .weui-cell__bd {
	padding: 5px 0;
	color: #666;
	line-height: 20px;
	text-align: right;
}
.info-list .weui-cells__title {
	margin: 0 12px;
	line-height: 34px;
	background: #fff;
	border-radius: 5px 5px 0 0;
}
.info-list .weui-cells__title + .weui-cells {
	margin-top: 0;
	border-radius: 0 0 5px 5px;
}
.info-list .weui-cell input {
	text-align: right;
}
.info-list .weui-cell textarea {
	padding: 10px;
	line-height: 20px;
}
.info-list .weui-btn {
	height: 34px;
	font-size: 15px;
	line-height: 34px;
	border-radius: 34px;
}
.info-list .weui-btn_primary {
	background-color: #076AFF;
 }
.info-list .weui-btn_warn {
 	background-color: #EB1A1A;
}
.pass-not-pass .weui-cells {
	text-align: center;
	background: transparent;
}
.pass-not-pass .weui-cells a {
	display: inline-block;
	width: 35%;
}
.pass-not-pass .weui-cells .weui-btn_primary {
	margin-top: 0;
	margin-right: 10%;
}
.pass-not-pass .weui-cells .weui-btn_warn {
	margin-top: 0;
	margin-left: 10%;
}
.pass-not-pass .weui-cells:before,
.pass-not-pass .weui-cells:after {
	display: none;
}

/* ##售后记录详情 */
.after-sale-info .school-name {
	width: 100%;
	color: #4378BE;
	font-size: 17px;
	text-align: center;
}
.after-sale-info .add-btn {
	margin-top: 4px;
}
.after-sale-info .weui-media-box__title {
	position: relative;
	padding-left: 70px;
}
.after-sale-info .weui-media-box__title .fqa {
	position: absolute;
	left: 0;
	top: 0;
}
.after-sale-info .weui-media-box__title .fqa span {
	display: inline-block;
	margin-right: 6px;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	font-size: 13px;
}
.after-sale-info .weui-media-box__title .fqa-q {
	background: #FF7A45;
}
.after-sale-info .weui-media-box__title .fqa-a {
	background: #4378BE;
}
.after-sale-info .weui-media-box__info li {
	margin-left: 24px;
	line-height: 24px;
	font-size: 13px;
}
.after-sale-info .weui-media-box__info li span {
	display: inline-block;
	width: 68px;
	text-align: justify;
	text-align-last: justify;
}

/* ##销售管理-合同管理 */
.sale-contract-list .weui-panel__left span img {
	width: 16px;
	height: 21px;
}

.hide{
	display: none;
}