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: #fafafa;
}
.footer {
  padding: 1.28571429em 0.71428571em;
  line-height: 2.14285714em;
  background: #2196f3;
  color: #acdaff;
}
.color-gray {
  color: #999;
}
.bd-b {
  position: relative;
  padding-bottom: 1px;
}
.bd-b::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
}
.bd-b::after {
  bottom: 0;
}
.bd-t {
  position: relative;
  padding-top: 1px;
}
.bd-t::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
}
.bd-t::after {
  top: 0;
}
.hairlines .bd-b::after,
.hairlines .bd-t::after {
  -webkit-transform: scaleY(0.5);
  -webkit-transform-origin: 0 0;
  transform: scaleY(0.5);
  transform-origin: 0 0;
}
.service {
  margin-bottom: 0.71428571em;
  box-shadow: 0 1px 1px #f7f7f7;
}
.service.c1 h2 {
  background: #1bc9c6;
}
.service.c1 .price,
.service.c1 h3 {
  color: #1bc9c6;
}
.service.c2 h2 {
  background: #6376f6;
}
.service.c2 .price,
.service.c2 h3 {
  color: #6376f6;
}
.service.c3 h2 {
  background: #975ee0;
}
.service.c3 .price,
.service.c3 h3 {
  color: #975ee0;
}
.service.c4 h2 {
  background: #ff874c;
}
.service.c4 .price,
.service.c4 h3 {
  color: #ff874c;
}
.service.c5 h2 {
  background: #f5b517;
}
.service.c5 .price,
.service.c5 h3 {
  color: #f5b517;
}
.service.c6 h2 {
  background: #f85568;
}
.service.c6 .price,
.service.c6 h3 {
  color: #f85568;
}
.service.c7 h2 {
  background: #87cf16;
}
.service.c7 .price,
.service.c7 h3 {
  color: #87cf16;
}
.service h2 {
  padding: 0 0.71428571em;
  height: 2.85714286rem;
  line-height: 2.85714286rem;
  font-size: 1.14285714em;
  color: #fff;
}
.service h2 small {
  font-weight: normal;
}
.service .icon {
  margin-right: 1rem;
}
.service .content {
  padding: 0 0.71428571em;
  background: #fff;
}
.service .param li {
  overflow: hidden;
  white-space: nowrap;
}
.service .param .item {
  float: left;
  width: 50%;
  line-height: 2.85714286rem;
}
.service .param .item.multi {
  padding: 0.35714286rem 0;
  line-height: 1.07142857rem;
}
.service .param span {
  display: inline-block;
}
.service .lbl {
  width: 4em;
  margin-right: 1em;
  color: #999;
  text-align: right;
}
.service .price {
  font-weight: bold;
}
.service h3 {
  padding: 1em 0 .7em;
  font-size: 1em;
}
.service .desc {
  padding-bottom: 0.71428571em;
}
.service .desc ol,
.service .desc li {
  list-style-type: upper-alpha !important;
}
.service .desc ol {
  padding-left: 1em;
}
.service .desc li,
.service .desc p {
  font-size: 80%;
  line-height: 2em;
}
.alipay {
  width: 70%;
  margin: 1em auto .5em;
}
