.home,
.live {
  width: 100%;
  height: 701px;
  background: url('../images/home.jpg') no-repeat center center;
  background-size: 100% 100%;
  overflow: hidden;
}
.home .title,
.live .title {
  width: 90%;
  margin: 60px auto 0;
}
.home .navs,
.live .navs {
  width: 240px;
  margin: 40px auto 0;
}
.home .navs .n-item,
.live .navs .n-item {
  width: 100%;
  margin-bottom: 25px;
  height: 55px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
}
.home .navs .n-item img,
.live .navs .n-item img {
  display: block;
  width: 80%;
  margin: 10px auto 0;
}
.home .live-img,
.live .live-img {
  width: 320px;
  margin: 20px auto 0;
  position: relative;
}
.home .live-img .live-btn,
.live .live-img .live-btn {
  position: absolute;
  border-radius: 5px;
  min-height: 36px;
  width: 120px;
  padding: 10px;
  background: url('../images/btn-back.png') no-repeat center center;
  background-size: 100% 100%;
  cursor: pointer;
}
.home .live-img .live-btn p,
.live .live-img .live-btn p {
  color: #ff0000;
}
.home .live-img .btn1,
.live .live-img .btn1 {
  right: 0;
  top: 4px;
}
.home .live-img .btn2,
.live .live-img .btn2 {
  right: 0;
  top: 168px;
}
.home .live-img .btn3,
.live .live-img .btn3 {
  right: 0;
  top: 283px;
}
.home .live-img .in-zhibo,
.live .live-img .in-zhibo {
  width: 80%;
  margin: 9px auto;
  display: none;
}
.live-0601 {
  height: 1919px;
  background: url('../images/home2.jpg') no-repeat center center;
  background-size: 100% 100%;
}
.live-0601 .live-img {
  width: 320px;
  margin: 100px auto 0;
}
.live-0601 .live-img .btn1 {
  top: 114px;
  right: 0;
}
.live-0601 .live-img .btn2 {
  top: 389px;
  right: 0;
}
.live-0601 .live-img .btn3 {
  top: 689px;
  right: 0;
}
.live-0601 .live-img .btn4 {
  top: 780px;
  right: 0;
}
.live-0601 .live-img .btn5 {
  top: 1000px;
  right: 0;
}
.live-0601 .live-img .btn6 {
  top: 1273px;
  right: 0;
}
.live-0602 .live-img .btn1 {
  top: 45px;
  right: 92px;
  font-weight: bold;
  font-size: 16px;
}
.live-0602 .live-img .btn2 {
  top: 179px;
  right: 0;
}
.live-0602 .live-img .btn3 {
  top: 373px;
  right: 0;
}
@media screen and (min-width: 640px) {
  body,
  html {
    width: 375px!important;
  }
}
