html {
  width: 100%;
  min-height: 100%;
  background-color: #fff;
  color: #333;
  font-size: 14px;
  overflow-x: hidden;
}
::-webkit-scrollbar {
  display: none;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
body,
input,
button,
textarea,
select,
option {
  font: normal 1em 'Microsoft YaHei', 'helvetica neue', tahoma, sans-serif;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
pre,
dl,
dd,
blockquote,
button,
input {
  margin: 0;
}
input,
legend,
input,
textarea,
button {
  padding: 0;
}
ul,
ol,
form,
fieldset,
th,
td {
  margin: 0;
  padding: 0;
}
ul,
ol,
li {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
article,
p {
  max-height: 100%;
}
img {
  width: 100%;
  max-width: 100%;
  border: none;
}
img,
input,
button,
label {
  vertical-align: middle;
}
em,
i,
address {
  font-style: normal;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.oh {
  overflow: hidden;
}
.tr {
  text-align: right;
}
.tc {
  text-align: center;
}
.row:after,
.clearfix:after {
  content: "";
  display: table;
  clear: both;
  overflow: hidden;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* flex布局  */
.flex-row,
.flex-row-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-row-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
/* 多行布局 */
.flex-row-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* 子元素反向排列 */
.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
/* 子元素默认平均分布 */
.flex-row > * {
  display: block;
  /* hack低版本Android 2.3- UC,QQ浏览器 */
}
.flex-col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
/* 垂直居中 */
.flex-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
/* 底部对齐 */
.flex-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
/* 沿主轴方向排列方式 */
.flex-justify-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.flex-justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.flex-justify-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/* 沿侧轴方向排列方式 */
.flex-align-start {
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.flex-align-end {
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
.flex-align-around {
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}
.flex-align-between {
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.flex-col-auto {
  /* 不进行伸缩 */
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}
@font-face {
  font-family: 'sheeticon';
  src: url('//at.alicdn.com/t/font_1473036052_2222855.woff') format('woff'), url('//at.alicdn.com/t/font_1473036052_2222855.ttf') format('truetype'), url('//at.alicdn.com/t/font_1473036052_2222855.svg#iconfont') format('svg');
}
.icon {
  font-family: "sheeticon" !important;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-3x {
  font-size: 48px;
}
.icon-large {
  font-size: 22px;
}
.icon-img:before {
  content: "\e601";
}
.icon-yue:before {
  content: "\e615";
}
.icon-ji:before {
  content: "\e616";
}
.icon-ban:before {
  content: "\e602";
}
.icon-nian:before {
  content: "\e603";
}
.icon-yin:before {
  content: "\e604";
}
.icon-jin:before {
  content: "\e605";
}
.icon-wu:before {
  content: "\e606";
}
.icon-yong:before {
  content: "\e607";
}
.icon-ming:before {
  content: "\e608";
}
.icon-re:before {
  content: "\e609";
}
.icon-jian:before {
  content: "\e60a";
}
.icon-qiang:before {
  content: "\e60b";
}
.icon-fast:before {
  content: "\e60c";
}
.icon-hang:before {
  content: "\e60d";
}
.icon-topmost:before {
  content: "\e60e";
}
.icon-download:before {
  content: "\e600";
}
.icon-flash:before {
  content: "\e610";
}
.icon-pic:before {
  content: "\e611";
}
.icon-puzzle:before {
  content: "\e612";
}
.icon-ad:before {
  content: "\e60f";
}
.icon-sale:before {
  content: "\e613";
}
.icon-crown:before {
  content: "\e614";
}
.icon-shebao:before {
  content: "\e617";
}
html {
  background: url(//static.jjoobb.cn/images/mobile/touch/sheet-bg.jpg) no-repeat top center;
  background-size: cover;
}
.s-hd {
  width: 66.66%;
  margin: 3em auto;
}
.s-ft {
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 88.88%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.s-nav {
  margin-left: .714286em;
}
.s-nav li {
  width: 33.33333%;
  margin-bottom: 1em;
}
.s-nav .item {
  display: block;
  margin-right: .714286em;
  padding: .357em .357em 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  border-radius: .3em;
}
.s-nav .c1 {
  background: #688ce4;
}
.s-nav .c2 {
  background: #ff5168;
}
.s-nav .c3 {
  background: #17c563;
}
.s-nav .c4 {
  background: #8d67e0;
}
.s-nav .c5 {
  background: #ff874c;
}
.s-nav .c6 {
  background: #03A9F4;
}
.s-nav .icon-wrap {
  position: relative;
  padding-bottom: 100%;
  border-radius: .2em;
}
.s-nav .icon {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.s-nav p {
  line-height: 3em;
}
.advlink {
  margin-top: 1em;
  text-align: center;
}
.advlink a {
  display: inline-block;
  padding: 0 1em;
  line-height: 2.3em;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: .2em;
}
