/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}


body{
  font:14px / 1.5 Helvetica Neue,Helvetica,Arial,Hiragino Sans GB,Hiragino Sans GB W3,Microsoft YaHei UI,Microsoft YaHei,WenQuanYi Micro Hei,sans-serif;
}

body * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body.whole-screen {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}
@media (min-width:768px) {
  .container {
      width: 750px
  }
}
@media (min-width:992px) {
  .container {
      width: 980px
  }
}
@media (min-width:1200px) {
  .container {
      width: 85%
  }
}


[data-flex] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
[data-flex] > * {
  display: block;
}
[data-flex] > [data-flex] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
[data-flex~="dir:left"] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
[data-flex~="dir:right"] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
}
[data-flex~="dir:top"] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
[data-flex~="dir:bottom"] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: end;
}
[data-flex~="main:left"] {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
[data-flex~="main:right"] {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
[data-flex~="main:justify"] {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
[data-flex~="main:center"] {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
[data-flex~="cross:top"] {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
[data-flex~="cross:bottom"] {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
[data-flex~="cross:center"] {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
[data-flex~="cross:baseline"] {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
[data-flex~="cross:stretch"] {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
[data-flex~="box:mean"] > *,
[data-flex~="box:first"] > *,
[data-flex~="box:last"] > *,
[data-flex~="box:justify"] > * {
  width: 0;
  height: auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
[data-flex~="box:first"] > :first-child,
[data-flex~="box:last"] > :last-child,
[data-flex~="box:justify"] > :first-child,
[data-flex~="box:justify"] > :last-child {
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
[data-flex~="dir:top"][data-flex~="box:mean"] > *,
[data-flex~="dir:top"][data-flex~="box:first"] > *,
[data-flex~="dir:top"][data-flex~="box:last"] > *,
[data-flex~="dir:top"][data-flex~="box:justify"] > *,
[data-flex~="dir:bottom"][data-flex~="box:mean"] > *,
[data-flex~="dir:bottom"][data-flex~="box:first"] > *,
[data-flex~="dir:bottom"][data-flex~="box:last"] > *,
[data-flex~="dir:bottom"][data-flex~="box:justify"] > * {
  width: auto;
  height: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
[data-flex~="dir:top"][data-flex~="box:first"] > :first-child,
[data-flex~="dir:top"][data-flex~="box:last"] > :last-child,
[data-flex~="dir:top"][data-flex~="box:justify"] > :first-child,
[data-flex~="dir:top"][data-flex~="box:justify"] > :last-child,
[data-flex~="dir:bottom"][data-flex~="box:first"] > :first-child,
[data-flex~="dir:bottom"][data-flex~="box:last"] > :last-child,
[data-flex~="dir:bottom"][data-flex~="box:justify"]
  > :first-child
  [data-flex~="dir:bottom"][data-flex~="box:justify"]
  > :last-child {
  height: auto;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
[data-flex-box="0"] {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
[data-flex-box="1"] {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
[data-flex-box="2"] {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  -webkit-flex-shrink: 2;
  -ms-flex-negative: 2;
  flex-shrink: 2;
}
[data-flex-box="3"] {
  -webkit-box-flex: 3;
  -webkit-flex-grow: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
  -webkit-flex-shrink: 3;
  -ms-flex-negative: 3;
  flex-shrink: 3;
}
[data-flex-box="4"] {
  -webkit-box-flex: 4;
  -webkit-flex-grow: 4;
  -ms-flex-positive: 4;
  flex-grow: 4;
  -webkit-flex-shrink: 4;
  -ms-flex-negative: 4;
  flex-shrink: 4;
}
[data-flex-box="5"] {
  -webkit-box-flex: 5;
  -webkit-flex-grow: 5;
  -ms-flex-positive: 5;
  flex-grow: 5;
  -webkit-flex-shrink: 5;
  -ms-flex-negative: 5;
  flex-shrink: 5;
}
[data-flex-box="6"] {
  -webkit-box-flex: 6;
  -webkit-flex-grow: 6;
  -ms-flex-positive: 6;
  flex-grow: 6;
  -webkit-flex-shrink: 6;
  -ms-flex-negative: 6;
  flex-shrink: 6;
}
[data-flex-box="7"] {
  -webkit-box-flex: 7;
  -webkit-flex-grow: 7;
  -ms-flex-positive: 7;
  flex-grow: 7;
  -webkit-flex-shrink: 7;
  -ms-flex-negative: 7;
  flex-shrink: 7;
}
[data-flex-box="8"] {
  -webkit-box-flex: 8;
  -webkit-flex-grow: 8;
  -ms-flex-positive: 8;
  flex-grow: 8;
  -webkit-flex-shrink: 8;
  -ms-flex-negative: 8;
  flex-shrink: 8;
}
[data-flex-box="9"] {
  -webkit-box-flex: 9;
  -webkit-flex-grow: 9;
  -ms-flex-positive: 9;
  flex-grow: 9;
  -webkit-flex-shrink: 9;
  -ms-flex-negative: 9;
  flex-shrink: 9;
}
[data-flex-box="10"] {
  -webkit-box-flex: 10;
  -webkit-flex-grow: 10;
  -ms-flex-positive: 10;
  flex-grow: 10;
  -webkit-flex-shrink: 10;
  -ms-flex-negative: 10;
  flex-shrink: 10;
}

input {
  text-rendering: auto;
  letter-spacing: normal;
  word-spacing: normal;
  line-height: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  appearance: auto;
  cursor: text;
  margin: 0em;
  padding: 1px 2px;
  border: none;
  text-indent: 0;
  background: transparent;
  resize:none; 
  outline:none;  /*清除选中效果的默认蓝色边框 */
  -webkit-appearance:none;  /*清除浏览器默认的样式 */
  line-height: normal;   /* 光标问题  */
}
.input:focus {
  outline: none;
  border-color: none
}


html {
  --zhuluan-white-color: #fff;
  --zhuluan-black-3-color: #333;
  --zhuluan-black-6-color: #666;

  --zhuluan-black-80-color: #808080;

  --zhuluan-custom-e8-color: #e8e8e8;
  --zhuluan-custom-d8-color: #d8d8d8;
  --zhuluan-custom-ff-color: #f5f6f7;

  --zhuluan-white-f2-color: #f2f2f2;
  --zhuluan-white-f5-color: #f5f5f5;
  --zhuluan-white-fa-color: #fafafa;
  
  --zhuluan-primary-color: #1781ea;
  --zhuluan-neighbor-color: #5A9AF9;
  --zhuluan-primary-color-hover: #3385ff;
  --zhuluan-primary-color-active: #096dd9;
  --zhuluan-primary-rgba-10: rgba(31, 130, 242, .08);
  --zhuluan-primary-rgba-20: rgba(31, 130, 242, .2);
  --zhuluan-primary-rgba-60: rgba(31, 130, 242, .6);

  --zhuluan-border-color: #e2e2e2;
  --zhuluan-border-rgba-4: rgba(225, 225, 225, .4);
  --zhuluan-border-rgba-2: rgba(225, 225, 225, .2);

  --zhuluan-warning-color: #FD6A53;
  --zhuluan-warning-rgba-10: rgba(253, 106, 83, .08);
  --zhuluan-warning-rgba-20: rgba(253, 106, 83, .2);
  --zhuluan-shadow-color: 51 133 255;

  --zhuluan-switch-size: 15px;
  --zhuluan-switch-box: 30px;

  --zhuluan-primary-border-radius: 5px;
}


body {
  background-color: var(--zhuluan-custom-ff-color)
}

@font-face {
  font-family: "iconfont"; /* Project id 2910878 */
  src: url('../../iconfont/iconfont.woff2?t=1635995676514') format('woff2'),
        url('../../iconfont.woff?t=1635995676514') format('woff'),
        url('../../iconfont.ttf?t=1635995676514') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-top:before {
  content: "\e67f";
}

.icon-hetongchaxun:before {
  content: "\e63a";
}

.icon-zuixiaohua:before {
  content: "\e772";
}

.icon-youcecaidan:before {
  content: "\e606";
}

.icon-caidan:before {
  content: "\e60c";
}

.icon-wuguan:before {
  content: "\ec5f";
}

.icon-copy:before {
  content: "\e617";
}

.icon-shuaxin:before {
  content: "\ec08";
}

.icon-jiance:before {
  content: "\e674";
}

.icon-menu:before {
  content: "\e605";
}

.icon-text-add:before {
  content: "\e614";
}

.icon-close:before {
  content: "\e600";
}

.icon-codelibrary:before {
  content: "\ebdb";
}

.icon-clear-all:before {
  content: "\e8b6";
}

.icon-check:before {
  content: "\e9d4";
}

.icon-cross:before {
  content: "\e9d5";
}

.icon-warning:before {
  content: "\e9d6";
}

.icon-baidu:before {
  content: "\e629";
}


/*开关的大小*/
.switch-container {
  height: var(--zhuluan-switch-size);
  width: var(--zhuluan-switch-box);
}

/*设置checkbox不显示*/
/* .switch {
  display: none;
} */
.switch-container label, .switch-container label:before, .switch-container label:after {
  display: block;
}
.switch-container label {
  position: relative;
  background-color: var(--zhuluan-custom-e8-color);
  height: 100%;
  width: 100%;
  cursor: pointer;
  border-radius: 25px;
}
.switch-container label:before, .switch-container label:after {
  content: '';
}
/*在label标签内容之前添加如下样式，形成一个未选中状态*/
.switch-container label:before {
  border-radius: 25px;
  height: 100%;
  width: var(--zhuluan-switch-size);
  background-color: var(--zhuluan-white-color);
  opacity: 1;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.2s;
}

/*在label标签内容之后添加如下样式，形成一个选中状态*/
.switch-container label:after {
  position: absolute;
  top: 0;
  right: 0;
  left: var(--zhuluan-switch-size);
  
  border-radius: 25px;
  height: 100%;
  width: var(--zhuluan-switch-size);
  background-color: white;
  opacity: 0;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.08);
  transition: opacity 0.2s ease;
}
/* ~ 兄弟选择符。
 p~ul ：位于 p 元素之后的所有 ul 元素
*/

/*选中后，选中样式显示*/
.switch:checked~label:after {
  opacity: 1;
}

/*选中后，未选中样式消失*/
.switch:checked~label:before {
  opacity: 0;
}

/*选中后label的背景色改变*/
.switch:checked~label {
  background-color: var(--zhuluan-primary-color);
}

#tooltip {
  /* ... */
  display: none;
}

#tooltip[data-show] {
  display: block;
}


.toast {
  top: 50%;
  left: 50%;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 10px 14px;
  z-index: 999999;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.toast.in {
  -webkit-animation-name: contentZoomIn;
  animation-name: contentZoomIn;
}

.toast .iconfont {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 10px;
  display: block;
}

.toast .iconfont.icon-loading:before {
  display: block;
  -webkit-transform: rotate(360deg);
  animation: rotation 2.7s linear infinite;
}

.toast .text {
  text-align: center;
  max-width: 300px;
  color: #fff;
  font-size: 14px;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes contentZoomIn {
  0% {
    -webkit-transform: translate(-50%, -70%);
    transform: translate(-50%, -70%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}

@keyframes contentZoomIn {
  0% {
    /* -webkit-transform: translate(-50%, -70%);
    transform: translate(-50%, -70%); */
    opacity: 0;
  }
  100% {
    /* -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); */
    opacity: 1;
  }
}

@-webkit-keyframes contentZoomOut {
  0% {
    /* -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); */
    opacity: 1;
  }
  100% {
    /* -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%); */
    opacity: 0;
  }
}

@keyframes contentZoomOut {
  0% {
    /* -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); */
    opacity: 1;
  }
  100% {
    /* -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%); */
    opacity: 0;
  }
}

/* 设置滚动条的样式 */
.scrollbar::-webkit-scrollbar, .w-e-content-mantle::-webkit-scrollbar, .w-e-text::-webkit-scrollbar {
  width:7px;
}
/* 滚动槽 */
.scrollbar::-webkit-scrollbar-track, .w-e-content-mantle::-webkit-scrollbar-track, .w-e-text::-webkit-scrollbar-track {
  border-radius:5px;
  background-color: #fcfcfc
}
/* 滚动条滑块 */
.scrollbar::-webkit-scrollbar-thumb, .w-e-content-mantle::-webkit-scrollbar-thumb, .w-e-text::-webkit-scrollbar-thumb {
  width: 6px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.08);
  cursor: pointer;
}

a.unlinks-deco{
  color: var(--zhuluan-primary-color);
  text-decoration: none;
}
.layout-header {
  height: 70px;
  background-color: var(--zhuluan-white-color)
}
.layout-header .logo, .layout-header .logo .links  {
  width: 180px;
  height: 70px;
}
.layout-header .logo .links  {
  cursor: pointer;
  display: block;
  /* text-indent: -9999px; */
  /* background: url('https://fanyi.qq.com/images/logo.c149f2b6.png') no-repeat;
  background-size: contain; */
}
.layout-header .logo .links img {
  height: 100%;
}
.layout-header .icon-menu {
  display: none
}
.layout-header .nav .list {
  font-size: 16px;
  font-weight: 600;
  margin-left: 32px;
}
.layout-header .nav .list .links {
  color: var(--zhuluan-black-6-color);
  transition: all .4s
}

.layout-header .nav .list.active .links, .layout-header .nav .list:hover .links {
  color: var(--zhuluan-primary-color)
}

.layout-header .nav .nav-btn {
  padding-left: 35px;
}

.layout-header .nav .btn {
    padding: 6px 12px;
    margin: 0 0 0 14px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border-radius: var(--zhuluan-primary-border-radius);
    color: var(--zhuluan-black-3-color);
    background-color: var(--zhuluan-white-f2-color);
    transition: all .4s;
}

.layout-header .nav .btn.sign {
  color: var(--zhuluan-white-color);
  background-color: var(--zhuluan-primary-color);
  background: linear-gradient(90deg, var(--zhuluan-primary-color), var(--zhuluan-primary-color-hover));
  box-shadow: 0 4px 8px 0 rgb(var(--zhuluan-shadow-color) / 12%);
}

.layout-header .nav .btn:hover {
  opacity: .8;
  box-shadow: none
}

.layout-content {
  padding: 22px 0 70px;
}
.layout-bar {
  /* margin-bottom: 22px; */
  font-size: 14px;
  color: var(--zhuluan-black-80-color);
  background-color: var(--zhuluan-white-color);
  padding: 15px;
  height: 66px;
  position: relative;
}
.layout-bar .num span {
  margin: 0 6px;
  font-size: 24px;
  font-weight: 300;
  font-family: Open Sans,Arial,sans-serif;
}
.layout-bar .btn {
  margin-left: 14px;
  text-align: center;
  padding: 0 12px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  border-radius: var(--zhuluan-primary-border-radius);
  background-color: var(--zhuluan-white-color);
  cursor: pointer;
  transition: all .4s;
}
.layout-bar .layout-bar-left {
  margin-right: -14px;
}
.layout-bar .layout-bar-left .btn {
  margin: 0 14px 0 0
}
.layout-bar .btn .iconfont {
  margin-right: 3px;
}
.layout-bar .btn .iconfont.icon-text-add {
  margin-right: 5px;
  font-size: 17px;
}
.article .layout-bar-left .btn {
  display: none
}
.article:not(.is-loading):not(.loaded) .layout-bar-left .ai-btn, .article.loaded .back-btn, .article.loaded .copy-btn, .article.loaded .clear-btn {
  display: flex
}
.layout-bar .bright-btn {
  /* min-width: 110px; */
  color: var(--zhuluan-white-color);
  background-color: var(--zhuluan-primary-color);
  background: linear-gradient(90deg, var(--zhuluan-primary-color), var(--zhuluan-primary-color-hover));
  box-shadow: 0 4px 8px 0 var(--zhuluan-shadow-color);
}

#kw-tags {
  margin-bottom: 22px
}
#kw-tags #tags-clear-all {
  margin-left: 10px;
}
#kw-box {
  margin-bottom: -14px;
}
#kw-list {
  font-weight: 500;
  font-size: 12px;
  
  color: var(--zhuluan-black-80-color)
}
.kw-tags .tag {
  display: inline-block;
  padding: 0 14px;
  border-radius: 22px;
  margin-left: 14px;
  font-size: 14px;
  /* font-weight: bold; */
  line-height: 24px;
  height: 26px;
  position: relative;
  color: var(--zhuluan-primary-color);
  background-color: var(--zhuluan-primary-rgba-10);
  box-sizing: border-box;
  transition: all 0.4s
}
.score .cross, .kw-tags .tag.cross, .cross .strings, .zhuluan-icon .iconfont {
  color: #F00;  
}
.kw-tags .tag.cross, .strbg.cross {
  background-color: #FFE9E9
}
.score .warning, .kw-tags .tag.warning, .warning .strings {
  color: #B67418;
}
.kw-tags .tag.warning, .strbg.warning {
  background-color: #FEF9F3
}
.kw-tags .tag.check, .strbg.check {
  background-color: #EEFAEF
}
.score .check, .kw-tags .tag.check, .check .strings {
  color: #529C4F
}
.sentence.list .tag:hover {
  color: var(--zhuluan-white-color);
}
.sentence.list .tag.cross:hover {
  background-color: #F00;
}
.sentence.list .tag.warning:hover {
  background-color: #B67418;
}
.sentence.list .tag.check:hover {
  background-color: #529C4F;
}
.kw-tags .tag .iconfont {
  font-size: 14px;
  position: relative;
  top: 1px;
}
.kw-tags .tag .iconfont span {
  font-size: 13px;
  margin: 0 3px;
}
.kw-tags .tag em {
  font-style: normal;
  font-weight: 600;
}
.sentence {
  list-style: none;
}
/* .sentence:not(.head) { */
.sentence{
  overflow: auto;
}
.sentence .item {
  border-top: 1px solid var(--zhuluan-border-rgba-4);
  height: 42px;
}
/* .sentence.head .item { */
.sentence .item:first-child {
  background-color: var(--zhuluan-white-fa-color)
}
/* .sentence:not(.head) .item:last-child { */
.sentence .item:last-child {
  border-bottom: 1px solid var(--zhuluan-border-rgba-4);
}
p.title {
  color: var(--zhuluan-black-80-color);
}
.sentence .item p {
  text-align: center;
  padding: 8px 12px;
  line-height: 26px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
p.title {
  transition: all .3s
}
.item:not(.cross):not(.warning):not(.check) p.title:hover {
  cursor: pointer;
  color: var(--zhuluan-black-3-color);
  background-color: #fdfdfd
}
.sentence .item p:first-child {
  flex: 1;
}
.sentence .item p:nth-child(2) {
  width: 68px;
}
.sentence .item p:nth-child(3) {
  width: 100px;
}
.sentence .item p:nth-child(n+2) {
  border-left: 1px solid var(--zhuluan-border-rgba-4)
}
.sentence .item .tag {
  padding: 0 12px;
  margin: 0
} 
.sentence .item .tag .icon-baidu:before {
 opacity: .6
}
.sentence .item .tag:hover .icon-baidu:before {
  opacity: .98
 }
#kw-list .kw .icon-close, .locked-kw-tags .tag .icon-close {
  cursor: pointer;
}
#kw-list .kw:hover, .locked-kw-tags .tag:hover {
  background-color: var(--zhuluan-primary-rgba-20);
}
#kw-list .kw .iconfont, .locked-kw-tags .tag .iconfont {
  font-size: 12px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%)
}
.layout-bar .text-btn {
  color: var(--zhuluan-primary-color);
  text-decoration: none
}
.layout-bar .text-btn:hover {
  text-decoration: underline
} 
.layout-bar .line-btn {
  color: var(--zhuluan-primary-color);
  border: solid 1px var(--zhuluan-primary-color)
}

.layout-bar .line-btn:hover {
  box-shadow: 0 4px 8px -2px rgb(51 51 51 / 8%)
}

.layout-bar .bright-btn:hover {
  background-color: var(--zhuluan-neighbor-color);
  box-shadow: none;
  opacity: .8
}

.magnitude #word-count {
  margin-right: 4px
}
.magnitude #word-count .warning {
  color: var(--zhuluan-warning-color)
}
.article {
  width: 100%;
  position: relative;
}
.article .creating-loading {
  display: none;
  position: absolute;
  z-index: 10008;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, .58)
}
.article.is-loading .creating-loading{
  display: flex
}
.article .creating-loading .tips {
  margin-top: 10px;
  color: var(--zhuluan-black-80-color)
}
.article .layout-article {
  /* width: calc(50% - 7px); */
  width: 50%;
  min-height: 420px;
  background-color: var(--zhuluan-white-color);
  /* border-radius: var(--zhuluan-primary-border-radius); */
  position: relative;
}
.article .article-box {
  position: relative;
  z-index: 8;
  border: 1px solid #fff;
  border-bottom-color: var(--zhuluan-border-rgba-4);
  border-top-color: var(--zhuluan-border-rgba-4);
  transition: all .35s;
}
/* .article #article-right {
  overflow: auto;
} */
.article .article-left .article-box: {
  border-right: 1px solid var(--zhuluan-border-rgba-4);
}
.article .article-left .article-box:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1px;
  border-left: 1px solid var(--zhuluan-border-rgba-4)
}
.baidu-icon {
  color: var(--zhuluan-black-80-color)
}
.baidu-icon .iconfont {
  font-size: 12px;
  /* font-weight: 600; */
  display: inline-block;
  border-radius: 3px;
  line-height: 120%;
  padding: 0 3px;
  border: 1px solid #F00;
  color: #F00
}
.article-right .baidu-icon .iconfont {
  position: relative;
  top: -1px;
  margin-right: 6px;
}
/* .article .article-box:hover {
  z-index: 19;
  border-color: var(--zhuluan-primary-rgba-60)
} */

.layout-article .w-e-toolbar, .layout-article .w-e-text-container{
  border: none !important
}
.article-footer-bar {
  padding: 0 12px 6px;
  height: 32px;
  color: var(--zhuluan-black-80-color)
}
.article-footer-bar .switch-container {
  margin-right: 8px
}
.article-footer-bar .magnitude {
  text-align: right;
  font-size: 15px;
}

.layout-article .w-e-toolbar {
  /* border-radius: var(--zhuluan-primary-border-radius) var(--zhuluan-primary-border-radius) 0 0; */
  /* border-bottom: 1px solid var(--zhuluan-border-rgba-4) !important */
}
.w-e-toolbar .w-e-menu.lan-w-hide {
  display: none
}
.w-e-toolbar .w-e-menu:not(.lan-w-hide) {
  display: flex
}
.w-e-toolbar .w-e-menu.lan-w-active .iconfont {
  color: var(--zhuluan-primary-color)
}
.article-head {
  position: relative;
  z-index: 9;
  height: 50px;
  padding: 13px 15px 11px;
  /* border-bottom: 1px solid var(--zhuluan-border-rgba-4) */
}
.article-head h3 {
  color: var(--zhuluan-black-3-color);
  font-weight: normal;
}
.article-head .tips {
  color: var(--zhuluan-black-80-color)
}
.result-box {
  max-height: calc(100% - 50px - 66px);
  overflow: hidden
}
.result-default-info {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: var(--zhuluan-custom-d8-color)
}
.result-default-info .iconfont {
  font-size: 40px;
}
.is-loading .result-default-info, .loaded .result-default-info, .article:not(.loaded) .layout-bar-right, .article:not(.loaded) .result-content  {
  display: none;
}
.layout-bar-right .text-btn {
  margin: 0;
  padding-left: 0
}
.result-content .score {
  height: 40px;
  padding: 7px 15px 12px;
  text-align: center;
  color: var(--zhuluan-black-80-color)
}
.result-content #score {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  margin: 0 4px;
}
.result-content .score .num {
  margin: 0 3px
}
.article.loaded .w-e-content-preview, .article.loaded .w-e-toolbar {
  background-color: #fcfcfc !important
}
.article.loaded .unlinks {
  text-decoration: none;
}

#think-kw {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-top: 1px solid var(--zhuluan-border-color);
  background-color: var(--zhuluan-white-color);
  box-shadow: 0 3px 5px rgba(30, 30, 30, .02)
}
#think-kw .list {
  padding: 12px 10px;
  line-height: 100%;
  border-bottom: 1px solid var(--zhuluan-border-rgba-4);
  transition: all .4s;
  cursor: pointer;
}
#think-kw .list:hover, #think-kw .list.pitch {
  background-color: var(--zhuluan-warning-rgba-10)
}
#think-kw .list:last-child {
  border: none
}
#think-kw .list .text span {
  color: var(--zhuluan-warning-color)
}
#think-kw .list .num {
  color: var(--zhuluan-black-80-color)
}
.bar-fast-tool .iconfont {
  font-size: 20px;
  margin-left: 5px;
}
.bar-fast-tool .magnitude {
  margin-left: 20px;
}
/* .icon-copy{
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjI1cHgiIGhlaWdodD0iMjVweCIgdmlld0JveD0iMCAwIDI1IDI1IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNDYuMiAoNDQ0OTYpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPg0KICAgIDx0aXRsZT40LjEgY29weSA0MDwvdGl0bGU+DQogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+DQogICAgPGRlZnM+PC9kZWZzPg0KICAgIDxnIGlkPSItIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4NCiAgICAgICAgPGcgaWQ9IjQuMS1jb3B5LTMyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzc4LjAwMDAwMCwgLTU3NC4wMDAwMDApIiBmaWxsPSIjQ0RDRENEIj4NCiAgICAgICAgICAgIDxnIGlkPSLlpI3liLYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDc4Mi4wMDAwMDAsIDU3Ni4wMDAwMDApIj4NCiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTUuNTY2MzMwNyw2IEwxMSwxLjQzMzY2OTI4IEwxMSw2IEwxNS41NjYzMzA3LDYgWiBNMTYsNi43MTY4MzQ2NCBMMTYsNyBMMTAuNSw3IEwxMCw3IEwxMCwxIEwxMC4yODMxNjU0LDEgTDMsMSBMMywwIEwxMSwwIEwxMSwwLjAxOTQ1NTcxODggTDE2Ljk4MDU0NDMsNiBMMTcsNiBMMTcsMTYgTDE2LDE2IEwxNiw2LjcxNjgzNDY0IFogTTAuNSwzIEwyLDMgTDIsNCBMMSw0IEwxLDE5IEwwLDE5IEwwLDMgTDAuNSwzIFogTTEzLDE4IEwxNCwxOCBMMTQsMjAgTDEzLDIwIEwxMywxOCBaIE0wLDE5IEwxMywxOSBMMTMsMjAgTDAsMjAgTDAsMTkgWiBNMywxIEw0LDEgTDQsMTcgTDMsMTcgTDMsMSBaIE00LDE2IEwxNywxNiBMMTcsMTcgTDQsMTcgTDQsMTYgWiIgaWQ9IkNvbWJpbmVkLVNoYXBlIj48L3BhdGg+DQogICAgICAgICAgICA8L2c+DQogICAgICAgIDwvZz4NCiAgICA8L2c+DQo8L3N2Zz4=) no-repeat;
  background-size: contain
} */

