html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

html,
body {}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    /*font-family: "Arial Black", arial-black !important;*/
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Microsoft YaHei";
    font-size: 10px;
    color: #333;
    /*moz-user-select: -moz-none;*/
    /*-moz-user-select: none;*/
    /*-o-user-select:none;*/
    /*-khtml-user-select:none;*/
    /*-webkit-user-select:none;*/
    /*-ms-user-select:none;*/
    /*user-select:none;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

ul,
ol {
    list-style: none;
}

img {
    border: none;
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #333333;
    cursor: pointer;
}

table {
    border-collapse: collapse;
    table-layout: fixed;
}

input,
textarea {
    outline: none;
    border: none;
}

textarea {
    resize: none;
    overflow: auto;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: ".";
    width: 0;
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
    overflow: hidden;
}

.fl {
    float: left
}

.fr {
    float: right
}

.tl {
    text-align: left;
}

.tc {
    text-align: center
}

.tr {
    text-align: right;
}

.ellipse {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.inline {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.hotline {
    width: 100%;
    font-size: 14px;
    text-align: center;
    position: fixed;
    bottom: 20px;
    left: 0;
}

[v-cloak] {
    display: none;
}

.dialog_box {
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    top: 0;
    z-index: 101;
}

.dialog_mask {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
}

.dialog {
    width: 5.00rem;
    height: 2.44rem;
    background-color: #ffffff;
    border-radius: 0.20rem;
    position: relative;
}

.dialog_desc {
    width: 4.22rem;
    height: 1.2rem;
    margin: 0 auto;
    font-family: PingFangSC-Regular;
    font-size: 0.32rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.48rem;
    letter-spacing: 1px;
    color: #333333;
    vertical-align: middle;
    margin-top: 0.37rem;
    text-align: center;
}

.dialog_btn_box {
    width: 100%;
    height: 0.88rem;
    display: flex;
    position: absolute;
    bottom: 0;
    border-top: 1px solid #dedede;
    align-items: center;
}

.dialog_btn_box>.btn_cancel {
    flex: 1;
    height: 0.88rem;
    line-height: 0.88rem;
    font-family: PingFangSC-Regular;
    font-size: 0.36rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.40rem;
    letter-spacing: 1px;
    color: #333333;
    text-align: center;
    vertical-align: middle;
    margin-top: 0.42rem;
}

.dialog_btn_box>.btn_line {
    width: 1px;
    height: 0.88rem;
    background-color: #dedede;
}

.dialog_btn_box>.btn_ok {
    flex: 1;
    height: 0.88rem;
    line-height: 0.88rem;
    font-family: PingFangSC-Regular;
    font-size: 0.36rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.40rem;
    letter-spacing: 1px;
    color: #2ab1f3;
    text-align: center;
    vertical-align: middle;
    margin-top: 0.42rem;
}