* {
	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: #003366;
	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: 50%;
	margin-bottom: 5px;
	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%;
	display: flex;
	align-items: center;
	padding-bottom: 15px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 20px;
}

.back-nav .back-btn img {
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	margin: 2px 0;
}

.back-nav .back-btn {
	color: #003366;
	font-size: 16px;
	position: absolute;
	display: block;
	height: 24px;
	line-height: 24px;
}

.back-nav .text-center {
	flex: 1;
	overflow: hidden;
	font-size: 20px;
	font-weight: normal;
}

.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: 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: #000;
	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;
}

.notice .notice-content{ margin-right: auto; }
.iconanother{ display: block; width: 20px; height: 20px; }
.align-items-center{ align-items: center; }
.another{ gap: 3px; }
.another a:first-child{ gap: 3px; line-height: 20px; }
.icon-custom {display: block;width: 20px;height: 20px;}
.d-flex{ display: flex; }

.main {
	width: 100%;
	height: calc(100vh - 200px);
}

.option-list {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
}

.option-item {
	width: 220px;
	height: 260px;
	background-color: #fff;
	color: #333333;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	font-size: 18px;
	font-weight: bold;
}

.option-item:hover {
	box-shadow: 0 0 8px #ccc;
	transition: all 0.3s ease-in-out;
}
.option-item:hover img{
	padding: 20px;
	transition: all 0.5s ease-in-out;
}
.option-item .img-container{
	width: 120px;
	height: 120px;
	border-radius: 50%;
	margin-bottom: 40px;
	box-sizing: border-box;
	padding: 5px;
}
.option-item img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	padding: 30px;
	box-sizing: border-box;
	display: block;
}
.wisdom{
	display: flex !important;
	align-items: center;
	gap: 3px;
	color: #ffffff !important;
	padding: 6px 5px !important;
	margin-right: 5px;
	background-color: #fb8708;
	border-color: #FB8708;
	transition: all ease-in-out .3s;
}
.wisdom:hover{
	background-color: #ca6d07;
}
.main-height{
	height: calc(100vh - 80px - 110px);
}
.h100{
	height: 100%;
}
.wrap{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.word{
	margin-top: 30px;
	max-width: 100%;
	width: 740px;
	padding: 15px 20px;
	border-radius: 8px;
	border: 1px solid rgba(202, 202, 202, 0.53);
	background-color: #ffffff;
}
.word2{
	margin-top: 20px;
	max-width: 100%;
	width: 740px;
	display: flex;
	justify-content: flex-start;
}

.school-list{
	width: 740px;
}
.school-list .school-item2{
	border-radius: 8px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	color: #000000;
	margin-top: 10px;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
}
.school-item2 .school-title{
	padding: 15px 20px 15px 10px;
	display: flex;
	align-items: center;
}
.school-item2 .school-title img{
	display: block;
	width: 16px;
	height: 16px;
	margin-right: 10px;
}
.school-list .school-item2 .status{
	font-size: 14px;
	width: 90px;
	background-color: #003366;
	border-radius: 0 8px 8px 0;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
}



.navbar-nav{
	display: flex;
	align-items: center;
}

.explain .title{
	font-size: 15px;
	color: #000;
}

.explain .explain-item{
	margin: 10px 0;
	line-height:25px;
}
.explain .materials{
	line-height: 23px;
	font-size: 14px;
	color: #333;
	font-weight: bold;
}

@media screen and (max-width: 768px){
	.option-list {
		flex-direction: column;
		height: auto;
		padding: 0 15px;
		box-sizing: border-box;
		gap: 15px;
	}

	.option-item {
		width: 100%;
		height: 140px;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		padding: 0 20px;
		box-sizing: border-box;
	}

	.option-item .img-container{
		margin-bottom: 0;
		margin-right: 20px;
		width: 100px;
		height: 100px;
	}

	.option-item img {
		margin: 0;
		margin-right: 20px;
		box-shadow: none;
		border: none;
	}
	.word,.word2{
		min-width: unset;
		width: calc(100% - 20px);
		display: flex;
		justify-content: center;
		margin-top: 20px;
	}

	.school-list{
		min-width: unset;
		width: calc(100% - 20px);
	}

	.navbar-nav{
		display: block;
	}

	.scroll-x{
		overflow-x: auto;
		margin-bottom: 20px;
	}
	.step-list{
		display: flex;
		margin-bottom: 0;
		width: max-content;
	}
	.step-list > div{
		display: block;
	}
	.btn-list{
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}

}