/* IE */
.alert-danger {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  font-size: 16px;
  color: #a94442;
  text-align: center;
  border: 1px solid #ebccd1;
  background-color: #f2dede;
  padding: 15px;
  margin: 0 auto 20px;
}

div,
p,
span,
a {
  font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  color:#f9c97f;
}

.container {
  overflow: hidden;
}
.container > div {
  position: relative;
  /* margin: .5rem auto 0; */
  overflow: hidden;
}

.header {
  width: 100%;
  height: 7.76rem;
  background-image: url("../img/header.png");
  background-position: center;
  background-repeat: no-repeat;
  /* background-size: 100% 100%; */
  
  text-align: center;
}

.main {
  background-color: #991f2b;
  overflow: hidden;
}
.main .part {
  width: 11.65rem;
  border: 1px solid #cfb07f;
  margin: .65rem auto;
  border-radius: .1rem;
  background-color: #88131e;
}
.main .part img {
  width: 100%;
}
.main .part > div {
  width: 10.7rem;
  margin: 0 auto;
}
.main .part > div:first-child {
  font-size: 0;
  padding-top: .45rem;
  padding-bottom: .15rem;
  text-align: center;
  color: #f8edbd;
  background-image: url("../img/icon.png");
  background-repeat: no-repeat;
  background-position: bottom;
}
.main .part > div > span {
  font-size: .32rem;
}
.main .part > div > span+span {
  font-size: .21rem;
}

.main .part > div+div {

  padding-bottom: .3rem;
}


@media screen and (max-width: 750px) {
  .nav-con {
    width: 11.65rem;
  }
  .header {
    width: 11.65rem;
    height: 4.7rem;
    background-size: 100% 100%;
  }
  .main .part > div:first-child {
    background-size: 100%;
  }
}
video {width:5.4rem;
height:3.15rem;}

.main  video {
width:5.45rem;
height:3.2rem
}
.swiper_wrap {
  position: relative;
  width: 100%;
  padding-bottom: .25rem;
  margin: .2rem auto;
  text-align: center;
  overflow: hidden;
}
.swiper_wrap .arrow-left {
  display: none;
  background: url(../img/arrows.png) no-repeat left top;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
}
.swiper_wrap .arrow-right {
  display: none;
  background: url(../img/arrows.png) no-repeat left bottom;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
}
.swiper-container {
  width: 9.8rem;
  height: 5rem;
  text-align: center;
}
.swiper-container img {
  width: 9.8rem;
  height: 5rem;
}
.pagination {
  position: absolute;
  left: 0;
  font-size: 0;
  text-align: center;
  bottom: .05rem;
  width: 100%;
}
.swiper-pagination-switch {
  display: inline-block;
  width: .1rem;
  height: .1rem;
  border-radius: .1rem;
  background: #999;
  box-shadow: 0 1px 2px #555 inset;
  margin: 0 .05rem;
}
.swiper-active-switch {
  background: #f9c97f;
}