*,
::before,
::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box; /*兼容移动端主流浏览器*/
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; /*清除移动端点击高亮效果*/
}

::-webkit-scrollbar {
  display: none;
}

button {
  background: none;
  border: 0;
  outline: none;
}

div,
dl,
li,
a,
img,
button,
input,
textarea {
  -webkit-tap-highlight-color: transparent;
}

img {
  border: none;
}

input {
  outline: none;
  -webkit-appearance: none;
}

b {
  font-weight: bold;
}

a {
  text-decoration: none;
}

div {
  margin: 0px;
  padding: 0px;
}

ul li {
  list-style: none;
}

html {
  width: 100%;
  height: 100px;
  font-family: "微软雅黑";
  /*禁用Webkit内核浏览器的文字大小调整功能*/
  -webkit-text-size-adjust: none;
  /*解决滑动报错*/
  /*touch-action:none;*/
}

body {
  height: 100%;
  background-color: #fff;
  width: 7.5rem;
  margin: 0 auto;
}

.clear {
  zoom: 1;
}

.clear:after {
  display: block;
  clear: both;
  height: 0;
  content: ".";
  visibility: hidden;
  overflow: hidden;
}

.left {
  float: left;
}

.right {
  float: right;
}
/************************************************************/
#footer li {
  width: 1.875rem;
  border-bottom: #ddd solid 1px;
  border-right: solid #ddd 1px;
  border-top: solid #ddd 1px;
  box-sizing: border-box;
  font-size: 0.23rem;
  height: 1rem;
}
#footer {
  background: #fff;
  height: 1rem;
  /* -moz-box-shadow: 0 -2px 4px #ececec;
    -webkit-box-shadow:0 -2px 4px #ececec;
     box-shadow: 0 -2px 4px #ececec;*/
}
#footer center {
  width: 1.875rem;
  position: relative;
  padding-top: 0.64rem;
  font-size: 0.22rem;
  line-height: 0.22rem;
  color: #912e37;
  z-index: 999;
}
#footer .nav {
  background: url("../image-center/navon.png") 0.74rem 0.18rem;
  background-size: 0.36rem 0.36rem;
  background-repeat: no-repeat;
}
#footer .home {
  background: url("../image-center/homeon2.png") 0.74rem 0.18rem;
  background-size: 0.36rem 0.36rem;
  background-repeat: no-repeat;
}
#footer .contact {
  background: url("../image-center/contacton.png") 0.74rem 0.18rem;
  background-size: 0.36rem 0.36rem;
  background-repeat: no-repeat;
}
#footer .click {
  background: url("../image-center/clickon.png") 0.74rem 0.18rem;
  background-size: 0.28rem 0.39rem;
  background-repeat: no-repeat;
}
/************************************************************/
.titlepage {
  text-align: center;
  font-size: 0.28rem;
  line-height: 0.9rem;
  position: relative;
  border-top: 1px solid #ccc;
  background: #fff;
  border-bottom: 1px solid #ccc;
  font-weight: 600;
}
.titlepage span {
  width: 0.22rem;
  height: 0.9rem;
  display: inline-block;
  background: url("../img-center/nav/backbg.png") no-repeat center center;
  background-size: 0.18rem 0.32rem;
  position: absolute;
  left: 0.2rem;
}
.listtitle {
  padding: 0.3rem 0;
  background: #f0f0f0;
  height: 0.9rem;
}
.listtitle span {
  display: inline-block;
  color: #333;
  border-left: 3px solid #333333;
  padding-left: 0.2rem;
  font-size: 0.3rem;
  line-height: 0.3rem;
  margin-left: 0.36rem;
  font-weight: bold;
}
#videobigbox {
  background: #fff1e9;
  padding: 0.78rem 0 0.87rem 0;
}
#videobigbg {
  margin: 0 auto;
  width: 6.4rem;
  height: 5.2rem;
  background: #000 url("../img-center/videobg.png") no-repeat center center;
  background-size: 6.6rem 5.6rem;
  position: relative;
}
#videobigbg video {
  width: 5.9rem;
  height: 3.7rem;
  margin-left: 0.25rem;
}
#videobigbg .grouptitle {
  padding: 0.26rem 0 0.16rem 0.56rem;
  font-size: 0.23rem;
  line-height: 0.23rem;
  color: #fff;
  font-weight: 300;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#videobigbg .peopleinfo {
  padding-left: 0.56rem;
  font-size: 0.21rem;
  line-height: 0.26rem;
  color: #ccc;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}
