/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.lineBottom {
  border-bottom: rgba(255, 255, 255, 0.2) 1px solid;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
  .lineBottom {
    border: 0;
    -webkit-box-shadow: inset 0 -1px 1px -1px rgba(255, 255, 255, 0.4);
  }
}
.lineTop {
  border-top: rgba(255, 255, 255, 0.2) 1px solid;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-device-pixel-ratio: 1.5) {
  .lineTop {
    border: 0;
    -webkit-box-shadow: inset 0 1px 1px -1px rgba(255, 255, 255, 0.4);
  }
}
.placeholder {
  background-image: url(img/placeholder.png?v=5);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000;
}
*:not(input,textarea) {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
body {
  -webkit-overflow-scrolling: touch;
  -webkit-user-drag: none;
  font-size: 0.95em;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
a {
  color: #ffffff;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.touch-link:active {
  width: 100%;
}
.table {
  display: table;
  width: 100%;
}
.cell {
  display: table-cell;
}
.allItemsLoaded {
  margin: 10px auto;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
  clear: left;
}
.loading-bottom {
  clear: left;
  text-align: center;
}
.loading-bottom .x-loading {
  margin: 10px auto;
}
.loading-bottom .x-loading-spinner {
  font-size: 150%;
}
.loader {
  height: 50px;
  position: relative;
}
.pageView {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.pageView .message {
  padding: 40px 10% 0;
  margin-top: 20%;
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
  background: url('img/error.png?v=3') top center no-repeat;
  background-size: 37px auto;
  font-size: 0.9em;
}
.loading-page {
  position: absolute;
  padding: 1.5em;
  border-radius: 0.75em;
  background: rgba(0, 0, 0, 0.75);
  top: 50%;
  left: 50%;
  margin-top: -2.5em;
  margin-left: -2.5em;
  z-index: 100;
}
.touch-invisible a {
  pointer-events: none;
}
body.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
.sweet-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000;
}
.sweet-alert {
  background-color: white;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999;
}
@media all and (max-width: 540px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px;
  }
}
.sweet-alert h2 {
  color: #575757;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 25px 0;
  padding: 0;
  line-height: 40px;
  display: block;
}
.sweet-alert p {
  color: #797979;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  position: relative;
  text-align: inherit;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
}
.sweet-alert fieldset {
  border: none;
  position: relative;
}
.sweet-alert .sa-error-container {
  background-color: #f1f1f1;
  margin-left: -17px;
  margin-right: -17px;
  overflow: hidden;
  padding: 0 10px;
  max-height: 0;
  webkit-transition: padding 0.15s, max-height 0.15s;
  transition: padding 0.15s, max-height 0.15s;
}
.sweet-alert .sa-error-container.show {
  padding: 10px 0;
  max-height: 100px;
  webkit-transition: padding 0.2s, max-height 0.2s;
  transition: padding 0.25s, max-height 0.25s;
}
.sweet-alert .sa-error-container .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: white;
  line-height: 24px;
  text-align: center;
  margin-right: 3px;
}
.sweet-alert .sa-error-container p {
  display: inline-block;
}
.sweet-alert .sa-input-error {
  position: absolute;
  top: 29px;
  right: 26px;
  width: 20px;
  height: 20px;
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.sweet-alert .sa-input-error::before,
.sweet-alert .sa-input-error::after {
  content: "";
  width: 20px;
  height: 6px;
  background-color: #f06e57;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -9px;
}
.sweet-alert .sa-input-error::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sweet-alert .sa-input-error::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sweet-alert .sa-input-error.show {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.sweet-alert input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  height: 43px;
  margin-top: 10px;
  margin-bottom: 17px;
  font-size: 18px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
  padding: 0 12px;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sweet-alert input:focus {
  outline: none;
  box-shadow: 0px 0px 3px #c4e6f5;
  border: 1px solid #b4dbed;
}
.sweet-alert input:focus::-moz-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}
.sweet-alert input:focus:-ms-input-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}
.sweet-alert input:focus::-webkit-input-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}
.sweet-alert input::-moz-placeholder {
  color: #bdbdbd;
}
.sweet-alert input:-ms-input-placeholder {
  color: #bdbdbd;
}
.sweet-alert input::-webkit-input-placeholder {
  color: #bdbdbd;
}
.sweet-alert.show-input input {
  display: block;
}
.sweet-alert button {
  background-color: #AEDEF4;
  color: white;
  border: none;
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  -webkit-border-radius: 4px;
  border-radius: 5px;
  padding: 10px 28px;
  margin: 20px 5px 0 5px;
  cursor: pointer;
}
.sweet-alert button:focus {
  outline: none;
  box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.sweet-alert button:hover {
  background-color: #a1d9f2;
}
.sweet-alert button:active {
  background-color: #81ccee;
}
.sweet-alert button.cancel {
  background-color: #D0D0D0;
}
.sweet-alert button.cancel:hover {
  background-color: #c8c8c8;
}
.sweet-alert button.cancel:active {
  background-color: #b6b6b6;
}
.sweet-alert button.cancel:focus {
  box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important;
}
.sweet-alert button::-moz-focus-inner {
  border: 0;
}
.sweet-alert[data-has-cancel-button=false] button {
  box-shadow: none !important;
}
.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
  padding-bottom: 40px;
}
.sweet-alert .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box;
}
.sweet-alert .sa-icon.sa-error {
  border-color: #F27474;
}
.sweet-alert .sa-icon.sa-error .sa-x-mark {
  position: relative;
  display: block;
}
.sweet-alert .sa-icon.sa-error .sa-line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #F27474;
  display: block;
  top: 37px;
  border-radius: 2px;
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px;
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px;
}
.sweet-alert .sa-icon.sa-warning {
  border-color: #F8BB86;
}
.sweet-alert .sa-icon.sa-warning .sa-body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #F8BB86;
}
.sweet-alert .sa-icon.sa-warning .sa-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #F8BB86;
}
.sweet-alert .sa-icon.sa-info {
  border-color: #C9DAE1;
}
.sweet-alert .sa-icon.sa-info::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #C9DAE1;
}
.sweet-alert .sa-icon.sa-info::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #C9DAE1;
}
.sweet-alert .sa-icon.sa-success {
  border-color: #A5DC86;
}
.sweet-alert .sa-icon.sa-success::before,
.sweet-alert .sa-icon.sa-success::after {
  content: '';
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-success::before {
  -webkit-border-radius: 120px 0 0 120px;
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}
.sweet-alert .sa-icon.sa-success::after {
  -webkit-border-radius: 0 120px 120px 0;
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0px 60px;
  transform-origin: 0px 60px;
}
.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}
.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: white;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #A5DC86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sweet-alert .sa-icon.sa-custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
}
/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
@-webkit-keyframes slideFromTop {
  0% {
    top: 0%;
  }
  100% {
    top: 50%;
  }
}
@keyframes slideFromTop {
  0% {
    top: 0%;
  }
  100% {
    top: 50%;
  }
}
@-webkit-keyframes slideToTop {
  0% {
    top: 50%;
  }
  100% {
    top: 0%;
  }
}
@keyframes slideToTop {
  0% {
    top: 50%;
  }
  100% {
    top: 0%;
  }
}
@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%;
  }
  100% {
    top: 50%;
  }
}
@keyframes slideFromBottom {
  0% {
    top: 70%;
  }
  100% {
    top: 50%;
  }
}
@-webkit-keyframes slideToBottom {
  0% {
    top: 50%;
  }
  100% {
    top: 70%;
  }
}
@keyframes slideToBottom {
  0% {
    top: 50%;
  }
  100% {
    top: 70%;
  }
}
.showSweetAlert[data-animation=pop] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s;
}
.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none;
}
.showSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s;
}
.showSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s;
}
.hideSweetAlert[data-animation=pop] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s;
}
.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none;
}
.hideSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s;
}
.hideSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s;
}
@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s;
}
.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s;
}
.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}
@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s;
}
@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s;
}
@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}
@keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}
.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate;
}
@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate;
}
#wrapMask {
  width: 85%;
  height: 53.33333333vw;
  font-size: 3.73333333vw;
  background-color: white;
  border-radius: 2.66666667vw;
  position: fixed;
  top: 25%;
  left: 7%;
  z-index: 10;
  transform: scale(0);
}
#wrapMask #iconX {
  position: absolute;
  right: 4.26666667vw;
  top: 3.46666667vw;
  background-image: url("img/kejian/info@2x.png");
  width: 6vw;
  height: 6vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
