@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}
@font-face {
	font-family: "Jost";
	src: url("../fonts/Jost-VariableFont_wght.TTF");
}
@font-face {
    font-family: "Jost Medium";
    src: url("../fonts/Jost-Medium.TTF");
}
html,
body,
div,
span,
iframe,
map,
font,
img,
a img,
samp,
strong,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
b,
p,
blockquote,
a,
address,
code,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
tr,
td,
th {
    padding: 0;
    margin: 0;
    border: 0;
    font-size: .25rem;
    font-family: '-apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Roboto, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft Yahei", "Microsoft Jhenghei", sans-serif', 'Helvetica', 'Arial', sans-serif;
    color: #252525;
    font-weight: 300;
    font-variant-ligatures: common-ligatures;
}

ol,
ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

input,
select {
    font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}

i {
    font-style: normal;
}

a {
    blr: expression(this.onFocus=this.blur());
}

a:focus {
    outline: none;
}

a.hidefocus {
    outline: none
}

.fl {
    float: left;
}

.fr {
    float: right;
}

input[type=text],
input[type=submit],
input[type=button] {
    -webkit-appearance: none;
    /*去除iPhone input默认样式}*/
}

input {
    outline: none
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1;
}

img {
    width: 100%;
    display: block;
}
.clear {
    clear: both;
}

.anim_mask {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1999;
    width: 100%;
    height: 100%;
}

.anim_toast {
    width: 6.23rem;
    height: 5.85rem;
    position: fixed;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    z-index: 2001;
}

.anim_img {
    width: 6.23rem;
    height: 5.85rem;
}

.anim_close {
    width: 0.7rem;
    height: 0.7rem;
    display: block;
    margin: 0.3rem auto;
}

.disflex {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
}

.disflex-c {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.disflex-l {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
}

.mrm {
    margin-right: 0.2rem !important;
}
.mrw{
	margin-right: 0.3rem !important;
}
.mrv{
	margin-right: 0.45rem !important;
}
.mrn{
    margin-right: 0.15rem !important;
}

.mtn {
    margin-top: 0.15rem !important;
}
.mtw {
    margin-top: 0.25rem !important;
}
.mtv {
    margin-top: 0.35rem !important;
}
.mbw{
    margin-bottom: 0.25rem !important;
}
.mbv {
    margin-bottom: 0.45rem !important;
}
.pbv {
    padding-bottom: 0.45rem !important;
}
.col-red{
    color: #f11a1a !important;
}
.hide{
    display: none !important;
}
.f-bold{
    font-weight: bold;
}