html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  padding: 0;
  margin: 0;
  border: 0;
}
input,
button,
select {
  margin: 0;
  padding: 0;
  border: 0;
}
@media screen {
  html,
  body {
    height: 100%;
  }
}
body {
  background: #fafafa;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #444;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
.wrapper:before,
.wrapper:after {
  content: "";
  display: table;
}
.wrapper:after {
  clear: both;
}
@media screen {
  .wrapper {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.inner:before,
#article-toc-inner:before,
.inner:after,
#article-toc-inner:after {
  content: "";
  display: table;
}
.inner:after,
#article-toc-inner:after {
  clear: both;
}
@media screen {
  .inner,
  #article-toc-inner {
    padding: 0 20px;
  }
}
#content-wrap {
  background: #fff;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  margin: -1px 0;
}
.header {
  position: relative;
  height: 64px;
  padding: 7px 0;
}
@media print {
  .header {
    display: none;
  }
}
.header-inner {
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header-inner {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.logo {
  text-indent: 101%;
  white-space: nowrap;
  overflow: hidden;
  color: rgba(0,0,0,0);
  background: url("/logo.svg");
  width: 116px;
  height: 28px;
  background-size: 116px 28px;
  display: block;
}
.main-nav {
  display: none;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 auto;
  -ms-flex: 1 auto;
  flex: 1 auto;
  text-align: right;
}
@media screen and (min-width: 769px) {
  .main-nav {
    display: block;
  }
}
.main-nav-link {
  color: #313133;
  text-decoration: none;
  line-height: 30px;
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  font-weight: 600;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
}
.main-nav-link:hover {
  opacity: 1;
  color: #33cdff;
}
.main-nav-link + .main-nav-link {
  margin-left: 26px;
}
.main-nav-link.selected {
  border-bottom: 2px solid #313133;
}
.main-nav-link.selected:hover {
  border-bottom: 2px solid #33cdff;
}
.main_nav_active {
  display: inline-block;
  position: relative;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.main_nav_active:after {
  content: '';
  position: absolute;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 30px);
  height: 2px;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #00aee8;
}
#search-input-wrap {
  display: none;
  margin-left: 50px;
  padding-left: 6px;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
  width: 200px;
}
#search-input-wrap.on {
  display: inline-block;
}
#search-input-icon {
  color: #fff;
  padding-right: 0.5em;
  display: inline-block;
  opacity: 0.7;
}
#search-input {
  background: none;
  font-size: inherit;
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  outline: none;
  -webkit-appearance: none;
}
#search-input::-webkit-input-placeholder {
  color: #fff;
}
#search-input:-moz-placeholder {
  color: #fff;
}
#search-input::-moz-placeholder {
  color: #fff;
}
#search-input:-ms-input-placeholder {
  color: #fff;
}
#lang-select-wrap {
  display: none;
  position: relative;
}
@media screen and (min-width: 769px) {
  #lang-select-wrap {
    display: block;
  }
}
#lang-select-label {
  color: #fff;
  opacity: 0.7;
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 50px;
}
#lang-select-label span {
  padding-left: 8px;
}
#lang-select-label i {
  opacity: 0.7;
}
#lang-select {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-appearance: menulist-button;
  font-size: inherit;
}
#banner {
  color: rgba(255,255,255,0.8);
  text-align: center;
}
#banner-title {
  padding-top: 20px;
  font-size: 40px;
  line-height: 1.15;
  font-weight: 300;
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 769px) {
  #banner-title {
    padding-top: 100px;
    font-size: 50px;
  }
}
#banner-start {
  text-align: center;
  padding: 40px 0;
}
@media screen and (min-width: 769px) {
  #banner-start {
    padding: 60px 0;
    font-size: 18px;
  }
}
#banner-start-command {
  background: #fff;
  font-family: "Source Code Pro", Monaco, Menlo, Consolas, monospace;
  display: inline-block;
  padding: 15px 20px;
}
#banner-start-command:before {
  content: "$";
  opacity: 0.5;
  padding-right: 10px;
}
#banner-start-link {
  color: #fff;
  background: #00aee8;
  display: inline-block;
  padding: 15px;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
