/* body {
	min-width: 320px;
	background-color: transparent;
	color: #333;
	background-color: #F5F5F5;
} */
html,
body {
    min-width: 640px;
    height: 100%;
    background-color: #F5F5F5;
}

* {
    margin: 0;
    border: 0;
}

img {
    max-width: 100%;
    display: block;
    object-fit: cover;
}

input {
    outline: none
}

input:disabled,
input[disabled] {
    color: #333333 !important;
    opacity: 1;
}

input,
button,
select,
textarea {
    font-size: 14px;
    outline: none;
    box-sizing: border-box;
    background-color: transparent;
    border-color: transparent;
    -webkit-appearance: none;
    border: 0;
    padding: 0;
    margin: 0
}

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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0
}

html {
    transform-origin: left top;
}

html::-webkit-scrollbar {
    width: 1px;
}

html,
body {
    height: 100%;
    background-color: #f5f5f5;
}

* {
    -webkit-overflow-scrolling: touch;
}

a {
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    outline: none;
}

label a,
select a,
i a,
font a,
p a,
span a,
em a {
    display: inline;
}

li {
    list-style-type: none
}

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.shadow {
    -webkit-box-shadow: 0 0.01rem 3px 1px rgba(158, 158, 158, 0.2);
    box-shadow: 0 0.01rem 3px 1px rgba(158, 158, 158, 0.2);
    border-radius: 0.04rem;
}

.scroll {
    overflow: hidden;
    overflow-y: auto;
}

#scroll::-webkit-scrollbar,
.scroll::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 0px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 0px;
}

#scroll::-webkit-scrollbar-thumb,
.scroll::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
    background: #0e7fbf;
}

#scroll::-webkit-scrollbar-track,
.scroll::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.0);
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.0);
}

.p-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.p-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.p-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.p-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

em {
    font-style: normal;
}

.flex-w {
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-0 {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

.flex-jsa {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-around;
    -ms-flex-pack: justify;
    justify-content: space-around;
}

.flex-jsb {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-jse {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
}

.flex-jc {
    -webkit-justify-content: center;
    justify-content: center;
}

.flex-ac {
    align-items: center;
}

.scroll {
    overflow: hidden;
    overflow-y: auto;
}

.main {
    min-height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

.main::-webkit-scrollbar,
#scroll::-webkit-scrollbar,
.scroll::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 0px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 0px;
}

.main::-webkit-scrollbar-thumb,
#scroll::-webkit-scrollbar-thumb,
.scroll::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
    background: #0e7fbf;
}

.main::-webkit-scrollbar-track,
#scroll::-webkit-scrollbar-track,
.scroll::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.0);
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.0);
}

.main::-webkit-scrollbar,
.scroll::-webkit-scrollbar,
.scroll::-webkit-scrollbar-thumb,
.scroll::-webkit-scrollbar-track {
    -ms-scroll-chaining: chained;
    -ms-overflow-style: none;
    -ms-content-zooming: zoom;
    -ms-scroll-rails: none;
    -ms-content-zoom-limit-min: 100%;
    -ms-content-zoom-limit-max: 500%;
    -ms-scroll-snap-type: proximity;
    -ms-scroll-snap-points-x: snapList(100%, 200%, 300%, 400%, 500%);
    -ms-overflow-style: none;
    overflow: auto;
}

.main::-webkit-scrollbar,
.scroll::-webkit-scrollbar {
    /*width: 0;宽度为0隐藏*/
    width: 0px;
}

.main::-webkit-scrollbar-thumb,
.scroll::-webkit-scrollbar-thumb {
    border-radius: 2px;
    height: 0;
    background: transparent;
}

.main::-webkit-scrollbar-track,
.scroll::-webkit-scrollbar-track {
    height: 0;
}