.layout-site-details {
  padding-top: 70px;
  font-size: 14px;
  color: var(--zhuluan-black-6-color)
}

.layout-site-details h2 {
  font-size: 28px;
  line-height: 120%;
  padding: 0 20px;
  margin: 0 0 60px;
  font-weight: 500;
  text-align: center;
}

.layout-site-details p {
  line-height: 200%;
  
}
.sentence .goto-top a {
  color: var(--zhuluan-custom-d8-color);
  cursor: pointer;
}
.locked-kw {
  margin-top: 14px;
  position: relative;
}
.locked-kw .locked-kw-tags {
  display: block;
  width: 100%;
  padding: 12px 10px;
  margin-bottom: -14px;
  min-height: 54px !important;
  border-color: var(--zhuluan-white-color);
  border-radius: var(--zhuluan-primary-border-radius);
  background-color: var(--zhuluan-white-color);
  overflow: hidden;
}
.locked-kw-tags .tag {
  margin: 0 14px 14px 0;
  font-size: 12px;
  /* color: var(--zhuluan-warning-color);
  background-color: var(--zhuluan-warning-rgba-10); */
}
/* .locked-kw-tags .tag:hover {
  background-color: var(--zhuluan-warning-rgba-20);
} */

.locked-kw .locked-kw-tags #locked-kw_addTag {
  padding-left: 15px;
  padding-bottom: 15px;
  /* display: block;
  width: 100%; */
}
.locked-kw .locked-kw-tags #clear-all, #kw-tags #tags-clear-all {
  color: var(--zhuluan-black-80-color);
  font-size: 12px;
  cursor: pointer;
  transition: all .4s
}
.locked-kw .locked-kw-tags #clear-all:hover, #kw-tags #tags-clear-all:hover {
  color: var(--zhuluan-black-3-color);
}

