body {
  /* background: url(../images/bg.png) no-repeat top center; */
  background-size: 100% auto;
}
.filex-header {
  position: fixed;
  background: #fff;
  width: 100%;
  top: 0;
  z-index: 10;
  display: flex;
  height: 1rem;
  border-bottom: 1px solid #f2f2f2;
}
.hr-header{
  height: 1rem;
}
.hd-left,
.hd-right {
  width: 1.5rem;
  font-size: 0.4rem;
  justify-content: center;
  align-items: center;
  display: flex;
}
.back{
  height: 0.4rem;
  width: 0.4rem;
  display: block;
  background-image: url(../images/back.png);
  background-size: cover;
}
.hd-center {
  flex: 1;
  justify-content: center;
  align-items: center;
  font-size: 0.5rem;
  display: flex;
}
img {
  vertical-align: middle;
}

img {
  width: 100%;
}
.maincont {
  position: relative;
}
.video {
  width: 100%;
  height: 8.72rem;
  position: absolute;
  z-index: 10;
  top: 2rem;
  padding: 0 0.5rem;
  border-radius: 0 0 1.2rem 1.2rem;
  /* background: rgba(255, 255, 255, 0.06); */
  padding-bottom: 0.42667rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.video video {
  /* max-width: 9.68rem; */
  width: 100%;
  margin: 0 auto;
}

.rightnav {
  position: fixed;
  display: block;
  z-index: 20;
  bottom: 2.66667rem;
  right: 0.13333rem;
}
.rightnav .list {
  display: block;
  width: 1.53333rem;
  margin-top: 0.21333rem;
}
.rightnav .list img {
  width: 100%;
}

.footbtn {
  display: block;
  position: fixed;
  z-index: 20;
  bottom: 0;
  width: 100%;
  height: 1.26667rem;
  background: url(../images/btn_bg.png) no-repeat top center;
  background-size: 100% 100%;
  border-radius: 1.2rem 1.2rem 0 0;
}

.wxbox {
  border-radius: 0.13333rem;
}

.weixin {
  display: none;
  background: #fff;
  text-align: center;
  border-radius: 0.26667rem;
  padding-bottom: 0.37333rem;
  border-radius: 0.13333rem;
}
.weixin .wxtle {
  font-size: 0.42667rem;
  font-weight: bold;
  padding: 0.45333rem 0 0.26667rem;
}
.weixin .wxtt {
  font-size: 0.37333rem;
}
.weixin .wx_img {
  padding: 0.42667rem 0;
}
.weixin .wx_img img {
  width: 3.52rem;
}

#mcover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 20000;
}
#mcover img {
  position: fixed;
  right: 18px;
  top: 5px;
  width: 260px;
  height: 180px;
  z-index: 20001;
}

.conbox {
  height: 100%;
  background: #fff;
  padding: 0 0.41333rem;
  font-size: 0.37333rem;
}
.conbox > * {
  width: 100%;
}
.conbox .texbox textarea {
  width: 100%;
  border: 1px solid #b3b3b3;
  border-radius: 0 0 0.66667rem 0.66667rem;
  font-family: sans-serif;
  padding: 0.4rem 0.8rem 0;
  margin: 0.93333rem 0;
}
.conbox .iptbox {
  position: relative;
}
.conbox .iptbox input {
  position: relative;
  width: 100%;
  height: 1.30667rem;
  border: 1px solid #b3b3b3;
  border-radius: 0.66667rem;
  padding: 0 0.8rem;
  margin-bottom: 0.53333rem;
}
.conbox .j_addbox::before {
  content: "";
  position: absolute;
  width: 0.29333rem;
  height: 0.17333rem;
  background: url(../images/dizhi.png) no-repeat center;
  background-size: 100%;
  right: 0.66667rem;
  top: 0.61333rem;
  z-index: 5;
}

.bmbtnbox {
  position: fixed;
  width: 100%;
  height: 1.49333rem;
  left: 0;
  bottom: 1.33333rem;
}
.bmbtnbox .bmbtn {
  width: 9.72rem;
  height: 1.49333rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 0.4rem;
  text-shadow: 1px 1px 1px #ccc;
  background: url(../images/btn.png) no-repeat center;
  background-size: 100%;
  margin: 0 auto;
}

.img-swiper {
  position: absolute;
  height: 10rem;
  width: 100%;
  top: 3rem;
  padding: 0 0.4rem;
}
.img-contant {
  display: flex;
  flex-wrap: wrap;
}
.img-item {
  width: 3.9rem;
  height: 2.6rem;
  background: #fff;
  margin-left: 0.5rem;
  margin-top: 0.4rem;
}
.img-item img {
  width: 100%;
  height: 100%;
}
