body {
	min-width: 800px;
    margin-top: 90px;
}
.company-title{
	font-size: 30px;
	color: #07d0b0;
}
img {
    user-select: none;
}
.min-content {
	min-width: 800px;
}
.navbar-brand img{
	height: 35px;
}

.wrap-main > img {
    width: 100%;
    height: auto;
}
@keyframes show {
    from {opacity: 0; transform: scale(1.1);}
    to {opacity: 1; transform: scale(1);}
}
.wrapper{animation: show 0.4s;}
/*=============== navbar style ===============*/
.navbar-default {
    margin: 0;
    padding: 0;
    border: 0;
}
.header {
    background: #fff;
    height: 90px;
	line-height: 50px;
    margin: 0;
    border: 0;
    padding: 0;
}
.navbar-default .navbar-collapse {
	border: 0;
}
.navbar-default .navbar-nav{
	float: right;
	flex-direction: row;
    margin-right: 10%;
}
.navbar-default .navbar-nav > li > a {
    color: #000;
    margin: 0 10px;
    font-size: 1.6rem;
    padding: 15px;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	color: #07d0b0;
	background: #fff;
	text-decoration: none;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
    color: #07d0b0!important;
	text-decoration: none;

}
/*=============== content style ===============*/
.desc {
	text-align: center;
}
.desc .title {
	font-size: 4.6rem;
    line-height: 2;
}
.desc .content {
	font-size: 2.8rem;
    margin-bottom: 40px;
	color: #676767;
}
.desc .subcontent {
	font-size: 2rem;
    line-height: 2;
    margin-bottom: 20px	;
	color: #9B9B9B;
}



/*=============== footer style ===============*/

.footer {
	font-size: 1.8rem;
	align-items: flex-end;
	justify-content: center;
	max-width: 1100px;
	margin: 120px auto 50px;
    border-top: 1px solid #a5a5a5;
}
.company-desc {
	flex-basis: 720px;
}
.qrcode {
	width: 164px;
	height: 164px;
}
.qrcode > img {
	width: 100%;
	height: 100%;
}
.concat-info {
	width: 680px;
	margin: 0 5px 22px 50px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.ci-item {
	line-height: 1.5;
	flex-basis: 310px;
	margin-right: 20px;
}
.before-icon {
	font-size: 2rem;
	margin-right: 10px;
}
.lisence-info {
	color: #676767;
	margin-bottom: 10px;
}
/*======================================*/



