.banner-outer {
  height: 500px;
  width: 100%;
  background-color: #2865d9;
  padding-top: 1px;
}
.banner-outer .new-banner {
  height: 500px;
  width: 100%;
  background-image: url(/images/app/app-banner-new.png);
  background-position: center 0px;
  background-repeat: no-repeat;
  padding-top: 1px;
}
.banner-outer .banner-inner {
  width: 960px;
  margin: auto;
  margin-top: 100px;
  color: white;
  position: relative;
}
.banner-outer .banner-inner .download-outer {
  width: 250px;
  height: 445px;
  position: absolute;
  right: 94px;
  box-sizing: border-box;
  text-align: center;
  top: -40px;
  padding-top: 14px;
}
.banner-outer .banner-inner .download-outer img {
  width: 128px;
  height: 128px;
}
.banner-outer .banner-inner .download-outer .desc-text {
  font-size: 14px;
  color: #7b8390;
  text-align: center;
}
.banner-outer .banner-inner .download-outer a.btn {
  height: 45px;
  width: 211px;
  font-size: 18px;
  color: #7b8390;
  line-height: 45px;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
  margin-top: 15px;
}
.banner-outer .banner-inner .download-outer a.btn i {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-bottom: 3px;
}
.banner-outer .banner-inner .download-outer a.btn i.apple {
  background-image: url(/images/app/icon-apple.png);
  background-repeat: no-repeat;
}
.banner-outer .banner-inner .download-outer a.btn i.android {
  background-image: url(/images/app/icon-android.png);
  background-repeat: no-repeat;
  margin-right: 4px;
}
.banner-outer .banner-inner .download-outer a.btn:hover {
  color: #09aeb0;
}
.banner-outer .banner-inner .download-outer a.btn:hover i.apple {
  background-image: url(/images/app/icon-apple-hover.png);
}
.banner-outer .banner-inner .download-outer a.btn:hover i.android {
  background-image: url(/images/app/icon-android-hover.png);
}
.banner-outer .banner-inner h1 {
  font-size: 50px;
  font-weight: normal;
  margin: 0px;
}
.banner-outer .banner-inner .text {
  font-size: 18px;
  margin-top: 25px;
}
.banner-outer .banner-inner .buttons {
  margin-top: 50px;
}
.banner-outer .banner-inner a {
  display: inline-block;
  width: 115px;
  height: 45px;
  line-height: 45px;
  background-color: white;
  border: 1px solid white;
  border-radius: 2px;
  text-decoration: none;
  text-align: center;
  color: #09aeb0;
}
.banner-outer .banner-inner a:hover {
  background-color: rgba(255, 255, 255, 0.85);
}
.banner-outer .banner-inner a:last-child {
  background-color: transparent;
  color: white;
  margin-left: 10px;
}
.banner-outer .banner-inner a:last-child:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.breadcrumb {
  visibility: hidden;
}
.breadcrumb .breadcrumb-wrap {
  position: relative;
  width: 960px;
  margin: auto;
}
.breadcrumb .breadcrumb-wrap .breadcrumb-nav {
  position: absolute;
  left: 0;
  top: 10px;
}
.breadcrumb .breadcrumb-wrap .breadcrumb-nav::after {
  content: '';
  height: 0;
  visibility: hidden;
  clear: both;
  display: block;
}
.breadcrumb .breadcrumb-wrap .breadcrumb-nav .breadcrumb-nav-icon {
  margin: 0 5px;
  font-size: 12px;
  float: left;
  color: #3d4966;
}
.breadcrumb .breadcrumb-wrap .breadcrumb-nav a {
  color: #3d4966;
  float: left;
  font-size: 12px;
  text-decoration: none;
}
.breadcrumb .breadcrumb-wrap .breadcrumb-nav a.active {
  color: #4d9dfe;
}
.detail-item {
  min-height: 10px;
  padding: 90px 0px 90px 0px;
}
.detail-item.gray {
  background-color: #f9f9fb;
}
.detail-item h2 {
  font-size: 34px;
  font-weight: normal;
  text-align: center;
}
.app-into {
  margin: 10px 0 80px 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.app-into .app-into-container {
  display: flex;
  justify-content: center;
  width: 960px;
  justify-content: space-around;
  background: #f8f9fd;
}
.app-into .app-into-container p,
.app-into .app-into-container a {
  color: #7b8390;
}
.app-into .app-into-container a {
  text-decoration: underline;
}
.detail-info {
  width: 890px;
  margin: auto;
  margin-top: 165px;
  transition: width 1s ease-in-out;
}
.detail-info.expand {
  width: 1020px;
}
.detail-info:first-of-type {
  margin-top: 80px;
}
.detail-info .image-outer {
  width: 100%;
  height: 440px;
  background-image: url(/images/app/app-sprite.png);
  background-position: 0px -46px;
  background-repeat: no-repeat;
}
.detail-info .image-outer.second {
  position: relative;
  height: 364px;
  width: 556px;
  margin-left: 0px;
  background-position: 0px -403px;
}
.detail-info .image-outer.third {
  background-position: 417px -774px;
  height: 365px;
}
.detail-info .image-outer.forth {
  background-position: 8px -1152px;
  height: 455px;
}
.detail-info .image-outer.fifth {
  height: 418px;
  background-position: 414px -1610px;
}
.detail-info .ul-outer {
  width: 460px;
  min-height: 1px;
  float: left;
  margin-top: 50px;
}
.detail-info .ul-outer .detail-info-item {
  width: 100%;
  min-height: 10px;
  margin-left: 54px;
}
.detail-info .ul-outer .detail-info-item:last-of-type {
  margin-top: 60px;
}
.detail-info .ul-outer .detail-info-right {
  margin-left: 94px;
}
.detail-info .ul-outer.right {
  float: right;
}
.detail-info .ul-outer h5,
.detail-info .ul-outer h6 {
  font-size: 30px;
  margin: 0px;
  font-weight: normal;
  text-align: left;
  min-height: 44px;
  line-height: 44px;
}
.detail-info .ul-outer .green {
  color: #09aeb0;
}
.detail-info .ul-outer .logo {
  width: 54px;
  height: 54px;
  float: left;
  background-color: #4acecb;
  border-radius: 50%;
  background-position: -128px 9px;
  background-image: url(/images/app/app-sprite.png);
}
.detail-info .ul-outer .logo.second {
  background-position: -80px 11px;
}
.detail-info .ul-outer:after {
  content: ' ';
  display: block;
  clear: both;
  visibility: hidden;
}
.detail-info .ul-outer .text {
  line-height: 30px;
  margin-top: 20px;
  font-size: 14px;
  color: #7b8390;
}
.detail-info:after {
  content: ' ';
  display: block;
  clear: both;
  height: 1px;
  visibility: hidden;
}
