body {
    /*line-height:1.6;*/
    font-family: -apple-system-font, "Helvetica Neue", sans-serif;
}

input, select {
    border: none;
    outline: none;
    background: none;
    background-color: rgb(238 238 238);
    color: rgba(25, 25, 25, 255) !important;
    height: 0.45rem !important;
    line-height: 0.45rem !important;
    box-sizing: border-box;
    padding-bottom: 0.05rem;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none; /*去掉下拉箭头*/

}

.inputFocus {
    box-shadow: 0 0 5px black;
}

.title {
    font-size: 0.3rem !important;
}

.toolbar-inner a {
    font-size: 0.3rem !important;
}

.picker-modal-inner {
    font-size: 0.3rem !important;
}