/*换算规则
开发时按1rem=100px计算即可
*/

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body{
  background: #F7F7F7;
  position: relative;
}
ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

#share-background {
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 10;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=30);
  overflow: hidden;
  text-align: center;
}

#share-head {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: 11;
  overflow: hidden;
  text-align: center;
}

#share-head > img {
  position: fixed;
  top: 15px;
  right: 14px;
  /* height: 200px; */
  width: 28%;
}

#share-alert-text {
  font-size: 14px;
  margin: 200px auto;
  width: 68%;
  color: white;
  background-color: rgb(24, 49, 81);
  padding: 20px 20px;
  padding-top: 12px;
  border: 3px solid;
  border-radius: 5px;
}

/*
[data-dpr="2"] #share-alert-text {
    font-size: 28px;
}

[data-dpr="3"] #share-alert-text {
    font-size: 42px;
}
*/

.container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 1.4rem;
}


.shareDownLoad {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 1.2rem;
  background: rgb(255, 255, 255);
  padding: 0.17rem 0.26rem 0 0.23rem;
}

.shareDownLoad > img {
  display: inline-block;
  vertical-align: top;
  width: 0.9rem;
  height:  0.9rem;
}

.shareDownLoad .desc {
  display: inline-block;
  vertical-align: top;
  color: #000000;
  font-size: 12px;
  margin-top: 0.06rem;
}

.shareDownLoad .desc > p:nth-of-type(1) {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 0.1rem;
}

.shareDownLoad .desc > p:nth-of-type(2) {
  color: #787878;
}

.shareDownLoad > a {
  float: right;
  display: block;
  background: #3377FF;
  width: 1.5rem;
  height: 0.65rem;
  text-align: center;
  line-height: 0.65rem;
  text-decoration: none;
  color: #ffffFF;
  border-radius: 1rem;
  font-size: 14px;
  margin-top: 0.12rem;
}


.empty-msg{
  height: 2rem;
  line-height: 2rem;
  font-size: .3rem;
  text-align: center;
  color: #444444;
  font-weight: bold;
}

.deck > a{
  display: block;
  text-decoration:none;
  color: #fff;
}