* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #ffffff;
	color: #333333;
	min-height: 100vh;
	padding-bottom: 110px;
	position: relative;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	cursor: pointer;
}

.btn {
	outline: none !important;
}

.m-l-10 {
	margin-left: 10px;
	display: block;
	float: right;
}

/*
 *  
 */
.topNav {
	background-color: #0065b3;
	min-height: 60px;
	line-height: 60px;
	border: none;
}

.navbar {
	border-radius: 0;
}

.navbar-brand {
	height: 60px;
	line-height: 60px;
	font-size: 1.4em;
	padding: 0;
	margin-left: 10px !important;
	color: #ffffff !important;
}

.navbar-toggle {
	margin: 13px 15px;
	background-color: #2C75AA !important;
	border-color: #2C75AA !important;
}

.navbar-collapse {
	margin-top: 0 !important;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #ffffff;
}

.navbar-btn-left {
	margin-right: 10px;
}

.navbar-btn {
	background-color: #fb8708;
	border-color: #FB8708;
	color: #ffffff;
	transition: all ease-in-out .3s;
}

.navbar-btn:hover {
	background-color: #ca6d07;
	border-color: #ce6f07;
	color: #fafafa;
}

#myCarousel {
	box-sizing: border-box;
	padding: 10px;
	background-color: #fff;
}

.carousel-inner>.item {
	width: 100%;
	height: 100%;
}

.bg-white {
	background-color: #ffffff;
}

.mt-2 {
	margin-top: 15px;
}
/* notice */
.notice{
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	height: 50px;
	padding-left: 0;
}
.notice .icon img{
	display: block;
	width: 50px;
	height: 40px;
	padding: 6px 11px;
}
.notice .notice-content{
	color: #565656;
	line-height:50px;
	height:50px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.notice .area-content{
    text-align:center;
	font-size:18px;
	font-weight:800;
}
/* 
 * app
 */
.app {
	cursor: pointer;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	border: 1px solid #eeeeee;
	border-radius: 2px;
	box-sizing: border-box;
	padding: 10px;
	align-items: center;
}
#app-wrap  .time{
	color: #333333;
}
#app-wrap .app h4{
	margin-top: 0;
}

#app-wrap>div:nth-child(n+4) .app {
	margin-top: 20px;
}

#app-wrap2>div:nth-child(n+5) .app {
	margin-top: 20px;
}

#app-wrap2 .app {
	justify-content: center;
}

#app-wrap2 .app h4 {
	padding: 10px 0;
	color: #333333;
	transition: color .3s ease-in-out;
}

#app-wrap2 .app:hover h4 {
	color: #0065B3;
}


.app>img {
	display: block;
	height: 80px;
	margin-right: 20px;
}

.app>p {
	font-size: 1.6em;
	font-weight: 200;
	margin-top: 20px;
	color: #333;
}

#app-wrap,
#app-wrap2 {
	box-sizing: border-box;
	padding: 20px 0;
	margin-left: -20px;
	margin-right: -20px;
}

/* 
 *
 */
.message .box-head {
	height: 46px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #eee;
	box-sizing: border-box;
	padding: 0 15px;
}

.message .box-head .title {
	font-size: 18px;
	font-weight: bold;
}

.message .box-body {
	padding: 10px 0 20px;
}

.left,
.right {
	display: block;
	width: 20px;
	height: 20px;
}

.message {
	margin-bottom: 20px;
	padding: 0;
}

.message-item {
	display: block;
	color: #333;
	/* border-bottom: 1px solid #eee; */
}

.message-item .message-title {
	font-size: 16px;
	line-height: 30px;
	margin: 10px 0;
}

.message-item .message-title img {
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	margin: 5px 0;
}

.message-item .time {
	margin: 0 0 10px;
	font-size: 14px;
}

.message-item .time img {
	display: block;
	width: 16px;
	height: 16px;
	float: left;
	margin: 2px 5px 2px 0;
}

