a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
  list-style: none;
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}
body,
form,
html {
  margin: 0;
  padding: 0;
}
body,
html {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  -webkit-text-size-adjust: 100% !important;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background-color: #000;
  color: #fff;
}
body {
  font-family: PingFangSC-Regular, Microsoft YaHei, Hiragino Sans GB, tahoma,
    Arial, "\5B8B\4F53", STHeiti, WenQuanYi Micro Hei, SimSun, sans-serif;
  font-size: 12px;
  margin: 0 auto;
  position: fixed;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 500px) {
  *,
  body {
    font-size: 10px;
  }
}
a,
button,
img,
input,
textarea {
  border: none;
}
button,
input,
textarea {
  -webkit-appearance: none;
  box-sizing: content-box;
  font-size: 100%;
  color: #fff;
}
a,
img {
  border: 0;
}
img {
  vertical-align: middle;
  width: 100%;
}
.disabled {
  background-color: #bcbcbc !important;
}
.disabled2 {
  pointer-events: none;
  opacity: 0.5;
}
.disabled3 {
  pointer-events: none;
}
.none {
  display: none !important;
}
.show {
  display: inherit !important;
}
.nonee {
  display: none !important;
}
.noneee {
  display: none !important;
}
.p-re,
.posi-relative {
  position: relative !important;
}
.p-ab,
.posi-absolute {
  position: absolute;
}
.align-right,
.aright {
  text-align: right;
}
.acenter,
.align-center {
  text-align: center;
}
.opa0,
.opacity0 {
  opacity: 0 !important;
}
.opa1,
.opacity1 {
  opacity: 1 !important;
}
.ihover {
  opacity: 0.85;
  cursor: pointer;
}
.ihover:hover {
  opacity: 1;
}
.visib_h {
  visibility: hidden;
}
.visib_v {
  visibility: visible;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.flex_center_x {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex_center_y {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.flex__center {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
}
.flex_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: right;
  justify-content: right;
}
.flex__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.flex__wrap__b {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex__justify__b {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex__justify__b2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_column {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-flex-direction: column;
}
.flex_columnrev {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
}
.red {
  color: red;
}
.ws_button {
  display: inline-block;
  min-width: 75px;
  padding: 9px 0;
  text-align: center;
  background-color: #3098fb;
  color: #fff;
  border-radius: 3px;
}
.arrows {
  position: relative;
  padding-right: 13px;
}
.arrows:after {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 2px 2px 0 0;
  border-color: #c8c8cd;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 2px;
}
.arrows.left:after {
  border-width: 0 0 2px 2px;
}
.arrows.bottom,
.arrows.top {
  padding-right: 18px;
}
.arrows.top:after {
  border-width: 2px 0 0 2px;
  top: 55%;
}
.arrows.bottom:after {
  border-width: 0 2px 2px 0;
  top: 45%;
}
.tipsafter {
  position: relative;
}
.tipsafter:after {
  content: attr(tips);
  position: absolute;
  top: -42px;
  left: 50%;
  background-color: #555;
  visibility: hidden;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 8px 14px;
  border-radius: 4px;
  font-size: 12px;
  z-index: 1;
  transform: translateX(-50%);
}
.tipsafter:before {
  content: "";
  position: absolute;
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
  border-width: 8px 9px 0 9px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.tipsafter:hover::before,
.tipsafter:hover:after {
  visibility: visible;
}
.mousetips {
  position: fixed;
  background-color: #555;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 8px 14px;
  border-radius: 4px;
  font-size: 12px;
  z-index: 9999;
}
.mousetips:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-width: 8px 9px 0 9px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}
pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
.wrap {
  word-wrap: break-word;
  word-break: normal;
  word-break: break-all;
}
.nowrap {
  white-space: nowrap;
}
.maxw {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.maxh {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.allcenter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pcenter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p_xcenter {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.p_ycenter {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.switch_cell {
  position: relative;
  width: 40px;
  height: 22px;
  cursor: pointer;
  outline: 0;
  border-radius: 16px;
  box-sizing: border-box;
  background-color: #999;
  -webkit-transition: background-color 0.1s;
  transition: background-color 0.1s;
}
.switch_cell:after {
  content: " ";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: calc(100% - 6px);
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  -webkit-transition: left 0.35s cubic-bezier(0.4, 0.4, 0.25, 1.35);
  transition: left 0.35s cubic-bezier(0.4, 0.4, 0.25, 1.35);
}
.switch_cell:checked {
  background-color: #5085fb;
}
.switch_cell:checked:after {
  left: 21px;
}
.switch_cell.small {
  height: 18px;
  width: 34px;
}
.switch_cell.small:after {
  width: 12px;
}
.switch_cell.small:checked:after {
  left: 19px;
}
.switch_cell + span {
  display: none;
  margin-left: 6px;
}
.switch_cell + span + span {
  display: inline-block;
  margin-left: 6px;
}
.switch_cell:checked + span {
  display: inline-block;
}
.switch_cell:checked + span + span {
  display: none;
}
em.switch {
  position: relative;
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
em .switch_cell {
  margin-left: 6px;
}
em .switch_cell + i {
  position: absolute;
  right: 42px;
  width: 24px;
}
em .switch_cell + i::after {
  content: "\5173\95ed";
  display: inline-block;
}
em .switch_cell:checked + i::after {
  content: "\5f00\542f";
  display: inline-block;
}
em .switch_cell + i.xy::after {
  content: "\9690\85cf";
  display: inline-block;
}
em .switch_cell:checked + i.xy::after {
  content: "\663e\793a";
  display: inline-block;
}
em .switch_cell + i.xy.kaig::after {
  content: "\5173\95ed";
}
em .switch_cell:checked + i.xy.kaig::after {
  content: "\5f00\542f";
}
.scrollbarw {
  -webkit-overflow-scrolling: touch;
}
.scrollbarw::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.scrollbarw::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px transparent;
  -moz-box-shadow: inset 0 0 5px transparent;
  background: rgba(255, 255, 255, 0.3);
}
.scrollbarw::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px transparent;
  -moz-box-shadow: inset 0 0 5px transparent;
  border-radius: 0;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0);
}
.zl-scrollBarBox {
  height: 100%;
  position: absolute;
  opacity: 0;
}
.scrollbar:hover .zl-scrollBarBox {
  opacity: 1;
}
.zl-scrollBar {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.3);
  transition: background 0.3s;
}
.zl-scrollBar.zl-verticalBar {
  min-height: 10px;
}
.zl-scrollBar.zl-horizontalBar {
  min-width: 10px;
}
.zl-scrollContentDiv {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  top: 0;
  left: 0;
}
.weui-loadmore {
  margin: 0 auto;
  padding: 10px 0;
  line-height: 2px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination {
  width: 50%;
  margin: 0 25%;
}
.contenteditable {
  text-align: right;
  background: rgba(0, 0, 0, 0);
  font-size: 100%;
  width: 100%;
}
sub {
  vertical-align: sub;
  font-size: 12px;
}
.weui-cell_access .weui-cell__ft_bottom,
.weui-cell_access.ft__bottom .weui-cell__ft {
  padding-right: 20px;
}
.weui-cell_access .weui-cell__ft_bottom:after,
.weui-cell_access.ft__bottom .weui-cell__ft:after {
  border-width: 0 2px 2px 0;
}
.weui-btn_primary {
  background-color: #05daaa;
  border-radius: 3px;
  margin: 3%;
}
.weui-cells {
  font-size: 14px;
}
.weui-cell {
  padding: 3% 2.6%;
  font-size: 14px;
}
.weui-cell:active {
  background-color: #ececec !important;
}
.weui-cell_access.weui-cell {
  padding: 0 2.6%;
  line-height: 4em;
}
.weui-cell:before {
  left: 0;
}
.weui-media-box:active {
  background-color: #ececec;
}
.weui-toast_content {
  color: #fff;
}
.weui-cells_checkbox .weui-icon-checked:before {
  content: "\EA06";
  color: #ddd;
}
.weui-cells_checkbox .weui-check:checked + .weui-icon-checked:before,
.weui-icon-success {
  color: #00dda8;
}
.weui-icon-success.off {
  color: #ddd;
}
input.weui-check:checked + .weui-icon-success {
  color: #00dda8;
}
.weui-switch-cp__input:checked ~ .weui-switch-cp__box,
.weui-switch:checked {
  border-color: #01dbab;
  background-color: #01dbab;
}
.weui-cell__bd .weui-input {
  text-align: right;
}
.weui-dialog__btn {
  color: #05daaa;
}
.weui-actionsheet__cell {
  font-size: 16px;
  line-height: 1.5em;
}
.weui-actionsheet__cell:active {
  color: #2d9bfc;
}
.weui-actionsheet {
  max-width: 760px;
  left: inherit;
}
.weui-prompt-input {
  height: 2.5em;
  border-radius: 3px;
  margin: 6%;
}
.weui-btn:after {
  border: none;
}
.weui-cell__ft .syingimg {
  max-width: 50px;
  max-height: 50px;
}
.mask_Box_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 5002;
  top: 0;
  background-color: #000;
  background: rgba(0, 0, 0, 0.72);
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.mask_Box_overlay.on {
  opacity: 1;
  visibility: visible;
}
.mask_Box {
  display: inherit;
  position: fixed;
  z-index: 5002;
  width: 60%;
  max-width: 450px;
  background-color: rgba(0, 0, 0, 0.72);
  padding: 10px;
  transform: scale(1) translate(-50%, -50%);
  -webkit-transform: scale(1) translate(-50%, -50%);
  left: 50%;
  top: 50%;
  text-align: center;
  line-height: 2em;
  visibility: hidden;
  opacity: 0;
}
.mask_Box.on {
  opacity: 1;
  visibility: visible;
}
#wx_Box_overlay {
  position: fixed;
  width: 100%;
  max-width: 760px;
  height: 100%;
  z-index: 99999;
  top: 0;
  background-color: #000;
  background: rgba(0, 0, 0, 0.72);
}
.weui-popup__container,
.weui-popup__overlay {
  max-width: 760px;
  left: auto;
  right: auto;
}
.weui-popup__overlay {
  opacity: 1;
}
.weui-textarea {
  height: 148px;
  line-height: 24px;
  margin: 10px 0;
}
.mBoxbg {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 5002;
  top: 0;
  background-color: #000;
  background: rgba(0, 0, 0, 0.72);
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.mBoxbg.on {
  opacity: 1;
  visibility: visible;
}
.windowBody {
  display: inherit;
  position: fixed;
  z-index: 5002;
  width: 60%;
  max-width: 800px;
  background-color: rgba(0, 0, 0, 0.72);
  padding: 10px;
  transform: scale(1) translate(-50%, -50%);
  -webkit-transform: scale(1) translate(-50%, -50%);
  left: 50%;
  top: 50%;
  text-align: center;
  line-height: 2em;
  visibility: hidden;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.windowBody.on {
  opacity: 1;
  visibility: visible;
}
.mask_transparent {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.mask_toast {
  position: fixed;
  z-index: 5002;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: hsla(0, 0%, 7%, 0.7);
  text-align: center;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  padding: 8px 16px;
  max-width: 300px;
}
.mask_toast_content {
  color: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.materialList .matertitle .weui-cell {
  background-color: #fff;
}
.materialList .imgbody {
  background-color: #fff;
  z-index: 5;
}
.materialList .imgbody .body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.materialList .imgbody .imgbox {
  padding: 2%;
  min-height: 100%;
}
.materialList .imgbody .imga {
  width: 20%;
  margin: 0 2% 3%;
  position: relative;
  opacity: 0.4;
}
.materialList .imgbody .imga img {
  width: auto;
  max-width: 100%;
}
.materialList .imgbody .imga.ok {
  opacity: 1;
}
.materialList .imgbody .imga .weui-icon-circle {
  position: absolute;
  right: 0;
}
.materialList .imgbody .imga .weui-icon-success {
  position: absolute;
  right: 0;
  visibility: hidden;
}
.materialList .imgbody .imga.on .weui-icon-circle {
  visibility: hidden;
}
.materialList .imgbody .imga.on .weui-icon-success {
  visibility: visible;
}
.materialList .imgbody .imga .title {
  position: absolute;
  width: 100%;
  padding: 2px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  bottom: 0;
  left: 0;
  color: #fff;
  display: none;
}
.materialList .imgbody .sure {
  width: 100%;
  background-color: #1c1b20;
  padding: 0 2%;
  bottom: 0;
  left: 0;
  text-align: right;
}
.materialList .imgbody .sure a {
  opacity: 0.4;
}
.materialList .imgbody .sure.on a {
  opacity: 1;
}
.index_relative_collect {
  position: fixed;
  max-width: 760px;
  width: 100%;
  z-index: 3;
  top: 46px;
}
.index_relative_collect > em {
  display: block;
  border-width: 10px;
  position: absolute;
  top: -50px;
  border-style: solid dashed dashed;
  border-color: transparent transparent rgba(0, 0, 0, 0.8);
  font-size: 0;
  line-height: 0;
  right: 15px;
  z-index: 9;
  width: 0;
}
.index_relative_collect .close {
  position: absolute;
  top: -30px;
  right: 0;
  display: inline-block;
  padding: 5px 15px;
  color: #fff;
  z-index: 10;
}
.index_collect {
  position: absolute;
  top: -30px;
  z-index: 9;
  right: 5px;
  width: 43%;
  background-color: #000;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 2% 4%;
  border-radius: 5px;
}
@media screen and (max-width: 400px) {
  .index_collect {
    width: 50%;
  }
  .index_collect .title {
    padding-left: 25px;
  }
  .plist a img {
    max-height: 5.6em;
  }
}
.index_collect > * {
  color: #fff;
}
.index_collect .title {
  background: url(../../../images/collect.png) no-repeat scroll left center;
  background-size: 20px;
  height: 24px;
  display: block;
  padding-left: 30px;
  line-height: 24px;
  margin-bottom: 5px;
}
.index_collect .body {
  line-height: 1.5em;
  font-size: 12px;
}
.index_collect,
.index_relative_collect .close,
.index_relative_collect > em {
  visibility: hidden;
  opacity: 0;
  transition-duration: 0.3s;
}
.index_relative_collect.on .close,
.index_relative_collect.on .index_collect,
.index_relative_collect.on > em {
  visibility: visible;
  opacity: 1;
}
#cell__mymateri,
.sidelayer {
  position: fixed;
  top: 0;
  bottom: 0;
  transition: all 0.2s ease-in-out;
  z-index: 900;
  width: 100%;
  overflow-x: hidden;
  background-color: #fff;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  margin-left: 100%;
}
.sidelayer {
  -webkit-animation: on 0.2s 0s forwards;
  animation: on 0.2s 0s forwards;
}
@-webkit-keyframes on {
  from {
    margin-left: 100%;
  }
  to {
    margin-left: 0;
  }
}
@keyframes on {
  from {
    margin-left: 100%;
  }
  to {
    margin-left: 0;
  }
}
.wasee_loading_toast {
  position: fixed;
  width: 100px;
  height: 100px;
  z-index: 99999;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background: hsla(0, 0%, 7%, 0.7);
  text-align: center;
  border-radius: 5px;
  color: #fff;
  flex-direction: column;
}
.wasee_loading_toast .tips {
  margin: 6px 6px 0;
  max-height: 36px;
  overflow: hidden;
  font-size: 14px;
}
.wasee_loading_toast .loadingbdy .loading {
  display: inline-block;
  width: 38px;
  height: 38px;
  vertical-align: middle;
  -webkit-animation: e 1s steps(12) infinite;
  animation: e 1s steps(12) infinite;
  background: transparent
    url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 100 100'%3E%3Cpath fill='none' d='M0 0h100v100H0z'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23E9E9E9' rx='5' ry='5' transform='translate(0 -30)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23989697' rx='5' ry='5' transform='rotate(30 105.98 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%239B999A' rx='5' ry='5' transform='rotate(60 75.98 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23A3A1A2' rx='5' ry='5' transform='rotate(90 65 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23ABA9AA' rx='5' ry='5' transform='rotate(120 58.66 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23B2B2B2' rx='5' ry='5' transform='rotate(150 54.02 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23BAB8B9' rx='5' ry='5' transform='rotate(180 50 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23C2C0C1' rx='5' ry='5' transform='rotate(-150 45.98 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23CBCBCB' rx='5' ry='5' transform='rotate(-120 41.34 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23D2D2D2' rx='5' ry='5' transform='rotate(-90 35 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23DADADA' rx='5' ry='5' transform='rotate(-60 24.02 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23E2E2E2' rx='5' ry='5' transform='rotate(-30 -5.98 65)'/%3E%3C/svg%3E")
    no-repeat;
  background-size: 100%;
}
.wasee_loading_toast.ok {
  width: 120px;
  height: 120px;
}
.wasee_loading_toast.ok .loadingbdy .loading {
  width: 62px;
  height: 54px;
  vertical-align: initial;
  -webkit-animation: inherit;
  animation: inherit;
  background: transparent
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAADmUlEQVR4Xu2aW6hOQRiG3/dWxIUbhyi5QuKWyK0iJTtyTElJ5JBEzjuRRI4pKW3KIZGkpEQSoaSk5JAUEikhUvJq6lPbv9dhZv0ja/3/mpt9sb+Z+d7nO6xZs36izQfbXD9qAHUGtDmBugTaPAHqJliXQF0CbU6gLoFWTwBJwwFMBnCC5KdGvS2dAZKWAjj4RzTJHnpbFoCk3QBWd4v4NwD9SX7vngUtB0DSQAAHAExvSPctJLe2dAlIGm8pP6ZBaCfJTUn9rmUyQNJcE9+3Qeh2khvSmn1LAJC0EcC2BJE7Sa7LetJVGoCkXhb1hQkid5Fcm/eYrywASaOs2U1KELmb5Jo88e7/lQQgaapFfkiCyL0kV/mIryQAScsB7EsRuI/kCl/xlQMgaS+ANIEHSS4LEV8ZAJIGW8pPSxF4mKQ79gaP0vcASROt2Y1OUXeE5JJg5Tah1AAkLbDI904ReJTk4qLiS10CkrYA2Jwh7hjJRc2ILyUASX0s6vMzxB0nmXT4CeZRqhKQ5Orcvb9PyFDSRdKVRpSRCkDSJJI3ouzisYgk1+GdeNfx08ZJkvM8lvM2SQTQrf6eAthP8pD3igUMJa0EsCdn6imSswssnzklDYAaZnUBWE/yTWwHJO0HkHeAOUNyVuy9E5ugXSI+S9jsiUG4EMMRSUMt5afkrHeOZEeMPZPW6JEBkoYBeJGx4Q6S65txyPUXEz8yZ53zADpI/mpmv6y5aSVwGsDMjInXLBvuhTomyT2+XLNz7/JZ4yKAGSR/hu4RYp8GYASAswCyIvQFwLqQBimpE0Dq9VQ3xy9Z5H+EiClim/UY9IHg9sxtkJL6WdTneDh52cT/dX3tMa+QSeZBSJIvhNQGKWmsiR/n4eEVE//VwzaKSe5JMACCc+ivBinJ3c27eh/g4e1VE//ZwzaaSS4At1MghNcA7gBwb3Dum5zPcE3VNbwe3+58Jjdj4wWgAIQQn65b5D+GTIpl6w3gH0G4aZH/EEtQ6DpBACJDuGWRfxfqdEz7YACRINw28W9jiimyViEATUK4a2nvmuV/H4UBFIRw3yL/6r8rNweaAhAI4YFF/mVZxDs/mgbgCeGhRf55mcRHA5AD4ZFF3t0ulW5EyYA/qhJOjI9NvHtXKOWICsAyYRAA9wHzvf00zf0t7YgOoLRKUxyrAVQtYrH9rTMgNtGqrVdnQNUiFtvfOgNiE63aenUGVC1isf1t+wz4DTxOFFBUuSY1AAAAAElFTkSuQmCC)
    no-repeat;
}
@-webkit-keyframes e {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes e {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