#banner-start-link:hover {
  background: #33cdff;
}
#banner-share {
  display: none;
  padding-bottom: 60px;
}
@media screen and (min-width: 769px) {
  #banner-share {
    display: block;
  }
}
#intro-feature-list {
  padding-top: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}
@media screen and (min-width: 769px) {
  #intro-feature-list {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
#intro-feature-list a {
  text-decoration: none;
  color: #00aee8;
}
.intro-feature-wrap {
  padding: 15px 30px;
}
@media screen and (min-width: 769px) {
  .intro-feature-wrap {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-top: 50px;
  }
}
.intro-feature {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .intro-feature {
    text-align: left;
  }
}
.intro-feature-icon {
  color: #00aee8;
  font-size: 36px;
  padding-bottom: 26px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .intro-feature-icon {
    position: absolute;
    top: 0;
    left: 20px;
    font-size: 24px;
    width: 24px;
  }
}
.intro-feature-title {
  color: #00aee8;
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
}
.intro-feature-desc {
  margin: 1.6em 0;
  line-height: 1.6em;
}
#intro-cmd-wrap {
  max-width: 700px;
  background: #eee;
  padding: 15px 0;
  margin: 25px -20px 0;
}
@media screen and (min-width: 769px) {
  #intro-cmd-wrap {
    margin: 50px auto 0;
  }
}
.intro-cmd-item {
  font-size: 16px;
  font-family: "Source Code Pro", Monaco, Menlo, Consolas, monospace;
  line-height: 2;
  padding: 0 30px;
}
.intro-cmd-item:before {
  content: "$";
  color: #00aee8;
  padding-right: 15px;
}
#intro-get-started-wrap {
  text-align: center;
}
#intro-get-started-link {
  font-size: 18px;
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  color: #00aee8;
  text-decoration: none;
  margin: 40px 0;
  border: 2px solid;
  border-color: #00aee8;
  padding: 14px 24px;
  position: relative;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  border-radius: 46px;
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -ms-transition: background 200ms linear;
  transition: background 200ms linear;
}
#intro-get-started-link:hover {
  background: #00aee8;
  color: #fff;
}
#sidebar {
  width: 220px;
  float: left;
  padding-bottom: 40px;
  opacity: 0.8;
  margin-left: -220px;
  display: none;
}
@media screen and (min-width: 769px) {
  #sidebar {
    display: block;
  }
}
.sidebar-title {
  margin-top: 40px;
  padding: 10px 0;
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #444;
  display: inline-block;
  border-top: 1px solid #e3e3e3;
  line-height: 1;
}
.sidebar-link,
.toc-link {
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  color: #444;
  text-decoration: none;
  padding: 7px 0;
  line-height: 1;
  position: relative;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.sidebar-link.current,
.toc-link.current {
  color: #00aee8;
}
.sidebar-link:hover,
.toc-link:hover {
  color: #33cdff;
}
#content {
  position: relative;
}
#content:before,
#content:after {
  content: "";
  display: table;
}
#content:after {
  clear: both;
}
#content-inner:before,
#content-inner:after {
  content: "";
  display: table;
}
#content-inner:after {
  clear: both;
}
@media screen and (min-width: 769px) {
  #content-inner {
    margin-left: 220px;
  }
}
@media screen and (min-width: 769px) {
  .article-container {
    float: right;
    width: 100%;
  }
}
.article-inner:before,
.article-inner:after {
  content: "";
  display: table;
}
.article-inner:after {
  clear: both;
}
@media screen and (min-width: 769px) {
  .article-inner {
    margin-right: 220px;
  }
}
.article {
  float: left;
  width: 100%;
  padding: 40px 0;
}
@media print {
  .article {
    padding: 0;
  }
}
#article-toc {
  display: none;
  float: right;
  width: 220px;
  margin-right: -220px;
  opacity: 0.8;
}
@media screen and (min-width: 769px) {
  #article-toc {
    display: block;
  }
}
#article-toc.fixed {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 220px;
}
#article-toc-inner {
  overflow-x: hidden;
  overflow-y: auto;
  width: 220px;
}
.fixed #article-toc-inner {
  position: fixed;
  top: 0;
  bottom: 0;
}
.toc-child {
  padding-left: 1em;
  font-size: 0.9em;
}
#article-toc-top {
  margin-top: 2em;
  font-size: 0.9em;
  text-decoration: none;
  color: #444;
  display: block;
  margin-bottom: 40px;
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#article-toc-top:hover {
  color: #33cdff;
}
.article-header {
  padding-bottom: 20px;
}
.article-header:before,
.article-header:after {
  content: "";
  display: table;
}
.article-header:after {
  clear: both;
}
.article-title {
  float: left;
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-weight: 300;
  text-decoration: none;
  color: #444;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
a.article-title:hover {
  color: #33cdff;
}
.post .article-title {
  float: none;
}
.article-date {
  color: #999;
  text-decoration: none;
  display: inline-block;
  margin-top: 1em;
}
.article-date:hover {
  color: #33cdff;
}
.article-edit-link {
  float: right;
  color: #bbb;
  font-size: 24px;
  line-height: 36px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  display: none;
}
.article-edit-link:hover {
  color: #33cdff;
}
@media screen and (min-width: 769px) {
  .article-edit-link {
    display: block;
  }
}
.article-anchor {
  margin-left: 10px;
  display: none;
}
.article-anchor:before {
  content: "#";
}
@media print {
  .article-anchor {
    display: none !important;
  }
}
.article-heading:hover .article-anchor {
  display: inline-block;
}
.article-content {
  padding: 0 32px;
  line-height: 1.6em;
  color: #444;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 5px;
}
@media print {
  .article-content {
    font-size: 12pt;
  }
}
.article-content p,
.article-content ol,
.article-content ul,
.article-content dl,
.article-content table,
.article-content blockquote,
.article-content iframe,
.article-content .highlight {
  margin: 1em 0;
}
.article-content h1 {
  font-size: 2em;
}
.article-content h2 {
  font-size: 1.5em;
}
.article-content h3 {
  font-size: 1.3em;
}
.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
  line-height: 1em;
  font-weight: bold;
  margin: 1em 0;
}
.article-content a {
  color: #00aee8;
  text-decoration: none;
}
.article-content a:hover {
  color: #33cdff;
  text-decoration: underline;
}
@media print {
  .article-content a {
    color: #444;
    text-decoration: underline;
  }
  .article-content a:after {
    content: " (" attr(href) ")";
    font-size: 80%;
  }
}
.article-content strong {
  font-weight: bold;
}
.article-content em {
  font-style: italic;
}
.article-content ul,
.article-content ol,
.article-content dl {
  margin-left: 20px;
}
.article-content ul ul,
.article-content ol ul,
.article-content dl ul,
.article-content ul ol,
.article-content ol ol,
.article-content dl ol,
.article-content ul dl,
.article-content ol dl,
.article-content dl dl {
  margin-top: 0;
  margin-bottom: 0;
}
.article-content ul {
  list-style: disc;
}
.article-content ol {
  list-style: decimal;
}
.article-content dl {
  list-style: square;
}
.article-content li p {
  margin: 0;
}
.article-content li table,
.article-content li blockquote,
.article-content li iframe,
.article-content li .highlight {
  margin: 1em 0;
}
.article-content img,
.article-content video {
  max-width: 100%;
  border-radius: 5px;
}
.article-content blockquote {
  padding: 0 20px;
  position: relative;
  border: 1px solid #e3e3e3;
  border-left: 5px solid #00aee8;
  border-radius: 5px;
}
.article-content blockquote footer {
  margin: 1em 0;
  font-style: italic;
}
.article-content blockquote footer cite:before {
  content: "—";
  padding: 0 0.3em;
}
.article-content blockquote footer cite a {
  color: color-grey;
}
.article-content .note.tip {
  border-left-color: #fa0;
}
.article-content .note.info {
  border-left-color: #0af;
}
.article-content .note.warn {
  border-left-color: #f00;
}
.article-content .note-title {
  margin: 1em 0;
  display: block;
  font-size: 1.3em;
  font-weight: bold;
}
.article-content table {
  max-width: 100%;
  border: 1px solid #e3e3e3;
}
.article-content table th {
  font-weight: bold;
}
.article-content table th,
.article-content table td {
  padding: 5px 15px;
}
.article-content table tr:nth-child(2n) {
  background: #eee;
}
.article-footer {
  margin: 1em 0;
  text-align: center;
  color: #999;
  line-height: 1em;
  padding-top: 1em;
  position: relative;
}
.article-footer:before,
.article-footer:after {
  content: "";
  display: table;
}
.article-footer:after {
  clear: both;
}
@media print {
  .article-footer {
    display: none;
  }
}
.article-footer-prev,
.article-footer-next {
  color: #00aee8;
  text-decoration: none;
  font-weight: bold;
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  position: absolute;
}
.article-footer-prev:hover,
.article-footer-next:hover {
  color: #33cdff;
}
@media print {
  .article-footer-prev,
  .article-footer-next {
    display: none;
  }
}
.article-footer-prev span,
.article-footer-next span {
  padding: 0 6px;
}
.article-footer-prev {
  left: 0;
}
.article-footer-next {
  right: 0;
}
.article-footer-updated {
  font-size: 0.9em;
}
@media print {
  #comments {
    display: none;
  }
}
.post {
  margin: 0 auto;
  float: none;
}
@media screen {
  .post {
    max-width: 800px;
  }
}
.archive-post {
  padding: 1em 0;
  border-top: 1px solid #e3e3e3;
}
.archive-post:last-child {
  padding-bottom: 40px;
}
.archive-post-link {
  display: block;
  color: #444;
  text-decoration: none;
  line-height: 1.6em;
}
.archive-post-link:before,
.archive-post-link:after {
  content: "";
  display: table;
}
.archive-post-link:after {
  clear: both;
}
.archive-post-link:hover {
  color: #33cdff;
}
.archive-post-title {
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  float: left;
  font-weight: bold;
}
.archive-post-date {
  color: #999;
  float: right;
  font-size: 0.9em;
}
#mobile-nav {
  position: fixed;
  top: 0;
  width: 260px;
  left: -260px;
  height: 100%;
  background: #fff;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.mobile-nav-on #mobile-nav {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
