body,
html {
  min-height: 100%;
  -webkit-tap-highlight-color: transparent;
  font-family: arial, -apple-system-font, Helvetica Neue, sans-serif;
  background-color: #f0f0f5;
  box-sizing: border-box;
  overflow: auto;
  padding-bottom: 80px;
}
.demos-title {
  text-align: center;
  font-size: 34px;
  color: #fff;
  font-weight: 400;
  margin: 0 15%;
}

.demos-sub-title {
  text-align: center;
  color: #888;
  font-size: 14px;
}

.demos-header {
  padding: 20px 0;
  background-color: #f92929;
}

.demos-content-padded {
  padding: 15px;
}

.demos-second-title {
  text-align: center;
  font-size: 24px;
  color: #3cc51f;
  font-weight: 400;
  margin: 0 15%;
}
.container {
  padding: 0 15px;
}
.swiper-container {
  width: 100%;
}
.swiper-container img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.weui-cell__hd img {
  width: 50px;
  display: block;
}
.weui-badge_blue {
  display: inline-block;
  padding: 0.4em 0.5em;
  min-width: 8px;
  border-radius: 18px;
  background-color: blue;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  font-size: 15px;
  vertical-align: middle;
}
.section_title {
  font-weight: 900 !important;
}
.section_hr {
  border: 1px solid rgba(236, 236, 236, 0.6);
}
.container__title {
  line-height: 45px;
  padding-left: 15px;
  color: #999999;
  font-size: 14px;
}
.container__top {
  line-height: 45px;
  padding-left: 15px;
  color: #333;
  font-size: 18px;
  background-color: #fff;
  position: relative;
}
.container__top:not(:first-child) {
  margin-top: 10px;
}
.weui-cell {
  padding: 13px 11px 13px 15px;
}
.weui-grids {
  background-color: #fff;
}
.weui-article {
  background-color: #fff;
  border-radius: 10px;
}
.weui-article h1 {
  position: relative;
  padding: 0.6em 1em;
  padding-top: 1em;
  margin: 0;
  font-size: 23px;
}
.weui-article h1:after {
  border-top: 0;
}
.weui-cell:first-child:before {
  display: block;
  left: 0;
}
.weui-article p {
  line-height: 30px;
  color: #333;
  font-size: 16px;
  margin: 0.5em 1em;
}
.weui-cell_access .weui-cell__ft:after {
  width: 7px;
  height: 7px;
  border-color: #ccccd0;
  right: 7px;
  border-width: 1px 1px 0 0;
}
.weui-grid:before {
  top: 15px;
  bottom: 128px;
  height: 65px;
  border-right: 1px solid #d9d9d9;
}
.weui-grid:after {
  border-bottom: 1px solid #d9d9d9;
}
.weui-grid:nth-child(3):after {
  right: 15px;
}
.weui-grid:nth-child(3n + 3):before {
  border-right: 0;
}
.weui-grid:first-child:after {
  left: 15px;
}
.weui-grids:before {
  border: 0;
}
.weui-cell:first-child:before {
  border-top: 0;
}
.weui-article section p:last-child {
  padding-bottom: 25px;
}
.weui-article section {
  margin-bottom: 1em;
}
.detailDiv .weui-cell_access:active {
  background-color: #fafafa;
}
.weui-cell_access:active {
  background-color: #fff;
}
.weui-cell_access .weui-cell__pt:after {
  content: " ";
  display: inline-block;
  height: 8px;
  width: 8px;
  border-width: 0px 1px 1px 0px;
  border-color: #c8c8cd;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: relative;
  right: 5px;
}
.weui-cell_access .weui-cell__bt:after {
  width: 8px;
  height: 8px;
  border-color: #c8c8cd;
  border-width: 1px 0px 0px 1px;
  position: relative;
  right: 5px;
}
.container__top {
  border-radius: 10px 10px 0 0;
}
.weui-panel {
  border-radius: 0 0 10px 10px;
}
.iconImg {
  width: 20px;
  margin-right: 8px;
}
.hotImg img {
  width: 20px;
}
.headline {
  display: flex;
  align-items: center;
}
.detailDiv {
  display: none;
  background: #fafafa;
}
.desTitle {
  font-weight: 600;
}
.desTip {
  color: #999;
  font-size: 14px;
  margin-left: 10px;
}
.telDiv {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  padding: 3% 10%;
}
.weui-btn_color {
  background: linear-gradient(to right, #f1a34b, #e66b35);
  line-height: 3;
  border-radius: 25px;
  font-size: 15px;
  font-weight: 600;
}
.weui-article .telTip,
.telTip {
  font-size: 12px;
  color: #999;
  margin: 5px;
  margin-bottom: 0;
  text-align: center;
}
.container__top::before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  border-top: 0.5px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  left: 16px;
  z-index: 2;
}
.weui-cell:before {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.detailDiv .weui-cell__bd p,
.hotTop .weui-cell__bd p {
  font-size: 15px;
  color: #000;
}
.hotTop .weui-cell__bd p {
  margin-top: 5px;
}
.feedTip {
  margin: auto;
  font-size: 15px;
  padding: 5px 0 17px 0;
}
.showDiv {
  display: block;
}
.detailDiv .weui-cell {
  padding: 13px 11px 13px 25px;
}
.hotImg {
  display: flex;
  flex-direction: column;
  align-items: center;
  float: left;
}
.hotInline {
  display: inline-block;
}

.box {
  margin: 15px 12px;
}
.weui-panel:after {
  border-bottom: 0;
}
/* 各种玩法css */
.main {
  padding: 10px 15px 25px 15px;
  margin: 15px 12px;
  background-color: #fff;
  border-radius: 10px;
}

h2 {
  text-align: center;
}
.red {
  color: red;
}
.blue {
  color: blue;
}
table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  margin: 5px 0;
}
table tr th,
table tr td {
  height: 20px;
  line-height: 20px;
  border: 1px solid #ebebeb;
}
td {
  padding: 4px;
}
.r-ball,
.b-ball {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin: 0 2px 0 0;
}
.r-ball {
  background-color: red;
}
.b-ball {
  background-color: blue;
}

