@charset "utf-8";
@font-face {
  font-family: "bottomfont";
  src: url('bottomfont.eot');
  src: url('bottomfont.eot?') format('embedded-opentype'), /* IE6-IE8 */ url('bottomfont.woff') format('woff'), /* chrome, firefox */ url('bottomfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ url('bottomfont.svg') format('svg');
  
  /* IE9*/
  /* iOS 4.1- */
}
.bottomfont {
  font-family: "bottomfont" !important;
  font-size: 0.32rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.mask {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  position: fixed;
  left: 50%;
  margin-left: -3.75rem;
  right: 0;
  top: 0;
  bottom: 0;
  width: 7.5rem;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  opacity: 0;
  z-index: 0;
}
.mask.show {
  opacity: 1;
  z-index: 999;
  display: block;
}
/***site-bottom*/
.site_bottom p,
a,
li {
  font-size: .24rem;
  color: #2f2f2f;
}
.bottomfont {
  font-family: bottomfont!important;
  font-size: .32rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: .2px;
  -moz-osx-font-smoothing: grayscale;
}
.div_buttons {
  margin-bottom: .7rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
}
.div_buttons a {
  display: block;
}
.site_bottom {
  background: #424a55;
  padding-top: .6rem;
  position: relative;
}
.site_bottom .button {
  display: none;
  height: .7rem;
  width: 3.35rem;
  margin: 0 .2rem;
  font-size: .3rem;
  line-height: .7rem;
  border-radius: .1rem;
  text-align: center;
  font-weight: 700;
}
.site_bottom .button.show {
  display: block;
}
.site_bottom p,
.site_bottom a,
.site_bottom h3 {
  color: #eaf1fa;
}
.site_bottom ul {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  padding: 0 .24rem;
  margin-bottom: 0.56rem;
}
.site_bottom ul li a {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  height: .6rem;
  line-height: 0.6rem;
}
.site_bottom ul li a i {
  display: block;
  font-size: .4rem;
  width: .6rem;
  height: .6rem;
  margin-right: .1rem;
  line-height: .6rem;
  box-sizing: border-box;
  border: 1px solid #eaf1fa;
  color: #eaf1fa;
  text-align: center;
}
.site_bottom ul li a span {
  font-size: .28rem;
  display: block;
  color: #eaf1fa;
}
.site_bottom .site_tel {
  display: none;
  color: #ebeff4;
  margin-bottom: 0.32rem;
}
.site_bottom .site_tel h3 {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
}
.site_bottom .site_tel h3 i {
  margin-right: .1rem;
  display: block;
}
.site_bottom .site_tel h3 span {
  font-size: .28rem;
  font-weight: 400;
  line-height: .4rem;
  display: block;
}
.site_bottom .site_tel p {
  text-align: center;
}
.site_bottom .icon_tel {
  width: .42rem;
  height: .4rem;
  background-image: url(../img/icons.png);
  background-repeat: no-repeat;
  background-size: auto .6rem;
  margin-right: .08rem;
  background-position: -2.5rem -0.08rem;
  display: inline-block;
  line-height: 0.56rem;
}
.site_bottom .NIE-copyRight_m {
  background: #120205;
  padding: .4rem .32rem;
  min-height: 0.8rem;
}
.site_bottom .NIE-copyRight_m p {
  text-align: left;
  font-size: .26rem;
  line-height: 0.4rem;
}
.btn_toTop {
  width: .96rem;
  height: .96rem;
  display: block;
  position: absolute;
  bottom: 0.3rem;
  right: .32rem;
  border: 1px solid #b4b4b4;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
}
.btn_toTop i {
  width: .3rem;
  height: .3rem;
  border-left: .08rem solid #b4b4b4;
  border-top: .08rem solid #b4b4b4;
  border-bottom: 0;
  border-right: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  margin-top: 0.2rem;
}
.i_icon {
  width: .3rem;
  height: .3rem;
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
.i_arrow {
  width: .8rem;
  height: .8rem;
  display: block;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
}
.i_arrow i {
  width: .3rem;
  height: .3rem;
  border-right: .06rem solid #100000;
  border-top: .06rem solid #100000;
  border-bottom: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
}
.i_arrow.i_arrow_left {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.i_arrow.i_arrow_top {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#NIE-share-m .NIE-share_buttons a i {
  background: #c92400;
}
#md_attention .attention {
  position: fixed;
  bottom: 12%;
  left: 50%;
  right: 0;
  width: 7.5rem;
  margin-left: -3.75rem;
  background: transparent;
  box-sizing: border-box;
  padding: 0 .5rem;
  height: 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
}
#md_attention .attention i {
  display: block;
  width: 1rem;
  height: 1rem;
  box-sizing: border-box;
  border-radius: 1rem;
  font-size: .8rem;
  text-align: center;
  line-height: 1rem;
  margin-right: 0.1rem;
}
#md_attention .attention em {
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  box-flex: 1;
  display: block;
  font-size: .28rem;
  color: #fff;
  font-style: normal;
}
#md_attention .attention i {
  background-color: #c00d0d;
  color: #ffffff;
}
#md_attention .attention i a {
  color: #ffffff;
}
.NIE-copyRight_m p {
  color: #b4b4b4;
}
/*顶条*/
#header {
  height: 1.26rem;
  overflow: hidden;
  width: 7.5rem;
  box-sizing: border-box;
  background-size: 100% 100%;
  z-index: 2;
  position: relative;
  margin-top: 3.65rem;
}
#header .top-logo {
  float: left;
  display: block;
  width: 1.26rem;
  height: 1.26rem;
  margin-left: .33rem;
  background: url(../img/icon.png) no-repeat;
  background-size: 100%;
}
#header p {
  display: block;
  overflow: hidden;
  color: #fff;
  font-size: .3rem;
  color: #ffffff;
  margin-left: 1.8rem;
  line-height: 0.4rem;
  padding-top: 0.2rem;
}
#header p em {
  display: inline-block;
  font-size: .46rem;
  font-style: normal;
  font-weight: bold;
  line-height: .44rem;
  height: .44rem;
  position: relative;
  color: #ffffff;
}
#header .btn-down {
  position: absolute;
  height: 1.09rem;
  width: 3.11rem;
  top: .13rem;
  background: url(../img/btn-dl.png) no-repeat;
  background-size: 100%;
  right: .08rem;
}
/**.keyframes(demo_keyframes, {
    100% {
		.transform(rotate(360-43deg));
        margin-left: -20px;
        width: 26px;
	}
});*/
/* CSS Document */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}
ul,
li,
div,
p,
body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #2a2a2a;
}
input {
  -webkit-appearance: none;
  outline: none;
}
* {
  outline: none;
  webkit-focus-ring-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
body,
html {
  width: 100%;
  font-family: "Microsoft YaHei", "Helvetica Neue", Arial, HelveticaNeue, Helvetica, "BBAlpha Sans", sans-serif;
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-align: center;
}
/* *{-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;-ms-backface-visibility: hidden;backface-visibility: hidden;} 用于解决某些情况下出现闪屏的问题，若无则不加*/
body {
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
  position: relative;
}
p,
a,
li {
  color: #434343;
}
/*common.less 此处仅给出框架样式示例，具体要根据页面类型自行调整框架样式*/
html {
  font-size: 312.5%;
}
@media screen and (max-width: 359px) and (orientation: portrait) {
  html {
    font-size: 266.67%;
  }
}
@media screen and (min-width: 360px) and (max-width: 374px) and (orientation: portrait) {
  html {
    font-size: 300%;
  }
}
@media screen and (min-width: 384px) and (max-width: 399px) and (orientation: portrait) {
  html {
    font-size: 320%;
  }
}
@media screen and (min-width: 400px) and (max-width: 413px) and (orientation: portrait) {
  html {
    font-size: 333.33%;
  }
}
@media screen and (min-width: 414px) and (max-width: 431px) and (orientation: portrait) {
  html {
    font-size: 345%;
  }
}
@media screen and (min-width: 432px) and (max-width: 479px) and (orientation: portrait) {
  html {
    font-size: 360%;
  }
}
@media screen and (min-width: 480px) and (max-width: 639px) and (orientation: portrait) {
  html {
    font-size: 400%;
  }
}
@media screen and (min-width: 640px) and (orientation: portrait) {
  html {
    font-size: 533.33%;
  }
}
body,
html {
  width: 100%;
  background: #000;
}
#forhorview {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
}
#forhorview.show {
  display: -webkit-box;
}
#forhorview p {
  font-size: 0.6rem;
  color: #fff;
}
#wrap {
  background: url(../img/bg.jpg) no-repeat;
  background-size: 100% auto;
  overflow: hidden;
  position: relative;
  margin-top: -1px;
}
#wrap .m-title {
  display: block;
  font-size: .4rem;
  color: #952015;
  font-weight: bold;
  text-align: center;
  background: url(../img/title-bg.png) no-repeat center center;
  line-height: .4rem;
  background-size: 4.57rem .07rem;
  padding: .3rem;
}
#wrap .m-sub-title {
  font-size: .22rem;
  color: #952015;
  text-align: center;
}
#wrap p.text {
  color: #952015;
  font-size: .28rem;
  line-height: .48rem;
  padding: .2rem 0;
  padding-bottom: 0;
}
#wrap .m-desc {
  padding: .3rem;
  padding-top: 1rem;
}
#wrap .m-video-box .video-img {
  width: 6.71rem;
  height: 3.95rem;
  margin: 0 auto;
  border: .07rem solid #543303;
  font-size: 0;
  position: relative;
}
#wrap .m-video-box .video-img img {
  display: block;
  width: 100%;
  height: 100%;
}
#wrap .m-video-box .video-img i,
#wrap .m-video-box .video-img a {
  position: absolute;
  width: 1.11rem;
  height: 1.11rem;
  background: url(../img/video-ico.png) no-repeat;
  background-size: 100% 100%;
  top: 50%;
  margin-left: -0.555rem;
  left: 50%;
  margin-top: -0.555rem;
  z-index: 2;
}
#wrap .m-video-box .video-img .mark {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}
#wrap .m-feature .swiper-container {
  width: 5.16rem;
  height: 3.26rem;
  overflow: visible;
}
#wrap .m-feature .swiper-container .swiper-wrapper .swiper-slide {
  box-shadow: 0 0 1rem 0px rgba(0, 0, 0, 0.55);
}
#wrap .m-feature .swiper-container .swiper-wrapper .swiper-slide img {
  width: 5.16rem;
  height: 3.26rem;
}
#wrap .m-feature .swiper-container .swiper-wrapper .swiper-slide a {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#wrap .m-feature .swiper-container .swiper-button-prev {
  width: .6rem;
  height: .6rem;
  background: url(../img/next.png) no-repeat;
  background-size: 100% 100%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  left: -0.8rem;
}
#wrap .m-feature .swiper-container .swiper-button-next {
  width: .6rem;
  height: .6rem;
  background: url(../img/next.png) no-repeat;
  background-size: 100% 100%;
  right: -0.8rem;
}
#wrap .m-meiti .title {
  font-size: .32rem;
  font-weight: bold;
  color: #952015;
  padding: .3rem;
}
#wrap .m-meiti .btns-top {
  border-bottom: 1px solid #9c7b53;
  padding-bottom: .15rem;
  text-align: center;
  font-size: 0;
}
#wrap .m-meiti .btns-top .big-btn {
  display: inline-block;
  width: 2.96rem;
  height: .8rem;
  background: url(../img/app.jpg) no-repeat;
  background-size: 100% 100%;
  margin: 0rem 0.35rem;
}
#wrap .m-meiti .btns-top .big-btn.player {
  background: url(../img/player.jpg) no-repeat;
  background-size: 100% 100%;
}
#wrap .m-meiti .btns-bottom {
  padding-top: .15rem;
  text-align: center;
  font-size: 0;
  overflow: hidden;
  padding-bottom: .15rem;
}
#wrap .m-meiti .btns-bottom .small-btn {
  display: inline-block;
  height: .7rem;
  line-height: .7rem;
  font-size: .24rem;
  color: #543303;
  margin: 0 .2rem;
}
#wrap .m-meiti .btns-bottom .small-btn i {
  width: .69rem;
  height: .69rem;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: .1rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#wrap .m-meiti .btns-bottom .small-btn.account i {
  background-image: url(../img/account-ico.png);
}
#wrap .m-meiti .btns-bottom .small-btn.share i {
  background-image: url(../img/share-ico.png);
}
#wrap .m-meiti .btns-bottom .small-btn.pc i {
  background-image: url(../img/pc-ico.png);
}
#wrap .m-meiti .dl-bottom {
  display: block;
  width: 100%;
  height: 1.24rem;
  background: url(../img/btn_dl.jpg) no-repeat;
  background-size: 100% 100%;
}
#wrap .layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
}
#wrap .layer.black {
  background-color: rgba(0, 0, 0, 0.8);
}
#wrap .layer .layer-bottom {
  text-align: center;
  position: fixed;
  bottom: 1.24rem;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  height: 1.9rem;
  line-height: 1.9rem;
  font-size: 0;
  display: none;
  z-index: 101;
}
#wrap .layer .layer-bottom .layer-item {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: normal;
  display: none;
}
#wrap .layer .layer-bottom .layer-item.cur {
  display: inline-block;
}
#wrap .layer .layer-bottom .layer-item i {
  float: left;
  background-size: 100% 100%;
  background-position: center center;
}
#wrap .layer .layer-bottom .layer-item .text {
  display: inline-block;
}
#wrap .layer .layer-bottom .layer-item .text .top {
  font-size: .28rem;
  color: #fff;
}
#wrap .layer .layer-bottom .layer-item .text .bottom {
  font-size: .4rem;
  color: #fff;
  border-top: 1px solid #FFF;
}
#wrap .layer .layer-bottom .layer-item.mumu i {
  width: 1.1rem;
  height: .93rem;
  background-image: url(../img/mumu-logo.png);
  margin-right: .2rem;
}
#wrap .layer .layer-bottom .layer-item.player i {
  width: .97rem;
  height: .97rem;
  background-image: url(../img/player.png);
  margin-right: .2rem;
}
#wrap .layer .layer-bottom .layer-item.account i {
  width: 1.15rem;
  height: 1.15rem;
  border: .1rem solid #FFF;
  margin-right: .2rem;
  margin-top: -0.2rem;
}
#wrap .layer .layer-bottom .layer-item.account i img {
  width: 1.15rem;
  height: 1.15rem;
}
body .NIE-share-m.change {
  bottom: 1.24rem;
  height: 1.9rem;
  top: auto;
  background: transparent;
}
body .NIE-share-m.change .NIE-share_ctrl .NIE-share_buttons {
  padding-bottom: 0;
}
.video-mark {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
}
.video-mark .video-box {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.video-mark .video-box #VIDEO {
  position: relative;
  width: 100%;
  height: 100%;
}
.video-mark .video-box #VIDEO video {
  height: 4rem;
  width: 100%;
  background: #000;
}
@-webkit-keyframes scale {
  0%,
  100% {
    opacity: .8;
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
}
