@import url("modal.css") screen and (min-width:1024px);
@import url("modal_mobile.css") screen and (max-width:1023px);
@import url("design.css");

body,
html {
    margin: 0;
    padding: 0;
    font-size: 20px;
    height: 100%;
}

* {
    box-sizing: border-box;
}

a,
a:active,
a:visited,
a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 22px;
    font-weight: bold;
    color: #313131;
}

h2 {
    font-size: 20px;
    color: #313131;
}

h3 {
    font-size: 18px;
    color: #313131;
}

h4 {
    font-size: 18px;
    color: #707070;
}

h5 {
    font-size: 16px;
    font-weight: blod;
    color: #000;
}

h6 {
    font-size: 16px;
    color: #707070;
}

i,
em {
    font-style: normal;
}

ul {
    list-style: none;
}

.flexbox {
    display: flex;
}

/* ::-webkit-scrollbar{display:none;} */
/* toast */
.weui-toast {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: fixed;
    z-index: 5001;
    min-height: 7.6em;
    top: 180px;
    left: 50%;
    margin-left: 0;
    background: hsla(0, 0%, 7%, .7);
    text-align: center;
    border-radius: 5px;
    color: #fff
}

.weui-icon_toast {
    margin: 22px 0 0;
    display: block
}

.weui-mask_transparent {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

.weui-icon_toast.weui-icon-success-no-circle:before {
    color: #fff;
    font-size: 55px
}

.weui-icon_toast.weui-loading {
    margin: 30px 0 0;
    width: 38px;
    height: 38px;
    vertical-align: baseline
}

.weui-toast__content {
    font-size: 16px;
    margin: 0;
    border-radius: 15px;
    padding: 10px;
}

.weui-toast.vux-toast-top {
    top: 56px
}

.weui-toast.weui-toast_text {
    min-height: 0;
}

.weui-toast.vux-toast-bottom {
    top: auto;
    bottom: 60px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.weui-toast.vux-toast-middle {
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.vux-fade-enter-active,
.vux-fade-leave-active {
    opacity: 1;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.vux-fade-enter,
.vux-fade-leave-to {
    opacity: 0
}