#mobile-nav-inner {
  background-color: #fafafa;
  overflow-y: auto;
  padding: 10px 0;
  position: absolute;
  top: 0;
  bottom: 40px;
  left: 0;
  right: 0;
  -webkit-overflow-scrolling: touch;
}
#mobile-nav-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 25px;
  height: 20px;
  margin: auto;
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
#mobile-nav-toggle:active,
.mobile-nav-on #mobile-nav-toggle {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  #mobile-nav-toggle {
    display: none;
  }
}
.mobile-nav-toggle-bar {
  background: #00aee8;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform-origin: 0;
  -moz-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  border-radius: 2px;
}
.mobile-nav-toggle-bar:first-child {
  top: 0;
}
.mobile-nav-on .mobile-nav-toggle-bar:first-child {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-nav-toggle-bar:nth-child(2) {
  top: 9px;
}
.mobile-nav-on .mobile-nav-toggle-bar:nth-child(2) {
  opacity: 0;
}
.mobile-nav-toggle-bar:last-child {
  top: 18px;
}
.mobile-nav-on .mobile-nav-toggle-bar:last-child {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mobile-nav-link {
  color: #444;
  text-decoration: none;
  display: block;
  padding: 10px 15px;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mobile-nav-title {
  color: #00aee8;
  font-weight: bold;
  padding: 10px 15px;
  line-height: 1;
  display: block;
  border-top: 1px solid #ebebeb;
  margin-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#mobile-lang-select-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-top: 1px solid #444;
}
#mobile-lang-select-label {
  line-height: 40px;
  color: #fff;
  padding: 10px 15px;
}
#mobile-lang-select-label i {
  opacity: 0.7;
}
#mobile-lang-select-label span {
  padding-left: 8px;
}
#mobile-lang-select {
  -webkit-appearance: menulist-button;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#container {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  background-color: #fafafa;
}
.mobile-nav-on #container {
  -webkit-transform: translateX(260px);
  -moz-transform: translateX(260px);
  -ms-transform: translateX(260px);
  transform: translateX(260px);
  overflow: hidden;
}
#mobile-nav-dimmer {
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transition: opacity 0.4s, -webkit-transform 0s 0.4s;
  -moz-transition: opacity 0.4s, -moz-transform 0s 0.4s;
  -ms-transition: opacity 0.4s, -ms-transform 0s 0.4s;
  transition: opacity 0.4s, transform 0s 0.4s;
}
.mobile-nav-on #mobile-nav-dimmer {
  width: 100%;
  opacity: 0.7;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
