@charset "UTF-8";
/* base */
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family:SourceHanSansCN;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    position: relative;
}

ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

div, p, dl, dt, dd {
    margin: 0;
    padding: 0;
}

li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hgroup,
p,
blockquote,
figure,
form,
fieldset,
input,
legend,
pre,
abbr,
button {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

pre,
code,
address,
caption,
th,
figcaption {
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
}

fieldset,
iframe,
img {
    border: 0;
}

caption,
th {
    text-align: left;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

article,
aside,
footer,
header,
nav,
main,
section,
summary,
details,
hgroup,
figure,
figcaption {
    display: block;
}

audio,
canvas,
video,
progress {
    display: inline-block;
    vertical-align: baseline;
}

button {
    background: none;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    font: inherit;
    line-height: inherit;
    overflow: visible;
    vertical-align: inherit;
}

button:disabled {
    cursor: default;
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

a:active,
a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
}

img {
    display: block;
    border: 0;
}

:focus {
    outline: none;
}

[hidden] {
    display: none;
}



i,
em,
code {
    font-style: normal;
}

b,
strong {
    font-weight: bold;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

button,
input,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 2 */
    margin: 0;
    /* 3 */
}

input:focus,
select:focus,
textarea:focus,
button:focus, button:active {
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
}

.clearfix {
    zoom: 1;
}

@media print {
    body,
    #main,
    #content {
        color: #000;
    }

    a,
    a:link,
    a:visited {
        color: #000;
        text-decoration: none;
    }
}




html {
    font-size: 10px;
}

body {
    font-size: 1.4rem;
    color: #605F5F;
    font-family: "akkurat", sans-serif;
    /* background: #f5f7fc; */
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: grayscale;
    -moz-osx-font-smoothing: grayscale;
}

.hidden, hide {
    display: none;
}

a {
    -webkit-transition: color .3s ease-out;
    transition: color .3s ease-out;
}

a:hover {
    color: #d1434a;
    -webkit-transition: color .3s ease-out;
    transition: color .3s ease-out;
}


@media only screen and (max-width: 640px) {
    html {
        font-size: 11.6667px;
    }
}

@media only screen and (max-width: 375px) {
    html {
        font-size: 10.8333px;
    }
}

@media only screen and (max-width: 320px) {
    html {
        font-size: 10px;
    }
}


input[type="text"], input[type="number"], input[type="password"], textarea {
    /* padding: 1em; */
    border: 1px solid #ccc;
    background: #fff;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

textarea {
    resize: none;
}

.checkbox-btn {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #999;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

.checkbox-btn .icon-ok {
    position: relative;
    display: none;
    width: 100%;
    height: 100%;
    fill: #fff;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    vertical-align: top;
}

.checkbox-btn.checked {
    background-color: #ee7a23;
    border-color: #ee7a23;
}

.checkbox-btn.checked .icon-ok {
    display: inline-block;
}

.checkbox-btn.orange.checked {
    background-color: #ee7a23;
    border-color: #ee7a23;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}




.pa {
    position: absolute;
}
.pr {
    position: relative;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
