/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@font-face {
    font-family: "pingfang";
    src: url('./font/苹方黑体-准-简.ttf');
    font-weight: normal;
    font-style: normal;
}

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,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    /* margin: 0;
    padding: 0; */
    border: 0;
    /* font-size: 100%;
    font: inherit;
    vertical-align: baseline; */
    /* font-family: pingfang; */
}

html,
body {
    margin: 0;
    padding: 0;
    border: 0;
}

/* html {
    font-size:calc(100vw/375*100)
} */
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

#app {
    /* display: none; */
    /* visibility: hidden; */
}

.van-hairline--top-bottom::after {
    border-width: 0;
}

.go-to-home {
    position: absolute;
    width: 46px;
    height: 46px;
    z-index: 10;
    background-color: #ebf0fa;
    text-align: center;
    border-radius: 50%;
    color: #165dff;
    bottom: 0;
    right: 0;
    margin-bottom: 159px;
    margin-right: 32px;
}

.dot {
    font-size: 22px;
    line-height: 46px;
    width: 46px;
}

.my-toast {
    width: calc(100vw - 80px);
}

.van-popup {
    border-radius: 10px;
}

.van-popup__close-icon {
    color: black;
}

.van-button__text{
    font-weight: 600;
}

.my-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.my-wrapper-box {
    width: 256px;
    height: 147px;
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.my-wrapper-box .van-button {
    width: 106px;
    height: 31px;
    border-radius: 4px;
}


.van-icon-search{
    color: #6b6b6b80;
}

.van-field__control{
    font-size: 14px;
}
