﻿/*!
 * mdui v0.4.3 (https://mdui.org) - Custom Build
 * Copyright 2016-2019 zdhxiong
 * Licensed under MIT
 * 
 * Included modules:          divider,grid,grid_list,typo
 * Included primary colors:   pink
 * Included accent colors:    pink
 * Included color degrees:    700,a700
 * Included layout:           
 */
.mdui-theme-primary-pink .mdui-color-theme {
  color: #fff !important;
  background-color: #e91e63 !important;
}
.mdui-theme-primary-pink .mdui-color-theme-700 {
  color: #fff !important;
  background-color: #c2185b !important;
}
.mdui-theme-accent-pink .mdui-color-theme-accent {
  color: #fff !important;
  background-color: #ff4081 !important;
}
.mdui-theme-accent-pink .mdui-color-theme-a700 {
  color: #fff !important;
  background-color: #c51162 !important;
}
.mdui-color-pink {
  color: #fff !important;
  background-color: #e91e63 !important;
}
.mdui-color-pink-700 {
  color: #fff !important;
  background-color: #c2185b !important;
}
.mdui-color-pink-accent {
  color: #fff !important;
  background-color: #ff4081 !important;
}
.mdui-color-pink-a700 {
  color: #fff !important;
  background-color: #c51162 !important;
}
.mdui-color-black {
  color: #fff !important;
  background-color: #000 !important;
}
.mdui-color-white {
  color: rgba(0, 0, 0, 0.87) !important;
  background-color: #fff !important;
}
.mdui-color-transparent {
  background-color: transparent !important;
}
.mdui-theme-primary-pink .mdui-text-color-theme {
  color: #e91e63 !important;
}
.mdui-theme-primary-pink .mdui-text-color-theme-700 {
  color: #c2185b !important;
}
.mdui-theme-accent-pink .mdui-text-color-theme-accent {
  color: #ff4081 !important;
}
.mdui-theme-accent-pink .mdui-text-color-theme-a700 {
  color: #c51162 !important;
}
.mdui-text-color-pink {
  color: #e91e63 !important;
}
.mdui-text-color-pink-700 {
  color: #c2185b !important;
}
.mdui-text-color-pink-accent {
  color: #fe6061 !important;
}
.mdui-text-color-pink-a700 {
  color: #c51162 !important;
}
.mdui-text-color-black {
  color: #000 !important;
}
.mdui-text-color-black-text,
.mdui-text-color-theme-text {
  color: rgba(0, 0, 0, 0.87) !important;
}
.mdui-text-color-black-secondary,
.mdui-text-color-theme-secondary {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mdui-text-color-black-disabled,
.mdui-text-color-theme-disabled {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mdui-text-color-black-divider,
.mdui-text-color-theme-divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mdui-text-color-black-icon,
.mdui-text-color-theme-icon {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mdui-text-color-black-icon-disabled,
.mdui-text-color-theme-icon-disabled {
  color: rgba(0, 0, 0, 0.26) !important;
}
.mdui-text-color-white {
  color: #fff !important;
}
.mdui-text-color-white-text {
  color: #fff !important;
}
.mdui-text-color-white-secondary {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mdui-text-color-white-disabled {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mdui-text-color-white-divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mdui-text-color-white-icon {
  color: #fff !important;
}
.mdui-text-color-white-icon-disabled {
  color: rgba(255, 255, 255, 0.3) !important;
}
.mdui-m-a-0 {
  margin: 0 !important;
}
.mdui-m-t-0 {
  margin-top: 0 !important;
}
.mdui-m-r-0 {
  margin-right: 0 !important;
}
.mdui-m-b-0 {
  margin-bottom: 0 !important;
}
.mdui-m-l-0 {
  margin-left: 0 !important;
}
.mdui-m-x-0 {
  margin-right: 0!important;
  margin-left: 0 !important;
}
.mdui-m-y-0 {
  margin-top: 0!important;
  margin-bottom: 0 !important;
}
.mdui-p-a-0 {
  padding: 0 !important;
}
.mdui-p-t-0 {
  padding-top: 0 !important;
}
.mdui-p-r-0 {
  padding-right: 0 !important;
}
.mdui-p-b-0 {
  padding-bottom: 0 !important;
}
.mdui-p-l-0 {
  padding-left: 0 !important;
}
.mdui-p-x-0 {
  padding-right: 0!important;
  padding-left: 0 !important;
}
.mdui-p-y-0 {
  padding-top: 0!important;
  padding-bottom: 0 !important;
}
.mdui-m-a-1 {
  margin: 8px !important;
}
.mdui-m-t-1 {
  margin-top: 8px !important;
}
.mdui-m-r-1 {
  margin-right: 8px !important;
}
.mdui-m-b-1 {
  margin-bottom: 8px !important;
}
.mdui-m-l-1 {
  margin-left: 8px !important;
}
.mdui-m-x-1 {
  margin-right: 8px!important;
  margin-left: 8px !important;
}
.mdui-m-y-1 {
  margin-top: 8px!important;
  margin-bottom: 8px !important;
}
.mdui-p-a-1 {
  padding: 8px !important;
}
.mdui-p-t-1 {
  padding-top: 8px !important;
}
.mdui-p-r-1 {
  padding-right: 8px !important;
}
.mdui-p-b-1 {
  padding-bottom: 8px !important;
}
.mdui-p-l-1 {
  padding-left: 8px !important;
}
.mdui-p-x-1 {
  padding-right: 8px!important;
  padding-left: 8px !important;
}
.mdui-p-y-1 {
  padding-top: 8px!important;
  padding-bottom: 8px !important;
}
.mdui-m-a-2 {
  margin: 16px !important;
}
.mdui-m-t-2 {
  margin-top: 16px !important;
}
.mdui-m-r-2 {
  margin-right: 16px !important;
}
.mdui-m-b-2 {
  margin-bottom: 16px !important;
}
.mdui-m-l-2 {
  margin-left: 16px !important;
}
.mdui-m-x-2 {
  margin-right: 16px!important;
  margin-left: 16px !important;
}
.mdui-m-y-2 {
  margin-top: 16px!important;
  margin-bottom: 16px !important;
}
.mdui-p-a-2 {
  padding: 16px !important;
}
.mdui-p-t-2 {
  padding-top: 16px !important;
}
.mdui-p-r-2 {
  padding-right: 16px !important;
}
.mdui-p-b-2 {
  padding-bottom: 16px !important;
}
.mdui-p-l-2 {
  padding-left: 16px !important;
}
.mdui-p-x-2 {
  padding-right: 16px!important;
  padding-left: 16px !important;
}
.mdui-p-y-2 {
  padding-top: 16px!important;
  padding-bottom: 16px !important;
}
.mdui-m-a-3 {
  margin: 24px !important;
}
.mdui-m-t-3 {
  margin-top: 24px !important;
}
.mdui-m-r-3 {
  margin-right: 24px !important;
}
.mdui-m-b-3 {
  margin-bottom: 12px !important;
}
.mdui-m-l-3 {
  margin-left: 24px !important;
}
.mdui-m-x-3 {
  margin-right: 24px!important;
  margin-left: 24px !important;
}
.mdui-m-y-3 {
  margin-top: 24px!important;
  margin-bottom: 24px !important;
}
.mdui-p-a-3 {
  padding: 24px !important;
}
.mdui-p-t-3 {
  padding-top: 24px !important;
}
.mdui-p-r-3 {
  padding-right: 24px !important;
}
.mdui-p-b-3 {
  padding-bottom: 24px !important;
}
.mdui-p-l-3 {
  padding-left: 24px !important;
}
.mdui-p-x-3 {
  padding-right: 24px!important;
  padding-left: 24px !important;
}
.mdui-p-y-3 {
  padding-top: 24px!important;
  padding-bottom: 24px !important;
}
.mdui-m-a-4 {
  margin: 32px !important;
}
.mdui-m-t-4 {
  margin-top: 32px !important;
}
.mdui-m-r-4 {
  margin-right: 32px !important;
}
.mdui-m-b-4 {
  margin-bottom: 32px !important;
}
.mdui-m-l-4 {
  margin-left: 32px !important;
}
.mdui-m-x-4 {
  margin-right: 32px!important;
  margin-left: 32px !important;
}
.mdui-m-y-4 {
  margin-top: 32px!important;
  margin-bottom: 32px !important;
}
.mdui-p-a-4 {
  padding: 32px !important;
}
.mdui-p-t-4 {
  padding-top: 32px !important;
}
.mdui-p-r-4 {
  padding-right: 32px !important;
}
.mdui-p-b-4 {
  padding-bottom: 32px !important;
}
.mdui-p-l-4 {
  padding-left: 32px !important;
}
.mdui-p-x-4 {
  padding-right: 32px!important;
  padding-left: 32px !important;
}
.mdui-p-y-4 {
  padding-top: 32px!important;
  padding-bottom: 32px !important;
}
.mdui-m-a-5 {
  margin: 40px !important;
}
.mdui-m-t-5 {
  margin-top: 40px !important;
}
.mdui-m-r-5 {
  margin-right: 40px !important;
}
.mdui-m-b-5 {
  margin-bottom: 40px !important;
}
.mdui-m-l-5 {
  margin-left: 40px !important;
}
.mdui-m-x-5 {
  margin-right: 40px!important;
  margin-left: 40px !important;
}
.mdui-m-y-5 {
  margin-top: 40px!important;
  margin-bottom: 40px !important;
}
.mdui-p-a-5 {
  padding: 20px !important;
}
.mdui-p-t-5 {
  padding-top: 40px !important;
}
.mdui-p-r-5 {
  padding-right: 40px !important;
}
.mdui-p-b-5 {
  padding-bottom: 40px !important;
}
.mdui-p-l-5 {
  padding-left: 40px !important;
}
.mdui-p-x-5 {
  padding-right: 40px!important;
  padding-left: 40px !important;
}
.mdui-p-y-5 {
  padding-top: 40px!important;
  padding-bottom: 40px !important;
}
.mdui-float-left {
  float: left !important;
}
.mdui-float-right {
  float: right !important;
}
.mdui-center {
  display: block!important;
  margin-right: auto!important;
  margin-left: auto !important;
}
.mdui-valign {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-align: center!important;
  -webkit-align-items: center!important;
  -ms-flex-align: center!important;
  align-items: center !important;
}
.mdui-text-left {
  text-align: left !important;
}
.mdui-text-center {
  text-align: center !important;
}
.mdui-text-right {
  text-align: right !important;
}
.mdui-text-lowercase {
  text-transform: lowercase !important;
}
.mdui-text-uppercase {
  text-transform: uppercase !important;
}
.mdui-text-capitalize {
  text-transform: capitalize !important;
}
.mdui-text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mdui-clearfix:after,
.mdui-clearfix:before {
  display: table;
  content: " ";
}
.mdui-clearfix:after {
  clear: both;
}
.mdui-hidden,
[hidden] {
  display: none !important;
}
.mdui-invisible {
  visibility: hidden;
}
@media (max-width: 599px) {
  .mdui-hidden-xs {
    display: none !important;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .mdui-hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .mdui-hidden-md {
    display: none !important;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .mdui-hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1920px) {
  .mdui-hidden-xl {
    display: none !important;
  }
}
@media (max-width: 599px) {
  .mdui-hidden-xs-down {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .mdui-hidden-sm-down {
    display: none !important;
  }
}
@media (max-width: 1439px) {
  .mdui-hidden-md-down {
    display: none !important;
  }
}
@media (max-width: 1919px) {
  .mdui-hidden-lg-down {
    display: none !important;
  }
}
.mdui-hidden-xl-down {
  display: none !important;
}
.mdui-hidden-xs-up {
  display: none !important;
}
@media (min-width: 600px) {
  .mdui-hidden-sm-up {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .mdui-hidden-md-up {
    display: none !important;
  }
}
@media (min-width: 1440px) {
  .mdui-hidden-lg-up {
    display: none !important;
  }
}
@media (min-width: 1920px) {
  .mdui-hidden-xl-up {
    display: none !important;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  overflow: visible;
}
pre {
  font-family: monospace,monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  display: table;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
body {
  font-family: Roboto, Noto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
  background-color: #fff;
}
@media (min-width: 600px) {
  body {
    font-size: 14.5px;
  }
}
@media (min-width: 1024px) {
  body {
    font-size: 15px;
  }
}
body ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background: 0 0;
}
@media (min-width: 1024px) {
  body ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
}
body ::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
}
body.mdui-theme-layout-dark ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background: 0 0;
}
@media (min-width: 1024px) {
  body.mdui-theme-layout-dark ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
}
body.mdui-theme-layout-dark ::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
}
* {
  -webkit-tap-highlight-color: transparent;
}
body.mdui-locked {
  overflow: hidden;
}
.mdui-overlay {
  position: fixed;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  z-index: 2000;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity,visibility;
  transition-property: opacity,visibility;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: opacity;
}
.mdui-overlay-show {
  visibility: visible;
  opacity: 1;
}
.mdui-no-transition {
  -webkit-transition-property: none!important;
  transition-property: none !important;
}
.mdui-icon,
.mdui-icon::before {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: inherit;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  vertical-align: middle;
  direction: ltr;
}
.mdui-icon {
  display: inline-block;
  text-align: center;
}
.mdui-icon::before {
  display: block!important;
  width: 24px;
  height: 24px;
}
.mdui-typo-display-4,
.mdui-typo-display-4-opacity {
  font-size: 112px;
  font-weight: 300;
  letter-spacing: -0.04em;
}
.mdui-typo-display-4-opacity {
  opacity: 0.54;
}
.mdui-typo-display-3,
.mdui-typo-display-3-opacity {
  font-size: 56px;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.mdui-typo-display-3-opacity {
  opacity: 0.54;
}
.mdui-typo-display-2,
.mdui-typo-display-2-opacity {
  font-size: 45px;
  font-weight: 400;
  letter-spacing: 0;
}
.mdui-typo-display-2-opacity {
  opacity: 0.54;
}
.mdui-typo-display-1,
.mdui-typo-display-1-opacity {
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 0;
}
.mdui-typo-display-1-opacity {
  opacity: 0.54;
}
.mdui-typo-headline,
.mdui-typo-headline-opacity {
  font-size: 24px;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
}
.mdui-typo-headline-opacity {
  opacity: 0.87;
}
.mdui-typo-title,
.mdui-typo-title-opacity {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.mdui-typo-title-opacity {
  opacity: 0.87;
}
.mdui-typo-subheading,
.mdui-typo-subheading-opacity {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.04em;
}
.mdui-typo-subheading-opacity {
  opacity: 0.87;
}
.mdui-typo-body-2,
.mdui-typo-body-2-opacity {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.mdui-typo-body-2-opacity {
  opacity: 0.87;
}
.mdui-typo-body-1,
.mdui-typo-body-1-opacity {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
}
.mdui-typo-body-1-opacity {
  opacity: 0.87;
}
.mdui-typo-caption,
.mdui-typo-caption-opacity {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.08em;
}
.mdui-typo-caption-opacity {
  opacity: 0.54;
}
.mdui-typo {
  line-height: 1.8;
  word-wrap: break-word;
}
.mdui-typo address,
.mdui-typo caption,
.mdui-typo cite,
.mdui-typo code,
.mdui-typo dfn,
.mdui-typo th {
  font-style: normal;
  font-weight: 400;
}
.mdui-typo caption,
.mdui-typo th {
  text-align: left;
}
.mdui-typo q:after,
.mdui-typo q:before {
  content: '';
}
.mdui-typo code,
.mdui-typo kbd,
.mdui-typo pre,
.mdui-typo pre tt,
.mdui-typo samp {
  font-family: Consolas, Courier, 'Courier New', monospace;
}
.mdui-typo figcaption {
  font-size: 80%;
  color: rgba(0, 0, 0, 0.54);
}
.mdui-typo [draggable=true],
.mdui-typo [draggable] {
  cursor: move;
}
.mdui-typo [draggable=false] {
  cursor: inherit;
}
.mdui-typo .mdui-table,
.mdui-typo .mdui-table-fluid,
.mdui-typo dl,
.mdui-typo figure,
.mdui-typo form,
.mdui-typo hr,
.mdui-typo ol,
.mdui-typo p,
.mdui-typo pre,
.mdui-typo table,
.mdui-typo ul {
  margin: 0 0 1.2em 0;
}
.mdui-typo a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  color: #fe6061;
  text-decoration: none;
  vertical-align: top;
  outline: 0;
}
.mdui-typo a:before {
  position: absolute;
  top: auto;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  content: ' ';
  background-color: #fe6061;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mdui-typo a:focus:before,
.mdui-typo a:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.mdui-typo small {
  font-size: 80%;
}
.mdui-typo blockquote {
  padding-left: 1em;
  margin: 1em 3em 1em 2em;
  font-weight: 400;
  border-left: 4px solid rgba(0, 0, 0, 0.12);
}
@media only screen and (max-width: 599px) {
  .mdui-typo blockquote {
    margin: 1em 0;
  }
}
.mdui-typo blockquote footer {
  font-size: 86%;
  color: rgba(0, 0, 0, 0.54);
}
.mdui-typo mark {
  padding: 2px;
  margin: 0 5px;
  background: #fffdd1;
  border-bottom: 1px solid #ffedce;
}
.mdui-typo h1,
.mdui-typo h2,
.mdui-typo h3,
.mdui-typo h4,
.mdui-typo h5,
.mdui-typo h6 {
  margin-top: 1.2em;
  margin-bottom: 0.6em;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.35;
  color: inherit;
}
.mdui-typo h1 small,
.mdui-typo h2 small,
.mdui-typo h3 small,
.mdui-typo h4 small,
.mdui-typo h5 small,
.mdui-typo h6 small {
  font-size: 65%;
  font-weight: 400;
  line-height: 1;
  color: rgba(0, 0, 0, 0.54);
}
.mdui-typo h1 {
  font-size: 2em;
}
.mdui-typo h2 {
  font-size: 1.8em;
}
.mdui-typo h3 {
  font-size: 1.6em;
}
.mdui-typo h4 {
  font-size: 1.4em;
}
.mdui-typo h5 {
  font-size: 1.2em;
}
.mdui-typo h6 {
  font-size: 1.1em;
}
.mdui-typo code {
  padding: 2px 6px;
  color: #c7254e;
  background-color: #f7f7f9;
  border-radius: 2px;
}
.mdui-typo pre code {
  padding: 0;
  font-size: inherit;
  line-height: 1.7;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}
.mdui-typo abbr[title] {
  text-decoration: none;
  cursor: help;
  border-bottom: 1px dotted;
}
.mdui-typo ins {
  text-decoration: none;
  border-bottom: 1px solid;
}
.mdui-typo u {
  text-decoration: none;
  border-bottom: 1px solid;
}
.mdui-typo del {
  text-decoration: line-through;
}
.mdui-typo hr {
  height: 10px;
  margin-bottom: 0.8em;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.mdui-typo pre {
  padding: 12px 16px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 2px;
}
.mdui-typo kbd {
  padding: 2px 6px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 2px;
}
.mdui-typo ul {
  padding-left: 2em;
  list-style: disc;
}
.mdui-typo ol {
  padding-left: 2em;
  list-style: decimal;
}
.mdui-typo li ol,
.mdui-typo li ul {
  margin: 0.8em 0;
}
.mdui-typo li ul {
  list-style: circle;
}
.mdui-typo img {
  max-width: 100%;
}
.mdui-theme-accent-pink .mdui-typo a {
  color: #fe6061;
}
.mdui-theme-accent-pink .mdui-typo a:before {
  background-color: #fe6061;
}
.mdui-divider,
.mdui-divider-dark,
.mdui-divider-inset,
.mdui-divider-inset-dark,
.mdui-divider-inset-light,
.mdui-divider-light {
  height: 1px;
  margin: -1px 0 0 0;
  border: none;
}
.mdui-divider-inset,
.mdui-divider-inset-dark,
.mdui-divider-inset-light {
  margin-left: 72px;
}
.mdui-divider,
.mdui-divider-inset {
  background-color: rgba(0, 0, 0, 0.12);
}
.mdui-theme-layout-dark .mdui-divider,
.mdui-theme-layout-dark .mdui-divider-inset {
  background-color: rgba(255, 255, 255, 0.12);
}
.mdui-divider-inset-light,
.mdui-divider-light {
  background-color: rgba(255, 255, 255, 0.12);
}
.mdui-divider-dark,
.mdui-divider-inset-dark {
  background-color: rgba(0, 0, 0, 0.12);
}
.mdui-container,
.mdui-container-fluid {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
}
.mdui-container-fluid:after,
.mdui-container:after {
  display: table;
  clear: both;
  content: '';
}
.mdui-container {
  width: 96%;
  max-width: 1280px;
}
@media (min-width: 600px) {
  .mdui-container {
    width: 94%;
  }
}
@media (min-width: 1024px) {
  .mdui-container {
    width: 92%;
  }
}
.mdui-row,
[class*=mdui-row-] {
  margin-right: -8px;
  margin-left: -8px;
}
.mdui-row:after,
[class*=mdui-row-]:after {
  display: table;
  clear: both;
  content: '';
}
.mdui-col,
[class*=mdui-col-lg-],
[class*=mdui-col-md-],
[class*=mdui-col-sm-],
[class*=mdui-col-xl-],
[class*=mdui-col-xs-] {
  position: relative;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 8px;
  padding-left: 8px;
}
.mdui-row-gapless .mdui-col,
.mdui-row-gapless [class*=mdui-col-lg-],
.mdui-row-gapless [class*=mdui-col-md-],
.mdui-row-gapless [class*=mdui-col-sm-],
.mdui-row-gapless [class*=mdui-col-xl-],
.mdui-row-gapless [class*=mdui-col-xs-] {
  padding-right: 0;
  padding-left: 0;
}
.mdui-row-gapless .mdui-row,
.mdui-row-gapless [class*=mdui-row-] {
  margin-right: 0;
  margin-left: 0;
}
.mdui-col-xs-1 {
  float: left;
  width: 8.333333%;
}
.mdui-col-offset-xs-1 {
  margin-left: 8.333333%;
}
.mdui-row-xs-1 .mdui-col {
  float: left;
  width: 100%;
}
.mdui-col-xs-2 {
  float: left;
  width: 16.666667%;
}
.mdui-col-offset-xs-2 {
  margin-left: 16.666667%;
}
.mdui-row-xs-2 .mdui-col {
  float: left;
  width: 50%;
}
.mdui-col-xs-3 {
  float: left;
  width: 25%;
}
.mdui-col-offset-xs-3 {
  margin-left: 25%;
}
.mdui-row-xs-3 .mdui-col {
  float: left;
  width: 33.333333%;
}
.mdui-col-xs-4 {
  float: left;
  width: 33.333333%;
}
.mdui-col-offset-xs-4 {
  margin-left: 33.333333%;
}
.mdui-row-xs-4 .mdui-col {
  float: left;
  width: 25%;
}
.mdui-col-xs-5 {
  float: left;
  width: 41.666667%;
}
.mdui-col-offset-xs-5 {
  margin-left: 41.666667%;
}
.mdui-row-xs-5 .mdui-col {
  float: left;
  width: 20%;
}
.mdui-col-xs-6 {
  float: left;
  width: 50%;
}
.mdui-col-offset-xs-6 {
  margin-left: 50%;
}
.mdui-row-xs-6 .mdui-col {
  float: left;
  width: 16.666667%;
}
.mdui-col-xs-7 {
  float: left;
  width: 58.333333%;
}
.mdui-col-offset-xs-7 {
  margin-left: 58.333333%;
}
.mdui-row-xs-7 .mdui-col {
  float: left;
  width: 14.285714%;
}
.mdui-col-xs-8 {
  float: left;
  width: 66.666667%;
}
.mdui-col-offset-xs-8 {
  margin-left: 66.666667%;
}
.mdui-row-xs-8 .mdui-col {
  float: left;
  width: 12.5%;
}
.mdui-col-xs-9 {
  float: left;
  width: 75%;
}
.mdui-col-offset-xs-9 {
  margin-left: 75%;
}
.mdui-row-xs-9 .mdui-col {
  float: left;
  width: 11.111111%;
}
.mdui-col-xs-10 {
  float: left;
  width: 83.333333%;
}
.mdui-col-offset-xs-10 {
  margin-left: 83.333333%;
}
.mdui-row-xs-10 .mdui-col {
  float: left;
  width: 10%;
}
.mdui-col-xs-11 {
  float: left;
  width: 91.666667%;
}
.mdui-col-offset-xs-11 {
  margin-left: 91.666667%;
}
.mdui-row-xs-11 .mdui-col {
  float: left;
  width: 9.090909%;
}
.mdui-col-xs-12 {
  float: left;
  width: 100%;
}
.mdui-col-offset-xs-12 {
  margin-left: 100%;
}
.mdui-row-xs-12 .mdui-col {
  float: left;
  width: 8.333333%;
}
@media (min-width: 600px) {
  .mdui-col-sm-1 {
    float: left;
    width: 8.333333%;
  }
  .mdui-col-offset-sm-1 {
    margin-left: 8.333333%;
  }
  .mdui-row-sm-1 .mdui-col {
    float: left;
    width: 100%;
  }
  .mdui-col-sm-2 {
    float: left;
    width: 16.666667%;
  }
  .mdui-col-offset-sm-2 {
    margin-left: 16.666667%;
  }
  .mdui-row-sm-2 .mdui-col {
    float: left;
    width: 50%;
  }
  .mdui-col-sm-3 {
    float: left;
    width: 25%;
  }
  .mdui-col-offset-sm-3 {
    margin-left: 25%;
  }
  .mdui-row-sm-3 .mdui-col {
    float: left;
    width: 33.333333%;
  }
  .mdui-col-sm-4 {
    float: left;
    width: 33.333333%;
  }
  .mdui-col-offset-sm-4 {
    margin-left: 33.333333%;
  }
  .mdui-row-sm-4 .mdui-col {
    float: left;
    width: 25%;
  }
  .mdui-col-sm-5 {
    float: left;
    width: 41.666667%;
  }
  .mdui-col-offset-sm-5 {
    margin-left: 41.666667%;
  }
  .mdui-row-sm-5 .mdui-col {
    float: left;
    width: 20%;
  }
  .mdui-col-sm-6 {
    float: left;
    width: 50%;
  }
  .mdui-col-offset-sm-6 {
    margin-left: 50%;
  }
  .mdui-row-sm-6 .mdui-col {
    float: left;
    width: 16.666667%;
  }
  .mdui-col-sm-7 {
    float: left;
    width: 58.333333%;
  }
  .mdui-col-offset-sm-7 {
    margin-left: 58.333333%;
  }
  .mdui-row-sm-7 .mdui-col {
    float: left;
    width: 14.285714%;
  }
  .mdui-col-sm-8 {
    float: left;
    width: 66.666667%;
  }
  .mdui-col-offset-sm-8 {
    margin-left: 66.666667%;
  }
  .mdui-row-sm-8 .mdui-col {
    float: left;
    width: 12.5%;
  }
  .mdui-col-sm-9 {
    float: left;
    width: 75%;
  }
  .mdui-col-offset-sm-9 {
    margin-left: 75%;
  }
  .mdui-row-sm-9 .mdui-col {
    float: left;
    width: 11.111111%;
  }
  .mdui-col-sm-10 {
    float: left;
    width: 83.333333%;
  }
  .mdui-col-offset-sm-10 {
    margin-left: 83.333333%;
  }
  .mdui-row-sm-10 .mdui-col {
    float: left;
    width: 10%;
  }
  .mdui-col-sm-11 {
    float: left;
    width: 91.666667%;
  }
  .mdui-col-offset-sm-11 {
    margin-left: 91.666667%;
  }
  .mdui-row-sm-11 .mdui-col {
    float: left;
    width: 9.090909%;
  }
  .mdui-col-sm-12 {
    float: left;
    width: 100%;
  }
  .mdui-col-offset-sm-12 {
    margin-left: 100%;
  }
  .mdui-row-sm-12 .mdui-col {
    float: left;
    width: 8.333333%;
  }
}
@media (min-width: 1024px) {
  .mdui-col-md-1 {
    float: left;
    width: 8.333333%;
  }
  .mdui-col-offset-md-1 {
    margin-left: 8.333333%;
  }
  .mdui-row-md-1 .mdui-col {
    float: left;
    width: 100%;
  }
  .mdui-col-md-2 {
    float: left;
    width: 16.666667%;
  }
  .mdui-col-offset-md-2 {
    margin-left: 16.666667%;
  }
  .mdui-row-md-2 .mdui-col {
    float: left;
    width: 50%;
  }
  .mdui-col-md-3 {
    float: left;
    width: 25%;
  }
  .mdui-col-offset-md-3 {
    margin-left: 25%;
  }
  .mdui-row-md-3 .mdui-col {
    float: left;
    width: 33.333333%;
  }
  .mdui-col-md-4 {
    float: left;
    width: 33.333333%;
  }
  .mdui-col-offset-md-4 {
    margin-left: 33.333333%;
  }
  .mdui-row-md-4 .mdui-col {
    float: left;
    width: 25%;
  }
  .mdui-col-md-5 {
    float: left;
    width: 41.666667%;
  }
  .mdui-col-offset-md-5 {
    margin-left: 41.666667%;
  }
  .mdui-row-md-5 .mdui-col {
    float: left;
    width: 20%;
  }
  .mdui-col-md-6 {
    float: left;
    width: 50%;
  }
  .mdui-col-offset-md-6 {
    margin-left: 50%;
  }
  .mdui-row-md-6 .mdui-col {
    float: left;
    width: 16.666667%;
  }
  .mdui-col-md-7 {
    float: left;
    width: 58.333333%;
  }
  .mdui-col-offset-md-7 {
    margin-left: 58.333333%;
  }
  .mdui-row-md-7 .mdui-col {
    float: left;
    width: 14.285714%;
  }
  .mdui-col-md-8 {
    float: left;
    width: 66.666667%;
  }
  .mdui-col-offset-md-8 {
    margin-left: 66.666667%;
  }
  .mdui-row-md-8 .mdui-col {
    float: left;
    width: 12.5%;
  }
  .mdui-col-md-9 {
    float: left;
    width: 75%;
  }
  .mdui-col-offset-md-9 {
    margin-left: 75%;
  }
  .mdui-row-md-9 .mdui-col {
    float: left;
    width: 11.111111%;
  }
  .mdui-col-md-10 {
    float: left;
    width: 83.333333%;
  }
  .mdui-col-offset-md-10 {
    margin-left: 83.333333%;
  }
  .mdui-row-md-10 .mdui-col {
    float: left;
    width: 10%;
  }
  .mdui-col-md-11 {
    float: left;
    width: 91.666667%;
  }
  .mdui-col-offset-md-11 {
    margin-left: 91.666667%;
  }
  .mdui-row-md-11 .mdui-col {
    float: left;
    width: 9.090909%;
  }
  .mdui-col-md-12 {
    float: left;
    width: 100%;
  }
  .mdui-col-offset-md-12 {
    margin-left: 100%;
  }
  .mdui-row-md-12 .mdui-col {
    float: left;
    width: 8.333333%;
  }
}
@media (min-width: 1440px) {
  .mdui-col-lg-1 {
    float: left;
    width: 8.333333%;
  }
  .mdui-col-offset-lg-1 {
    margin-left: 8.333333%;
  }
  .mdui-row-lg-1 .mdui-col {
    float: left;
    width: 100%;
  }
  .mdui-col-lg-2 {
    float: left;
    width: 16.666667%;
  }
  .mdui-col-offset-lg-2 {
    margin-left: 16.666667%;
  }
  .mdui-row-lg-2 .mdui-col {
    float: left;
    width: 50%;
  }
  .mdui-col-lg-3 {
    float: left;
    width: 25%;
  }
  .mdui-col-offset-lg-3 {
    margin-left: 25%;
  }
  .mdui-row-lg-3 .mdui-col {
    float: left;
    width: 33.333333%;
  }
  .mdui-col-lg-4 {
    float: left;
    width: 33.333333%;
  }
  .mdui-col-offset-lg-4 {
    margin-left: 33.333333%;
  }
  .mdui-row-lg-4 .mdui-col {
    float: left;
    width: 25%;
  }
  .mdui-col-lg-5 {
    float: left;
    width: 41.666667%;
  }
  .mdui-col-offset-lg-5 {
    margin-left: 41.666667%;
  }
  .mdui-row-lg-5 .mdui-col {
    float: left;
    width: 20%;
  }
  .mdui-col-lg-6 {
    float: left;
    width: 50%;
  }
  .mdui-col-offset-lg-6 {
    margin-left: 50%;
  }
  .mdui-row-lg-6 .mdui-col {
    float: left;
    width: 16.666667%;
  }
  .mdui-col-lg-7 {
    float: left;
    width: 58.333333%;
  }
  .mdui-col-offset-lg-7 {
    margin-left: 58.333333%;
  }
  .mdui-row-lg-7 .mdui-col {
    float: left;
    width: 14.285714%;
  }
  .mdui-col-lg-8 {
    float: left;
    width: 66.666667%;
  }
  .mdui-col-offset-lg-8 {
    margin-left: 66.666667%;
  }
  .mdui-row-lg-8 .mdui-col {
    float: left;
    width: 12.5%;
  }
  .mdui-col-lg-9 {
    float: left;
    width: 75%;
  }
  .mdui-col-offset-lg-9 {
    margin-left: 75%;
  }
  .mdui-row-lg-9 .mdui-col {
    float: left;
    width: 11.111111%;
  }
  .mdui-col-lg-10 {
    float: left;
    width: 83.333333%;
  }
  .mdui-col-offset-lg-10 {
    margin-left: 83.333333%;
  }
  .mdui-row-lg-10 .mdui-col {
    float: left;
    width: 10%;
  }
  .mdui-col-lg-11 {
    float: left;
    width: 91.666667%;
  }
  .mdui-col-offset-lg-11 {
    margin-left: 91.666667%;
  }
  .mdui-row-lg-11 .mdui-col {
    float: left;
    width: 9.090909%;
  }
  .mdui-col-lg-12 {
    float: left;
    width: 100%;
  }
  .mdui-col-offset-lg-12 {
    margin-left: 100%;
  }
  .mdui-row-lg-12 .mdui-col {
    float: left;
    width: 8.333333%;
  }
}
@media (min-width: 1920px) {
  .mdui-col-xl-1 {
    float: left;
    width: 8.333333%;
  }
  .mdui-col-offset-xl-1 {
    margin-left: 8.333333%;
  }
  .mdui-row-xl-1 .mdui-col {
    float: left;
    width: 100%;
  }
  .mdui-col-xl-2 {
    float: left;
    width: 16.666667%;
  }
  .mdui-col-offset-xl-2 {
    margin-left: 16.666667%;
  }
  .mdui-row-xl-2 .mdui-col {
    float: left;
    width: 50%;
  }
  .mdui-col-xl-3 {
    float: left;
    width: 25%;
  }
  .mdui-col-offset-xl-3 {
    margin-left: 25%;
  }
  .mdui-row-xl-3 .mdui-col {
    float: left;
    width: 33.333333%;
  }
  .mdui-col-xl-4 {
    float: left;
    width: 33.333333%;
  }
  .mdui-col-offset-xl-4 {
    margin-left: 33.333333%;
  }
  .mdui-row-xl-4 .mdui-col {
    float: left;
    width: 25%;
  }
  .mdui-col-xl-5 {
    float: left;
    width: 41.666667%;
  }
  .mdui-col-offset-xl-5 {
    margin-left: 41.666667%;
  }
  .mdui-row-xl-5 .mdui-col {
    float: left;
    width: 20%;
  }
  .mdui-col-xl-6 {
    float: left;
    width: 50%;
  }
  .mdui-col-offset-xl-6 {
    margin-left: 50%;
  }
  .mdui-row-xl-6 .mdui-col {
    float: left;
    width: 16.666667%;
  }
  .mdui-col-xl-7 {
    float: left;
    width: 58.333333%;
  }
  .mdui-col-offset-xl-7 {
    margin-left: 58.333333%;
  }
  .mdui-row-xl-7 .mdui-col {
    float: left;
    width: 14.285714%;
  }
  .mdui-col-xl-8 {
    float: left;
    width: 66.666667%;
  }
  .mdui-col-offset-xl-8 {
    margin-left: 66.666667%;
  }
  .mdui-row-xl-8 .mdui-col {
    float: left;
    width: 12.5%;
  }
  .mdui-col-xl-9 {
    float: left;
    width: 75%;
  }
  .mdui-col-offset-xl-9 {
    margin-left: 75%;
  }
  .mdui-row-xl-9 .mdui-col {
    float: left;
    width: 11.111111%;
  }
  .mdui-col-xl-10 {
    float: left;
    width: 83.333333%;
  }
  .mdui-col-offset-xl-10 {
    margin-left: 83.333333%;
  }
  .mdui-row-xl-10 .mdui-col {
    float: left;
    width: 10%;
  }
  .mdui-col-xl-11 {
    float: left;
    width: 91.666667%;
  }
  .mdui-col-offset-xl-11 {
    margin-left: 91.666667%;
  }
  .mdui-row-xl-11 .mdui-col {
    float: left;
    width: 9.090909%;
  }
  .mdui-col-xl-12 {
    float: left;
    width: 100%;
  }
  .mdui-col-offset-xl-12 {
    margin-left: 100%;
  }
  .mdui-row-xl-12 .mdui-col {
    float: left;
    width: 8.333333%;
  }
}
.mdui-grid-list {
  margin: 0 -2px;
}
.mdui-grid-list .mdui-col,
.mdui-grid-list [class*=mdui-col-lg-],
.mdui-grid-list [class*=mdui-col-md-],
.mdui-grid-list [class*=mdui-col-sm-],
.mdui-grid-list [class*=mdui-col-xl-],
.mdui-grid-list [class*=mdui-col-xs-] {
  padding-right: 2px;
  padding-left: 2px;
}
.mdui-grid-tile {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 4px;
  overflow: hidden;
}
.mdui-grid-tile img {
  display: block;
  width: 100%;
}
.mdui-grid-tile-actions {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 48px;
  max-height: 68px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.mdui-grid-tile-actions .mdui-icon {
  color: #fff;
}
.mdui-grid-tile-text {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.mdui-grid-tile-title {
  height: 16px;
  overflow: hidden;
  font-size: 16px;
  line-height: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mdui-grid-tile-title .mdui-icon {
  margin-right: 8px;
}
.mdui-grid-tile-subtitle {
  height: 18px;
  margin-top: 4px;
  overflow: hidden;
  font-size: 12px;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mdui-grid-tile-subtitle .mdui-icon {
  margin-right: 8px;
  font-size: 18px;
}
.mdui-grid-tile-buttons {
  margin: -8px;
  white-space: nowrap;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.mdui-grid-tile-buttons .mdui-btn {
  margin-left: 8px;
}
.mdui-grid-tile-buttons .mdui-btn:first-child {
  margin-left: 0;
}
.mdui-grid-tile-text + .mdui-grid-tile-buttons {
  margin-left: 8px;
}
.mdui-grid-tile-buttons + .mdui-grid-tile-text {
  margin-left: 16px;
}
.mdui-grid-tile-actions-top {
  top: 0;
  bottom: auto;
}
.mdui-grid-tile-actions-transparent {
  background: 0 0;
}
.mdui-grid-tile-actions-gradient {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.26)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0));
}
.mdui-grid-tile-actions-gradient.mdui-grid-tile-actions-top {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.26)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0));
}
/*# sourceMappingURL=mdui.custom.min.css.map */
.v {
  font-size: 16px;
  text-align: left;
}
.v * {
  box-sizing: border-box;
  line-height: 2;
  color: #555;
  transition: all 0.3s ease;
}
.v hr {
  margin: 0.825rem 0;
  border-color: #f6f6f6;
  border-style: dashed;
}
.v.hide-avatar .vimg {
  display: none;
}
.v a {
  position: relative;
  cursor: pointer;
  color: #1abc9c;
  display: inline-block;
  text-decoration: none;
}
.v code,
.v pre {
  background-color: #f6f6f6;
  color: #555;
  padding: 0.2em 0.4em;
  border-radius: 3px;
  font-size: 85%;
  margin: 0;
  font-family: monospace;
}
.v pre {
  padding: 10px;
  overflow: auto;
  line-height: 1.45;
}
.v pre code {
  padding: 0;
  background: transparent;
  white-space: pre-wrap;
  word-break: keep-all;
}
.v blockquote {
  color: #666;
  margin: 0.5rem 0;
  padding: 0 0 0 1rem;
  border-left: 8px solid rgba(237, 237, 237, 0.5);
}
.v .vinput {
  border: none;
  resize: none;
  outline: none;
  padding: 10px 5px;
  max-width: 100%;
  font-size: 0.775rem;
}
.v input[type=checkbox],
.v input[type=radio] {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}
.v .vwrap {
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  padding: 0 0 44px;
}
.v .vwrap input {
  background: transparent;
}
.v .vwrap .vedit {
  position: relative;
}
.v .vwrap .vedit .vctrl {
  text-align: right;
  font-size: 12px;
  margin-top: -44px;
  right: 0;
  position: absolute;
  margin-right: -10px;
}
.v .vwrap .vedit .vctrl span {
  padding: 10px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.v .vwrap .vedit .vemojis {
  display: none;
  font-size: 18px;
  text-align: justify;
  max-height: 145px;
  overflow: auto;
  margin-bottom: 10px;
  box-shadow: 0 0 1px #f0f0f0;
}
.v .vwrap .vedit .vemojis i {
  font-style: normal;
  padding: 7px 0;
  width: 38px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.v .vinput {
  padding: 10px 15px;
}
@media screen and (max-width: 520px) {
  .v .vwrap .vheader .vinput {
    padding: 10px 5px;
  }
}
.v .vwrap .vheader {
  width: 80%;
  bottom: 0;
  position: absolute;
  background: #f7f7f7;
}
.v .vwrap .vheader .vinput {
  width: 37%;
  border: 0;
}
.v .vwrap .vheader .vinput.vnick {
  width: 20%;
}
.v .vwrap .vcontrol {
  font-size: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20%;
}
.v .vwrap .vcontrol .col {
  display: inline-block;
  font-size: 0.725rem;
  vertical-align: middle;
  color: #ccc;
}
.v .vwrap .vcontrol .col.text-right {
  text-align: right;
}
.v .vwrap .vcontrol .col svg {
  margin-right: 2px;
  overflow: hidden;
  fill: currentColor;
  vertical-align: middle;
}
.v .vwrap .vcontrol .col.col-20 {
  width: 20%;
}
.v .vwrap .vcontrol .col.col-40 {
  width: 40%;
}
.v .vwrap .vcontrol .col.col-60 {
  width: 60%;
}
.v .vwrap .vcontrol .col.col-80 {
  width: 100%;
}
.v .vwrap .vcontrol .col.split {
  width: 50%;
}
.v .vwrap .vmark {
  position: absolute;
  background: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.v .vwrap .vmark .valert {
  padding-top: 3rem;
}
.v .vwrap .vmark .valert .vtext {
  color: #fff;
  padding: 1rem 0;
}
.v .vwrap .vmark .valert .vcode {
  width: 4.6875rem;
  border-radius: 0.3125rem;
  padding: 0.5rem;
  background: #dedede;
}
.v .vwrap .vmark .valert .vcode:focus {
  border-color: #3090e4;
  background-color: #fff;
}
@media screen and (max-width: 720px) {
  .v .vwrap .vmark .valert {
    padding-top: 5.5rem;
  }
  .v .vwrap .vmark .valert .vtext {
    color: #fff;
    padding: 1rem 0;
  }
}
.v .power,
.v .power a {
  text-align: right;
  font-size: 0.75rem;
  color: #999;
}
.v .vinfo {
  font-size: 0;
  padding: 5px;
}
.v .vinfo .col {
  font-size: 0.875rem;
  display: inline-block;
  width: 50%;
  vertical-align: middle;
}
.v .vinfo .vcount .vnum {
  font-weight: 600;
  font-size: 1.25rem;
}
.v ol,
.v ul {
  padding: 0;
  margin-left: 1.25rem;
}
.v .txt-center {
  text-align: center;
}
.v .veditor {
  width: 100%;
  min-height: 7rem;
  font-size: 0.875rem;
  background: transparent;
  resize: none;
  transition: all 0.25s ease;
}
.v .vbtn {
  transition-duration: 0.4s;
  text-align: center;
  color: #313131;
  border: 0;
  display: inline-block;
  background: #1abc9c;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  font-size: 0.875em;
  line-height: 44px;
  user-select: none;
  outline: none;
  color: #fff;
  width: 100%;
  padding: 0;
}
.v .vbtn:active,
.v .vbtn:hover {
  background-color: #fe6061;
}
.v .vempty {
  padding: 1.25rem;
  text-align: center;
  color: #999;
}
.v .vlist {
  width: 100%;
}
.v .vlist .vcard {
  padding-top: 1.5rem;
  position: relative;
  display: block;
}
.v .vlist .vcard:after {
  content: "";
  clear: both;
  display: block;
}
.v .vlist .vcard .vimg {
  width: 3.125rem;
  height: 3.125rem;
  float: left;
  border-radius: 50%;
  margin-right: 0.7525rem;
  border: 1px solid #f5f5f5;
  padding: 0.125rem;
}
@media screen and (max-width: 720px) {
  .v .vlist .vcard .vimg {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.v .vlist .vcard .vhead {
  line-height: 1.5;
  margin-top: 0;
}
.v .vlist .vcard .vhead .vnick {
  position: relative;
  font-size: 1rem;
  font-weight: 500;
  margin-right: 0.875rem;
  cursor: pointer;
  color: #1abc9c;
  text-decoration: none;
  display: inline-block;
}
.v .vlist .vcard .vhead .vnick:before {
  content: "";
  position: absolute;
  width: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #1abc9c;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.v .vlist .vcard .vhead .vnick:hover {
  color: #d7191a;
}
.v .vlist .vcard .vhead .vnick:hover:before {
  width: 100%;
  left: 0;
  right: auto;
}
.v .vlist .vcard .vh {
  overflow: hidden;
  padding-bottom: 0.5rem;
  border-bottom: 1px dashed #f5f5f5;
}
.v .vlist .vcard .vh .vtime {
  color: #b3b3b3;
  font-size: 0.75rem;
  margin-right: 0.875rem;
}
.v .vlist .vcard .vh .vmeta {
  line-height: 1;
  position: relative;
}
.v .vlist .vcard .vh .vmeta .vat {
  font-size: 0.8125rem;
  color: #ef2f11;
  cursor: pointer;
  float: right;
}
.v .vlist .vcard:last-child .vh {
  border-bottom: none;
}
.v .vlist .vcard .vcontent {
  word-wrap: break-word;
  word-break: break-all;
  text-align: justify;
  color: #4a4a4a;
  font-size: 1rem;
  line-height: 2;
  position: relative;
  margin-bottom: 0.75rem;
  padding-top: 0.625rem;
}
.v .vlist .vcard .vcontent frame,
.v .vlist .vcard .vcontent iframe,
.v .vlist .vcard .vcontent img {
  max-width: 100%;
  border: none;
}
.v .vlist .vcard .vcontent.expand {
  cursor: pointer;
  max-height: 11.25rem;
  overflow: hidden;
}
.v .vlist .vcard .vcontent.expand:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 3.15rem;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
}
.v .vlist .vcard .vcontent.expand:after {
  display: block;
  content: "Click on expand";
  text-align: center;
  color: #828586;
  position: absolute;
  width: 100%;
  height: 3.15rem;
  line-height: 3.15rem;
  left: 0;
  bottom: 0;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.9);
}
.v .vlist .vcard .vquote {
  color: #666;
  margin-top: 1rem;
  padding-left: 1rem;
  border-left: 1px dashed rgba(237, 237, 237, 0.5);
}
.v .vlist .vcard .vquote .vimg {
  width: 2.225rem;
  height: 2.225rem;
}
.v .vpage .vmore {
  margin: 1rem 0;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes pulse {
  50% {
    background: #dcdcdc;
  }
}
.v .vloading {
  position: fixed;
  padding: 20px;
  top: 0;
  right: 45px;
}
.v .vloading:before {
  box-sizing: border-box;
  content: "";
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 6px double #a0a0a0;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  animation: spin 1s infinite linear;
}
.v .vwrap .vedit .vctrl span.vpreview-btn,
.v .vwrap .vcontrol .col.col-20,
.v .vlist .vcard .vhead .vsys {
  display: none;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  background: #fafafa;
  color: #404040;
}
a {
  text-decoration: none;
  color: #333;
}
.post-neirong img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
/* 头部 */
.header {
  padding: 70px 0px 70px 0px;
  background-color: #63cdb5;
}
.container {
  /*max-width: 820px;*/
  width: 100%;
  height: 50px;
  background-color: rgba(255,255,255,.7);
  margin:auto;
  position: relative;
}
.container::after,#nav::after,.fadeIn::after{
	content: '';
	display: block;
	clear: both;
}
.container-main{
	max-width: 1000px;
	margin: auto;
}
.index-title {
  font-size: 32px;
  font-weight: 600;
  float: left;
  line-height: 50px;
}
.index-title a {
  color: #404040;
  font-weight: 400;
  transition: all 0.5s;
  padding: 0 15px;
}
.index-title a:hover {
  color: #fe6061;
}
/* 导航 */
#nav {
  position: relative;
  z-index: 2;
  float: right;
}
#nav li {
  list-style: none;
  float: left;
  /*display: inline-block;*/
}
#nav li a {
  box-sizing: border-box;
  display: block;
  padding: 0px 20px;
  font-size: 13px;
  color: #404040;
  position: relative;
  line-height: 50px;
}
/*奇数*/
#nav li:nth-of-type(odd),
#nav li:nth-of-type(even) {
  position: relative;
}
#nav li:nth-of-type(odd) .nav-style {
  display: block;
  background: #FFFFFF;
  transition: all 0.5s;
}
#nav li:nth-of-type(odd) .top {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 2px;
}
#nav li:nth-of-type(odd) .bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
}
#nav li:nth-of-type(odd):hover .top,
#nav li:nth-of-type(odd):hover .bottom {
  width: 100%;
  left: 0;
}
#nav li:nth-of-type(odd) .left {
  position: absolute;
  left: 0;
  top: 50%;
  height: 0;
  width: 2px;
}
#nav li:nth-of-type(odd) .right {
  position: absolute;
  right: 0;
  top: 50%;
  height: 0;
  width: 2px;
}
#nav li:nth-of-type(odd):hover .left,
#nav li:nth-of-type(odd):hover .right {
  height: 100%;
  top: 0;
}
/*偶数*/
#nav li:nth-of-type(even) .nav-style {
  display: block;
  background: #FFFFFF;
}
#nav li:nth-of-type(even) .left {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 0;
  transition: height 0.5s;
}
#nav li:nth-of-type(even):hover .left {
  height: 100%;
}
#nav li:nth-of-type(even) .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  transition: width 0.5s;
}
#nav li:nth-of-type(even):hover .bottom {
  width: 100%;
}
#nav li:nth-of-type(even) .right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2px;
  height: 0;
  transition: height 0.5s;
}
#nav li:nth-of-type(even):hover .right {
  height: 100%;
}
#nav li:nth-of-type(even) .top {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 2px;
  transition: width 0.5s;
}
#nav li:nth-of-type(even):hover .top {
  width: 100%;
}
/* 列表 */
.index-list {
  border: 1px solid #eae4e45c;
  border-radius: 4px;
  background-color: #FFF;
  transition: all 0.5s;
  box-shadow: 0 15px 40px -5px rgba(42, 154, 108, 0.23);
}
.index-list-title {
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.mdui-text-truncate p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-neirong p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 150%;
}
.index-list-rm a {
  color: #404040;
  font-weight: 600;
}
.index-guo a:hover {
  transition: all 0.4s ease-out;
  color: #c361d4bd;
}
.index-list:hover {
  /*transform: scale(1.03, 1.03);*/
  box-shadow: none;
}
/* 页码 */
.index-yema a {
  display: block;
  transition: all 0.4s linear;
  color: #404040;
  border-radius: 35px;
  padding: 10px 25px;
  box-shadow: 0 15px 40px -5px rgba(42, 154, 108, 0.23);
}
.index-yema a:hover {
  color: #ffffff;
}
.index-yema :hover {
  background-color: #fe6061;
}
/* 页脚 */
.footer {
  background: #fff;
  padding: 15px 0;
  font-family: -apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
}
.copyright {
  margin-bottom: 10px;
}
.copyright a {
  color: #63cdb5;
  transition: all 0.5s;
}
.copyright a:hover {
  color: #fe6061;
}
.copyright p {
  font-size: 13px;
  color: #999;
  font-weight: 400;
  line-height: 22px;
}
.social-links {
  list-style: none;
}
.social-links ul {
  margin: 0;
  padding: 0;
}
.social-link {
  display: inline-block;
}
.social-link a {
  color: #63cdb5;
  font-size: 22px;
  transition: all 0.5s;
}
.social-link a:hover {
  color: #fe6061;
}
/* 归档 */
.archives {
  border: 1px solid #eae4e45c;
  box-shadow: 1px 1px 9px 0 rgba(156, 202, 183, 0.27);
  border-radius: 4px;
  background-color: #FFF;
  transition: all 0.5s;
}
.archives:hover {
  background-color: #fe6061;
  color: #FFF;
}
.archives-title a {
  font-size: 20px;
  color: #fe6061;
  font-weight: 600;
  transition: all 0.5s;
}
.archives:hover a {
  color: #FFF;
}
/* 内容页 */
.post {
  border: 1px solid #eae4e45c;
  box-shadow: 1px 1px 9px 0 rgba(156, 202, 183, 0.27);
  border-radius: 4px;
  background-color: #FFF;
}
.post-neirong {
  text-align: justify;
  font-size: 17px;
}
.post-title {
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 0;
}
#eof {
  text-align: center;
  font-size: 1.5em;
  line-height: 1em;
  margin: 2em auto;
  font-weight: 100;
  color: #c2c6cc;
  font-family: Microsoft Yahei,sans-serif;
}
#eof:before {
  content: '——';
  margin-right: 20px;
}
#eof:after {
  content: '——';
  margin-left: 10px;
}
.post-main{
  margin-top: -230px;
}
.header{
  padding: 0;
  background-image: url('http://p18.qhimg.com/bdr/__85/t01c253c16e180814f5.jpg');
  background-size: cover;
  height: 500px;
}
#ajax-post-home-t{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 97%;
  margin:auto;
  overflow: auto;
  box-sizing: border-box;
}
#modal{
  position: relative;
  z-index: 999;
  overflow: hidden;
  margin: 60px auto 60px;
  width: 100%;
  max-width: 800px;
  min-height: 150px;
  border-radius: 5px;
  background-color: #FFF;
  box-shadow: 0 10px 60px rgba(0,0,0,.4);
  transform: translate3d(0,0,0);
}
.pd{
  padding: 20px;
  box-sizing: border-box;
}
.windowed {
  border-radius: initial;
}

