* {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:hover, *:active, *:focus {
  outline: none;
}

.scroll {
  width: 100%;
  overflow: auto;
}

.scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.scroll::-webkit-scrollbar-track-piece {
  background-color: #fff;
  -webkit-border-radius: 6px;
}

.scroll::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: #fff;
  -webkit-border-radius: 6px;
}

.scroll::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: #fff;
  -webkit-border-radius: 6px;
}

html {
  font-family: "Microsoft Yahei";
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  font-size: 62.5%;
}

body, h1, h2, h3, h4, h5, ul, li, dl, dt, dd, p {
  margin: 0;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
}

ul {
  padding: 0;
  list-style: none;
}

input, textarea, button, select {
  border: none;
  margin: 0;
  padding: 0;
  font-family: "Microsoft Yahei";
  -webkit-appearance: none;
  font-weight: normal;
}

*[type='button'] {
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}

body, html {
  height: 100%;
  text-align: left;
}

header, main, section, nav, aside, footer {
  display: block;
  width: 100%;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.rel {
  position: relative;
}

.abs {
  position: absolute;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.dsn, .fadeOut, .close {
  display: none;
}

.fadeIn, .open {
  display: block;
}

.hidden {
  visibility: hidden;
}

.dsTab {
  display: table;
}

.dsCell {
  display: table-cell;
  line-height: 1.3;
}

.syn {
  overflow: hidden;
}

.ds-flex {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.ds-flex.tac {
  text-align: center;
}

.flex {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

img {
  width: 100%;
  display: block;
  border: none;
}

a {
  text-decoration: none;
  font-family: "Microsoft Yahei";
  font-weight: normal;
  background: transparent;
  font-size: 1.4rem;
}

*[type='button'] {
  cursor: pointer;
}

*[role='img'] {
  display: inline-block;
  vertical-align: middle;
}

*[type='checkbox'] {
  margin-right: 4px;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  border: solid 1px #d7d7d7;
  display: inline-block;
}

body {
  -webkit-overflow-scrolling: touch;
  font-size: 1.3rem;
  line-height: 1;
  background: #ffffff;
}

.fixFooter {
  min-height: 4rem;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.fixFooter > .action-r {
  position: absolute;
  right: 0;
  top: 0;
  width: 38%;
  height: 100%;
  z-index: 5;
}

.fixFooter > .action-l {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 61.99%;
}

.homeLink {
  position: absolute;
  left: 50%;
  top: 10%;
  width: 48%;
  height: 3rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.bold {
  font-weight: bold;
}

.cwarn {
  color: #fd5e0d;
}

.f888 {
  color: #888;
}

.fs13 {
  font-size: 1.3rem;
}

.fs14 {
  font-size: 1.4rem;
}

.fs15 {
  font-size: 1.5rem;
}

.fs16 {
  font-size: 1.6rem;
}

.row {
  padding: 0 1.5rem;
}

.row.dark {
  background: #f6f6f6;
}

.row.shadow {
  position: relative;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  z-index: 1;
}

.row.py12 {
  padding: 1.2rem 1.5rem;
}

.item2 {
  padding: 1.2rem 0;
}

.item2 > .media {
  margin: 0 auto 0.5rem;
  width: 13%;
}

.item2 > .text {
  color: #666;
  font-size: 1.3rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 1px;
}

.item2.vertical > .media,
.item2.vertical > .text {
  display: block;
}

.item {
  padding-top: 1rem;
  width: 100%;
  color: #666;
  font-size: 1.2rem;
  text-align: left;
  display: table;
}

.item + .item {
  padding-top: 0;
  margin-top: 1.8rem;
}

.item:last-child {
  padding-bottom: 1rem;
}

.item > .item-content {
  display: table-cell;
  vertical-align: top;
}

.item > .item-content > h3 {
  color: #222;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.7;
}

.item > .item-content > h4 {
  padding: 0.3rem 0 0.25rem 0;
  color: #fd5e0d;
  font-size: 1.2rem;
  font-weight: normal;
  text-align: left;
}

.item > .item-content > .text {
  padding: 0.6rem 0 0 0;
  word-break: break-all;
  line-height: 1.5;
  color: #888;
  display: block;
}

.item > .item-content > .text.mini {
  padding: 0.3rem 0 0 0.2rem;
}

.item > .item-content.wpre60 {
  width: 60%;
  padding-left: 1rem;
}

.item > .media-l {
  width: 48%;
  display: table-cell;
  vertical-align: top;
}

.item > .media-r {
  padding-left: 30px;
  display: table-cell;
  vertical-align: top;
}

.box {
  position: relative;
  color: #888;
  font-size: 1.2rem;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}

.box > .media {
  padding: 0.3rem;
  width: 8.6rem;
  height: 8.6rem;
  border: solid 1px #ddd;
  text-align: center;
  color: #333;
  font-size: 1.4rem;
  font-weight: normal;
}

.box > .media.dark {
  background: #f6f6f6;
}

.box > .text {
  line-height: 2;
  display: block;
}

.box + .box:before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 1px;
  height: 80%;
  background: #ddd;
}

.card {
  position: relative;
  margin: 2rem auto 1rem;
  padding: 1.5rem 0.5rem 0;
  background: #fff;
  border: solid 1px #e6e6e6;
  border-radius: 5px;
  text-align: center;
}

.card > h2 {
  position: absolute;
  left: 50%;
  top: -1rem;
  height: 2rem;
  width: 80%;
  white-space: nowrap;
  background: #e03a24;
  color: #fff;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 2rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.card > h2:before, .card > h2:after {
  content: '';
  position: absolute;
  top: 0;
  border: solid 1rem transparent;
}

.card > h2:before {
  left: -1.9rem;
  border-right-color: #e03a24;
}

.card > h2:after {
  right: -1.9rem;
  border-left-color: #e03a24;
}

.card > .text {
  margin: 1rem 0 0;
}

.card > .action {
  margin: 0.6rem auto 1rem;
  padding-left: 1rem;
  width: 47%;
}

.card + .card {
  margin-top: 3rem;
}

.qqImg {
  padding: 2rem 1rem 0.8rem;
  display: block;
}

.ewmChoice {
  position: absolute;
  right: 5%;
  top: 0.3rem;
  padding: 0.3rem;
  width: 22%;
  background: #fff;
  border: solid 1px #ddd;
  display: block;
}

.btnDownload {
  position: absolute;
  right: 5%;
  bottom: 17%;
  width: 45%;
  height: 2.8rem;
  border-radius: 5px;
}

.smFooter {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0.3rem 0 0;
  height: 3.4rem;
  background: #000000;
  line-height: 1.3;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}

.smFooter > span {
  margin: 0 -1rem;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  display: block;
  opacity: 0.7;
}

.h34 {
  height: 3.4rem;
}

.pt10 {
  padding-top: 1rem;
}

@media screen and (max-width: 350px) {
  html {
    font-size: 55%;
  }
  .card > h2:before {
    left: -1.9rem;
  }
  .card > h2:after {
    right: -1.9rem;
  }
}
/*# sourceMappingURL=common.css.map */