#app {
  font-size: 14px; min-height: 100vh;
}
img {
  max-width: 100%;
}
.imgbox{ text-align: center; }
.imgbox img{max-width: 100%; vertical-align: top;height: auto}
.app_mack,
.model_mask,
.contactu_mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.header_ {
  height: 1rem;
}
.header {
  display: flex;
  align-items: center;
  height: 1rem;
  justify-content: space-between;
  box-sizing: border-box;
  padding-left: 0.27rem;
  padding-right: 0.22rem;
  position: fixed;
  width: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 100;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.06);
}
.header .logo {
  width: 3.32rem;
}
.header .menu_btn {
  width: 0.6rem;
  height: 0.6rem;
}
.banner {
  width: 7.5rem;
  height: 3.6rem;
  overflow: hidden;
}
.form {
  width: 7rem;
  margin: auto;
}
.form .select {
  width: 3.41rem;
  height: 0.7rem;
  box-sizing: border-box;
  padding-right: 0.3rem;
  padding-left: 0.17rem;
  font-size: 0.24rem;
  color: #666;
  border: 1px solid #F1F1F1;
}
.form .search_input {
  border: 1px solid #F1F1F1;
  height: 0.7rem;
  font-size: 0.24rem;
  color: #323232;
  box-sizing: border-box;
  width: 5.5rem;
  border-right: 0;
  padding: 0 0.17rem;
}
.form .search_btn {
  width: 1.5rem;
  font-size: 0.28rem;
  line-height: 0.7rem;
  color: #FFF;
  text-indent: 0.35rem;
  background: url(//yuege-beijing.oss-cn-beijing.aliyuncs.com/bjbank/phimg/search.png) no-repeat left 0.3rem center;
  background-size: 0.26rem;
  border: none;
  background-color: #E70011;
}
.mt25 {
  margin-top: 0.25rem;
}
.main {
  width: 7rem;
  margin: 0.3rem auto 0;
}
.main .list {
  display: block;
  box-sizing: border-box;
  padding: 0.3rem;
  background-color: #fff;
  box-shadow: 0px 0.04rem 0.15rem 0px rgba(0, 0, 0, 0.08);
  border-radius: 0.1rem;
  border: 1px solid #f1f1f1;
  margin-bottom: 0.2rem;
}
.w35 {
  width: 0.35rem;
}
.w2422 {
  width: 0.24rem;
  height: 0.22rem;
  display: block;
}
.mr10 {
  margin-right: 0.1rem;
}
.mb15 {
  margin-bottom: 0.15rem;
}
.detail {
  width: 7.5rem;
  margin: auto;
  background: #ffffff;
  box-shadow: 0px 0.04rem 0.15rem 0px rgba(0, 0, 0, 0.08);
  border-radius: 0.5rem;
  box-sizing: border-box;
  padding: 0.36rem;
}
#content div{white-space: pre-line;word-break: break-all;}
.ptb10 {
  padding: 0.1rem 0;
}
.fz34 {
  font-size: 0.34rem;
}
.lh48 {
  line-height: 0.48rem;
}
.title2 {
  padding-left: 0.25rem;
  position: relative;
  font-weight: bold;
  font-size: 0.32rem;
  color: #333333;
  margin-bottom: 0.2rem;
}
.title2::after {
  content: '';
  display: block;
  width: 0.08rem;
  height: 0.3rem;
  border-radius: 0.66rem;
  background-color: #e70012;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.footer {
  height: 1rem;
  display: flex;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
.footer_ {
  height: 1rem;
}
.btnstyle1 {
  width: 1.66rem;
  box-sizing: border-box;
  background-color: #343434;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btnstyle1 span {
  font-size: 0.26rem;
  color: #ffffff;
  line-height: 1rem;
  margin-left: 0.13rem;
}
.btnstyle1 + .btnstyle1 {
  border-left: 1px solid #494949;
}
.btnstyle2 {
  width: 4.18rem;
  box-sizing: border-box;
  background-color: #E70012;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btnstyle2 span {
  font-size: 0.26rem;
  color: #ffffff;
  line-height: 1rem;
  margin-left: 0.13rem;
}
.btnstyle2 + .btnstyle1 {
  border-left: 1px solid #494949;
}
.menu {
  position: absolute;
  right: 0;
  background-color: #e70012;
  width: 3.2rem;
  border-radius: 0.5rem 0 0 0;
  overflow: hidden;
  visibility: hidden;
  transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  -webkit-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transform: translateX(100%);
  -ms-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -o-transform: translateX(100%);
  top: 1rem;
}
.menu.open {
  visibility: visible;
  transform: none;
  -ms-transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  -o-transform: none;
}
.menu .userimg {
  width: 0.8rem;
  height: 0.8rem;
  display: block;
  margin: auto;
  margin-bottom: 0.22rem;
}
.menu .user {
  padding: 0.26rem 0;
}
.dtlb{padding: 20px 10px;}
.dtlb li{border-bottom: 1px solid #eee;padding: 15px 0 15px 15px; position: relative;display: flex;justify-content: space-between;}
.flex-start{display: flex;justify-content:flex-start;}
.dtlb li::before{content: '';display: inline-block;width: 3px;height: 3px;border-radius: 50%; position: absolute;left: 0;top:23.5px;background: #D21010;}
.dtlb li a{font-size: 17px; line-height: 20px; color: #333;}
.dtlb li a:hover{color: #D21010;}
.dtlb li span{color: #999;font-size: 12px; line-height: 20px;}
.zpdt{background: #fff;padding: 20px 10px;font-size: 14px; color: #666;line-height: 25px;}
.zpdt h2{text-align: center;font-size: 20px; line-height: 30px;padding-bottom: 10px;color: #000;}
.zpdt p{text-indent: 2em; text-align: justify;padding: 3px 0;}
.zpdt p b{color: #333;font-size: 16px;}
.zpdt p:last-child{text-indent: 0;}
.djyl{background: #D21010;color: #fff;font-size: 14px;padding:5px; text-align: center; margin-left: 15px;}

.jrJBmF{display: none!important;}
.jrJBmF + div[data-pagetype="home"]{margin-top: 0!important;}