@-webkit-keyframes upDown {
    0% {
    padding-top: 0px;
}
100% {
    padding-top: 3px;
}
}
@keyframes upDown {
    0% {
    padding-top: 0px;
}
100% {
    padding-top: 3px;
}
}
section:after, .options-holder:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html {
    font-family: "Microsoft YaHei","宋体","Segoe UI", "Lucida Grande", Helvetica, Arial,sans-serif, FreeSans, Arimo;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%}
body {
    margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
a {
    background-color: transparent;
}
a:active, a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
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;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code, kbd, pre, samp {
    font-family: "Microsoft YaHei","宋体","Segoe UI", "Lucida Grande", Helvetica, Arial,sans-serif, FreeSans, Arimo;
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button, select {
    text-transform: 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;
    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;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
header {
    margin: 2rem 0 3rem;
    padding: 2rem;
    background: rgba(128, 128, 128, 0.08);
    border-bottom: 2px solid rgba(128, 128, 128, 0.08);
    border-top: 2px solid rgba(128, 128, 128, 0.08);
}
.typeit-box {
    line-height: 6rem;
    font-size: 5rem;
    margin: 2rem 0 3rem;
    font-weight: bold;
}
.github-link {
    color: black;
}
.github-link:hover {
    color: #458a67;
}
.github-text {
    font-size: 1.6rem;
    display: inline-block;
}
.main-header {
    margin: 0;
    font-weight: normal;
}
.typeit-box {
    line-height: 6rem;
}
* {
    font-family: "Microsoft YaHei","宋体","Segoe UI", "Lucida Grande", Helvetica, Arial,sans-serif, FreeSans, Arimo;
    text-decoration: none;
    box-sizing: border-box;
}
html, body {
    font-size: 62.5%;
    height: 100%;
    text-align: center;
}
a {
    color: black;
    cursor: pointer;
}
a:hover {
    color: #ED6B86;
}
p {
    margin: 0 0 3px;
    opacity: .65;
}
hr {
    display: block;
    width: 50%;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.09);
    border: 0;
    margin-top: 2.1rem;
}
.section-divider {
    margin: 4rem auto 5rem;
}
@media screen and (max-width: 600px) {
    .section-divider {
    margin-bottom: 1rem;
}
}
h1 {
    font-size: 5rem;
}
h2 {
    font-size: 3.5rem;
    margin-bottom: 4rem;
}
@media screen and (max-width: 992px) {
    h2 {
    margin-bottom: 1rem;
}
}
h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
}
span {
    font-size: 2rem;
}
a, p, code, .code-block, th, td {
    font-size: 1.5rem;
}
table {
    border: 1px solid rgba(128, 128, 128, 0.1);
}
th, td {
    text-align: left;
    padding: 1rem;
}
tr:nth-child(2n) {
    background: rgba(128, 128, 128, 0.08);
}
button, input[type="submit"] {
    background: #5BBD8C;
    border: 2px solid rgba(69, 138, 103, 0.58);
    padding: 1rem 5rem;
    color: white;
    font-size: 1.5rem;
    margin: 2rem 0 3.5rem;
}
button:hover, input[type="submit"]:hover {
    background: #458a67;
}
input[type="submit"] {
    padding: 0;
    height: auto;
}
pre {
    margin: 0;
}
a {
    font-weight: 600;
}
.right {
    width: 70%}
.left {
    width: 30%}
.left, .right {
    float: left;
    padding: 0 2rem;
}
@media screen and (max-width: 992px) {
    .left, .right {
    width: 100%}
}
.container {
    max-width: 1200px;
    width: 80%;
    margin: 0 auto;
}
.code-block {
    display: block;
    position: relative;
    text-align: left;
    padding: 1rem 2rem 1rem;
    border: 1px solid rgba(128, 128, 128, 0.1);
    background: rgba(128, 128, 128, 0.08);
}
.code-input {
    margin-bottom: 3rem;
}
small {
    position: absolute;
    line-height: 25px;
    height: 25px;
    width: 75px;
    text-align: center;
    display: block;
    top: -25px;
    left: 0;
    border: 1px solid rgba(128, 128, 128, 0.1);
    border-bottom: 0;
}
.fa-chevron-down {
    position: absolute;
    padding: 0;
    font-size: 1.5rem;
    -webkit-animation: upDown 0.45s ease-in-out infinite alternate;
    animation: upDown 0.45s ease-in-out infinite alternate;
}
.info {
    font-size: 1.5rem;
    display: block;
    margin: 2rem 0;
}
.ti-header {
    margin-bottom: 0;
}
#stringTI {
    width: 100%;
    padding: 1rem;
}
.temp-text {
    position: absolute;
    width: 100%;
    display: block;
    opacity: .1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
input, textarea, select {
    border-radius: 3px;
    border: 1px solid rgba(128, 128, 128, 0.5);
    font-size: 2rem;
    text-align: center;
    margin-bottom: 2rem;
    width: 100%;
    height: 35px;
    line-height: 35px;
    padding: 0 1rem;
    background: none;
}
textarea {
    height: auto;
}
.ti-output-box {
    background: rgba(128, 128, 128, 0.08);
    width: 100%;
    min-height: 75px;
    position: relative;
    padding: 2rem 0;
}
.expand-output-box {
    transition: all 0.25s ease-in-out;
    max-height: 1000px;
}
#TIOutput {
    font-size: 3rem;
}
label {
    font-size: 1.5rem;
    display: block;
    width: 100%;
    text-align: left;
    margin: 0 0 0.5rem;
    opacity: .65;
}
.options-holder {
    width: 100%;
    text-align: center;
}
.options-holder .ti-option-box {
    width: 49%;
    float: left;
}
.options-holder .ti-option-box:nth-child(2n-1) {
    margin-right: 2%}
.settings-link {
    display: block;
    margin-bottom: 1rem;
}
footer {
    background: black;
    margin-top: 4rem;
}
.connect-list {
    margin: 0;
    padding: 0;
}
.connect-item {
    display: inline-block;
    padding: 2rem;
}
.connect-item i {
    color: white;
    font-size: 3rem;
}
.connect-item i:hover {
    color: #ED6B86;
}
