/*!
 * 前端简易样式表
 * Copyright (c) meystack
 * Licensed Apache2.0
 */
body {
    background: #fff;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
}

a {
    cursor: pointer;
}


.layui-center {
	text-align: center;
}


.layui-nav .layui-this:after, .layui-nav-bar {
    background: 0!important;
}

.layui-fluid {
	padding: 15px;
}

#userNav .active {
    color: #000!important;
    background: #f2f2f2;
}

.layui-form-label {
    padding: 6px 15px;
}

#header {
	position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    height: 60px;
    line-height: 60px;
	overflow: hidden;
    background: #fff;
}

#header .layui-logo img {
	margin-right: 5px;
	margin-bottom: 5px;
}

#header .layui-logo a {
    color: #000;
    outline: 0;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none!important;
}

#header .layui-nav {
    position: absolute;
    left: 190px;
    top: 0;
    padding: 0;
    background: none;
}

#header .layui-nav .layui-nav-item a {
	line-height: 26px;
    color: #9b9bae;
    font-size: 15px;
    font-weight: 400;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-color: transparent!important;
    padding: 6px 0;
    margin: 0 18px;
}

#header .layui-nav li.active a, #header .layui-nav-item a:hover {
    color: #3956de!important;
}

#header #login {
	right: 20px;
	left: unset;
	/*width: 150px;*/
}

#header .nav-item a {
	color: #fff;
	font-size: 16px;
}

#header .nav-item a img {
	border-radius: 50%;
	width: 32px;
	height: 32px;
	margin-right: 15px;
}

#content {
	height: 100%;
    padding-top: 150px;
    padding-bottom: 150px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 992px) {
  #content {
  	padding: 0px;
  }
}

#content .layui-swift-box {
	margin-top: 100px; 
}

#content .layui-swift-box h1 {
    font-weight: 500;
    margin-bottom: 5px;
}

#content .layui-swift-box p {
    margin-top: 20px;
    font-size: 15px;
    line-height: 30px;
    color: #9b9bae!important;
}

#content .layui-swift-box a {
	margin-right: 10px;
}

#content .layui-swift-desc {
	margin-top: 10px;
}

#content .layui-swift-images {
	margin-top: 10px;
}

#content .layui-swift-images img {
	width: 169px;
    margin-top: 20px;
    margin-right: 5px;
    cursor: pointer;
    padding: 2px;
    border: 1px solid #fff;
}

#content .layui-swift-images img:hover {
	border: 1px solid #c7d0f9;
}

@media screen and (max-width: 992px) {
  #content {
  	padding-top: 100px;
  }
}

#footer {
    width: 100%;
	position: fixed;
    right: 0;
    bottom: 0;
}

#footer .layui-footer {
	margin: 0px auto;	
    height: 53px;
    line-height: 53px;
    padding: 20px 0px;
}
