html {
  font-family: 'Helvetica Neue', Helvetica, Arial, Sans-serif, 'Microsoft YaHei';
}

/* Hack for IE8 */
.container {
  max-width: 1080px;
}
.container-fixed-width {
  margin: 0 auto;
  width: 1080px;
}
body {
  font: 14px/1.7;
  background-color: #f9f9f9;
}
.main-content {
  padding-bottom: 30px;
}
/* Common */
ul,
ol {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
a:hover, a:focus, a:visited {
  text-decoration: none;
}

.container-fluid{padding:0;}
/* header */
.header {
  background: #fff;
  height: 78px;
}
.header_height{height:78px;}
.header_wrap{ display:flex; align-content:flex-start; align-items: center;justify-content:space-between;}
.logo {
  overflow: hidden;
  width: 220px;
  background: transparent url('/template/shi/images/logo.png') no-repeat 0 13px;
	background-size: contain
}
.logo .link-logo {
  display: block;
  height: 78px;
  font-size: 0;
  text-indent: -150%;
}
.top-nav-link {
}
.top-nav-link a {
  height: 78px;
  width: 140px;
  font-size: 15px;
  color: #000;
}
.top-nav-link a:hover {
  text-decoration: none;
}
.top-nav-link a.active span {
  background: #f0f9ff;
  color: #008bed;
  border-radius: 3px;
}
.top-nav-link span {
  /*height: 34px;*/
  line-height: 16px;
  font-size: 16px;
  padding: 8px 0;
}
/* download */
.download {

  background:#0482A4;
	padding: 40px 0;
/*
  text-align: right;
  position: relative;
  z-index: 1;
*/
}
.download_sgcn{
	margin-top:0;
	background-color:#049288;
}
.download_shichengad{
	margin-top:0;
	background-color:#2EBFDF;
}
.download .container-fixed-width {
  position: relative;
  height: 460px;
}
.download .inner {
 /* display: inline-block;
  vertical-align: top;
  width: 440px;
  height: 303px;
    overflow: hidden;

  padding: 100px 0 0 0;
  margin-right: 22px;*/
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 1.2s, -webkit-transform 1.2s, transform 1.2s;
  transition: opacity 1.2s, -webkit-transform 1.2s, transform 1.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: translate3d(20%, 0, 0);
  transform: translate3d(20%, 0, 0);
}
.download .inner.loaded {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.download .app_title_wrap{
	display: flex;
	align-items: center;
	color: #fff;
}
.download .app_title_wrap .app_tltle{
}
.download .app_title_wrap .app_tltle_desc{
	font-size:20px; font-weight: normal; font-style: normal; margin-left: 30px;
}
.download .app_title_wrap .app_tltle h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
	
}
.download .info {
  font-size: 16px;
  color: #99d1f8;
  line-height: 26px;
  height: 100px;
}
.download .sample-wrap {
/*
  position: absolute;
  left: 0px;
  bottom: 0;

  overflow: hidden;
width: 409px;
  height: 434px;
	*/
}
.row_qrcode_button{
	display: flex;
	align-items: center;
}
.download .sample {
/*
  position: absolute;
	left: 0;
  bottom: 30px;
*/
  width: 379px;

  
  opacity: 0;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s, transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s, transform 0.8s;
  -webkit-transform: translate3d(0, 30%, 0);
  transform: translate3d(0, 30%, 0);
}
.download .sample.loaded {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.download .col_qr_buttons{
	display: flex;
	align-items: center;
}
.download .col_qr{
	width:150px;
	margin-right: 20px;
}
.download .qr-top {
  background: #fff;
  border-radius: 3px;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	width:150px;
	height: 150px;
}
.download .qr-top img {
	width:100%;
	height:100%;
}
.download .donwload-links {
  display: block;
  list-style: none;
  padding: 0;
	
}
.download .donwload-links li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.download .donwload-links .with-drop-menu {
  margin-top: 24px;
  position: relative;
}
.download .with-drop-menu ul {
  display: none;
  position: absolute;
  width: 194px;
  top: 100%;
  overflow: hidden;
}
.download .with-drop-menu ul a {
  border-radius: 0;
}
.download .with-drop-menu:hover > a {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.download .with-drop-menu:hover ul {
  display: block;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.download .link-buttons {
/*  margin: 0 0 0 198px;*/
	flex: 2;
}
.download .link-buttons a {
  display: block;
  height: 64px;
  background: #fff;
  border-radius: 3px;
  vertical-align: top;
  text-align: left;
}
.download .link-buttons a:hover {
  background-color: #e0f3ff;
}
.download .link-buttons a:hover {
  text-decoration: none;
}
.download .link-buttons a:hover span {
  color: #37424a;
}
.download .link-buttons span {
  vertical-align: top;
  display: inline-block;
  line-height: 64px;
  font-size: 16px;
  text-align: center;
  font-weight: normal;
  color: #39442e;
}
.download .link-buttons i {
  vertical-align: top;
  display: inline-block;
  margin: 8px 0 0 5px;
  width: 50px;
  height: 50px;
}
.download .iphone .icon {
  background: transparent url('../images/iphone_logo.png') 0 0;
    background-size: 100%;
}
.download .android .icon {
  background: transparent url('../images/android_logo.png') 0 0;
    background-size: 100%;
}
.download .local .icon {
  background: transparent url('../images/local_logo.png') 0 0;
    background-size: 100%;
}
.download a.local{
	background-color: transparent;
	border: 2px solid #FFF;
	color: #fff;
}
.download a.local span{
	color:#fff;
}
.download .qrcode_sgcn_sou img{
	margin-top: 20px;
	width:100%;
}

.main-content .main-content-wrap {
  padding: 0;
  margin: 0 -15px;
}
.main-content .main-content-wrap .wrap {
  padding: 0;
  margin: 0;
  display: block;
  list-style: none;
}
.main-content .main-content-wrap .wrap + .wrap {
  margin-top: 20px;
}
.main-content a.read-more {
  font-size: 20px;
  color: #15527b;
  background: #e8eef2;
  border-radius: 3px;
  display: block;
  text-align: center;
  height: 62px;
  line-height: 62px;
  margin: 30px 0 0 0;
}
.main-content a.read-more:hover {
  text-decoration: none;
  outline: 0;
}
.main-content .box {
  padding: 20px;
  background: #fff;
  border-radius: 2px;
}
.main-content .box .title {
  font-size: 16px;
  color: #000;
  line-height: 30px;
  display: block;
  background: #fff;
}
.main-content a.link-button {
  display: block;
  position: relative;
}
.main-content a.link-button:hover {
  text-decoration: none;
  outline: 0;
}
.main-content .preview-image {
  display: block;
  max-width: 100%;
  height: 260px;
  opacity: 1;
  /*.transition(opacity 0.5s);*/

  margin-bottom: 1em;
}
.main-content a.link-button:hover .mask {
  opacity: 0;
}
.main-content .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 260px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  background-color: #008bed;
  opacity: 0.2;
  display: block;
}
.main-content .preview-image.loaded {
  opacity: 1;
}
.main-content .section-head {
  padding: 44px 0 31px;
}
.main-content .section-head-title {
  font-size: 25px;
  color: #333333;
  line-height: 25px;
  height: 25px;
  overflow: hidden;
}
.main-content .tip {
  float: right;
  color: #ccc;
  font-size: 25px;
  line-height: 25px;
}
.footer {
  color: #666;
	text-align: center;
	padding: 20px;
}

.back-to-top {
  position: fixed;
  width: 80px;
  height: 80px;
  bottom: 80px;
  left: 50%;
  margin-left: 560px;
  opacity: 0;
  display: block;
  background: transparent url('../img/new_home_v3/back_to_top_icon.png') no-repeat 50% 50%;
  -webkit-transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.back-to-top:hover {
  text-decoration: none;
}
.back-to-top.show {
  opacity: 0.8;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.back-to-top.show:hover {
  opacity: 1;
}


@media (max-width: 576px) {
	.header{
		height: 60px;
	}
	.logo .link-logo{
		height: 60px;
	}
	.header_height{
		height: 60px;
	}
	.logo{
		width:120px;
	}
    .download{
        padding: 10px 0 40px 0;
    }
    .download .qr-top {
		display:none;
	}
	.row_qrcode_button{
		display: block;
	}
	.download .donwload-links .with-drop-menu{
		margin-top: 10px;
	}
    .download .app_title_wrap .app_tltle h2 {
        font-size: 18px;
    }
	.download .info {
		height: 10px;
	}
    .download .link-buttons a{
        height: 44px;
    }
    .download .link-buttons i{
        width: 30px;
        height: 30px;
    }
    .download .link-buttons span{
        line-height: 44px;
    }
}

@media (min-width: 768px) {
	.qrcode_sgcn_sou{
		display: none;
	}
}
@media (min-width: 992px) {
	.qrcode_sgcn_sou{
		display: none;
	}
}

@media (min-width: 1200px) {
	.qrcode_sgcn_sou{
		display: none;
	}
}