.windowed {
  position: relative;
  padding-top: 2.4em;
  background: #f3f3f3;
  border-radius: 5px;
  font-size: 10px;
}
.windowed:before {
  content: "";
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: absolute;
  top: .7em;
  left: .8em;
  background: #f46965;
  box-shadow: 1.4em 0 #e9cd06, 2.8em 0 #81d95e;
}
.crumbs_patch{
  margin-bottom: 15px;
}
/* 上一篇 下一篇 */
.post-fenye a {
  transition: all 0.5s;
}
.post-fenye a:hover {
  color: #fe6061;
}
/* 友情链接 */
.cheng img {
  border-radius: 35px;
  float: left;
}
.index-post {
  border: 1px solid #cfd8dc;
  background: #fff;
  border-radius: 4px;
}
.cheng a {
  color: #333;
}
/*表格*/
table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1.5em;
  font-size: 0.96em;
  box-sizing: border-box;
  border-width: 1;
}
th,
td {
  text-align: left;
  padding: 8px;
  border: 1px solid #efefef;
}
tr:nth-child(even) {
  background-color: #F7FAFC;
}
code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
/*工具条*/
@media (min-width: 991px) {
  pre code::-webkit-scrollbar {
    height: 6px;
  }
  ::-webkit-scrollbar {
    width: 8px;
  }
  ::-webkit-scrollbar-track {
    background: rgba(51, 51, 51, 0.1);
  }
  ::-webkit-scrollbar-thumb {
    background: #d2d2d2;
    border-radius: 4px;
  }
  ::-webkit-scrollbar-thumb:active {
    background-color: #aaa;
  }
}
/*自适应*/
@media (max-width: 384px) {
  .post-title {
    font-size: 30px;
  }
}
@media (max-width: 384px) {
  .post-title {
    font-size: 25px;
  }
  #nav li a {
    padding: 5px 15px;
  }
}
@media (min-width: 768px) {
  .linshi {
    position: fixed;
    bottom: 0;
    width: 100%;
  }
}