li {
  width: 3.1rem;
  height: 2.8rem;
  background: url("../img-center/videobg.png") no-repeat;
  background-size: 3.1rem 2.8rem;
}
li video {
  margin: 0.1rem 0.1rem 0 0.1rem;
}
li .grouptitle {
  width: 3rem;
  padding: 0.22rem 0 0.1rem 0.28rem;
  font-size: 0.18rem;
  line-height: 0.18rem;
  color: #fff;
  font-weight: 300;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#body li .peopleinfo {
  width: 3rem;
  padding-left: 0.28rem;
  font-size: 0.18rem;
  /* line-height: 0.18rem;*/
  color: #ccc;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#body li:nth-child(odd) {
  margin-left: 0.55rem;
  margin-top: 0.75rem;
}
#body li:nth-child(even) {
  margin-left: 0.3rem;
  margin-top: 0.75rem;
}
.videobg video {
  width: 2.85rem;
  height: 1.8rem;
}
.videobg {
  position: relative;
}
.play {
  position: absolute;
  bottom: 1.6rem;
  left: 0.58rem;
  width: 1.2rem;
  height: 0.5rem;
  border: 1px solid #fff;
  border-radius: 0.25rem;
  background: url("../img-center/nav/play.png") no-repeat center center;
  background-size: 0.24rem 0.24rem;
}
.videobg .play {
  position: absolute;
  bottom: 0.96rem;
  left: 0.36rem;
  width: 0.54rem;
  height: 0.26rem;
  border: 1px solid #fff;
  border-radius: 0.13rem;
  background: url("../img-center/nav/play.png") no-repeat center center;
  background-size: 0.1rem 0.12rem;
}
#hot2 {
  margin-bottom: 0.75rem;
}
#videobigbox .falsevideo1 {
  width: 6.4rem;
  margin: 0 auto;
  padding-top: 4.02rem;
  background: url("https://www.zbintel.com/img/ifa/20180123/2018123210540.jpg")
    no-repeat center 0.2rem;
  background-size: 6rem 3.7rem;
}
.falsevideo {
  width: 3.1rem;
  height: 1.8rem;
  margin: 0 auto;
  padding-top: 1.8rem;
  background: url("https://www.zbintel.com/img/ifa/20180123/2018123210540.jpg")
    no-repeat center 0.2rem;
  background-size: 2.85rem 1.8rem;
}
.falsevideo.active {
  position: fixed;
  background: rgba(0, 0, 0, 0.3) !important;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
  margin: auto !important;
  z-index: 9999;
}
.falsevideo .videoWrapper .close-mask {
  display: none;
}
.falsevideo.active .videoWrapper {
  position: absolute;
  width: 100% !important;
  margin: auto !important;
  /* top: 50%; */
  /* transform: translateY(-50%); */
}
.falsevideo.active .videoWrapper .close-mask {
  display: block;
  position: absolute;
  color: rgba(255, 255, 255, 0.7);
  /* font-size: 0.5rem; */
  z-index: 99999;

  /* top: 0.3rem; */
  top: -1rem;
  right: 0.3rem;

  cursor: pointer;
}

video {
  display: block;
  width: 100% !important;
  height: auto !important;
  top: 0;
  bottom: 0;
  margin: auto !important;
}
.falsevideo .videoWrapper {
  position: absolute;
  width: 100% !important;
  height: auto !important;
  top: 0;
  margin: auto !important;
}

.falsevideo .videoWrapper video {
  width: 100% !important;
  height: auto !important;
  margin: auto !important;
}
#alertbox {
  width: 100vw;
  height: 100vh;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: url("https://www.zbintel.com/mobile/img-center/proc.gif")
    no-repeat center center;
}
#videobigbox .falsevideo1 video {
  padding-top: 0.2rem;
}
