* {
	margin: 0;
	padding: 0;
}

div, span, ul, ol {
	margin: 0;
	padding: 0;
}

.nofloat {
    clear:both;
}

.h50 { height: 50px; }
.h100 { height: 100px; }

.card-list {
	margin: 0;
	padding: 0;
	margin-left: 20px;
}

.page-content {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	position: relative;
}

#header-bg {
	position: absolute;
	top:0;
	left:0;
	right: 0;
	background-image: url(/static/img/banner-bg.svg);
	background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 800px;
    color: #fff;	
}

#main-title {
	padding: 18px 0;
	float: left;
	
	color: #fff;
	font-size: 24px;
    font-weight: 300;
}

#main-title a {
	color: #fff;
}

#main-title a:hover {
	text-decoration: none;
}

#main-menu {
	float:right;
}

#main-menu a { 
	color: #fff;
}

#header-laptop {
	display: block;
	width: 100%;
	max-width: 680px;
	margin: 0 auto;
	margin-top: 100px;
}

.header-title2 {
	width: 100%;
	display: block;
	text-align: center;
	
	font-size: 38px;
    font-weight: 300;
    color: #fff;
    margin-top: 100px;
}

#main-content {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.title-line {
	background: linear-gradient(#fe8464 0%,#fe6e9a 100%);
    width: 150px;
    height: 5px;
    margin-bottom: 10px!important;
    margin: auto!important;
}

.web-title {
    font-size: 32px;
    padding-top: 10px;
    font-weight: 700;
    line-height: 42px;
}

.web-text {
    font-size: 26px;
    padding-top: 28px;
    font-weight: 300;
    line-height: 46px;
}

footer.default {
	color: #fff;
	padding-bottom: 200px;
	z-index: 1;
}

.footer-text {
	font-size: 22px;
    padding: 26px;
    font-weight: 300;
    line-height: 30px;
}

.footer-list h3 {
	font-size: 20px;
    font-weight: 500;
    margin: 0;
    padding: 20px 0;
}

.footer-list ul {
	list-style-type: none;
}

.footer-list ul a {
	color: #fff;
	line-height: 34px;
}

.footer-rights {
	width: 100%;
	text-align: right;
	margin-top: 60px;
	
	border-top: 1px solid rgba(255,255,255,.3);
    padding-top: 20px;
    padding-bottom: 30px;
}

#footer-bg {
	position: absolute;
	width: 100%;
	height: 1055px;
	margin-top: -1055px;
    
    background-image: url(/static/img/footer-bg.svg);
    background-position: bottom center;
    z-index: -1;
    background-size: cover;
}

.mobile-hidden {
  visibility: visible;
}

.mobile-mb2 {
	margin-bottom: 0;
}
 
@media only screen and (max-width: 992px) {
  .mobile-hidden {
  	visibility: hidden;
  }
  .mobile-mb2 {
	margin-bottom: 10px;
  }
}