@charset "utf-8";

/* 重设浏览器默认样式 */
html {
  background: #fff;
  color: #000;
  height: 100%;
  font-size: 10px;
}

* {
  margin: 0;
  padding: 0;
}

fieldset,
img {
  border: 0;
}

ol,
ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

/* 清除浮动 */
.clearfix:after,
.clearfix:before {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

#PC-content {
  display: none;
}

#wap-content {
  display: block;
  width: 100%;
  max-width: 750px;
}

body {
  background-color: #fff;
  color: #a6937c;
  font-size: 13px;
  font-family: "华文细黑", "STXihei", "Microsoft Yahei", "Helvetica";
}

button {
  border: none;
}

.img-sprite {
  background: url("../imgs/img-sprite.png") no-repeat;
  background-size: 254px 150px;
}

.container {
  padding-bottom: 46px;
  background-color: #fff;
}

.container .top {
  padding-bottom: 18px;
  background-image: -webkit-linear-gradient(bottom, #e33852, #e14057);
  background-image: -moz-linear-gradient(bottom, #e33852, #e14057);
  background-image: -o-linear-gradient(bottom, #e33852, #e14057);
  background-image: linear-gradient(to top, #e33852, #e14057);
}

.page-header {
  z-index: 10;
  width: 100%;
  height: 38px;
}

section.page-contain {
  margin: 0 auto;
  width: 320px;
}

.logo {
  float: left;
  margin: 10px 0 0 20px;
  color: #fff;
  font-size: 18px;
}

.logo img {
  margin-right: 5px;
  vertical-align: middle;
}

.ico-share {
  display: inline-block;
  float: right;
  margin: 10px 20px 0 0;
  width: 28px;
  height: 25px;
  background-position: 0 -68px;
}

/*section.main, section.tips{ margin: 0 auto; width: 320px;}*/
section.tips {
  margin: 0 auto;
  background-color: #fff;
}

h2.title {
  margin: 17px auto 0;
  width: 252px;
  height: 68px;
  background-position: 0 0;
}

/*section.main a{ display: block; margin: 16px auto 0px; width: 187px; height: 56px; background-position:-29px -68px; }*/
section.tips ul {
  margin-top: 10.5px;
  margin-left: 45px;
}

@media only screen and (min-width:360px) {
  section.tips {
    width: 320px;
  }

}

/*section.tips ul p{ line-height: 30px;}*/
.ico-dot {
  display: inline-block;
  margin-right: 5px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #ef6479;
  -webkit-box-shadow: inset 0 -2px rgba(214, 119, 134, .75);
  -moz-box-shadow: inset 0 -2px rgba(214, 119, 134, .75);
  box-shadow: inset 0 -2px rgba(214, 119, 134, .75);
  vertical-align: middle;
}

#mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
  width: 10000px;
  height: 10000px;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.section-share {
  position: absolute;
  top: 120px;
  left: 50%;
  z-index: 1000;
  display: none;
  margin-left: -150px;
  width: 300px;
  height: 240px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .75);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .75);
  box-shadow: 0 1px 5px rgba(0, 0, 0, .75);
  text-align: center;
  opacity: 0.9;
}

.section-share h3 {
  margin: 26px auto 0;
  width: 89px;
  height: 18px;
  background-position: 0 -133px;
}

.section-share ul {
  margin-top: 16px;
}

.section-share button,
.section-share a {
  display: inline-block;
  margin-bottom: 11px;
  width: 276px;
  height: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(top, #68c1ff, #3aa8f3);
  background-image: -moz-linear-gradient(top, #68c1ff, #3aa8f3);
  background-image: -o-linear-gradient(top, #68c1ff, #3aa8f3);
  background-image: linear-gradient(to bottom, #68c1ff, #3aa8f3);
  color: #fff;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  font-size: 17px;
  font-family: "华文细黑", "STXihei";
  line-height: 40px;
}

.section-share .cancel {
  margin-top: 16px;
  background-image: -webkit-linear-gradient(bottom, #e72948, #e14057);
  background-image: -moz-linear-gradient(bottom, #e72948, #e14057);
  background-image: -o-linear-gradient(bottom, #e72948, #e14057);
  background-image: linear-gradient(to top, #e72948, #e14057);
}

#mask-grey {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
  width: 10000px;
  height: 10000px;
  background: #f0f0f0;
}

#mask-grey img {
  position: absolute;
}

#invitation {
  background: #fef3d5;
  line-height: 35px;
  font-size: 14px;
  color: #fe9500;
  display: none;
}

#invitation i {
  background: url("../imgs/coin.png") center no-repeat;
  background-size: 22px;
  display: block;
  float: left;
  margin-left: 10px;
  width: 25px;
  height: 35px;
}

.footer {
  background: #FFF;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

#footer {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  zoom: 1;
  text-align: center;
  border-top: 1px solid #e2dbd4;
}

#footer span {
  color: #c3bcb5;
  margin-right: 4px;
  font-size: 10px;
  line-height: 25px;
  display: inline-block;
  vertical-align: top;
}

a {
  -webkit-touch-callout: none; /* 禁止长按链接与图片弹出菜单 */
  -webkit-appearance: none;
  color: #a09a95;
  line-height: 25px;
  text-decoration: none;
}

.container .top {
  position: relative;
  height: 20rem;
  background: #fff;
  padding-bottom: 37px;
  font-size: 0;
  overflow: hidden;
}

.container .main {
  position: relative;
  height: 20rem;
  background: url('../images/banner_app.png') 0 0 no-repeat;
  background-size: cover;
  overflow: hidden;
}

.container .main li {
 width: 100%;
}

section.tips {
  margin: 0 auto;
  width: 295px;
  background-color: #fff;
}

section.tips ul {
  margin-top: 20px;
  margin-left: 15px !important;
}

section.tips li {
  position: relative;
  font-size: 14px;
  color: #8a8282;
  line-height: 30px;
}

section.tips li:first-child {
  color: #ee7a91;
}

section.tips li img {
  width: 20px;
  vertical-align: middle;
}

#logo_yunqi {
  position: absolute;
  width: 86px;
  height: 86px;
  bottom: 0;
  left: 50%;
  margin-left: -43px;
  z-index: 100;
}
