@charset "gb2312";
/* CSS Document */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
li {
  list-style: none;
}
textarea {
  overflow: auto;
  resize: none;
}
a,
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: bold;
}
a,
a:hover {
  text-decoration: none;
}
body,
html {
  width: 100%;
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-align: center;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "Microsoft YaHei", "Helvetica Neue", Arial, HelveticaNeue, Helvetica, "BBAlpha Sans", sans-serif;
}
body {
  background: #3b495b;
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}
a {
  text-decoration: none;
}
input {
  -webkit-appearance: none;
}
* {
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-focus-ring-color: rgba(0, 0, 0, 0);
}
p,
a,
li,
span,
input {
  font-size: 0.28rem;
}
h1 {
  font-size: 0.32rem;
}
h2 {
  font-size: 0.34rem;
}
h3 {
  font-size: 0.3rem;
}
h4 {
  font-weight: normal;
  font-size: 0.3rem;
}
h5 {
  font-size: 0.28rem;
}
textarea {
  font-size: 24px;
}
a {
  color: #434343;
}
img {
  vertical-align: top;
}
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;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
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%;
  }
}
.g-clr {
  zoom: 1;
}
.g-clr:after {
  display: block;
  clear: both;
  height: 0;
  content: "\0020";
}
@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;
}
#share_content,
#forhorview {
  display: none;
}
.center {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  box-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-box-pack: center;
  box-pack: center;
}
.orient_ver {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
}
.orient_hoz {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
}
#main {
  width: 100%;
  min-height: 100%;
  position: relative;
}
/*******************菜单样式************************/
nav {
  z-index: 888;
  position: absolute;
  top: 0;
  padding-top: 1rem;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: none;
}
nav ul {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  height: 0;
  overflow: hidden;
  float: right;
  width: 2.2rem;
}
nav ul li {
  height: 0.76rem;
}
nav ul li a {
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  line-height: 0.76rem;
}
/*******************内页导航条样式************************/
.header {
  height: 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  box-align: center;
}
.header a {
  width: 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  height: 100%;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  box-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-box-pack: center;
  box-pack: center;
}
.header a i.i_arrow em,
.header a i.i_arrow b {
  height: 0.06rem;
  width: 0.24rem;
}
.header a i.i_arrow em {
  margin-top: -0.08rem;
}
.header a i.i_arrow b {
  margin-top: 0.06rem;
}
.header h2 {
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  box-flex: 1;
  font-weight: normal;
  border-left: 1px solid #fff;
  text-indent: 0.24rem;
}
/*******************首页导航条及内页下载条样式************************/
.topbar {
  height: 1.2rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  box-align: center;
}
.topbar .logo {
  width: 2.11rem;
  height: .97rem;
  position: relative;
  z-index: 2;
  margin-left: 0.1rem;
  margin-top: 0.2rem;
  margin-right: 0.16rem;
}
.topbar .game_name {
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  box-flex: 1;
}
.topbar .game_name h2 {
  font-size: 0.32rem;
}
.topbar a.button {
  width: 1.84rem;
  height: 0.62rem;
  margin-right: 0.34rem;
  line-height: 0.62rem;
  font-size: 0.26rem;
  text-align: center;
  border-radius: 0.06rem;
  display: none;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  box-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-box-pack: center;
  box-pack: center;
}
.topbar a.button.show {
  display: -webkit-box;
  display: -moz-box;
  display: box;
}
.topbar.download_bar .logo {
  width: 3rem;
  height: .97rem;
  margin-top: 0;
  border-radius: 0.2rem;
  box-sizing: border-box;
}
.topbar.download_bar a {
  box-shadow: none;
  height: 0.6rem;
  line-height: 0.6rem;
}
.topbar.download_bar a i {
  display: none;
}
/*******************列表模块标题栏样式************************/
.little_head {
  height: 0.88rem;
  border-width: 1px;
  border-style: solid;
  line-height: 0.88rem;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  box-align: center;
}
.little_head .i_title {
  width: 0.14rem;
  height: 100%;
  display: block;
  margin-right: 0.14rem;
}
.little_head span {
  font-size: 0.34rem;
  display: block;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  box-flex: 1;
}
/*******************文本列表样式************************/
.list_view li a {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-box-pack: justify;
  box-pack: justify;
  height: 1.08rem;
  line-height: 1.08rem;
}
.list_view li a span {
  display: block;
  width: 5.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: .32rem;
}
.list_view li a em {
  display: block;
  font-weight: normal;
  font-style: normal;
}
/*******************图文列表************************/
.list_view_img li a {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  box-align: center;
  height: 1.6rem;
  padding: 0 0.32rem;
}
.list_view_img li a img {
  width: 1.28rem;
  height: 1.28rem;
  margin-right: 0.2rem;
}
.list_view_img li a span {
  display: block;
  height: 1.28rem;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  box-flex: 1;
}
.list_view_img li a span h3 {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.36rem;
  margin-bottom: 0.05rem;
  font-weight: normal;
}
.list_view_img li a span p {
  color: #888;
  word-break: break-all;
  line-height: 0.34rem;
  height: 0.68rem;
  overflow: hidden;
}
/*******************公用底部样式************************/
.div_buttons {
  padding-top: 0.44rem ;
  margin-bottom: 0.7rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-box-pack: center;
  box-pack: center;
}
.div_buttons a {
  display: block;
}
.site_bottom {
  box-sizing: border-box;
}
.site_bottom .button {
  height: 0.7rem;
  width: 3.35rem;
  margin: 0 0.2rem;
  font-size: 0.3rem;
  line-height: 0.7rem;
  display: block;
  border-radius: 0.1rem;
  text-align: center;
  font-weight: bold;
}
.site_bottom .button.show {
  display: block;
}
.site_bottom ul {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-box-pack: justify;
  box-pack: justify;
  padding: 0 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;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
  height: 0.6rem;
  line-height: 0.6rem;
}
.site_bottom ul li a i {
  display: block;
  font-size: 0.4rem;
  width: 0.6rem;
  height: 0.6rem;
  margin-right: 0.1rem;
  line-height: 0.6rem;
  box-sizing: border-box;
  border: 1px solid #eaf1fa;
  color: #eaf1fa;
  text-align: center;
}
.site_bottom ul li a span {
  font-size: 0.28rem;
  display: block;
  color: #eaf1fa;
}
.site_bottom .site_tel {
  color: #fff;
  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;
  -ms-box-pack: center;
  box-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  box-align: center;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
}
.site_bottom .site_tel h3 i {
  margin-right: 0.1rem;
  display: block;
}
.site_bottom .site_tel h3 span {
  font-size: 0.28rem;
  font-weight: normal;
  line-height: 0.4rem;
  display: block;
}
.site_bottom .site_tel p {
  text-align: center;
}
.site_bottom .icon_tel {
  width: 0.42rem;
  height: 0.4rem;
  background-image: url(../img/icons.png);
  background-repeat: no-repeat;
  background-size: auto 0.6rem;
  margin-right: 0.08rem;
  background-position: -2.5rem -0.08rem;
  display: inline-block;
  line-height: 0.56rem;
}
.site_bottom .NIE-copyRight_m {
  padding: 0.4rem 0.32rem ;
  min-height: 0.8rem;
}
.site_bottom .NIE-copyRight_m p {
  text-align: center;
  font-size: 0.26rem;
  line-height: 0.4rem;
}
/*******************回到顶部按钮样式************************/
.btn_toTop {
  width: 0.96rem;
  height: 0.96rem;
  display: block;
  position: absolute;
  bottom: 0.26rem;
  right: 0.26rem;
  margin-left: -0.25rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-box-pack: center;
  box-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  box-align: center;
  overflow: hidden;
}
.btn_toTop i {
  width: 0.3rem;
  height: 0.3rem;
  border-left: 0.08rem solid #100000;
  border-top: 0.08rem solid #100000;
  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: 0.3rem;
  height: 0.3rem;
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% ;
}
.i_arrow {
  width: 0.8rem;
  height: 0.8rem;
  display: block;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  box-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-box-pack: center;
  box-pack: center;
}
.i_arrow i {
  width: 0.3rem;
  height: 0.3rem;
  border-right: 0.06rem solid #100000;
  border-top: 0.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);
}
/*******************菜单按钮样式************************/
.i_menu {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  box-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-box-pack: center;
  box-pack: center;
  height: 100%;
  width: 100%;
}
.i_menu em {
  display: block;
  height: 0.04rem;
  width: 0.4rem;
  margin: 0.04rem 0;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1.0;
}
.i_menu em:nth-child(2n+2) {
  background: transparent;
}
.i_menu em b {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  height: 0.04rem;
  width: 0.4rem;
  left: 0;
  top: 0;
}
.btn_menu.active .i_menu em:nth-child(2n+1) {
  -webkit-transform: translate(0, 0.2rem);
  -moz-transform: translate(0, 0.2rem);
  -ms-transform: translate(0, 0.2rem);
  transform: translate(0, 0.2rem);
  opacity: 0;
}
.btn_menu.active .i_menu em:nth-child(2n+2) b:nth-child(2n+1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn_menu.active .i_menu em:nth-child(2n+2) b:nth-child(2n+2) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btn_menu.active .i_menu em:nth-child(2n+3) {
  -webkit-transform: translate(0, -0.2rem);
  -moz-transform: translate(0, -0.2rem);
  -ms-transform: translate(0, -0.2rem);
  transform: translate(0, -0.2rem);
  opacity: 0;
}
.btn_getmore {
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  display: none;
}
/*******************遮罩层通用样式************************/
.mask {
  transition: opacity 0.3s ease-in-out 0s;
  -moz-transition: opacity 0.3s ease-in-out 0s;
  -webkit-transition: opacity 0.3s ease-in-out 0s;
  -o-transition: opacity 0.3s ease-in-out 0s;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  opacity: 0.0;
  z-index: 999;
}
.mask.show {
  opacity: 1.0;
}
/*******************对话框样式************************/
.alertbox {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0);
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  box-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-box-pack: center;
  box-pack: center;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.alertbox .alert_text {
  -webkit-transform: translate(0, -30rem);
  -moz-transform: translate(0, -30rem);
  -ms-transform: translate(0, -30rem);
  transform: translate(0, -30rem);
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  position: relative;
  width: 6.6rem;
  min-height: 2.5rem;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0.5rem 0.24rem;
}
.alertbox .alert_text h2 {
  font-size: 0.4rem;
  line-height: 0.8rem;
  text-align: center;
}
.alertbox .alert_text p {
  text-align: center;
  line-height: 0.6rem;
}
.alertbox.show {
  background: rgba(0, 0, 0, 0.6);
}
.alertbox.show .alert_text {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.alertbox.remove {
  background: rgba(0, 0, 0, 0);
}
.alertbox.remove .alert_text {
  -webkit-transform: translate(0, 50rem);
  -moz-transform: translate(0, 50rem);
  -ms-transform: translate(0, 50rem);
  transform: translate(0, 50rem);
}
.alertbox .btn_close {
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
}
.btn_close {
  width: 0.6rem;
  height: 0.6rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  box-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-box-pack: center;
  box-pack: center;
}
.btn_close em,
.btn_close i {
  display: block;
  background: #fff;
  width: 0.6rem;
  height: 0.04rem;
}
.btn_close em {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn_close i {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: -0.6rem;
}
/*******************横屏提示弹层样式************************/
#forhorview {
  position: fixed;
  z-index: 1000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  box-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-box-pack: center;
  box-pack: center;
}
#forhorview p {
  font-size: 0.6rem;
  color: #ddd;
}
#forhorview.show {
  display: -webkit-box;
  display: -moz-box;
  display: box;
}
/*******************通用抽屉层样式************************/
.moudle {
  position: relative;
  z-index: 99;
  height: 100%;
  transition: opacity 0.3s ease-in-out 0s;
  -moz-transition: opacity 0.3s ease-in-out 0s;
  -webkit-transition: opacity 0.3s ease-in-out 0s;
  -o-transition: opacity 0.3s ease-in-out 0s;
  display: none;
  opacity: 0.0;
}
.moudle.show {
  opacity: 1.0;
}
/*******************关注公众号弹层样式************************/
#md_attention .attention {
  position: fixed;
  bottom: 12%;
  left: 0;
  right: 0;
  width: 100%;
  background: transparent;
  box-sizing: border-box;
  padding: 0 0.5rem ;
  height: 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  box-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-box-pack: center;
  box-pack: center;
}
#md_attention .attention i {
  display: block;
  width: 1rem;
  height: 1rem;
  box-sizing: border-box;
  border-radius: 1rem;
  font-size: 0.8rem;
  text-align: center;
  line-height: 1rem;
  margin-right: .1rem;
}
#md_attention .attention em {
  width: 2rem;
  display: block;
  font-size: 0.28rem;
  color: #fff;
  font-style: normal;
}
/*******************弹窗样式************************/
.popWin {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  display: none;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  box-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-box-pack: center;
  box-pack: center;
}
.popWin section {
  width: 5.8rem;
}
.popWin section .popWin_header {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  box-align: center;
  height: 0.8rem;
  line-height: 0.8rem;
}
.popWin section .popWin_header span {
  font-size: 0.32rem;
  text-indent: 0.2rem;
  display: block;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  box-flex: 1;
}
.popWin section .popWin_header a {
  margin-right: 0.06rem;
}
.popWin section .popWin_content {
  box-sizing: border-box;
  padding: 0.3rem 0.2rem;
  min-height: 4rem;
  display: none;
}
.popWin section .popWin_content h2 {
  font-size: 0.36rem;
  line-height: 0.6rem;
  margin: 0.2rem 0;
  text-align: center;
}
.popWin section .popWin_content h3 {
  font-size: 0.28rem;
  font-weight: normal;
  line-height: 0.4rem;
}
.popWin section .popWin_content p {
  font-size: 0.24rem;
  line-height: 0.4rem;
}
.popWin section .popWin_content.current {
  display: -webkit-box;
  display: -moz-box;
  display: box;
}
.popWin.popup {
  display: -webkit-box;
  display: -moz-box;
  display: box;
}
/*******************礼包模块样式************************/
#gain_result a {
  margin: 0.4rem 0;
}
#active {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
}
#active .form {
  margin-bottom: 0.3rem;
}
.active_ios .for_and {
  display: none;
}
.active_and .for_ios {
  display: none;
}
.for_success {
  display: none;
}
.active_success .for_ios {
  display: none;
}
.active_success .for_and {
  display: none;
}
.active_success .for_success {
  display: block;
}
/*******************输入框+按钮表单样式************************/
.form_bar {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
  width: 100%;
  background: #ffb703;
  box-sizing: border-box;
  padding: 0.26rem 0.32rem 0.3rem;
}
.form_bar span {
  box-sizing: border-box;
  border-right: 0;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  box-flex: 1;
  height: 0.68rem;
  line-height: 0.28rem;
  width: 4.8rem;
  display: block;
}
.form_bar span input {
  padding: 0.22rem 0.22rem;
  border-radius: 0.68rem 0 0 0.68rem;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 0;
}
.form_bar a {
  display: block;
  width: 1.88rem;
  height: 0.68rem;
  line-height: 0.68rem;
  text-align: center;
  font-size: 0.3rem;
  border-radius: 0.68rem;
  position: relative;
  margin-left: -1rem;
  z-index: 2;
  background: #ff364e;
}
/******************表单样式***********************/
.form dl {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
  height: 0.7rem;
  border: 1px solid #ddd;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 0.3rem;
}
.form dl dt {
  width: 1.6rem;
  box-sizing: border-box;
  border-right: 1px solid #ddd;
  display: block;
  height: 100%;
  font-size: 0.24rem;
  line-height: 0.66rem;
  text-align: center;
}
.form dl dd {
  display: block;
  height: 100%;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  box-flex: 1;
  padding: 0.2rem;
  box-sizing: border-box;
}
.form dl dd input {
  width: 100%;
  border: 0;
  display: block;
}
/*******************通用按钮样式************************/
.btn_common {
  display: block;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  font-size: 0.3rem;
}
/*******************短按钮样式************************/
.btn_short {
  width: 2.9rem;
}
html,
body {
  -ms-touch-action: none;
  background: #000000;
  padding: 0;
  border: 0;
  margin: 0;
  height: 100%;
}
.videoBox {
  width: 100%;
  height: 100%;
}
.videoBox video {
  width: 100%;
}
.m-video {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 9999;
  bottom: 0;
}
.m-video .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  bottom: 0;
}
.m-video video {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -3rem;
}
.m-video {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 9999;
  bottom: 0;
}
.m-video .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  bottom: 0;
}
.m-video video {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -3rem;
}
.backHome {
  position: fixed;
  top: 0;
  left: 0;
  width: 2.8rem;
  height: 1.8rem;
  z-index: 100;
}
