body {
	color: white;
}

a:hover,
a:focus,
a:visited{
	text-decoration:none;
	outline:none;
}

.header-top {
	position: fixed;
	width: 100%;
	height: 60px;
	background-color: rgba(0,0,0,.5);
	z-index: 9999;
}

.header-top .logo {
	min-width: 250px;
}

.header-top .logo img {
	height: 55px;
}


.header-top #headerMenu {
	justify-content: flex-end;
}

#headerMenu.show, #headerMenu.collapsing {
	background-color: #1b1a1c;
}

.header-top .nav-item {
	padding-right: 20px;
}

.header-top .nav-item>a {
	font-size: 18px;
	color: white;
}

.header-top .nav-item>a:hover {
	font-weight: bold;
}

.header-top .nav-item.active>a {
	font-weight: bold;

}

.header-top .nav-item .dropdown-menu {
	background-color: #4488be;
}

.header-top .nav-item .dropdown-menu a {
	color: white;
}

.header-top .login-status {
	padding: 0;
	font-size: 1rem;
	font-weight: bold;
	color: white;
}

.header-top .login-status a {
	font-size: 16px;
	font-weight: bold;
	color: white;
}

.header-top .login-status a:hover {
	color: #ff8a00;
}

.header-top .nav-item .nav-link {
	font-size: 18px;
	font-weight: bold;
	color: white;
}

.btn-start {
	height: 30px;
	color: white;
	background-color: #223a66;
	border-radius: 15px;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
}

.scroll-to-top{
	position:fixed;
	bottom:20px;
	right:20px;
	width:60px;
	height:60px;
	color:#ffffff;
	font-size:24px;
	line-height:60px;
	text-align:center;
	z-index:10;
	cursor:pointer;
	background:#1b1a1c;
	display:none !important;
	opacity:0;
	border-radius: 0;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;		
}

.scroll-to-top:hover{
	background:#1cb99e;
}

.footer-section {
	position:relative;
	padding: 20px 0 10px 0;
	background-image: linear-gradient(to right, #1DB9A0 0%, #4d94c4 100%);
}


.box {
	display: flex;
	flex-direction: column;
	padding: 1rem;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 1px 5px rgba(0,0,0,.5);
}

/** recruit page */
.recruit-head {
    height: 420px;
    background: url(/static/images/页上.jpg?v0.1) bottom / cover no-repeat ;

}
.recruit-body .about-logo {
    height: 350px;
}
.recruit-content {
    margin: 2rem 0;
    padding: .5rem 0 0;
    line-height: 2rem;
    border-top: 1px solid #6abdf1;
}
.recruit-content .job {
    border-bottom: 1px solid #dae8f4;
}
.job {
    margin: 0;
    padding: 8px 0;

}
.job:hover .job-title {
    color: #da2804;
}
.job .job-title {
    position: relative;
    font-weight: normal;
    color: #1d3063;
    /*background: url(/static/images/close.jpg) no-repeat right center;*/
    padding: 8px 0;
    padding-right: 30px;
}
.job .job-title:after {
    content: '';
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    top: 10px;
    right: 0;
    background: url(/static/images/close.jpg) no-repeat right center;
    background-size: cover;
}
.recruit-content .job-description {
    display: none;
    font-size: 12px;
    color: #888;
}
.job-description span {
    padding-right: 1.5rem;
}
.job.expanded .job-title {
    color: #da2804;
    border-bottom: 1px dotted #dae8f4;
}
.job.expanded .job-title:after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.job.expanded .job-description {
    display: block;
}
.recruit-foot {
    height: 334px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    background: url(/static/images/页下.jpg) no-repeat center;
    background-size: cover;
    letter-spacing:1px;
}