* { box-sizing: border-box; }

body {
  position: relative;
  font-family:  sans-serif;
  background: #edfaff;
}


.navbar{
  width: 100%;
}

.navbar-toggler{
  z-index: 10001;
  border-width: 0;
}
.navbar-toggler:focus {
  outline: none;
}

.navbar-toggler>.close {
    display:inline;
}
.navbar-toggler.collapsed>.close,
.navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
    display:none;
}

.top-nav .nav-link{
  font-weight: 300;
  color:#555!important;
}
.top-nav .nav-link:hover{
  color: #20C063!important;
}

.main-wrap{
  position: relative;
  background-color: #F2FBFF;
  background-image: url(../images/bg@2x.png);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  text-align: center;
  overflow: hidden;
}

.city-img{
  position: absolute;
  top:0; bottom:0; left: 0; right:0;
  background-image: url(../images/city.png);
  background-size: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  width: 100%;
  z-index: 0;
}


#myList{
  display: none;
}

.side-btn{
  display: block;
  margin: 0 0 15px!important;
  padding: 0!important;
  border: 0!important;
  background: none;
  transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
  opacity: 0.5;
  filter: alpha(opacity=50); /*For IE8 and earlier  */
}

.side-btn.active, .side-btn:hover{
  background: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.side-btn.active{
  transform: scale(1.5);
  -webkit-transform: scale(1.2);
}


.side-btn-img{
  width: 36px;
  height: 36px;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

.tab-content{
  position: relative;
  width: 75%;
  margin: 0 auto;
}

.app-wrap{
   width: 100%;
   text-align: center;
}

.carosel-main-app{
  width: 130px;
  height: 266px;
  margin: 0 auto 40px;
  /* background-image: url(../images/phone2x.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size:100%; */
  padding: 6px;
  background: #fff;
  box-shadow: 0 0.625rem 1rem rgba(0, 0, 0, 0.1);
  border-radius: 0.625rem;
}

.carosel-main-app .carousel-cell img{
  width: 118px;
  border-radius: 1rem;
}
.carousel-nav-txt{
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.carousel-nav-txt .carousel-cell{
  width: 100%;
  -webkit-transition: opacity 2s; /* For Safari 3.1 to 6.0 */
  transition: opacity 2s;
  opacity: 0;
}

.carousel-nav-txt .carousel-cell.is-selected {
    opacity: 1;
}

.carousel-nav-txt h2{
  font-size: 1.25rem;
  color:#333;
}

.carousel-nav-txt p{
  font-size: .75rem;
  color:#555;
  font-weight: lighter;
}

.flickity-page-dots{
 padding: 0 1rem 0 0!important;
}

.flickity-page-dots .dot{
  width:6px!important;
  height: 6px!important;
  margin: 0 5px!important;
}

.flickity-page-dots .dot.is-selected{
  background: #20C063;
}

.app-intro{
  margin: 0 auto 0;
  text-align: left;
  width: 250px;
}

.app-name{
  margin-bottom: 20px;
}

.app-name h2{
  font-weight:400;
  font-size:1.25rem;
}

.app-name p{
  font-size: .875rem;
  font-weight: lighter;
}

.applogo{
  border-radius: 10px;
  width: 52px;
  display: block;
        /* x偏移量 | y偏移量 | 阴影模糊半径 | 阴影扩散半径 | 阴影颜色 */
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
}

.app-download{
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}

.app-download p{
  margin-top: 20px;
  font-size: .75rem;
  color: #999;
  font-weight: lighter;
}

.app-download p span{
  display: none;
}

.code-wrap{
  display: none;
}

.mini-program .code-wrap {
  position: relative;
  box-shadow: none;

}
.mini-program .code-wrap img {
  width: 140px;
  height: 140px;
}

.download_btn{
  color:#fff;
  background-size:25px 30px;
  background-repeat: no-repeat;
  background-position: 20px center;
  padding:0 0 0 20px;
  display: block;
  border-radius: 6px;
  line-height: 50px;
  font-size: 75%;
  text-align: center;
  transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
}

.download_btn:hover{
  color:#fff;
  text-decoration: none;
}

.download_btn.apple{
  background-color: #F60;
  background-image: url(../images/apple_icon.png);
  margin-bottom: 10px;
  box-shadow: 0 2px 2px 0px rgba(255,102,0,0.4);
}

.download_btn.apple:hover{
  /*background-color: rgba(255, 102, 0, .8);*/
  background-color: #FF8534;
}

.download_btn.android{
  background-color:#20C063;
  background-image: url(../images/android_icon.png);
  box-shadow: 0 2px 2px 0px rgba(32,192,99,0.4);
}

.download_btn.android:hover{
  background-color: #1ED169;
}

.download_btn.local {
  background-color:#aaa;
  background-image: url(../images/local_icon@2x.png);
  box-shadow: 0 2px 2px 0px rgba(0,0,0,0.1);
  margin-top: 10px;
  background-size: 25px 20px;
  line-height: 36px;
 }
 .download_btn.local:hover {
  background-color:#ccc;
}

.download_btn.huawei {
  background-color:#ffffff;
  background-image: url(../images/huawei-download@2x.png);
  box-shadow: 0 2px 2px 0px rgba(0,0,0,0.05);
  margin-top: 10px;
  background-size: 25px 25px;
  line-height: 50px;
  border: 1px solid #e6e6e6;
  color: #555;
}
.download_btn.huawei:hover {
  background-color:#ccc;
}

.footer{
  padding: 30px;
  color: #AEBFC6;
  text-align: center;
  font-size: 80%;
  font-weight: lighter;
}
.footer a {
  color: #AEBFC6;
}


/* css animation*/
@keyframes floating {
	0% {
		transform: translate(0%,0%);
	}
	25% {
		transform: translate(5%,15%);
	}
	50% {
		transform: translate(10%,5%);
	}
	75% {
		transform: translate(0%,15%);
	}
	100% {
		transform: translate(0%,0%);
	}
}
@-webkit-keyframes floating {
	0% {
		-webkit-transform: translate(0%,0%);
	}
	25% {
		-webkit-transform: translate(5%,15%);
	}
	50% {
		-webkit-transform: translate(10%,5%);
	}
	75% {
		-webkit-transform: translate(0%,15%);
	}
	100% {
		-webkit-transform: translate(0%,0%);
	}
}

@keyframes image_blur {
    0% { filter: blur(0px);}
    50% { filter: blur(5px);}
    100% { filter: blur(0px);}
}
@-webkit-keyframes image_blur {
    0% { -webkit-filter: blur(0px);}
    50% { -webkit-filter: blur(5px);}
    100% { -webkit-filter: blur(0px);}
}

.shape{
  position: absolute;
  animation-name: floating;
	-webkit-animation-name: floating;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
}

.shape01{ left: -80px; top:20px; animation-duration: 10s;}
.shape02{ left: 0px; top:40px; animation-duration: 6s;}
.shape03{ right:-50px; top:-30px;  animation-duration: 9s;}
.shape04{ right:-40px; top:140px; animation-duration: 7s;}

.shape01 img{width: 178px;}
.shape02 img{width: 130px;}
.shape03 img{width: 180px;}
.shape04 img{width: 100px;}

.blur{
 animation: image_blur 4s infinite linear;
-webkit-animation: image_blur 4s infinite linear;
}


/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
  .shape01 img{width: 333px;}
  .shape02 img{width: 243px;}
  .shape03 img{width: 370px;}
  .shape04 img{width: 200px;}
  .carosel-main-app{
    width: 260px;
    height: 550px;
    padding: 10px;
    border-radius: 1.625rem;
  }
  .carosel-main-app .carousel-cell img{
    width: 240px;
    border-radius: 1.625rem;
  }


  .carousel-nav-txt,.app-intro{
    width: 380px;
  }
 }

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
  #myScrollspy{
    display: block;
    margin-right: 1rem;
    position: fixed;
    bottom:20%;
    right:0;
    z-index: 9999;
  }
  .tab-content>.tab-pane{
    display: block!important;
    opacity: 1!important;
    min-height: 800px;
  }
}

