@charset "UTF-8";

* {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 500;
}

html {
    width: 100%;
    overflow-x: hidden;
}

body {
    font-size: 12px;
    font-family: "PingFangSC-Regular";
    color: #434c67;
    width: 100%;
    overflow-x: hidden;
    background-color: #f2f2f2;
    margin: 0 auto;
    position: relative;
}


a {
    text-decoration: none;
    vertical-align: baseline;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}
.banner {
    position: relative;
}

.banner img {
    display: block;
    width: 100%;
}

.skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
/* .appendEl {
    outline: 1px solid;
} */

 .appendEl {
   /* outline: 1px solid;*/
}

