/* common variables shared by projects */
/* specific variables should be modified to fit theme needs */
html {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body {
  max-width: 450px;
  width: 100%;
  height: 100%;
  position: relative;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: STHeiti Light, STHeiti, STXihei, Microsoft YaHei;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
body {
  color: #4D585C;
  background-color: #EFEFF4;
}
.template,
.hidden {
  display: none !important;
}
.g-banner .swiper-slide img {
  width: 100%;
  height: 150px;
}
.g-banner .swiper-pagination-bullets {
  width: 1.81rem !important;
  height: 0.43rem !important;
  background: rgba(73, 73, 73, 0.5) !important;
  border-radius: 0.21rem 0.21rem !important;
  left: 50% !important;
  margin-left: -0.9rem !important;
  line-height: 0.43rem !important;
}
.g-banner .swiper-pagination-bullet {
  width: 0.24rem !important;
  height: 0.24rem !important;
  background: #e1d0d2 !important;
  opacity: 1 !important;
}
.g-banner .swiper-pagination-bullet-active {
  background: #a11d2c !important;
  opacity: 1 !important;
}
.loading {
  position: fixed;
  left: 0;
  right: 0;
  top: 20%;
  z-index: 1500;
  display: none;
  padding: 10px 0;
  margin: auto;
  line-height: 1em;
  text-align: center;
}
.loading:after {
  content: attr(data-text);
  display: inline-block;
  min-width: 48px;
  padding: 68px 15px 10px;
  border-radius: 5px;
  font-size: 12px;
  color: #FFF;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  background: url("/assets/skqwx/img/common_loading.gif") center 10px no-repeat rgba(0, 0, 0, 0.7);
  background-size: 48px 48px;
}
.loading.blocked:before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.3);
}
.btn {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  box-sizing: border-box;
  /* hide default appearance */
  border-radius: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  color: #FFF;
  background-color: #28A9E0;
}
.btn.btn-fixed {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.btn.btn-fixed + .btn-space-holder {
  display: block;
  height: 52px;
  margin: 10px auto 0;
  background-color: transparent;
}
.btn.btn-inverse {
  color: #28A9E0;
  background-color: #FFF;
}
.btn.btn-inline {
  display: inline-block;
  width: auto;
  height: 35px;
  padding: 0 15px;
  line-height: 35px;
}
.btn.btn-submit {
  display: block;
  width: 100%;
}
.btn.btn-submit:after {
  content: attr(data-submit);
}
.btn.btn-static {
  width: 95%;
  margin: 10px auto 0;
  border-radius: 5px;
}
.btn.disabled {
  color: #777;
  background-color: #DFDFDF;
}
.btn.submiting {
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.1) inset;
  background-color: #31ade1;
}
.btn.submiting:after {
  content: attr(data-submiting);
}
@-webkit-keyframes toast {
  0%,
  85.71428571% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes toast {
  0%,
  85.71428571% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.toast {
  position: fixed;
  left: 0;
  right: 0;
  top: 20%;
  z-index: 1500;
  width: 100px;
  padding: 10px;
  margin: auto;
  font-size: 12px;
  line-height: 1.5em;
  text-align: center;
  word-break: break-all;
  color: #FFF;
  opacity: 0;
  -webkit-animation: 3s toast;
          animation: 3s toast;
  background-color: rgba(0, 0, 0, 0.7);
}
.toast.error {
  background-color: rgba(250, 75, 104, 0.8);
}
* {
  margin: 0;
  padding: 0;
}
body {
  background-color: #f2f2f2;
}
.home-content {
  height: 94%;
  overflow: scroll;
}
.list {
  position: relative;
}
.list li {
  position: relative;
  display: block;
  float: left;
  font-size: .7rem;
  color: #8F8F8F;
  text-align: center;
}
.list.type2 li {
  width: 50%;
}
.list.type3 li {
  width: 33.33%;
}
.list.type4 li {
  width: 25%;
}
.list li.active {
  color: #3884FF;
}
.list li + li + .cursor {
  width: 50%;
}
.list li + li + li + .cursor {
  width: 33.33%;
}
.list li + li + li + li + .cursor {
  width: 25%;
}
.list li.active:nth-child(2) ~ .cursor {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
}
.list li.active:nth-child(3) ~ .cursor {
  transform: translateX(200%);
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
}
.list li.active:nth-child(4) ~ .cursor {
  transform: translateX(300%);
  -webkit-transform: translateX(300%);
  -moz-transform: translateX(300%);
}
.list .cursor {
  height: 2px;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* 选中蓝色横条的样式可以改这里 */
.template {
  display: none;
}
.head > img {
  display: block;
  max-width: 100%;
  margin: auto;
}
.tabbarImg {
  padding: 10px;
  padding-bottom: 0;
}
.tabbarImg.sy {
  content: url('/assets/skqwx_pc/img/sy.png');
}
.tabbarImg.sy-height {
  content: url('/assets/skqwx_pc/img/sy-height.png');
}
.tabbarImg.wd {
  content: url('/assets/skqwx_pc/img/wd.png');
}
.tabbarImg.wd-height {
  content: url('/assets/skqwx_pc/img/wd-height.png');
}
.items-wrapper {
  background: #ffffff;
  font-size: 14px;
  margin-bottom: 8px;
  border-radius: 8px;
}
.items-wrapper .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.title {
  padding: 10px 12px 20px 12px;
  font-weight: 600;
  font-size: 17px;
}
.item {
  width: 25%;
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 25px;
  position: relative;
}
.item .launch-btn {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.item span {
  display: block;
}
.scorllDiv {
  width: 65%;
  height: 100px;
  overflow: auto;
  overflow-y: hidden;
}
.scorllDiv > ul {
  list-style-type: none;
}
.scorllDiv > ul > li {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
}
.leftImgDiv {
  width: 33.3%;
  box-sizing: border-box;
  text-align: center;
}
.fl {
  float: left;
}
.middleImg {
  width: 69px;
  margin-top: 5px;
  height: 47px;
  margin-top: 26px;
}
.rl {
  float: right;
  margin-right: 5px;
  color: #808080;
}
.itemBottom {
  width: 25%;
  float: left;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  font-size: 14px;
}
.itemBottom img {
  padding: 10px;
}
.itemBottom span {
  display: block;
}
.area2 header {
  background: white;
}
.area2 header .area2Img {
  display: block;
  margin: auto;
  padding: 20px;
}
.area2 header > .unLogin {
  text-align: center;
  font-size: 14px;
  color: #999999;
}
.area2 header > .isLogin {
  text-align: center;
  font-size: 14px;
  color: #999999;
}
.area2 header > .isLogin > div {
  padding-bottom: 10px;
}
.area2 header > .unLogin > button {
  border: 1px solid #00C3AC;
  color: #00C3AC;
  background: white;
  margin-top: 10px;
  padding: 10px;
  font-size: 18px;
  margin-bottom: 10px;
}
.name {
  font-size: 28px;
  color: #222222;
}
.area2List {
  list-style-type: none;
}
.area2List > li {
  border-bottom: 1px solid #E5E5E5;
  width: 90%;
  margin-left: 5%;
}
.area2List > li > img {
  padding: 10px 5px;
  vertical-align: middle;
}
.area2List > li > .itemName {
  display: inline-block;
  width: 81%;
}
.area2List > li > .next {
  background-image: url(/assets/skqwx_pc/img/glyph_arrow.png);
  background-size: 16px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.noData {
  height: 100px;
  line-height: 100px;
}
@media screen and (max-width: 320px) {
  .item {
    width: 33.3%;
    float: left;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
  }
  .item img {
    width: 30px;
    height: 30px;
  }
  .item span {
    font-size: 14px;
  }
  .itemBottom {
    width: 25%;
    float: left;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    font-size: 14px;
  }
  .itemBottom img {
    width: 30px;
    height: 30px;
  }
  .itemBottom span {
    display: block;
    font-size: 14px;
  }
  .area2Img {
    width: 50px;
    height: 50px;
  }
  .area2 header > .unLogin > button {
    font-size: 14px;
  }
}
.bottomD {
  color: #999999;
  font-size: 10px;
  margin-top: 20px;
  text-align: center;
}
.row-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