#footer {
  padding: 23px 0;
  color: #6e6e6e;
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
#footer:before,
#footer:after {
  content: "";
  display: table;
}
#footer:after {
  clear: both;
}
#footer .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
@media screen and (min-width: 769px) {
  #footer {
    text-align: left;
  }
}
@media print {
  #footer {
    display: none;
  }
}
#footer a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
#footer a:hover {
  color: #fff;
}
.footer-blank {
  width: 95px;
  height: 1px;
}
#footer-copyright {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  line-height: 22px;
}
#footer-copyright .footer-logo {
  margin-bottom: 5px;
  text-indent: 101%;
  overflow: hidden;
  background: url("/assets/logo-grey.svg");
  width: 83px;
  height: 20px;
  background-size: 83px 20px;
}
#footer-copyright a:hover {
  color: #6e6e6e;
}
#footer-links {
  margin-top: 1em;
  color: #c2c2c2;
  padding-right: 60px;
}
@media screen and (min-width: 769px) {
  #footer-links {
    height: 62px;
    line-height: 62px;
    margin-top: 0;
    vertical-align: middle;
  }
}
.footer-link {
  position: relative;
  cursor: pointer;
  font-size: 30px;
}
.qr-code-container {
  opacity: 0;
  position: absolute;
  z-index: -1060;
  bottom: 55px;
  left: -75px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  border: 1px solid rgba(0,0,0,0.2);
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -ms-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}
@media screen and (max-width: 768px) {
  .qr-code-container {
    left: calc(50% - 90px);
  }
}
.arrow {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-width: 11px;
  border-style: solid;
  bottom: -10px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: #fff;
  border-bottom-width: 0;
}
.qr-code-img {
  padding: 9px 14px;
  border-radius: 6px;
  background-color: #fff;
}
.qr-code-img img {
  width: 150px;
  height: 150px;
}
pre,
code {
  font-family: "Source Code Pro", Monaco, Menlo, Consolas, monospace;
  color: #4d4d4c;
  background: #eee;
  font-size: 0.95em;
}
code {
  padding: 0 5px;
}
pre {
  padding: 10px 15px;
  line-height: 22px;
}
pre code {
  border: none;
  display: block;
  padding: 0;
}
.highlight {
  background: #eee;
  padding: 10px 15px;
  color: #4d4d4c;
  overflow: auto;
  margin: 0;
}
.highlight table {
  margin: 0 !important;
  border: 0;
}
.highlight table th,
.highlight table td {
  padding: 0;
}
.highlight figcaption {
  margin: -5px 0 5px;
  font-size: 0.9em;
  color: #999;
}
.highlight figcaption:before,
.highlight figcaption:after {
  content: "";
  display: table;
}
.highlight figcaption:after {
  clear: both;
}
.highlight figcaption a {
  float: right;
}
.highlight pre {
  padding: 0;
  border: none;
  background: none;
}
.highlight .line {
  height: 22px;
}
pre .comment,
pre .title {
  color: #8e908c;
}
pre .variable,
pre .attribute,
pre .tag,
pre .regexp,
pre .ruby .constant,
pre .xml .tag .title,
pre .xml .pi,
pre .xml .doctype,
pre .html .doctype,
pre .css .id,
pre .css .class,
pre .css .pseudo {
  color: #c82829;
}
pre .number,
pre .preprocessor,
pre .built_in,
pre .literal,
pre .params,
pre .constant {
  color: #f5871f;
}
pre .class,
pre .ruby .class .title,
pre .css .rules .attribute {
  color: #718c00;
}
pre .string,
pre .value,
pre .inheritance,
pre .header,
pre .ruby .symbol,
pre .xml .cdata {
  color: #718c00;
}
pre .css .hexcolor {
  color: #3e999f;
}
pre .function,
pre .python .decorator,
pre .python .title,
pre .ruby .function .title,
pre .ruby .title .keyword,
pre .perl .sub,
pre .javascript .title,
pre .coffeescript .title {
  color: #4271ae;
}
pre .keyword,
pre .javascript .function {
  color: #8959a8;
}
#search-page {
  display: none;
  position: absolute;
  top: 70px;
  left: 0;
  padding: 50px 100px;
  z-index: 1080;
  height: calc(100% - 70px);
  width: 100%;
  background-color: rgba(0,0,0,0.5);
}
#results-show {
  width: 100%;
  height: 100%;
  background-color: #fefefe;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