@media (max-width: 991.98px){
  #slideNav{
    display: block;
    height: 100%;
    z-index: 10000;
    position: fixed;
    background: rgb(255, 255, 255);
    left: 100%;
    right: 0px;
    top: 0;
    bottom:0;
    padding-top: 60px;
    transition: all 150ms ease-in-out;
    -webkit-transition: all 150ms ease-in-out;
     box-shadow: -1px 1px 3px 1px rgba(0, 0, 0, 0.1);
  }
  #slideNav.show{
     left:50%;

  }
}


  /*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
  .carousel-nav-txt{
    margin: 0 auto 40px;
  }
  .carousel-nav-txt h2{
    font-size: 1.875rem;
  }
  .carousel-nav-txt p{
    font-size: .875rem;
  }
  .shape01{
    left: -140px;
    top:100px;
  }
  .shape02{
    left: 0px;
    top:80px;
  }
  .shape03{
    right:-150px;
    top:-50px;
  }
  .shape04{
    right:-40px;
    top:340px;}


}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  .tab-wrap.tab-wrap-app{
    position: relative;
    width: 100%;
    background-color:#D0F2FB;
    text-align: center;
  }
  .tab-icon {
    margin: 0 0.625rem !important;
    padding: 0.625rem .25rem !important;
    border-radius: .25rem !important;
    border-width: 0;
    font-size: 0.875rem;
    color:#666;
    line-height:1.625rem;
    background-position: 10px center;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.5);
    transition: all 150ms ease-in-out;
    -webkit-transition: all 150ms ease-in-out;
  }

  .tab-icon span{
    display: block;
  }
  .tab-icon span img{
    width: 20px;
    height: 20px;
    border-radius: 0.25rem;
    vertical-align: text-bottom !important;
  }
  .tab-icon.active,
  .tab-icon:hover{
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0.25rem 1rem 0.25rem rgba(0, 0, 0, 0.1);
    /*opacity: 1;
    filter: alpha(opacity=100);  For IE8 and earlier */
  }

  .tab-icon.active{
    background-color: #fff;
    color:#333;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }

  #myScrollspy{
    display: none;
  }

  #myList{
    display: flex;
    margin: 0 auto;
    padding: 30px 0;
  }

  .tab-content{
    margin: 0 auto;
  }
  .app-wrap{
    position: relative;
    margin: 0 auto;
    padding: 40px 0 30px;
  }

  .carosel-main-app{
    left:0;
    top:0;
    margin-left: 0;
    padding: 10px;
    width: 260px;
    height: 560px;
  }
  .carosel-main-app .carousel-cell img{
    width: 248px;
  }

  .carousel-nav-txt,.app-intro{
    width: 380px;
  }

  .carousel-nav-txt{
    position: absolute!important;
    right:0; top:100px;
    text-align: left;
    margin-bottom: 40px;
  }
  .carousel-nav-txt h2{
    font-size: 2.6rem;
  }
  .carousel-nav-txt p{
    font-size: 1.2rem;
  }
  .app-intro{
    position: absolute;
    right:0;
    top:45%;
  }
  .app-name{
    margin-bottom: 40px;
  }
  .app-name h2{
    font-weight:400;
    font-size: 1.25rem;
  }
  .app-download{
    margin-bottom: 40px;
    text-align: left;
  }
  .app-download p span{
    display: inline;
  }
  .code-wrap{
    display: block;
    position: absolute;
    right:0;
    top:0;
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  }
  .download_btn{
    max-width: 220px;
    padding:0 0 0 60px;
    text-align: left;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .container {
      max-width:inherit!important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .tab-content, .app-wrap,
  .tab-wrap.tab-wrap-app .list-group{
    width:98%; margin: 0 auto;
  }
  .carosel-main-app {
    left: 20px;
  }
  .carousel-nav-txt,.app-intro{
    right: 20px;
  }
  .tab-wrap.tab-wrap-app .list-group-item strong{
    font-size: .75rem;
  }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
   .tab-content, .app-wrap{  width:790px;}
   .tab-wrap.tab-wrap-app .list-group{width:940px;}
   .shape01{ left: -380px; top:180px; }
   .shape02{ left: -200px; top:220px; }
   .shape03{ right:-140px; top:10px;  }
   .shape04{ right:-180px; top:320px; }

 }

/* 桌面版浮动层样式 */
.tab-wrap.tab-wrap-app { position: fixed; left: 0; bottom: 0; z-index: 999; box-shadow: 0 0 0.625rem rgba(208, 242, 251, 1.0); border-top: 1px solid #c8f3ff; }

.notic-text { font-size: 0.75rem; text-align: center; color: rgba(0, 0, 0, 0.2); margin-bottom: 20px; display: none; }



@media (max-width: 576px) {

  .mini-program .code-wrap { display: block; }

}
