body {
  margin: 0;
}
.background {
  background: no-repeat center center / cover;
}
.header {
  height: 2rem;
  background: no-repeat center center / cover;
  background-image: url(../img/bg-header.png);
}
.navigation-box {
  position: absolute;
  left: 0;
  top: 2rem;
  width: 100%;
  height: 1rem;
  padding: 0.22rem 0.3rem 0;
  background-color: #ffffff;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 2;
}
.navigation-box:after {
  content: '';
  display: block;
  clear: both;
}
.navigation-box.fixed {
  position: fixed;
  top: 0;
  box-shadow: 0 2px 0 #f2f2f2;
}
.navigation-box .app,
.navigation-box .miniprogram {
  width: 3.15rem;
  height: 0.6rem;
  background: no-repeat center center / cover;
}
.navigation-box .app {
  float: left;
  background-image: url(../img/icon-app-default.png);
}
.navigation-box .app.active {
  background-image: url(../img/icon-app-active.png);
}
.navigation-box .miniprogram {
  float: right;
  background-image: url(../img/icon-miniprogram-default.png);
}
.navigation-box .miniprogram.active {
  background-image: url(../img/icon-miniprogram-active.png);
}
.app-guide {
  position: relative;
}

.app-guide-image,
.miniprogram-guide-image {
	display: block;
	width: 100%;
	height: auto;
}

.app-guide .btn-ios,
.app-guide .btn-android {
  position: absolute;
  right: 0.64rem;
  width: 2.2rem;
  height: 0.65rem;
  /*width: 2.5rem;*/
  /*height: 0.73rem;*/
  background: no-repeat center center / cover;
  background-size: 2.2rem 0.65rem;
}
.app-guide .btn-ios {
  top: 1.4rem;
  right: 0.2rem;
  background-image: url(../img/bth-ios.png);
}
.app-guide .btn-android {
  top: 2.4rem;
  right: 0.2rem;
  background-image: url(../img/btn-android.png);
}
.miniprogram-guide {
  position: relative;
}

.btn-copy {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 0.3rem;
  font-size: 0.2rem;
  color: #4f4f4f;
  border-radius: 0.15rem;
  background-color: #fbc04d;
  text-decoration: none;
}
.btn-copy.app {
  top: 4.7rem;
  right: 0.95rem;
}
.btn-copy.phone {
  top: 9.8rem;
  right: 1.58rem;
}
.btn-copy.image {
  top: 12.36rem;
  left: 50%;
  transform: translateX(-50%);
}
.btn-copy.mini {
  top: 3.12rem;
  right: 1.76rem;
}
.copy-input {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.1rem;
  opacity: 0;
}
.message {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0.15rem;
  font-size: 0.24rem;
  color: #ffffff;
  line-height: 0.24rem;
  border-radius: 0.1rem;
  background-color: #000000;
  opacity: .6;
}
/*# sourceMappingURL=app.css.map */


/*2019.6.29更新*/
.content{
  margin-top: 1rem;
}
.content .videoPlay{
  display: block;
  width: 100%;
  height: auto;
}
