@charset "UTF-8";
@font-face {
  /*font-family: "Hiragino Sans GB W3";
    src: url('../font/Hiragino Sans GB W3.otf'),
     url('../font/Hiragino Sans GB W6.otf'); /* IE9+ */ }

html, body, div, p, hr, pre, h1, h2, h3, h4, h5, h6, table, tr, td, th, tfoot, tbody, thead, form, input, textarea, label, ul, ol, dl, li, dt, dd {
  margin: 0;
  padding: 0; }

body {
  font-family: "Hiragino Sans GB W3","Microsoft YaHei","微软雅黑";
  -webkit-font-smoothing: antialiased;
  margin: 0; }

body {
  margin: 0 auto;
  color: #000; }

ul {
  margin: 0;
  padding: 0; }

ul li {
  list-style: none;
  margin: 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

a {
  text-decoration: none;
  color: #333333;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0); }

.clearfix {
  display: block; }

.clearfix:after {
  content: '';
  overflow: hidden;
  width: 100%;
  height: 0px;
  font-size: 0px;
  display: block;
  clear: both; }

.hidden {
  display: none; 
}
.preview-tips{
    background: url(../image/preview-tips.png) no-repeat;
    background-size: contain;
    width: 16rem;
    height: 2.62rem;
    position: relative;
}
.icon-preview{
    position: absolute;
    right: 0;
    bottom: 0.33333rem;
    background: url(../image/preview-tips2.png) no-repeat;
    background-size: contain;
    width: 3.498667rem;
    height: 1.578667rem;
}
.download-fade {
  position: fixed;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  height: 4.010667rem;
}
@media screen and (min-device-width: 500px) {
  /* .download-fade{
    bottom: -0.406667rem;
    height: auto;
  } */
}

.download-fade{
  bottom: -0.406667rem;
  height: auto;
}

.download-container {
  -padding: 0.576rem 0.81067rem 0.576rem 0.72533rem;
  height: 100%;
  /* line-height: 1.856rem;  */
}

.icon-download {
  width: 100%;
  display: block;
}
.icon-download img{
  width:100%;
  -height:100%;
}
.download-btns {
  position: relative;
  float: right; }

.download-btns .now-download {
  color: #fff;
  font-size: 0.51392rem;
  border-radius: 1.152rem;
  padding: 0.32rem 0.85333rem;
  background-color: #F45D53;
  margin-right: 1.32267rem;
  cursor: pointer; }

.download-close {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  display: block;
  width: 0.68267rem;
  height: 0.68267rem;
  background: url(../image/download_close.png) no-repeat;
  background-size: 100% 100%; }

.close-container {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1.68267rem;
  cursor: pointer; }

@media screen and (max-width: 320px) {
  .download-btns .download-close {
    width: 1.06667rem;
    height: 1.06667rem; }
  .close-container {
    width: 1.06667rem; } }

/*@media screen and (min-width: 750px) {
  html {
    font-size: 24px !important; } }*/

.mui-bar {
  position: static !important;
  z-index: 10;
  right: 0;
  left: 0;
  height: 44px;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 0;
  /*  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.85); */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.mui-bar-nav {
  top: 0;
  /* -webkit-box-shadow: 0 1px 6px #ccc;
    box-shadow: 0 1px 6px #ccc; */ }

.mui-pull-left {
  float: left; }

.mui-icon {
  font-family: Muiicons;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
  -webkit-font-smoothing: antialiased; }

.mui-bar .mui-icon {
  font-size: 24px;
  position: relative;
  z-index: 20;
  padding-top: 10px;
  padding-bottom: 10px; }

.mui-bar-nav.mui-bar .mui-icon {
  margin-right: -10px;
  margin-left: -10px;
  padding-right: 10px;
  padding-left: 10px; }

.mui-icon-back:before, .mui-icon-left-nav:before {
  display: block;
  content: "" !important;
  width: 20px;
  height: 20px;
  background: url(../image/return.png);
  background-size: 100% 100%; }

.mui-title {
  font-size: 17px;
  font-weight: 500;
  line-height: 44px;
  position: absolute;
  display: block;
  width: 100%;
  margin: 0 -10px;
  padding: 0;
  text-align: center;
  white-space: nowrap;
  color: #fff; }

.mui-bar .mui-title {
  right: 40px;
  left: 40px;
  display: inline-block;
  overflow: hidden;
  width: auto;
  margin: 0;
  text-overflow: ellipsis; }
