* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

a,abbr,acronym,address,article,aside,audio,big,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: middle
}

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:after,blockquote:before,q:after,q:before {
    content: "";
    content: none
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

ol li {
    list-style-type: decimal
}

a {
    color: #000
}

a,a:hover {
    text-decoration: none
}

a:active,a:hover {
    outline: 0
}

a:visited {
    text-decoration: none
}

input {
    border: 1px solid #dbdbdb;
    outline: 0;
    border-radius: 2px;
    -webkit-transition: border .2s linear,-webkit-box-shadow .2s linear;
    transition: border .2s linear,-webkit-box-shadow .2s linear;
    transition: border .2s linear,box-shadow .2s linear;
    transition: border .2s linear,box-shadow .2s linear,-webkit-box-shadow .2s linear
}

body {
    font-family: Segoe UI,avenir next,Hiragino Sans GB,PingFang SC,Helvetica Neue,WenQuanYi Micro Hei,Microsoft Yahei,sans-serif;
    font-size: 1rem;
    background: #fff;
    font-weight: 400;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden
}

.lang-cn {
    font-family: avenir next,Hiragino Sans GB,PingFang SC,Helvetica Neue,WenQuanYi Micro Hei,Microsoft Yahei,sans-serif
}

img {
    max-width: 100%
}

a {
    cursor: pointer
}

.container-main {
    overflow-x: hidden;
    overflow-y: auto;
    text-align: center
}

.container {
    margin-left: auto;
    margin-right: auto
}

.hide {
    display: none
}

body {
    padding: env(safe-area-inset-top,20px) env(safe-area-inset-right,20px) env(safe-area-inset-bottom,20px) env(safe-area-inset-left,20px)
}

/*# sourceMappingURL=d73f88bb29bc5d57199a.css.map*/
