@font-face {
    font-family: brush;
    src: url('../font/brushscriptmt.ttf');
}

@font-face {
    font-family: SourceHanSansCN;
    src: url('../font/SourceHanSansCN-Normal.ttf');
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

body,
html {
    padding: 0;
    width: 100vw;
    height: 100vh;
    min-width: 320px;
    max-width: 750px;
    margin: 0 auto;
    font-size: 3.2vw;
    line-height: 1.1;
    letter-spacing: 0.5px;
    color: #ffffff;
    /* background-color: #101010; */
    font-family: "Noto Sans SC", Source Han Sans CN, Noto Sans CJK SC, Source Han Sans SC, Microsoft YaHei;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-font-smoothing: antialiased;
}


/* Links
   ========================================================================== */

a {
    background: transparent;
    text-decoration: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

img {
    max-height: 100% !important;
    max-width: 100% !important;
    display: block;
    font-size: 0px;
}

hr {
    margin: 20px 0 !important;
    border-top: 1px solid #eee;
    width: 100%;
}

.clear {
    clear: both;
    _overflow: hidden;
    _height: 0px;
}

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

.clearfix {
    *zoom: 1
}


/* HTML5 display definitions
   ========================================================================== */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}


/* Text-level semantics  ========================================================================== */

abbr[title] {
    border-bottom: 1px dotted;
}


/* 
b,
strong {
    font-weight: normal;
} */

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}


/* Grouping content  ========================================================================== */

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}


/* Forms  ========================================================================== */

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    border: none;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

input[type="text"],
input[type="password"],
input[type="radio"],
input[type="checkbox"],
textarea {
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    resize: none;
}

input[type="submit"],
input[type="button"] {
    outline: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

button,
input {
    padding: 0;
    border: 0;
}


/* Tables  ========================================================================== */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table-bordered {
    border: 1px solid #e5e5e5;
    border-collapse: separate;
    *border-collapse: collapse;
    border-left: 0;
}

td,
th {
    padding: 0;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

p {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
hr,
dt,
dd,
dl {
    font-size: 14px;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

h1,
h2 {
    font-weight: 400;
}

em,
i {
    font-weight: 400;
    font-style: italic;
}


/* Make HTML 5 elements display block-level for consistent styling */

header,
nav,
article,
footer,
address {
    display: block;
}

.wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.wrap > * {
    display: inline-block;
    vertical-align: middle;
}

.table {
    display: table;
}

.tablecell {
    display: table-cell;
    vertical-align: middle;
}

/* .basicbtn {
    display: inline-block;
    padding: 1rem 1.6rem;
    font-size: 0.9rem;
    text-align: center;
    color: #ffffff;
    background-color: #c5a45a;
    font-family: ralewayBold;
    font-weight: 700;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    line-height: 1.4;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -moz-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
}

.basicbtn:hover {
    background-color: #bf9852;
} */

.bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#page {
    height: 100%;
}

.basicbtn {
    display: inline-block;
    padding: 0.75rem 3.33333rem;
    font-size: 1rem;
    text-align: center;
    color: #ffffff;
    background-color: #c5a45a;
    cursor: pointer;
    white-space: nowrap;
    line-height: 1.4;
    border-radius: 3px;
    transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -moz-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
}

.disabled{
    background-color: #ccc;
}