@charset "UTF-8";

* {
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    font-size: 0.12rem;
    line-height: 1;
    outline: none;
    color: #333;
    font-family: "PingFang SC", "Hiragino Sans GB","Heiti SC", "Microsoft YaHei", Helvetica, Tahoma, Arial;
}

html {
    font-size: 100px;
    outline: 0;
    -webkit-text-size-adjust: none;
}

body {
    font-family: "Microsoft YaHei", "Helvetica Neue", "Helvetica", "sans-serif", "arial", "宋体";
    background: #fbfbfb;
    color: #383838;
    -webkit-text-size-adjust: 100% !important;
}

img {
    border: 0;
}

input {
    outline: 0;
    line-height: normal;
}

table, td {
    border-collapse: collapse;
}

input[type=button] {
    -webkit-appearance: none;
    outline: none;
}

ul > li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

input, textarea {
    -webkit-appearance: none;
}


input.tel:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #c1c1c1;
}

input.tel::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #c1c1c1;
}

input.tel:-ms-input-placeholder {
    color: #c1c1c1;
}

input.tel::-webkit-input-placeholder {
    color: #c1c1c1;
}

.flex_v {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.t_r {
    text-align: right;
}

.clearFix {
    zoom: 1;
}

.clearFix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.mask {
    height: 100%;
    width: 100%;
    position: fixed;
    background: #000;
    opacity: 0.7;
    left: 0;
    top: 0;
    display: none;
    z-index: 1;
}