.message-item .line {
	width: 100%;
	height: 1px;
	background-color: #eee;
}

/* 
 * footer
 */
#footer {
	text-align: center;
	color: #fff;
	font-size: 14px;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 15px 0px;
	margin-top: 20px;
	position: absolute;
	bottom: 0;
	width: 100%;
}

#footer p {
	margin: 0;
	line-height: 20px;
	margin-bottom: 10px;
}

/* 
 * tabbar
 */
#tabbar {
	height: 60px;
	padding: 8px 0;
	background-color: #f2f2f2;
	border-top: thin solid #E5e5e5;
	display: none;
	flex-flow: row nowrap;
	justify-content: space-around;
	position: fixed;
	bottom: 0;
	width: 100%;
}

.tabbar-item .active {
	display: none;
}

.tabbar-item.active {
	color: #0078D7;
}

.tabbar-item.active .active {
	display: block;
}

.tabbar-item.active .default {
	display: none;
}

.tabbar-item {
	text-align: center;
	color: #999999;
	line-height: 16px;
	width: 60px;
}

.tabbar-item>img {
	display: block;
	width: 24px;
	margin: 0 auto;
}

.tabbar-item span {
	font-size: 12px;
}

/* 
 * user.html
 */

.well {
	line-height: 25px;
	display: flex;
}

.well .well-item{
	flex: 1;
	overflow: hidden;
	display: grid;
	place-items: center;
	position: relative;
}

.well .well-item .number{
	font-size: 18px;
	width: 50px;
	height: 50px;
	color: #ffffff;
	border-radius: 20%;
	margin-bottom: 10px;
	z-index: 99;
	display: grid;
	place-items: center;
}

.well .well-item .number img{
	display: block;
	width: 30px;
	height: 30px;
}

.well .well-item:nth-child(n + 2)::after{
	display: block;
	content: "";
	width: calc(50% - 25px);
	position: absolute;
	top: 25px;
	left: 0px;
	height: 1px;
	background-color: darkgreen;
}
	
.well .well-item:not(:last-child)::before{
	display: block;
	content: "";
	width: calc(50% - 25px);
	position: absolute;
	top: 25px;
	right: 0px;
	height: 1px;
	background-color: darkgreen;
}

.border-radius {
	border-radius: 4px;
}

.bg-gery {
	background-color: #f2f2f2;
}

.text-red {
	color: #ff0000;
}

.subject {
	font-size: 18px;
	margin: 10px 0;
	font-weight: bold;
}

.table-list {
	width: 100%;
}