.locked-kw .locked-kw-tags .tags_clear {
  display: block;
  margin-bottom: -12px
}
.locked-kw #locked-kw_tag {
  font-size: 12px;
  font-weight: normal;
  padding: 8px 0
}
.footer {
  padding-bottom: 15px
}
.footer p{
  text-align: center;
  margin-bottom: 8px
}
.footer p, .footer .links {
  color: var(--zhuluan-black-80-color)
}
.footer .foot-menu {
  font-size: 16px
}
.footer .links {
  margin: 0 6px;
  word-break:keep-all;
  transition: all .4s
}
.footer .links:hover {
  color: var(--zhuluan-black-3-color)
}


.anchor-box {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
}  
.anchor-box .anchor-content {
  position: absolute;
  width: 420px;
  height: 220px;
  left: 50%;
  top: 50%;
  padding: 35px 25px;
  transform: translate(-50%, -50%);
  background-color: var(--zhuluan-white-color);
  box-shadow: 3px 3px 38px rgba(0, 0, 0, .1), -3px -3px 38px rgba(0, 0, 0, .1);

}
.anchor-box .anchor-content .icon-close {
  position: absolute;
  right: 12px;
  top: 8px;
  font-size: 14px;
  color: var(--zhuluan-black-80-color);
  cursor: pointer;
}
.anchor-box .anchor-content .h4 {
  margin-bottom: 12px;
  font-size: 15px;
}
.anchor-box .anchor-content .h4 span {
  color: var(--zhuluan-black-80-color);
  margin-left: 10px;
  font-size: 12px
}
.anchor-box .anchor-content em {
  font-style: normal;
}
.anchor-box .anchor-content em.warning {
  color: var(--zhuluan-warning-color);
}
.anchor-content .input-list {
  margin-bottom: 10px; 
}
.anchor-content .input {
  border: solid 1px var(--zhuluan-border-color);
  padding: 8px 10px;
  width: 100%;
  border-radius: 2px;
  display: block;
}
.anchor-content .input:focus {
  border-color: var(--zhuluan-primary-color);
}
.anchor-content .btn-box {
  color: var(--zhuluan-black-80-color);
}
.anchor-content .btn-box .btn {
  margin-left: 12px;
  cursor: pointer;
  transition: all .4s
}
.anchor-content .btn-box .btn:hover {
  opacity: .6
}
.anchor-content .btn-box .btn.add {
  color: var(--zhuluan-primary-color);
}
.switch-bar .tips {
  margin-left: 10px;
}
.anchor-box{
  position: absolute;
  z-index: 99998;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .5);
}


