

@charset "UTF-8";

*{
  box-sizing: border-box;
}
.container{
  padding-left: 0!important;
  padding-right: 0!important;

}

.weui-cells{
  position: initial;
}
/*@media screen and (min-width: 320px) {*/
  /*html {*/
    /*font-size: 42.66667px; } }*/

/*@media screen and (min-width: 360px) {*/
  /*html {*/
    /*font-size: 48px; } }*/

/*@media screen and (min-width: 375px) {*/
  /*html {*/
    /*font-size: 50px; } }*/

/*@media screen and (min-width: 384px) {*/
  /*html {*/
    /*font-size: 51.2px; } }*/

/*@media screen and (min-width: 412px) {*/
  /*html {*/
    /*font-size: 54.93333px; } }*/

/*@media screen and (min-width: 414px) {*/
  /*html {*/
    /*font-size: 55.2px; } }*/

/*@media screen and (min-width: 600px) {*/
  /*html {*/
    /*font-size: 80px; } }*/

/*@media screen and (min-width: 640px) {*/
  /*html {*/
    /*font-size: 85.33333px; } }*/

/*@media screen and (min-width: 680px) {*/
  /*html {*/
    /*font-size: 90.66667px; } }*/

/*@media screen and (min-width: 750px) {*/
  /*html {*/
    /*font-size: 100px; } }*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s,
samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas, details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  vertical-align: baseline;
  font-style: normal; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  color: #7e8c8d;
  text-decoration: none; }

li {
  list-style: none; }

::-webkit-scrollbar {
  width: 5px;
  height: 5px; }

::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0.2); }

::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: rgba(125, 125, 125, 0.7); }

::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: rgba(125, 125, 125, 0.7); }

a,
button,
input {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0); }

html,
body {
  width: 100%;
  height: 100vh; }

body {
  font-size: 16px;
  line-height: 1;
  font-family:"Microsoft YaHei"!important;
  background-color: #efeff4;}

.container {
  padding: 0 .24rem; }