#close-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: rgba(255,255,255,0.7);
  border-radius: 50%;
  z-index: 1081;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  cursor: pointer;
}
.search-result-list {
  padding: 20px;
  width: 100%;
  height: 100%;
  overflow: auto;
  font: 900 1em/1em "";
  margin: 2px;
}
.search-result-list a {
  text-decoration: none;
}
.search-result-list li {
  max-height: 150px;
  padding: 15px 10px;
  margin-bottom: 10px;
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
}
.search-result-list li:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.search-result-list li:last-child {
  margin-bottom: 0;
}
.search-result-list li .search-result-title {
  display: block;
  margin-bottom: 15px;
  color: #0e83cd;
}
.search-result-list li .search-keyword {
  color: #3cf;
}
.video-wrapper:before,
.video-wrapper:after {
  content: "";
  display: table;
}
.video-wrapper:after {
  clear: both;
}
@media screen and (min-width: 769px) {
  .video-container {
    width: 100%;
  }
}
.video {
  padding: 0;
}
.video-inner {
  padding-top: 35px;
}
.video-content {
  padding: 0;
  margin-bottom: 40px;
  border: none;
  background-color: inherit;
}
.video-header {
  padding-top: 24px;
  font-size: 24px;
  color: #444;
}
.video-header:before,
.video-header:after {
  content: "";
  display: table;
}
.video-header:after {
  clear: both;
}
.video-update-time {
  margin-top: 2px;
  margin-bottom: 8px;
  font-size: 14px;
  color: gba(0, 0, 0, 0.54);
}
.video-window {
  text-align: center;
}
.video-window video {
  max-width: 100%;
}
.video-list {
  position: relative;
  overflow: auto;
  padding-bottom: 60px;
}
@media screen and (max-width: 820px) {
  .video-list {
    text-align: center;
  }
}
@media screen and (min-width: 820px) and (max-width: 1200px) {
  .video-list {
    width: 780px;
    margin-left: auto;
    margin-right: auto;
  }
}
.video-item {
  width: 360px;
  float: left;
  margin-bottom: 60px;
  color: #444;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
  margin-right: 20px;
}
@media screen and (min-width: 1200px) {
  .video-item {
    margin-right: 40px;
  }
  .video-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 820px) and (max-width: 1200px) {
  .video-item {
    text-align: left;
    margin-right: 60px;
  }
  .video-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 820px) {
  .video-item {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
}
.video-item a {
  text-decoration: none;
  color: inherit;
}
.video-item:hover {
  color: #00ceff;
  cursor: pointer;
}
.video-item-preview {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 200px;
}
.video-item-preview video {
  width: 100%;
  position: absolute;
  left: 0;
}
.video-item-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 40px;
}
.video-item-mask {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.video-item-mask:hover {
  opacity: 0.6;
}
.video-cicle,
.video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #00ceff;
}
.video-cicle {
  width: 70px;
  height: 70px;
  border: 2px solid #00ceff;
  border-radius: 50%;
}
.video-play {
  -webkit-transform: translate(-37%, -50%);
  -moz-transform: translate(-37%, -50%);
  -ms-transform: translate(-37%, -50%);
  transform: translate(-37%, -50%);
}
.video-duration {
  position: absolute;
  display: none;
  right: 10px;
  bottom: 10px;
  padding: 1px 5px;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  background-color: rgba(0,0,0,0.6);
}
.video-item-title {
  padding-top: 18px;
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 900;
  color: inherit;
}
.video-item-update {
  font-size: 14px;
  color: gba(0, 0, 0, 0.54);
}
#blog-wrapper {
  padding-top: 35px;
}
.blog-inner {
  text-align: center;
}
.blog-header,
.blog-content,
.blog-footer {
  text-align: left;
  width: 740px;
  max-width: 98%;
  margin-right: auto;
  margin-left: auto;
}
.blog-header {
  padding-bottom: 38px;
}
.blog-title {
  color: #444;
  font-size: 32px;
  line-height: 38px;
}
.blog-sub-title {
  margin-top: 3px;
}
.blog-create-time {
  font-size: 14px;
  color: rgba(0,0,0,0.66);
  line-height: 24px;
}
.blog-tags {
  margin-left: 15px;
}
.blog-tags a {
  height: 18px;
  font-size: 14px;
  text-decoration: none;
  padding: 1px 6px;
  line-height: 20px;
  border: 1px solid #e0e0e0;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #444;
}
.blog-tags a:hover {
  color: #00ceff;
  border-color: #00ceff;
}
.blog-pic-wrapper {
  width: 740px;
  max-width: 98%;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}