@media (max-width: 992px) {
  .layout-header {
    position; relative;
  }
  .layout-header, .layout-header .logo, .layout-header .logo .links {
    height: 60px
  }
  .layout-header .logo .links img {
    width: auto
  }
  .layout-header .icon-menu {
    display: block
  }
  .header-nav .nav, .article .layout-bar-left .copy-btn {
    display: none;
  }
  .header-nav.open-menu .nav {
    display: block;
    position: absolute;
    z-index: 10008;
    left: 0;
    right: 0;
    top: 60px;
    width: 100%;
    padding: 15px 0 25px;
    border-top: 1px solid var(--zhuluan-custom-d8-color);
    background-color: var(--zhuluan-white-color);
    box-shadow: 0 6px 6px rgba(30, 30, 30, .06)
  }
  .layout-header .nav .list {
    height: 35px;
    line-height: 35px;

  }
  .layout-header .nav .nav-btn {
    padding-left: 32px;
    padding-top: 15px;
  }
  .layout-header .nav .btn {
    margin: 0 14px 0 0 
  }
  /* .layout-bar .bright-btn {
    min-width: auto;
    width: calc((100vw / 3) - 24px)
  } */
  .layout-content {
    padding: 18px 0 32px
  }
  .article .creating-loading {
    bottom: 50%;
  }
  .layout-content .article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .article .layout-article {
    width: 100%;
    margin-bottom: 12px
  }
  .anchor-box .anchor-content {
    width: 92vw
  }
  .layout-bar {
    display: block;
    height: auto
  }
  /* .article-footer-bar {
    display: none !important
  } */
}

