body {
    line-height: 1;
    background: #f5f5f5;
    font-family: 'PingFang SC', 'Heiti SC', 'Droidsansfallback', Helvetica, 'Droid Sans';
    /*-webkit-user-select: all; */ /*解决和mui的长按冲突，让用户可以选中*/
}

body, ul, ol, dl, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend, input, button, textarea, p, blockquote, table, th, td, menu {
    margin: 0;
    padding: 0;
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul, ol, menu {
    list-style: none;
}

fieldset, img {
    border: none;
}

img, object, select, input, textarea, button {
    vertical-align: middle;
    /*box-sizing: content-box;*/
}

input, textarea, select, address, caption, cite, code, dfn, em, i, b, strong, small, th, var, abbr, button, u, s {
    font-style: normal;
    text-decoration: none;
}

article, aside, footer, header, hgroup, nav, section, figure, figcaption {
    display: block;
}

code, kbd, pre, samp, tt {
    font-family: Consolas, "Courier New", Courier, monospace;
}

address, cite, dfn, em, var, i {
    font-style: normal;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none;
}

a {
    text-decoration: none;
    cursor: pointer;
    display: block;
}

a:hover, a:focus {
    outline: none;
}

* {
    -webkit-tap-highlight-color: transparent;
}

img {
    display: block;
    max-width: 100%;
}

.cf, .outer {
    zoom: 1;
}

.cf:before, .outer:before, .cf:after, .outer:after {
    content: "";
    display: table;
    background: #efefef;
}

.cf:after, .outer:after {
    clear: both;
}

input, textarea {
    -webkit-user-select: auto;
    outline: none;
}

button {
    border: 0;
    outline: none;
    background-color: transparent;
}

::-webkit-scrollbar {
    display: none;
}

.outer {
    width: 100%;
    margin: 0 auto;
    min-height: 100vh;
    /*overflow-x: hidden;*/
    /*overflow-y: auto;*/
    -webkit-overflow-scrolling: touch;
    padding-bottom: 1.3rem;
    text-align: center;
}

.ios {
    -webkit-overflow-scrolling: touch;
}

.ios::-webkit-scrollbar {
    width: 0;
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .fix_iphonex {
        padding-bottom: 0.31481rem;
    }
}

/*# sourceMappingURL=base.css.map */


.task_sub {
    /*height: 1.35185rem;*/
    width: 100%;
    text-align: center;
    margin-top: 1.85185rem;
    position: fixed;
    bottom: 0;
    left: 0;
    line-height: 1.35185rem;
    background: #fff;
    z-index: 10;
    -webkit-box-shadow: 0 0 0.27778rem 0.23148rem #d1d1d1;
    -moz-box-shadow: 0 0 0.27778rem 0.23148rem #d1d1d1;
    box-shadow: 0 0 0.27778rem 0.23148rem #d1d1d1;
}

.task_sub > ul {
    display: flex;
    justify-content: space-around;
}

.task_sub > ul > li button {
    font-size: 0.38889rem;
    color: #fff;
    width: 3.98148rem;
    height: 0.97222rem;
    border-radius: 500px;
}

.task_up {
    background: #3b7df7;
    font-size: 0.38889rem;
    color: #fff;
    width: 8.7037rem;
    height: 0.97222rem;
    border-radius: 500px;
    display: inline-block;
    -webkit-box-shadow: 0 0 0.09259rem 0.0463rem #c4d8fd;
    -moz-box-shadow: 0 0 0.09259rem 0.0463rem #c4d8fd;
    box-shadow: 0 0 0.09259rem 0.0463rem #c4d8fd;
}

.third {
    width: 2.68519rem;
}

.third:not(:last-child) {
    margin-right: 0.27778rem;
}

.third_bg {
    background: #32dc8e !important;
    -webkit-box-shadow: 0 0 0.09259rem 0.0463rem #c1f4dd;
    -moz-box-shadow: 0 0 0.09259rem 0.0463rem #c1f4dd;
    box-shadow: 0 0 0.09259rem 0.0463rem #c1f4dd;
}


input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #666;
    font-size: 10px;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #666;
    font-size: 10px;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #666;
    font-size: 10px;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #666;
    font-size: 10px;
}