.content-main{
        		padding-right: 15px;
        		box-sizing: border-box;
        	}
        	.index-list-img {
			    background-size: cover;
			    background-position: center;
			    width: 100%;
			    height: 150px;
			    border-radius: 10px;
			    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
				transition: all 0.5s;
			}
			.index-list-a>a{
				float: left;
				padding: 5px 10px;
			    border-radius: 10px;
			    background-color: rgba(156, 39, 176, 0.49);
			    color: #FFF;
			    font-size: 12px;
              margin-right: 5px;
			}
			.yinying:hover,.main-hover:hover{
				box-shadow: none;
			}
			.yinying>a{
				box-shadow: 0 5px 7px #c361d4bd;
				transition: all 0.5s;
			}
			.index-list-fenlei-main{
				float: right !important;
			}
			.index-list-img-main{
				margin-bottom: 15px;
			}

#message-reminder{
  position: fixed;
  top: 40px;
  right: 0;
  left: 0;
  z-index: 9999;
  width: 300px;
  margin: auto;
  overflow: auto;
  box-sizing: border-box;
}
.msg{
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  margin-top: 15px;
}
.msg-ok{
  background-color: #B8F4BC;
}
.msg-warning{
  background-color: #FFDD85;
}
.msg-error{
  background-color: #ED9286;
}