.semi-circle-spin {
  position: relative;
  width: 35px;
  height: 35px;
  overflow: hidden;
}
.semi-circle-spin:after {
  content: '';
  position: absolute;
  border-width: 0px;
  border-radius: 100%;
  -webkit-animation: spin-rotate 0.6s 0s infinite linear;
  animation: spin-rotate 0.6s 0s infinite linear;
  background-image: -webkit-linear-gradient(transparent 0%, transparent 70%, var(--zhuluan-primary-color) 30%, var(--zhuluan-primary-color) 100%);
  background-image: linear-gradient(transparent 0%, transparent 70%, var(--zhuluan-primary-color) 30%, var(--zhuluan-primary-color) 100%);
  width: 100%;
  height: 100%;
}

@-webkit-keyframes spin-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }

  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }

  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } 
}

.ball-clip-rotate-multiple {
  position: relative; }
.ball-clip-rotate-multiple > div {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  position: absolute;
  left: 0px;
  top: 0px;
  border: 2px solid #fff;
  border-bottom-color: transparent;
  border-top-color: transparent;
  border-radius: 100%;
  height: 35px;
  width: 35px;
  -webkit-animation: rotate 1s 0s ease-in-out infinite;
  animation: rotate 1s 0s ease-in-out infinite; 
}
.ball-clip-rotate-multiple > div:last-child {
  display: inline-block;
  top: 10px;
  left: 10px;
  width: 15px;
  height: 15px;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  border-color: #fff transparent #fff transparent;
  -webkit-animation-direction: reverse;
          animation-direction: reverse; 
}