.app-header {
	height: 70px;
	display: flex;
	align-items: center;
	width: 100%;
	position: sticky;
	z-index: 200;
	top: 0;
	background: #fff;
	box-shadow: 3px 5px 2px 1px rgba(36, 28, 28, .02)
}
li {
    list-style: none;
}
.app-header .container {
	width: 1200px;
	margin: 0 auto 0;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.app-header .container .logo-title {
	display: flex;
	justify-content: center;
	align-items: center
}

.app-header .container .logo-title img {
	margin-right: 10px
}

.app-header .container ul {
	display: flex;
	list-style: none
}

.app-header .container ul li {
	width: 90px;
	font-size: 16px
}

.app-header .container ul a {
	text-decoration: none;
	color: #333
}

.app-header .container ul a.router-link-exact-active {
	color: #034dff
}

.footer {
	width: 100%;
	background-color: #0e1421;
	color: #fff;
	padding-top: 30px;
	padding-bottom: 15px;
	text-align: left;
	font-size: 14px
}

.footer .container {
	display: flex;
	justify-content: space-between
}

.footer .footer-list {
	list-style: none;
	line-height: 2
}

.footer .footer-list .copyright {
	color: #888
}

.footer .footer-code {
	width: 450px
}
body{overflow-x: hidden;}
body,
html {
	min-width: 1080px
}

#app {
    font-family: Avenir, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    color: #2c3e50;
    line-height: 30px;
}

img{max-width: 100%;}

* {
	margin: 0;
	padding: 0
}

nav {
	padding: 30px
}

nav a {
	font-weight: 700;
	color: #2c3e50
}

nav a.router-link-exact-active {
	color: #42b983
}

.container {
	width: 1200px;
	margin: 0 auto 0
}

.main {
	min-height: calc(100vh - 280px);
	background-color: #eff1f4;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%
}

.d-flex {
	display: flex
}

.pad-left-50 {
	padding-left: 50px
}

.padding-10 {
	padding: 10px
}

.padding-20 {
	padding: 20px
}

.pad-top-50 {
	padding-top: 50px
}

.pad-top-20 {
	padding-top: 20px
}

.pad-right-50 {
	padding-right: 50px
}

.pad-bottom-50 {
	padding-bottom: 50px
}

.text-left {
	text-align: left
}

.text-center {
	text-align: center
}

.color-777 {
	color: #777
}

.card {
	border: 2px solid #e7ebed;
	border-radius: 5px;
	padding: 10px 20px;
	margin-top: 20px
}

.font-14 {
	line-height: 26px
}

.font-14,
.font-16 {
	font-size: 14px
}

.font-18 {
	font-size: 18px;
	line-height: 28px
}

.font-20 {
	font-size: 20px;
	line-height: 30px
}

.flex-column {
	flex-direction: column
}

.flex {
	display: flex
}

.flex-1 {
	flex: 1
}

.width-100 {
	width: 100%
}

.width-90 {
	width: 90%
}

.line-height-1_5 {
	line-height: 1.5
}

.color-999 {
	color: #999
}

.color-333 {
	color: #333
}

.title {
	text-align: left;
	line-height: 40px
}

.title .title-zh {
	color: #034dff;
	font-size: 26px
}

.title .title-en {
	font-size: 14px
}

.item {
	display: flex
}

.item+.item {
	margin-top: 60px
}

.margin-b-30 {
	margin-bottom: 30px
}

.margin-b-50 {
	margin-bottom: 50px
}

.margin-t-50 {
	margin-top: 50px
}

.margin-t-40 {
	margin-top: 40px
}

.margin-left-40 {
	margin-left: 40px
}

.margin-right-40 {
	margin-right: 40px
}

.anounce {
	padding: 10px;
	background-color: #f29600;
	color: #fff;
	font-weight: 600;
	margin-top: 20px
}

.home {
	position: relative
}

.home .img-1 {
	/* width: 100vw;
	margin-left: calc(-50vw - -600px) */
	width: 100%;
	
}

.home .home-content .title {
	text-align: left;
	line-height: 40px
}

.home .home-content .title .title-zh {
	color: #034dff;
	font-size: 26px
}

.home .home-content .title .title-en {
	font-size: 14px
}

.home .home-content .item {
	display: flex;
	margin-top: 60px
}

.home .home-content .item-1 .text {
	text-align: left;
	padding-top: 50px;
	padding-right: 50px
}

.home .home-content .item-1 .text .desc {
	color: #777;
	font-size: 14px;
	line-height: 30px;
	margin-top: 50px
}

.home .home-content .item-2 .home-img3 {
	width: 60%
}

.home .home-content .item-2 .text .desc {
	color: #777;
	font-size: 14px;
	line-height: 30px;
	margin-top: 50px
}

.logistics-list {
	flex-wrap: wrap;
	margin-bottom: 30px
}

.logistic {
	padding: 5px 10px;
	margin-right: 20px;
	margin-top: 20px;
	font-size: 20px;
	background-color: rgba(242, 150, 0, .349);
	transition: all .36s ease
}

.btn-download,
.logistic {
	border: 1px solid #ccc;
	font-weight: 600
}

.btn-download {
	text-decoration: none;
	padding: 5px 20px;
	margin-top: 10px;
	display: inline-block;
	border-radius: 10px;
	font-size: 18px;
	background-color: #f29600;
	color: #fff;
	letter-spacing: 2px
}