#wrapMask .copy-down-word {
  position: relative;
  width: 100%;
  display: inline-block;
  text-align: center;
  top: 11.33333333vw;
  padding-bottom: 2.66666667vw;
}
#wrapMask .copy-down-word .logo-color {
  color: #ed5988 ;
}
#wrapMask #copyIdWrap {
  width: 100%;
  display: inline-block;
  text-align: center;
}
#wrapMask #copyId {
  width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #c0c0c0;
  outline: none;
  -webkit-appearance: none;
  border: none;
  -webkit-user-select: text;
}
#wrapMask .down-word {
  color: #c0c0c0;
  font-size: 2.93333333vw;
  left: 20vw;
}
#wrapMask .copy-down-btn {
  width: 100%;
  position: absolute;
  bottom: 0;
}
#wrapMask .copy-down-btn button {
  border: none;
  width: 50%;
  display: inline-block;
  height: 12.66666667vw;
  outline: none;
  -webkit-appearance: none;
  font-weight: 900;
}
#wrapMask .copy-down-btn #confirm {
  background-color: #39d1d4;
  color: white;
  border-radius: 0 0 0 2.66666667vw;
}
#wrapMask .copy-down-btn #cancel {
  border-radius: 0 0 50% 0;
  background-color: white;
  color: #39d1d4;
  float: right;
  border-top: 1px solid rgba(220, 220, 220, 0.5);
}
.app-down {
  width: 100%;
  height: 14.66666667vw;
  padding-top: 1.86666667vw;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  right: 0;
}
.app-down .short-logo-icon {
  width: 10.66666667vw;
  height: 10.66666667vw;
  padding-left: 5.06666667vw;
  padding-top: 2vw;
  padding-right: 4vw;
  background-image: url("img/kejian/512x.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.app-down .short-logo-word {
  float: left;
  padding-left: 15.46666667vw;
  padding-top: 0.93333333vw;
}
.app-down .short-logo-word span {
  display: inline-block;
  background-image: url("img/kejian/kejianvr@3x.png");
  width: 20.66666667vw;
  height: 5.33333333vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 7.06666667vw;
}
.app-down .short-logo-word p {
  margin: 0;
  color: #444343;
  transform: translateY(-1.6vw);
  font-size: 3.2vw;
  padding-left: 4vw;
  letter-spacing: 0.13333333vw;
  padding-top: 0.93333333vw;
}
.app-down .opendown {
  float: right;
  width: 20vw;
  height: 8.66666667vw;
  line-height: 8.66666667vw;
  text-align: center;
  color: #fff;
  font-size: 3.46666667vw;
  border-radius: 1.06666667vw;
  margin: 2vw 0;
  margin-right: 5.33333333vw;
  background-color: #ed5988;
}
body {
  font-family: 微软雅黑;
  background-color: #1e1e1e;
  padding-bottom: 14.66666667vw;
}
* {
  margin: 0;
  padding: 0;
}
.wrap {
  width: 100%;
}
.wrap #wrapShadow {
  width: 100%;
  height: 120%;
  position: fixed;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.wrap .placeholder {
  background-image: url(img/kejian/placeholder2.png);
  background-size: 90%;
  background-position: -13.33333333vw;
  background-repeat: no-repeat;
  background-color: #191919;
}
.wrap .short-view {
  width: 140%;
  height: 87.33333333vw;
}
.wrap .short-view #tuoLuo {
  width: 100%;
  height: 100%;
  position: relative;
}
.wrap .short-view #tuoLuo img {
  width: 107%;
  height: 114%;
  position: relative;
  transition: 0.1s;
  left: -20%;
}
.wrap .short-view #tuoLuo .shadown {
  text-align: center;
  position: absolute;
  bottom: -12.66666667vw;
  left: 0;
  right: 0;
  height: 58.66666667vw;
  z-index: 1;
  background: linear-gradient(to top, #1e1e1e 10%, rgba(30, 30, 30, 0) 100%);
  box-sizing: border-box;
}
.wrap .short-view .play-icon {
  opacity: 0.8;
  background-size: cover;
  background-image: url(img/kejian/detail_play@3x.png);
  position: absolute;
  z-index: 2;
  left: 30.66666667vw;
  top: 38.66666667vw;
  width: 36.66666667vw;
  height: 16vw;
}
.wrap .short-view .short-view-tag {
  display: inline-block;
  position: relative;
  font-size: 3.46666667vw;
  z-index: 3;
  text-align: center;
  line-height: 6.4vw;
  color: white;
  width: 16vw;
  height: 6.4vw;
  bottom: 11.46666667vw;
  left: 4.66666667vw;
  border-radius: 0.26666667vw;
  background: linear-gradient(left, #33d52a, #5acea6 98%);
  background: -o-linear-gradient(left, #33d52a, #5acea6 98%);
  background: -ms-linear-gradient(left, #33d52a, #5acea6 98%);
  background: -moz-linear-gradient(left, #33d52a, #5acea6 98%);
  background: -webkit-linear-gradient(left, #33d52a, #5acea6 98%);
}
.wrap .short-view .short-view-tag .sport-icon {
  display: inline-block;
  position: relative;
  top: 0.53333333vw;
  background-image: url("img/kejian/tag_ui@3x.png");
  width: 3.46666667vw;
  height: 3.46666667vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.wrap .short-view #shortTagTow {
  font-size: 3.46666667vw;
  color: rgba(255, 255, 255, 0.8);
  bottom: 11.46666667vw;
  width: 12vw;
  background: rgba(255, 255, 255, 0.2);
}
.wrap .inner-wrap {
  box-sizing: border-box;
  padding: 0 4.66666667vw;
}
.wrap .inner-wrap .video-details {
  color: #bababa;
  font-size: 3.2vw;
  width: 100%;
}
.wrap .inner-wrap .video-details .video-details-content h1 {
  color: #fff;
  margin: 0;
  font-size: 7.46666667vw;
  display: -webkit-box;
  position: relative;
  z-index: 3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 9.06666667vw;
}
.wrap .inner-wrap .video-details .video-details-tags {
  font-size: 3.46666667vw;
  color: rgba(255, 255, 255, 0.4);
  padding-top: 4.66666667vw;
  padding-bottom: 4vw;
}
.wrap .inner-wrap .video-details .video-details-tags .tags-icon {
  position: relative;
  display: inline-block;
  top: 0.8vw;
  width: 4vw;
  height: 4vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.wrap .inner-wrap .video-details .video-details-tags .tags-icon-look {
  background-image: url("img/kejian/hot_plays@3x.png");
}
.wrap .inner-wrap .video-details .video-details-tags .tags-icon-love {
  background-image: url("img/kejian/hot_collect@3x.png");
}
.wrap .inner-wrap .video-details .video-details-tags .tags-icon-time {
  background-image: url("img/kejian/hot_playtime@3x.png");
}
.wrap .inner-wrap .video-details p {
  font-size: 3.46666667vw;
  line-height: 5.33333333vw;
  color: white;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.wrap .inner-wrap .video-list .video-everyone {
  font-size: 3.46666667vw;
  display: inline-block;
  color: #b5b5b5;
  padding-top: 4.66666667vw;
  padding-bottom: 3.33333333vw;
}
.wrap .inner-wrap .video-list .video-everyone .tags-icon {
  position: relative;
  display: inline-block;
  top: 0.93333333vw;
  width: 4vw;
  height: 4vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("img/kejian/channel@3x.png");
}
.wrap .inner-wrap .video-list ul {
  list-style: none;
}
.wrap .inner-wrap .video-list ul li:not(:first-child) {
  margin-top: 4vw;
}
.wrap .inner-wrap .video-list ul li {
  position: relative;
}
.wrap .inner-wrap .video-list ul li div {
  margin-bottom: 2vw;
}
.wrap .inner-wrap .video-list ul li .video-line {
  height: 0.13333333vw;
  width: 310%;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 24.8vw;
}
.wrap .inner-wrap .video-list ul li .video-list-img {
  display: inline-block;
  float: left;
  width: 33.33333333vw;
  height: 21.06666667vw;
  margin-right: 3.33333333vw;
  margin-bottom: 4vw;
  border: none;
  position: relative;
  z-index: 10;
}
.wrap .inner-wrap .video-list ul li .placeholder {
  background-image: url(img/kejian/placeholder2.png);
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  background-color: #000;
}
.wrap .inner-wrap .video-list ul li .content-name {
  color: #fff;
  display: inline;
  margin-top: 0.13333333vw;
  font-size: 4vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  position: relative;
  line-height: 4.26666667vw;
}
.wrap .inner-wrap .video-list ul li .content-name span {
  font-size: 4vw;
  line-height: 0vw;
}
.wrap .inner-wrap .video-list ul li .vider-list-tags {
  color: rgba(255, 255, 255, 0.4);
  position: relative;
  top: 0.66666667vw;
  font-size: 3.46666667vw;
}
.wrap .inner-wrap .video-list ul li .vider-list-tags .tags-icon {
  position: relative;
  display: inline-block;
  top: 0.8vw;
  width: 4vw;
  height: 4vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.wrap .inner-wrap .video-list ul li .vider-list-tags .tags-icon-look {
  background-image: url("img/kejian/hot_plays@3x.png");
}
.wrap .inner-wrap .video-list ul li .vider-list-tags .tags-icon-love {
  background-image: url("img/kejian/hot_collect@3x.png");
}
.wrap .inner-wrap .video-list ul li .video-list-tags {
  font-size: 2.93333333vw;
  height: 4.66666667vw;
  padding-top: 2vw;
  color: rgba(255, 255, 255, 0.5);
}
.wrap .inner-wrap .video-list ul li .video-list-tags span {
  display: inline-block;
  text-align: center;
  font-size: 3.2vw;
  border-radius: 0.26666667vw;
  padding: 0 1.46666667vw;
  line-height: 5.73333333vw;
  background-color: rgba(255, 255, 255, 0.1);
  margin-right: 1.33333333vw;
}