.blog-header-pic {
  max-width: 100%;
  cursor: pointer;
}
.blog-content {
  margin-top: 35px;
  padding: 0;
  border: none;
  background-color: inherit;
}
.blog-footer {
  margin-top: 115px;
  margin-bottom: 120px;
  text-align: center;
}
.blog-footer-icon {
  position: relative;
}
.blog-wechat-icon {
  display: block;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 50px;
  width: 32px;
  background: url("/logo.svg");
  background-size: 154px 50px;
  z-index: 3;
}
.blog-wechat-cicle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 auto;
  width: 62px;
  height: 62px;
  border: 1px solid #00ceff;
  border-radius: 50%;
  z-index: 2;
}
.blog-footer-icon:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 1px;
  width: 100%;
  background: #ededed;
}
.blog-footer-icon:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 62px;
  width: 90px;
  background-color: #fafafa;
}
.blog-footer-text {
  padding-top: 40px;
  font-size: 14px;
  line-height: 16px;
  color: #00ceff;
}
.video-list.blog-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: left;
  -moz-box-pack: left;
  -ms-flex-pack: left;
  -webkit-justify-content: left;
  justify-content: left;
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  overflow-x: hidden;
}
@media screen and (min-width: 820px) and (max-width: 1200px) {
  .video-list.blog-list {
    width: 800px;
  }
}
@media screen and (max-width: 820px) {
  .video-list.blog-list {
    width: 360px;
  }
}
@media screen and (max-width: 480px) {
  .video-list.blog-list {
    width: 100%;
  }
}
.blog-item {
  width: 355px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 40px;
  margin-right: 40px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media screen and (min-width: 1200px) {
  .blog-item {
    margin-right: 40px;
  }
  .blog-item:nth-child(3n+4) {
    margin-right: 0;
  }
}
@media screen and (min-width: 820px) and (max-width: 1200px) {
  .blog-item {
    margin-right: 80px;
  }
  .blog-item:nth-child(2n+3) {
    margin-right: 0;
  }
}
@media screen and (min-width: 820px) {
  .blog-item {
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .blog-item {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .blog-item.banner-blog {
    width: 1160px;
    margin-bottom: 40px;
  }
  .blog-item.banner-blog .blog-item-img {
    float: left;
    width: 750px;
    height: 420px;
    margin-right: 40px;
  }
  .blog-item.banner-blog .blog-item-title {
    margin-top: 0;
    font-size: 32px;
    line-height: 38px;
  }
  .blog-item.banner-blog .blog-item-describe {
    margin-top: 13px;
  }
}
@media screen and (min-width: 820px) and (max-width: 1200px) {
  .blog-item.banner-blog {
    width: 780px;
    margin-bottom: 50px;
  }
  .blog-item.banner-blog .blog-item-img {
    float: left;
    width: 440px;
    height: 244px;
    margin-right: 40px;
  }
  .blog-item.banner-blog .blog-item-title {
    margin-top: 0;
    font-size: 28px;
    line-height: 32px;
  }
  .blog-item.banner-blog .blog-item-describe {
    margin-top: 13px;
  }
}
.blog-item a {
  text-decoration: none;
}
.blog-item-link {
  color: #00ceff;
}
.blog-item-link:hover .blog-item-title {
  color: #00ceff;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
.blog-item-link:hover .blog-item-describe {
  color: #00ceff;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
.blog-item-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 200px;
}
.blog-item-img .blog-eye {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.blog-item-img img {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.blog-item-title {
  margin-top: 15px;
  font-size: 22px;
  color: #444;
  line-height: 26px;
  font-weight: 500;
}
.blog-item-describe {
  margin-top: 5px;
  line-height: 20px;
  color: #8a8a8a;
}
.blog-item-tags {
  margin-top: 6px;
  margin-left: 0;
}
.blog-item-tags a {
  font-size: 14px;
  text-decoration: none;
  padding: 0 6px 1px 6px;
}
.blog-item-footer {
  margin-top: 13px;
  vertical-align: middle;
}
.blog-item-icon {
  position: relative;
  float: left;
}
.blog-item-icon .wechat-icon {
  position: absolute;
  left: 11px;
  top: 4px;
  display: block;
  overflow: hidden;
  height: 35px;
  width: 26px;
  background: url("/assets/logo-light.svg");
  fill: #3cf;
  background-size: 125px 40px;
  z-index: 3;
}
.blog-item-icon .cicle-icon {
  display: inline-block;
  width: 48px;
  height: 48px;
  border: 1px solid #3cf;
  border-radius: 50%;
  z-index: 2;
}
.blog-item-create {
  float: left;
  margin-left: 10px;
  padding-top: 7px;
}
.blog-item-create .blog-item-team {
  color: #00ceff;
  line-height: 16px;
}
.blog-item-create .blog-create-date {
  margin-top: 2px;
  color: #b0b0b0;
  line-height: 16px;
}
.tag-list-header {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 320px;
  background-color: #f7f7f7;
}
.tag-list-header .tag-title {
  font-size: 50px;
  line-height: 60px;
  color: #444;
}
.tag-list-header .tag-desc {
  font-size: 20px;
  color: #8a8a8a;
}
.tag-wrap .blog-item {
  width: 360px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 40px;
  margin-right: 40px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media screen and (min-width: 1200px) {
  .tag-wrap .blog-item {
    margin-right: 40px;
  }
  .tag-wrap .blog-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 820px) and (max-width: 1200px) {
  .tag-wrap .blog-item {
    margin-right: 80px;
  }
  .tag-wrap .blog-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 820px) {
  .tag-wrap .blog-item {
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .tag-wrap .blog-item {
    width: 100%;
  }
}
.pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 40px 0 80px;
  color: #8a8a8a;
  font-size: 16px;
  border-top: 1px solid #ededed;
}
.pagination a {
  text-decoration: none;
}
.pagination-text {
  margin: 0 30px;
}
.pagination-btn {
  display: block;
  position: relative;
  width: 67px;
  height: 34px;
  color: #e0e0e0;
  border: 2px solid currentColor;
  border-radius: 4px;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.pagination-btn:hover {
  color: #33cdfe;
  cursor: pointer;
}
.pagination-btn:before,
.pagination-btn:after {
  content: '';
  display: inline-block;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 1px;
}
.pagination-btn:before {
  top: 50%;
  width: 20px;
  height: 2px;
  background-color: #b0b0b0;
}
.pagination-btn:after {
  width: 12px;
  height: 12px;
  border-top: 2px solid #b0b0b0;
  border-left: 2px solid #b0b0b0;
}
.pagination-btn:hover:before {
  background-color: #33cdfe;
}
.pagination-btn:hover:after {
  border-color: #33cdfe;
}
.pagination-btn.pagination-prev:before {
  right: 22px;
}
.pagination-btn.pagination-prev:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 9px;
  left: 21px;
}
.pagination-btn.pagination-next:before {
  left: 22px;
}
.pagination-btn.pagination-next:after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 9px;
  right: 21px;
}
.pagination-btn.disabled-btn {
  cursor: default;
}
.pagination-btn.disabled-btn:hover {
  cursor: default;
}
.pagination-btn.disabled-btn:hover {
  color: #e0e0e0;
}
.pagination-btn.disabled-btn:hover:before {
  background-color: #b0b0b0;
}
.pagination-btn.disabled-btn:hover:after {
  border-color: #b0b0b0;
}
