* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

div {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent
}

html {
    overflow-y: scroll;
}

body {
    background: #fff;
    color: #011E4D;
    font-size: .24rem;
    font-family: PingFang SC;
    -webkit-text-size-adjust: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
}

#app{
    overflow-y: scroll;
    height: 100%;
}


ol,
ul {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%
}

address,
i,
em,
strong {
    font-style: normal;
    font-weight: normal
}

a {
    text-decoration: none
}

img {
    display: block;
}

input,
textarea,
select,
button {
    border: none;
    outline: none;
    font-family: PingFang SC;
}

.clear {
    clear: both
}

textarea {
    resize: none;
}

.view {
    width: 7.5rem;
    height: 100%
}

.container {
    width: 6.86rem;
    margin: 0 auto;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center
}

.flex-start {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.flex-end {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.flex-around {
    display: flex;
    align-items: center;
    justify-content: space-around
}

.flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.flex {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.flex-shrink {
    flex-shrink: 0
}

.flex-box {
    width: 100%
}

/* 消息弹框样式修改 */
.el-message {
    min-width: 4rem !important;
    padding: .15rem .3rem !important;
}

.el-message .el-icon-error {
    font-size: .18rem;
}

.el-message--error .el-message__content {
    font-size: .18rem;
}

.el-message .el-icon-warning {
    font-size: .18rem;
}

.el-message--warning .el-message__content {
    font-size: .18rem;
}