.app_container .container {
  margin-top: 0rem !important;
}

/* app引流 */
.see_more {
  text-align: center;
  position: absolute;
  bottom: -10px;
  background: #fff;
  width: 100%;
  left: 0;
}

.see_more::before {
  content: "";
  display: block;
  width: 100%;
  height: 120px;
  position: absolute;
  top: -110px;
  background-image: linear-gradient(0deg, #ffffff 10%, transparent);
}

.see_more button {
  width: 95%;
  margin: 10px auto;
  display: block;
  height: 35px;
  border-radius: 3px;
  border: none;
  background: #d22222;
  font-size: 16px;
  color: #fff;
  outline: none;
}

.arrow_more {
  position: absolute;
  height: 30px;
  width: 30px;
  display: inline-block;
  top: -25px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.see_more i {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-bottom: 1px solid #333;
  box-sizing: border-box;
  border-right: 1px solid #333;
  margin-left: 14px;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.see_more i:nth-child(2) {
  top: 10px;
}

.limit_height {
  height: 500px !important;
  overflow: hidden !important;
  position: relative;
}

.open_app {
  text-align: center;
  display: block;
  background: #d22222;
  color: #fff;
  border-radius: 3px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  width: 80%;
  margin: 0 auto;
}

.top_app_ad {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding: 5px 10px;
  box-shadow: 0 8px 10px -14px #000;
  position: relative;
  margin: 0 0 10px 0;
  margin-top: 0.88rem;
  background-color: #fff;
}

.top_app_ad .seezb {
  padding: 6px 0px;
  border-radius: 25px;
  color: #fff;
  border: none;
  background: #d22222;
  box-sizing: border-box;
  width: 22%;
  outline: none;
  text-align: center;
  line-height: 19px;
}

.isHid {
  display: none;
}

.top_app_ad span {
  background: #fff;
  color: blue;
  line-height: 15px;
  font-size: 12px;
  padding: 2px 5px;
  border-radius: 3px;
  width: 30%;
}

.top_app_ad span img {
  width: 100%;
}

.top_app_ad .logo1 {
  width: 1.66rem;
}

.top_app_ad h6 {
  width: 48%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
  margin: 0;
  font-size: 15px;
  color: #666;
  margin: 0 .2rem;
  flex: 1;
}

.top_app_ad h6 .t1 {
  font-size: .28rem;
  color: #1E1E1E;
  line-height: .49rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top_app_ad h6 .t2 {
  font-size: .2rem;
  color: #333;
  line-height: .29rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top_app_ad i {
  font-size: 14px;
}

.top_app_ad button,
.bottom_open_app {
  padding: 6px 0px;
  border-radius: 25px;
  color: #fff;
  border: none;
  background: #d22222;
  box-sizing: border-box;
  width: 22%;
  outline: none;
}

.bottom_open_app {
  position: fixed;
  bottom: 82px;
  left: 0;
  z-index: 99;
  right: 0;
  margin: 0 auto;
  font-size: 16px;
  padding: 7px 0;
  width: 35%;
}

.app_open {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9;
  font-size: 12px;
}

.top_appAd_fixed {
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 99;
  display: none;
}

.layermbox1 .layermchild {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.fixed_app {
  padding: 10px 20px 0 20px;
  box-sizing: border-box;
}

.fixed_app h2 {
  margin-top: 10px;
  margin-bottom: 30px;
}

.fixed_app img {
  width: 50px;
  margin: 0 5px 0 0;
  vertical-align: top;
}

.fixed_app h2 i {
  font-weight: 700;
  font-size: 18px;
  color: #000;
  width: 80%;
  display: inline-block;
  line-height: 30px;
}

.fixed_app button {
  border: none;
  color: #fff;
  background: #d22222;
  width: 70px;
  height: 30px;
  border-radius: 5px;
  margin-left: 20px;
  outline: none;
}

.isHid {
  display: none;
}

.app-tips {
  position: fixed;
  top: 5px;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  background: blue;
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
  z-index: 999999;
}
.app-tips .app-tips-box {
  padding: 10px 20px;
}
.app-tips .app-tips-box h3 {
  margin-bottom: 10px;
  font-size: 14px;
}
.app-tips .app-tips-box p {
  font-size: 12px;
}