/* 2017.03.03 download */
@import url(clearAllStyle.css);
@import url(bootstrap.min.css);
#XWHeader {
  height: 2.8rem;
  background: #f75959;
  position: relative;
  width: 100%;
}
#XWHeader h2 {
  line-height: 2.8rem;
  font-size: 1.13333rem;
  text-align: center;
  margin-bottom: 0;
  margin-top: 0;
  color: #fff;
}

#loadBox {
  width: 25rem;
  margin-left: auto;
  margin-right: auto;
}

#loadCen {
  width: 100%;
  height: auto;
}
    #loadCen .bigIcon {
        width: 100%;
        height: 30rem;
        /*height: 18.8rem;*/
        position: relative;
        overflow: hidden;
    }
#loadCen .bigIcon img {
  display: block;
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#loadCen .clickLoad {
  width: 100%;
  height: 2.2rem;
  margin-top: -2.33333rem;
}
#loadCen .clickLoad a {
  display: block;
  width: 8rem;
  height: 2.2rem;
  border-radius: 0.16667rem;
  overflow: hidden;
  position: relative;
}
#loadCen .clickLoad a > img {
  position: absolute;
  max-width: 100%;
  display: block;
  margin: auto;
  height: auto;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
#loadCen .clickLoad a:first-child {
  float: left;
  margin-left: 1.93333rem;
}
#loadCen .clickLoad a:last-child {
  float: right;
  margin-right: 1.93333rem;
}

#skySwitch {
  margin-top: 3.4rem;
}
#skySwitch .swiper-wrapper {
  margin-bottom: 0.33333rem;
}
    #skySwitch .swiper-slide {
        background-position: center;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        height: 29.86667rem;
        /*width: 14.9rem;*/
        width: 23.3333333rem;
    }
#skySwitch .textWord {
  width: 92%;
  margin: auto;
  margin-top: 1.1rem;
  color: #333;
}
#skySwitch .textWord h2 {
  font-size: 1.06667rem;
  font-weight: normal;
  line-height: 2.73333rem;
  margin: 0;
}
#skySwitch .textWord p {
  line-height: 1.33333rem;
  font-size: 0.86667rem;
}

#footerXW {
  width: 100%;
  height: 2.46667rem;
}
#footerXW h2 {
  text-align: center;
  line-height: 2.46667rem;
  color: #999;
  font-size: 0.8rem;
  margin: 0;
}

.fixdiv {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../images/cover.png) 0 0 no-repeat;
  background-size: 100% 100%;
  z-index: 129;
  display: none;
}
.fixdiv .guanbi {
  position: absolute;
  width: 32%;
  bottom: 25%;
  left: 34%;
  z-index: 130;
}

/*# sourceMappingURL=download.css.map */