.table-list .table-item {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.table-list .table-item .info {
	border: 1px solid #eeeeee;
	padding: 10px 10px 0 10px;
	margin-bottom: 10px;
}

.table-list .table-item .info .attr {
	display: inline-block;
	vertical-align: top;
	width: 72px;

}

.table-list .table-item .info .value {
	display: inline-block;
}

.info>div {
	margin-bottom: 10px;
}

/* step1 */
.back-nav {
	width: 100%;
	padding-bottom: 15px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 20px;
	display: grid;
	grid: auto/60px 1fr 60px;
	place-items: center;
	gap: 10px;
}

.back-nav .back-btn img {
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	margin: 2px 0;
}

.back-nav .back-btn {
	color: #0099FF;
	font-size: 16px;
	display: block;
	height: 24px;
	line-height: 24px;
}

.back-nav .text-center {
	overflow: hidden;
	font-size: 20px;
	font-weight: normal;
	width: 100%;
	text-align: center;
}

@media screen and (max-width: 768px){
	.back-nav .back-btn{
		display: block;
	}
	.back-nav{
		display: grid;
		grid: auto / 60px 1fr 60px;
	}
}

.btn-group {
	text-align: center;
	margin-bottom: 15px;
}

/* 
 *  table
 */
.table tr td:first-child {
	width: 140px;
}

/* 
 * chose school
 */
.school {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #EEEEEE;
	padding: 0 0 20px 0;
}

.school .school-name {
	font-size: 18px;
	color: #333;
}

.school .right-gery {
	display: block;
	width: 24px;
	height: 24px;
}

.school-item {
	margin-bottom: 20px;
}

/* 
 */
.article {
	padding: 0 5px 15px;
	line-height:2em;
}

.article .title{
	display: inline-block;
}
.article p img{
	max-width: 100%;
}
.border-bottom-1 {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eeeeee;
}

.subTitle {
	margin-top: 15px;
	color: #666666;
	font-size: 14px;
}

.media {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.media {
	margin-top: 0px;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	color: #333;
}

.media-heading {
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.media .descr {
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.media-left div {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
}

.media-left div img {
	display: block;
	width: 100%;
	height: 100%;
}

.media-left {
	width: 36%;
	height: 0;
	padding-bottom: calc(56.25% * 0.3);
	position: relative;
}

.media-body {
	width: 100%;
	padding-left: 10px;
}

.media-body .time {
	line-height: 20px;
}

/*  */
.display-flex-row {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}

.addIcon {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	background-color: #CCCCCC;
	color: #ffffff;
	transition: all ease .3s;
}

.addIconOnly{
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
}

.addIcon:hover {
	background-color: #999999;
	color: #ffffff;
}

.addIcon.active {
	background-color: #888888;
}

.addIcon img{
	display: block;
	width: 20px;
	height: 20px;
	margin-left: -20px;
	margin-right: 3px;
}

.newsList .media-heading img{
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	margin: 4px 0;
}

.newsList .time img{
	display: block;
	width: 16px;
	height: 16px;
	float: left;
	margin: 2px 0;
}

.addIconOnly img{
	display: block;
	width: 15px;
	height: 15px;
	margin-left: -20px;
	margin-right: 7px;
}
.newsList .media-heading img{
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	margin: 4px 0;
}

.newsList .time img{
	display: block;
	width: 16px;
	height: 16px;
	float: left;
	margin: 2px 5px 2px 0;
}

/* upinfo 页面 */
.img-container{
	width: 100%;
	height: 160px;
	position: relative;
	padding: 30px 20px 20px;
	box-sizing: border-box;
	box-shadow: 0  0 4px #ccc;
}

.img-container img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.step-item{
	display: grid;
	place-items: center;
	gap: 10px;
	margin-bottom: 20px;
	margin-left: 0 !important;
	margin-right: 0 !important;
	font-size: 15px;
}

.methods{
	display: grid;
	grid: 30px / 30px 30px;
	position: absolute;
	top: 0;
	right: 0;
	place-items: center;
}
.methods img{
	display: block;
	width: 16px;
	height: 16px;
	cursor: pointer;
}
.methods.hidden{
	display: none;
}

.modal{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #0004;
	display: none;
	animation: modal-show ease-in-out 0.3s;
}

@keyframes modal-show{
	0%{
		opacity: 0.1;
	}
	100%{
		opacity: 1;
	}
}

.img-box{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 40px 0;
	display: grid;
	place-items: center;
	position: relative;
}

.img-box img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	max-height: 600px
}

.img-box .btn-close{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

.img-box .btn-close img{
	display: block;
	width: 100%;
	height: 100%;
	background-color: #666666;
	border-radius: 50%;
    box-sizing: border-box;
    padding: 7px;
	overflow: hidden;
}

.tag{
	display: inline-block;
	height: 22px;
	padding: 0 5px;
	line-height: 22px;
	background-color: #fb8708;
	color: #ffffff;
	font-size: 12px;
	margin-left: 5px;
	border-radius: 4px;
	vertical-align: text-top;
}

.condition{
	font-size: 15px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.condition .condition-item{
	width: 100%;
}

.condition .condition-item .attr{
	display: inline-block;
	width: 4em;
	text-align-last: justify;
}

.condition .condition-item .value{
	font-weight: bold;
}

.d-block{
	display: block !important;
}

.d-none{ display: none; }

.btnInnerImg{
	display: block;
	width: 20px;
	height: 20px;
}

.issue-list{
	width: 100%;
	border: 1px solid #eeeeee;
	border-radius: 4px;
	margin-bottom: 20px;
}

.issue-header{
	width: 100%;
	height: 50px !important;
	display: grid;
	grid: 100% / 60% 30% 10%;
	place-items: center flex-start;
	background-color: #eeeeee;
	box-sizing: border-box;
	padding: 0 15px;
	gap: 15px;
}

.issue-list .issue-item a{
	width: 100%;
	height: 70px;
	border-bottom: 1px solid #eee;
	display: grid;
	grid: 100% / 60% 30% 10%;
	place-items: center flex-start;
	padding: 0 15px;
	box-sizing: border-box;
	transition: color ease-in-out 0.5s;
	color: #333;
	font-size: 15px;
	gap: 15px;
}

.issue-list .issue-item:last-child a{
	border: none;
}

.issue-list .issue-item:hover a{
	background-color: #f6f7f9;
}

.issue-list .issue-item:hover a .issue-brief{
	color: #0065B3;
}

.issue-list .issue-item .issue-brief{
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.status{
	width: 60px;
	height: 30px;
	border-radius: 4px;
	background-color: #eeeeee;
	border: 1px solid #eeeeee;
	font-size: 13px;
	display: grid;
	place-items: center;
	line-height: 32px;
	box-sizing: content-box;
	color: #ffffff;
}

.grid.grid-center{
	display: grid;
	place-items: center;
}

@media screen and (max-width: 768px){
	.issue-list .issue-item a{
		height: 120px;
		grid: repeat(2, 1fr) / repeat(3, 1fr);
		grid-column-gap: 10px;
		grid-row-gap: 0;
	}
	
	.issue-list .issue-item .issue-brief{
		grid-column: 1 / 4;
	}
	
	.issue-list .issue-item .issue-publish-time{
		grid-row: 2;
		grid-column: 1/ 3;
	}
	
	.issue-list .issue-item .issue-status{
		grid-row: 2;
		grid-column: 3 / 4;
		justify-self: flex-end;
	}
	
	.issue-header .issue-publish-time,
	.issue-header .issue-status{
		display: none;
	}
	
	.launch{
		width: 100%;
	}
}

.info-item{
	display: flex;
	align-items: center;
	height: 40px;
}

.border{
	border: 1px solid #eee;
}

.shadow-sm{
	box-shadow: 0 0 4px #eee;
}

.card{
	padding: 15px;
	margin-bottom: 20px;
	border-radius: 2px;
}

.card-header{
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 17px;
}

.communication{
	width: 100%;
}

.communicate-item{
	border-bottom: 1px solid #eee;
	display: flex;
	gap: 10px;
	padding: 15px 0;
}

.communicate-item .avatar{
	width: 40px;
	height: 40px;
	flex-shrink: 0;
}

.communicate-item .avatar img{
	display: block;
	width: 100%;
	height: 100%;
}

.communicate-item .communicate-right .communicater{
	display: flex;
	font-size: 13px;
	color: #999;
	gap: 5px;
	margin-bottom: 10px;
}

.communicate-item .communicate-right .communicate-content{
	background-color: #f0f0f0;
	padding: 15px;
	line-height: 24px;
	border-radius: 2px;
}

.communicate-item:last-child{
	border: none;
}

.issue-form{
	margin-top: 15px;
}

.tip{
	font-size: 14px;
	color: #777;
}

/* toggle house information */
.d-flex{ display: flex; width: 100%; }
.justify-content-between{justify-content: space-between}
.align-items-center{align-items: center;}
.position-relative { position: relative };
.addon{ padding: 0 7px; cursor: pointer }
.addon img{display: block; width: 24px; height: 24px; cursor: pointer }
.hidden{ display: none }
.rotateArrow{ transform: rotateX(0.5turn); transition: all ease 0.5s }
