/*
 * CSS Reset
 */
* {
	 -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
html {
	 -ms-text-size-adjust: 100%;  -webkit-text-size-adjust: 100%;
	 text-size-adjust: 100%;
}
body {
	 margin: 0; padding: 0;
	 font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
	 font-size: 14px; line-height: 1.15;
	 -webkit-overflow-scrolling: touch;
}
ul, ol, li, dl, dt, dd {
    margin: 0; padding: 0;
}
ul, ol {
    list-style: none outside none;
}
img {
    border: 0; vertical-align: middle;
}
h1, h2, h3, h4, h5, h6, p, figure, form, blockquote {
    margin: 0;
}
ul, ol, li, dl, dt, dd {
    margin: 0; padding: 0;
}
ul, ol {
    list-style: none outside none;
}
h1, h2, h3 {
    line-height: 1.15; font-weight: normal;
}
h1 {
    font-size: 24px;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 16px;
}
b, strong {
    font-weight: bolder;
}
a {
    background: transparent; text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
a:active {
    outline: 0;
}
.fl {
	float: left;
}
.fr {
	float: right;
}

html {
	background: url('../../images/index/bg.jpg') no-repeat no-repeat 50%;
	background-size: cover;
	-webkit-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
}
.container, html, body {
	height: 100%;
	min-height: 768px;
}
.container {
	position: relative;
	min-width: 1024px;
	overflow: hidden;
}
.container-bg2 {
	background: url('../../images/bg2.jpg') no-repeat no-repeat 50%;
	background-size: cover;
	-webkit-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
}
.nav {
	position: absolute;
	top: 20px;
	right: 60px;
	z-index: 10;
}
.nav a {
	float: left;
	margin-right: 15px;
	padding: 0 10px;
	font-size: 16px;
	line-height: 36px;
	color: #000;
}
.nav a:hover {
	border-radius: 4px;
	background-color: #FC7819;
	color: #fff;
}
.container .panel-right,
.container .panel-left {
	position: relative;
	width: 50%;
	height: 100%;
}
.container .panel-left {
	background: linear-gradient(90deg, rgba(209,112,57,1) 34%, rgba(209,112,57,0) 100%);
}
.container .content {
	float: right;
	width: 450px;
	padding-top: 200px;
	margin-right: 50px;
}
.container .slogan {
	width: 288px;
	height: 159px;
	margin-bottom: 50px;
	background: url('../../images/index/slogan.png') no-repeat 0 0;
	background-size: cover;
	-webkit-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	text-indent: -99999px;
	overflow: hidden;
}
.container .intro {
	margin-bottom: 60px;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	color: #fff;
}
.logo {
	position: absolute;
	left: 30px;
	top: 22px;
	width: 150px;
	height: 45px;
	background: url('../../images/index/logo.png') no-repeat 0 0 / 100% auto;
	text-indent: -99999px;
	overflow: hidden;
}
.download-btn {
	display: block;
	width: 220px;
	height: 60px;
	margin-bottom: 20px;
	padding-left: 70px;
	border-radius: 5px;
	border: 1px solid #fff;
	font-size: 26px;
	line-height: 60px;
	color: #fff;
}
.btn-bg-ios {
	background: url('../../images/index/ios.png') no-repeat 30px 15px;
	background-size: auto 50%;
}
.btn-bg-android {
	background: url('../../images/index/android.png') no-repeat 30px 15px;
	background-size: auto 50%;
}
.phone-box {
	position: absolute;
	top: 200px;
	left: 50px;
	width: 700px;
	height: 681px;
	background: url('../../images/index/phone.png') no-repeat 0 0 / 100% auto;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: backInUp;
  	animation-name: backInUp;
}
.footer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	line-height: 30px;
	background-color: rgba(255,255,255,0.5);
}
.footer a {
	color: #000
}

.about {
	width: 600px;
	padding-left: 100px;
	padding-top: 250px;
}
.about .scimall-logo {
	display: block;
	margin-bottom: 40px;
}
.about h1 {
	margin-bottom: 20px;
	font-size: 36px;
}
.about p {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 15px;
}
.contact {
	width: 600px;
	padding-left: 100px;
	padding-top: 300px;
}
.contact h1 {
	margin-bottom: 40px;
	font-size: 36px;
}
.contact p {
	height: 80px;
	padding-left: 95px;
	line-height: 26px;
	margin-bottom: 40px;
}
.contact .icon-address {
	background: url('../../images/index/address.png') no-repeat 0 0;
}
.contact .icon-tel {
	background: url('../../images/index/tel.png') no-repeat 0 0;
}
.contact .icon-email {
	background: url('../../images/index/email.png') no-repeat 0 0;
}

@-webkit-keyframes backInUp {
	0% {
	  -webkit-transform: translateY(1200px) translateX(2000px);
	  transform: translateY(1200px) translateX(2000px);
	  opacity: 0.7;
	}

	80% {
	  -webkit-transform: translateY(0px) translateX(0px);
	  transform: translateY(0px) translateX(0px);
	  opacity: 0.7;
	}

	100% {
	  opacity: 1;
	}
  }
  @keyframes backInUp {
	0% {
	  -webkit-transform: translateY(1200px) translateX(2000px);
	  transform: translateY(1200px) translateX(2000px);
	  opacity: 0.7;
	}

	80% {
	  -webkit-transform: translateY(0px) translateX(0px);
	  transform: translateY(0px) translateX(0px);
	  opacity: 0.7;
	}

	100% {
	  opacity: 1;
	}
  }